body {
	font-family: "Noto Sans KR", sans-serif;
}
html {
	overflow-y: scroll;
}
html.not_scroll {
	height: 100%;
	overflow: hidden;
}
.mBr {
	display: none;
}
.wrap {
	width: 1200px;
	margin: 55px auto 100px;
}
.wrap h2 {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 500;
	color: #151515;
	text-align: center;
}
.select_box {
	display: none;
}
.ethic_tab {
	margin-bottom: 55px;
}
.ethic_tab ul {
	display: flex;
	border-bottom: 1px solid #c4c4c4;
}
.ethic_tab li {
	padding: 18px 0;
	width: 600px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #151515;
	cursor: pointer;
	box-sizing: border-box;
}
.ethic_tab li.on {
	border-bottom: 4px solid #151515;
}
.ethic_tab li:first-of-type {
	position: relative;
}
.ethic_tab li:first-of-type::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	background: #c4c4c4;
	width: 1px;
	height: 20px;
}
.ethic_cont .cont {
	display: none;
}
.ethic_cont .cont.on {
	display: block;
}
.ethic_cont input {
	font-size: 18px;
	color: #151515;
}
.ethic_cont input::placeholder {
	font-size: 18px;
	color: #767676;
}
.ethic_cont h3 {
	font-size: 28px;
	font-weight: 500;
	color: #151515;
}
.agree_cont {
	margin-bottom: 64px;
}
.agree_cont .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.agree_cont .bot {
	padding: 32px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #f5f5f5;
	font-weight: 400;
	font-size: 18px;
	color: #555;
}
.agree_cont .bot p {
	color: #151515;
	line-height: 1.3;
}
.agree_cont .bot strong {
	display: block;
	margin-bottom: 10px;
}
.chk_box {
	display: flex;
	align-items: center;
}
.chk_box * {
	cursor: pointer;
}
.chk_box input {
	position: relative;
	width: 24px;
	height: 24px !important;
	padding: 0 !important;
	margin: 0 8px 0 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}
