.content-wrap { width: 100%; padding-top: 100px; }

.content-wrap .sub-top { border-bottom: 1px solid var(--color-lightgray); }
.content-wrap .sub-top .img { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; height: 30vw; background: var(--color-black) url("/images/sub/sub01_top.png") no-repeat 50% 50%; background-color: rgba(0, 0, 0, 0.6); background-blend-mode: multiply; background-size: cover; font-family: var(--font-normal); font-size: 30px; font-weight: 700; color: var(--color-white); }
.content-wrap .sub-top .txt { display: flex; width: 96%; max-width: 1200px; margin: 0 auto; padding: 60px 0; }
.content-wrap .sub-top .txt h1 { width: 280px; font-family: var(--font-normal); font-size: 25px; font-weight: 700; color: var(--color-black); text-transform: uppercase; position: relative; }
.content-wrap .sub-top .txt h1::after { content: ""; display: block; width: 45px; height: 5px; background: var(--color-black); position: absolute; left: 0; bottom: 5px; }
.content-wrap .sub-top .txt p { width: calc(100% - 280px); font-family: var(--font-normal); font-size: 15px; color: var(--color-lightblack); line-height: 1.75em; }


/* ABOUT US */
.content-wrap .about-us { display: flex; flex-direction: column; gap: 100px; width: 96%; max-width: 1200px; margin: 0 auto; padding: 150px 0; }
.content-wrap .about-us .item { display: flex; gap: 30px; }
.content-wrap .about-us .item h2 { width: fit-content; padding: 16px 35px; background: var(--color-black); border-radius: 20px; font-family: var(--font-normal); font-size: 20px; font-weight: 700; color: var(--color-white); }
.content-wrap .about-us .item p { font-family: var(--font-normal); font-size: 18px; color: var(--color-black); line-height: 1.75em; word-break: keep-all; }


