.write_wrap {
	padding: 0 0 70px;
	background: #fff;
}
.write_wrap > * {
	background: #fff;
}
.write_wrap .icon-required {
	color: red;
}
.write_title {
	padding: 3%;
	border-bottom: 20px solid #eff1f2;
}
.write_title h3 {
	font-size: 24px;
	font-weight: 900;
}
.write_title p {
	margin: 20px auto 0;
	width: 100%;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #f1f1f1;
	padding: 10px;
	font-size: 17px;
	line-height: 22px;
	word-break: keep-all;
}
.write_title .div-table > div:nth-of-type(2) {
	text-align: right;
}
.write_title .div-table .personal_info_btn {
	width: auto;
	display: inline-block;
	background: #e3e3e4;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	color: #353535;
	font-weight: 900;
	font-size: 16px;
	padding: 3% 15px;
}
.write_title .notice-agree-label {
	display: inline-block;
	position: relative;
	height: 26px;
	line-height: 26px;
	margin: 4px 1% 0 0;
}
.write_title .notice-agree-label::before,
.write_title .notice-agree-label::after {
	content: '';
	display: inline-block;
	border-radius: 50%;
	background: #fff;
}

.write_title .notice-agree-label::before {
	width: 14px;
	height: 14px;
	margin-right: 8px;
	border: 1px solid #000;
	vertical-align: middle;
}

.write_title .notice-agree-label::after {
	display: none;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 9px;
	left: 4px;
	background: #000;
}
.write_title .notice-agree-input:checked + .notice-agree-label::after {
	display: block;
}

.write_title .notice-agree-input:disabled + .notice-agree-label {
	color: #888;
}

.write_title .notice-agree-input:disabled + .notice-agree-label::after {
	background: #888;
}
.write_area {
	padding: 3%;
}
.write_area .write_option {
	margin: 0 0 20px;
}
.write_area .write_option.write_option_event {
	display: none;
}
.write_area .write_option > h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}
.write_area .write_option .option_title_area {
	display: flex;
	align-items: center;
}
.write_area .write_option .option_title_area h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}
.write_area .write_option .option_title_area p {
	flex: 1 1 auto;
	text-align: right;
	font-size: 18px;
}
.write_area .write_option .select_wrap {
	width: 100%;
	border: 1px solid #000;
	position: relative;
	height: 55px;
	margin: 0 0 10px;
	font-size: 20px;
	box-sizing: border-box;
}
.write_area .write_option .select_wrap.review_subject,
.write_area .write_option .select_wrap.review_category,
.write_area .write_option .select_wrap.review_test,
.write_area .write_option .select_wrap.review_book {
	height: auto;
	border: 0;
	color: #000;
}
.write_area .write_option .select_wrap.review_subject span,
.write_area .write_option .select_wrap.review_category span,
.write_area .write_option .select_wrap.review_test span,
.write_area .write_option .select_wrap.review_book span,
.write_area .write_option .noti_desc {
	height: 55px;
	border: 1px solid #000;
	display: block;
	line-height: 55px;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.write_area .write_option .noti_desc {
	height: fit-content;
	padding: 10px 0 10px 10px;
	line-height: 1.5;
}
.write_area .write_option .select_wrap .bind_list {
}
.write_area .write_option .select_wrap .bind_list_book.scr {
	overflow-y: auto;
}
.write_area .write_option .select_wrap .bind_list li {
	line-height: 161%;
	font-size: 18px;
	padding: 1% 0;
	word-break: keep-all;
}
.write_area .write_option .select_wrap .bind_list li:first-child {
	margin: 1% 0 0 0;
}
.write_area .write_option .select_wrap .bind_list li .small_close {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	font-size: 17px;
	background: #000;
	color: #fff;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.wrap_categorySelector {
	margin: 0 0 10px 0;
}
.write_area .write_option .select_wrap.review_test select {
	height: 55px;
	border: 1px #000 solid;
}
.write_area .write_option .select_wrap.review_book select {
	border: 1px #000 solid;
}
.write_area .write_option .select_wrap.review_book option {
	padding: 8px 10px;
	font-size: 18px;
	letter-spacing: -1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'noto3';
}
.write_area .write_option .select_wrap > select {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
}
.write_area .write_option .select_wrap:after {
	position: absolute;
	right: 4%;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	background: url('/mobile/images/new_icon/dorpdown.png') center no-repeat;
	background-size: contain;
}
.write_area .write_option .select_wrap.review_book:after {
	height: 55px;
}
.write_area .write_option .inquery_title {
	border: 1px solid #000;
	width: 100%;
	min-height: 55px;
	padding: 0 2%;
	font-size: 18px;
}
.write_area .write_option .prof_title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
}
.write_area #prof_use2 .write_option .teacher_name_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 4% 0;
}
.write_area #prof_use2 .write_option .teacher_name_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.write_area #prof_use2 .write_option .teacher_checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	user-select: none;
}
.write_area #prof_use2 .write_option .teacher_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.write_area #prof_use2 .write_option .chkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 20px;
}
.write_area #prof_use2 .write_option .teacher_checkbox:hover input ~ .chkmark {
	background-color: #ccc;
}
.write_area #prof_use2 .write_option .teacher_checkbox input:checked ~ .chkmark {
	background-color: #929292;
}
.write_area #prof_use2 .write_option .chkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.write_area #prof_use2 .write_option .teacher_checkbox input:checked ~ .chkmark:after {
	display: block;
}
.write_area .write_option .inquery_title .star_wrap {
	display: inline-flex;
	float: left;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
}
.write_area .write_option .inquery_title .star_wrap .star {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	background: url('/bbs/img/basic_after_apply_v2/ico_star.png') top 0 left 0 no-repeat;
	background-size: 100%;
	box-sizing: border-box;
}
.write_area .write_option .inquery_title .star_wrap .star.on {
	background: url('/bbs/img/basic_after_apply_v2/ico_star.png') top -37px left 0 no-repeat;
	background-size: 100%;
}
.write_area .write_option .inquery_content {
	border: 1px solid #000;
}
.write_area .write_option .inquery_content .inquery_text {
	border: none;
	height: 300px;
	overflow: auto;
	width: 100%;
	padding: 2%;
	font-family: 'Nanum Square', snas-serif;
}
.write_option .list-input-notice {
	margin: 10px 0 0 10px;
}

