@charset "utf-8";

/* sub-visual */
.sub-visual {position: relative; margin: 150px 0 100px; padding: 0 20px;}
.sub-visual .inner {position: relative; max-width: 1760px; width: 100%; height: 320px; padding: 0 20px; margin: 0 auto; border-radius: 30px; background: linear-gradient(293deg, #F6FFFA -15.1%, #E6F2FC 69.82%), linear-gradient(290deg, #E4FFF1 -14.33%, #DCEDFB 88.49%);}
.sub-visual .inner:after {position: absolute; bottom: 0; right: 100px; content: ''; width: 319px; height: 223px; background: url('../images/layout/logo-deco.png') no-repeat 50% 100%;}
.sub-visual .container {padding: 0;}
.sub-visual-inner {position: relative;}
.sub-visual-inner .title-wrap {display: flex; flex-direction: column; justify-content: center; text-align: center; padding-top: 100px;}
.sub-visual-inner .title {font-size: 44px; font-weight: 700; line-height: normal; letter-spacing: -1.1px; color: var(--font01); margin-bottom: 22px;}
.sub-visual-inner .path ol {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 -16px;}
.sub-visual-inner .path ol li {position: relative; padding: 0 16px; font-size: 16px; font-weight: 500; line-height: normal; color: var(--font03);} 
.sub-visual-inner .path ol li:after {position: absolute; top: 50%; right: -12px; transform: translateY(-50%); content: ''; width: 24px; height: 24px; background: url('../images/sub/icon-path-arrow.png') no-repeat 50% 50%;}
.sub-visual-inner .path ol li:last-child:after {display: none;} 

.sub-visual-inner .page-actions {position: absolute; top: 160px; right: 20px; z-index: 5;}
.sub-visual-inner .page-actions button {display: inline-block; width: 42px; height: 42px; border-radius: 50%; border: 1px solid #E1EAF0; background: #FFF; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);}
.sub-visual-inner .page-actions .btn-share {margin-right: 15px;}
.share-popup {display: none; position: absolute; top: calc(100% + 20px); right: 77px; width: 240px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); z-index: 30;}
.share-popup .popup-header {display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 700; line-height: 1.5em; color: #000; border-bottom: 1px solid var(--line); padding: 20px 20px 16px 20px}
.share-popup .popup-body {padding: 20px 26px;}
.share-popup .popup-body ul {display: flex; justify-content: center; align-items: center;}
.share-popup .popup-body ul li {flex: 1; text-align: center;}
.share-popup .popup-body ul li img {margin-bottom: 10px;}
.share-popup .popup-body ul li span {display: block; font-size: 14px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.35px; color: var(--font03);}
 
/* lnb */
.lnb {position: absolute; top: calc(100% - 57px); left: 50%; transform: translateX(-50%); max-width: 1300px; width: calc(100% - 80px);}
.btn-lnb-toggle {display: none;}
.lnb ul {display: flex; border-radius: 16px 16px 0 0; overflow: hidden;}
.lnb ul li {flex: 1;}
.lnb ul li a {display: flex; justify-content: center; align-items: center; width: 100%; height: 58px; font-size: 16px; font-weight: 600; line-height: normal; color: #fff; text-align: center; background: var(--primary); border-right: 1px solid rgba(255, 255, 255, 0.30);}
.lnb ul li:last-child a {border-right: 0;}
.lnb ul li a[aria-current="page"] {color: var(--font01); background: #fff;}

.sub-cont {padding-bottom: 120px;}
.sub-cont .page-title {margin-bottom: 50px;}
.sub-cont .page-title.mb-20 {margin-bottom: 20px;} 
.sub-cont .page-title h3 {font-size: 36px; font-weight: 700; line-height: normal; letter-spacing: -0.9px; color: var(--font01); text-align: center;}

/* 서브 탭메뉴 */
.sub-tab-menu {margin-bottom: 50px;}
.sub-tab-menu ul {display: flex;}
.sub-tab-menu ul li {flex: 1;}
.sub-tab-menu a {position: relative; font-size: 18px; font-weight: 600; line-height: normal; letter-spacing: -0.45px; color: var(--font03); text-align: center; padding: 18px; border-bottom: 1px solid var(--line);}
.sub-tab-menu a[aria-current="page"] {font-weight: 700; color: var(--primary);}
.sub-tab-menu a:hover {color: var(--primary);}
.sub-tab-menu a[aria-current="page"]:after {position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); content: ''; width: 100%; height: 2px; background: var(--primary);}

/* board-top */
.board-top {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px;}
.board-top .board-info p {font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.45px; color: var(--font02); }
.board-top .board-search .search-group {display: flex; align-items: center; gap: 10px;}
.board-top .board-search select {min-width: 102px; border-radius: 10px; border: 1px solid var(--line); background: #FFF url('../images/sub/icon-option-open.png') no-repeat right 16px center; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); padding: 12px 41px 12px 16px; font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--font03); appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.board-top .search-box  {position: relative; width: 280px;}
.board-top .search-box input {width: 100%; border-radius: 10px; border: 1px solid var(--line); background: #FFF; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); padding: 12px 16px; font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--font03); }
.board-top .search-box input::placeholder {color: #A7A7A7;} 
.board-top .search-box .btn-search {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 24px; height: 24px; border: none; font-size: 0; background: url('../images/sub/icon-input-search.png') no-repeat center / contain; cursor: pointer;}
  
/* 기본 갤러리 게시판 - 리스트 페이지 */
.gallery-list ul {display: flex; flex-wrap: wrap; margin: -25px -15px;}
.gallery-list ul li {width: 25%; padding: 25px 15px;}
.gallery-list a {position: relative; border-radius: 20px; border: 1px solid var(--line); background: #FFF; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); overflow: hidden;}
.gallery-list a:after {opacity: 0; position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; border: 2px solid var(--primary); border-radius: 20px; transition: all 0.5s;}
.gallery-list a:hover:after {opacity: 1;}
.gallery-list .img-box figure {position:relative; height:0; padding-bottom:68.97%; overflow:hidden; transition:all 0.5s;}
.gallery-list .img-box figure img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.5s;}
.gallery-list a:hover .img-box figure img {transform: translateY(-50%) scale(1.06);}
.gallery-list .text-box {padding: 20px 20px 35px 20px;}
.gallery-list .text-box .title {font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font01); margin-bottom: 23px; height:calc(1.5em * 1 * 2); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.gallery-list .text-box .date {font-size: 13px; font-weight: 500; line-height: normal; letter-spacing: -0.325px; color: #999DA3;}

/* 웹진 갤러리 게시판 - 리스트 페이지 */
.webzine-list {border-top: 1px solid #222;}
.webzine-list ul {display: flex; flex-wrap: wrap;}
.webzine-list ul li {width: 50%; border-bottom: 1px solid var(--line);}   
.webzine-list ul li:nth-child(odd) {border-right: 1px solid var(--line);}
.webzine-list ul li a {display: flex; gap: 30px; padding: 30px 30px 30px 0;}
.webzine-list ul li:nth-child(even) a {padding-left: 30px;} 
.webzine-list ul li .img-box {max-width: 290px; width: 100%;}
.webzine-list ul li .img-box figure {position:relative; height:0; padding-bottom:68.97%;  overflow:hidden; border-radius: 10px; transition:all 0.5s;}
.webzine-list ul li .img-box figure img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.5s;}
.webzine-list ul li a:hover .img-box figure img {transform: translateY(-50%) scale(1.06);}
.webzine-list ul li .text-box {width: 1%; flex: 1 1 auto; padding-top: 30px;}
.webzine-list ul li .text-box .cate-title {font-size: 14px; font-weight: 700; line-height: normal; color: var(--primary); margin-bottom: 6px;}
.webzine-list ul li .text-box h4 {font-size: 18px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.45px; color: var(--font01); height:calc(1.5em * 1 * 4); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}

/* pagination */
.pagination {display: flex; justify-content: center; align-items: center; margin-top: 60px; font-size: 0;}
.pagination.mt-0 {margin-top: 0;}
.pagination ul {display: flex; gap: 6px;}
.pagination li a {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; font-size: 16px; font-weight: 500; color: var(--font03); border-radius: 6px; background: #fff; transition: all 0.4s;}
.pagination li a:hover {color: var(--primary);}
.pagination li a[aria-current="page"] {background: var(--primary); color: #fff; font-weight: 700;}
.pagination li .page-prev {margin-right: 10px;}
.pagination li .page-next {margin-left: 10px;}
.pagination li a.disabled {opacity: 0.3; pointer-events: none;}
  
/* 관심등록 갤러리 게시판 - 리스트 페이지 */
.gallery-like-list ul {display: flex; flex-wrap: wrap; margin: -25px -15px;}
.gallery-like-list ul li {width: 25%; padding: 25px 15px;}
.gallery-like-list ul li .inner {position: relative;}
.gallery-like-list a {position: relative; border-radius: 20px; border: 1px solid var(--line); background: #FFF; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); overflow: hidden;}
.gallery-like-list a:after {opacity: 0; position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; border: 2px solid var(--primary); border-radius: 20px; transition: all 0.5s;}
.gallery-like-list a:hover:after {opacity: 1;}
.gallery-like-list .btn-like {position: absolute; top: 20px; right: 20px; width: 24px; height: 24px; background: url('../images/main/icon-heart-off.png'); z-index: 10;}
.gallery-like-list .btn-like.active {background-image: url('../images/main/icon-heart-on.png');}
.gallery-like-list .img-box figure {position:relative; height:0; padding-bottom:68.97%; overflow:hidden; transition:all 0.5s;}
.gallery-like-list .img-box figure img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.5s;}
.gallery-like-list a:hover .img-box figure img {transform: translateY(-50%) scale(1.06);}
.gallery-like-list .text-box {padding: 20px;}
.gallery-like-list .text-box .tab-title {font-size: 14px; font-weight: 700; line-height: normal; color: var(--primary); margin-bottom: 6px;}
.gallery-like-list .text-box .title {font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font01); margin-bottom: 23px; height:calc(1.5em * 1 * 2); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.gallery-like-list .text-box .date {font-size: 13px; font-weight: 500; line-height: normal; letter-spacing: -0.325px; color: #999DA3;}

/* 게시판 기본 뷰페이지 */
.board-view .view-header {padding: 30px 0 27px; border-top: 1px solid #222; border-bottom: 1px solid var(--line);}
.board-view .view-header .view-title {font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.6px; color: var(--font01); margin-bottom: 18px;}
.board-view .view-header .view-info-box {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.board-view .view-header .view-info ul {display: flex; margin: 0 -20px;}
.board-view .view-header .view-info ul li {position: relative; padding: 0 20px; font-size: 16px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.32px; color: var(--font03);}
.board-view .view-header .view-info ul li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 15px; background: var(--line);}
.board-view .view-header .view-info ul li:last-child:after {display: none;}
.board-view .view-header .view-info ul li span {display: inline-block; font-weight: 700; color: var(--font02); margin-right: 11px;}
.board-view .view-header .view-btns {display: flex; margin: 0 -12px;}
.board-view .view-header .view-btns li {position: relative; padding: 0 12px;}
.board-view .view-header .view-btns li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 15px; background: var(--line);}
.board-view .view-header .view-btns li:last-child:after {display: none;}
.board-view .view-header .view-btns .btn {display: inline-block; font-size: 16px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.32px; color: var(--font02);}
.board-view .view-cont {min-height: 300px; padding: 50px 20px 70px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); border-bottom: 1px solid var(--line);}
.btn-area {display: flex; justify-content: center; gap: 10px; margin-top: 60px;}
.btn-area a {display: flex; justify-content: center; align-items: center; width: 170px; height: 64px; border-radius: 32px; border: 1px solid var(--line); background: #FFF; font-size: 16px; font-weight: 700; color: var(--font01); text-align: center; margin: 0 auto; transition: all 0.5s;}
.btn-area .btn-outline:hover {background: var(--primary); border: 1px solid var(--primary); color: #fff;}

/* 게시판 첨부파일있는 뷰페이지 */
.view-file tbody td {font-size: 16px; font-weight: 500; line-height: 1.5em; color: #A7A7A7;}
.view-file .btn-file-download {display: inline-block; min-width: 320px; border-radius: 4px; border: 1px solid var(--line); background: #FFF; padding: 9px 16px; transition: all 0.5s;}
.view-file .btn-file-download:hover {color: var(--font01);}

/* 문의폼이 있는 뷰페이지 */
.view-inquiry-form {margin-top: 50px;}
.board-view .inquiry-form:not(:last-child) {margin-bottom: 0;}
.view-inquiry-form .inquiry-table {border-top: 1px solid var(--line);}

/* 답변 기능이 있는 뷰페이지 */
.view-answer {padding: 30px 30px 40px; background: #F9FAFB; border-top: 1px solid var(--font01); border-bottom: 1px solid var(--line); margin-top: 50px;}
.view-answer h4 {position: relative; font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font02); margin-bottom: 8px; padding-left: 26px;}
.view-answer h4:before {position: absolute; top: 50%; left: 0; margin-top: -10px; content: ''; width: 20px; height: 20px; background: url('../images/sub/icon-answer.png') no-repeat center center;}
.view-answer .answer-content {font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}

/* 테이블 */
table {table-layout: fixed; width: 100%;}
table tbody tr {border-bottom: 1px solid var(--line);}
table tbody th {width: 200px; font-size: 16px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.32px; color: var(--font01); padding: 30px 20px; background: var(--bg02); text-align: left;}
table tbody td {position: relative; padding: 20px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}

/* 일반 게시판 리스트페이지 */
.board-table {border-top: 1px solid var(--font01);}
.board-table tr {border-bottom: 1px solid var(--line);}
.board-table thead th {font-size: 16px; font-weight: 700; color: var(--font01); padding: 17px 10px;}
.board-table tbody td {font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); text-align: center;}
.table-with-box tbody td {padding: 17px 20px;}
.board-table tbody td.subject {text-align: left;}
.board-table tbody a {position: relative; transition: all 0.5s;}
.board-table tbody a:hover {color: var(--primary);}
.board-table tbody td.subject .title-icon {margin-left: 4px;}
.board-table tbody td .mob-only {display: none; margin-right: 3px;}
.board-table .board-notice {background: var(--bg02);}
.board-table .board-notice .num {font-weight: 600; color: var(--primary);}
.board-table .board-notice .subject {font-weight: 700; color: var(--font02);}
.board-table .board-notice .subject a:hover {color: var(--font02);}

/* 일반 게시판 멤버 작성 리스트페이지 */
.board-btn {display: flex; justify-content: flex-end; margin-top: 16px;}
.board-btn .btn-write {position: relative; display: inline-block; width: 96px; font-size: 16px; font-weight: 700; line-height: 46px; color: #fff; background: var(--primary); border-radius: 8px; padding-left: 23px; text-align: center;}
.board-btn .btn-write:after {position: absolute; top: 50%; left: 20px; transform: translateY(-50%); content: ''; width: 24px; height: 24px; background: url('../images/sub/icon-board-write.png') no-repeat 50% 50%;}
  
/* faq */
.faq-list {border-top: 1px solid #222;}
.faq-list .faq-question {position: relative; width: 100%; padding: 37px 60px; border-bottom: 1px solid var(--line); font-size: 20px; font-weight: 600; line-height: 1.5em; letter-spacing: -0.5px; color: #222; text-align: left;}
.faq-list .faq-question span {position: absolute; top: 30px; left: 0; display: inline-block; width: 44px; height: 44px; border-radius: 50%; background: var(--primary); font-size: 24px; font-weight: 700; line-height: 44px; color: #fff; text-align: center;}
.faq-list .faq-question:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 40px; height: 40px; background: url('../images/sub/icon-slide-down.png') no-repeat 50% 50%; transition: all 0.5s;}
.faq-list .faq-question[aria-expanded="true"]:after {transform: translateY(-50%) rotate(180deg);}
.faq-list .faq-answer {padding: 40px; background: var(--bg02); font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}

/* 마이페이지 */
.board-list .status span {display: inline-block; width: 76px; line-height: 28px; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: -0.35px; text-align: center;}
.board-list .status-in-progress {border: 1px solid var(--primary); background: #EDF4FF; color: var(--primary);}
.board-list .status-pending {border: 1px solid var(--line); background: #FFF; color: var(--font02);}
.board-list .status-complete {border: 1px solid var(--line); background: #F3F3F3; color: #A7A7A7;}

/* 마이페이지 - 비밀번호 확인 */
.login-box {max-width: 500px; width: 100%; margin: 0 auto;}
.mypage-login-box.login-box {max-width: 320px;}
.login-box .login-title {margin-bottom: 30px;}
.login-box .login-title h3 {font-size: 30px; font-weight: 700; line-height: normal; letter-spacing: -.75px; color: var(--font01); text-align: center; margin-bottom: 16px;}
.login-box .login-title p {font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.45px; color: var(--font03); text-align: center;} 
.login-box input {width: 100%; padding: 9px 16px; border-radius: 4px; border: 1px solid #E1E3E5; background: #FFF; padding: 9px 16px; font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--font03);}
.login-box::placeholder {color: #A7A7A7;}
.login-box .btn {display: inline-block; max-width: 320px; width: 100%; font-size: 16px; font-weight: 700; color: #fff; padding: 12px 10px; background: var(--primary); border: 1px solid var(--primary); border-radius: 22px; margin-top: 24px; transition: all 0.5s;}
.login-box .btn:hover {background: #fff; color: var(--primary);} 

/* 마이페이지 - 비밀번호 변경 */
.login-box .form-group:not(:last-of-type) {margin-bottom: 10px;}
.login-box .password-guide {font-size: 12px; font-weight: 500; line-height: 1em; letter-spacing: -0.3px; color: var(--red); margin-top: 4px;}

/* 로그인 */
.login-section {margin: 250px 0 120px;}
.login-section .login-box {padding: 70px 89px; border-radius: 20px; border: 1px solid var(--line); background: #FFF; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03);}
.login-links {display: flex; justify-content: center; margin: 20px -16px 50px;}
.login-links li {position: relative; padding: 0 16px;}
.login-links li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 14px; background: var(--line);}
.login-links li:last-child:after {display: none;}
.login-links li a {font-size: 15px; font-weight: 500; line-height: normal; letter-spacing: -0.375px; color: var(--font03);}
.sns-login-title-wrap {position: relative; margin-bottom: 20px; text-align: center;}
.sns-login-title-wrap:before {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: ''; width: 100%; height: 1px; background: var(--line);}
.sns-login-title {position: relative; display: inline-block; font-size: 20px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.5px; color: var(--font01); text-align: center; background: #fff; padding: 0 16px; z-index: 5;}
.sns-login ul {display: flex; justify-content: center;}
.sns-login ul li {padding: 0 12px;}

/* 로그인 - 아이디/비밀번호찾기 */
.login-section .login-box.find-box {padding: 70px 50px;}
.tab-list {display: flex;}
.tab-list li {flex: 1; border-bottom: 1px solid var(--line);}
.tab-list li button {position: relative; display: inline-block; width: 100%; font-size: 18px; font-weight: 600; line-height: normal; letter-spacing: -0.45px; color: var(--font03); text-align: center; padding: 14px 5px;}
.tab-list li button[aria-selected="true"] {color: var(--primary); font-weight: 700;}
.tab-list li button[aria-selected="true"]:after {position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); content: ''; width: 100%; height: 2px; background: var(--primary);}
.login-box .tab-panel {margin-top: 60px; text-align: center;}
.login-box .tab-panel .text-box {margin-bottom: 40px;}
.login-box .tab-panel .text-box p {font-size: 18px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.45px; color: var(--font03); text-align: center;}
.login-box.find-box input {max-width: 320px; margin: 0 auto;}

/* 문의폼 */
.inquiry-form:not(:last-child) {margin-bottom: 70px;}
.inquiry-form .form-header {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 20px;}
.inquiry-form .form-title {font-size: 24px; font-weight: 700; line-height: normal; letter-spacing: -0.6px; color: var(--font01);}
.inquiry-form .form-required span {display: inline-block; font-size: 12px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.3px; color: var(--font03);}
.inquiry-form .form-required .required-symbol {color: var(--primary);}
.inquiry-table {border-top: 1px solid var(--font01);}
.inquiry-table .required-symbol {color: var(--primary); margin-left: 5px;}
.inquiry-table input {max-width: 320px; width: 100%; height: 44px; border-radius: 4px; border: 1px solid var(--line); background: #FFF; padding: 9px 16px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); text-align: left;}
.inquiry-table .input-xxs {max-width: 90px;}
.inquiry-table .input-xs {max-width: 100px;}
.inquiry-table .input-s {max-width: 145px;}
.inquiry-table .input-sm {max-width: 200px;}
.inquiry-table .input-md {max-width: 240px;}
.inquiry-table .input-full {max-width: 970px;}
.inquiry-table .phone-inputs,
.inquiry-table .email-inputs,
.inquiry-table .time-inputs {display: flex; align-items: center; gap: 10px; width: 100%;}
.inquiry-table .time-inputs {flex-wrap: wrap;}
.inquiry-table select {max-width: 320px; width: 100%; border-radius: 4px; border: 1px solid var(--line); background: #FFF; padding: 9px 40px 9px 16px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../images/sub/icon-option-open.png') no-repeat right 16px center}
.inquiry-table select:invalid {color: #A7A7A7;}
.inquiry-table .select-xs {max-width: 100px;}
.inquiry-table .select-sm {max-width: 200px;}
.inquiry-table textarea {width: 100%; max-width: 970px; min-height: 120px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 4px; background-color: #fff; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); resize: none;}
.inquiry-table .textarea-m {min-height: 240px;}
.inquiry-table input:focus,
.inquiry-table textarea:focus {border-color: var(--primary); outline: none;}
.inquiry-table .mb-8 {margin-bottom: 8px;}
.inquiry-table .disabled {background-color: #F5F5F5; color: #A7A7A7; cursor: not-allowed; pointer-events: none;}
.inquiry-table .disabled:focus {border: 1px solid var(--line);}
.inquiry-table .is-view {pointer-events: none; color: var(--font03);}
.inquiry-table .is-view:focus {border: 1px solid var(--line);}

/* 문의폼 라디오 */
.radio-group {display: flex; flex-wrap: wrap; gap: 8px 20px;}
.radio-group input[type="radio"] {position: absolute; opacity: 0; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0 0 0 0); border: 0; white-space: nowrap;}
.radio-label {position: relative; display: flex; align-items: center; align-content: center; gap: 8px; cursor: pointer; white-space: nowrap; padding-left: 26px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}
.radio-label::before {position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; display: inline-block; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--line); background-color: #fff;}
.radio-group input[type="radio"]:checked + .radio-label::before {border: 6px solid var(--primary);}
.radio-group.is-view .radio-label {cursor: default; pointer-events: none;}
.radio-group.is-view .radio-label::before {background: #F5F5F5;}

/* 문의폼 input 그룹 */
.inquiry-table .input-group {display: flex; flex-wrap: wrap; align-items: center; gap: 20px 30px;}
.inquiry-table .input-item {display: flex; align-items: center; gap: 20px; flex-wrap: wrap;}
.inquiry-table .input-item label {display: inline-block; flex: 0 0 auto; white-space: nowrap; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); cursor: default;}
.inquiry-table .input-item .input-md {flex: 0 0 240px;}

/* 문의폼 수상 및 인증 항목 */
.inquiry-table #award-list {align-items: center; gap: 20px 10px;}
.award-row {display: flex; flex-wrap: wrap; align-items: center; gap: 20px 10px;}
#award-list .input-item:nth-child(1) {margin-right: 20px;}

/* 문의폼 아이콘+텍스트 버튼 */
.btn-icon-text {position: relative; width: 92px; height: 44px; border-radius: 4px; background: #173666; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); font-size: 16px; font-weight: 700; line-height: 1.5em; color: #fff; padding-left: 28px;}
.btn-icon-text:before {position: absolute; top: 50%; left: 20px; transform: translateY(-50%); content: ''; width: 24px; height: 24px;}
.btn-add-award:before {background: url('../images/sub/icon-plus.png') no-repeat center center;}
.btn-del-award:before {background: url('../images/sub/icon-delete.png') no-repeat center center;}
.btn-add-award.disabled-add {background: #d3d3d3; cursor: not-allowed;}

/* 문의폼 체크박스 */
.check-group {display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;}
.check-block {flex-direction: column; align-items: flex-start;}
input[type="checkbox"] {display: none;}
.check-label {position: relative; padding-left: 26px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); cursor: pointer; user-select: none;}
.check-label::before {position: absolute; left: 0; top: 1px; content: ''; width: 18px; height: 18px; border: 2px solid var(--line); border-radius: 2px; background-color: #fff; transition: all 0.2s ease;}
input[type="checkbox"]:checked + .check-label::before {background-color: #3A86FF; border-color: #3A86FF;}
input[type="checkbox"]:checked + .check-label::after {z-index: 5; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; content: ''; background: url('../images/sub/icon-checkbox.png') no-repeat center center;}
.check-group.is-view .check-label {cursor: default; pointer-events: none;}
.check-group.is-view .check-label::before {background: #F5F5F5;}

/* 문의폼 예상교육생 - 인원수 영역 */
.inquiry-table .form-wrap {display: flex; flex-wrap: wrap; gap: 20px 50px;}
.inquiry-table .input-expected-num .input-item {gap: 20px 4px;}
.inquiry-table .input-expected-num .input-title {font-size: 16px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.32px; color: var(--font01);}

/* 문의폼 가이드 텍스트 */
.inquiry-table .text-guide {font-size: 12px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.3px; color: var(--red); margin-top: 4px;}
.inquiry-table .text-guide-absolute {position: absolute; bottom: 0; left: 20px;}

/* 문의폼 버튼 */
.inquiry-table .btn-text {display: inline-block; min-width: 125px; padding: 9px; font-size: 16px; line-height: 44px; font-weight: 700; line-height: 1.5em; border-radius: 4px; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); text-align: center;}
.inquiry-table .btn-primary {color: #fff; background: #173666; border: 1px solid #173666;}
.inquiry-table .btn-outline {color: var(--font02); background: #fff; border: 1px solid var(--line);}
.inquiry-table .btn-sns {position: relative;}
.inquiry-table .btn-sns-kakao {background: #FFE600; color: #392020; padding-left: 27px; margin-right: 10px;}
.inquiry-table .btn-sns-kakao:before {position: absolute; top: 50%; left: 20px; transform: translateY(-50%); content: ''; width: 19px; height: 17px; background: url('../images/sub/icon-mypage-kakao.png') no-repeat center center;}
.inquiry-table .btn-sns-naver {background: #06BE34; color: #fff; padding-left: 34px;}
.inquiry-table .btn-sns-naver:before {position: absolute; top: 50%; left: 30px; transform: translateY(-50%); content: ''; width: 16px; height: 15px; background: url('../images/sub/icon-mypage-naver.png') no-repeat center center;}

/* 문의폼 input + 버튼 그룹 */
.inquiry-table .wrap {display: flex; gap: 20px;}
.inquiry-table .email-button-wrap {max-width: 780px; gap: 10px;}

/* 문의폼 첨부파일 */
.filebox {display: flex; align-items: center; gap: 20px; max-width: 570px;}
.file-name {flex: 1;  box-sizing: border-box;}
.filebox.is-view {pointer-events: unset;}
.is-view .file-name {background: #F5F5F5; color: #A7A7A7;}
.is-view .file-name:focus {border: 1px solid var(--line);}
.filebox .btn-group {display: flex; gap: 10px;}
.btn-file-add {position: relative; display: flex; justify-content: center; align-items: center; width: 123px; height: 44px; border-radius: 4px; background: #173666; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); font-size: 16px; font-weight: 700; line-height: 1.5em; color: #fff; padding-left: 28px;}
.btn-file-add:before {position: absolute; top: 50%; left: 20px; transform: translateY(-50%); content: ''; width: 24px; height: 24px; background: url(../images/sub/icon-plus.png) no-repeat center center;}
.btn-del-file {border: 1px solid var(--line); background: #fff; color: var(--font02);}
.btn-del-file:before {background: url('../images/sub/icon-delete-black.png') no-repeat center center;}
.filebox .btn-file-download {position: relative; display: flex; justify-content: center; align-items: center; width: 123px; height: 44px; border-radius: 4px; background: #173666; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.03); font-size: 16px; font-weight: 700; line-height: 1.5em; color: #fff; padding-left: 28px;}
.filebox .btn-file-download:before {position: absolute; top: 50%; left: 20px; transform: translateY(-50%); content: ''; width: 24px; height: 24px; background: url(../images/sub/icon-download.png) no-repeat center center;}

/* 개인정보처리방침 */
.consent-item:not(:last-child) {margin-bottom: 50px;}
.consent-header {font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.6px; color: var(--font01); margin-bottom: 20px;}
.consent-content {width: 100%; max-height: 300px; border-radius: 10px; border: 1px solid var(--line); background: #F9FAFB; padding: 30px; margin-bottom: 16px; white-space: pre-wrap; word-break: break-word; overflow-y: auto;}

/* 문의폼 최하단 버튼 */
.form-actions {display: flex; justify-content: center; gap: 20px; margin-top: 60px;}
.form-actions .btn {width: 170px; line-height: 62px; font-size: 16px; font-weight: 700; border-radius: 32px; cursor: pointer; transition: all 0.5s;}
.form-actions .btn-cancel {background-color: #fff; color: var(--font01); border: 1px solid var(--line);}
.form-actions .btn-submit {background-color: var(--primary); color: #fff; border: 1px solid var(--primary);}
.form-actions .btn-cancel:hover {background: var(--line);}
.form-actions .btn-submit:hover {background: #fff; color: var(--primary);}

/* 회원가입 */
.join-section {margin: 230px 0 120px;}
.join-title h3 {font-size: 30px; font-weight: 700; line-height: normal; letter-spacing: -.75px; color: var(--font01); text-align: center; margin-bottom: 30px;}
.join-steps {display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 32px; margin-bottom: 50px;}
.join-steps li {position: relative;}
.join-steps li:after {position: absolute; top: 50%; right: -20px; content: ''; width: 12px; height: 1px; background: var(--line);}
.join-steps li:last-child:after {display: none;}
.join-steps span {font-size: 16px; font-weight: 700; line-height: 1.5em; color: #A7A7A7;}
.join-steps li[aria-current="step"] span {color: var(--primary);}
.terms-all-check {padding: 30px 20px; background: var(--bg02); text-align: center;}
.terms-all-check-wrap .text-guide {font-size: 14px; font-weight: 500; line-height: 1.5em; letter-spacing: -0.35px; color: var(--font03); margin-top: 10px;}

/* 센터소개 - 인사말 */
.greeting .wrap {display: flex; gap: 70px;}
.greeting .img-box {max-width: 320px; width: 100%; height: 420px; border-radius: 20px; overflow: hidden; background: url('../images/sub/greeting-img.jpg') no-repeat center center/cover;}
.greeting .text-box {width: 1%; flex: 1 1 auto;}
.greeting .text-box h4 {font-size: 32px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.8px; color: var(--font01); margin-bottom: 16px;}
.greeting .text-box h4 span {color: var(--primary);}
.greeting .text-box p {font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}
.greeting .text-box p:not(last-of-type) {margin-bottom: 24px;}
.greeting .text-box .name {font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font01); margin-top: 30px;}

/* 센터소개 - 조직도 */
.organization .img-box {text-align: center;}
.organization .img-box img {max-width: fit-content; width: 100%;}

/* 센터소개 - 찾아오시는 길 */
.location .map-box {margin-bottom: 30px;}
.location .map-box .root_daum_roughmap {width: 100% !important; height: 400px !important;}
.location .map-box .root_daum_roughmap .wrap_map {height: 400px !important;}
.location .map-box .root_daum_roughmap .border1, 
.location .map-box .root_daum_roughmap .border2 {border: none;}
.location .map-box .root_daum_roughmap .border3, 
.location .map-box .root_daum_roughmap .border4 {background-color: transparent;}
.location .info-box .address {position: relative; font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.6px; color: var(--font01); margin-bottom: 16px; padding-left: 34px;}
.location .info-box .address:before {position: absolute; top: 6px; left: 0; content: ''; width: 20px; height: 24px; background: url('../images/sub/icon-location.png') no-repeat 50% 50%;}
.location .info-box ul {display: flex; flex-wrap: wrap; margin: 0 -20px;}
.location .info-box li {position: relative; padding: 0 20px;}
.location .info-box li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 16px; background: var(--line);}
.location .info-box li:last-child:after {display: none;}
.location .info-box dl {display: flex; font-size: 18px; line-height: 1.5em; letter-spacing: -0.45px;}
.location .info-box dt {width: 60px; font-weight: 700; color: var(--font02);}
.location .info-box dd {font-weight: 500; color: var(--font01); white-space: nowrap;}
.location .info-box dd a {display: inline-block;}

/* 가족친화인증 - 인증사업소개 - 가족친화인증이란? */
.policy-intro {position: relative; padding: 46px 415px 43px 70px; border-radius: 20px; background: var(--navy);}
.family-friendly-intro .policy-intro:after {position: absolute; top: 50%; right: 70px; transform: translateY(-50%); content: ''; width: 100px; height: 114px; background: url('../images/sub/family-friendly-intro-img.png') no-repeat center center;}
.policy-intro h4 {font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.6px; color: #fff; margin-bottom: 7px;}
.policy-intro p {font-size: 16px; font-weight: 500; line-height: 1.5em; color: rgba(255,255,255,0.8);}

.sub-cont .sub-section:not(:last-of-type) {margin-bottom: 70px;}
.sub-section .section-title {margin-bottom: 20px;}
.sub-section .section-title h4 {position: relative; font-size: 24px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.6px; color: var(--font01); padding-left: 32px;}
.sub-section .section-title h4:before {position: absolute; top: 8px; left: 3px; content: ''; width:  18px; height: 18px; border: 5px solid var(--primary); border-radius: 50%;}
.sub-group:not(:last-child) {margin-bottom: 50px;}
.sub-group-title {font-size: 20px; font-weight: 700; line-height: 1.5em; letter-spacing: -0.5px; color: var(--font01); margin-bottom: 16px;}

.sub-list-check li {position: relative; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02); padding-left: 32px;}
.sub-list-check li:not(:last-child) {margin-bottom: 10px;}
.sub-list-check li:before {position: absolute; top: 0; left: 0; content: ''; width: 22px; height: 22px; background: url('../images/sub/icon-list-check.png') no-repeat center center;}
.sub-list-check li b {font-weight: 600;}
.sub-list-check a {display: inline-block; color: var(--primary); text-decoration: underline; word-break: break-all;}
.sub-list-check .sub-list-desc {display: block; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font03); margin-top: 10px;}

.grid-box {display: flex; align-items: stretch; border-top: 1px solid var(--font01); border-right: 1px solid var(--line); border-left: 1px solid var(--line);}
.grid-box .grid-item {flex: 1; display: flex; flex-direction: column; border-bottom: 1px solid var(--line);}
.grid-box .grid-title {font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font01); background: #F0F4FB; padding: 15px 10px; text-align: center;}
.grid-box .grid-content {flex: 1; display: flex; align-items: center; padding: 20px 30px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}
.grid-box .grid-item:not(:last-child) .grid-title,
.grid-box .grid-item:not(:last-child) .grid-content {border-right: 1px solid var(--line);}
.grid-box .grid-content .color-blue {color: var(--primary);}

.sub-table {border-top: 1px solid var(--font01); border-left: 1px solid var(--line);}
.sub-table thead th {font-size: 16px; font-weight: 700; line-height: 1.5em; color: var(--font01); background: #F0F4FB; padding: 15px 10px; border-right: 1px solid var(--line);}
.sub-table tbody tr {border-bottom: 1px solid var(--line);}
.sub-table tbody td {text-align: center; padding: 20px 30px; border-right: 1px solid var(--line);}
.sub-table tbody td b {font-weight: 700;}
.sub-list-dot li {position: relative; padding-left: 12px; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font02);}
.sub-list-dot li:before {position: absolute; top: -2px; left: 0; content: '•';}
.sub-table .text-left {text-align: left;}
.sub-table .border-right {border-right: 1px solid var(--line);}
.sub-table .border-bottom {border-bottom: 1px solid var(--line);}
.sub-table .color-blue {color: var(--primary);}
.sub-table-desc {margin-top: 16px;}
.sub-table-desc p {font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font03);}

.table-responsive-scroll {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.table-min-550 table {min-width: 550px;}
.table-min-700 table {min-width: 700px;}
.table-min-1024 table {min-width: 1024px;}
.table-min-1200 table {min-width: 1200px;}
.table-min-1500 table {min-width: 1500px;}

.btn-area .btn-page-link {display: flex; justify-content: center; align-items: center; height: 60px; background: var(--primary); border: 1px solid var(--primary); border-radius: 30px; font-size: 16px; font-weight: 700; line-height: 1.5em; color: #fff; text-align: center; padding: 10px; transition: all 0.5s;}
.btn-area .btn-page-link:hover {background: #fff; color: var(--primary);}
.btn-area-small {margin-top: 30px;}
.family-friendly-intro .btn-page-link {width: 280px;}

/* 가족친화인증 - 인증사업 소개 - 인증절차 */
.family-friendly-process .process figure {margin-bottom: 20px;}
.family-friendly-process .process figure img {width: 100%;}
.family-friendly-process .period .sub-list-check p {margin-top: 10px;}

/* 가족친화인증 - 인증사업 소개 - 가족친화인증기업 인센티브 */
.family-friendly-incentive .incentive .sub-table small {display: block; font-size: 14px; color: var(--font03);}
.family-friendly-incentive .incentive .btn-page-link {width: 460px;}
.family-friendly-incentive .example .grid-box {margin-bottom: 30px;}
.family-friendly-incentive .example .grid-box .grid-content {justify-content: center;}

/* 가족친화인증 - 일생활균형제도 - 유연근무 활용도 높이기 */
.work-life-enhance.sub-cont section:not(:last-child) {padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line);}
.work-life-enhance .incentive .sub-list-check {margin-bottom: 30px;}
.work-life-enhance .incentive .sub-group {margin-bottom: 0;}
.work-life-enhance .incentive .grid-content {display: block; text-align: center;}

/* 가족친화인증 - 일생활균형제도 - 출산, 육아 부담 줄이기 */
.work-life-support .incentive .sub-list-check {margin-bottom: 30px;}
.work-life-support .substitute .sub-list-check {margin-bottom: 30px;}

/* 가족친화인증 - 인천시 가족친화인증기업 */
.company-list ul {display: flex; flex-wrap: wrap; margin: -30px -15px;}
.company-list ul li {width: 33.3333%; padding: 30px 15px;}
.company-list ul li .inner {height: 100%; border-radius: 16px; border: 1px solid var(--line); background: #FFF; overflow: hidden;}
.company-list .img-box {border-bottom: 1px solid var(--line);}
.company-list .img-box figure {position:relative; height:0; padding-bottom:38.74%; overflow:hidden; transition:all 0.5s;}
.company-list .img-box figure img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.5s;}
.company-list .text-box {padding: 30px 30px 40px;}
.company-list .tag-wrap {margin-bottom: 14px;}
.company-list .tag-wrap .tag {display: inline-block; padding: 6px 10px; border-radius: 14px; font-size: 13px; font-weight: 700; line-height: normal; letter-spacing: -0.325px; margin-right: 8px;}
.company-list .tag-wrap .category-smallbiz {background: #EDF4FF; color: var(--primary);}
.company-list .tag-wrap .category-largecorp {background: #F3ECFF; color: #7028E4;}
.company-list .tag-wrap .category-public {background: #EBFEE3; color: #8DC63F;}
.company-list .tag-wrap .region-michuhol {background: #FFEFF5; color: #FA2573;}
.company-list .title-wrap {display: flex; justify-content: space-between;}
.company-list .title-wrap .company-title {font-size: 20px; font-weight: 700; line-height: 1.5em; color: var(--font01); margin-bottom: 10px;}
.company-list .title-wrap img {display: block; margin-top: 3px;}
.company-list .title-wrap a:hover img {filter: invert(44%) sepia(40%) saturate(4555%) hue-rotate(205deg) brightness(105%) contrast(101%);}
.company-list dl {display: flex;}
.company-list dl:not(:last-child) {margin-bottom: 3px;}
.company-list dt {max-width: 80px; width: 100%; font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--font02);}
.company-list dd {width: 1%; flex: 1 1 auto; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--font03);}

/* 일생활균형 지원사업 - 가족친화기업확대 컨설팅 */
.work-life-consulting .policy-intro {background: #FFF6DF;}
.work-life-consulting .policy-intro:after {position: absolute; bottom: 0; right: 70px; content: ''; width: 263px; height: 190px; background: url('../images/sub/work-life-consulting-intro-img.png') no-repeat center center;}
.policy-intro.color-black h4 {color: var(--font01);}
.policy-intro.color-black p {color: var(--font02); opacity: 0.8;}

.sub-list-process {display: flex; flex-wrap: wrap; gap: 20px 80px; padding: 0 10px;}
.sub-list-process li {text-align: center;}
.sub-list-process li figure {position: relative; margin-bottom: 20px;}
.sub-list-process li figure:after {position: absolute; top: 50%; right: -64px; transform: translateY(-50%); content: ''; width: 48px; height: 9px; background: url('../images/sub/work-life-consulting-process-arrow.png') no-repeat center center; z-index: 5;}
.sub-list-process li:last-child figure:after {display: none;}
.sub-list-process li .text-box h6 {font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--font02);}

.work-life-consulting .contact .grid-box .grid-content,
.work-life-education .contact .grid-box .grid-content,
.work-life-leisure .contact .grid-box .grid-content {justify-content: center;}
.work-life-consulting .contact .grid-box .grid-content a,
.work-life-education .contact .grid-box .grid-content a,
.work-life-leisure .contact .grid-box .grid-content a {display: inline-block; margin-left: 10px;}

/* 일생활균형 지원사업 - 직장교육 */
.work-life-education .policy-intro {background: #EDF7EB;}
.work-life-education .policy-intro:after {position: absolute; bottom: 0; right: 70px; content: ''; width: 276px; height: 190px; background: url('../images/sub/work-life-education-intro-img.png') no-repeat center center;}

/* 일생활균형 지원사업 - 근로자 여가지원 */
.work-life-leisure .policy-intro {background: #FCEEF3;}
.work-life-leisure .policy-intro:after {position: absolute; bottom: 0; right: 70px; content: ''; width: 263px; height: 190px; background: url('../images/sub/work-life-leisure-intro-img.png') no-repeat center center;}

/* 워라밸 상담 리스트페이지 */
.counseling-list.sub-cont section:not(:last-child) {margin-bottom: 20px;}
.counseling-list .policy-intro {padding: 46px 210px 43px 70px;}
.counseling-list .policy-intro:after {position: absolute; top: 50%; right: 70px; transform: translateY(-50%); content: ''; width: 100px; height: 114px; background: url('../images/sub/counseling-list-intro-img.png') no-repeat center center;}
.counseling-list .counseling-field {margin-bottom: 70px;}
.counseling-list .counseling-field .wrap {display: flex; border-radius: 16px; background: var(--bg02); padding: 40px 50px;}
.counseling-list .counseling-field .title {max-width: 140px; width: 100%;}
.counseling-list .counseling-field .title h5 {font-size: 20px; font-weight: 700; line-height: 1.5em; color: var(--font01);}
.counseling-list .counseling-field .sub-list-check {display: flex; flex-wrap: wrap;}
.counseling-list .counseling-field .sub-list-check li {width: 50%;}
.counseling-list .counseling-field .sub-list-check li:nth-child(3) {margin-bottom: 0;}