.sec_tit {
  font-size: clamp(22px, 1.41vw, 27px);
  font-weight: 600;
}

#sec1 {
  padding-top: clamp(85px, 4.43vw, 85px);
}
#sec1 .m_campaign_header {
	display: none;
}
header.hide {
	height: 0;
}
header.hide .header_left,
header.hide .header_right {
	display: none;
}
#sec1 .left {
  width: clamp(250px, 15.63vw, 300px);
  padding: clamp(25px, 2.6vw, 50px) clamp(12px, 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(250px, 15.63vw, 300px));
  padding: clamp(30px, 3.13vw, 60px) 0 clamp(50px, 5.21vw, 100px) clamp(40px, 4.17vw, 80px);
}
#sec1 .right .sec_info {
	font-size: clamp(13px, 0.68vw, 13px);
}
#sec1 .right .best_wrapper {
  padding: clamp(15px, 1.56vw, 30px) clamp(20px, 2.08vw, 40px) clamp(25px, 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(20px, 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: 100%;
}
#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(110px, 7.29vw, 140px);
	line-height: clamp(38px, 2.29vw, 44px);
}
#sec1 .right .table_wrapper .table_top_area .category li:not(:last-child) {
	margin-right: clamp(5px, 0.52vw, 10px);
}
#sec1 .right .table_wrapper .table_top_area .category li a {
	font-size: clamp(13px, 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);
	color: #fff !important;
}
#sec1 .right .table_wrapper .table_top_area .search_area input {
	width: clamp(230px, 15.63vw, 300px);
	border: 1px solid #eee;
	border-radius: 4px;
	margin-right: clamp(5px, 0.52vw, 10px);
	padding: 0 clamp(10px, 1.04vw, 20px);
	font-size: clamp(13px, 0.73vw, 14px);
	line-height: clamp(38px, 2.29vw, 44px);
}
#sec1 .right .table_wrapper .table_top_area .search_area .submit_btn {
	background-color: #111;
	color: #fff;
	font-size: clamp(13px, 0.73vw, 14px);
	font-weight: 700;
	width: clamp(65px, 4.17vw, 80px);
	border-radius: 4px;
	height: clamp(38px, 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.svg);
	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(110px, 9.38vw, 180px);
	line-height: clamp(38px, 2.40vw, 46px);
	background-color: var(--color-point);
	color: #fff;
	font-size: clamp(12px, 0.73vw, 14px);
	font-weight: 700;
	border-radius: 4px;
}
#sec1 .right .table_wrapper .cs_table .table_row {
	display: grid;
	grid-template-columns: 13.11% 36.07% 16.39% 11.48% 11.48% 11.48%;
	border-bottom: 1px solid #eee;
}
#sec1 .right .table_wrapper .notice_table .table_row {
	grid-template-columns: 82% 18%;
}
#sec1 .right .table_wrapper .inquiry_table .table_row {
	grid-template-columns: 8.2% 12% 11.48% 56.84% 11.48%;
}
#sec1 .right .table_wrapper .cs_table .table_row .col {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: clamp(12px, 0.73vw, 14px);
  height: clamp(50px, 3.13vw, 60px);
}
#sec1 .right .table_wrapper .cs_table .table_row .category {
	font-weight: 500;
}
#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 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .title p {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: auto;
}
#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);
	width: auto;
	flex-shrink: 0;
}

