.sec_tit {
  font-size: clamp(27px, 1.41vw, 27px);
  font-weight: 600;
}

#sec1 {
  padding-top: clamp(85px, 4.43vw, 85px);
}
#sec1 .left {
  width: clamp(300px, 15.63vw, 300px);
  padding: clamp(50px, 2.6vw, 50px) clamp(24px, 1.25vw, 24px) 0;
  border-right: 1px solid #eee;
}
#sec1 .left .menu li:first-child a {
  font-size: clamp(16px, 0.83vw, 16px);
  font-weight: 700;
  line-height: clamp(50px, 2.6vw, 50px);
  color: #111;
}
#sec1 .left .menu li a {
  font-size: clamp(14px, 0.73vw, 14px);
  color: #888;
  line-height: 2.3;
  font-weight: 400;
  transition: all 0.4s;
}
#sec1 .left .menu li a:hover {
	color: #111;
	font-weight: 500;
}
#sec1 .right {
  width: calc(100% - clamp(300px, 15.63vw, 300px));
  padding: clamp(60px, 3.13vw, 60px) 0 clamp(100px, 5.21vw, 100px) clamp(80px, 4.17vw, 80px);
}
#sec1 .right .sec_info {
	font-size: clamp(13px, 0.68vw, 13px);
}
#sec1 .right .best_wrapper {
  padding: clamp(30px, 1.56vw, 30px) clamp(40px, 2.08vw, 40px) clamp(50px, 2.6vw, 50px);
  border: 1px solid #eee;
  border-radius: 4px;
}
#sec1 .right .best_wrapper h3 {
	font-size: clamp(18px, 0.94vw, 18px);
	font-weight: 700;
}
#sec1 .right .best_wrapper .best_list ul {
	width: 50%;
	position: relative;
}
#sec1 .right .best_wrapper .best_list ul:first-child {
	padding-right: clamp(40px, 2.08vw, 40px);
}
#sec1 .right .best_wrapper .best_list ul:first-child::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #eee;
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#sec1 .right .best_wrapper .best_list ul:last-child {
	padding-left: clamp(40px, 2.08vw, 40px);
}
#sec1 .right .best_wrapper .best_list li:not(:last-child) {
	margin-bottom: clamp(15px, 0.78vw, 15px);
}
#sec1 .right .best_wrapper .best_list li a p {
	font-size: clamp(15px, 0.78vw, 15px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: clamp(490px, 25.52vw, 490px);
}
#sec1 .right .best_wrapper .best_list li a .num {
	font-size: clamp(15px, 0.78vw, 15px);
	color: #999;
	margin-left: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .table_wrapper {
	position: relative;
}
#sec1 .right .table_wrapper .table_top_area .category li {
	border: 1px solid #eee;
	border-radius: 4px;
	width: clamp(140px, 7.29vw, 140px);
	line-height: clamp(44px, 2.29vw, 44px);
}
#sec1 .right .table_wrapper .table_top_area .category li:not(:last-child) {
	margin-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .table_wrapper .table_top_area .category li a {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
}
#sec1 .right .table_wrapper .table_top_area .category .on {
	background-color: var(--color-point);
	border-color: var(--color-point);
}
#sec1 .right .table_wrapper .table_top_area .category .on a {
	color: #fff !important;
}
#sec1 .right .table_wrapper .table_top_area .search_area input {
	width: clamp(300px, 15.63vw, 300px);
	border: 1px solid #eee;
	border-radius: 4px;
	margin-right: clamp(10px, 0.52vw, 10px);
	padding: 0 clamp(20px, 1.04vw, 20px);
	font-size: clamp(14px, 0.73vw, 14px);
	line-height: clamp(44px, 2.29vw, 44px);
}
#sec1 .right .table_wrapper .table_top_area .search_area .submit_btn {
	background-color: #111;
	color: #fff;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	width: clamp(80px, 4.17vw, 80px);
	border-radius: 4px;
	height: clamp(46px, 2.40vw, 46px);
}
#sec1 .right .table_wrapper .write_area label {
	font-size: clamp(13px, 0.68vw, 13px);
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .table_wrapper .write_area label input + span {
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .table_wrapper .write_area label input:checked + span {
	background-color: var(--color-point);
	background-image: url(../img/check_icon_w.png);
	background-size: clamp(10px, 0.52vw, 10px) clamp(8px, 0.42vw, 8px);
	background-position: center;
	background-repeat: no-repeat;
	border-color: var(--color-point);
}
#sec1 .right .write_btn {
	width: clamp(180px, 9.38vw, 180px);
	line-height: clamp(46px, 2.40vw, 46px);
	background-color: var(--color-point);
	color: #fff;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	border-radius: 4px;
}
#sec1 .right .table_wrapper .cs_table .table_row {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content; /* 또는 auto */
	border-bottom: 1px solid #eee;
}
#sec1 .right .table_wrapper .cs_table .table_row .col {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: clamp(14px, 0.73vw, 14px);
  height: clamp(60px, 3.13vw, 60px);
}
#sec1 .right .table_wrapper .cs_table .table_row .category {
	width: clamp(160px, 8.33vw, 160px);
	font-weight: 500;
}
#sec1 .right .table_wrapper .cs_table .table_row .title {
	width: clamp(440px, 22.92vw, 440px);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .title {
	justify-content: flex-start;
	padding: 0 clamp(20px, 1.04vw, 20px);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .title p {
	max-width: clamp(360px, 18.75vw, 360px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .title .num {
	color: #999;
	font-weight: 500;
	margin-left: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .table_wrapper .cs_table .table_row .author {
	width: clamp(200px, 10.42vw, 200px);
}
#sec1 .right .table_wrapper .cs_table .table_row .author .icon {
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	display: none;
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .author::before {
	content: "사";
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	background-color: #81D3F8;
	border-radius: 50%;
	color: #fff;
	font-size: clamp(12px, 0.63vw, 12px);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .agency::before {
	content: "대";
	background-color: #03C75A;
}
#sec1 .right .table_wrapper .cs_table .table_row .view,
#sec1 .right .table_wrapper .cs_table .table_row .date,
#sec1 .right .table_wrapper .cs_table .table_row .like,
#sec1 .right .table_wrapper .cs_table .table_row .division,
#sec1 .right .table_wrapper .cs_table .table_row .answer_status {
	width: clamp(140px, 7.29vw, 140px);
}
#sec1 .right .table_wrapper .cs_table .table_row .num {
	width: clamp(100px, 5.21vw, 100px);
}
#sec1 .right .table_wrapper .cs_table .table_head {
	border-bottom: none;
}
#sec1 .right .table_wrapper .cs_table .table_head .col {
  background-color: #f8f8f8;
  height: clamp(50px, 2.6vw, 50px);
  font-weight: 500;
}
#sec1 .right .table_wrapper .cs_table .table_head .col:not(:last-child) {
  border-right: 2px solid #fff;
}
#sec1 .right .table_wrapper .cs_table .notice {
	background-color: #FFF4F4;
}
#sec1 .right .table_wrapper .cs_table .notice .title p {
	font-weight: 600;
}
#sec1 .right .table_wrapper .cs_table .notice:not(.table_head) .author::before {
	display: none;
}
#sec1 .right .table_wrapper .member_table .table_row:not(.table_head) .author::before {
	display: none;
}
#sec1 .right .table_wrapper .member_table .table_row .author .icon {
	display: block;
}
#sec1 .right .table_wrapper .notice_table .table_row .title {
	width: clamp(1000px, 52.08vw, 1000px);
}
#sec1 .right .table_wrapper .notice_table .table_row:not(.table_head) .title {
	padding: 0;
	font-weight: 700;
}
#sec1 .right .table_wrapper .notice_table .table_row:not(.table_head) .title span {
	width: clamp(120px, 6.25vw, 120px);
}
#sec1 .right .table_wrapper .notice_table .table_row .date {
	width: clamp(220px, 11.46vw, 220px);
}
#sec1 .right .table_wrapper .inquiry_table .table_row .title {
	width: clamp(700px, 36.46vw, 700px);
}
#sec1 .right .table_wrapper .admin_btn_area {
	position: absolute;
	right: 0;
	bottom: 0;
}
#sec1 .right .cs_write_form .radio_area label {
	cursor: pointer;
}
#sec1 .right .cs_write_form .radio_area label:not(:last-child) {
	margin-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .cs_write_form .radio_area label input[type="radio"] + span {
	background-color: #fff;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	width: clamp(140px, 7.29vw, 140px);
	line-height: clamp(44px, 2.29vw, 44px);
	border: 1px solid #ddd;
	border-radius: 4px;
}
#sec1 .right .cs_write_form .radio_area label input[type="radio"]:checked + span {
	background-color: var(--color-point);
	border-color: var(--color-point);
	color: #fff !important;
}
#sec1 .right .cs_write_form .radio_area .notice {
	font-size: clamp(13px, 0.68vw, 13px);
	margin-left: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .cs_write_form .radio_area .notice input[type="radio"] + span {
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: clamp(10px, 0.52vw, 10px);
	border-radius: 0;
}
#sec1 .right .cs_write_form .radio_area .notice input[type="radio"]:checked + span {
	background-color: var(--color-point);
	background-image: url(../img/check_icon_w.png);
	background-size: clamp(10px, 0.52vw, 10px) clamp(8px, 0.42vw, 8px);
	background-position: center;
	background-repeat: no-repeat;
	border-color: var(--color-point);
}
#sec1 .right .cs_write_form .input_wrapper > label {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	width: clamp(140px, 7.29vw, 140px);
	line-height: clamp(46px, 2.40vw, 46px);
	background-color: #F5F5F5;
	border-radius: 4px;
	margin-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .cs_write_form .input_wrapper > label.h_a {
}
#sec1 .right .cs_write_form .input_wrapper input[type="text"] {
	width: calc(100% - clamp(150px, 7.81vw, 150px));
	line-height: clamp(44px, 2.29vw, 44px);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 clamp(15px, 0.78vw, 15px);
	font-size: clamp(14px, 0.73vw, 14px);
}
#sec1 .right .cs_write_form .input_wrapper textarea {
	width: 100%;
	padding: clamp(15px, 0.78vw, 15px);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
}
#sec1 .right .cs_write_form .input_wrapper select {
	width: clamp(260px, 13.54vw, 260px);
	height: clamp(46px, 2.40vw, 46px);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
	color: #888;
	padding: 0 clamp(15px, 0.78vw, 15px);
	appearance: none;
	background-image: url(../img/down_arrow_6.png);
	background-repeat: no-repeat;
	background-position: right clamp(15px, 0.78vw, 15px) center;
	background-size: 10px 6px;
}
#sec1 .right .cs_write_form .select_area {
	width: calc(100% - clamp(150px, 7.81vw, 150px));
}
#sec1 .right .cs_write_form .file_area:not(:last-child) {
	margin-bottom: 10px;
}
#sec1 .right .cs_write_form .file_area .file_btn_area label {
	width: clamp(120px, 6.25vw, 120px);
	line-height: clamp(46px, 2.40vw, 46px);
	background-color: #ccc;
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}
#sec1 .right .cs_write_form .file_area .file_btn_area .file_name {
	font-size: 14px;
	max-width: clamp(200px, 10.42vw, 200px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sec1 .right .cs_write_form .file_area .add_file_btn,
#sec1 .right .cs_write_form .file_area .delete_file_btn {
	width: clamp(120px, 6.25vw, 120px);
	line-height: clamp(46px, 2.40vw, 46px);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	color: #888;
	margin-left: 10px;
}
#sec1 .right .cs_write_form .file_area .add_file_btn span,
#sec1 .right .cs_write_form .file_area .delete_file_btn span {
	width: clamp(18px, 0.94vw, 18px);
	height: clamp(18px, 0.94vw, 18px);
	background-color: #888;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
	margin-top: 2px;
}
#sec1 .right .cs_write_form .file_area .add_file_btn span::before,
#sec1 .right .cs_write_form .file_area .delete_file_btn span::before {
	content: "";
	width: clamp(10px, 0.52vw, 10px);
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#sec1 .right .cs_write_form .file_area .add_file_btn span::after {
	content: "";
	width: clamp(10px, 0.52vw, 10px);
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 10;
}
#sec1 .right .cs_write_form .file_txt {
	font-size: clamp(13px, 0.68vw, 13px);
	color: #999;
}
#sec1 .right .cs_write_form .refund_wrapper {
	border-bottom: 1px solid #eee;
	margin-bottom: clamp(30px, 1.56vw, 30px);
	display: none;
}
#sec1 .right .cs_write_form .refund_wrapper .refund_info,
#sec1 .right .cs_write_form .division_txt {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: clamp(20px, 1.04vw, 20px);
	margin-bottom: clamp(30px, 1.56vw, 30px);
}
#sec1 .right .cs_write_form .refund_wrapper .refund_info h4,
#sec1 .right .cs_write_form .division_txt h4 {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
}
#sec1 .right .cs_write_form .refund_wrapper .refund_info p,
#sec1 .right .cs_write_form .division_txt p {
	font-size: clamp(13px, 0.68vw, 13px);
	color: #444;
	line-height: 1.6;
}
#sec1 .right .cs_write_form .division_txt {
	margin-bottom: 0;
	margin-top: 10px;
	background-color: #F5F5F5;
	display: none;
}
#sec1 .right .cs_write_form .division_txt a {
	text-decoration: underline;
}
#sec1 .right .cs_write_form .refund_wrapper .input_area label {
	width: clamp(150px, 7.81vw, 150px);
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	color: #444;
}
#sec1 .right .cs_write_form .refund_wrapper .input_area select,
#sec1 .right .cs_write_form .refund_wrapper .input_area input[type="text"] {
	width: clamp(360px, 18.75vw, 360px);
	margin-right: 10px;
}
#sec1 .right .cs_write_form .refund_wrapper .input_area input[readonly] {
	background-color: #F3F3F3;
}
#sec1 .right .cs_write_form .refund_wrapper .point_area label {
	font-size: clamp(13px, 0.68vw, 13px);
	color: #666;
	font-weight: 400;
	width: fit-content;
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .cs_write_form .refund_wrapper .point_area label input[type="checkbox"] + span {
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .cs_write_form .refund_wrapper .point_area label input[type="checkbox"]:checked + span {
	background-color: var(--color-point);
	background-image: url(../img/check_icon_w.png);
	background-size: clamp(10px, 0.52vw, 10px) clamp(8px, 0.42vw, 8px);
	background-position: center;
	background-repeat: no-repeat;
	border-color: var(--color-point);
}
#sec1 .right .cs_write_form .refund_wrapper .point_area .h_point {
	font-size: clamp(13px, 0.68vw, 13px);
}
#sec1 .right .cs_write_form .refund_wrapper .total_area .total_price {
	font-size: clamp(15px, 0.78vw, 15px);
	font-weight: 700;
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .cs_write_form .refund_wrapper .total_area .total_info {
	font-size: clamp(13px, 0.68vw, 13px);
	color: #666;
}
#sec1 .right .cs_write_form .button_wrapper button,
#sec1 .right .cs_write_form .button_wrapper a {
	width: clamp(200px, 10.42vw, 200px);
	line-height: clamp(46px, 2.40vw, 46px);
	font-size: clamp(15px, 0.78vw, 15px);
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
	background-color: #111;
}
#sec1 .right .cs_write_form .button_wrapper .submit_btn {
	background-color: var(--color-point);
	margin-left: clamp(20px, 1.04vw, 20px);
}
#sec1 .right #inquiryWriteForm .button_wrapper a {
	display: none;
}
#sec1 .right #inquiryWriteForm .button_wrapper.on button {
	display: none;
}
#sec1 .right #inquiryWriteForm .button_wrapper.on a {
	display: block;
}
#sec1 .right .view_top_wrapper {
	border-bottom: 1px solid #eee;
}
#sec1 .right .view_top_wrapper .tit_area > span {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
}
#sec1 .right .view_top_wrapper.inquiry .tit_area > span {
	color: #444;
	margin-right: clamp(40px, 2.08vw, 40px);
}
#sec1 .right .view_top_wrapper .tit_area .view_tit {
	font-size: clamp(24px, 1.25vw, 24px);
	font-weight: 700;
	line-height: 1;
}
#sec1 .right .name_area {
	position: relative;
	padding-right: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .name_area::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ddd;
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
#sec1 .right .name_area .profile_img {
	width: clamp(20px, 1.04vw, 20px);
	height: clamp(20px, 1.04vw, 20px);
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
}
#sec1 .right .name_area .profile_img img {
	height: 100%;
	object-fit: cover;
}
#sec1 .right .name_area .name {
	font-size: clamp(14px, 0.73vw, 14px);
	color: #444;
}
#sec1 .right .info .date {
	margin-left: clamp(10px, 0.52vw, 10px);
	font-size: clamp(14px, 0.73vw, 14px);
	color: #888;
}
#sec1 .right .sub_area {
	position: relative;
	flex-direction: column;
}
#sec1 .right .sub_area .more_area {
	width: fit-content;
}
#sec1 .right .sub_area .more_btn {
	width: 4px;
	height: clamp(20px, 1.04vw, 20px);
	position: relative;
}
#sec1 .right .sub_area .more_btn span {
	width: 100%;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
}
#sec1 .right .sub_area .more_btn span::before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#sec1 .right .sub_area .more_btn span::after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sec1 .right .sub_area .sub_btn_area {
	width: clamp(100px, 5.21vw, 100px);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: clamp(15px, 0.78vw, 15px) 0;
	position: absolute;
	right: clamp(20px, 1.04vw, 20px);
	top: 0;
	flex-direction: column;
	background-color: #fff;
	display: none;
}
#sec1 .right .sub_area .sub_btn_area button {
	line-height: 1;
	font-size: clamp(14px, 0.73vw, 14px);
	color: #888;
	font-weight: 700;
}
#sec1 .right .sub_area .sub_btn_area button:not(:last-child) {
	margin-bottom: clamp(10px, 0.52vw, 10px);
}
#sec1 .right .sub_area .sub_btn_area.open {
	display: flex !important;
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p {
	font-size: clamp(14px, 0.73vw, 14px);
	color: #666;
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p:not(:last-child) {
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p::before {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(17px, 0.89vw, 17px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 5px;
	margin-top: 3px;
}
#sec1 .right .view_top_wrapper .sub_area .sub_info .comment::before {
	width: clamp(16px, 0.83vw, 16px);
	background-image: url(../img/community_icon1.svg);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info .recommend::before {
	background-image: url(../img/community_icon2.svg);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info .view::before {
	height: 11px;
	margin-top: 2;
	background-image: url(../img/community_icon3.svg);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p span {
	margin-left: 5px;
}
#sec1 .right .view_wrapper {
	border-bottom: 1px solid #eee;
}
#sec1 .right .view_wrapper p {
	font-size: clamp(15px, 0.78vw, 15px);
	color: #444;
	line-height: 1.7;
}
#sec1 .right .view_wrapper .recommend_btn {
	width: clamp(80px, 4.17vw, 80px);
	height: clamp(46px, 2.40vw, 46px);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
	color: #444;
	font-weight: 700;
}
#sec1 .right .view_wrapper .recommend_btn::before {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(17px, 0.89vw, 17px);
	background-image: url(../img/community_icon2-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 5px;
}
#sec1 .right .view_wrapper .recommend_btn.on {
	background-color: #FBFB92;
}
#sec1 .right .comment_wrapper {
	border-bottom: 1px solid #eee;
}
#sec1 .right .comment_wrapper h3 {
	font-size: clamp(20px, 1.04vw, 20px);
	font-weight: 700;
}
#sec1 .right .comment_wrapper .comment_list .list_item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
#sec1 .right .comment_wrapper .comment_list .comment_txt p {
	font-size: clamp(15px, 0.78vw, 15px);
	color: #444;'
}
#sec1 .right .comment_wrapper .comment_list .reply_btn {
	font-size: clamp(14px, 0.73vw, 14px);
	color: #999;
	margin-top: 10px;
}
#sec1 .right .comment_wrapper .comment_list .reply_btn::before {
	content: "";
	width: clamp(16px, 0.83vw, 16px);
	height: clamp(17px, 0.89vw, 17px);
	background-image: url(../img/community_icon1-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}
