@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Daehan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Daehan-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
 scroll-behavior: smooth;
}

.hanwha_admin .table_section{
	width:1400px;
}
.hanwha_admin .container{
	width:1400px;
}
.hanwha_admin .category-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 15px;
  color: #fff;
  white-space: nowrap;
  margin-right: 3px;
}

.hanwha_admin .category-5 { background-color: #845ef7; }   /* 뉴스 - 보라 */
.hanwha_admin .category-6 { background-color: #20c997; }   /* 리뷰 - 민트 */
.hanwha_admin .category-7 { background-color: #fcc419; }   /* 경고 - 노랑 */
.hanwha_admin .category-8 { background-color: #adb5bd; }   /* 기타 - 회색 */



.main_section .met_logo {
    width: 370px;
    margin-bottom: 16px;
}
.hanwha_view .view_table th{
    text-align: center;
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: #013a41;
    color: white;
	width:140px;

}

.hanwha_view .view_table td{
    text-align: left;
}
.hanwha_view  .search_btn {
    line-height:30px;
}
.hanwha_view .table_section .table_top {
	    justify-content: end;
}
.hanwha_view .table_section .container {
	margin:15px auto 20px;
}
 /* Top 버튼 스타일 */
    #topButton {
      position: fixed;
      bottom: 30px;
      right: 30px;
      display: none;
      padding: 12px 18px;
      font-size: 16px;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      z-index: 999;
    }

    #topButton:hover {
      background-color: #555;
    }
.container {
width: 1000px;
    margin: 0 auto;
	box-shadow: 0 0 15px #00000042;
}
.main_section {
	background:url('../images/hanwha/write_back.jpg') no-repeat;
	background-position:center;
	height:450px;
	position:relative;
}
.main_section .title_wrap {
    position: absolute;
    bottom: 160px;
    left: 50%;
	    color: white;
    text-align: center;
    transform: translate(-50%);
}
.main_section .sub_title {
	font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.video_section {
    margin: -2px 0 -2px;
	    background: #013a41;
    padding: 100px 0 0px;
}
.video_section video {
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
	width:920px;
}
.main_section .sub_title span {
font-size: 35px;
    margin-top: 4px;
    display: inline-block;

}
.main_section .go_btn {
    background: white;
    width: 280px;
    height: 60px;
    color: #222;
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 100px;
}
.main_section h2{
    font-family: 'Daehan';
    font-size:55px;
    margin: 0;
}

p {
	margin:0;
	font-family: 'SUIT-Regular';
}
.detail_img_section {
	    transform: translate(0px, -100px);
}
.form_section .container {
    width: 1000px;
    background: white;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
	margin-bottom: 140px;
}
.form_section .container .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:50px;
}
.form_section .input_title {
    font-size: 18px;
    margin-bottom: 5px;
}
.form_section  input,
.form_section  textarea,
.form_section select {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
	color:#222;
}

.form_section  textarea {
	height:180px;
	margin-bottom:0;
}
.form_section .check_wrap {
display: flex;
    align-items: center;
    height: 40px;
    gap: 7px;
border: 1px solid #ccc;
padding: 0 10px;
}
.form_section .check_input {
	width:15px;
	height:15px;
	margin-bottom:0;
}
.form_section .button {
	background: #013a41;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    width: 170px;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
	border:none;
    cursor: pointer;
    border-radius: 100px;
}

.form_section .form_title {
    font-size: 50px;
    text-align: center;
    font-family: 'Daehan';
    color: #003c3b;
    margin-bottom: 60px;
    margin-top: 20px;
}




footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 25px 0;
}
.main_section .gamja_logo {
    width: 180px;
    margin-bottom: 10px;
}
.main_section .hanwha_logo {
    width: 180px;
    margin-bottom: 16px;
}

.form_section .radio_btn {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    padding: 0;
}
.form_section .radio_wrap {
	display: grid;
    align-items: center;
    height: auto;
    margin-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
}
.form_section .radio_wrap .radio_box {
display: grid;
    grid-template-columns: max-content 1fr;
    gap: 6px;
    align-items: center;
	height:35px;
}
.form_section .radio_wrap .radio_span {
display: flex;
    gap: 6px;
    font-size: 15px;
    align-items: center;
}
.form_section .input_title .detail_text {
    font-size: 14px;
    letter-spacing: -1.1px;
    text-align: right;
    display: inline-block;
    margin-left: 5px;
    color: #013a41;
}

.form_section .radio_wrap .sub_input {
    margin-bottom: 0;
    margin-left: 0px;
    height: 35px;
    border: none;
    font-size: 14px;
	    width: 100%;
	padding:0 5px;
}
.form_section .radio_wrap .paren {
display: flex;
    align-items: center;
	color:#555;
}
.mobi_br {
	display:none;
}
.form_section .flex1 .radio_box {
display: flex;
    gap: 20px;
    height: 35px;
    margin-bottom: 30px;
}
.form_section .flex1 .radio_box .radio_span {
display: flex;
    align-items: center;
    gap: 5px;
}
.table_section .table_top {
display: flex
;
    align-items: end;
    justify-content: space-between;
}



.table_section {
	min-height:500px;
	width:1000px;
	margin:80px auto 180px;
}
.table_section table {
width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.table_section .container {
	margin:15px auto 50px;
}
.table_section table thead {
    background: #013a41;
    text-align: center;
    color: white;
}
.table_section table td {
	text-align:center;
	padding:10px 5px;
	border:1px solid #dbdbdb;
	font-size:14px;
}
.table_section .search_wrap {
	display: flex;
    gap: 5px;
    justify-content: end;
}

.table_section .search_wrap .search_select {
	border:1px solid #999;
	width:100px;
}

.table_section .search_wrap .search_input {
	border:1px solid #999;
}
.table_section .search_wrap .search_btn {
    border: none;
    background: #013a41;
    color: white;
    cursor: pointer;
    width: 65px;
    font-size: 14px;
}
.table_section .pagenation {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.table_section .pagenation .number {
    width: 23px;
    height: 23px;
    text-align: center;
	cursor:pointer;
	    font-size: 14px;
    line-height: 22px;
}
.table_section .pagenation .number.active {
background: #013a41;
	color:white;
	border-radius:100px;
}
.table_section .pagenation button {
	border:none;
	cursor:pointer;
}



@media screen and (max-width: 1000px) {
.form_section .flex1 .radio_box {
        gap: 14px;
        font-size: 13px;
        margin-bottom: 20px;
}
.form_section .form_title {
        font-size: 28px;
        margin-bottom: 35px;
        margin-top: 10px;
}
.main_section .go_btn {
	font-size:16px;
width: 180px;
    height: 50px;
	line-height:50px;
	        margin-top: 15px;
}
	.detail_img {
		width:100%;
	}
	.video_section {
		padding:60px 0 0;
		    margin: -4px 0 -5px;
	}
	.video_section video {
width: 100%;
        padding:20px 12px;
        box-sizing: border-box;
	}
	.main_section {
		height:340px;
		        background-size: cover;
	}
	.detail_img_section .container {
		padding:0;
	}
	 .container {
        width: calc(100% - 32px);
        padding: 30px 16px;
        margin: 16px;
	}
	.form_section .container {
	width: calc(100% - 32px);
        padding: 30px 16px;
        margin: 16px;
	}
	.form_section .container .flex {
		display:block;
	}
	.main_section .title_wrap {
		bottom:120px;
        width: 100%;
	}
	.main_section .sub_title {
		font-size:18px;
		margin-bottom: 10px;
	}
	.main_section .sub_title span {
		font-size:28px;
	}
	.main_section h2 {
		font-size:36px;
	}
	.form_section .input_title {
		font-size:16px;
	}
	.form_section input, .form_section textarea {
		margin-bottom:20px;
	}
	.form_section .check_wrap {
		margin-bottom:20px;
		        font-size: 14px;
	}
	.form_section .button {
margin-top: 10px;
        font-size: 16px;
        width: 120px;
        height: 50px;
        margin-bottom: 15px;
	}
	body {
		background:#f1f1f1;
	}
	.main_section .gamja_logo {
    width: 140px;
    margin-bottom: 10px;
}
.main_section .hanwha_logo {
    width: 140px;
    margin-bottom: 16px;
}
.form_section .radio_wrap {
grid-template-columns: 1fr;
margin-bottom:20px;
}
.form_section .radio_wrap .radio_box {
        font-size: 14px;
        gap: 5px;
        height: auto;
}
.form_section .input_title .detail_text {
    font-size: 12px;
    margin-left: 0;
    margin: 5px 0 0;
}
.form_section .radio_wrap .sub_input {
	font-size:12px;
}

.form_section .radio_wrap .radio_span {
	font-size:12px;
}
.mobi_br {
	display:block;
}
.form_section .radio_wrap .radio_box.radio_box2 {
	order:3;
}
.form_section .radio_wrap .radio_box.radio_box3 {
	order:2;
}
.form_section .radio_wrap .radio_box.radio_box4 {
	order:4;
}
.main_section .met_logo {
	width:260px;
	margin-bottom:10px;
}
}