.chk_box label {
	font-size: 18px;
	color: #555;
}
.input_chk_box {
	display: flex;
	gap: 24px;
}
.chk_box input:checked {
	background-color: #333;
	border-color: #333;
}
.chk_box input:checked::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.ethic input:disabled {
	background: rgba(239, 239, 239, 0.3);
}
.report_cont {
	margin-bottom: 48px;
}
.sub_tit {
	padding-bottom: 20px;
	border-bottom: 2px solid #151515;
}
.ethic_cont .input_box {
	display: flex;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #ebebeb;
}
.ethic_cont .input_box:last-of-type {
	align-items: start;
}
.ethic_cont .input_box:last-of-type .input_tit {
	margin-top: 10px;
}
.ethic_cont .input_tit {
	width: 200px;
	font-size: 20px;
	font-weight: 500;
	color: #151515;
	flex-shrink: 0;
}
.ethic_cont .input_tit.mark::after {
	content: "*";
	font-weight: 500;
	font-size: 20px;
	color: #ff0000;
}
.ethic_cont .input_box input {
	padding: 10px 16px;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.ethic_cont .input_box input[type="text"],
.ethic_cont .input_box input[type="mail"],
.ethic_cont .input_box input[type="number"] {
	width: 100%;
}
.ethic_cont .input_box input.middle {
	width: 480px;
}
#inputReportCont {
	width: 100%;
	height: 160px;
	padding: 10px 16px;
	font-size: 18px;
	resize: none;
}
#inputReportCont::placeholder {
	font-size: 18px;
}
#name {
	margin-right: 32px;
}
.input_file {
	display: flex;
	flex-wrap: wrap;
}
.ethic_cont .input_box input[type="file"] {
	width: calc(100% - 204px);
	line-height: 25px;
}
.ethic_cont .input_box input[type="file"]::-webkit-file-upload-button {
	display: none;
}
.ethic_cont .input_box label[for="file"] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	width: 200px;
	height: 48px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #555;
}
.ethic_cont .input_box input[type="file1"] {
	width: calc(100% - 204px);
	line-height: 25px;
}
.ethic_cont .input_box input[type="file1"]::-webkit-file-upload-button {
	display: none;
}
.ethic_cont .input_box label[for="file1"] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	width: 200px;
	height: 48px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #555;
	cursor: pointer;
}
.input_file p {
	width: 100%;
	text-align: right;
	margin-top: 8px;
	font-size: 16px;
	color: #ff0000;
}
.pw_write {
	margin-bottom: 64px;
}
.pw_write .input_box span {
	display: block;
	margin-left: 20px;
	font-size: 16px;
	color: #767676;
}
.submitBtn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 200px;
	height: 56px;
	border-radius: 32px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: #6b7a8f;
	border: none;
}
/* conit02 */
.form_findpw {
	display: none;
}
.ethic_cont .cont02 > div {
	width: 480px;
	margin: 0 auto;
}
.ethic_cont .cont02 .top {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 64px;
}
.ethic_cont .cont02 .top input {
	height: 64px;
	padding: 16px;
	box-sizing: border-box;
}
.bot {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.bot button {
	width: 200px;
	height: 56px;
	border-radius: 32px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
}
.bot button.btn01 {
	background: #6b7a8f;
	color: #fff;
	border: none;
}
.bot button.btn02 {
	color: #555;
	border: 1px solid #555;
}
/* 조회 결과 리스트 */
.ethic_cont .cont02 .result_list {
	width: 1200px;
}
.filter_box {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 20px;
}
.result_filter {
	position: relative;
	cursor: default;
}
.result_filter span {
	display: flex;
	align-items: center;
	padding: 0 24px;
	width: 160px;
	height: 64px;
	font-size: 18px;
	color: #151515;
	border: 1px solid #eaeaea;
	border-radius: 32px;
	box-sizing: border-box;
	background: url("../img/arrow_bot.png") center right 24px / 24px no-repeat;
}
.filter_box .serach_box {
	position: relative;
}
.filter_box input {
	width: 380px;
	height: 64px;
	font-size: 20px;
	color: #151515;
	padding: 0 24px;
	border: 1px solid #eaeaea;
	border-radius: 32px;
	box-sizing: border-box;
}
.filter_box input::placeholder {
	font-size: 20px;
	color: #767676;
}
.filter_box .serach_box button {
	position: absolute;
	right: 35px;
	bottom: 21px;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	padding: 0;
}
.filter_box .serach_box button img {
	width: 100%;
	height: 100%;
}
.result_filter .filter_wp {
	width: 100%;
	position: absolute;
	bottom: -125px;
	left: 0;
	display: none;
	background: #fff;
	border: 1px solid #ebebeb;
}
.result_filter.active .filter_wp {
	display: block;
}
.result_filter .filter_wp li {
	padding: 7px 24px;
	font-size: 18px;
}
.result_filter .filter_wp li:hover {
	color: #fff;
	background: #1967d2;
}
.result_list .thead {
	padding: 16px 0;
	border-top: 2px solid #151515;
	border-bottom: 1px solid #ebebeb;
}
.result_list .thead > div {
	font-size: 18px;
	font-weight: 500;
	color: #151515;
}
.result_list .thead,
.result_list .tbody,
.result_list .tbody .inner,
.result_list .tbody .list_answer {
	display: flex;
}
.result_list .tbody {
	flex-direction: column;
	margin-bottom: 40px;
}
.result_list .tbody .inner,
.result_list .tbody .list_answer {
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
}
.result_list .chk_box {
	width: 50px;
	justify-content: center;
}
.result_list .chk_box input {
	margin: 0;
}
.result_list .th_no,
.result_list .td_no {
	width: 75px;
	text-align: center;
}
.result_list .th_tit,
.result_list .td_tit {
	width: 800px;
}
.result_list .th_date,
.result_list .td_date {
	width: 200px;
	text-align: center;
}
.result_list .th_answer,
.result_list .td_answer {
	width: 75px;
	text-align: center;
}
.result_list .td_tit,
.result_list .td_no {
	font-size: 18px;
	color: #555;
}
.result_list .td_date,
.result_list .td_answer {
	font-size: 18px;
	color: #767676;
}
.result_list .td_tit {
	color: #151515;
}
.result_list .tbody .list_answer {
	background: #f5f5f5;
}
.result_list .td_tit img {
	margin-right: 8px;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 64px;
}
.pagination a {
	display: block;
	width: 20px;
	height: 20px;
}
.pagination a img {
	width: 100%;
	height: 100%;
}
.pagination span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #6b7a8f;
	width: 32px;
	height: 32px;
	font-size: 16px;
	color: #fff;
}
/* modify */
.modify h2 {
	font-size: 36px;
	font-weight: 500;
	text-align: left;
}
.modify .top_btn {
	display: flex;
	gap: 32px;
	margin-bottom: 16px;
}
.modify .top_btn a {
	padding-left: 32px;
	font-size: 17px;
	color: #151515;
}
.modify .top_btn li:first-of-type a {
	background: url("../img/list_back.png") center left / 16px no-repeat;
}
.modify .top_btn li:nth-of-type(2) a {
	background: url("../img/list_prev.png") center left / 16px no-repeat;
}
.modify .top_btn li:last-of-type a {
	background: url("../img/list_next.png") center left / 16px no-repeat;
}
.modify_cont {
	padding-top: 48px;
	border-top: 2px solid #151515;
}
.modify_cont h3 {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #151515;
	line-height: 1.3;
}
.modify_cont table {
	margin-bottom: 40px;
}
.modify_cont tr {
	border-top: 1px solid #ebebeb;
}
.modify_cont tr:last-of-type {
	border-bottom: 1px solid #ebebeb;
}
.modify_cont th {
	width: 160px;
	padding: 12px 0;
	font-size: 18px;
	font-weight: 500;
	color: #151515;
	text-align: center;
	background: #f5f5f5;
}
.modify_cont td {
	padding: 12px 16px;
	font-size: 18px;
	color: #555;
}
.modify_answer {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	background: #f5f5f5;
}
.answer_tit {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user_answer .answer_date button {
	padding: 0;
	width: 55px;
	height: 30px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #555;
	border-radius: 5px;
}
.writer {
	font-size: 18px;
}
.writer,
.answer_date {
	display: flex;
	align-items: center;
	gap: 8px;
}
.answer_tit span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.admin_answer .answer_tit span {
	background: #151515;
}
.user_answer .answer_tit span {
	background: #b4975a;
}
.answer_date img {
	width: 18px;
	height: 18px;
}
.answer_date p {
	font-size: 15px;
	line-height: 24px;
	color: #767676;
}
.answer_cont *{
	font-size: 15px;
	line-height: 1.3;
}
.tit_input {
	margin-bottom: 15px;
}
[class*="modify_answer"] textarea {
	width: 100%;
	padding: 16px;
	font-size: 16px;
	line-height: 1.3;
	box-sizing: border-box;
	color: #767676;
	border: 1px solid #ebebeb;
	resize: none;
	overflow-y: hidden;
}
.admin_answer .answer_cont textarea {
	height: 140px;
}
.modify_answer2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	padding: 24px;
	margin: 24px 0 64px;
	background: #f5f5f5;
}
.modify_answer2 button {
	width: 120px;
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #555;
}
/* modal */

.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 20;
}
.modal_inner {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 480px;
	height: 342px;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.modal_inner .modal_logo {
	width: 210px;
	height: 60px;
}
.modal_inner .modal_logo img {
	width: 100%;
	height: 100%;
}
.modal_inner p {
	margin-top: 16px;
	font-size: 18px;
	color: #151515;
	text-align: center;
}
.bot .pw_find_btn_close {
	margin-top: 40px;
}
/* Chrome, Safari, Edge */
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

/* Firefox */
input[type="search"]::-moz-search-clear {
	display: none;
}

/* Internet Explorer */
input[type="search"]::-ms-clear {
	display: none;
}
