@charset "UTF-8";

.inner {max-width: var(--subWidth); margin: 0 auto;}

.subVisual {height: 400px; background: #000; display: flex; width: 100%; align-items: center; justify-content: center; margin-top: 68px; position: relative; overflow: hidden;}
.subVisual::after {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.35); content: '';}
.subVisual img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.subVisual .sub_visu_tit {color: #fff; font-size: 3.5rem; font-weight: 800; position: relative; z-index: 11;}

.subContents {margin: 6.25rem auto;}
.subContents .sub_tit {font-size: 2.75rem; font-weight: 600;margin: 0 auto; margin-bottom: 2rem; max-width: var(--subWidth);}
.subContents .sub_tit  > span {font-size: 1rem; display: block; margin-top: 1rem; font-weight: 500; color: #555; background: #f9f9f9; padding: 1em;}
.page_ready {box-sizing: border-box; border: 1px solid #ddd; border-radius: 0.5rem; padding: 6.25rem; text-align: center;}
.lnb {border-bottom: 1px solid #efefef;}
.lnb .ulDepth2 {display: flex; justify-content: center;align-items: center;  height: 50px; gap: 2em;}
.lnb .ulDepth2 li a{height: 50px; font-weight: bold; box-sizing: border-box; line-height: 50px; color: #aaa;}
.lnb .ulDepth2 li.on a {border-bottom: 4px solid #555; color: #555; transition: 0.15s all;}
.lnb .ulDepth2 li:hover a {border-bottom: 4px solid #555; color: #555; transition: 0.15s all;}

.footer-contact {background: url(../img/main/contact.png) no-repeat; padding: 4em; background-position: center;}
.footer-contact .inner {max-width: var(--innerWidth); position: relative;}
.footer-contact .inner .title {color: #fff; font-size: 4em; font-weight: bold;}
.footer-contact .inner .dec {font-size: 1.125em; color: #fff; margin-top: 1em; line-height: 1.4;}
.footer-contact .inner .btn {position: absolute; right: 0; top: 50%; transform: translateY(-50%); border-radius: 100%; background: #fff; width: 80px; height: 80px; font-family: 'pretendard'; color: #000; text-align: center; line-height: 80px; font-size: 2.5rem; transition: 0.15s all;}
.footer-contact .inner .btn:hover {background: #666; color: #fff; transition: 0.15s all;}

/* contact us */
.sub04 {display: flex; gap:5em; justify-content: space-between;}
.sub04 .left {width: 40%;}
.sub04 .left .box {border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; padding: 2em; box-sizing: border-box;}
.sub04 .left .box+.box {margin-top: 2em;}
.sub04 .left .box p.title {font-size: 1.375em; font-weight: bold; position: relative; padding-left: 38px;}
.sub04 .left .box p.title::after {position: absolute; left: 0; top: -4px; background: url(../img/sub/icon-company.svg); width: 32px; height: 32px; content: ''; background-size: cover;}
.sub04 .left .box dl {margin-top: 14px; padding-left: 14px;}
.sub04 .left .box dl dt {position: relative; font-weight: bold;}
.sub04 .left .box dl dt::after {position: absolute; content: '-'; left: -10px; top: 0px;}
.sub04 .left .box dl dd{margin-top: 4px;}
.sub04 .left .box .bottom {background: #f4f4f4; padding: 1em 2em; margin-top: 1.5em;}
.sub04 .left .box .bottom li+li{margin-top: 3px;}
.sub04 .left .box .bottom li.name {font-weight: bold; font-size: 1.125em;}
.sub04 .left .box .bottom li.position{font-weight: bold; color:#666;}
.sub04 .left .box .bottom li.position, .sub04 .left .box .bottom li.email {position: relative; padding-left: 14px;}
.sub04 .left .box .bottom li.position::after, .sub04 .left .box .bottom li.email::after {position: absolute; content: '-'; left: 0px; top: 0px;}
.sub04 .right {width: calc(100% - 40% - 5em);}
.formDiv p {display: flex; flex-direction: column; gap: 10px;}
.formDiv p label {font-weight: bold;}
.formDiv p label span {margin-left: 4px;}
.formDiv p select {width: 150px;}
.formDiv p input[type="text"] {width:100%}
.formDiv p+p {margin-top: 24px;}
.formDiv p textarea {min-height: 200px;}
input[type="text"], select, textarea {border: 1px solid #ddd; border-radius: 8px; padding: 14px; background: #f9f9f9;  box-sizing: border-box; transition: 0.15s all;}
input[type="text"]:hover, select:hover, textarea:hover {background: #fff; transition: 0.15s all;}
input[type="text"]:active, input[type="text"]:focus, select:active, select:focus, textarea:active, textarea:focus {border: 1px solid #666;; transition: 0.15s all; outline: none;}
.btn-wrap,.form-btn-wrap {margin-top: 6em; display: flex; align-items: center; justify-content: center;}
.form-btn-wrap .write, .btn-wrap .write a {background: #666; padding: 1em 2em; font-size: 1.125em; color: #fff; outline: none; border: none; cursor: pointer; border-radius: 50px; transition: 0.15s all;}
.form-btn-wrap .write:hover, .btn-wrap .write a:hover {background: #000; transform: 0.15s all;}

/* resources */
.bd_category_area {display: flex; gap: 20px; margin-bottom: 2em;}
.bd_category_area li a{color: #adadad; font-weight: bold; }
.bd_category_area li a.on {text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; color: #000;}
.tbl01 {width: 100%; border-top: 2px solid #000;}
.tbl01 th, .tbl01 td {padding: 14px; box-sizing: border-box; }
.tbl01 th {border-bottom: 1px solid #efefef;}
.tbl01 td {border-bottom: 1px solid #efefef;}
.tbl01 .con {min-height: 200px;}
.tbl01 td .date {display: none;}
.btn-wrap .write a {color: #fff;}
.pagination {margin-top: 3em;}
.pagination ul {display: flex; justify-content: center; align-items: center; gap: 20px;}
.pagination ul li.active a {font-weight: bold; transition: 0.15s all;}
.pagination ul li:hover a {transition: 0.15s all; font-weight: bold;}
.search-box {display: flex; justify-content: center; align-items: center; margin-top: 3em; gap: 20px;}
.search-box .serch_btn {border: none; outline: none; background-color: #666; color: #fff; padding: 13px; border-radius: 8px; cursor: pointer;}
.search-box .check {display: flex; gap: 6px;}
.tbl01 td a.board {transition: 0.15s all;}
.tbl01 td a.board:hover {font-weight: bold; transition: 0.15s all;} 
.pn_list {display: flex; background: #f9f9f9; padding: 20px; gap: 40px; margin-top: 4em;}
.pn_list dt {font-weight: bold;}
.pn_list+.pn_list {margin-top: 0;}
.btn-wrap {gap: 14px;}
.btn-wrap > a, .btn-wrap > button {padding: 0.7em 1.5em; color: #fff; background: #666; border-radius: 30px; outline: none; border: none; font-size: 1rem; cursor: pointer;}
.btn-wrap > a.modify {background:orange;}
.btn-wrap > a.del {background: red;}
.postDiv > div {display: flex; align-items: center;}
.postDiv > div label {width: 100px;}
.postDiv > div .label-box {width: 100px;}
.postDiv > div input[type="text"] {width: 700px;}
.postDiv > div+div {margin-top: 20px;}
#cke_bd_content {margin: 20px 0;}
.cate {background: #555; padding: 4px 12px; font-size: 13px; border-radius: 30px; color: #fff; font-weight: bold; margin-right: 4px;}
.term-div {border: 1px solid #ddd; background: #f1f1f1; padding: 1em; border-radius: 12px; margin-top: 24px;}
.term-div .term {background: #fff; border-radius: 8px; padding:1em; height: 100px; overflow-y: scroll;}
.term-div .term-title {margin-bottom: 10px;}
.term-check {margin-top: 10px;}

/* 체크박스 디자인 */
.checkbox-icon {display: flex; justify-content: center; align-items: center;}
.checkbox-icon::before{content:'';display: block; margin-right:0.3rem; display: inline-block;width: 20px;height: 20px;background-color: transparent;border: 1px solid #9da3a5;box-sizing:border-box;position: relative;cursor: pointer;border-radius: 100%;}

/* checked */
.checkbox-label input[type='checkbox']{display: none;}
.checkbox-label{display: flex; align-items: flex-start; gap: 4px;}
.checkbox-label input:checked + .checkbox-icon::before{background: url(https://intranet.adef.co.kr/asset/images/ic_check.png) #666 no-repeat center;;border:none;}

/* ABOUT */
.sub03 {margin-top: 4em;}
.sub03 .box {box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;margin:2em 0;display: flex; justify-content: flex-start; gap: 3em; align-items: center; background: #f9f9f9; padding: 2em; border-radius: 30px;}
.sub03 .box .img-box {width: 20%; border-radius: 20px; overflow: hidden;}
.sub03 .box .text-box {width: calc(100% - 20% - 3em);}
.sub03 .box .text-box .title {font-size: 3em; font-weight: bold;}
.sub03 .box .text-box .dec {margin-top: 2em;}
.sub03 .box .text-box .dec li{position: relative; padding-left: 14px; font-size: 1.25em;}
.sub03 .box .text-box .dec li+li {margin-top: 8px;}
.sub03 .box .text-box .dec li::after {position: absolute; left: 0; content: '-';top: 0;}

/* PRODUCT */
.sub01 .tbl01 td {text-align: center;}
.sub01 .dec-box {background: #f5f5f5; padding: 2em;}
.sub01 .dec-box .title{font-size: 1.5em; font-weight: bold;}
.sub01 .dec-box .dec{margin-top: 1em; color: #555;}
.sub01 .dec-box .dec p+p {margin-top: 16px;}
.sub01 .table-wrap {margin-top: 2em;}
.sub01 .warning-box {margin-top: 10px; padding: 1em;}
.sub01 .warning-box .title {font-weight: bold;font-size: 1.125em; margin-bottom: 8px;}
.sub01 .warning-box .dash li{position: relative; padding-left: 16px;}
.sub01 .warning-box .dash li+li {margin-top: 4px;}
.sub01 .warning-box .dash li::after {position: absolute; left: 0; content: '-';}
.sub01 .border-box {border: 4px solid #ddd; padding: 2em; margin-top: 4em;}


/* 이용약관 */
.term h4 {margin-bottom: 24px;}
.term p {font-weight: bold;}
.term ul + p {margin-top: 24px;}
.term ul {padding-left: 14px; margin-top: 4px;}
.term ul li {padding-left: 14px; position: relative;}
.term ul li::after {position: absolute; left: 0; content: '-'; top: 0;}