/* CONTACT */
.content-wrap .contact { display: flex; flex-direction: column; gap: 100px; width: 96%; max-width: 1200px; margin: 0 auto; padding: 130px 0; }
.content-wrap .contact form { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 1080px; margin: 0 auto; }
.content-wrap .contact form .item-wrap { display: flex; gap: 10px; }
.content-wrap .contact form .item-wrap .item-box { display: flex; gap: 10px; width: calc(50% - 5px); }
.content-wrap .contact form .item-wrap .item-tit { display: flex; justify-content: center; align-items: center; width: 250px; min-height: 60px; background: #f4f4f4; border-radius: 10px; font-family: var(--font-nanum); font-size: 16px; color: var(--color-black); }
.content-wrap .contact form .item-wrap .item-cont { display: flex; gap: 10px; width: calc(100% - 260px); }
.content-wrap .contact form .item-wrap:nth-child(1) .item-cont { flex-wrap: wrap; }
.content-wrap .contact form .item-wrap .item-cont.agree { display: flex; align-items: center; min-height: 60px; padding: 0 28px; border: 1px solid #c0c0c0; border-radius: 10px; font-family: var(--font-nanum); font-size: 14px; color: #707070; }

.content-wrap .contact form .item-wrap .item-cont label { display: flex; align-items: center; width: 100%; min-height: 60px; padding: 0 28px; border: 1px solid #c0c0c0; border-radius: 10px; font-family: var(--font-nanum); font-size: 14px; color: #707070; }
.content-wrap .contact form .item-wrap:nth-child(1) .item-cont label{ cursor: text; }
.content-wrap .contact form .item-wrap:nth-child(1) .item-cont label:nth-child(1) { width: calc(50% - 5px);}
.content-wrap .contact form .item-wrap:nth-child(1) .item-cont label:nth-child(2) { width: calc(50% - 5px);}
.content-wrap .contact form .item-wrap .item-cont label.budget { justify-content: center; flex: 1 0 auto; width: auto; padding: 0; }
.content-wrap .contact form .item-wrap .item-cont label.file { color: var(--color-black); }
.content-wrap .contact form .item-wrap .item-cont label.agree { padding: 0; border: none; }
.content-wrap .contact form .item-wrap .item-cont label.c-box { width: 25px; height: 25px; min-height: auto; padding: 0; border: 1px solid #c0c0c0; border-radius: 5px; }
.content-wrap .contact form .item-wrap .item-cont label p { width: 100px; }
.content-wrap .contact form .item-wrap .item-cont label.budget p,
.content-wrap .contact form .item-wrap .item-cont label.agree p { width: auto; }
.content-wrap .contact form .item-wrap .item-cont label.file p { color: #707070; }
.content-wrap .contact form .item-wrap .item-cont label.agree p a { display: inline-block; margin-left: 8px; }
.content-wrap .contact form .item-wrap .item-cont label p span { display: inline-block; margin-left: 8px; color: var(--color-red); }

.content-wrap .contact form .item-wrap .item-cont input[type="text"] { font-family: var(--font-nanum); font-size: 14px; color: var(--color-black); }
.content-wrap .contact form .item-wrap .item-cont input[type="file"], 
.content-wrap .contact form .item-wrap .item-cont input[type="radio"],
.content-wrap .contact form .item-wrap .item-cont input[type="checkbox"] { display: none; }
.content-wrap .contact form .item-wrap .item-cont input[type="radio"]:checked+label { border: 1px solid var(--color-black); font-weight: 700; color: var(--color-black); }
.content-wrap .contact form .item-wrap .item-cont select { display: flex; align-items: center; width: 100%; min-height: 60px; padding: 0 28px; background: url("/images/sub/contact_select.png") no-repeat calc(100% - 28px) 50%; border: 1px solid #c0c0c0; border-radius: 10px; font-family: var(--font-nanum); font-size: 14px; color: #707070; cursor: pointer; -moz-appearance: none; /* Firefox */ -webkit-appearance: none; /* Safari and Chrome */ appearance: none; }
.content-wrap .contact form .item-wrap .item-cont input[type="checkbox"]:checked+label { position: relative; }
.content-wrap .contact form .item-wrap .item-cont input[type="checkbox"]:checked+label::after { content: ""; display: block; width: 12px; height: 13px; background: #000; border: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.content-wrap .contact form .item-wrap .item-cont textarea { display: flex; align-items: center; width: 100%; height: 280px; padding: 28px; border: 1px solid #c0c0c0; border-radius: 10px; font-family: var(--font-nanum); font-size: 14px; color: #707070; line-height: 2em; resize: none; }

.content-wrap .contact form .btn { display: flex; justify-content: center; margin-top: 90px; }
.content-wrap .contact form .btn a { display: flex; justify-content: center; align-items: center; width: 285px; height: 60px; background: var(--color-black); border-radius: 999px; font-family: var(--font-normal); font-size: 20px; font-weight: 700; color: var(--color-white); }


/* 게시판 */
.board-wrap { width: 100%; margin: 0 auto; padding: 215px 0 0; background: #F8F8F8; }
.board-wrap > h2 { margin-bottom: 30px; font-family: var(--font-normal); font-size: 35px; color: var(--color-black); text-align: center; }


/* 미디어쿼리 :: 1024px 미만 */
@media screen and (max-width: 1023px) {
.content-wrap { padding-top: 60px; }

.content-wrap .sub-top .img { font-size: 24px; }
.content-wrap .sub-top .txt { width: 100%; padding: 70px 30px; }
.content-wrap .sub-top .txt h1 { width: 140px; font-size: 22px; }
.content-wrap .sub-top .txt h1::after { width: 40px; height: 4px; }
.content-wrap .sub-top .txt p { width: calc(100% - 140px); font-size: 15px; }

.content-wrap .about-us { gap: 80px; width: 100%; padding: 120px 30px; }
.content-wrap .about-us .item h2 { padding: 12px 30px; border-radius: 16px; font-size: 18px; }
.content-wrap .about-us .item p { font-size: 15px; }

.board-wrap { padding: 160px 0 0; }
.board-wrap > h2 { margin-bottom: 20px; font-size: 30px; }
}


/* 미디어쿼리 :: 768px 미만 */
@media screen and (max-width: 767px) {
.content-wrap { padding-top: 50px; }

.content-wrap .sub-top .img { font-size: 20px; }
.content-wrap .sub-top .txt { flex-direction: column; gap: 30px; padding: 50px 20px; }
.content-wrap .sub-top .txt h1 { width: 100%; font-size: 20px; }
.content-wrap .sub-top .txt p { width: 100%; font-size: 14px; }

.content-wrap .about-us { gap: 60px; padding: 100px 20px; }
.content-wrap .about-us .item h2 { padding: 10px 20px; border-radius: 12px; font-size: 17px; }
.content-wrap .about-us .item p { font-size: 14px; }

.board-wrap { padding: 90px 0 0; }
.board-wrap > h2 { margin-bottom: 16px; font-size: 20px; }
}