@charset "UTF-8";
/********************************************************************************************************************************************************************************************************************************************
	서브페이지 레이아웃 스타일 
********************************************************************************************************************************************************************************************************************************************/
#wrapper {
  width: 100%;
  height: 100%;
}

#container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 114px 0 0 0;
}
#container > .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto 0;
  padding: 50px 0 0 0;
}

.responsive-txt span {
  display: block;
}

/* 서브 메인배너 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner {
  flex: none;
  width: 100%;
  height: 200px;
  padding: 60px 0;
  border-radius: 50px 0 50px 0;
  text-align: center;
  background-image: url("/assets/images/sub/bg-banner_01.png");
  background-repeat: no-repeat;
}
.banner.bg-type2 {
  background-image: url("/assets/images/sub/bg-banner_02.png");
}
.banner.bg-type3 {
  background-image: url("/assets/images/sub/bg-banner_03.png");
}
.banner.bg-type4 {
  background-image: url("/assets/images/sub/bg-banner_04.png");
}
.banner.bg-type5 {
  background-image: url("/assets/images/sub/bg-banner_05.png");
}
.banner.bg-type6 {
  background-image: url("/assets/images/sub/bg-banner_06.png");
}
.banner.bg-type7 {
  background-image: url("/assets/images/sub/bg-banner_07.png");
}
.banner.bg-type8 {
  background-image: url("/assets/images/sub/bg-banner_08.png");
}
.banner.bg-type9 {
  background-image: url("/assets/images/sub/bg-banner_09.png");
}
.banner.bg-type10 {
  background-image: url("/assets/images/sub/bg-banner_10.png");
}
.banner.bg-type11 {
  background-image: url("/assets/images/sub/bg-banner_11.png");
}
.banner .banner-title {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner .banner-title span {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}
.banner .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner .breadcrumb li {
  display: inline-block;
}
.banner .breadcrumb li a {
  color: #ddd;
}
.banner .breadcrumb li a.home {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 0 6px 0;
  background: url("/assets/images/sub/nav-home.png") center no-repeat;
  vertical-align: middle;
}
.banner .breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin: 0 8px;
  background: url("/assets/images/sub/nav-icon.png") center no-repeat;
}

/* contents-wrap  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contents-wrap {
  display: flex;
  flex: 1 0 auto;
  gap: 40px;
  padding: 0 0 100px 0;
}

/* snb  --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.snb {
  width: 260px;
  height: 100%;
  margin-top: -100px;
  border-radius: 0 50px 0 0;
}
.snb h2 {
  display: grid;
  place-items: center;
  height: 100px;
  border-radius: 0 30px 0 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 80, 152, 0.6);
}
.snb ul {
  height: 100%;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ccc;
}
.snb ul li {
  width: 100%;
  line-height: 3;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  word-break: keep-all;
}
.snb ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 50px 12px 20px;
  font-size: 16px;
}
.snb ul li a.select {
  font-weight: 700;
  color: #005098;
}
.snb ul li ul {
  padding: 10px 0;
  border-radius: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background: #f7f7f7;
}
.snb ul li ul li {
  line-height: 1.4;
  border-bottom: none;
  padding: 5px 10px 5px 30px;
}
.snb ul li ul li a {
  font-size: 14px;
  padding: 0;
}
.snb ul li ul li.on a {
  font-weight: 700;
  color: #005098;
}
.snb ul li.collapse_link {
  position: relative;
}
.snb ul li.collapse_link > a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url("/assets/images/sub/menu-list-on.png") 50% 50% no-repeat;
  position: absolute;
  top: 20px;
  right: 10px;
}
.snb ul li.collapse_link > a.select::after {
  background: url("/assets/images/sub/menu-list.png") 50% 50% no-repeat;
}
.snb ul li.collapse_link .collapse_link2 a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url("/assets/images/sub/menu-list-on.png") 50% 50% no-repeat;
  position: absolute;
  top: 20px;
  right: 10px;
}
.snb ul li.collapse_link .collapse_link2.on > a:after {
  background: url("/assets/images/sub/menu-list.png") 50% 50% no-repeat;
}
.snb ul li.collapse_link .collapse_link2 ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 7px;
  margin: 15px 10px 10px 0;
  border-radius: 10px;
}
.snb ul li.collapse_link .collapse_link2 ul li {
  padding: 10px 7px;
  line-height: 1.3;
}
.snb ul li.collapse_link .collapse_link2 ul li a {
  font-size: 14px;
}
.snb ul li.collapse_link .collapse_link2 ul li a:after {
  display: none;
}
.snb ul li.collapse_link .collapse_link2 ul li.on a {
  color: #005098;
}
.snb .user-info-mo {
  width: 100%;
  margin: 30px 0;
}
.snb .user-info-mo ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.snb .user-info-mo ul li {
  width: 25%;
  text-align: center;
  padding: 3px 10px;
  font-size: 17px;
  border-bottom: none;
}

/* contents-body  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contents-body {
  width: calc(100% - 300px);
  padding: 50px 0 0 0;
}

/* contents-area & charge-info-area (바디안에 들어갈수 있는 영역은 2개 고정입니다) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contents-area + .charge-info-area {
  margin-top: 40px;
}

.contents-area {
  height: 100%;
}
.contents-area.grid {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-auto-flow: row dense;
}
.contents-area h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.contents-area h4 strong {
  font-size: inherit;
  font-weight: inherit;
  color: #005098;
}
.contents-area .s-tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.contents-area .contents-group + .contents {
  margin-top: 70px;
}
.contents-area .contents + .contents, .contents-area .contents + .tabArea, .contents-area .contents + .contents-group, .contents-area .contents + .tabArea02 {
  margin-top: 80px;
}
.contents-area .contents.frm {
  display: flex;
  flex-direction: column;
}
.contents-area .contents.frm .table-wrap {
  flex: 1 0 auto;
}
.contents-area .contents .title-cnt {
  margin-bottom: 20px;
}
.contents-area .title-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents-area .title-sec:has(.s-tit, .m-tit) .s-tit, .contents-area .title-sec:has(.s-tit, .m-tit) .m-tit {
  margin: 0;
}
.contents-area .title-sec + div {
  margin-top: 20px;
}
.contents-area .title-sec .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contents-area .title-cnt:has(.m-tit) .m-tit {
  margin: 0;
}
.contents-area .title-cnt + .tabArea, .contents-area .title-cnt + .grid-layout-area {
  margin-top: 35px;
}
.contents-area .title-cnt .m-tit + .m-desc {
  margin-top: 12px;
}
.contents-area .title-cnt .m-desc strong {
  color: #005098;
}
.contents-area .title-cnt .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contents-area .listtop h4 {
  margin: 0;
}
.contents-area .split-layout .contents {
  margin: 0;
}
.contents-area .btn-wrap {
  margin-top: 20px;
}
.contents-area .caption {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  text-indent: -5px;
  color: #4e4e4e;
}
.contents-area .caption::before {
  content: "*";
  display: inline-block;
  margin: 0 2px 0 0px;
  color: #005098;
  vertical-align: top;
}

/* 콘텐츠별 유동적 높이값 위해 지정하였으니 삭제 X */
.contents-body:has(.charge-info-area) .contents-area {
  height: calc(100% - 155px);
}

