/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Outfit:wght@100..900&family=Protest+Riot&display=swap');

/* font-family: "Noto Sans KR", sans-serif; */
/* font-family: "Outfit", sans-serif; */

@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: "Noto Sans KR", sans-serif; 
	font-weight: 400;
}

ol, ul {
    list-style: none
}

blockquote,
q {
    quotes: '"' '"'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal
}

textarea {
    width: 100%;
    resize: none;
}

button, img, input, select {
    vertical-align: middle
}

.ellipsis {
	display:inline-block;
	max-width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	vertical-align:middle
}

table td a {
    overflow: hidden;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body, html {
	overflow-x:hidden;
}

body {
	color:#353535;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	-webkit-user-drag: none;
}

::selection {
   background: #603524;
   color: #fff
}

::-moz-selection {
   background: #603524;
   color: #fff
}

::-webkit-selection {
    background: #603524;
   color: #fff
}

area {
    cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.rel {
    position: relative;
}

.font_outfit {
	font-family: "Outfit", sans-serif; 
}

.container {
    max-width: 1920px;
    margin: auto;
}

.section .inner {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.section.section_01 {
	background-image: none; /* 배경을 ::before 로 이동 */
	height: 1324px;
	padding-top: 72px;
}

/* 배경만 독립 애니메이션 — 텍스트 자식에 영향 없음 */
.section.section_01::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/section01_bg.jpg?new');
	background-size: cover;
	background-position: center;
	transform-origin: center center;
	animation: bgZoomBlur 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.section.section_01 > * {
	position: relative;
	z-index: 1;
}

@keyframes bgZoomBlur {
	0%   { filter: blur(22px); transform: scale(1.18); }
	60%  { filter: blur(4px);  transform: scale(1.04); }
	100% { filter: blur(0);    transform: scale(1); }
}

.section.section_01 .camera_frame {
	position: absolute;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/main_camera.png?new');
}

.section.section_01 .camera_frame.cf01 {
	top: 100px;
	left: 100px;
	width: 134px;
	height: 100px;
	background-position: 0 0;
}

.section.section_01 .camera_frame.cf02 {
	top: 100px;
	right: 100px;
	width: 100px;
	height: 100px;
	background-position: 100% 0;
}

.section.section_01 .camera_frame.cf03 {
	bottom: 100px;
	left: 100px;
	width: 150px;
	height: 100px;
	background-position: 0 100%;
}

.section.section_01 .camera_frame.cf04 {
	bottom: 100px;
	right: 100px;
	width: 122px;
	height: 112px;
	background-position: 100% 100%;
}

.section.section_01 .logo {
	margin-bottom: 48px;
}

.section.section_01 .bottom_copy {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 28px;
}

.section.section_01 .main_title .title {
	margin-bottom: 28px;
}

.section.section_01 .dicasi_photo {
	position: absolute;
	bottom: -73px;
	left: 50%;
	margin-left: -400px;
	z-index: 10;
}

.section.section_02 {
	padding: 80px 0;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/section02_bg.jpg?new');
	background-size: cover;
	background-position: center;
}

.section.section_03 {
	padding: 80px 0;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/section03_bg_new.jpg?new');
	background-size: cover;
	background-position: center;
}

.section.section_03 .con_02 {
	margin: 64px 0;
}

.section.apply_form {
	padding: 80px 0;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/section05_bg_new.jpg?new');
	background-size: cover;
	background-position: center;
}

.section.section_04 {
	padding: 80px 0;
	background-color: #fcf8ec;
	text-align: left;
	
}

.section.section_04 .title {
	margin-bottom: 40px;
	text-align: left;
}

.section dl {
	display: flex;
	margin: auto;
	margin-bottom: 4px;
	color: #280000;
	text-align: left;
	font-size: 18px;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 3px;
}

.section dd {
	word-break: keep-all;
}

.section.sns {
	padding: 100px 0 75px;
	background-color: #5b2c11;
}

.footer {
	background-color: #fff;
	border-top: 1px solid #d5d5d5;
	padding: 60px 0;
}

.footer .info {
	margin-top: 30px;
}

/* 오버레이 (팝업) */
.b_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.7);
  overflow: auto;
  display: none; /* 기본 숨김 */
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

.b_popup.is-open { display: flex; } /* 열릴 때 flex */

#popup02 .b_popup_inner {
	background-color: #fff;
	padding: 20px;
}

.b_popup_inner {
  position: relative;
  width: min(680px, 100%);
  margin: auto;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.b_popup_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
}

#popup02 .b_popup_title {
	color: #52322f;
}