#sec1 .right .comment_wrapper .comment_list .reply_write {
	background-color: #F9F9F9;
	padding: clamp(20px, 1.04vw, 20px);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: none;
}
#sec1 .right .comment_wrapper .comment_list .reply_write::before {
	content: "";
	width: clamp(18px, 0.94vw, 18px);
	height: clamp(14px, 0.73vw, 14px);
	background-image: url(../img/community_icon4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .comment_wrapper .comment_list .reply_write .reply_txt_wrapper {
	padding: clamp(15px, 0.78vw, 15px);
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: calc(100% - clamp(38px, 1.98vw, 38px));
}
#sec1 .right .comment_wrapper .comment_list .reply_write .reply_txt_wrapper .name_area::after {
	display: none;
}
#sec1 .right .comment_wrapper .comment_list .reply_write .reply_txt_wrapper textarea {
	width: 100%;
	border: none;
	font-size: clamp(14px, 0.73vw, 14px);
}
#sec1 .right .comment_wrapper .submit_btn {
	width: clamp(80px, 4.17vw, 80px);
	line-height: clamp(46px, 2.40vw, 46px);
	background-color: var(--color-point);
	border-radius: 4px;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	color: #fff;
}
#sec1 .right .comment_wrapper .comment_list .reply_write.open {
	display: flex !important;
}
#sec1 .right .comment_wrapper .comment_list .reply {
	background-color: #F9F9F9;
	padding: clamp(20px, 1.04vw, 20px);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	padding-bottom: 0;
}
#sec1 .right .comment_wrapper .comment_list .reply::before {
	content: "";
	width: clamp(18px, 0.94vw, 18px);
	height: clamp(14px, 0.73vw, 14px);
	background-image: url(../img/community_icon4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .comment_wrapper .comment_list .reply .item_wrapper {
	width: calc(100% - clamp(38px, 1.98vw, 38px));
}
#sec1 .right .comment_wrapper .comment_txt_wrapper {
	padding: clamp(15px, 0.78vw, 15px);
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#sec1 .right .comment_wrapper .comment_txt_wrapper .name_area::after {
	display: none;
}
#sec1 .right .comment_wrapper .comment_txt_wrapper textarea {
	width: 100%;
	border: none;
	font-size: clamp(14px, 0.73vw, 14px);
}
#sec1 .right .answer_wrapper {
	border-bottom: 1px solid #eee;
}
#sec1 .right .answer_wrapper h4 {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	background-color: #F5F5F5;
	line-height: clamp(46px, 2.40vw, 46px);
}
#sec1 .right .answer_wrapper p {
	font-size: clamp(15px, 0.78vw, 15px);
	color: #444;
	line-height: 1.7;
}
#sec1 .right > .button_wrapper {
	position: relative;
}
#sec1 .right > .button_wrapper a {
	width: clamp(100px, 5.21vw, 100px);
	height: clamp(46px, 2.40vw, 46px);
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: clamp(15px, 0.78vw, 15px);
	font-weight: 700;
	color: #888;
}
#sec1 .right > .button_wrapper a:not(:last-child) {
	margin-right: 10px;
}
#sec1 .right > .button_wrapper .prev_btn::before {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(17px, 0.89vw, 17px);
	background-image: url(../img/new_right_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 10px;
	transform: rotate(180deg);
}
#sec1 .right > .button_wrapper .next_btn::after {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(17px, 0.89vw, 17px);
	background-image: url(../img/new_right_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-left: 10px;
}
#sec1 .right > .button_wrapper .go_list_btn::before {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(16px, 0.83vw, 16px);
	background-image: url(../img/go_list_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 10px;
}
#sec1 .right > .button_wrapper .edit_btn::before {
	content: "";
	width: clamp(17px, 0.89vw, 17px);
	height: clamp(17px, 0.89vw, 17px);
	background-image: url(../img/edit_icon_8.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	margin-right: 10px;
}
#sec1 .right > .button_wrapper .admin_btn_area {
	position: absolute;
	bottom: 0;
	left: 0;
}
#sec1 .right > .button_wrapper .admin_btn_area button {
	width: clamp(120px, 6.25vw, 120px);
	line-height: clamp(46px, 2.40vw, 46px);
	background-color: #111;
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	color: #fff;
	border-radius: 4px;
}
#sec1 .right > .button_wrapper .admin_btn_area .admin_edit_btn {
	background-color: var(--color-point);
	margin-right: 10px;
}
#sec1 .right .pagination a:not(:last-child) {
  margin-right: clamp(30px, 1.56vw, 30px);
}
#sec1 .right .pagination .prev,
#sec1 .right .pagination .next {
  width: 6px;
  height: 12px;
  background-image: url(../img/right_arrow_9.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sec1 .right .pagination .prev {
  transform: rotate(180deg);
  margin-right: clamp(30px, 1.56vw, 30px);
}
#sec1 .right .pagination .num {
  font-size: clamp(15px, 0.78vw, 15px);
  font-weight: 500;
  color: #999;
  line-height: 1;
}
#sec1 .right .pagination .num.on {
  font-weight: 700;
  color: var(--color-point);
}