.write_option .list-input-notice strong {
	display: block;
	line-height: 1.4;
	margin: 0 0 2px;
	color: red;
	word-break: keep-all;
}

.write_option .list-input-notice p {
	line-height: 1.4;
	color: #555;
	word-break: keep-all;
}

.write_option .list-input-notice p em {
	color: #000;
	font-weight: 700;
}
.file_control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #c0c0c0;
	padding: 2% 2% 0 2%;
	box-sizing: border-box;
}
.file_control > * {
}
.file_control .btn_file_add {
	border: 1px solid #c8c8c8;
	display: inline-block;
	padding: 5px 8px;
	font-size: 16px;
	margin-right: 10px;
}

.file_control .btn_ex_popup {
	margin-right: 5px;
	padding: 5px 8px;
	color: #fff;
	font-size: 13px;
	font-family: 'noto4';
	background: #5967f1;
}

.file_control input[type='file'] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.file_list {
	padding: 0 3% 1.5% 0;
	margin-left: 2%;
}
.file_list li {
	display: table;
	background: url('/mobile/new/common/down_icon.png') left no-repeat;
	background-size: contain;
	padding-left: 25px;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 13px;
}
.file_list li > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #4e4e4e;
}
.file_list li > a {
	padding-right: 10px;
}
.file_list li > .btn_file_del {
	border: 1px solid #c8c8c8;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	text-align: center;
	line-height: 20px;
	font-weight: 900;
	cursor: pointer;
	display: inline-block;
}
.file_list_item {
	display: flex;
	position: relative;
	height: 38px;
}
.file_list_item + .file_list_item {
	margin-top: 10px;
}
.file_list_item .file_list,
.file_list_item .input_link_add {
	display: flex;
	align-items: center;
	width: calc(100% - 95px);
	margin-left: 0;
	padding: 0;
	font-size: 20px;
	border: 1px solid #000;
}
.file_list_item .input_link_add {
}
.file_list_item .input_link_add input {
	display: block;
	width: 100%;
	padding: 0 0 0 10px;
	font-family: 'Nanum Square', sans-serif;
}
.file_list_item .input_link_add input::placeholder {
	color: #ccc;
}
.file_list_item .file_list li {
	padding-left: 10px;
	background: none;
}
.file_list_item .file_note {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 95px);
	padding-left: 10px;
	overflow: hidden;
	font-size: 13px;
}

