main#sub05_main {}

main#sub05_main .inner {width:100%;}
main#sub05_main .inner .top_visual {
	height:320px; width:100%;
	background: url(/wp-content/themes/jung/img/bg_notice.png);
	background-repeat: norepeat; background-size:cover; background-position:0 30%;
	position: relative;
	animation: visual_ani 2s ease;
}
main#sub05_main .inner .top_visual .txt {
	position: absolute; top:44%; left:6%;
	text-align:left;
}
@keyframes visual_ani {
	0%{background-position:0 10%;}
	100%{background-position:0 30%;}
}
main#sub05_main .inner .top_visual .txt * {display:block; font-weight:700; color:#fff; text-shadow: 0 0 20px rgba(0,0,0,0.4);}
main#sub05_main .inner .top_visual .txt span {font-size: 30px; font-weight:500;}
main#sub05_main .inner .top_visual .txt em {font-size:54px; margin-top:16px;}

main#sub05_main .inner #board_news {/*width:1440px; margin:0 auto;*/ margin-left:10vw; margin-right:10vw; padding: 140px 0;}
main#sub05_main #board_news #kboard-default-list {}
main#sub05_main #board_news #kboard-default-list table thead {display:none;}
main#sub05_main #board_news #kboard-default-list .kboard-list-header {border-bottom:2px solid #707070; padding: 15px; margin-bottom:15px;}
main#sub05_main #board_news #kboard-default-list table tr {font-size:18px;}
main#sub05_main #board_news #kboard-default-list table tr a {padding:16px 0; font-size:18px;}
main#sub05_main #board_news #kboard-default-list table tr td {color:#989898;}


.kboard-default-poweredby {display:none;}






#sub05_main .contact-container { max-width: 1440px; margin: 60px auto; padding: 0 20px; }
.middle-contact-wrapper {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Pretendard', sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-header p {
    color: #666;
    font-size: 16px;
}

/* 폼 레이아웃 */
.middle-form {
    border-top: 2px solid #000;
    padding-top: 40px;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.form-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-item label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #15a39e;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 3px;
}

/* 인풋 스타일 */
input[type="text"], input[type="tel"], input[type="email"], input[type="area"], textarea {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s;
	border-radius: 5px;
}

input:focus, textarea:focus {
    border-color: #15a39e;
	
    box-shadow: 0 2px 8px rgba(21, 163, 158, 0.1);
}

/* 개인정보 영역 */
.samik-privacy {
    margin-top: 50px;
    background: #fbfbfb;
    padding: 40px;
}

.privacy-scroll-box {
    height: 150px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 20px;
}

.privacy-check {
    text-align: center;
}

/* 버튼 */
.form-submit {
    margin-top: 50px;
    text-align: center;
}

.form-submit button {
    background: #222; /* 삼익은 기본 버튼이 어두운 색인 경우가 많음 */
    color: #fff;
    padding: 20px 100px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit button:hover {
    background: #15a39e; /* 호버 시 브랜드 컬러로 변경 */
}

/* 반응형 */
@media (max-width: 768px) {
    .form-row { flex-direction: column; gap: 20px; }
    .samik-privacy { padding: 20px; }
    .form-submit button { width: 100%; padding: 15px 0; }
}

/* 개인정보 동의 스크롤 */
.privacy-box { background: #f9f9f9; padding:30px 25px; border-radius: 15px; margin-top: 40px; }
.privacy-content { 
    background: #fff; border: 1px solid #ddd; padding: 15px; height: 150px; 
    overflow-y: auto; font-size: 15px; color: #666; margin: 15px 0; line-height:1.5;
}
.privacy-content p { padding:5px 0;}
.privacy-content::-webkit-scrollbar { width: 5px; }
.privacy-content::-webkit-scrollbar-thumb { background: #15a39e; border-radius: 10px; }

.agree-check { text-align: right; font-size: 14px; }
.btn-area { text-align: center; margin-top: 40px; }
.btn-submit { 
   width: 100%;
    max-width: 350px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    background-color: #222;
    border-radius: 15px;
    padding: 20px;
}
.btn-submit:hover { background: #0e7a76; }