/* charge-info-area  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.charge-info-area {
  height: 115px;
  padding: 25px 60px;
  border: 1px solid #d6e3ea;
  border-radius: 10px;
  font-size: 16px;
}
.charge-info-area .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: 20px;
  height: 100%;
}
.charge-info-area .info-grid .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.charge-info-area .info-grid .info-item .label {
  height: 24px;
  padding-left: 35px;
  font-weight: 500;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.charge-info-area .info-grid .info-item .label.department {
  background-image: url(/assets/images/sub/icon-department.png);
}
.charge-info-area .info-grid .info-item .label.person {
  background-image: url(/assets/images/sub/icon-person.png);
}
.charge-info-area .info-grid .info-item .label.call {
  background-image: url(/assets/images/sub/icon-call.png);
}

/* introduction 소개 영역 */
.introduction {
  width: 100%;
  height: 244px;
  padding: 30px;
  border-radius: 20px;
  background-image: url("/assets/images/sub/bg-introduction_01.png");
  background-repeat: no-repeat;
  word-break: keep-all;
}
.introduction.intro2 {
  background-image: url("/assets/images/sub/bg-introduction_02.png");
}
.introduction.intro3 {
  background-image: url("/assets/images/sub/bg-introduction_03.png");
}
.introduction.intro4 {
  background-image: url("/assets/images/sub/bg-introduction_04.png");
}
.introduction.intro6 {
  height: 373px;
  padding: 0 25px;
  background-image: url("/assets/images/sub/bg-introduction_06.png");
}
.introduction .flex-layout {
  display: flex;
  width: 100%;
  height: 100%;
}
.introduction .flex-layout.end {
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.introduction .flex-layout.end .desc-txt {
  width: 55%;
  font-weight: 500;
  line-height: 1.6;
}

/**************************************************************************************************************************************************
	서브페이지 공용 컴포넌트컨텐츠류
**************************************************************************************************************************************************/
.total strong {
  color: #005098;
  font-weight: 600;
}

.codebox .s-tit.rq {
  color: #005098;
}
.codebox .s-tit.re {
  color: #005098;
}

.code {
  display: block;
  min-height: auto;
  padding: 16px;
  border-radius: 4px;
  white-space: pre;
  letter-spacing: 1px;
  line-height: 32px;
  overflow-y: auto;
  background-color: #080d25;
  color: #a9b7c6;
}
.code + .re {
  margin-top: 20px;
}
.code span.attr-key {
  color: #9876aa;
}
.code span.attr-value {
  color: #629755;
}

/*게시판 상세보기 뷰*/
.board-detail-view .top-sec .txt-group {
  margin-bottom: 20px;
}
.board-detail-view .top-sec .txt-group .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.board-detail-view .top-sec .txt-group .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.board-detail-view .top-sec .txt-group .meta span {
  color: #666666;
}
.board-detail-view .top-sec .txt-group .meta span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0px 12px -2px 12px;
  background-color: #888888;
}
.board-detail-view .top-sec .desc-group {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.board-detail-view .top-sec .desc-group .row {
  display: grid;
  grid-template-columns: minmax(135px, min-content) 1fr;
  align-items: center;
  min-height: 50px;
  border-top: 1px solid #d7d7d7;
}
.board-detail-view .top-sec .desc-group .row:first-child {
  border-top: none;
}
.board-detail-view .top-sec .desc-group .row .th, .board-detail-view .top-sec .desc-group .row .td {
  padding: 5px 15px;
  line-height: 2;
}
.board-detail-view .top-sec .desc-group .row .th {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  text-align: center;
  background-color: #f6f6f6;
}
.board-detail-view .top-sec .desc-group .row .td .file {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.board-detail-view .top-sec .desc-group .row .td .file + .file {
  margin-top: 5px;
}
.board-detail-view .top-sec .desc-group .row .td .file .file-name {
  padding-left: 30px;
  background-image: url("/assets/images/sub/icon-attachment.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  text-align: left;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.board-detail-view .top-sec .desc-group .row .td .file button {
  flex: none;
}
.board-detail-view .top-sec .desc-group .row .td.copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.board-detail-view .top-sec .desc-group .row .td.copy strong {
  min-height: 28px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.board-detail-view .top-sec .desc-group .row .td.copy strong.img-ccl {
  padding-left: 90px;
  background-image: url("/assets/images/sub/img-ccl.png");
}
.board-detail-view .top-sec .desc-group .row .td.copy strong.img-kogl {
  padding-left: 115px;
  background-image: url("/assets/images/sub/img-kogl.png");
}
.board-detail-view .con-sec {
  padding: 20px 10px;
  min-height: 500px;
}
.board-detail-view .con-sec:has(.desc-cnt) {
  padding: 0;
}
.board-detail-view .con-sec p {
  margin: 0 auto;
  line-height: 1.6;
}
.board-detail-view .con-sec p img {
  width: 100%;
  aspect-ratio: auto;
}
.board-detail-view .con-sec .img-cnt {
  width: 100%;
  height: 430px;
  border-radius: 20px;
  background-color: #e7ecf3;
}
.board-detail-view .con-sec .img-cnt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.board-detail-view .con-sec .img-cnt + .tit-cnt {
  margin-top: 15px;
}
.board-detail-view .con-sec .tit-cnt {
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.board-detail-view .con-sec .tit-cnt .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-detail-view .con-sec .tit-cnt .desc + .tit {
  margin-top: 15px;
}
.board-detail-view .con-sec .tit-cnt .desc .date {
  font-size: 16px;
  color: #555;
}
.board-detail-view .con-sec .tit-cnt .tit {
  font-size: 26px;
  font-weight: 700;
}
.board-detail-view .con-sec .desc-cnt {
  padding: 20px 10px;
}
.board-detail-view .con-sec .desc-cnt p {
  height: max-content;
  font-size: 16px;
  word-break: break-all;
}
.board-detail-view .con-sec .desc-cnt .share-list {
  margin-top: 50px;
}
.board-detail-view .con-sec .desc-cnt .share-list .i-btn i {
  width: 35px;
  height: 35px;
  background-size: contain;
}
.board-detail-view .btm-sec {
  padding: 0 10px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.board-detail-view .btm-sec div {
  font-weight: 500;
  line-height: 1.6;
}
.board-detail-view .btm-sec div.prev {
  border-bottom: 1px solid #d7d7d7;
}
.board-detail-view .btm-sec div.prev a span, .board-detail-view .btm-sec div.prev a .txt {
  color: #888888;
}
.board-detail-view .btm-sec div a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  height: 50px;
}
.board-detail-view .btm-sec div a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-width: 90px;
  height: 100%;
  padding-left: 40px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: left 50%;
}
.board-detail-view .btm-sec div a span.i-prev {
  background-image: url("/assets/images/sub/icon-prev.png");
}
.board-detail-view .btm-sec div a span.i-next {
  background-image: url("/assets/images/sub/icon-next.png");
}
.board-detail-view .btm-sec div .txt {
  display: inline-block;
  max-width: 100%;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-detail-view.bottom-line {
  border-bottom: 1px solid #d7d7d7;
}

/*게시판 리스트 뷰*/
.board-list-view .board-list ul.board-head {
  display: grid;
  grid-template-columns: minmax(50px, max-content) 1fr minmax(100px, max-content);
  gap: 25px;
  padding: 15px 20px;
  border-top: #444 1px solid;
  border-bottom: 1px solid #d7d7d7;
}
.board-list-view .board-list ul.board-head li {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.board-list-view .board-list ul.board-body li {
  border-bottom: 1px solid #d7d7d7;
}
.board-list-view .board-list ul.board-body li a {
  display: grid;
  grid-template-columns: minmax(50px, max-content) 1fr minmax(100px, max-content);
  gap: 25px;
  padding: 15px 20px;
}
.board-list-view .board-list ul.board-body li .num-cnt {
  text-align: center;
}
.board-list-view .board-list ul.board-body li .num-cnt span {
  display: block;
  white-space: nowrap;
}
.board-list-view .board-list ul.board-body li .num-cnt span.category {
  margin-bottom: 8px;
}
.board-list-view .board-list ul.board-body li .con-cnt {
  display: flex;
  align-items: center;
  width: 95%;
  overflow: hidden;
}
.board-list-view .board-list ul.board-body li .con-cnt p {
  width: max-content;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-list-view .board-list ul.board-body li .con-cnt .i-secret {
  flex: none;
  width: 13px;
  height: 18px;
  background-image: url("/assets/images/sub/icon-secret.png");
  margin: 0 0 -2px 7px;
}
.board-list-view .board-list ul.board-body li .date {
  text-align: center;
  color: #666666;
}
.board-list-view .board-list ul.board-body li:hover {
  background-color: rgba(239, 246, 255, 0.3);
}
.board-list-view .board-list ul.board-body li.active {
  background-color: #f3f8ff;
}

/* 리스트 스타일 박스 (순서가 있는 리스트 / 순서가 없는 리스트) */
.list-style-box li {
  padding-left: 12px;
  text-indent: -11px;
  line-height: 1.3;
}
.list-style-box li + li {
  margin-top: 10px;
}
.list-style-box li ul, .list-style-box li ol {
  margin: 12px 0px;
}
.list-style-box li ul li, .list-style-box li ol li {
  padding-left: 20px;
  color: #444;
}
.list-style-box li ul li::before, .list-style-box li ol li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin: 0 6px 6px 0;
  border-radius: 0;
  background-color: #888888;
}
.list-style-box.blue-type {
  padding: 20px;
  border-radius: 10px;
  background-color: #f4f8fa;
}
.list-style-box.blue-type li {
  font-size: 14.5px;
}

ul.list-style-box > li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 4px 0;
  border-radius: 100%;
  background-color: #005098;
}

ol.list-style-box em {
  padding-right: 8px;
  font-weight: 700;
  color: #005098;
}

/* 텍스트 스타일 박스  */
.txt-style-box {
  width: 100%;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
.txt-style-box.color-type {
  padding: 20px;
  border: 0;
  background-color: #f4f8fa;
}
.txt-style-box p {
  line-height: 1.8;
}
.txt-style-box p + ul {
  margin-top: 10px;
}
.txt-style-box ul li, .txt-style-box ol li {
  color: #444;
}
.txt-style-box ul li + li, .txt-style-box ol li + li {
  margin-top: 5px;
}
.txt-style-box ul li::before, .txt-style-box ol li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  margin: 0 6px 6px 0;
  border-radius: 0;
  background-color: #4e4e4e;
}

/*table 내 리스트 wrap */
.con-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  height: 100%;
}

/*faq 리스트 영역 ( type 2형식 (제목이있는 형식 )*/
.faq-list-wrap {
  border-top: 2px solid #333;
}

.i-arrow {
  display: inline-block;
  flex: none;
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/sub/icon-arrow_down.png);
  transition: transform 0.3s;
}
.i-arrow.up {
  background-image: url(/assets/images/sub/icon-arrow_up.png);
}

/*  1. 제목 없는 FAQ 스타일 (질문/답변 형식) */
.faq-list-wrap .faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-list-wrap .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 20px 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.faq-list-wrap .faq-item .faq-question strong {
  padding-left: 35px;
  font-weight: 500;
  background: url(/assets/images/sub/icon-question.png) no-repeat 0 top;
}
.faq-list-wrap .faq-item .faq-question:hover {
  background: #f4f8fa;
}
.faq-list-wrap .faq-item .faq-answer {
  display: none;
  padding: 0 15px 15px 50px;
  line-height: 1.6;
  background: #f4f8fa url(/assets/images/sub/icon-answer.png) no-repeat 20px 5px;
}
.faq-list-wrap .faq-item.active .faq-question {
  background: #f4f8fa;
}
.faq-list-wrap .faq-item.active .faq-question strong {
  color: #4c6476;
}

/*  2. 제목 있는 FAQ 스타일 (제목/질문/답변 형식)*/
.faq-list {
  border-bottom: 1px solid #ccc;
}
.faq-list .faq-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 20px 15px;
  cursor: pointer;
}
.faq-list .faq-title p {
  width: calc(100% - 40px);
  font-weight: 500;
}
.faq-list .faq-title .number {
  min-width: 30px;
  color: #4e4e4e;
}
.faq-list .faq-title .faq-btn {
  display: inline-block;
  flex: none;
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/sub/icon-arrow_down.png);
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.3s;
}
.faq-list .faq-title .faq-btn.active {
  background-image: url(/assets/images/sub/icon-arrow_up.png);
}
.faq-list .faq-content {
  display: none;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
  background-color: #f6f6f8;
}
.faq-list .faq-content > div {
  display: flex;
  align-items: baseline;
}
.faq-list .faq-content i {
  flex: none;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  line-height: 1.9;
  text-align: center;
  color: #fff;
}
.faq-list .faq-content .question i {
  background-color: #005098;
}
.faq-list .faq-content .question i::after {
  content: "Q";
}
.faq-list .faq-content .answer {
  margin-top: 20px;
}
.faq-list .faq-content .answer i {
  background-color: #777;
}
.faq-list .faq-content .answer i::after {
  content: "A";
}

/*차트 영역*/
.viewbox {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
.viewbox + div, .viewbox + .table {
  margin-top: 50px;
}
.viewbox + div.caption {
  margin-top: 0;
}

/*첨부파일*/
.attached-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.attached-file.center {
  justify-content: center;
}
.attached-file a {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.attached-file a.file-jpg {
  background-image: url("/assets/images/sub/icon-jpg.png");
}
.attached-file a.file-img {
  background-image: url("/assets/images/sub/icon-img.png");
}
.attached-file a.file-hwp {
  background-image: url("/assets/images/sub/icon-hwp.png");
}
.attached-file a.file-pdf {
  background-image: url("/assets/images/sub/icon-pdf.png");
}
.attached-file a.file-normal {
  background-image: url("/assets/images/sub/icon-file.png");
}
.attached-file .i-btn {
  width: 18px;
  height: 18px;
}
.attached-file .i-btn.btn-delete {
  background-image: url("/assets/images/sub/icon-delete.png");
}

/*sub 그리드 레이아웃 (큰 depth이니 grid 사용할때는 grid layout area 사용하는것을 권장 */
.grid-layout-area {
  display: grid;
  justify-content: center;
  width: 100%;
  /*그리드 공통 스타일 ( box > tit-cnt, img-cnt */
}
.grid-layout-area .img-cnt {
  width: 100%;
}
.grid-layout-area .img-cnt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-layout-area .tit {
  font-weight: 500;
}

/*sub 그리드 레이아웃 (큰 depth이니 split 구조 사용할때는 grid layout  사용하는것을 권장 */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100%;
  gap: 40px;
}

/*상태박스 */
.sta {
  padding: 0 9px 2px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
}
.sta.gray {
  background-color: #f0f0f0;
  border: 1px solid #4e4e4e;
  color: #444;
}
.sta.blue {
  background-color: #f5fbff;
  border: 1px solid #005098;
  color: #005098;
}
.sta.green {
  background-color: #f3f8f4;
  border: 1px solid #1d662d;
  color: #1d662d;
}
.sta.red {
  background-color: #fdf7f7;
  border: 1px solid #d12929;
  color: #d12929;
}
.sta.orange {
  background-color: #fdf8f7;
  border: 1px solid #d36600;
  color: #be4c00;
}
.sta.fill {
  background-color: #005098;
  border: 1px solid #005098;
  color: #fff;
}

/*카테고리 상태박스 */
.cate {
  padding: 2px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
}
.cate.blue {
  background-color: #dcfcff;
  color: #0076c9;
}
.cate.nv {
  background-color: #005098;
  color: #fff;
}
.cate.pur {
  background-color: #e8edff;
  color: #4200ff;
}
.cate.pk {
  background-color: #f5e8f3;
  color: #c8008d;
}
.cate.gr {
  background-color: #dbfadb;
  color: #009515;
}

/* 절차 공용 ( 한줄라인 / 두줄라인 / 아이콘 타입 / 텍스트타입 ) */
.process-wrap {
  display: grid;
  gap: 30px;
}
.process-wrap .process-group {
  gap: 10px;
  position: relative;
}
.process-wrap .process-group.line .process-item {
  background-color: #fff;
  border: 1px solid #005098;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #005098;
}
.process-wrap .process-group.line .process-item li {
  font-weight: 700;
  color: #005098;
}
.process-wrap .process-group .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: #f4f8fa;
  text-align: center;
}
.process-wrap .process-group .process-item.active, .process-wrap .process-group .process-item.line {
  background-color: #fff;
  border: 1px solid #005098;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #005098;
}
.process-wrap .process-group .process-item.active li, .process-wrap .process-group .process-item.line li {
  font-weight: 700;
  color: #005098;
}
.process-wrap .process-group .process-item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.process-wrap .process-group .process-item ul li:first-child {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #005098;
}
.process-wrap .process-group .process-item ul li:nth-child(2) {
  display: flex;
  justify-content: center;
  text-align: center;
}
.process-wrap .process-group .process-item ul li:nth-child(2) i {
  width: 90px;
  height: 70px;
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-writing {
  background-image: url("/assets/images/sub/icon-process_01.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-completion {
  background-image: url("/assets/images/sub/icon-process_02.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-convention {
  background-image: url("/assets/images/sub/icon-process_03.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-agency {
  background-image: url("/assets/images/sub/icon-process_04.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-finish {
  background-image: url("/assets/images/sub/icon-process_05.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-service {
  background-image: url("/assets/images/sub/icon-process_06.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-agreement {
  background-image: url("/assets/images/sub/icon-process_07.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-capital {
  background-image: url("/assets/images/sub/icon-process_08.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-processing {
  background-image: url("/assets/images/sub/icon-process_09.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-adjustment {
  background-image: url("/assets/images/sub/icon-process_10.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-userinfo {
  background-image: url("/assets/images/sub/icon-process_11.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-register {
  background-image: url("/assets/images/sub/icon-process_12.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-data {
  background-image: url("/assets/images/sub/icon-process_13.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-award {
  background-image: url("/assets/images/sub/icon-process_14.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-monitering {
  background-image: url("/assets/images/sub/icon-process_15.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-remove {
  background-image: url("/assets/images/sub/icon-process_16.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-receive {
  background-image: url("/assets/images/sub/icon-process_17.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-hold {
  background-image: url("/assets/images/sub/icon-process_18.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-check {
  background-image: url("/assets/images/sub/icon-process_19.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-notification {
  background-image: url("/assets/images/sub/icon-process_20.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-reply {
  background-image: url("/assets/images/sub/icon-process_21.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-examine {
  background-image: url("/assets/images/sub/icon-process_22.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-mail {
  background-image: url("/assets/images/sub/icon-process_23.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-institution {
  background-image: url("/assets/images/sub/icon-process_24.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-kcopa-logo {
  background-image: url("/assets/images/sub/icon-process_25.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-p2p {
  background-image: url("/assets/images/sub/icon-process_26.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-portal {
  background-image: url("/assets/images/sub/icon-process_27.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-webhard {
  background-image: url("/assets/images/sub/icon-process_28.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-page {
  background-image: url("/assets/images/sub/icon-process_29.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-warning {
  background-image: url("/assets/images/sub/icon-process_30.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-folder {
  background-image: url("/assets/images/sub/icon-process_31.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-move {
  background-image: url("/assets/images/sub/icon-process_32.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-archive {
  background-image: url("/assets/images/sub/icon-process_33.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-discard {
  background-image: url("/assets/images/sub/icon-process_34.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2) i.i-logo {
  background-image: url("/assets/images/sub/icon-process_logo.png");
}
.process-wrap .process-group .process-item ul li:nth-child(2).bg-text {
  width: calc(100% - 30px);
  padding: 12px 10px;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 17px;
  background-color: #fff;
}
.process-wrap .process-group .process-item ul li:last-child {
  letter-spacing: -0.5px;
}
.process-wrap .process-group .process-item p {
  text-align: center;
  margin-top: 15px;
}
.process-wrap .process-group + .process-group .process-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  width: 13px;
  height: 21px;
  background: url("/assets/images/sub/process-next.png") 0 0 no-repeat;
}
.process-wrap .process-group:nth-child(2) .process-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 100px;
  padding-top: 30px;
  background-color: #f7f7f7;
  border-radius: 50px;
}
.process-wrap .process-group:nth-child(2) .process-detail ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(20%, auto));
  width: calc(100% - 30px);
}
.process-wrap .process-group:nth-child(2) .process-detail ul li {
  font-size: 15px;
  color: #666666;
  position: relative;
  text-align: center;
}
.process-wrap .process-group:nth-child(2) .process-detail ul li:first-child {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}
.process-wrap .process-group:nth-child(2) .process-detail ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #888888;
  border-radius: 50%;
  z-index: 1;
}
.process-wrap .process-group:nth-child(2) .process-detail ul li + li::before {
  content: "";
  position: absolute;
  width: 100%;
  border: 2px dotted #888888;
  border-width: 2px 0 0 0;
  left: -51%;
  top: -90%;
}
.process-wrap .process-group:nth-child(2) .process-detail ul li.active {
  color: #005098;
  font-weight: 500;
}
.process-wrap .process-group:nth-child(2) .process-detail ul li.active::after {
  border: 3px solid #005098;
  top: -26px;
}
.process-wrap .process-group:nth-child(2) .process-detail::after {
  content: "";
  position: absolute;
  top: -20px;
  height: 54px;
  border: 2px dotted #888888;
  border-width: 0 2px 0 0;
}
.process-wrap .process-group P {
  text-align: center;
}
.process-wrap.no-arrow .process-item {
  min-height: 250px;
}
.process-wrap.no-arrow .process-item::after {
  display: none;
}
.process-wrap.columns {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.process-wrap.columns .process-group {
  display: flex;
  flex-direction: column;
}
.process-wrap.columns .process-group .process-item {
  padding: 25px 0 20px;
}
.process-wrap.row .process-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.process-wrap.row .process-group + .process-group .process-item::after {
  display: none;
}
.process-wrap.row .process-item {
  position: relative;
  justify-content: center;
  padding: 12px 5px;
}
.process-wrap.row .process-item:first-child::before {
  display: none;
}
.process-wrap.row .process-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(-50%, 0);
  width: 11px;
  height: 2px;
  background-color: #005098;
}
.process-wrap.row .process-item.line {
  font-size: 16px;
}
.process-wrap.row .process-item-group:first-child .process-item::before {
  display: none;
}
.process-wrap.row .process-item-group .process-item {
  margin-bottom: 10px;
}
.process-wrap.row .process-item-group .process-item::before {
  display: block;
}
.process-wrap.uneven {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.process-wrap.uneven .process-item-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.process-wrap.uneven .process-group {
  display: grid;
  grid-template-rows: 150px;
  grid-auto-flow: row dense;
}
.process-wrap.uneven .process-group .process-item {
  justify-content: center;
}
.process-wrap.sky-color .process-item {
  background-color: #f3fbff;
}
.process-wrap.sky-color .process-item ul li:first-child {
  color: #0171c7;
}
.process-wrap.blue-color .process-item {
  background-color: #f0f6ff;
}
.process-wrap.blue-color .process-item ul li:first-child {
  color: #005098;
}

.process-twolines {
  display: grid;
  grid-template-rows: auto 45px auto;
  gap: 10px;
}
.process-twolines .process-wrap:last-child .process-group + .process-group .process-item::after {
  right: -27px;
  left: auto;
  transform: translate(-50%, -20px) rotate(180deg);
}
.process-twolines .process-wrap:last-child .process-group:nth-child(1) {
  order: 4;
}
.process-twolines .process-wrap:last-child .process-group:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 21px;
  background: url("/assets/images/sub/process-next.png") 0 0 no-repeat;
  top: -43px;
  right: 50%;
  transform: translate(50%, 0) rotate(90deg);
}
.process-twolines .process-wrap:last-child .process-group:nth-child(2) {
  order: 3;
}
.process-twolines .process-wrap:last-child .process-group:nth-child(3) {
  order: 2;
}
.process-twolines .process-wrap:last-child .process-group:nth-child(4) {
  order: 1;
}
.process-twolines .process-wrap.sandwich-line {
  position: relative;
  grid-template-columns: repeat(4, 1fr);
}
.process-twolines .process-wrap.sandwich-line .sandwich-box {
  grid-column: 2/span 1;
  grid-row: 1;
}
.process-twolines .process-wrap.sandwich-line .sandwich-box span {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #005098;
  background-color: #f4f8fa;
  color: #005098;
  text-align: center;
  white-space: nowrap;
}
.process-twolines .process-wrap.sandwich-line .sandwich-box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -25px;
  width: 13px;
  height: 21px;
  background: url("/assets/images/sub/process-next2.png") 0 0 no-repeat;
  transform: translate(0, -50%) rotate(306deg);
}

/*검색결과 없는 페이지*/
.nodata-page-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
}
.nodata-page-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: url("/assets/images/sub/icon-nodata.png") 50% 50% no-repeat;
}
.nodata-page-area p {
  font-size: 18px;
  text-align: center;
  color: #666666;
}

/*스크롤박스*/
.scroll-box {
  height: 200px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  overflow-y: auto;
  background-color: #f9f9f9;
}
.scroll-box .scroll-text {
  padding: 15px;
  height: 100%;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
}

/*센터 텍스트 페이지 (회원서비스/마이페이지)*/
.title-cnt.notify {
  padding: 30px 0 35px 0;
}
.title-cnt.notify i {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.title-cnt.notify i.i-n-logo {
  background-image: url("/assets/images/sub/icon-notify-logo.png");
}
.title-cnt.notify i.i-n-completion {
  background-image: url("/assets/images/sub/icon-notify-completion.png");
}
.title-cnt.notify i.i-n-join {
  background-image: url("/assets/images/sub/icon-notify-join.png");
}
.title-cnt.notify i.i-n-id {
  background-image: url("/assets/images/sub/icon-notify-id.png");
}
.title-cnt.notify i.i-n-noid {
  background-image: url("/assets/images/sub/icon-notify-noid.png");
}
.title-cnt.notify .n-tit, .title-cnt.notify .n-desc, .title-cnt.notify .n-txt {
  text-align: center;
}
.title-cnt.notify .n-tit {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #005098;
}
.title-cnt.notify .n-txt {
  font-size: 18px;
  line-height: 1.6;
}
.title-cnt.notify .n-txt strong {
  font-size: inherit;
  color: #005098;
}

/*상담 박스 */
.counseling-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, max-content));
  justify-content: center;
  gap: 20px;
}

.counseling-box {
  display: inline-block;
  padding: 13px 25px 13px 80px;
  border: 1px solid #d6e3ea;
  border-radius: 10px;
  background-image: url("/assets/images/sub/icon-counseling_01.png");
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
.counseling-box.email {
  background-image: url("/assets/images/sub/icon-counseling_02.png");
}
.counseling-box dt {
  color: #4e4e4e;
  font-size: 14px;
}
.counseling-box dd {
  margin-top: 2px;
}

/******************************************************************************************************
	04. 저작권 보호 지식창고
******************************************************************************************************/
.grid-layout-area .tit-cnt {
  margin: 10px 0;
}
.grid-layout-area .tit-cnt a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-layout-area .tit-cnt a + .date {
  margin-top: 5px;
}
.grid-layout-area .date {
  font-size: 14px;
  color: #666666;
}
.grid-layout-area.copyright {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: min-content;
  gap: 20px;
}
.grid-layout-area.copyright .box {
  padding: 20px 15px 25px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.grid-layout-area.copyright .box .tit-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 35px;
  margin-bottom: 20px;
}
.grid-layout-area.copyright .box .tit-cnt i {
  width: 33px;
  height: 33px;
}
.grid-layout-area.copyright .box .tit-cnt i.i-country_01 {
  background-image: url("/assets/images/sub/icon-country_01.png");
}
.grid-layout-area.copyright .box .tit-cnt i.i-country_02 {
  background-image: url("/assets/images/sub/icon-country_02.png");
}
.grid-layout-area.copyright .box .tit-cnt i.i-country_03 {
  background-image: url("/assets/images/sub/icon-country_03.png");
}
.grid-layout-area.copyright .box .img-cnt {
  height: 170px;
  border-radius: 5px;
  background: #f4f8fa url("/assets/images/sub/img-copyright-preview.png") 50% 50% no-repeat;
}
.grid-layout-area.copyright .box .img-cnt + .btn-link {
  margin-top: 25px;
}
.grid-layout-area.copyright .box .img-cnt img {
  border-radius: 4px;
}
.grid-layout-area.copyright .box .btn-link + .btn-link {
  margin-top: 10px;
}
.grid-layout-area.copyright .box .tit {
  font-size: 17px;
  letter-spacing: -0.5px;
  text-align: center;
}
.grid-layout-area.cstory {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-template-rows: min-content;
  gap: 30px 20px;
}
.grid-layout-area.cstory .box .img-cnt {
  height: 271px;
  padding: 3px;
  border-radius: 10px;
  background: #f2f2f2 url("/assets/images/sub/img-copyright-preview.png") 50% 50% no-repeat;
}
.grid-layout-area.cstory .box .img-cnt img {
  border-radius: 10px;
}
.grid-layout-area.cstory .box .tit-cnt a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-layout-area.cstory .box .tit-cnt a + .date {
  margin-top: 5px;
}
.grid-layout-area.cstory .box .btm-cnt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.grid-layout-area.cstory .box .btm-cnt a {
  display: inline-block;
  width: 19px;
  height: 24px;
}
.grid-layout-area.cstory .box .btm-cnt a:nth-child(1) {
  background-image: url("/assets/images/sub/icon-pdf.png");
}
.grid-layout-area.cstory .box .btm-cnt a:nth-child(2) {
  background-image: url("/assets/images/sub/icon-ebook.png");
}
.grid-layout-area.advideo {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-rows: min-content;
  gap: 30px 20px;
}
.grid-layout-area.advideo .box .img-cnt {
  aspect-ratio: 16/9;
  border-radius: 6px;
  background: #f4f8fa url("/assets/images/sub/img-copyright-preview_02.png") 50% 50% no-repeat;
}
.grid-layout-area.advideo .box .img-cnt img {
  border-radius: 6px;
}
.grid-layout-area.guideline {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: min-content;
  gap: 30px 20px;
}
.grid-layout-area.guideline .box .img-cnt {
  height: 400px;
  padding: 3px;
  border-radius: 10px;
  background: #f2f2f2 url("/assets/images/sub/img-copyright-preview_02.png") 50% 50% no-repeat;
}
.grid-layout-area.guideline .box .img-cnt img {
  border-radius: 6px;
}
.grid-layout-area.guideline .box .btm-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-layout-area.guideline .box .btm-cnt .views {
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background: url("/assets/images/sub/icon-views.png") 0 50% no-repeat;
}

/* 리스트 */
.info-con-area .tit-cnt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.info-con-area .tit-cnt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 12px 0 15px 0;
  background-color: #d7d7d7;
}
.info-con-area .con-cnt .con-list {
  padding: 0 10px;
}
.info-con-area .con-cnt .con-list li {
  line-height: 1.6;
}
.info-con-area .con-cnt .con-list > li {
  padding-left: 10px;
  text-indent: -20px;
  font-weight: 500;
}
.info-con-area .con-cnt .con-list > li + li {
  margin: 30px 0;
}
.info-con-area .con-cnt .sub-list {
  text-indent: 15px;
  margin-top: 10px;
}
.info-con-area .con-cnt .sub-list > li {
  text-indent: 0;
  color: #4e4e4e;
}
.info-con-area .con-cnt p + .con-list {
  margin: 15px 0;
}
.info-con-area .info-detail + .info-detail {
  margin-top: 80px;
}
.info-con-area sub {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  line-height: 2;
  text-indent: 0;
}
.info-con-area .info-link {
  color: #116bc0;
  text-decoration: underline;
  font-weight: 500;
}
.info-con-area .table {
  margin: 10px 0;
}
.info-con-area .table td {
  text-align: center;
}

/*동의박스*/
.agree-box {
  padding: 15px;
  background-color: #f0f0f0;
  border: #e0e0e0 1px solid;
  border-top-width: 0;
}
.agree-box .content {
  display: flex;
  margin-bottom: 10px;
}
.agree-box .content:last-child {
  margin: 0;
}
.agree-box .content p {
  margin-right: 15px;
  font-weight: 500;
}

/******************************************************************************************************
	03. 저작물 보호요청(국내/해외)
******************************************************************************************************/
/*저작권 해외 보호요청 안내*/
.monitering-outbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 250px;
  padding: 15px 10px;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.monitering-outbox .arrow-box {
  position: relative;
  z-index: 3;
  width: 90px;
  height: 30px;
}
.monitering-outbox .arrow-box.two-way {
  right: -60px;
}
.monitering-outbox .arrow-box .arrow {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
}
.monitering-outbox .arrow-box .arrow-left {
  top: 0;
  transform: rotate(-45deg);
}
.monitering-outbox .arrow-box .arrow-right {
  left: 70px;
  bottom: 0;
  transform: rotate(135deg);
}
.monitering-outbox .arrow-box .arrow-rotate-left {
  top: -50px;
  transform: rotate(95deg);
}
.monitering-outbox .arrow-box .arrow-rotate-right {
  top: 50px;
  transform: rotate(176deg);
}
.monitering-outbox .arrow-box .arrow::before, .monitering-outbox .arrow-box .arrow::after {
  content: "";
  position: absolute;
}
.monitering-outbox .arrow-box .arrow::before {
  width: 75%;
  height: 75%;
  border: 2px solid #444;
  border-right: 0;
  border-bottom: 0;
}
.monitering-outbox .arrow-box .arrow::after {
  width: 80px;
  height: 2px;
  background: #444;
  transform-origin: 0 100%;
  transform: rotate(45deg);
}
.monitering-outbox .arrow-box .arrow.short::after {
  width: 84px;
  height: 2px;
  background: #444;
  transform-origin: 0 100%;
  transform: rotate(45deg);
}
.monitering-outbox .arrow-box .arrow-text {
  position: absolute;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.monitering-outbox .global-info {
  display: flex;
  min-height: 125px;
  justify-content: space-between;
  align-items: center;
}
.monitering-outbox .global-info .global-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 90px;
  padding: 15px 5px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  color: #005098;
  background-color: #f4f8fa;
}
.monitering-outbox .global-info .global-title {
  position: absolute;
  top: -34px;
  left: 0;
  font-weight: 500;
}
.monitering-outbox .flow .box .top strong {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 25px;
  border: 1px solid #005098;
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  color: #005098;
}
.monitering-outbox .flow .box .top strong i {
  width: 25px;
  height: 25px;
  background-image: url("/assets/images/sub/icon-manager_02.png");
}
.monitering-outbox .flow.step1 {
  height: 90px;
}
.monitering-outbox .flow.step1 .box .top {
  margin-bottom: 15px;
}
.monitering-outbox .flow.step1 .box p {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.monitering-outbox .flow.step2 .arrow-text.top {
  top: -60px;
}
.monitering-outbox .flow.step2 .arrow-text.bottom {
  bottom: -25px;
}
.monitering-outbox .flow.step3 {
  height: 84px;
}
.monitering-outbox .flow.step3 .logo {
  width: 100px;
  height: 100%;
  background: url("/assets/images/sub/icon-monitering_logo.png") 50% 0 no-repeat;
}
.monitering-outbox .flow.step4 .box + .box {
  margin-top: 20px;
}
.monitering-outbox .flow.step4 .box .top {
  margin-bottom: 10px;
  font-weight: 500;
}
.monitering-outbox .flow.step4 .box .content {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
}
.monitering-outbox .flow.step4 .box .content .arrow-box .arrow-text {
  top: -20px;
}

/******************************************************************************************************
	04. 저작권 보호 지식창고
******************************************************************************************************/
/*저작권 보호 현황*/
.grid-layout-area.curstatus {
  grid-template-columns: 1fr;
  gap: 30px;
}

/******************************************************************************************************
	05. 맞춤형해외저작권바우처 지원사업
******************************************************************************************************/
/* 만족도 조사*/
.survey dl + dl {
  margin-top: 35px;
}
.survey dl dt {
  font-size: 17px;
}
.survey dl dd {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 17px 25px 20px;
  margin-top: 15px;
}
.survey dl dd.text-box {
  padding: 0;
  background: none;
}

/*사업진행과정*/
.split-layout.three {
  grid-template-columns: 2fr 1fr 2fr;
  gap: 0;
}
.split-layout.three .con-group .m-tit {
  text-align: center;
}
.split-layout.three .con-group .sequence-box {
  display: grid;
  gap: 15px;
  grid-template-rows: repeat(9, 1fr);
}
.split-layout.three .con-group .sequence-box dl {
  border: 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
.split-layout.three .con-group .sequence-box dl.blue {
  border-color: #becdff;
}
.split-layout.three .con-group .sequence-box dl.blue dt {
  background-color: #f0f6ff;
}
.split-layout.three .con-group .sequence-box dl.blue dt span {
  color: #005098;
}
.split-layout.three .con-group .sequence-box dl.sky {
  border-color: #c8e7f5;
}
.split-layout.three .con-group .sequence-box dl.sky dt {
  background-color: #f3fbff;
}
.split-layout.three .con-group .sequence-box dl.sky dt span {
  color: #0171c7;
}
.split-layout.three .con-group .sequence-box dl dt {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.split-layout.three .con-group .sequence-box dl dt span {
  font-size: 22px;
  margin-right: 10px;
  font-weight: 500;
}
.split-layout.three .con-group .sequence-box dl dt strong {
  margin-right: 5px;
}
.split-layout.three .con-group .sequence-box dl dd {
  padding: 15px;
  min-height: 75px;
}
.split-layout.three .con-group.text-group {
  text-align: center;
  padding-top: 46px;
}
.split-layout.three .con-group.text-group .sequence-box div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 113px;
  margin: 7px 0;
  background-color: #f7f7f7;
  color: #005098;
}
.split-layout.three .con-group.text-group .sequence-box div:nth-child(1) {
  grid-row: 4;
}
.split-layout.three .con-group.text-group .sequence-box div:nth-child(2) {
  grid-row: 6;
}
.split-layout.three .con-group.text-group .sequence-box div:nth-child(3) {
  grid-row: 9;
}
.split-layout.three .con-group.text-group .sequence-box div.point {
  background-color: #f4f8fa;
  color: #222;
}
.split-layout.three .con-group.text-group .sequence-box strong {
  color: #0171c7;
  font-size: 18px;
  margin-top: 3px;
  font-weight: 500;
}
.split-layout.three .con-group.left .sequence-box dl:nth-child(7) {
  grid-row: 9;
}
.split-layout.three .con-group.right .sequence-box dl:nth-child(3) {
  grid-row: 4;
}
.split-layout.three .con-group.right .sequence-box dl:nth-child(4) {
  grid-row: 6;
}
.split-layout.three .con-group.right .sequence-box dl:nth-child(5) {
  grid-row: 7;
}
.split-layout.three .con-group.right .sequence-box dl:nth-child(6) {
  grid-row: 8;
}
.split-layout.three .con-group.right .sequence-box dl:nth-child(7) {
  grid-row: 9;
}

/*사업개요*/
.overview-img {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

/*서비스 메뉴판*/
.board-form-view {
  border-top: #444 1px solid;
}
.board-form-view .board-list ul.board-body li {
  border-bottom: 1px solid #d7d7d7;
}
.board-form-view .board-list ul.board-body li a {
  display: flex;
}
.board-form-view .board-list ul.board-body li .img-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 20px;
}
.board-form-view .board-list ul.board-body li .img-cnt img {
  overflow: auto;
}
.board-form-view .board-list ul.board-body li .con-cnt {
  width: calc(100% - 200px);
  border-left: 1px solid #d7d7d7;
}
.board-form-view .board-list ul.board-body li .con-cnt .text-con {
  padding: 15px 20px;
}
.board-form-view .board-list ul.board-body li .con-cnt .text-con strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.board-form-view .board-list ul.board-body li .con-cnt .text-con p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.board-form-view .board-list ul.board-body li .con-cnt .result-con {
  border-top: 1px solid #d7d7d7;
  padding: 5px 20px;
}
.board-form-view .board-list ul.board-body li .con-cnt .result-con dl {
  display: flex;
  align-items: center;
}
.board-form-view .board-list ul.board-body li .con-cnt .result-con dl dt {
  font-weight: 600;
  margin-right: 20px;
}
.board-form-view .board-list ul.board-body li .con-cnt .result-con dl dd + dd::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #d7d7d7;
  margin: 0 15px;
}
.board-form-view .board-list ul.board-body li:hover {
  background-color: rgba(239, 246, 255, 0.3);
}
.board-form-view .board-list ul.board-body li.active {
  background-color: #f3f8ff;
}

/*서비스 메뉴판 상세*/
.board-form-detail {
  display: flex;
  gap: 30px;
}
.board-form-detail .img-cnt {
  width: 37%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.board-form-detail .img-cnt img {
  overflow: auto;
}
.board-form-detail .info-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.board-form-detail .info-group .txt-group .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.board-form-detail .info-group .txt-group .detail-group {
  margin-top: 15px;
}
.board-form-detail .info-group .txt-group .detail-group dl {
  display: flex;
}
.board-form-detail .info-group .txt-group .detail-group dl dt {
  flex: none;
  font-weight: 500;
  width: 75px;
}
.board-form-detail .info-group .txt-group .detail-group dl + dl {
  margin-top: 7px;
}
.board-form-detail + .contents {
  margin-top: 80px;
}

/*서비스 메뉴판 선택*/
.service-menu-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-menu-select a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #f4f8fa;
  border-radius: 10px;
  padding: 20px 0 15px;
}
.service-menu-select a i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-position: 50%;
  margin-bottom: 15px;
}
.service-menu-select a i.i-marketing-research {
  background-image: url("/assets/images/sub/service_menu_01.png");
}
.service-menu-select a i.i-current-survey {
  background-image: url("/assets/images/sub/service_menu_02.png");
}
.service-menu-select a i.i-monitoring {
  background-image: url("/assets/images/sub/service_menu_03.png");
}
.service-menu-select a i.i-establishment {
  background-image: url("/assets/images/sub/service_menu_04.png");
}
.service-menu-select a i.i-contract-review {
  background-image: url("/assets/images/sub/service_menu_05.png");
}
.service-menu-select a i.i-way-review {
  background-image: url("/assets/images/sub/service_menu_06.png");
}
.service-menu-select a i.i-judgment {
  background-image: url("/assets/images/sub/service_menu_07.png");
}
.service-menu-select a i.i-warning-send {
  background-image: url("/assets/images/sub/service_menu_08.png");
}
.service-menu-select a i.i-lawsuit {
  background-image: url("/assets/images/sub/service_menu_09.png");
}
.service-menu-select a i.i-countermeasures {
  background-image: url("/assets/images/sub/service_menu_10.png");
}
.service-menu-select a i.i-protection {
  background-image: url("/assets/images/sub/service_menu_11.png");
}
.service-menu-select a span {
  display: inline-block;
  text-align: center;
}
.service-menu-select a:hover {
  background-color: #eef9ff;
}
.service-menu-select a.active {
  border: 1px solid #005098;
  background-color: #fff;
}
.service-menu-select a.active span {
  color: #005098;
}

/*테이블내 태그 */
.add-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.add-tag .tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  border: 1px solid #d7d7d7;
  padding: 0 13px;
  border-radius: 4px;
}
.add-tag .tag .i-btn {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
.add-tag .tag .i-btn.btn-delete {
  background-image: url("/assets/images/sub/icon-delete_02.png");
}

/******************************************************************************************************
	06. 저작권보호 바로 지금 (저작권 지킴이 수칙 등등)
******************************************************************************************************/
/*소개 부분 슬라이드 영역*/
.introduction.intro6 .title-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.introduction.intro6 .title-group .title-sub {
  position: relative;
  width: fit-content;
  font-size: 22px;
  font-weight: 700;
}
.introduction.intro6 .title-group .title-sub::before {
  content: "";
  position: absolute;
  top: -132px;
  right: -170px;
  width: 165px;
  height: 165px;
  background: url("/assets/images/sub/rightnow-img_06.png") 50% 50% no-repeat;
}
.introduction.intro6 .title-group .title-main {
  width: 460px;
  height: 45px;
  margin: 15px 0 30px 0;
  background: url("/assets/images/sub/rightnow-img_05.png") 50% 50% no-repeat;
}
.introduction.intro6 .title-group p {
  font-size: 14px;
  font-weight: 500;
}
.introduction .swiper {
  width: 340px;
  height: 100%;
  padding: 0 0 0 40px !important;
}
.introduction .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
}
.introduction .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.introduction .swiper .swiper-pagination {
  left: 0 !important;
}
.introduction .swiper .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 9px 0 !important;
}
.introduction .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 30px;
  border-radius: 10px;
}

/*불법유통 범주 안내*/
.list-icon {
  display: grid;
  justify-content: center;
  grid-template-rows: min-content;
}
.list-icon.stop {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.list-icon.stop i {
  position: relative;
  display: block;
  width: 90px;
  height: 88px;
  margin: 20px auto;
  background-color: #e9f1ff;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.list-icon.stop i::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 26px);
  content: "";
  width: 52px;
  height: 52px;
  background-image: url("/assets/images/sub/rightnow-icon_0.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.list-icon.stop i.allow::before {
  background-image: url("/assets/images/sub/rightnow-icon_0-1.png");
}
.list-icon.stop .i-streaming {
  background-image: url("/assets/images/sub/rightnow-icon_01.png");
}
.list-icon.stop .i-webtoon {
  background-image: url("/assets/images/sub/rightnow-icon_02.png");
}
.list-icon.stop .i-music {
  background-image: url("/assets/images/sub/rightnow-icon_03.png");
}
.list-icon.stop .i-software {
  background-image: url("/assets/images/sub/rightnow-icon_04.png");
}
.list-icon.stop .i-publication {
  background-image: url("/assets/images/sub/rightnow-icon_05.png");
}
.list-icon.stop .i-server {
  background-image: url("/assets/images/sub/rightnow-icon_06.png");
}
.list-icon.stop .i-font {
  background-image: url("/assets/images/sub/rightnow-icon_07.png");
}
.list-icon.stop .i-show {
  background-image: url("/assets/images/sub/rightnow-icon_08.png");
}
.list-icon.stop .i-copy112 {
  background-image: url("/assets/images/sub/rightnow-icon_09.png");
}
.list-icon.stop .i-campaign {
  background-image: url("/assets/images/sub/rightnow-icon_10.png");
}
.list-icon.stop .responsive-txt span {
  display: block;
  text-align: center;
}

/*저작권 서명 진행형*/
.title-cnt.ctr .n-tit {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}
.title-cnt.ctr .n-tit strong {
  color: #0390d5;
  font-size: 30px;
  font-weight: 700;
}
.title-cnt.ctr .n-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.now-result {
  width: 530px;
  height: 450px;
  margin: 20px auto;
  background: url("/assets/images/sub/rightnow-img_07.jpg") 50% 50% no-repeat;
}
.now-result .total-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 292px 0 30px 25px;
}
.now-result .total-num span {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.now-result .total-num span.total {
  font-size: 46px;
  padding-right: 7px;
}
.now-result .data {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #0390d5;
  text-align: center;
}

/*sns 공유리스트*/
.share-list ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.share-list ul .i-btn i {
  width: 50px;
  height: 50px;
}

/*sns 링크*/
.sns-link {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 55px;
  padding: 0 15px;
}
.sns-link i {
  flex: none;
  width: 40px;
  height: 40px;
  background-size: 40px;
  border-radius: 20px;
}
.sns-link i.i-instagram {
  background-image: url("/assets/images/sub/icon-logo-insta.svg");
}
.sns-link i.i-naver {
  background-image: url("/assets/images/sub/icon-logo-naver.png");
}
.sns-link i.i-youtube {
  background-image: url("/assets/images/sub/icon-logo-youtube.png");
}
.sns-link i.i-author {
  background-image: url("/assets/images/sub/icon-logo-user.png");
}
.sns-link span {
  display: inline-block;
  padding: 0 25px 0 0;
  background: url("/assets/images/sub/icon-shortcut.png") 100% 50%/15px no-repeat;
}

/*저작권 서명 칸*/
.signature {
  padding: clamp(15px, 2vw, 30px);
  background-color: #eff7ff;
  border-radius: 20px;
}
.signature .name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.signature .name span {
  font-size: 17px;
  font-weight: 500;
}
.signature .name input[type=text] {
  width: 100px;
  margin: 0 5px 0 20px;
  padding: 3px 10px 5px;
  border: none;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #0390d5;
}
.signature .list-bottom {
  text-align: center;
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: #dee8f1 1px solid;
}
.signature .list-bottom > div {
  margin-bottom: 15px;
}
.signature .radio-list {
  gap: 0;
}
.signature .radio-list label {
  font-size: 14px;
}

/*저작권 서명 리스트 슬라이드*/
.swiper-container {
  overflow: hidden;
  transition: transform 0.3s linear;
}
.swiper-container .swiper-wrapper {
  transition: transform 0.8s linear;
}
.swiper-container .swiper-slide {
  display: inline-block;
  width: 200px;
  height: 180px;
  padding: 15px;
  margin-right: 20px !important;
  background-color: #f1f1f1;
  border-radius: 20px;
  transition: transform 0.3s;
}
.swiper-container .swiper-slide .info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 5px 10px 10px;
}
.swiper-container .swiper-slide .info .user {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-container .swiper-slide .info .user.face_01 {
  background-image: url("/assets/images/sub/rightnow-userface_01.png");
}
.swiper-container .swiper-slide .info .user.face_02 {
  background-image: url("/assets/images/sub/rightnow-userface_02.png");
}
.swiper-container .swiper-slide .info .user.face_03 {
  background-image: url("/assets/images/sub/rightnow-userface_03.png");
}
.swiper-container .swiper-slide .info .user.face_04 {
  background-image: url("/assets/images/sub/rightnow-userface_04.png");
}
.swiper-container .swiper-slide .info .user.face_05 {
  background-image: url("/assets/images/sub/rightnow-userface_05.png");
}
.swiper-container .swiper-slide .info .user.face_06 {
  background-image: url("/assets/images/sub/rightnow-userface_06.png");
}
.swiper-container .swiper-slide .info .user.face_07 {
  background-image: url("/assets/images/sub/rightnow-userface_07.png");
}
.swiper-container .swiper-slide .info .user.face_08 {
  background-image: url("/assets/images/sub/rightnow-userface_08.png");
}
.swiper-container .swiper-slide .info .user.face_09 {
  background-image: url("/assets/images/sub/rightnow-userface_09.png");
}
.swiper-container .swiper-slide .info .user.face_10 {
  background-image: url("/assets/images/sub/rightnow-userface_10.png");
}
.swiper-container .swiper-slide .info .name {
  color: #005098;
}
.swiper-container .swiper-slide .responsive-txt {
  text-align: center;
}
.swiper-container .swiper-slide .data {
  padding: 15px 5px 0 0;
  font-size: 14px;
  color: #666666;
  text-align: right;
}

/*저작권 지킴이*/
.grid-layout-area.ji-intro {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: min-content;
  gap: 20px;
}
.grid-layout-area.ji-intro .box {
  padding: 20px;
  border-radius: 20px;
  background-color: #f4f8fa;
}
.grid-layout-area.ji-intro .box a {
  display: block;
}
.grid-layout-area.ji-intro .box .category {
  text-align: center;
}
.grid-layout-area.ji-intro .box .category span {
  display: inline-block;
  height: 24px;
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  background-color: #005098;
}
.grid-layout-area.ji-intro .box .img-cnt {
  width: 160px;
  height: 160px;
  margin: 20px auto 10px;
  border-radius: 50%;
  background: #fff url("/assets/images/sub/rightnow-userbg.png") 50% 50% no-repeat;
}
.grid-layout-area.ji-intro .box .img-cnt img {
  width: 100%;
  border-radius: 50%;
}
.grid-layout-area.ji-intro .box .info {
  text-align: center;
}
.grid-layout-area.ji-intro .box .info h6 {
  margin: 20px auto 15px;
  font-size: 20px;
  font-weight: 600;
}
.grid-layout-area.ji-intro .box .info p {
  height: 80px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*저작권 홍보영상*/
.custom-slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.custom-slider .slides {
  position: relative;
  height: 450px;
}
.custom-slider .slides .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.custom-slider .slides .slide iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.custom-slider .slides .slide .video-caption {
  padding: 8px 14px;
  text-align: center;
  font-weight: 500;
}
.custom-slider .slides .slide.active {
  opacity: 1;
  z-index: 1;
}
.custom-slider .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding-top: 60px;
}
.custom-slider .controls button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.118);
}
.custom-slider .controls button.btn-next {
  background-image: url("/assets/images/sub/icon-arrow_next.png");
}
.custom-slider .controls button.btn-prev {
  background-image: url("/assets/images/sub/icon-arrow_prev.png");
  opacity: 0.7;
}
.custom-slider .controls button:hover {
  background-color: rgba(0, 0, 0, 0.289);
}
.custom-slider .controls .page {
  font-size: 14px;
}
.custom-slider .controls .page .current {
  font-weight: 700;
  color: #005098;
}

/*저작권 이벤트*/
.grid-layout-area.event {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-rows: min-content;
  gap: 30px 20px;
}
.grid-layout-area.event .box {
  padding: 10px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.grid-layout-area.event .box a {
  display: block;
}
.grid-layout-area.event .box .img-cnt {
  aspect-ratio: 16/9;
  border-radius: 6px;
  background: #f5f5f5 url("/assets/images/sub/img-copyright-preview_02.png") 50% 50% no-repeat;
}
.grid-layout-area.event .box .img-cnt img {
  border-radius: 6px;
}
.grid-layout-area.event .box .btm-cnt {
  padding: 10px 8px;
}
.grid-layout-area.event .box .btm-cnt .tit {
  margin: 12px 0 15px 0;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-layout-area.event .box .btm-cnt .desc {
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*저작권 지킴이 활동*/
.grid-layout-area.activity {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: min-content;
  gap: 20px;
}
.grid-layout-area.activity .box {
  border-radius: 20px;
  background-color: #f7f7f7;
}
.grid-layout-area.activity .box a {
  display: block;
}
.grid-layout-area.activity .box .img-cnt {
  display: flex;
  justify-content: center;
  align-items: normal;
  height: 230px;
  padding: 2px;
  background: #f5f5f5 url("/assets/images/sub/img-copyright-preview_02.png") 50% 50% no-repeat;
}
.grid-layout-area.activity .box .info {
  display: flex;
  gap: 10px;
  padding: 10px;
}
.grid-layout-area.activity .box .info .writer {
  width: 50px;
  height: 50px;
}
.grid-layout-area.activity .box .info .writer img {
  width: 100%;
}
.grid-layout-area.activity .box .info .writer-info {
  width: calc(100% - 60px);
}
.grid-layout-area.activity .box .info .writer-info .category {
  font-size: 13px;
}
.grid-layout-area.activity .box .info .writer-info .txt {
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*저작권 보호 웹툰*/
.grid-layout-area.webtoon {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: min-content;
  gap: 20px;
}
.grid-layout-area.webtoon .box {
  border-radius: 20px;
  background-color: #f7f7f7;
}
.grid-layout-area.webtoon .box a {
  display: block;
}
.grid-layout-area.webtoon .box .sns-link span {
  font-size: 17px;
  font-weight: 500;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-layout-area.webtoon .box .img-cnt {
  display: flex;
  justify-content: center;
  align-items: normal;
  height: 230px;
  padding: 2px;
  background: #f5f5f5 url("/assets/images/sub/img-copyright-preview_02.png") 50% 50% no-repeat;
}
.grid-layout-area.webtoon .box .btm-cnt {
  padding: 18px 15px 20px 15px;
}
.grid-layout-area.webtoon .box .btm-cnt .cate + .desc, .grid-layout-area.webtoon .box .btm-cnt .cate + .tit {
  margin: 15px 0 5px 0;
}
.grid-layout-area.webtoon .box .btm-cnt .desc {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.grid-layout-area.webtoon .box .btm-cnt .tit {
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mySwiperIndicator {
  width: 100%;
  height: 100%;
}
.mySwiperIndicator .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 8px;
}

/******************************************************************************************************
	07. 참여마당
******************************************************************************************************/
/*온라인 상담 */
.contents .table .counseling-logo {
  width: 100%;
  height: 45px;
}
.contents .table .counseling-logo.i-counseling-logo_01 {
  background-image: url("/assets/images/sub/icon-counseling-logo_01.png");
}
.contents .table .counseling-logo.i-counseling-logo_02 {
  background-image: url("/assets/images/sub/icon-counseling-logo_02.png");
}
.contents .table .counseling-logo.i-counseling-logo_03 {
  background-image: url("/assets/images/sub/icon-counseling-logo_03.png");
}
.contents .table .counseling-logo.i-counseling-logo_04 {
  background-image: url("/assets/images/sub/icon-counseling-logo_04.png");
}
.contents .table .counseling-logo.i-counseling-logo_05 {
  background-image: url("/assets/images/sub/icon-counseling-logo_05.png");
}
.contents .table .counseling-logo.i-counseling-logo_06 {
  background-image: url("/assets/images/sub/icon-counseling-logo_06.png");
}

/*전화 상담 */
.call-list-area .call-content {
  display: grid;
  grid-template-columns: minmax(30px, max-content) 1fr;
  gap: 35px;
  align-items: center;
  margin: 0 0 15px 0;
  width: 100%;
}
.call-list-area .call-content:last-child {
  margin: 0;
}
.call-list-area .call-content .call-number {
  font-size: 18px;
  font-weight: 700;
  color: #005098;
}
.call-list-area .call-content .call-info {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.5;
  border-radius: 50px;
  background-color: #f4f8fa;
}

/******************************************************************************************************
	08. 마이페이지
******************************************************************************************************/
.mypage-box {
  padding: 20px 25px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.mypage-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-box .top + .bottom {
  margin-top: 40px;
}
.mypage-box .top .user {
  display: flex;
  align-items: center;
}
.mypage-box .top .user i {
  flex: none;
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.mypage-box .top .user i.i-user {
  background: url("/assets/images/sub/icon-user.png");
}
.mypage-box .top .user p {
  font-size: 18px;
}
.mypage-box .top .user p strong {
  font-size: 22px;
  font-weight: 500;
}
.mypage-box .top .move-link {
  background: url("/assets/images/sub/icon-arrow-right.png") 100% 55% no-repeat;
  padding-right: 15px;
}

.login-area p {
  text-align: center;
}
.login-area p + .login-form {
  margin-top: 25px;
}
.login-area .login-form {
  width: 350px;
  margin: 0 auto;
}
.login-area .login-form .input-field {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 10px;
  margin-bottom: 13px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background-color: #fff;
}
.login-area .login-form .input-field:hover {
  background-color: #f9f9f9;
  border-color: #888888;
}
.login-area .login-form .input-field:focus-within {
  border: 2px solid #222;
}
.login-area .login-form .input-field input {
  width: calc(100% - 20px);
  border: none;
  background-color: transparent;
  outline: none;
}
.login-area .login-form .input-field i {
  width: 17px;
}
.login-area .login-form .input-field i.i-id {
  height: 22px;
  background-image: url("/assets/images/sub/icon-id.png");
}
.login-area .login-form .input-field i.i-pw {
  height: 24px;
  background-image: url("/assets/images/sub/icon-pw.png");
}
.login-area .login-form span {
  display: block;
  text-align: left;
}
.login-area .login-form span + .btn {
  margin-top: 15px;
}
.login-area .login-form span + .btn + .member-svc-area {
  margin-top: 15px;
}
.login-area .login-form .member-svc-area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.login-area .login-form .member-svc-area li {
  position: relative;
  margin-right: 30px;
}
.login-area .login-form .member-svc-area li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 10px;
  transform: translateY(-40%);
  background-color: #888888;
}
.login-area .login-form .member-svc-area li:last-child {
  margin-right: 0;
}
.login-area .login-form .member-svc-area li:last-child::after {
  display: none;
}
.login-area .login-form .member-svc-area li a {
  color: #666666;
}
.login-area .login-form .member-svc-area li a:hover {
  color: #005098;
}
.login-area .login-form + p {
  margin-top: 15px;
}

.guide-box {
  border-radius: 10px;
  padding: 18px 20px;
}
.guide-box.gray-type {
  background-color: #f7f7f7;
}
.guide-box .t-guide {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  background-position-y: 3px;
}
.guide-box .t-guide + .t-guide {
  margin-top: 10px;
}
.guide-box .symbol-list li::before {
  content: "※";
  margin-right: 5px;
}
.guide-box .symbol-list li .inner-info {
  padding: 5px 0 0 20px;
}
.guide-box .symbol-list li .inner-info li::before {
  content: "-";
  margin-right: 5px;
}
.guide-box .symbol-list li .inner-info li + li {
  margin-top: 3px;
}
.guide-box .symbol-list li + li {
  margin-top: 10px;
}
.guide-box .symbol-list li strong {
  font-weight: 450;
  color: #005098;
}

.contents .listtop .mypage-tit {
  padding-left: 28px;
  font-size: 18px;
  background: url("/assets/images/sub/icon-checkbox.png") 0 50% no-repeat;
}

/******************************************************************************************************
	09. 통합검색
******************************************************************************************************/
.integrated-search-area .search-box {
  margin-bottom: 60px;
}
.integrated-search-area .result {
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  color: #555;
  text-align: center;
}
.integrated-search-area .result em {
  font-size: 22px;
  font-weight: 500;
  color: #005098;
}
.integrated-search-area .result span {
  font-weight: 700;
  color: inherit;
}
.integrated-search-area .result strong {
  color: #005098;
}

.integrated-result-area .conbox {
  padding-top: 30px;
}
.integrated-result-area .conbox + .conbox {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
}
.integrated-result-area .conbox .listtop {
  margin-bottom: 20px;
}
.integrated-result-area .conbox .listtop .tit {
  font-size: 20px;
  font-weight: 500;
}
.integrated-result-area .conbox .listtop .tit span {
  font-size: inherit;
  color: #666666;
}
.integrated-result-area .conbox .listtop .tit span strong {
  font-size: inherit;
  color: #0171c7;
}
.integrated-result-area .conbox .listtop .btn-more {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: #666 solid 2px;
  background-image: url("/assets/images/sub/icon-more.png");
}
.integrated-result-area .conbox .list-result {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.integrated-result-area .conbox .list-result ul:has(.list-tit) li + li {
  margin-top: 30px;
}
.integrated-result-area .conbox .list-result ul li::before {
  margin: 2px 20px 4px 0;
}
.integrated-result-area .conbox .list-result ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.integrated-result-area .conbox .list-result ul li a:last-child {
  color: #333;
}
.integrated-result-area .conbox .list-result ul li a + a::before {
  content: ">";
  display: inline-block;
  margin: 0 10px 0 30px;
  text-align: center;
  color: #777;
}
.integrated-result-area .conbox .list-result .list-tit {
  font-size: 18px;
  font-weight: 500;
}
.integrated-result-area .conbox .list-result .list-tit + .list-desc {
  margin-top: 10px;
}
.integrated-result-area .conbox .list-result .list-tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 4px 0;
  border-radius: 100%;
  background-color: #0171c7;
}
.integrated-result-area .conbox .list-result .list-desc {
  padding-left: 10px;
  color: #555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.integrated-result-area .conbox .list-result .list-desc + .list-path {
  margin-top: 25px;
}
.integrated-result-area .conbox .list-result .list-path {
  padding-left: 10px;
}
.integrated-result-area .conbox .list-result .list-path li a {
  font-size: 14px;
}
.integrated-result-area .conbox .list-result .list-path li a + a::before {
  margin: 0 10px 0 7px;
}
.integrated-result-area .conbox .keyword {
  font-size: inherit;
  font-weight: 700;
  color: #0171c7;
}

/******************************************************************************************************
	10. 기타서비스 (개인정보처리방침)
******************************************************************************************************/
.label-list-area {
  margin-top: 35px;
}
.label-list-area + .info-list-area {
  margin-top: 35px;
}
.label-list-area p {
  margin-bottom: 10px;
}
.label-list-area .label-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-content: space-between;
  gap: 30px;
}
.label-list-area .label-list .label-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 10px;
  border-radius: 10px;
  background-color: #f4f8fa;
}
.label-list-area .label-list .label-item i {
  width: 65px;
  height: 65px;
}
.label-list-area .label-list .label-item i.i-labelico_01 {
  background: url("/assets/images/sub/icon-privacy_01.png");
}
.label-list-area .label-list .label-item i.i-labelico_02 {
  background: url("/assets/images/sub/icon-privacy_02.png");
}
.label-list-area .label-list .label-item i.i-labelico_03 {
  background: url("/assets/images/sub/icon-privacy_03.png");
}
.label-list-area .label-list .label-item i.i-labelico_04 {
  background: url("/assets/images/sub/icon-privacy_04.png");
}
.label-list-area .label-list .label-item .txt-cnt {
  text-align: center;
}
.label-list-area .label-list .label-item .txt-cnt .tit {
  margin-bottom: 8px;
  font-weight: 600;
}
.label-list-area .label-list .label-item .txt-cnt .desc {
  color: #4e4e4e;
}
.label-list-area .label-list .label-item .txt-cnt .list-style-box {
  min-height: 80px;
}
.label-list-area .label-list .label-item .txt-cnt .list-style-box li {
  text-align: left;
}
.label-list-area .label-list .label-item .txt-cnt sub {
  display: block;
  font-size: 13px;
  color: #666666;
}

.info-list-area h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.info-list-area .info-date {
  margin-bottom: 12px;
  text-align: right;
}
.info-list-area .tit-cnt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 12px;
  border-bottom: #d7d7d7 1px solid;
}
.info-list-area .tit-cnt h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.info-list-area .con-cnt .con-list {
  padding: 0 10px;
}
.info-list-area .con-cnt .con-list.sub-list {
  text-indent: 15px;
}
.info-list-area .con-cnt .con-list li {
  margin: 7px 0;
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.4;
  color: #454545;
}
.info-list-area .con-cnt .con-list li.dot::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  border: #005098 2px solid;
}
.info-list-area .con-cnt .con-list li.privacy-table-wrap {
  margin: 10px 0;
}
.info-list-area .con-cnt p + .con-list {
  margin: 15px 0;
}
.info-list-area .info-detail + .info-detail {
  margin-top: 80px;
}
.info-list-area .info-link {
  color: #116bc0;
  text-decoration: underline;
  font-weight: 500;
}
.info-list-area .info-top {
  margin: 0 0 30px 0;
  padding: 30px;
  font-size: 17px;
  line-height: 1.5;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #f9f9f9;
}
.info-list-area .info-top + .info-top {
  margin: 30px 0;
}
.info-list-area .summary-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px;
}
.info-list-area .summary-list .summary-link {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 10px 0 10px 15px;
  border-radius: 4px;
  letter-spacing: -0.5px;
  background: #f8f9fa;
  transition: background 0.3s ease;
  box-sizing: border-box;
}
.info-list-area .summary-list .summary-link:hover {
  background: #f0f0f0;
}
.info-list-area .summary-list .summary-link .img-cnt {
  width: 30px;
  object-fit: contain;
}
.info-list-area .summary-list .summary-link .img-cnt img {
  width: 100%;
  height: 100%;
}
.info-list-area .summary-list .summary-link .title {
  font-weight: 600;
}
.info-list-area .privacy-link {
  color: #116bc0;
  text-decoration: underline;
  font-weight: 500;
}
.info-list-area .tit {
  font-size: 21px;
  font-weight: 500;
}
.info-list-area .tit + .tit-cnt {
  margin-top: 20px;
}
.info-list-area .table {
  margin: 10px 0;
}
.info-list-area .table td {
  text-align: center;
}

/******************************************************************************************************
	11. 회원서비스 (회원가입/본인인증 관련 모두 여기에 취합)
******************************************************************************************************/
/*본인 확인 영역*/
.create-account {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  justify-content: center;
  gap: 20px;
}
.create-account .box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
.create-account .box h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #005098;
}
.create-account .box .img-wrap {
  margin: 20px 0;
}
.create-account .box .img-wrap i {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.create-account .box .img-wrap i.i-mobile {
  background-image: url("/assets/images/sub/icon-notify_01.png");
}
.create-account .box .img-wrap i.i-pin {
  background-image: url("/assets/images/sub/icon-notify_02.png");
}
.create-account .box .img-wrap i.i-member {
  background-image: url("/assets/images/sub/icon-member.png");
}
.create-account .box .img-wrap i.i-org {
  background-image: url("/assets/images/sub/icon-org.png");
}
.create-account .box .responsive-txt {
  flex: 1 0 auto;
  text-align: center;
}
.create-account .box .responsive-txt + .btn-link {
  margin-top: 15px;
}
.create-account .box .btn-link {
  margin-top: auto;
}

.list-icon.not-ident {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.list-icon.not-ident .box {
  display: flex;
  flex-direction: column;
  height: 80px;
  padding: 16px 25px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.list-icon.not-ident .box.bg-niceid {
  background: url("/assets/images/sub/notify-img_03.png") 15px 20px no-repeat;
  padding-left: 140px;
}
.list-icon.not-ident .box span {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.list-icon.not-ident .box strong {
  font-weight: 600;
}
.list-icon.not-ident .box strong::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background: url("/assets/images/sub/icon-arrow_02.png") 50% 50%/8px 12px no-repeat;
}
.list-icon.not-ident .box:hover {
  border-color: #005098;
}
.list-icon.not-ident .box:hover strong::after {
  background-image: url("/assets/images/sub/icon-arrow_01.png");
}
.list-icon.not-ident .box .blue {
  color: #005098;
}

/* 반응형 레이아웃 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/************************************************************************************************************************************************
	반응형 디바이스 사이즈
	$mobile : 480px;
	$tablet : 768px;
	$labtop : 1024px;
	$pc     : 1300px;
************************************************************************************************************************************************/
/************************************************************************************************************************************************
	반응형 디자인 ( 1650 이하 대응 )
************************************************************************************************************************************************/
@media all and (max-width: 1649px) {
  nav {
    display: none;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 pc (헤더) 1440px 
************************************************************************************************************************************************/
@media all and (min-width: 1023px) and (max-width: 1439px) {
  #header .top-user-set {
    width: 100%;
    padding: 0 20px;
  }
  #header #gnb .gnbWrap {
    width: 100%;
    padding: 0 20px;
  }
  #header #container {
    width: 100%;
  }
  #header #container > .inner .banner {
    background-position: 50% 50%;
    background-size: cover;
  }
  #header #container > .inner .contents-body {
    padding: 40px 40px 0 0;
  }
  #header #container > .inner .contents-body .charge-info-area {
    padding: 15px 35px;
  }
  #header #container > .inner .contents-body .charge-info-area .info-grid {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    gap: 12px;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 pc ( 1280 이하 대응 )
************************************************************************************************************************************************/
@media all and (max-width: 1249px) {
  #header {
    display: none;
  }
  #header-mo {
    display: block;
    border-bottom: #ddd 1px solid;
  }
  #container {
    width: 100%;
    padding: 60px 0 0 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .title-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    height: auto;
    aspect-ratio: 10/3;
    background-size: cover;
    background-position: 50% 100%;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    height: auto;
  }
  .footer .inner {
    width: 100%;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 handhelds (laptop, tablet, mobile 다 대응)
************************************************************************************************************************************************/
@media all and (max-width: 1250px) {
  #container {
    padding: 56px 0 0 0;
  }
  #container > .inner {
    padding: 0;
  }
  #container > .inner .banner {
    padding: 50px 0;
    border-radius: 0;
    background-position: 50% 50%;
  }
  #container > .inner .banner.bg-type9 {
    background-image: url("/assets/images/sub/bg-banner_09_r.png");
  }
  #container > .inner .contents-wrap {
    display: block;
    padding: 0 0 50px 0;
  }
  #container > .inner .contents-wrap .snb {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body {
    overflow: hidden;
    width: 100%;
    padding: 25px 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area {
    height: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .m-tit {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group.text-group {
    padding-top: 70px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    display: grid;
    grid-template-columns: repeat(1, 1fr 7fr);
    padding: 3px 7px 5px 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt span {
    grid-row: 1/span 2;
    margin: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .title-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    width: 100%;
    height: 243px;
    background-image: url("/assets/images/sub/bg-introduction_01_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro2 {
    background-image: url("/assets/images/sub/bg-introduction_02_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro3 {
    background-image: url("/assets/images/sub/bg-introduction_03_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro4 {
    background-image: url("/assets/images/sub/bg-introduction_04_t.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 {
    height: 360px;
    background-image: url("/assets/images/sub/bg-introduction_06.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .swiper {
    width: clamp(290px, 45vw, 350px);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group {
    width: 55%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-sub::before {
    top: -110px;
    right: -140px;
    width: clamp(125px, 22vw, 140px);
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-sub {
    font-size: clamp(16px, 4vw, 22px);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group .title-main {
    width: clamp(280px, 36vw, 358px);
    aspect-ratio: auto;
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end .desc-txt {
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 30px 60px;
  }
  .footer .inner {
    flex-direction: column;
    padding: 40px 20px;
  }
  .footer .inner .footer-frame {
    gap: 20px;
  }
  .footer .inner .footer-frame + .footer-frame {
    margin-top: 20px;
  }
  .footer .inner .footer-frame.left {
    width: 100%;
  }
  .footer .inner .footer-frame.left address, .footer .inner .footer-frame.left p {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .footer .inner .footer-frame.right {
    align-items: flex-start;
    width: 100%;
  }
  .footer .inner .footer-frame.right .bt-con-wrap {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-txt {
    width: 100%;
    padding: 0;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-img {
    width: 100%;
    padding: 0;
  }
  .footer .inner .footer-frame.right .bt-con-wrap .bt-img ul {
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer .inner .footer-frame.right .site-map-wrap {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .contents .signature .radio-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .monitering-outbox {
    flex-direction: column;
  }
  .monitering-outbox .flow.step1 {
    height: 125px;
  }
  .monitering-outbox .flow.step2.arrow-box {
    transform: rotate(270deg);
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text {
    transform: rotate(90deg);
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text.top {
    top: -85px;
  }
  .monitering-outbox .flow.step2.arrow-box .arrow-text.bottom {
    bottom: -45px;
  }
  .monitering-outbox .flow.step3 {
    height: 150px;
  }
  .monitering-outbox .flow.step3 .logo {
    background-position: 50% 35%;
  }
  .monitering-outbox .flow.step4 {
    display: flex;
    gap: 20px;
  }
  .monitering-outbox .flow.step4 .box + .box {
    margin: 0;
  }
  .monitering-outbox .flow.step4 .global-info {
    flex-direction: column;
    margin-top: 20px;
  }
  .monitering-outbox .flow.step4 .global-info .global-box {
    width: max-content;
    min-height: auto;
    padding: 30px 20px;
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box {
    height: 90px;
    transform: rotate(90deg);
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box .arrow.arrow-right {
    top: 50px;
    transform: rotate(135deg);
  }
  .monitering-outbox .flow.step4 .box .content .arrow-box .arrow-text {
    top: -20px;
    width: max-content;
    transform: rotate(270deg);
  }
  .monitering-outbox .flow.arrow-box.two-way {
    top: 30px;
    right: 12px;
    transform: rotate(90deg);
  }
  .service-menu-select {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 20px 40px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item {
    display: grid;
    grid-template-columns: minmax(85px, auto) 1fr;
    gap: 20px;
  }
}
/************************************************************************************************************************************************
	반응형 디자인 mobile 
************************************************************************************************************************************************/
@media (max-width: 767px) {
  #container > .inner .banner .breadcrumb {
    flex-wrap: wrap;
    gap: 5px;
  }
  #container > .inner .banner .breadcrumb li a {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  #container > .inner .banner .banner-title {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  #container > .inner .contents-wrap .contents-body br {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body .contents-area.grid {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction {
    width: 100%;
    height: 408px;
    background-image: url("/assets/images/sub/bg-introduction_01_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro2 {
    background-image: url("/assets/images/sub/bg-introduction_02_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro3 {
    background-image: url("/assets/images/sub/bg-introduction_03_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro4 {
    background-image: url("/assets/images/sub/bg-introduction_04_m.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 {
    height: 600px;
    background-image: url("/assets/images/sub/bg-introduction_06.png");
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction.intro6 .flex-layout .title-group {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end {
    justify-content: flex-start;
    align-items: center;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .introduction .flex-layout.end .desc-txt {
    width: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .tabArea .tabs {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .listtop {
    flex-wrap: wrap;
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .title-sec .form-group .w300, #container > .inner .contents-wrap .contents-body .contents-area .contents .title-sec .form-group .w150 {
    width: auto !important;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .title-cnt .n-tit br {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .agree-box .content {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result {
    width: 380px;
    aspect-ratio: auto;
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result .total-num {
    padding: 271px 0 15px 25px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .now-result .total-num .total {
    font-size: 36px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .flex-box.between {
    flex-wrap: wrap;
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .scroll-box br {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .signature .name span {
    letter-spacing: -0.5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .signature .radio-list {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .integrated-search-area .search-box {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box + .split-layout .con-group + .con-group {
    margin-top: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout {
    display: block;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three {
    display: grid;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .m-tit {
    font-size: 17px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box div {
    height: 160px;
    margin: 0;
    padding: 0 5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl {
    height: 160px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    grid-template-columns: repeat(1, 1fr 4fr);
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt strong {
    margin: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dd {
    padding: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .con-sec .tit-cnt .tit {
    font-size: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-view .board-list ul.board-body li a {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-view .board-list ul.board-body li a .con-cnt {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-left: 0;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail {
    flex-direction: column;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail .img-cnt {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-form-detail .info-group {
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area {
    padding: 30px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item {
    display: grid;
    grid-template-columns: minmax(max-content, 1fr) 1fr;
    gap: 20px;
  }
  #container > .inner .contents-wrap .contents-body .charge-info-area .info-grid .info-item .value {
    white-space: nowrap;
  }
  .footer .inner .footer-frame.left .bt-txt address, .footer .inner .footer-frame.left .bt-txt p {
    line-height: 1.8;
  }
  .footer .inner .footer-frame.right {
    flex-direction: column;
  }
  .footer .inner .footer-frame.right .bt-img {
    width: 100%;
    justify-content: flex-start;
  }
  .footer .inner .footer-frame.right .site-map-wrap {
    width: 100%;
  }
  .footer .inner .footer-frame.right .site-map-wrap .select-box {
    width: calc(100% - 45px);
  }
  .filter .label {
    min-width: max-content;
    margin-right: 10px;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-box, .filter .filter-item .input-group:has(.date-cnt) .month-date-box {
    width: auto;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-cnt {
    width: 100%;
  }
  .filter .filter-item .input-group:has(.date-cnt) .date-cnt select {
    width: 100%;
  }
  .filter .filter-item > .filter-group, .filter .filter-item > .form-group {
    flex-wrap: wrap;
  }
  .filter .filter-item > .filter-group .select-box, .filter .filter-item > .form-group .select-box {
    width: 100% !important;
  }
  .filter .filter-item > .filter-group .box-group, .filter .filter-item > .form-group .box-group {
    width: 100%;
    flex-direction: column;
  }
  .filter .filter-item > .form-group:has(.form-group) {
    flex-wrap: wrap;
  }
  .filter .filter-item > .form-group .date-cnt {
    width: 100%;
  }
  .filter .filter-item > .form-group .date-cnt .date-box {
    width: 100%;
  }
  .con-list-wrap {
    min-height: 250px;
  }
  .radio-list {
    flex-wrap: wrap;
  }
  .btn-link-small {
    width: 100%;
  }
  .table {
    table-layout: fixed;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap > .table.list {
    min-width: 936px;
  }
  .table.form colgroup {
    display: none;
  }
  .table.form tbody {
    border-bottom: 1px solid #ddd;
  }
  .table.form tbody tr th + .rowinline:first-child {
    border-left: 0;
  }
  .table.form tbody tr:first-child :nth-child(1) td {
    border-top: 0;
  }
  .table.form tbody tr th {
    border-top: 1px solid #ddd;
    border-right: 0;
  }
  .table.form tbody tr th.tx-left {
    text-align: center !important;
  }
  .table.form tbody tr td {
    display: block;
    width: 100%;
    padding: 6px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .table.form tbody tr td > .select-box {
    width: 100% !important;
  }
  .table.form tbody tr td .flex-line {
    width: 100%;
  }
  .table.form tbody tr td .flex-line .select-box.w200 {
    width: auto !important;
  }
  .table.form tbody tr td .flex-line .select-box + .select-box {
    width: auto !important;
  }
  .table.form tbody tr td .input-group.email .select-box {
    width: auto !important;
  }
  .table.form tbody tr td input[type=text], .table.form tbody tr td input[type=password] {
    width: 100%;
  }
  .table.form tbody tr td span.t-guide {
    display: block;
    margin: 0 !important;
  }
  .table.form tbody tr:last-child :nth-child(3) th {
    border-top: 0;
  }
  .table.form tbody tr .rowinline {
    display: inline-table;
  }
  .table.form tbody tr .rowinline + .rowinline {
    border-left: 1px solid #ddd;
  }
  .table.form tbody tr .rowinline:first-child {
    border-left: 0;
  }
  .table.form tbody tr .rowinline.wp33 {
    width: 33.3%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp60 {
    width: 60%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp50 {
    width: 50%;
    text-align: center;
  }
  .table.form tbody tr .rowinline.wp40 {
    width: 40%;
    text-align: center;
  }
  .table.form tbody tr .rowtable {
    display: table-row;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #eee;
  }
  .table.form tbody tr .rowctr {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
  }
  .table.form tr {
    display: table;
    width: 100%;
  }
  .table.form tr th {
    height: 36px;
    line-height: 36px;
  }
  .table.form th, .table.form td {
    display: table-row;
  }
  .table.form .flex-line {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
  }
  .table.form .flex-line:has(input[type=checkbox]) {
    grid-template-columns: auto;
  }
  .table.form .flex-line:has(.check-cnt + input[type=text]:disabled) {
    grid-template-columns: auto 1fr;
  }
  .table.form .flex-line:has(.flex-auto) {
    grid-template-columns: 1fr auto;
  }
  .split-layout .contents + .contents {
    margin-top: 80px;
  }
  .grid-layout-area.curstatus {
    display: flex;
    flex-direction: column;
  }
  .process-twolines {
    grid-template-rows: auto auto;
    gap: 50px;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(1) {
    order: 1;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(1)::after {
    top: -25px;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(2) {
    order: 2;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(3) {
    order: 3;
  }
  .process-twolines .process-wrap:last-child .process-group:nth-child(4) {
    order: 4;
  }
  .process-twolines .process-wrap:last-child .process-group + .process-group .process-item::after {
    right: auto;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .process-twolines .process-wrap.sandwich-line {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .process-twolines .process-wrap.sandwich-line:not(:has(.sandwich-box)) {
    display: none;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box {
    position: absolute;
    z-index: 1;
    top: 400px;
    right: 36px;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box::after {
    top: auto;
    bottom: -1027px;
    transform: none;
    right: 5px;
    left: auto;
  }
  .process-twolines .process-wrap.sandwich-line .process-group.sandwich-box span {
    width: 42px;
    white-space: wrap;
  }
  .process-twolines .process-wrap.sandwich-line::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 1250px;
    top: 420px;
    z-index: 1;
    right: 25px;
    border: 2px solid #005098;
    border-left: none;
    border-radius: 0 10px 10px 0;
  }
  .process-wrap .process-group:nth-child(2) .process-detail {
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 40px 20px 25px 20px;
    border-radius: 10px;
  }
  .process-wrap .process-group:nth-child(2) .process-detail::after {
    height: 28px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul {
    grid-template-columns: auto;
    gap: 35px;
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul li {
    background-color: #f7f7f7;
  }
  .process-wrap .process-group:nth-child(2) .process-detail ul li + li::before {
    z-index: -1;
    width: 52px;
    top: -180%;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
  }
  .process-wrap .process-group:has(.process-detail) {
    height: 480px;
  }
  .process-wrap .process-group + .process-group .process-item::after {
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .process-wrap.columns {
    grid-template-columns: auto;
  }
  .process-wrap.columns.no-arrow .process-item {
    padding: 25px 20px 20px;
  }
  .process-wrap.columns.uneven .process-item-group {
    flex-direction: row;
  }
  .process-wrap.columns.uneven .process-item-group .process-item {
    width: 100%;
  }
  .process-wrap.row .process-group {
    grid-template-columns: 1fr;
  }
  .process-wrap.row .process-group :last-child.process-item-group::before {
    display: none;
  }
  .process-wrap.row .process-item-group {
    position: relative;
  }
  .process-wrap.row .process-item-group .process-item::before {
    display: none;
  }
  .process-wrap.row .process-item-group::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 70px;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #005098;
  }
  .process-wrap.row .process-item::before {
    z-index: -1;
    top: auto;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
  }
}
@media (max-width: 479px) {
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt {
    grid-template-columns: repeat(1, 1fr 4fr);
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt strong {
    font-size: 14px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .split-layout.three .con-group .sequence-box dl dt span {
    font-size: 18px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .login-area .login-form {
    width: 100%;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top .user p {
    font-size: 15px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .mypage-box .top .user p strong {
    font-size: 18px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .title {
    font-size: 20px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta {
    display: grid;
    grid-template-columns: 1fr;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta span + span {
    margin-top: 5px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .txt-group .meta span + span::before {
    display: none;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .board-detail-view .top-sec .desc-group .row {
    grid-template-columns: auto;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .table .counseling-logo {
    background-size: contain;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .call-list-area .call-content {
    gap: 10px;
  }
  #container > .inner .contents-wrap .contents-body .contents-area .contents .call-list-area .call-content .call-info {
    padding: 10px 12px;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .process-wrap.row .process-item-group::before {
    display: none;
  }
  .paginate a, .paginate strong {
    padding: 0 5px;
    margin: 0 5px;
  }
  .btn-wrap {
    justify-content: center;
  }
  .btn-wrap.between {
    justify-content: center;
  }
  .btn-wrap.between .btn {
    width: 100%;
  }
  .btn-wrap:has(.btn-group) {
    flex-direction: column;
  }
  .btn-wrap .btn-group {
    width: 100%;
    flex-direction: column;
  }
  .btn-wrap .btn-group .btn {
    width: 100%;
  }
  .tabArea .subtabs li {
    height: 120px;
  }
  .tabArea .subtabs li a {
    flex-direction: column;
  }
  .tabArea .subtabs.single li {
    width: 100%;
  }
}

/*# sourceMappingURL=sub.css.map */