.b_popup_title span {
    font-family: 'Ria';
    font-weight: 900;
}

.b_popup_title .btn_close_popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #999;
    background: transparent;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.b_popup_content  .form_group {
    display: flex;
    align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #52322f;
}

.b_popup_content  .form_group_wrap {
	border-top: 1px solid #52322f;
}

.b_popup_content .form_group label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 60px;
    font-size: 24px;
    background-color: #603524;
    color: #fff;
	font-family: 'SchoolSafetyNotification';
}

.b_popup_content .form_group input {
    width: 520px;
    height: 60px;
    padding: 0 12px;
    font-size: 24px;
    border-radius: 0px;
    border: none;
    outline: none; 
	font-family: 'SchoolSafetyNotification';
	background-color: #fff;
}

.b_popup_content .form_group input::placeholder {
	font-size: 20px;
}

.b_popup_content dl {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.b_popup_content dl dt {
    padding-right: 3px;
}

.b_popup_inner .term_zone .term {
    height: 280px;
    background-color: #fff;
    padding: 24px;
    font-size: 18px;
    margin-bottom: 12px;
	border-radius: 20px;
	margin-top: 40px;
	
}

.b_popup_inner .term_zone .term .inner {
	height: 100%;
    overflow-y: scroll;
	text-align:left;
}

.b_popup_inner .term_zone .term .h5 {
	font-weight: 900;
	margin-bottom: 8px;
}

.b_popup .term_zone .term .h6 {
	margin-bottom: 4px;
}

.b_popup_inner .term_zone .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 8px;
	color: #603524;
}

.b_popup_inner .term_zone .agree input + label {
    cursor: pointer;
}

.b_popup_inner .term_zone .agree input {
    appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #603524;
    border-radius: 50%;
}

.b_popup_inner .term_zone .agree input::after {
    content:'';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #603524;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup_inner .term_zone .agree input:checked::after {
    display: inline-block;
}

.b_popup_inner .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.b_popup_inner .pharases {
	color: #603524;
	font-size: 20px;
	text-align: left;
	max-width: 700px;
	margin: auto;
	margin-top: 20px;
}

/* .b_popup_inner .btn_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    background-color: #fff;
    color: #52322f;
    font-size: 25px;
	cursor: pointer;
	border-radius: 15px;
	font-family: 'Ria';
	font-weight: 900;
}

.b_popup_inner .btn_box button.confirm_btn {
    background-color: #9f010a;
	color: #fff;
} */

/* 공모전 참가하기 아코디언 */
.section.apply_form {
  display: none;
}

.apply_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 40px 0 50px;
}

/* 디카시란? 이미지 애니메이션 */
.dicasi_photo img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.dicasi_photo img.dicasi-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 커스텀 파일 첨부 UI */
.file_custom_group {
  align-items: stretch !important;
}

.file_input_row {
  display: flex;
  align-items: center;
  width: 520px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

.file_placeholder_text {
  flex: 1;
  color: #999;
  font-size: 20px;
  font-family: 'SchoolSafetyNotification';
  text-align: left;
}

.file_add_btn {
  background: #cf6328;
  color: #fff;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 24px;
  align-self: stretch;
  white-space: nowrap;
  font-family: 'SchoolSafetyNotification';
}

.file_add_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.file_added_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.file_added_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  background: transparent;
  
}

.file_added_item .item_inner {
	display: flex;
	align-items: center;
	width: 520px;
	background-color: #603524;
	padding: 10px;
}

.file_added_name {
  flex: 1;
  padding: 0 12px;
  font-size: 20px;
  color: #fff;
  word-break: break-all;
  font-family: 'SchoolSafetyNotification';
}

.file_del_btn {
  background: #cf6328;
  color: #fff;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 24px;
  height: 45px;
  white-space: nowrap;
  font-family: 'SchoolSafetyNotification';
}