#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:not(.table_head) .reviewer::before {
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .reviewer.vip::before {
	background-image: url(../img/rank_icon1.svg);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .reviewer.diamond::before {
	background-image: url(../img/rank_icon2.svg);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .reviewer.gold::before {
	background-image: url(../img/rank_icon3.svg);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .reviewer.silver::before {
	background-image: url(../img/rank_icon4.svg);
}
#sec1 .right .table_wrapper .cs_table .table_row:not(.table_head) .reviewer.bronze::before {
	background-image: url(../img/rank_icon5.svg);
}
#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(45px, 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:not(.table_head) .title {
	padding: 0;
	font-weight: 700;
	padding-right: 10px;
}
#sec1 .right .table_wrapper .notice_table .table_row:not(.table_head) .title a {
	width: 100%;
}
#sec1 .right .table_wrapper .notice_table .table_row:not(.table_head) .title span {
	width: clamp(120px, 6.25vw, 120px);
	flex-shrink: 0;
}
#sec1 .right .table_wrapper .m_cs_list {
	display: none;
}
#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="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);
	border-radius: 0;
}
#sec1 .right .cs_write_form .radio_area .notice input[type="checkbox"]:checked + span {
	background-color: var(--color-point);
	background-image: url(../img/check_icon_w.svg);
	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.svg);
	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 .m_division_txt_wrapper {
	display: none;
}
#sec1 .right .cs_write_form .refund_wrapper .input_area label {
	width: clamp(100px, 7.81vw, 150px);
	font-size: clamp(13px, 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(260px, 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.svg);
	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 {
	flex: 1;
}
#sec1 .right .view_top_wrapper .tit_area > span {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
}
#sec1 .right .view_top_wrapper.inquiry .sub_tit_area span {
	font-size: clamp(14px, 0.73vw, 14px);
	font-weight: 700;
	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.6;
	word-break: break-all;
}
#sec1 .right .view_top_wrapper .date,
#sec1 .right .view_top_wrapper .answer_status {
	font-size: clamp(14px, 0.73vw, 14px);
	color: #999;
}
#sec1 .right .view_top_wrapper .tit_area .sub_tit_area .m_answer_status {
	display: none;
}
#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 .m_info {
	display: none;
}
#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,
#sec1 .right .view_wrapper .m_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),
#sec1 .right .view_wrapper .m_sub_info p:not(:last-child) {
	margin-right: clamp(20px, 1.04vw, 20px);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p::before,
#sec1 .right .view_wrapper .m_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,
#sec1 .right .view_wrapper .m_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,
#sec1 .right .view_wrapper .m_sub_info .recommend::before {
	background-image: url(../img/community_icon2.svg);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info .view::before,
#sec1 .right .view_wrapper .m_sub_info .view::before {
	height: 11px;
	margin-top: 2px;
	background-image: url(../img/community_icon3.svg);
}
#sec1 .right .view_top_wrapper .sub_area .sub_info p span,
sec1 .right .view_wrapper .m_sub_info p span {
	margin-left: 5px;
}
#sec1 .right .view_wrapper .m_sub_info {
	display: none;
}
#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.svg);
  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);
}

@media (max-width: 1250px) {
	#sec1 .left {
		display: none;
	}
	#sec1 .right {
		width: 100%;
		padding: 50px 0;
	}
}

@media (max-width: 900px) {
	#sec1 .right .table_wrapper .table_top_area {
		flex-direction: column;
	}
	#sec1 .right .table_wrapper .table_top_area .search_area {
		justify-content: flex-end;
		margin-top: 10px;
	}
}