.file_list_item .file_control {
	border: none;
	padding: 0;
}
.file_list_item .btn_file_add {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 100%;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #000;
}

.write_btn_wrap {
	display: table;
	width: 100%;
}

.write_btn_wrap > * {
	display: table-cell;
	vertical-align: middle;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.write_btn_wrap > .write_submit {
	background: #000;
	color: #fff;
}
.write_btn_wrap > .write_cencle {
	border: 1px solid #000;
}

/*합격자수기*/
.write-type-list-selected,
.wrap_categorySelector .chosen-select {
	line-height: 55px;
	font-size: 18px;
	padding: 0 0 0 10px;
	font-size: 20px;
}
.radio-box {
	position: absolute;
	width: 100.2%;
	top: 54px;
	left: -1px;
	background: #fff;
	z-index: 70;
	border: 1px solid #000;
	border-top: 0;
	display: none;
}
.radio-box li {
	line-height: 40px;
	font-size: 0;
	padding: 0 10px;
}
.radio-box li label {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	display: block;
	letter-spacing: 0;
}
.chosen-select {
	width: 100%;
	height: 100%;
	border: 0;
}
.chosen-select option {
	padding: 12px 10px;
}

.select_list {
	padding: 2px 0 5px;
}
.select_list li {
	line-height: 40px;
	font-family: 'noto3';
}
.select_list li a {
	border: 1px #333 solid;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	background: #333;
	color: #fff;
	margin: 0 10px 0 0;
}

.search-choice-close {
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	background: #000;
	color: #fff;
	cursor: pointer;
}
.chosen-choices {
	border: 1px #f00 solid;
}

/*팝업*/

.register_pop {
	position: fixed;
	top: 0;
	left: 0;
	padding: 3%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99;
	display: none;
}
.register_pop .top {
	border-bottom: 2px solid #000;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: table;
	padding: 0 0 20px;
}
.register_pop .top p {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	font-family: 'noto6';
	font-size: 30px;
	color: #000;
	letter-spacing: -0.9px;
}
.register_pop .top .close_btn {
	position: absolute;
	right: 3%;
	bottom: 20px;
	display: block;
	color: #000;
	font-size: 25px;
	text-align: center;
	z-index: 99;
	font-family: 'noto3';
}
.register_pop .register_list {
	height: 91%;
	box-sizing: border-box;
	padding: 20px 0 0 0;
}
.register_pop .register_list .search_box {
	border: 3px #e76862 solid;
	overflow: hidden;
	position: relative;
	height: 80px;
	width: 100%;
	margin: 0 0 20px;
}
.register_pop .register_list .search_box input {
	border: 1px #f00 solid;
	width: 85%;
	height: 100%;
	border: 0;
	font-size: 20px;
	padding: 0 0 0 2%;
	background: none;
}
.register_pop .register_list .search_box .search_btn {
	float: right;
	width: 15%;
	height: 100%;
	line-height: 70px;
	text-align: center;
	font-size: 0;
	background: url(/mobile/new/main/common/search_icon.png) no-repeat center center;
}
.search_area .title {
	display: none;
}
.board_list_wrap .input_box input,
#search_pop .input_box input,
#view_contentsList .input_box input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	padding: 0 100px 0 4%;
	box-sizing: border-box;
}
.board_list_wrap .input_box button,
#search_pop .input_box button,
#view_contentsList .input_box button {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: url(/mobile/new/main/common/search_icon.png) no-repeat left center;
}
.register_pop .register_list dl {
	background: #f0f0f0;
	padding: 20px 10px;
}
.register_pop .register_list dl dd {
	font-size: 17px;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 30px;
}
.register_pop .register_list dl dd:before {
	content: 'ㆍ';
	position: absolute;
	left: 0;
}
.register_pop .register_list ul {
	width: 100%;
	height: calc(100% - 230px);
	overflow: hidden;
	overflow-y: auto;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 3% 0 0;
}
.register_pop .register_list ul li {
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
}
.register_pop .register_list ul li:after {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 50%;
	display: block;
	left: 0;
	top: calc(50% - 7.5px);
	content: '';
}
.register_pop .register_list .no-list {
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	padding: 2% 0;
	margin: 10px auto;
	display: none;
}
.register_pop .register_list ul li:hover:after {
	background: #000;
}
.register_pop .register_list ul li {
	padding: 15px 0 15px 25px;
	display: inline-block;
	width: 100%;
	font-size: 17px;
}
.register_pop .register_list ul li a {
	display: block;
	word-break: keep-all;
}
.hides {
	display: none !important;
}
.personal_info_btn {
	display: inline-block;
	margin: 4px 1% 0 0;
	background: #646985;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
}