.section.main {
	padding-top: 120px;
	height: 460px;
	text-align: center;
	background-image: url('/PROJECT_HTML/2026sacheon_dicapoem/img/notice_bg.jpg?new');
	background-position: center;
	background-size: cover;
}

.section.main .home_btn {
	position: relative;
	background-color: #B71434;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 40px;
	width: 250px;
	height: 60px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
}

.section.main .home_btn::before {
	position: absolute;
	content: '';
	display: block;
	left: 5px;
	top: 5px;
	border: 2px solid #fff;
	width: 235px;
	height: 46px;
	border-radius: 10px;
}

.section.notice .inner {
	max-width: 1000px;
	text-align: center;
	padding: 100px 12px;
}

.section.notice .inner > .title {
	font-size: 60px;
	color: #603524;
	letter-spacing: -2px;
}

.section.notice .btn_box {
	margin-top: 30px;
}

.b_popup#popup03 .btn_box .btn,
.section.notice .btn_box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	width: 100px;
	height: 40px;
	background-color: #603524;
	color: #fff;
	font-family: 'NanumSquareNeo';
	font-weight: 600;
}


.b_popup#popup03 .btn_box .btn,
.section.notice .btn_box .btn.big {
	width: 250px;
	height: 60px;
	margin: auto;
	font-size: 22px;
}

.notice_table {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
}

.notice_table.mo {
	display: none;
}

.notice_table * {
	font-family: 'NanumSquareNeo';
	font-weight: 600;
}

.notice_table th,
.notice_table td {
	padding: 12px;
}

.notice_table th {
	background-color: #603524;
	color: #fff;
}

.notice_table td {
	border-bottom: 1px solid #603524;
}

.notice_table td span {
	border-radius: 4px;
	background-color: #603524;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
}

.notice_table td span.complete {
	background-color: #FF6E44;
}

.notice_table a {
	color: #52322f;
}

.notice_w_table {
	width: 100%;
	border-top: 2px solid #603524;
}

.notice_w_table th {
	border-bottom: 1px solid #f5f5f5;
	width: 200px;
}

.notice_w_table input,
.notice_w_table textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
}

.notice_w_table textarea {
	height: 250px;
	resize: none;
}

.notice_w_table input {
	height: 40px;
	border: 1px solid #603524;
}

.notice_view td {
	text-align: left;
}

.password_wrap {
	position: relative;
}

.password_wrap input {
  width: 100%;
  padding-right: 40px; /* 아이콘 자리 */
  box-sizing: border-box;
}

.pw input {
	height: 40px;
	border: 1px solid #603524;
	font-size: 16px;
	padding: 0 12px;
}

.password_wrap .toggle_pw {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.pagenation span,
.pagenation button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #603524;
	background-color: #603524;
	color: #fff;
	font-family: 'NanumSquareNeo';
	font-weight: 600;
	cursor: pointer;
}

.pagenation span.active {
	background-color: #FF6E44;
	border-color: #FF6E44;
}

.quick_bar.pc {
	position: fixed;
	margin-left: 836px;
	z-index: 50;
}

.quick_bar.mo {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 50;
}

#popup03 .b_popup_inner {
	background-color: #fff;
	padding: 20px;
	
}

#popup03 .b_popup_title {
	color: #000;
}

#popup03 .b_popup_title .btn_close_popup {
	color: #000;
}

@media(max-width: 1600px) {
	.quick_bar.pc {
		margin-left: 0;
		right: 16px;
	}
}

@media(max-width: 991px) {

	.section.section_01 .camera_frame.cf01 {
		 top: 50px;
		 left: 50px;
	}
	
	.section.section_01 .camera_frame.cf02 {
		top: 50px;
		right: 50px;
	}
	
	.section.section_01 .camera_frame.cf03 {
		bottom: 50px;
		left: 50px;
	}
	
	.section.section_01 .camera_frame.cf04 {
		bottom: 50px;
		right: 50px;
	}
	
	.section.section_01 .dicasi_photo {
		bottom: -7.40vw;
		margin-left: -40.36vw;
	}
	
	.section.section_04 {
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}

	.quick_bar.pc {
		display: none;
	}
	
	.quick_bar.mo {
		display: block;
	}
	
	.section.sns {
		padding-bottom: 220px;
	}
	
	
}