@media (max-width: 750px) {
	main {
		overflow-x: hidden;
	}
	#sec1 {
		padding-top: clamp(85px, 22.67vw, 170px);
	}
	#sec1 .m_campaign_header {
		display: block;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1px solid #eee;
		width: 100%;
		padding: clamp(20px, 5.33vw, 40px) 0;
		z-index: 99;
	}
	#sec1 .m_campaign_header .m_header_wrapper {
		width: calc(100% - (6.13vw * 2));
		margin: 0 auto;
		position: relative;
	}
	#sec1 .m_campaign_header .back_btn {
		width: clamp(8px, 2.13vw, 16px);
		height: clamp(15px, 4.00vw, 30px);
		background-image: url(../img/right_arrow_1.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		transform: rotate(180deg);
	}
	#sec1 .m_campaign_header h1 {
		font-size: clamp(16px, 4.27vw, 32px);
		font-weight: 500;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: fit-content;
		white-space: nowrap;
	}
	#sec1 .m_campaign_header .m_header_search_area {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		transform: translateY(-100%);
		opacity: 0;
		transition: all 0.3s;
		z-index: 100;
	}
	#sec1 .m_campaign_header .m_header_search_area.open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm {
		width: calc(100% - (6.13vw * 2));
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .input_wrapper {
		border: none;
		padding: 0;
		width: calc(100% - clamp(30px, 8.00vw, 60px));
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .input_wrapper input {
		order: 2;
		width: calc(100% - clamp(32px, 8.53vw, 64px));
		font-size: clamp(14px, 3.73vw, 28px);
		padding: clamp(8px, 2.00vw, 15px) 0;
		border: none;
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .input_wrapper .submit_btn {
		width: clamp(17px, 4.53vw, 34px);
		height: clamp(17px, 4.53vw, 34px);
		background-image: url(../img/search_icon.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .m_close_btn {
		display: block;
		position: relative;
		width: clamp(20px, 5.33vw, 40px);
		height: clamp(20px, 5.33vw, 40px);
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .m_close_btn::before {
		content: "";
		width: 100%;
		height: clamp(2px, 0.53vw, 4px);
		background-color: #111;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#sec1 .m_campaign_header .m_header_search_area #mobileHeaderSearchForm .m_close_btn::after {
		content: "";
		width: 100%;
		height: clamp(2px, 0.53vw, 4px);
		background-color: #111;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#sec1 .m_campaign_header .m_header_search_area .search_bg {
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 100%;
		opacity: 0;
		visibility: hidden;
	}
	#sec1 .m_campaign_header .m_header_search_area.open .search_bg {
		opacity: 1;
		visibility: visible;
	}
	#sec1 .right {
		padding: 0;
		padding-bottom: clamp(50px, 13.33vw, 100px);
	}
	.sec_tit {
		display: none;
	}
	#sec1 .right .best_wrapper {
		padding: clamp(20px, 5.33vw, 40px);
	}
	#sec1 .right .best_wrapper h3 {
		font-size: clamp(14px, 3.73vw, 28px);
	}
	#sec1 .right .best_wrapper .best_list {
		flex-direction: column;
	}
	#sec1 .right .best_wrapper .best_list ul {
		width: 100%;
		padding: 0 !important;
	}
	#sec1 .right .best_wrapper .best_list ul:first-child::after {
		display: none;
	}
	#sec1 .right .best_wrapper .best_list ul:nth-child(2) {
		margin-top: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .best_wrapper .best_list li:not(:last-child) {
		margin-bottom: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .best_wrapper .best_list li a p,
	#sec1 .right .best_wrapper .best_list li a .num {
		font-size: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right .best_wrapper .best_list li a .num {
		margin-left: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right .table_wrapper .table_top_area .category li {
		width: calc((100% - clamp(30px, 8.00vw, 60px)) / 4);
		line-height: clamp(38px, 10.40vw, 78px);
	}
	#sec1 .right .table_wrapper .table_top_area .category li:not(:last-child) {
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .table_wrapper .table_top_area .category li a {
		font-size: clamp(12px, 3.47vw, 26px);
	}
	#sec1 .right .table_wrapper .table_top_area .search_area {
		margin-top: 0;
	}
	#sec1 .right .table_wrapper .table_top_area .search_area #searchForm {
		width: 100%;
		display: flex;
	}
	#sec1 .right .table_wrapper .table_top_area .search_area input {
		width: calc(100% - clamp(80px, 21.333vw, 160px));
		line-height: clamp(38px, 10.40vw, 78px);
		font-size: clamp(13px, 3.73vw, 28px);
		padding: 0 clamp(15px, 4.00vw, 30px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .table_wrapper .table_top_area .search_area .submit_btn {
		width: clamp(60px, 18.67vw, 140px);
		height: clamp(40px, 10.67vw, 80px);
		font-size: clamp(13px, 3.73vw, 28px);
	}
	#sec1 .right .table_wrapper .write_area {
		justify-content: space-between;
	}
	#sec1 .right .table_wrapper .write_area label {
		font-size: clamp(11px, 2.93vw, 22px);
		font-weight: 500;
		margin-right: 0;
	}
	#sec1 .right .table_wrapper .write_area label:not(:last-child) {
		margin-right: clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .table_wrapper .write_area label input + span {
		width: clamp(18px, 4.80vw, 36px);
		height: clamp(18px, 4.80vw, 36px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .table_wrapper .write_area label input:checked + span {
		background-size: clamp(10px, 2.67vw, 20px) clamp(6px, 1.60vw, 12px);
	}
	#sec1 .right .write_btn {
		width: clamp(80px, 24.00vw, 180px);
		line-height: clamp(40px, 10.67vw, 80px);
		font-size: clamp(12px, 3.47vw, 26px);
	}
	#sec1 .right .table_wrapper .cs_table {
		display: none;
	}
	#sec1 .right .table_wrapper .m_cs_list {
		display: block;
	}
	#sec1 .right .table_wrapper .m_cs_list li {
		border: 1px solid #ddd;
		border-radius: 4px;
		padding: clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .table_wrapper .m_cs_list li:not(:last-child) {
		margin-bottom: clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .table_wrapper .m_cs_list li .category {
		font-size: clamp(12px, 3.20vw, 24px);
		font-weight: 500;
	}
	#sec1 .right .table_wrapper .m_cs_list li .title a {
		min-width: 0;
	}
	#sec1 .right .table_wrapper .m_cs_list li .title a p {
		font-size: clamp(14px, 3.73vw, 28px);
		font-weight: 600;
		color: #444;
		min-width: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		flex: 1;
	}
	#sec1 .right .table_wrapper .m_cs_list li .title a .num {
		font-size: clamp(12px, 3.20vw, 24px);
		font-weight: 500;
		color: #999;
		margin-left: clamp(10px, 2.67vw, 20px);
		flex-shrink: 0;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area {
		border: 1px solid #eee;
		padding: clamp(10px, 2.67vw, 20px);
		background-color: #F8F8F8;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area p {
		font-size: clamp(12px, 3.20vw, 24px);
		font-weight: 700;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area p span {
		margin-left: clamp(10px, 2.67vw, 20px);
		color: #444;
		font-weight: 400;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author span::before {
		content: "사";
		width: clamp(18px, 4.80vw, 36px);
		height: clamp(18px, 4.80vw, 36px);
		background-color: #81D3F8;
		border-radius: 50%;
		font-size: clamp(9px, 2.67vw, 20px);
		font-weight: 500;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.agency span::before {
		content: "대";
		background-color: #03C75A;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer span::before {
		content: "";
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: block;
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer.vip span::before {
		background-image: url(../img/rank_icon1.svg);
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer.diamond span::before {
		background-image: url(../img/rank_icon2.svg);
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer.gold span::before {
		background-image: url(../img/rank_icon3.svg);
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer.silver span::before {
		background-image: url(../img/rank_icon4.svg);
	}
	#sec1 .right .table_wrapper .m_cs_list li .info_area .author.reviewer.bronze span::before {
		background-image: url(../img/rank_icon5.svg);
	}
	#sec1 .right .table_wrapper .m_cs_list .notice {
		background-color: #FFF4F4;
	}
	#sec1 .right .table_wrapper .m_cs_list .notice .category {
		color: #444 !important;
	}
	#sec1 .right .table_wrapper .m_cs_list .notice .info_area {
		background-color: #fff;
	}
	#sec1 .right .table_wrapper .m_cs_list .notice .info_area .author span::before {
		display: none;
	}
	#sec1 .right .cs_write_form .radio_area {
		flex-direction: column;
		align-items: flex-start;
	}
	#sec1 .right .cs_write_form .radio_area .radio_wrap {
		width: 100%;
	}
	#sec1 .right .cs_write_form .radio_area .radio_wrap label {
		width: calc((100% - clamp(20px, 5.33vw, 40px)) / 3);
	}
	#sec1 .right .cs_write_form .radio_area .radio_wrap label:not(:last-child) {
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .cs_write_form .radio_area .radio_wrap label input[type="radio"] + span {
		width: 100%;
		font-size: clamp(14px, 3.73vw, 28px);
		line-height: clamp(38px, 10.40vw, 78px);
	}
	#sec1 .right .cs_write_form .radio_area .notice {
		margin-left: 0;
		font-size: clamp(11px, 2.93vw, 22px);
		font-weight: 500;
	}
	#sec1 .right .cs_write_form .radio_area .notice input[type="checkbox"] + span {
		width: clamp(18px, 4.80vw, 36px);
		height: clamp(18px, 4.80vw, 36px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .cs_write_form .radio_area .notice input[type="checkbox"]:checked + span {
		background-size: clamp(10px, 2.67vw, 20px) clamp(6px, 1.60vw, 12px);
	}
	#sec1 .right .cs_write_form .input_wrapper > label {
		width: clamp(80px, 21.33vw, 160px);
		margin-right: clamp(5px, 1.33vw, 10px);
		font-size: clamp(14px, 3.73vw, 28px);
		line-height: clamp(50px, 13.33vw, 100px);
	}
	#sec1 .right .cs_write_form .input_wrapper input[type="text"] {
		width: calc(100% - clamp(85px, 22.67vw, 170px));
		font-size: clamp(14px, 3.73vw, 28px);
		line-height: clamp(50px, 13.33vw, 100px);
		padding: 0 clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .cs_write_form .select_area {
		width: calc(100% - clamp(85px, 22.67vw, 170px));
	}
	#sec1 .right .cs_write_form .input_wrapper select {
		font-size: clamp(14px, 3.73vw, 28px);
		height: clamp(50px, 13.33vw, 100px);
		padding: 0 clamp(15px, 4.00vw, 30px);
		width: 100%;
		background-size: clamp(10px, 2.67vw, 20px) clamp(6px, 1.60vw, 12px);
	}
	#sec1 .right .cs_write_form .input_wrapper textarea {
		padding: clamp(15px, 4.00vw, 30px);
		font-size: clamp(14px, 3.73vw, 28px);
		max-height: clamp(300px, 80.00vw, 600px);
	}
	#sec1 .right .cs_write_form .button_wrapper button,
	#sec1 .right .cs_write_form .button_wrapper a {
		width: calc(50% - clamp(2.5px, 0.67vw, 5px));
		line-height: clamp(50px, 13.33vw, 100px);
		font-size: clamp(16px, 4.27vw, 32px);
	}
	#sec1 .right .cs_write_form .button_wrapper .submit_btn {
		margin-left: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .view_top_wrapper {
		padding-top: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	#sec1 .right .view_top_wrapper .tit_area {
		width: 100%;
	}
	#sec1 .right .view_top_wrapper.inquiry .tit_area {
		flex-direction: column;
		align-items: flex-start;
	}
	#sec1 .right .view_top_wrapper .tit_area > span,
	#sec1 .right .view_top_wrapper.inquiry .sub_tit_area span {
		font-size: clamp(14px, 3.73vw, 28px);
	}
	#sec1 .right .view_top_wrapper .tit_area .view_tit {
		font-size: clamp(16px, 4.27vw, 32px);
	}
	#sec1 .right .view_top_wrapper.inquiry .sub_tit_area {
		display: flex;
		align-items: center;
	}
	#sec1 .right .view_top_wrapper.inquiry .sub_tit_area span:first-child {
		margin-right: 0;
		position: relative;
		padding-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .view_top_wrapper.inquiry .sub_tit_area span:first-child::after {
		content: "";
		width: 1px;
		height: 60%;
		background-color: #ddd;
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#sec1 .right .view_top_wrapper.inquiry .sub_tit_area .m_answer_status {
		display: block;
		padding-left: clamp(10px, 2.67vw, 20px);
		margin-right: 0;
		color: #999;
		font-weight: 400;
	}
	#sec1 .right .view_top_wrapper .tit_area .info,
	#sec1 .right .view_top_wrapper .answer_status {
		display: none;
	}
	#sec1 .right .sub_area {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#sec1 .right .view_top_wrapper .sub_area .m_info {
		display: flex;
	}
	#sec1 .right .name_area {
		padding-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .name_area .profile_img {
		width: clamp(23px, 6.13vw, 46px);
		height: clamp(23px, 6.13vw, 46px);
		margin-right: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right .name_area .name,
	#sec1 .right .view_wrapper p,
	#sec1 .right .view_wrapper .m_sub_info p,
	#sec1 .right .comment_wrapper .comment_list .comment_txt p,
	#sec1 .right .view_top_wrapper .date {
		font-size: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right .sub_area .more_btn {
		height: clamp(15px, 3.47vw, 26px);
		width: clamp(3px, 0.53vw, 4px);
	}
	#sec1 .right .sub_area .more_btn span,
	#sec1 .right .sub_area .more_btn span::before,
	#sec1 .right .sub_area .more_btn span::after {
		height: clamp(3px, 0.53vw, 4px);
	}
	#sec1 .right .view_top_wrapper .sub_area .m_info .date,
	#sec1 .right .info .date {
		margin-left: clamp(7px, 2.00vw, 15px);
		font-size: clamp(13px, 3.47vw, 26px);
		color: #888;
	}
	#sec1 .right .view_top_wrapper .sub_area .sub_info {
		display: none;
	}
	#sec1 .right .sub_area .sub_btn_area {
		width: clamp(75px, 20.00vw, 150px);
		padding: clamp(11px, 2.93vw, 22px) 0;
		right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .sub_area .sub_btn_area button {
		font-size: clamp(12px, 3.20vw, 24px);
	}
	#sec1 .right .view_wrapper .view_sub_area {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#sec1 .right .view_wrapper .m_sub_info {
		display: flex;
	}
	#sec1 .right .view_wrapper .m_sub_info p:not(:last-child) {
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .view_wrapper .m_sub_info p::before {
		margin-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .view_wrapper .m_sub_info .comment::before {
		width: clamp(12px, 3.20vw, 24px);
		height: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right .view_wrapper .m_sub_info .recommend::before {
		width: clamp(13px, 3.47vw, 26px);
		height: clamp(13px, 3.47vw, 26px);
	}
	 #sec1 .right .view_wrapper .m_sub_info .view::before {
		 width: clamp(15px, 4.00vw, 30px);
		 height: clamp(10px, 2.67vw, 20px);
	 }
	#sec1 .right .view_wrapper .m_sub_info p span {
		margin-left: 5px;
	}
	#sec1 .right .view_wrapper .recommend_btn {
		width: clamp(70px, 21.33vw, 160px);
		height: clamp(35px, 9.33vw, 70px);
		font-size: clamp(12px, 3.20vw, 24px);
	}
	#sec1 .right .view_wrapper .recommend_btn::before {
		width: clamp(14px, 3.73vw, 28px);
		height: clamp(14px, 3.73vw, 28px);
		margin-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .comment_wrapper h3 {
		font-size: clamp(14px, 3.73vw, 28px);
	}
	#sec1 .right .comment_wrapper .comment_list .list_item .item_wrapper .info_area .sub_area {
		width: auto;
	}
	#sec1 .right .comment_wrapper .comment_list .reply_btn {
		margin-top: 0;
		font-size: clamp(12px, 3.20vw, 24px);
	}
	#sec1 .right .comment_wrapper .comment_list .reply_btn::before {
		width: clamp(12px, 3.20vw, 24px);
		height: clamp(13px, 3.47vw, 26px);
		margin-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .comment_wrapper .comment_txt_wrapper {
		padding: clamp(15px, 4.00vw, 30px);
		margin-top: 0 !important;
	}
	#sec1 .right .comment_wrapper .comment_list .reply_write {
		padding: clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .comment_wrapper .comment_list .reply_write::before {
		width: clamp(13px, 3.47vw, 26px);
		height: clamp(10px, 2.67vw, 20px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .comment_wrapper .comment_txt_wrapper textarea {
		font-size: clamp(12px, 3.20vw, 24px);
		padding: clamp(7px, 2.00vw, 15px) 0 !important;
	}
	#sec1 .right .comment_wrapper .submit_btn {
		width: clamp(70px, 18.67vw, 140px);
		line-height: clamp(30px, 8.00vw, 60px);
		font-size: clamp(12px, 3.20vw, 24px);
	}
	#sec1 .right > .button_wrapper a {
		width: calc((100% - clamp(15px, 4.00vw, 30px)) / 3);
		height: clamp(40px, 10.67vw, 80px);
		font-size: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right > .button_wrapper .next_btn::after {
		width: clamp(15px, 4.00vw, 30px);
		height: clamp(15px, 4.00vw, 30px);
		margin-left: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right > .button_wrapper .prev_btn::before {
		width: clamp(15px, 4.00vw, 30px);
		height: clamp(15px, 4.00vw, 30px);
		margin-right: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right > .button_wrapper .go_list_btn::before {
		width: clamp(16px, 4.13vw, 31px);
		height: clamp(15px, 4.00vw, 30px);
		margin-right: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right .table_wrapper .notice_list ul,
	#sec1 .right .table_wrapper .inquiry_list ul {
		border-top: 1px solid #222;
	}
	#sec1 .right .table_wrapper .notice_list li,
	#sec1 .right .table_wrapper .inquiry_list li {
		padding: 0;
		border: none;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0 !important;
	}
	#sec1 .right .table_wrapper .notice_list li a,
	#sec1 .right .table_wrapper .inquiry_list li a {
		padding: clamp(15px, 4.00vw, 30px) 0;
	}
	#sec1 .right .table_wrapper .notice_list li a p,
	#sec1 .right .table_wrapper .inquiry_list li a p {
		font-size: clamp(14px, 3.73vw, 28px);
		font-weight: 500;
	}
	#sec1 .right .table_wrapper .notice_list li a p span:first-child {
		margin-right: 5px;
		flex-shrink: 0;
	}
	#sec1 .right .table_wrapper .notice_list li a p span:last-child,
	#sec1 .right .table_wrapper .inquiry_list li a p span:last-child {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#sec1 .right .table_wrapper .inquiry_list li a p {
		colo0r: #444;
	}
	#sec1 .right .table_wrapper .inquiry_list li a p .division {
		color: #999;
		margin-right: 5px;
		flex-shrink: 0;
	}
	#sec1 .right .table_wrapper .inquiry_list li a > span {
		color: #444;
	}
	#sec1 .right .table_wrapper .notice_list li a .date,
	#sec1 .right .table_wrapper .inquiry_list li a > span,
	#sec1 .right .table_wrapper .inquiry_list li a .date {
		font-size: clamp(11px, 2.93vw, 22px);
		color: #999;
	}
	#sec1 .right .pagination a:not(:last-child) {
		margin-right: clamp(15px, 4.00vw, 30px);
	}
	#sec1 .right .pagination .prev,
	#sec1 .right .pagination .next {
		width: clamp(6px, 1.33vw, 10px);
		height: clamp(11px, 2.67vw, 20px);
	}
	#sec1 .right .pagination .num {
		font-size: clamp(16px, 3.20vw, 24px);
	}
	#sec1 .right > .button_wrapper .admin_btn_area,
	#sec1 .right .table_wrapper .notice_list + .admin_btn_area {
		position: relative;
	}
	#sec1 .right > .button_wrapper .admin_btn_area button {
		width: calc(50% - clamp(5px, 0.67vw, 5px));
		line-height: clamp(50px, 13.33vw, 100px);
		font-size: clamp(16px, 4.27vw, 32px);
	}
	#sec1 .right > .button_wrapper .admin_btn_area .admin_edit_btn {
		margin-right: clamp(5px, 1.33vw, 10px);
	}
	#sec1 .right .table_wrapper .notice_list + .admin_btn_area .write_btn {
		width: 100%;
		line-height: clamp(50px, 13.33vw, 100px);
		font-size: clamp(16px, 4.27vw, 32px);
	}
	#sec1 .right .sec_info,
	#sec1 .right .cs_write_form .file_txt,
	#sec1 .right .cs_write_form .refund_wrapper .total_area .total_info {
		font-size: clamp(11px, 2.93vw, 22px);
	}
	#sec1 .right .cs_write_form .file_area {
		flex-direction: column;
	}
	#sec1 .right .cs_write_form .file_area .file_btn_area {
		order: 2;
	}
	#sec1 .right .cs_write_form .file_area .add_delete_btn_area {
		order: 1;
	}
	#sec1 .right .cs_write_form .file_area .add_file_btn,
	#sec1 .right .cs_write_form .file_area .delete_file_btn {
		width: calc(50% - clamp(5px, 1.33vw, 10px));
		font-size: clamp(13px, 3.47vw, 26px);
		line-height: clamp(38px, 10.40vw, 78px);
	}
	#sec1 .right .cs_write_form .file_area .add_file_btn {
		margin-left: 0;
	}
	#sec1 .right .cs_write_form .file_area .delete_file_btn {
		margin-left: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .cs_write_form .file_area .add_file_btn span,
	#sec1 .right .cs_write_form .file_area .delete_file_btn span {
		width: clamp(15px, 4.00vw, 30px);
		height: clamp(15px, 4.00vw, 30px);
		margin-right: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right .cs_write_form .file_area .add_file_btn span::before,
	#sec1 .right .cs_write_form .file_area .add_file_btn span::after,
	#sec1 .right .cs_write_form .file_area .delete_file_btn span::before {
		width: clamp(7px, 2.00vw, 15px);
	}
	#sec1 .right .cs_write_form .file_area .file_btn_area label {
		width: clamp(100px, 26.67vw, 200px);
		line-height: clamp(40px, 10.67vw, 80px);
		font-size: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right .cs_write_form .file_area .file_btn_area .file_name {
		font-size: clamp(12px, 2.67vw, 20px);
		margin-left: 10px;
		max-width: calc(100% - clamp(110px, 28.00vw, 210px));
	}
	#sec1 .right .cs_write_form .refund_wrapper .refund_info,
	#sec1 .right .cs_write_form .division_txt {
		padding: clamp(15px, 4.00vw, 30px);
		margin-bottom: clamp(25px, 6.67vw, 50px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .refund_info h4, 
	#sec1 .right .cs_write_form .division_txt h4,
	#sec1 .right .answer_wrapper p {
		font-size: clamp(13px, 3.47vw, 26px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .refund_info p,
	#sec1 .right .cs_write_form .division_txt p {
		font-size: clamp(12px, 3.20vw, 24px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area {
		flex-direction: column;
		align-items: flex-start;
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area label {
		font-size: clamp(13px, 3.47vw, 26px);
		padding-bottom: 10px;
		width: 100%;
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area input[type="text"] {
		width: clamp(170px, 45.33vw, 340px);
		line-height: clamp(38px, 10.40vw, 78px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area select {
		height: clamp(40px, 10.67vw, 80px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area select,
	#sec1 .right .cs_write_form .refund_wrapper .input_area #iw_refund_reason_direct {
		width: 100%;
		margin-right: 0;
	}
	#sec1 .right .cs_write_form .refund_wrapper .input_area #iw_refund_reason {
		margin-bottom: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .point_area {
		width: 100%;
	}
	#sec1 .right .cs_write_form .refund_wrapper .point_area label {
		margin-right: clamp(15px, 5.33vw, 40px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .point_area label,
	#sec1 .right .cs_write_form .refund_wrapper .point_area .h_point {
		font-size: clamp(11px, 2.93vw, 22px);
		width: auto;
		padding-bottom: 0;
	}
	#sec1 .right .cs_write_form .refund_wrapper .point_area label input[type="checkbox"] + span {
		width: clamp(18px, 4.80vw, 36px);
		height: clamp(18px, 4.80vw, 36px);
		margin-right: clamp(10px, 2.67vw, 20px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .point_area label input[type="checkbox"]:checked + span {
		background-size: clamp(10px, 2.67vw, 20px) clamp(6px, 1.60vw, 12px);
	}
	#sec1 .right .cs_write_form .refund_wrapper .total_area .total_price {
		font-size: clamp(13px, 3.47vw, 26px);
		margin-right: clamp(15px, 5.33vw, 40px);
	}
	#sec1 .right .cs_write_form .select_area .division_txt {
		display: none !important;
	}
	#sec1 .right .cs_write_form .m_division_txt_wrapper {
		display: block;
	}
	#sec1 .right .cs_write_form .m_division_txt_wrapper .division_txt {
		margin-top: 0;
		margin-bottom: 0;
	}
	#sec1 .right .answer_wrapper h4 {
		line-height: clamp(50px, 13.33vw, 100px);
		font-size: clamp(14px, 3.73vw, 28px);
	}
}

@media (max-width: 400px) {
	#sec1 .right .view_wrapper .view_sub_area {
		flex-direction: column;
		align-items: flex-start;
	}
	#sec1 .right .view_wrapper .recommend_btn {
		margin-left: auto;
		margin-top: 10px;
	}
}