/* 경품수령 css : s */
.only_gift .file_control {
    border-top: 0;
}
.write_area .write_option.only_gift .inquery_content {
    border: 0;
}
.write_area .write_option.only_gift .keyword_box {
    border: 1px solid #000;
}

.write_area .write_option .keyword_cont {
	/* height: 145px;
	overflow-y: auto; */
    width: 100%;
    margin-top: 1%;
    padding: 3% 2% 3% 2%;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
.write_area .write_option .keyword_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 6px;
}
.write_area .write_option .keyword_wrap li {
	display: block;
}
.write_area .write_option .keyword_wrap li input[name='wr_hashtag[]'] {
	display: none;
}
.write_area .write_option .keyword_wrap li input[name='wr_hashtag[]'] + label {
	padding: 2px 5px;
	border: 1px solid #000;
	border-radius: 30px;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
}
.write_area .write_option .keyword_wrap li input[name='wr_hashtag[]']:checked + label {
	border: 1px solid #df1a23;
	background: #df1a23;
	color: #fff;
}
/* 경품수령 css : e */



/* 모달 : s */
.board_modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.board_modal.is_active {
	display: flex;
}

.board_modal .screen_out {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.board_modal .modal_content {
	position: relative;
	width: 90vw;
	height: 90vh;
	padding: 5.333vw 4vw;
	text-align: center;
	background: #fff;
}

.board_modal .modal_content_inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.board_modal .btn_close {
	position: absolute;
	top: 1.333vw;
	right: 1.333vw;
	width: 4vw;
	height: 4vw;
	border: none;
	background: url('/img/event/8956/pc/btn_X.png') no-repeat center / 100% auto;
}
/* 모달 : e */

@media screen and (max-width: 680px) {
	.write_title {
		padding: 5% 3%;
		border-bottom: 10px solid #eff1f2;
	}
	.write_title h3 {
		font-size: 17px;
	}
	.write_title p {
		margin: 10px auto 0;
		font-size: 12px;
		line-height: 20px;
	}
	.write_title .div-table .personal_info_btn {
		font-size: 12px;
	}
	.write_area {
	}
	.write_area .write_option {
		margin: 0 0 20px;
	}
	.write_area .write_option > h3 {
		font-size: 13px;
		font-weight: 900;
		margin-bottom: 10px;
		/*모바일 고객센터 1:1문의 > 도서학습문의 선택시 도서등록부분이 붙는 문제로 넣어줌 S: 20220905*/
		margin-top: 10px;
		/*모바일 고객센터 1:1문의 > 도서학습문의 선택시 도서등록부분이 붙는 문제로 넣어줌 E: 20220905*/
	}
	.write_area .write_option .option_title_area h3 {
		font-size: 13px;
	}
	.write_area .write_option .option_title_area p {
		font-size: 13px;
	}
	.write_area .write_option .select_wrap {
		height: 40px;
	}
	.write_area .write_option .select_wrap > select {
		font-size: 13px;
	}
	.write_area .write_option .select_wrap:after {
		top: 0;
	}
	.write_area .write_option .inquery_title,
	.write_area .write_option .noti_desc {
		min-height: 40px;
		font-size: 13px;
	}
	.write_area .write_option .inquery_content .inquery_text {
		height: 200px;
	}
	.write_area .write_option .inquery_content .inquery_text.type_refund {
		font-family: 'Nanum Square', sans-serif;
	}
	.write_area .write_option .inquery_content .inquery_text.type_refund::placeholder {
		color: #ccc;
	}
	.file_control .btn_file_add {
		padding: 5px 8px;
		font-size: 12px;
		margin-right: 5px;
	}
	.file_control > span {
		font-size: 12px;
	}
	.file_list li {
		background-size: 15px;
		margin: 1% 0 0 0;
	}
	.file_list li:first-child {
		margin: 0;
	}
	.file_list li > * {
		font-size: 14px;
	}
	.write_btn_wrap > * {
		font-size: 16px;
		line-height: 100%;
		padding: 3% 10px;
	}

	/*합격자수기*/
	.write_area .write_option .select_wrap.review_subject span,
	.write_area .write_option .select_wrap.review_category span,
	.write_area .write_option .select_wrap.review_test span,
	.write_area .write_option .select_wrap.review_book span {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.write_area .write_option .select_wrap.review_book:after {
		height: 40px;
	}
	.write_area .write_option .select_wrap .bind_list li,
	.personal_info_btn {
		font-size: 12px;
	}
	.write_area .write_option .select_wrap .bind_list li .small_close {
		width: 15px;
		height: 15px;
		font-size: 12px;
		line-height: 20px;
	}
	.radio-box {
		width: 100.3%;
		top: 39px;
	}
	.radio-box li {
		line-height: 40px;
		font-size: 0;
		padding: 0 10px;
	}
	.radio-box li label {
		font-size: 17px;
	}
	.chosen-select option {
		padding: 12px 10px;
	}

	.select_list {
		padding: 2px 0 5px;
	}
	.select_list li {
		line-height: 40px;
		font-family: 'noto3';
	}
	.select_list li a {
		border: 1px #333 solid;
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		font-weight: 600;
		background: #333;
		color: #fff;
		margin: 0 10px 0 0;
	}

	/*팝업*/
	.register_pop .top {
		border-bottom: 1px solid #000;
		padding: 0 0 10px;
	}
	.register_pop .top p {
		font-size: 17px;
	}
	.register_pop .top .close_btn {
		bottom: 10px;
		font-size: 20px;
	}
	.register_pop .register_list .search_box {
		border: 2px #e76862 solid;
		height: 50px;
	}
	.register_pop .register_list .search_box input {
		font-size: 13px;
	}
	.register_pop .register_list .search_box .search_btn {
		line-height: 50px;
		background-size: 24px;
	}
	.register_pop .register_list dl {
		padding: 12px 8px;
	}
	.register_pop .register_list dl dd {
		font-size: 12px;
		padding: 0 0 0 10px;
		line-height: 150%;
		word-break: keep-all;
	}
	.register_pop .register_list dl dd:before {
		content: 'ㆍ';
		position: absolute;
		left: 0;
	}
	.register_pop .register_list ul {
		width: 100%;
		height: calc(100% - 230px);
		margin-top: 20px;
	}
	.register_pop .register_list ul li:after {
		width: 12px;
		height: 12px;
	}
	.register_pop .register_list ul li {
		padding: 8px 0 8px 20px;
		font-size: 12px;
	}

	/* 교수후기 : S */
	.write_area #prof_use2 .write_option .teacher_checkbox {
		font-size: 13px;
	}
	.write_area .write_option .inquery_title .star_wrap {
		height: 38px;
	}
	/* 교수후기 : E */
}

/* 동영상 학습 문의 유형 : S */
.select_area {
	height: 40px;
}
.select_area select:disabled {
	opacity: 1;
}
.modify_area .write_option .bookname {
	font-weight: normal;
}
.modify_area .write_option .book_caption {
	margin-bottom: 10px;
	font-size: 14px;
	color: red;
}
.modify_area .write_option .select_wrap {
	position: relative;
	width: 100%;
	font-family: 'Nanum Square', snas-serif !important;
	font-size: 13px;
	line-height: 38px;
	text-indent: 10px;
}
.modify_area .write_option .select_wrap::before {
	position: absolute;
	display: block;
	right: 4%;
	content: ' ';
	width: 10px;
	height: 100%;
	background: url(/mobile/images/new_icon/dorpdown.png) center no-repeat;
	background-size: contain;
}
#prof_use2,
#prof_use {
	display: none;
}
.modify_area .write_option .select_wrap.read_only {
	background: #f1f1f1;
}
.modify_area .write_option .select_wrap:not(.learn_wrap)::after {
	display: none;
}
.modify_area .write_option .select_wrap > select {
	position: relative;
	width: calc(100% - 39px);
	padding-left: 21px;
	float: left;
}
.modify_area .write_option .disabled,
.modify_area .write_option .disabled select{
	background:#efefef;
	pointer-events: none;
}
.modify_area .write_option .select_wrap #info_book_page,
.modify_area .write_option .select_wrap #wr_4,
.modify_area .write_option .select_wrap > select,
.write_area .write_option .inquery_title,
.write_area .write_option .inquery_content .inquery_text {
	font-family: 'Nanum Square', snas-serif !important;
}
.write_area .write_option .select_wrap .bind_list li .small_close {
	text-indent: 0;
}
/* 동영상 학습 문의 유형 : E */