@media(max-width: 750px) {

	.section.section_01 {
		height: 176.53vw;
		padding-top: 9.6vw;
	}
	
	.section.section_01 .camera_frame {
		background-size: 229.33vw auto;
	}
	
	.section.section_01 .camera_frame.cf01 {
		 top: 6.67vw;
		 left: 6.67vw;
		 width: 17.87vw;
		 height: 13.33vw;
	}
	
	.section.section_01 .camera_frame.cf02 {
		top: 6.67vw;
		right: 6.67vw;
		width: 13.33vw;
		height: 13.33vw;
	}
	
	.section.section_01 .camera_frame.cf03 {
		bottom: 6.67vw;
		left: 6.67vw;
		width: 20vw;
		height: 13.33vw;
	}
	
	.section.section_01 .camera_frame.cf04 {
		bottom: 6.67vw;
		right: 6.67vw;
		width: 16.27vw;
		height: 16.33vw;
	}
	
	.section.section_01 .logo {
		margin-bottom: 6.4vw;
	}
	
	.section.section_01 .logo img {
		width: 20.27vw;
	}
	
	.section_01 .top_copy img {
		width: 38.67vw;
	}
	
	.section.section_01 .bottom_copy {
		gap: 2.67vw;
		margin-bottom: 3.73vw;
	}
	
	.section.section_01 .bottom_copy span:first-child img {
		width: 26.4vw;
	}
	
	.section.section_01 .bottom_copy span:nth-child(2) img {
		width: 29.6vw;
	}
	
	.section.section_01 .main_title .title {
		margin-bottom: 3.73vw;
	}
	
	.section.section_01 .main_title .title img {
		width: 78.67vw;
	}
	
	.section.section_01 .main_title .phara img {
		width: 69.6vw;
	}
	
	.section.section_02,
	.section.section_03,
	.section.section_04,
	.section.apply_form,
	.section.section_05 {
		padding: 10.67vw 0;	
	}
	
	.section.section_04 {
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	
	.section.section_02 img {
		width: 87.73vw;
	}
	
	.section.section_03 .con_01 img {
		width: 87.73vw;
	}
	
	.section.section_03 .con_02 {
		margin: 8.53vw 0;
	}
	
	.section.section_03 .con_02 img {
		width: 89.6vw;
	}
	
	.section.section_03 .con_03 img {
		width: 89.33vw;
	}
	
	.apply_btn_wrap {
		gap: 2.4vw;
	}
	
	.apply_btn_wrap img {
		width: 39.73vw;
	}
	
	.section.section_04 .title {
		margin-bottom: 5.33vw;
	}
	
	.section.section_04 .title img {
		width: 16.8vw;
	}
	
	.section dl {
		font-size: 3.2vw;
	}
	
	.section.sns {
		padding: 13.33vw 0 26vw;
	}
	
	.section.sns img {
		width: 82.4vw;
	}
	
	.footer {
		padding: 8vw 0;
	}
	
	.footer .logo img {
		width: 21.87vw;
	}
	
	.footer .info {
		margin-top: 4vw;
		font-size: 2.2vw;
	}
	
	.b_popup_title {
		margin-bottom: 5.33vw;
		font-size: 4.8vw;
    }
	
	.b_popup_title img {
		width: 38.93vw;
	}
	
	.b_popup_content {
		padding: 2.4vw;
	}
    
    .b_popup_content .form_group label {
        min-width: 25.13vw;
		width: auto;
        height: 9.2vw;
        font-size: 3.6vw;
    }
	
	.file_input_row,
    .b_popup_content .form_group input {
        width: 75.53vw;
        padding: 1.6vw;
        height: 9.2vw;
        font-size: 16px;
    }

    .b_popup_content .form_group input::placeholder {
        font-size: 3.6vw;
    }
	
	.file_add_btn,
	.file_added_name,
	.file_del_btn,
	.file_placeholder_text{
		font-size: 3.6vw;
	}
	
	.file_add_btn,
	.file_del_btn {
		height: 6vw;
	}
	
	.file_added_item .left_area {
		width: 32.13vw;
	}
	
	.file_added_item .item_inner {
		width: 58.53vw;
	}

   
    .b_popup_content .pharases {
        padding: 0 1.6vw 1.6vw;
        font-size: 2.4vw;
    }
    
    .b_popup_inner .term_zone .term {
        height: 36vw;
        padding: 3.2vw;
		margin-top: 3.6vw;
        margin-bottom: 1.6vw;
        font-size: 3.2vw;
		border-radius: 3.2vw;
    }
	
	.b_popup_inner .term_zone .term .h5 {
		margin-bottom: 8px;
	}

	.b_popup_inner .term_zone .term .h6 {
		margin-bottom: 4px;
	}
    
    .b_popup_inner .term_zone .agree {
        display: block;
        font-size: 3.6vw;
        gap: 1.07vw;
        text-align: center;
    }
    
    .b_popup_inner .term_zone .agree > span:first-child {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .b_popup_inner .term_zone .agree > span:nth-child(2) {
        margin-right: 1.6vw;
    }
    
    .b_popup_inner .term_zone .agree input {
        width: 3.6vw;
        height: 3.6vw;
    }
    
    .b_popup_inner .term_zone .agree input::after {
        width: 2vw;
        height: 2vw;
    }
    
    .b_popup_inner .btn_box {
        gap: 3.33vw;
		margin-top: 5.22vw;
    }
    
    /*.b_popup_inner .btn_box button {
        width: 42.67vw;
        height: 12vw;
        margin-top: 1.6vw;
        font-size: 4.33vw;
		border-radius: 3.2vw;
    }*/
	
	.b_popup_inner .btn_box button img {
		width: 36.67vw;
	}
	
	.b_popup_inner .pharases {
		font-size: 3.12vw;
		margin-top: 2vw;
	}
	
	.section.main  {
		background-size: auto 100%;
		padding-top: 12vw;
		height: 60.33vw;
	}
	
	.section.main img {
		width: 78.67vw;
	}

	.section.sns .inner {
		width: 85.07vw;
	}
	
	.section.main .home_btn {
		width: 40vw;
		height: 8vw;
		font-size:2.8vw;
	}
	
	.section.main .home_btn::before {
		left: 1vw;
		top: 1vw;
		border-width: 1px;
		width: 37.5vw;
		height: 5.5vw;
	}
	
	.section.notice .inner {
		padding: 13.33vw 4vw 22vw;
	}

	.section.notice .inner > .title {
		font-size: 8vw;
	}

	.notice_table.pc {
		display: none;
	}

	.notice_table.mo {
		display: block;
	}

	.pagenation {
		margin-top: 8vw;
		gap: 2vw;
	}

	.pagenation span,
	.pagenation button {
		font-size: 2.87vw;
		width: 6.27vw;
		height: 6.27vw;
	}

	.notice_table.mo {
		width: 100%;
		border-top: 2px solid #603524;
	}

	.notice_table.mo li {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 2vw;
		gap: 2vw;
		border-bottom: 1px solid #603524;
		font-size: 3.2vw;
	}

	.notice_table.mo li .no {
		width: 8vw;
	}

	.notice_table.mo li .title {
		font-size: 4vw;
		margin-bottom: 1.2vw;
		font-weight: 900;
		color: #52322f;
	}

	.notice_table.mo li .con {
		width: 76vw;
		text-align: left;
	}

	.notice_table.mo li .con .flex {
		display: flex;
		align-items: center;
		gap: 2vw;
	}

	.notice_table.mo li .con .flex .date {
		border-left: 1px solid #999;
		padding-left: 2vw;
	}

	.notice_table.mo li .answer {
		width: 20vw;
	}

	.notice_table.mo li .answer span {
		border-radius: 0.8vw;
		background-color: #603524;
		padding: 1.2vw 1.6vw;
		color: #fff;
		font-size: 3.2vw;
	}

	.notice_table.mo li .answer span.complete {
		background-color: #FF6E44;
	}

	.notice_w_table {
		font-size: 3.2vw;
	}

	.notice_w_table th {
		width: 24vw;
	}

	.section.notice .btn_box {
		margin-top: 15px;
	}

	.section.notice .btn_box .btn {
		font-size: 14px;
	}
	
	.b_popup#popup03 .btn_box .btn,
	.section.notice .btn_box .btn.big {
		width: 200px;
		height: 50px;
		font-size: 16px;
	}

}