img.bar {
	width: 2px;
	margin: 0 10px;
}

.bell {
	width: 16px;
}

.small_bell {
	width: 12px;
	margin-right: 5px;
}

.folder {
	width: 42px;
}

.full_calendar_wrap {
	width: 620px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.full_calendar_wrap .title {
	padding: 25px 30px 15px;
	font-size: 27px;
	font-weight: 600;
}

.full_calendar_wrap .calendar_wrap {
	display: flex;
}

.full_calendar_wrap .calendar_wrap .history {
	width: 240px;
	background-color: #0092db;
	color: #fff;
	padding: 20px;
	flex-shrink: 0;
}

.full_calendar_wrap .calendar_wrap .history * {
	color: inherit;
	font-size: inherit;
}

.full_calendar_wrap .calendar_wrap .history .year {
	font-size: 20px;
	font-weight: 300;
}

.full_calendar_wrap .calendar_wrap .history > .date {
	font-size: 28px;
	font-weight: 300;
}

.full_calendar_wrap .calendar_wrap .history .line {
	width: 100%;
}

.full_calendar_wrap .calendar_wrap .history ul {
	overflow-y: auto;
	height: 270px;
	margin-top: 20px;
}

.full_calendar_wrap .calendar_wrap .history ul li {
	align-items: center;
	display: flex;
}

.full_calendar_wrap .calendar_wrap .history ul li:not(:first-child) {
	margin-top: 20px;
}

.full_calendar_wrap .calendar_wrap .history ul li .badge {
	width: 25px;
	height: 25px;
}

.full_calendar_wrap .calendar_wrap .history ul li .badge img {
	width: 100%;
}

.full_calendar_wrap .calendar_wrap .history ul li .white_badge {
	background-color: #fff;
	border-radius: 50%;
}

.full_calendar_wrap .calendar_wrap .history ul li .content {
	font-size: 16px;
	padding-left: 10px;
}

.full_calendar_wrap .calendar_wrap .history ul li .content .date {
	font-weight: 300;
}

.full_calendar_wrap .calendar_wrap .calendar {
	width: 100%;
	padding: 0 30px 30px;
}

.full_calendar_wrap .calendar_wrap .btn_wrap {
	justify-content: right;
	display: flex;
}

.full_calendar_wrap .calendar_wrap .btn_wrap button {
	font-size: 18px;
	flex-shrink: 0;
}

.full_calendar_wrap .calendar_wrap .btn_wrap .cancel_btn {
	margin-right: 20px;
}

.side {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 280px;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 40px #e4ecf3;
	flex-flow: column;
	display: flex;
}

.side .my {
	margin-bottom: 50px;
}

.side .my .profile {
	padding: 20px;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
}

.side .my .profile .info {
	width: 100%;
}

.side .my .profile .info .name {
	font-size: 20px;
	font-weight: 500;
}

.side .my .profile .info .date {
	font-size: 13px;
	color: #999;
	margin-top: 2px;
}

.side .my .profile .btns {
	flex-shrink: 0;
}

.side .my .profile .btns .logout {
	margin-top: 5px;
}

.side .my .profile .btns a {
	display: block;
}

.side .my .profile .btns a img {
	width: 18px;
	display: block;
}

.side .my .profile .btns .alarm {
	width: fit-content;
}

.side .my .profile .btns .alarm .red_dot,
.tnb .alarm .red_dot {
	position: absolute;
	top: -1px;
	right: -8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: red;
}

.side .my .profile .alarm_history {
	position: absolute;
	top: 25px;
	left: 230px;
	z-index: 1;
	width: 470px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: none;
}

.side .my .profile .alarm_history .title {
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	display: flex;
}

.side .my .profile .alarm_history .title img {
	margin-right: 10px;
}

.side .my .profile .alarm_history .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.side .my .profile .alarm_history .close_btn img {
	width: 14px;
}

.side .my .profile .alarm_history ul {
	overflow-y: auto;
	height: 200px;
}

.side .my .profile .alarm_history ul li {
	display: flex;
}

.side .my .profile .alarm_history ul li:not(:first-child) {
	margin-top: 10px;
}

.side .my .profile .alarm_history ul li.empty {
	height: 100%;
	color: #666;
	justify-content: center;
	align-items: center;
}

.side .my .profile .alarm_history ul li div {
	font-size: 14px;
	font-weight: 300;
}

.side .my .profile .alarm_history ul li .date {
	flex-shrink: 0;
}

.side .my .profile .alarm_history ul li .content {
	width: 100%;
	padding-left: 20px;
}

.side .my .my_info_box {
	padding: 15px 15px 0;
	border-radius: 10px;
	box-shadow: 3px 8px 15px 1px #ddd;
}

.side .my .my_info_box .d_day {
	margin-bottom: 15px;
	align-items: center;
	display: flex;
}

.side .my .my_info_box .d_day .count {
	width: 100%;
	font-size: 20px;
}

.side .my .my_info_box .d_day .d_day_setting_btn {
	height: 30px;
	padding: 0 8px;
	background-color: #414141;
	color: #fff;
	font-size: 13px;
	border-radius: 8px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.side .my .my_info_box .d_day_calendar {
	position: absolute;
	top: 20px;
	left: 310px;
	z-index: 1;
	display: none;
}

.side .my .my_info_box .test_history_txt {
	margin-bottom: 20px;
	display: flex;
}

.side .my .my_info_box .test_history_txt .icon {
	top: 5px;
	flex-shrink: 0;
}

.side .my .my_info_box .test_history_txt .icon img {
	width: 20px;
}

.side .my .my_info_box .test_history_txt .txt {
	width: 100%;
	padding-left: 5px;
}

.side .my .my_info_box .test_history_txt .txt .title {
	font-size: 20px;
	font-weight: 500;
}

.side .my .my_info_box .test_history_txt .txt .explain {
	font-size: 14px;
	color: #9a9a9a;
}

.side .my .my_info_box .history_wrap {
	overflow-y: auto;
	width: calc(100% + 15px);
	height: 103px;
	margin-left: -15px;
	padding-left: 15px;
}

.side .my .my_info_box .history_wrap .history_line {
	position: fixed;
	height: 103px;
}

.side .my .my_info_box .history_wrap .history {
	padding: 20px;
}

.side .my .my_info_box .history_wrap .history li {
	position: relative;
	font-size: 12px;
	font-weight: 300;
	color: #414141;
	border-radius: 10px;
	background-color: #0092db45;
	margin-top: 10px;
	padding: 5px 15px;
}

.side .my .my_info_box .history_wrap .history li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: inherit;
	margin: auto 0;
}

.side .my .my_info_box .history_wrap .history li:first-child {
	color: #fff;
	background-color: #0092db;
	margin-top: 0;
}

.side .my .my_info_box .history_wrap .history li:nth-child(2) {
	color: #fff;
	background-color: #0092db80;
}

.side .my .my_info_box .history_wrap .history li.empty {
	background-color: #b9b9b9;
}

.side .my .my_info_box .history_wrap .history li .date {
	font-size: 10px;
	color: inherit;
	margin-top: 5px;
}

#exam_type_layer .layer_box .description {
	margin-bottom: 20px;
}

#exam_type_layer .layer_box .slider_ul li span:not(.description) {
	width: fit-content;
	flex-shrink: 0;
}

#exam_type_layer .layer_box .slider_ul li .description {
	margin: 0;
	font-size: 12px;
}

#exam_type_layer .layer_box .round_btn_wrap {
	margin: 30px auto 50px;
}

.side .gnb {
	overflow-y: auto;
}

.side .gnb > ul > li:not(:first-child) {
	margin-top: 10px;
}

.side .gnb > ul > li * {
	color: inherit;
}

.side .gnb > ul > li a {
	color: #999;
}

.side .gnb > ul > li > a {
	position: relative;
	border-radius: 50px;
	padding: 13px 40px 13px 75px;
	transition: 0.3s ease background-color;
	display: block;
}

.side .gnb > ul > li:hover > a,
.side .gnb > ul > li.active > a {
	background-color: #0092db;
	color: #fff;
}

.side .gnb > ul > li > a.icon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto 0;
}

.side .gnb > ul > li > a.jongmok:before {
	background-image: url('/assets/img/side_jongmok.png');
}

.side .gnb > ul > li:hover > a.jongmok:before,
.side .gnb > ul > li.active > a.jongmok:before {
	background-image: url('/assets/img/side_jongmok_at.png');
}

.side .gnb > ul > li > a.question:before {
	background-image: url('/assets/img/side_question.png');
}

.side .gnb > ul > li:hover > a.question:before,
.side .gnb > ul > li.active > a.question:before {
	background-image: url('/assets/img/side_question_at.png');
}

.side .gnb > ul > li > a.memorization:before {
	background-image: url('/assets/img/side_memorization.png');
}

.side .gnb > ul > li:hover > a.memorization:before,
.side .gnb > ul > li.active > a.memorization:before {
	background-image: url('/assets/img/side_memorization_at.png');
}

.side .gnb > ul > li > a.flash:before {
	background-image: url('/assets/img/side_flash.png');
}

.side .gnb > ul > li:hover > a.flash:before,
.side .gnb > ul > li.active > a.flash:before {
	background-image: url('/assets/img/side_flash_at.png');
}

.side .gnb > ul > li > a.setting:before {
	background-image: url('/assets/img/side_setting.png');
}

.side .gnb > ul > li:hover > a.setting:before,
.side .gnb > ul > li.active > a.setting:before {
	background-image: url('/assets/img/side_setting_at.png');
}

.side .gnb > ul > li ul.child {
	margin-top: 10px;
	padding: 0 20px 0 60px;
	display: none;
}

.side .gnb > ul > li ul.child li {
	padding: 5px 0;
}

.side .gnb > ul > li ul.child li:not(:first-child) {
	margin-top: 5px;
}

.side .gnb > ul > li ul.child li a {
	position: relative;
}

.side .gnb > ul > li ul.child li a:hover:before,
.side .gnb > ul > li ul.child li.active a:before {
	content: '';
	position: absolute;
	left: -15px;
	top: -5px;
	width: 100%;
	height: 100%;
	background-color: #0092db30;
	border-radius: 20px;
	padding: 5px 15px;
}

.side .gnb > ul > li ul.child li ul.child {
	padding: 0 0 0 30px;
}

.m_side {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}

.m_side .title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
}

.m_side .title .back_btn {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	height: 16px;
	margin: auto 0;
}

.m_side .title .back_btn img {
	width: 16px;
}

.m_side > ul > li {
	background-color: #fff;
}

.m_side > ul > li:not(:first-child) {
	margin-top: 5px;
}

.m_side > ul > li a {
	position: relative;
	display: block;
}

.m_side > ul > li > a {
	padding: 15px 20px;
	font-size: 17px;
	color: #888;
}

.m_side > ul > li > a > img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 6px;
	margin: auto 0;
	transition: 0.3s ease transform;
}

.m_side > ul > li > a > img.bot {
	width: 10px;
}

.m_side > ul > li > a > img.bot {
	width: 10px;
}

.m_side > ul > li.on > a > img {
	transform: rotate(-180deg);
}

.m_side > ul > li > ul {
	padding: 0 20px;
	display: none;
}

.m_side > ul > li > ul li a {
	padding: 15px 0;
	font-size: 15px;
	color: #555;
	border-top: 1px solid #ddd;
}

.container {
	overflow: hidden;
	width: 100%;
	padding: 20px 40px 50px 320px;
	background-color: #ecf8fe;
}

.container .tnb {
	overflow: hidden;
	margin-bottom: 20px;
}

.container .tnb .alarm {
	display: none;
}

.container .tnb button {
	height: auto;
	background-color: transparent;
	padding: 0;
}

.container .tnb button img {
	width: 18px;
}

.container .tnb .menu_btn {
	float: left;
}

.container .tnb .search_btn {
	float: right;
}

.container .tnb .title,
.container .tnb .m_menu_btn,
.container .m_search_box {
	display: none;
}

.container .m_search_box img {
	position: absolute;
	width: 17px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
}

.container .m_search_box input {
	border: 2px solid #0092db;
	font-size: 13px;
	font-weight: 300;
	padding-left: 35px;
}

.container .jongmok_tnb {
	margin-bottom: 20px;
	display: flex;
}

.container .jongmok_tnb > div {
	border-radius: 20px;
	padding: 7px 13px;
	align-items: center;
	display: flex;
}

.container .jongmok_tnb .jongmok {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}

.container .jongmok_tnb .jongmok .folder {
	flex-shrink: 0;
}

.container .jongmok_tnb .jongmok span {
	width: 100%;
	padding-left: 20px;
}

.container .jongmok_tnb .subscription {
	width: 330px;
	margin-left: 20px;
	flex-shrink: 0;
}

.container .jongmok_tnb .subscription button {
	height: 30px;
	background-color: #0092db;
	font-size: 13px;
	color: #fff;
	padding: 0 8px;
	border-radius: 8px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.container .jongmok_tnb .subscription span {
	width: 100%;
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
}

.container .jongmok_tnb .m_jongmok {
	padding: 0;
	display: none;
}

.container .jongmok_tnb .m_jongmok .title {
	font-size: 18px;
	text-align: center;
}

.container .jongmok_tnb .m_jongmok .m_menu_btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 18px;
	margin: auto 0;
}

.container .jongmok_tnb .m_jongmok .m_menu_btn img {
	width: 18px;
}

.container .content_box {
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.container .content_box .subject_wrap {
	padding-top: 20px;
}

.container .content_box .subject_wrap:first-child {
	padding-top: 0;
}

.container .content_box .subject_wrap .test_subject {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	align-items: center;
	display: flex;
}

.container .content_box .subject_wrap .test_subject .subject {
	width: 100%;
}

.container .content_box .subject_wrap .test_subject .orderby_wrap {
	position: unset;
	flex-shrink: 0;
}

.container .content_box .subject_wrap .test_subject .orderby_wrap .orderby_box {
	right: -13px;
	bottom: -35px;
}

.container .content_box .subject_wrap .test_subject .description {
	position: relative;
	font-size: 15px;
	font-weight: 300;
	color: #9a9a9a;
	margin-left: 20px;
	padding-left: 15px;
}

.container .content_box .subject_wrap .test_subject .description:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 22px;
	background-color: #9a60eb;
}

.container .content_box .subject_wrap .test_subject .description .count {
	color: #0092db;
}

.container .content_box .subject_wrap .test_subject .purchase_btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 30px;
	background-color: #0092db;
	font-size: 13px;
	color: #fff;
	padding: 0 8px;
	border-radius: 8px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.container .content_box .subject_wrap .test_list {
	position: relative;
	z-index: 1;
	overflow-x: auto;
	width: 100%;
	display: flex;
}

.container .content_box .subject_wrap .test_list .test {
	width: 156px;
	margin: 0 35px;
}

.container .content_box .subject_wrap .test_list .test:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: -13px;
	z-index: -1;
	width: 0;
	height: 0;
	border-top: 14px solid #68839f;
	border-right: 17px solid transparent;
}

.container .content_box .subject_wrap .test_list .test a {
	position: relative;
}

.container .content_box .subject_wrap .test_list .test a,
.container .content_box .subject_wrap .test_list .test a img {
	display: block;
}

.container .content_box .subject_wrap .test_list .test a img {
	width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.container .content_box .subject_wrap .test_list .test a .test_info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.container .content_box .subject_wrap .test_list .test a .test_info marquee {
	color: inherit;
}

.container .content_box .subject_wrap .test_list .new_test {
	height: 218px;
	border-radius: 10px;
	border: 3px solid #9a60eb;
	background-color: #fff;
}

.container .content_box .subject_wrap .test_list .new_test:after {
	bottom: -2px;
	right: -15px;
}

.container .content_box .subject_wrap .test_list .new_test a {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .content_box .subject_wrap .test_list .new_test a img {
	width: 40px;
	margin-bottom: 15px;
}

.container .content_box .subject_wrap .test_list .new_test .title {
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
}

.container .content_box .subject_wrap .exam_list .test a .test_info {
	display: flex;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .info_wrap {
	width: 100%;
	text-align: left;
	padding-right: 10px;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .info_wrap * {
	color: #fff;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .info_wrap .num {
	font-size: 18px;
	opacity: 0.9;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .info_wrap .score {
	font-size: 12px;
	font-weight: 300;
	opacity: 0.8;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .status_box {
	width: 44px;
	background-color: #0092db;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	padding: 5px;
	border-radius: 5px;
	flex-shrink: 0;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .status_box img {
	margin-bottom: 3px;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .status_box .cart {
	width: 17px;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .status_box .play {
	width: 8px;
}

.container .content_box .subject_wrap .exam_list .test a .test_info .status_box .score {
	font-size: 12px;
}

.container .content_box .subject_wrap .no_slide {
	overflow-x: unset;
}

.container .content_box .subject_wrap .rack {
	padding-bottom: 22px;
}

.container .content_box .subject_wrap .rack .rack_gr_bg {
	position: absolute;
	left: -20px;
	bottom: 12px;
	width: calc(100% + 40px);
	height: 25px;
	background-color: #dfdfdf;
	box-shadow: 8px 8px 20px 5px #9a9a9a26;
}

.container .content_box .subject_wrap .rack .rack_gr_bg:before,
.container .content_box .subject_wrap .rack .rack_gr_bg:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 25px solid #dfdfdf;
}

.container .content_box .subject_wrap .rack .rack_gr_bg:before {
	left: -20px;
	border-right: 0;
}

.container .content_box .subject_wrap .rack .rack_gr_bg:after {
	right: -20px;
	border-left: 0;
	border-right: 20px solid transparent;
}

.container .content_box .subject_wrap .rack .rack_wh_bg {
	position: absolute;
	bottom: 0;
	left: -40px;
	width: calc(100% + 80px);
	height: 12px;
	background-color: #fff;
}

#jongmok_layer {
	padding: 30px 0;
}

#jongmok_layer .chk_wrap {
	text-align: right;
}

#search_layer {
	padding: 20px 40px;
}

#search_layer .search_box input[type='text'] {
	height: 55px;
	padding: 0 55px 0 20px;
	font-size: 18px;
}

#search_layer .search_box button[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	background-color: transparent;
}

#search_layer .search_box button[type='submit'] img {
	width: 18px;
	margin: 0 auto;
}

#search_layer .search_box button {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	background-color: transparent;
}

#search_layer .search_box button img {
	width: 18px;
	margin: 0 auto;
}

#alarm_layer .layer_container .layer_box {
	width: 450px;
	padding: 20px;
}

#alarm_layer .layer_container .layer_box .border_img {
	width: 100%;
}

#alarm_layer .layer_title_wrap {
	margin-top: 0;
}

#alarm_layer .layer_title_wrap .title {
	font-size: 17px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	display: flex;
}

#alarm_layer .layer_title_wrap .title img {
	margin-right: 10px;
}

#alarm_layer ul {
	overflow-y: auto;
	max-height: 250px;
	margin-top: 20px;
}

#alarm_layer ul li {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-top: 5px;
	align-items: baseline;
}

#alarm_layer ul li div {
	font-size: 14px;
	font-weight: 300;
}

#alarm_layer ul li .date {
	color: #0092db;
}

#alarm_layer ul li .content {
	padding-left: 20px;
}

.payment_layer .layer_container .layer_box ul {
	margin-top: 40px;
}

.payment_layer .layer_container .layer_box ul li {
	display: list-item;
}

.payment_layer .layer_container .layer_box ul li .pay_name {
	font-size: 18px;
	font-weight: 500;
	align-items: center;
	display: flex;
}

.payment_layer .layer_container .layer_box ul li .pay_name .description {
	margin-left: 20px;
	flex-shrink: 0;
}

.payment_layer .layer_container .layer_box ul li .pay_price {
	margin-top: 5px;
	align-items: baseline;
	display: flex;
}

.payment_layer .layer_container .layer_box ul li .pay_price .description {
	width: 100%;
	padding-right: 10px;
}

.payment_layer .layer_container .layer_box ul li .pay_price .price {
	font-size: 18px;
	flex-shrink: 0;
}

.payment_layer .layer_container .layer_box ul li .ann_price {
	text-align: right;
	margin-top: 10px;
}

.payment_layer .layer_container .layer_box ul li .ann_price span {
	text-decoration: line-through;
	color: #999;
}

#create_purchase_layer .layer_box .radio_ul {
	margin-top: 0;
}

#create_purchase_layer .layer_box .radio_ul li {
	align-items: center;
	display: flex;
}

#create_purchase_layer .layer_box .radio_ul li .radio_wrap {
	padding-left: 0;
}

#create_purchase_layer .layer_box .pay_type li {
	flex-flow: wrap;
}

#create_purchase_layer .layer_box .pay_type li .radio_wrap {
	width: 50%;
}

#create_purchase_layer .layer_box .pay_type li .radio_wrap:nth-child(n + 3) {
	margin-top: 5px;
}

#create_purchase_layer .layer_box ul li .pay_name .name {
	flex-shrink: 0;
}

#create_purchase_layer .layer_box ul li .pay_name .description {
	width: 100%;
	flex-shrink: 1;
}

#create_purchase_layer .layer_box ul li .pay_name .qty {
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

#create_purchase_layer .layer_box ul li .pay_name .qty button {
	flex-shrink: 0;
}

#create_purchase_layer .layer_box ul li .pay_name .qty button img {
	width: 24px;
}

#create_purchase_layer .layer_box ul li .pay_name .qty input {
	width: 60px;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 2px;
	margin: 0 5px;
	text-align: center;
}

.popup_layer .layer_box {
	padding: 20px;
}

.popup_layer .popup {
	padding: 35px 0;
}

.popup_layer .popup img {
	max-width: 100%;
	max-height: 100%;
}

.popup_layer .btn_wrap {
	width: calc(100% + 80px);
	margin: 0 0 -20px -40px;
	padding: 20px 40px;
	background-color: #0092db20;
	display: flex;
}

.popup_layer .btn_wrap button {
	font-weight: 500;
}

.popup_layer .btn_wrap .chk_wrap {
	width: 100%;
}

.popup_layer .btn_wrap .chk_wrap button {
	align-items: center;
	display: flex;
}

.popup_layer .btn_wrap .chk_wrap button img {
	width: 18px;
	margin-right: 5px;
	display: block;
}

.popup_layer .btn_wrap .layer_close {
	flex-shrink: 0;
}

.exam_paper .question_info {
	overflow: hidden;
	background-color: #fff;
	display: flex;
}

.exam_paper .question_info .exam_info {
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.exam_paper .question_info .info {
	width: fit-content;
	margin-right: 30px;
	flex-shrink: 0;
}

.exam_paper .question_info .info div {
	font-size: 14px;
	font-weight: 500;
}

.exam_paper .question_info .info .description {
	font-size: 14px;
	font-weight: 300;
}

.exam_paper .question_info .exam_info .folder {
	margin-right: 20px;
	flex-shrink: 0;
}

.exam_paper .question_info .exam_round {
	width: 100%;
	padding-left: 30px;
	align-items: center;
	display: flex;
}

.exam_paper .question_info .exam_round:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 30px;
	background-color: #ccc;
	margin: auto 0;
}

.exam_paper .question_info .exam_round .icon_box {
	width: 42px;
	height: 42px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

.exam_paper .question_info .exam_round .icon_box img {
	height: 24px;
}

.exam_paper .question_info .exam_round .info {
	margin-right: 20px;
}

.exam_paper .question_info .exam_round .rounds .round .round_btn {
	width: fit-content;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	background-color: #0092db;
	border-radius: 10px;
	margin-right: 10px;
}

.exam_paper .border_img {
	width: 100%;
	margin: 20px auto;
	display: block;
}

.exam_paper .question_box {
	display: flex;
}

.exam_paper .question_box .num {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #414141;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-right: 20px;
	text-align: center;
	flex-shrink: 0;
}

.exam_paper .question_box .num.right_answer {
	line-height: 31px;
	border: 2px solid #ccc;
	background-color: #fff;
	color: #333;
	font-weight: 400;
}

.exam_paper .question_box .num.right_answer img {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 44px;
}

.exam_paper .question_box .question .title {
	font-size: 18px;
	font-weight: 600;
}

.exam_paper .question_box .question .answer_img {
	margin: 20px auto;
	display: block;
}

.exam_paper .question_box .question ul.answer {
	margin-left: -30px;
}

.exam_paper .question_box .question ul.answer li {
	position: relative;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-top: 15px;
}

.exam_paper .question_box .question ul.answer li label {
	font-size: 17px;
}

.exam_paper .question_box .question ul.answer li label span.round_num {
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 15px;
	border: 2px solid #414141;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	margin-right: 8px;
	display: inline-block;
}

.exam_paper .question_box .question ul.answer li input:checked + label span.round_num {
	border-color: #0092db;
	color: transparent;
}

.exam_paper .question_box .question ul.answer li input:checked + label span.round_num:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #0092db;
	border-radius: 50%;
}

.exam_paper .question_box .question ul.answer li.right_answer label span.round_num {
	border-color: #db0000;
	color: transparent;
}

.exam_paper .question_box .question ul.answer li.right_answer label span.round_num:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #db0000;
	border-radius: 50%;
}

.exam_paper .question_box .question ul.answer li.right_answer > span {
	height: 20px;
	font-size: 13px;
	font-weight: 300;
	background-color: #db0000;
	color: #fff;
	padding: 0 8px;
	border-radius: 20px;
	margin-left: 5px;
	display: inline-block;
}

#flash_card_layer .direction_btn[data-type='prev'] {
	margin-right: 60px;
}

#flash_card_layer .direction_btn[data-type='next'] {
	margin-left: 60px;
}

#flash_card_layer .direction_btn img {
	width: 82px;
}

#flash_card_layer .layer_box {
	width: 650px;
	padding: 20px;
}

#flash_card_layer .layer_box .m_question_arrow {
	overflow: hidden;
	margin-bottom: 20px;
	display: none;
}

#flash_card_layer .layer_box .m_question_arrow button {
	background-color: #0092db20;
	border-radius: 20px;
	padding: 3px 10px;
	align-items: center;
	display: flex;
}

#flash_card_layer .layer_box .m_question_arrow button img {
	height: 18px;
}

#flash_card_layer .layer_box .m_question_arrow .prev_btn {
	float: left;
}

#flash_card_layer .layer_box .m_question_arrow .prev_btn img {
	margin-right: 10px;
}

#flash_card_layer .layer_box .m_question_arrow .next_btn {
	float: right;
}

#flash_card_layer .layer_box .m_question_arrow .next_btn img {
	margin-left: 10px;
}

#flash_card_layer .layer_box .question_info .exam_info {
	width: 250px;
}

#flash_card_layer .layer_box .btn_wrap {
	margin-top: 100px;
	justify-content: right;
	display: flex;
}

#flash_card_layer .layer_box .btn_wrap button {
	font-size: 14px;
	font-weight: 600;
	align-items: center;
	display: flex;
}

#flash_card_layer .layer_box .btn_wrap button:not(:first-child) {
	margin-left: 20px;
}

#flash_card_layer .layer_box .btn_wrap button img {
	margin-right: 5px;
}

#flash_card_layer .layer_box .btn_wrap .beginning_btn img {
	width: 20px;
}

#flash_card_layer .layer_box .btn_wrap .shuffle_btn img {
	width: 19px;
}

#flash_card_layer .layer_box .btn_wrap .delete_btn img {
	width: 13px;
}

#flash_card_layer .layer_box .btn_wrap .layer_close img {
	width: 14px;
}

.exam.exam_paper {
	position: fixed;
	height: calc(100% - 80px);
	padding: 20px;
	display: flex;
}

.exam.exam_paper .paper_toggle_btn {
	position: absolute;
	top: 10px;
	right: -10px;
	z-index: 1;
}

.exam.exam_paper .paper_toggle_btn img {
	width: 74px;
}

.exam.exam_paper .question_paper {
	width: 100%;
	border-radius: 10px;
}

.exam.exam_paper .question_paper .question_info {
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.exam.exam_paper .question_paper .question_info .exam_info {
	width: 100%;
	flex-shrink: 1;
}

.exam.exam_paper .question_paper .question_info .exam_round_wrap {
	width: fit-content;
	flex-shrink: 0;
	justify-content: right;
	display: flex;
}

.exam.exam_paper .question_paper .question_info .exam_round_wrap .exam_round:before {
	display: none;
}

.exam.exam_paper .question_paper .question_wrap {
	overflow-y: auto;
	height: 100%;
	padding: 25px;
	border-radius: 20px;
	background-color: #fff;
}

.exam.exam_paper .question_paper .question_wrap .m_btns {
	position: absolute;
	bottom: 15px;
	display: none;
}

.exam.exam_paper .question_paper .question_wrap .m_btns .btn {
	align-items: center;
	display: flex;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb {
	display: flex;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb > div {
	align-items: center;
	display: flex;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .btn:not(:first-child),
.exam.exam_paper .question_paper .question_wrap .m_btns .btn:not(:first-child) {
	margin-left: 30px;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .btn button,
.exam.exam_paper .question_paper .question_wrap .m_btns .btn button {
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	display: flex;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .btn button img,
.exam.exam_paper .question_paper .question_wrap .m_btns .btn button img {
	width: 18px;
	margin-right: 5px;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .left {
	width: 100%;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .right {
	width: fit-content;
	flex-shrink: 0;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .right .btn .pen_btn img {
	width: 21px;
}

.exam.exam_paper .question_paper .question_wrap .question_tnb .right .btn .submission_btn img {
	width: 24px;
}

.exam.exam_paper .answer_paper {
	overflow: hidden;
	width: 300px;
	height: calc(100% + 80px);
	background-color: #fff;
	margin-left: 20px;
	border-radius: 20px;
	padding: 25px 20px;
	flex-shrink: 0;
}

.exam.exam_paper .answer_paper .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.exam.exam_paper .answer_paper .title img {
	width: 24px;
	margin-right: 5px;
}

.exam.exam_paper .answer_paper .answer_btns {
	overflow: hidden;
}

.exam.exam_paper .answer_paper .answer_btns button {
	font-weight: 500;
	align-items: center;
	display: flex;
}

.exam.exam_paper .answer_paper .answer_btns button img {
	width: 9px;
}

.exam.exam_paper .answer_paper .answer_btns .prev_btn {
	float: left;
}

.exam.exam_paper .answer_paper .answer_btns .prev_btn img {
	margin-right: 5px;
}

.exam.exam_paper .answer_paper .answer_btns .next_btn {
	float: right;
}

.exam.exam_paper .answer_paper .answer_btns .next_btn img {
	margin-left: 5px;
}

.exam.exam_paper .answer_paper .border_img {
	margin: 10px auto;
}

.exam.exam_paper .answer_paper .answers li {
	position: relative;
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
	display: flex;
}

.exam.exam_paper .answer_paper .answers li .num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	margin-right: 10px;
	flex-shrink: 0;
	cursor: pointer;
}

.exam.exam_paper .answer_paper .answers li .btn {
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.exam.exam_paper .answer_paper .answers li .btn button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #414141;
}

.exam.exam_paper .answer_paper .answers li .btn button:disabled {
	border-color: rgba(0, 0, 0, 0.1);
	cursor: not-allowed;
}

.exam.exam_paper .answer_paper .answers li.checked .num {
	background-color: #0092db;
}

.exam.exam_paper .answer_paper .answers li.checked .btn button.wrong {
	border-color: #db0000;
}

.exam.exam_paper .answer_paper .answers li.checked .btn button.active {
	position: relative;
	border-color: #0092db;
}

.exam.exam_paper .answer_paper .answers li.checked .btn button.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background-color: #0092db;
	border-radius: 50%;
	margin: auto;
}

.exam.exam_paper .answer_paper .answers li img {
	position: absolute;
	left: -12px;
	z-index: 1;
	width: 8px;
}

.exam.exam_paper .answer_paper .answers li .right {
	left: -10px;
	width: auto;
	height: 39px;
}

.exam.exam_paper .answer_paper .answers li .wrong {
	left: -5px;
	width: auto;
	height: 39px;
}

#error_layer .radio_wrap {
	padding: 0;
	display: flex;
}

#error_layer .radio_wrap .r {
	width: 100%;
	text-align: center;
}

#error_layer .box_title {
	margin-bottom: 10px;
}

#error_layer .square_btn_wrap {
	margin: 30px auto 10px;
}

#exam_apply_layer .info {
	margin-bottom: 30px;
}

#exam_result_layer .layer_box {
	width: fit-content;
}

#exam_result_layer .result_box {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 1px #e4ecf3;
}

#exam_result_layer .result_box .subject_avg {
	margin-top: 50px;
}

#exam_result_layer .result_box .subject_avg .graph_line div {
	color: #999;
	font-size: 17px;
}

#exam_result_layer .result_box .subject_avg .graph_line div:not(:first-child) {
	margin-top: 15px;
}

#exam_result_layer .result_box .subject_avg .graph_line div:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #ebebeb;
	margin: auto 0;
}

#exam_result_layer .result_box .subject_avg .graph_line .min_line:after {
	background-image: linear-gradient(to right, #0092db 33%, #fff 0%);
	background-position: bottom;
	background-size: 12px 1px;
	background-repeat: repeat-x;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: calc(100% - 15px);
	display: flex;
	padding: 0 20px 0 80px;
	text-align: center;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .subject_score {
	width: 100%;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .subject_score .score_wrap {
	height: 100%;
	justify-content: end;
	align-items: center;
	flex-flow: column;
	display: flex;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .subject_score .score_wrap .score {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .subject_score .score_wrap .stick {
	width: 20px;
	border-radius: 10px;
	flex-shrink: 0;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .subject_score .subject {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .danger .score_wrap .falling_down {
	background-color: #db0000;
	color: #fff;
	padding: 5px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .danger .score_wrap .falling_down:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	background-color: #db0000;
	margin: 0 auto;
	transform: rotate(45deg);
}

#exam_result_layer .result_box .subject_avg .subject_score_wrap .danger .score_wrap .stick {
	height: 0;
	background-color: #ff0000;
}

#exam_result_layer .result_box .round_btn_wrap {
	max-width: 100%;
	margin-top: 100px;
}

#exam_result_layer .result_info {
	display: flex;
}

#exam_result_layer .result_info .result_circle {
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}

#exam_result_layer .result_info .result_txt {
	width: 100%;
	padding-right: 50px;
	align-items: center;
	display: flex;
}

#exam_result_layer .result_info .result_txt .result_circle {
	background-color: #0092db;
}

#exam_result_layer .result_info .result_txt .info .description {
	font-size: 15px;
}

#exam_result_layer .result_info .result_txt .info .subject {
	font-weight: 500;
	font-size: 18px;
}

#exam_result_layer .result_info .result_score {
	width: fit-content;
	padding-left: 20px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

#exam_result_layer .result_info .result_score:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 60px;
	background-color: #ccc;
	margin: auto 0;
}

#exam_result_layer .result_info .result_score .result_circle {
	margin-right: 5px;
	background-color: #414141;
}

#exam_result_layer .result_info .result_score .result_cnts {
	padding: 0 15px;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}

#exam_result_layer .result_info .result_score .result_cnts span {
	font-size: 26px;
	font-weight: 500;
	display: block;
}

.fixed_exam_layer {
	position: fixed;
	left: 20px;
	bottom: -400px;
	z-index: 99;
	width: 610px;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	padding: 20px;
}

.fixed_exam_layer .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}

.fixed_exam_layer .close_btn img {
	width: 14px;
	height: 14px;
	display: block;
}

.fixed_exam_layer .title {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin-top: -5px;
}

.fixed_exam_layer .exam_round {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	align-items: center;
	display: flex;
}

.fixed_exam_layer .exam_round .icon_box {
	width: 42px;
	height: 42px;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

.fixed_exam_layer .exam_round .icon_box img {
	height: 24px;
}

.fixed_exam_layer .exam_round .info {
	margin-right: 20px;
	flex-shrink: 0;
}

.fixed_exam_layer .exam_round .info div {
	font-size: 13px;
}

.fixed_exam_layer .exam_round .info .description {
	font-weight: 300;
	color: #999;
}

.fixed_exam_layer .exam_round .rounds:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 30px;
	background-color: #ccc;
	margin: auto 0;
}

.fixed_exam_layer .exam_round .rounds {
	padding-left: 20px;
}

.fixed_exam_layer .exam_round .rounds .round .round_btn {
	width: fit-content;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	background-color: #0092db;
	border-radius: 10px;
	margin-right: 10px;
}

.fixed_exam_layer .border_img {
	width: 100%;
	margin: 10px 0;
	display: block;
}

.fixed_exam_layer .scroll_wrap {
	overflow-y: auto;
	height: 300px;
	margin-top: 30px;
}

.fixed_exam_layer.exam_commentary {
	bottom: -470px;
}

#login_layer .box_title {
	margin-bottom: 10px;
}

#login_layer input[type='text'],
#login_layer input[type='password'] {
	height: 50px;
	padding-left: 30px;
	font-size: 17px;
}

#login_layer .login_opt {
	margin: 15px 0 40px;
	display: flex;
}

#login_layer .login_opt .chk_wrap {
	width: 100%;
}

#login_layer .login_opt .find {
	flex-shrink: 0;
}

#find_layer .tab_wrap {
	margin: 35px 0 40px;
	display: flex;
}

#find_layer .tab_wrap .tab {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #f5f5f5;
	font-size: 17px;
	text-align: center;
}

#find_layer .tab_wrap .tab:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

#find_layer .tab_wrap .tab:nth-child(2) {
	border-radius: 0 10px 10px 0;
}

#find_layer .tab_wrap .tab.active {
	background-color: #0092db;
	color: #fff;
}

#find_layer .tab_contents .tab_content {
	display: none;
}

#find_layer .tab_contents .tab_content.active {
	display: block;
}

#find_layer .tab_contents .tab_content .i:not(:first-child) {
	margin-top: 25px;
}

#find_layer .tab_contents .tab_content .i img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto 0;
}

#find_layer .tab_contents .tab_content .i input {
	height: 50px;
	padding-left: 50px;
	font-weight: 300;
}

#find_layer .tab_contents .tab_content .i img {
	width: 20px;
}

#find_layer .tab_contents .id_content .i img.hp {
	left: 22px;
	width: 14px;
}

.info_content_layer .info {
	margin-top: 40px;
	display: flex;
}

.info_content_layer .info .circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #0092db;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

.info_content_layer .info .circle img {
	width: 5px;
	display: block;
}

.info_content_layer .info span {
	position: relative;
	top: 1px;
	width: 100%;
	padding-left: 10px;
	font-size: 16px;
}

.alert_layer .info {
	margin: 0;
}

#join_agree_layer .layer_box ul {
	margin-top: 30px;
}

#join_agree_layer .layer_box ul li {
	position: relative;
	margin-top: 20px;
	padding-right: 40px;
}

#join_agree_layer .layer_box ul li button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
}

#join_agree_layer .layer_box ul li button img {
	width: 12px;
	display: block;
}

#terms_layer .layer_box .terms_box {
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}

#terms_layer .layer_box .terms_box .title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

#terms_layer .layer_box .terms_box .content {
	overflow-y: auto;
	max-height: 300px;
	font-size: 13px;
	color: #999;
}

#terms_layer .layer_box .round_btn_wrap {
	margin-top: 50px;
}

#register_layer .box_title {
	margin: 20px 0 10px;
}

#register_layer input {
	height: 50px;
	padding: 0 20px;
}

#register_layer .essential {
	color: #ff9600;
	font-size: 13px;
	margin-top: 5px;
	padding-left: 10px;
	display: none;
}

#register_layer .chk_btn_wrap {
	display: flex;
}

#register_layer .chk_btn_wrap button {
	height: 50px;
	padding: 0 10px;
	background-color: #0092db;
	color: #fff;
	border-radius: 10px;
	margin-left: 5px;
	flex-shrink: 0;
}

#register_layer input[name='pwd_chk'] {
	margin-top: 10px;
}

#register_detail_layer .box_title {
	margin-bottom: 10px;
}

#register_detail_layer input[type='text'] {
	height: 50px;
	padding: 0 20px;
}

#register_detail_layer input[name='learning_etc'] {
	margin-top: 10px;
	padding-right: 0;
	display: none;
}

#register_detail_layer input[type='text']:read-only {
	background-color: #fff;
	cursor: pointer;
}

#register_detail_layer .radio_wrap,
#register_detail_layer .chk_wrap {
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 40px;
	align-items: center;
	display: flex;
}

#register_detail_layer .radio_wrap .r,
#register_detail_layer .chk_wrap .c {
	width: 100%;
}

#register_detail_layer .calendar_wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 18px;
	margin: auto 0;
}

#calendar_layer .full_calendar_wrap {
	width: 400px;
	padding: 30px;
	border-radius: 10px;
}

#calendar_layer .round_btn_wrap {
	margin: 30px auto 0;
}

.mypage .title_box {
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.mypage .m_title_box {
	display: none;
}

.mypage .m_title_box .title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.mypage .m_title_box button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 18px;
	margin: auto 0;
}

.mypage .m_title_box button img {
	width: 18px;
}

.mypage .sub_title {
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
	margin: 10px 0;
}

.mypage .learning_etc.hide {
	display: none;
}

.mypage .terms_box {
	overflow-y: auto;
	max-height: 640px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	box-shadow: 0 0 5px 2px #f1f1f1;
}

.mypage .board .count {
	margin: 10px 0;
	font-weight: 600;
	padding-left: 20px;
}

.mypage .board ul li {
	border-bottom: 1px solid #ddd;
	align-items: center;
	display: flex;
}

.mypage .board ul li.empty {
	padding: 100px 0;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	justify-content: center;
}

.mypage .board ul li div {
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-weight: 300;
}

.mypage .board ul li .no {
	width: 80px;
	flex-shrink: 0;
}

.mypage .board ul li .title {
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mypage .board ul li .title a {
	display: inline;
}

.mypage .board ul li .title a:hover {
	text-decoration: underline;
}

.mypage .board ul li .status {
	width: 70px;
	flex-shrink: 0;
}

.mypage .board ul li .status.wait {
	color: #db0000;
}

.mypage .board ul li .status.complete {
	color: #0092db;
}

.mypage .board ul li .date {
	width: 100px;
	flex-shrink: 0;
}

.mypage .board ul.b_header li {
	border-top: 1px solid #ddd;
	background-color: #0092db10;
}

.mypage .board ul.b_header li div {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0;
}

.mypage .board .write_btn {
	margin-top: 5px;
	justify-content: right;
	display: flex;
}

.mypage .board .write_btn a {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	background-color: #0092db;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.mypage .board .pagination {
	width: fit-content;
	margin: 40px auto 10px;
	display: flex;
}

.mypage .board .pagination a {
	min-width: 35px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #ddd;
	border-left: 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	transition: 0.3s ease all;
}

.mypage .board .pagination a:first-child {
	border-left: 1px solid #ddd;
	border-radius: 5px 0 0 5px;
}

.mypage .board .pagination a:last-child {
	border-radius: 0 5px 5px 0;
}

.mypage .board .pagination a:hover,
.mypage .board .pagination a.active {
	background-color: #0092db;
	border-color: #0092db;
	color: #fff;
}

.mypage .board_view {
	margin: 20px 0 50px;
	padding: 0 30px;
}

.mypage .board_view .title {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.mypage .board_view .date {
	font-weight: 300;
	color: #999;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	align-items: center;
	display: flex;
}

.mypage .board_view .date span {
	width: 100%;
}

.mypage .board_view .date .btn_wrap {
	flex-shrink: 0;
}

.mypage .board_view .date .btn_wrap * {
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 300;
	padding: 2px 8px;
}

.mypage .board_view .date .btn_wrap a {
	background-color: #0092db;
}

.mypage .board_view .date .btn_wrap button {
	background-color: #db0000;
}

.mypage .board_view .content {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.mypage .board_view .files {
	border-bottom: 1px solid #ddd;
	align-items: center;
	display: flex;
}

.mypage .board_view .reply_wrap {
	padding-left: 10px;
	margin: 30px 0 5px;
	display: flex;
}

.mypage .board_view .reply_wrap .reply_title {
	font-size: 18px;
	font-weight: 500;
}

.mypage .board_view .reply_wrap .date {
	font-size: 14px;
	border: 0;
}

.mypage .board_view .reply {
	background-color: #0092db20;
	border-radius: 10px;
	padding: 20px;
}

.mypage .board_view .files .sub_title {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0 20px;
	flex-shrink: 0;
}

.mypage .board_view .files ul {
	width: 100%;
	border-left: 1px solid #ddd;
}

.mypage .board_view .files ul li {
	padding: 8px 10px;
	border-top: 1px solid #ddd;
}

.mypage .board_view .files ul li:first-child {
	border-top: 0;
}

.mypage .board_view .files ul li a {
	width: fit-content;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	align-items: center;
	display: flex;
}

.mypage .board_view .files ul li a:hover {
	text-decoration: underline;
}

.mypage .board_view .files ul li a img {
	width: 15px;
	margin-right: 8px;
}

.mypage .board_write {
	margin: 20px 0 50px;
	padding: 0 30px;
}

.mypage .board_write .writer {
	display: flex;
}

.mypage .board_write .writer span {
	width: 100%;
	height: 40px;
	line-height: 36px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #f9f9f9;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.mypage .board_write .writer span:not(:first-child) {
	margin-left: 10px;
}

.mypage .board_write .inp_wrap {
	margin-top: 30px;
}

.mypage .board_write .inp_wrap label {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 500;
	cursor: initial;
}

.mypage .faq {
	padding: 20px;
}

.mypage .faq li {
	border-bottom: 1px solid #ddd;
}

.mypage .faq li:first-child {
	border-top: 1px solid #ddd;
}

.mypage .faq li .question {
	padding: 10px 45px 10px 10px;
	background: url('/assets/img/plus.png') no-repeat calc(100% - 10px) center;
	background-size: 24px;
	cursor: pointer;
}

.mypage .faq li .question.on {
	background-image: url('/assets/img/minus.png');
}

.mypage .faq li .answer {
	border-top: 1px solid #ddd;
	padding: 20px;
	background-color: #f1f1f1;
	display: none;
}

.withdrawal .content_box {
	background-color: #fefefe;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}

.withdrawal .content_box .content_txt {
	font-weight: 500;
	padding-left: 10px;
	margin-bottom: 10px;
}

.withdrawal .content_box .withdrawal_box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 30px;
	box-shadow: 0 0 5px 2px #f1f1f1;
}

.withdrawal .content_box .withdrawal_box .title {
	font-size: 28px;
	font-weight: 600;
}

.withdrawal .content_box .withdrawal_box .txt {
	margin-top: 30px;
	font-size: 17px;
}

.withdrawal .content_box .withdrawal_box .chk_wrap {
	margin-top: 50px;
	text-align: center;
}

#withdrawal_layer input[type='password'] {
	margin-top: 25px;
}

.old_exam {
	height: 768px;
	background-color: #fff;
}

.old_exam.exam_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: url('/assets/img/cbt_bg.jpg') no-repeat top;
	background-size: contain;
}

.old_exam.exam_bg .title {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.old_exam.exam_bg .service_info {
	line-height: 22px;
	text-align: center;
	margin-top: 150px;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	padding: 0 160px;
}

.old_exam.exam_bg .service_info .text_blue {
	line-height: 30px;
	font-size: 24px;
	font-weight: inherit;
	margin-bottom: 30px;
}

.old_exam.exam_bg .btn_wrap {
	margin-top: 100px;
	justify-content: center;
	display: flex;
}

.old_exam.exam_bg .btn_wrap a {
	width: 365px;
	height: 57px;
	line-height: 57px;
	background: url('/assets/img/cbt_blue_btn.gif') no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-left: 30px;
}

.old_exam.exam_bg .btn_wrap a:first-child {
	margin-left: 0;
}

.old_exam.exam_bg .cbt_info {
	height: 142px;
	margin-top: 66px;
	padding-top: 20px;
	background: url('/assets/img/cbt_bottom_bg.gif') no-repeat;
	align-items: start;
	justify-content: center;
	display: flex;
}

.old_exam.exam_bg .cbt_info .circle {
	color: #fff;
	background-color: #aaa;
	border-radius: 20px;
	padding: 3px 20px;
	font-weight: 600;
	font-size: 18px;
	margin-right: 20px;
}

.old_exam.exam_bg .cbt_info .txt {
	line-height: 20px;
	color: #888;
	font-size: 16px;
	font-weight: 600;
}

.old_exam.exam_wait .title_box {
	overflow-x: auto;
	min-width: 800px;
	height: 60px;
	background: url('/assets/img/cbt_header_title_bg.gif');
	border-bottom: 5px solid #0092db;
	align-items: center;
	display: flex;
}

.old_exam.exam_wait .title_box .title {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #0092db;
	padding-left: 10px;
}

.old_exam.exam_wait .title_box a {
	width: 92px;
	height: 37px;
	line-height: 34px;
	background: url('/assets/img/cbt_white_btn.gif') no-repeat;
	margin-right: 30px;
	color: #0092db;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	flex-shrink: 0;
	display: block;
}

.old_exam.exam_wait .title_box a:hover {
	color: #888;
}

.old_exam.exam_wait .content_box {
	width: 910px;
	border: 3px solid #0092db;
	border-radius: 13px;
	margin: 115px auto 0;
	padding: 30px;
	background: url('/assets/img/cbt_main_bg.gif');
}

.old_exam.exam_wait .content_box .title {
	color: #0092db;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	align-items: center;
	display: flex;
}

.old_exam.exam_wait .content_box .title img {
	margin-right: 10px;
}

.old_exam.exam_wait .content_box .white_box {
	border: 1px solid #e5e5e5;
	padding: 25px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
}

.old_exam.exam_wait .content_box .white_box img:not(:first-child) {
	display: none;
}

.old_exam.exam_wait .content_box .white_box .num {
	width: 160px;
	height: 160px;
	line-height: 154px;
	border-radius: 50%;
	background-color: #009999;
	color: #fff;
	margin-right: 40px;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	flex-shrink: 0;
}

.old_exam.exam_wait .content_box .white_box .txt {
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	color: #777;
}

.old_exam.exam_examinee .content_box {
	padding: 15px 30px 45px;
}

.old_exam.exam_examinee .pink_info {
	width: calc(100% + 60px);
	line-height: 65px;
	background-color: #ed145b;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-left: -30px;
}

.old_exam.exam_examinee .content_box .white_box {
	width: calc(100% + 60px);
	border: 0;
	margin-left: -30px;
	padding: 25px 40px;
	display: flex;
}

.old_exam.exam_examinee .content_box .white_box .profile {
	border: 1px solid #ddd;
	padding: 5px;
	flex-shrink: 0;
}

.old_exam.exam_examinee .content_box .white_box .profile img {
	display: block;
}

.old_exam.exam_examinee .content_box .white_box .examinee_info {
	width: 100%;
	margin: 0 30px;
}

.old_exam.exam_examinee .content_box .white_box .examinee_info tr > * {
	border: 1px solid #ddd;
	font-weight: 800;
}

.old_exam.exam_examinee .content_box .white_box .examinee_info tr th {
	background-color: #f8f8f8;
	color: #555;
	border-right: 0;
}

.old_exam.exam_examinee .content_box .white_box .examinee_info tr td {
	border-left: 0;
}

.old_exam.exam_examinee .content_box .white_box .num_wrap .num {
	margin: 0;
}

.old_exam.exam_examinee .content_box .white_box .num_wrap .txt {
	text-align: center;
	color: #009999;
	font-size: 24px;
	font-weight: 600;
}

.old_exam.exam_announcement .title_box .title,
.old_exam.old_exam_paper .title_box .title {
	align-items: center;
	display: flex;
}

.old_exam.exam_announcement .title_box .title .num,
.old_exam.old_exam_paper .title_box .title .num  {
	width: 45px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	background-color: #009999;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-right: 5px;
}

.old_exam.exam_announcement .title_box a {
	width: 131px;
	background-image: url('/assets/img/cbt_expand_white_btn.gif');
}

.old_exam.exam_announcement .tab {
	margin: 25px 0;
	border-bottom: 2px solid #0092db;
	padding: 0;
	justify-content: center;
	display: flex;
}

.old_exam.exam_announcement .tab button {
	width: 170px;
	height: 50px;
	background-color: #e0e0e0;
	color: #0092db;
	font-size: 16px;
	border-radius: 15px 15px 0 0;
}

.old_exam.exam_announcement .tab button:not(:first-child) {
	margin-left: 3px;
}

.old_exam.exam_announcement .tab button.active {
	background-color: #0092db;
	color: #fff;
	font-weight: 600;
}

.old_exam.exam_announcement .content_box {
	padding: 15px 30px 45px;
	margin: 0 auto;
}

.old_exam.exam_announcement .content_box .tab_content {
	display: none;
}

.old_exam.exam_announcement .content_box .tab_content.active {
	display: block;
}

.old_exam.exam_announcement .content_box .tab_content .warning {
	line-height: 24px;
	color: #a40000;
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
	margin-bottom: 20px;
}

.old_exam.exam_announcement .content_box .tab_content .warning:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #a40000;
}

.old_exam.exam_announcement .content_box .white_box {
	width: calc(100% + 60px);
	margin-left: -30px;
	padding: 25px 40px;
}

.old_exam.exam_announcement .content_box .white_box ul {
	display: none;
}

.old_exam.exam_announcement .content_box .white_box ul.active {
	display: block;
}

.old_exam.exam_announcement .content_box .white_box ul li {
	line-height: 22px;
	font-size: 22px;
	font-weight: 300;
	align-items: center;
	display: flex;
}

.old_exam.exam_announcement .content_box .white_box ul li:not(:first-child) {
	margin-top: 20px;
}

.old_exam.exam_announcement .content_box .white_box ul li.text_blue {
	font-weight: 700;
}

.old_exam.exam_announcement .content_box .white_box ul li img {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.old_exam.exam_announcement .next_warning_btn {
	width: 249px;
	height: 36px;
	background: url('/assets/img/cbt_expand_green_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 20px auto 0;
	display: none;
}

.old_exam.exam_announcement .next_warning_btn.short {
	width: 131px;
	background: url('/assets/img/cbt_green_btn.gif') no-repeat;
}

.old_exam.exam_announcement .bottom_tab_btns {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #cfd2d8;
	justify-content: center;
	align-items: center;
	display: flex;
}

.old_exam.exam_announcement .bottom_tab_btns button {
	width: 92px;
	height: 36px;
	line-height: 34px;
	background: url('/assets/img/cbt_white_btn.gif') no-repeat;
	color: #0092db;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.old_exam.exam_announcement .bottom_tab_btns button:not(:first-child) {
	margin-left: 20px;
}

.old_exam.exam_announcement .bottom_tab_btns button:hover {
	color: #888;
}

.old_exam.exam_announcement .bottom_tab_btns button.prev_btn {
	display: none;
}

.old_exam.old_exam_paper .title_box .title {
	color: #333;
}

.old_exam.old_exam_paper .title_box .examinee_info {
	height: 100%;
	line-height: 24px;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
	background: linear-gradient(#f9f9f9 50%, #eee 50%);
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .title_box .timer_box {
	width: 230px;
	height: 100%;
	margin-left: 15px;
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .title_box .timer_box img {
	margin-right: 10px;
}

.old_exam.old_exam_paper .title_box .timer_box .timer {
	line-height: 22px;
	font-weight: 600;
	margin-right: 10px;
}

.old_exam.old_exam_paper .title_box .timer_box .timer * {
	font-size: 13px;
}

.old_exam.old_exam_paper .title_box .timer_box .timer .remain {
	color: #ee3e77;
}

.old_exam.old_exam_paper .paper_wrap {
	padding: 10px 10px 60px;
	background-color: #fff;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .question_paper {
	width: 100%;
	min-width: 550px;
	height: 1000px;
	border: 1px solid #ddd;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header {
	height: 50px;
	border-bottom: 1px solid #ddd;
	background-color: #eff1f4;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions {
	width: 100%;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions > div {
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions .size {
	padding-right: 30px;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions .size:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	background-color: #aaa;
	margin: auto 0;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions .txt {
	padding: 0 10px;
	line-height: 16px;
	font-size: 14px;
	font-weight: 700;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions button {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions button:not(:nth-of-type(1)) {
	margin-left: 5px;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .actions button.active {
	background-color: #0092db30;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .count {
	height: 50px;
	line-height: 18px;
	border-left: 1px solid #ddd;
	padding: 5px 30px 5px 10px;
	font-size: 15px;
	flex-shrink: 0;
}

.old_exam.old_exam_paper .paper_wrap .question_paper .question_header .count span {
	color: red;
	font-weight: 700;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap {
	overflow-x: auto;
	width: 100%;
	height: calc(100% - 49px);
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap::-webkit-scrollbar,
.old_exam.old_exam_paper .paper_wrap .horizon_wrap .horizon::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	display: block;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap::-webkit-scrollbar-thumb,
.old_exam.old_exam_paper .paper_wrap .horizon_wrap .horizon::-webkit-scrollbar-thumb {
	background-color: #0092db30;
	border-radius: 10px;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap .horizon {
	width: 100%;
	flex-shrink: 0;
	display: none;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap .horizon:not(:first-child) {
	border-left: 1px solid #ddd;
}

.old_exam.old_exam_paper .paper_wrap .horizon_wrap .horizon.active {
	display: block;
}

.old_exam.old_exam_paper .paper_wrap .question_wrap {
	padding-bottom: 15px;
}

.old_exam.old_exam_paper .paper_wrap .question {
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 300;
	align-items: baseline;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .question .num {
	font-size: inherit;
	flex-shrink: 0;
}

.old_exam.old_exam_paper .paper_wrap .question span {
	width: 100%;
	line-height: 24px;
	padding-left: 10px;
}

.old_exam.old_exam_paper .paper_wrap ul {
	padding: 0 15px;
}

.old_exam.old_exam_paper .paper_wrap ul li .r_wrap:not(:first-child) {
	margin-top: 20px;
}

.old_exam.old_exam_paper .paper_wrap ul li .r_wrap label {
	width: fit-content;
	font-size: 20px;
	font-weight: 300;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap ul li .r_wrap label span.round_num {
	width: 18px;
	height: 18px;
	line-height: 16px;
	border-radius: 50%;
	border: 1px solid #333;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-right: 10px;
	flex-shrink: 0;
	display: inline-block;
}

.old_exam.old_exam_paper .paper_wrap ul li .r_wrap input:checked + label span.round_num {
	background-color: #333;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper {
	overflow-y: auto;
	width: 230px;
	height: 1000px;
	border: 1px solid #bfd8fb;
	margin-left: 10px;
	flex-shrink: 0;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper .answer_haeder {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: url('/assets/img/answer_sheet_title_bg.gif');
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul {
	padding: 0;
	border-bottom: 1px dashed #0092db;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul li {
	height: 40px;
	line-height: 40px;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul li .num {
	width: 45px;
	background-color: #dbe9fd;
	color: #0092db;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	flex-shrink: 0;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul li .answers {
	width: 100%;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul li .answers label {
	width: 18px;
	height: 18px;
	line-height: 16px;
	border: 1px solid #0092db;
	border-radius: 50%;
	color: #0092db;
	text-align: center;
	font-size: 13px;
	margin-left: 10px;
}

.old_exam.old_exam_paper .paper_wrap .answer_paper ul li .answers input:checked + label {
	background-color: #0092db;
}

.old_exam.old_exam_paper .bottom_tab_btns {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #cfd2d8;
}

.old_exam.old_exam_paper .bottom_tab_btns * {
	color: #0092db;
}

.old_exam.old_exam_paper .bottom_tab_btns .cal_btn {
	position: absolute;
	top: 7px;
	left: 15px;
	width: 131px;
	height: 36px;
	background: url('/assets/img/cbt_expand_white_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
}

.old_exam.old_exam_paper .bottom_tab_btns .navi {
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	display: flex;
}

.old_exam.old_exam_paper .bottom_tab_btns .navi button {
	width: 96px;
	height: 36px;
	background: url('/assets/img/cbt_white_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
}

.old_exam.old_exam_paper .bottom_tab_btns .navi .prev_btn {
	display: none;
}

.old_exam.old_exam_paper .bottom_tab_btns .navi .count {
	line-height: 50px;
	margin: 0 10px;
	font-weight: 600;
}

.old_exam.old_exam_paper .bottom_tab_btns .btns {
	position: absolute;
	top: 7px;
	right: 15px;
}

.old_exam.old_exam_paper .bottom_tab_btns .btns .list_btn {
	width: 131px;
	height: 36px;
	background: url('/assets/img/cbt_expand_white_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
}

.old_exam.old_exam_paper .bottom_tab_btns .btns .apply_btn {
	width: 131px;
	height: 36px;
	background: url('/assets/img/cbt_green_btn.gif') no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}

.exam_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
}

.exam_popup .popup_wrap {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.list_popup .popup_wrap .popup_box {
	max-width: 90%;
	border: 8px solid #0092db;
	background-color: #fff;
}

.list_popup .popup_wrap .popup_box .popup_header {
	padding: 5px 100px 5px 10px;
	background-color: #eefbfa;
	color: #0092db;
	align-items: center;
	display: flex;
}

.list_popup .popup_wrap .popup_box .popup_header span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	margin-right: 5px;
	flex-shrink: 0;
}

.list_popup .popup_wrap .popup_box .popup_header button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	background-color: #ddd;
	font-size: 12px;
}

.list_popup .popup_wrap .popup_box .popup_content {
	min-height: 100px;
	padding: 10px 20px 8px;
	flex-flow: wrap;
	display: flex;
}

.list_popup .popup_wrap .popup_box .popup_content button {
	height: fit-content;
	padding: 3px 13px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
	background-color: #f7f7f7;
	margin: 0 2px 2px 0;
}

.apply_popup .popup_wrap .popup_box .popup_header {
	background-color: #ed145b;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	padding: 15px 0;
}

.apply_popup .popup_wrap .popup_box .popup_header .close_popup {
	position: absolute;
	top: 5px;
	right: 5px;
}

.apply_popup .popup_wrap .popup_box .popup_content {
	padding: 50px 50px 150px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: red;
	background-color: #fff;
}

.apply_popup .popup_wrap .popup_box .popup_content .text_blue {
	margin-bottom: 30px;
	font-size: 26px;
}

.apply_popup .popup_wrap .popup_box .popup_footer {
	background-color: #cfd2d8;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.apply_popup .popup_wrap .popup_box .popup_footer .yes_btn {
	width: 131px;
	height: 36px;
	background: url('/assets/img/cbt_expand_white_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
	color: #0092db;
}

.apply_popup .popup_wrap .popup_box .popup_footer .no_btn {
	width: 131px;
	height: 36px;
	background: url('/assets/img/cbt_green_btn.gif') no-repeat;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-left: 20px;
}

.old_exam.exam_result .content_box {
	margin-top: 50px;
}

.old_exam.exam_result .content_box .info {
	color: #0092db;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 30px;
}

.old_exam.exam_result .content_box table {
	width: calc(100% + 60px);
	margin-left: -30px;
}

.old_exam.exam_result .content_box table tr > * {
	border: 1px solid #ddd;
	font-weight: 600;
}

.old_exam.exam_result .content_box table tr th {
	background-color: #f1faff;
	font-size: 22px;
}

.old_exam.exam_result .content_box table tr td {
	line-height: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
}

.old_exam.exam_result .content_box table tr td.danger {
	font-size: 36px;
	color: red;
}

.old_exam.exam_result .content_box .txt {
	font-size: 28px;
	font-weight: 600;
	color: #ce6f6f;
	text-align: center;
	margin-top: 20px;
}

.old_exam.exam_result .exit_btn {
	width: 182px;
	height: 50px;
	margin: 20px auto 0;
	background: url('/assets/img/cbt_big_green_btn.gif') no-repeat;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	display: block;
}

.f_menu {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9998;
	width: 100%;
	height: 65px;
	background-color: #fff;
	box-shadow: 0 0 8px 2px #ddd;
	display: none;
}

.f_menu a {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.f_menu a img {
	height: 17px;
	margin-bottom: 5px;
}

/* 기출문제 모바일 버튼 */
.exam_paper .question_paper .m_question_arrow {
	overflow: hidden;
	margin-bottom: 20px;
	display: none;
}

.exam_paper .question_paper .m_question_arrow button {
	background-color: #0092db20;
	border-radius: 20px;
	padding: 3px 10px;
	align-items: center;
	display: flex;
}

.exam_paper .question_paper .m_question_arrow button img {
	height: 18px;
}

.exam_paper .question_paper .m_question_arrow .prev_btn {
	float: left;
}

.exam_paper .question_paper .m_question_arrow .prev_btn img {
	margin-right: 10px;
}

.exam_paper .question_paper .m_question_arrow .next_btn {
	float: right;
}

.exam_paper .question_paper .m_question_arrow .next_btn img {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.exam_paper .question_paper .m_question_arrow {
		display: block;
	}

	.mypage .board ul li div:not(.m) {
		display: none;
	}
}
/* 기출문제 모바일 버튼 */
/* 모바일일 경우 , old 모드 선택 없음 */
@media (max-width: 768px) {
	#exam_skin_layer .round_btn_wrap .yellow_gradient {
		display: none;
	}
}
/* 구독하기 radio */
#subscription_layer .layer_box .radio_ul {
	margin-top: 0;
}

#subscription_layer .layer_box .radio_ul li {
	justify-content: center;
	align-items: center;
	display: flex;
}

#subscription_layer .layer_box .radio_ul li .radio_wrap {
	padding-left: 0;
}

#subscription_layer .layer_box ul li .pay_name .name {
	flex-shrink: 0;
}

#subscription_layer .layer_box ul li .pay_name .description {
	width: 100%;
	flex-shrink: 1;
}

#subscription_layer .layer_box ul li .pay_name .qty {
	flex-shrink: 0;
	align-items: center;
	display: flex;
}

#subscription_layer .layer_box ul li .pay_name .qty button {
	flex-shrink: 0;
}

#subscription_layer .layer_box ul li .pay_name .qty button img {
	width: 24px;
}

#subscription_layer .layer_box ul li .pay_name .qty input {
	width: 60px;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 2px;
	margin: 0 5px;
	text-align: center;
}
/* 구독하기 radio */
@media(max-width: 1100px) {
	.exam.exam_paper .question_paper .question_wrap .question_tnb {
		justify-content: right;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .left {
		display: none;
	}

	.exam.exam_paper .question_paper .question_wrap .m_btns {
		display: flex;
	}
}

@media(max-width: 1024px) {
	.container .jongmok_tnb {
		margin-bottom: 15px;
		flex-flow: column;
	}

	.container .jongmok_tnb .subscription {
		width: 100%;
		margin: 15px 0 0;
		padding: 13px;
	}

	.container .content_box .subject_wrap .test_subject {
		display: block;
	}

	.container .content_box .subject_wrap .test_subject .description {
		padding-left: 0;
		margin-left: 0;
		display: block;
	}

	.container .content_box .subject_wrap .test_subject .description:before {
		display: none;
	}

	.container .content_box .subject_wrap .test_subject .purchase_btn {
		bottom: unset;
	}

	.exam.exam_paper .answer_paper {
		width: 250px;
	}
}

@media(max-width: 900px) {
	.exam.exam_paper .question_paper .question_info {
		flex-flow: column;
	}

	.exam.exam_paper .question_paper .question_info .exam_round_wrap {
		margin-top: 15px;
	}

	.exam_paper .question_info .exam_round:first-child {
		padding-left: 0;
	}

	.exam.exam_paper .question_paper .question_wrap {
		height: calc(100% - 57px);
	}
}

@media(max-width: 768px) {
	.side {
		display: none;
	}

	.container {
		padding: 25px 20px 85px;
		background-color: #fff;
	}

	.container .tnb {
		overflow: initial;
		padding: 0;
		align-items: center;
		display: flex;
	}

	.container .tnb .menu_btn,
	.container .tnb .search_btn,
	.container .jongmok_tnb .jongmok {
		display: none;
	}

	.container .tnb .alarm,
	.container .tnb .title,
	.container .tnb .m_menu_btn {
		flex-shrink: 0;
		display: block;
	}

	.container .tnb .alarm .red_dot {
		right: unset;
		left: 18px;
	}

	.container .tnb .title {
		width: 100%;
		flex-shrink: 1;
	}

	.container .tnb .title button {
		font-size: 18px;
		margin: 0 auto;
		align-items: center;
		display: flex;
	}

	.container .tnb .title button img {
		width: 8px;
		margin-left: 10px;
	}

	.container .m_search_box {
		display: block;
	}

	.container .content_box {
		padding: 30px 0;
	}

	.container .content_box .subject_wrap .test_subject {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.container .content_box .subject_wrap .rack {
		padding-bottom: 20px;
	}

	.container .content_box .subject_wrap .rack .rack_gr_bg {
		height: 20px;
		background-color: #cae8f6;
	}

	.container .content_box .subject_wrap .rack .rack_wh_bg {
		left: -20px;
		bottom: 9px;
		width: calc(100% + 40px);
		height: 4px;
	}

	.container .content_box .subject_wrap .rack .rack_gr_bg:before,
	.container .content_box .subject_wrap .rack .rack_gr_bg:after,
	.container .content_box .subject_wrap .test_list .test:after {
		display: none;
	}

	.container .content_box .subject_wrap .test_list .test {
		margin: 0 10px;
	}

	.container .jongmok_tnb .subscription {
		padding: 0;
	}

	.container .jongmok_tnb .subscription span {
		text-align: left;
	}

	.container .jongmok_tnb .m_jongmok {
		display: block;
	}

	.container .content_box .subject_wrap .test_subject .orderby_wrap {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		height: fit-content;
		margin: auto 0;
	}

	.container .content_box .subject_wrap .test_subject .orderby_wrap .orderby_box {
		bottom: -45px;
		width: max-content;
	}

	#flash_card_layer .direction_btn[data-type='prev'],
	#flash_card_layer .direction_btn[data-type='next'] {
		display: none;
	}

	#flash_card_layer .layer_box .m_question_arrow {
		display: block;
	}

	.mypage .title_box {
		display: none;
	}

	.mypage .m_title_box {
		display: block;
	}

	.withdrawal .content_box {
		border-radius: 0;
		background-color: #fff;
		box-shadow: none;
	}

	.withdrawal .content_box .withdrawal_box {
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	}

	.withdrawal .content_box .withdrawal_box .title {
		font-size: 24px;
	}

	.withdrawal .content_box .withdrawal_box .txt {
		line-height: 24px;
		margin-top: 20px;
		font-size: 15px;
	}

	.exam.exam_paper .paper_toggle_btn img,
	.exam.exam_paper .answer_paper {
		display: none;
	}

	.exam.exam_paper .question_paper .question_info {
		flex-flow: unset;
	}

	.f_menu {
		display: flex;
	}
}

@media(max-width: 650px) {
	.popup_layer .popup {
		padding: 0;
	}

	.fixed_exam_layer {
		width: 100%;
		left: 0;
	}
}

@media(max-width: 620px) {
	#terms_layer .layer_box .terms_box {
		width: 100%;
	}

	.exam.exam_paper .question_paper .question_wrap {
		height: auto;
	}

	.exam.exam_paper .question_paper .question_info {
		flex-flow: column;
	}

	.exam.exam_paper .question_paper .question_wrap .m_btns {
		position: relative;
		bottom: -10px;
		margin-top: 50px;
	}
}

@media(max-width: 600px) {
	#register_detail_layer .radio_wrap,
	#register_detail_layer .chk_wrap {
		padding: 0 20px;
	}

	#register_detail_layer .learning {
		height: auto;
		padding: 10px 20px;
		flex-flow: wrap;
	}

	#register_detail_layer .learning .r {
		width: 50%;
		padding: 5px 0;
	}
}

@media(max-width: 540px) {
	#find_layer .layer_container .layer_box {
		width: 100%;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .btn:not(:first-child),
	.exam.exam_paper .question_paper .question_wrap .m_btns .btn:not(:first-child) {
		margin-left: 15px;
	}

	.popup_layer .popup {
		margin-top: 20px;
	}

	.popup_layer .popup .big {
		font-size: 38px;
	}

	.popup_layer .popup .txt {
		font-size: 24px;
		margin: -10px 0 10px;
	}

	.popup_layer .popup .small div {
		font-size: 14px;
	}

	.popup_layer .popup .img1 {
		display: none;
	}

	.popup_layer .popup .img2 {
		left: -25px;
		width: 250px;
		margin-top: 30px;
	}

	.popup_layer .btn_wrap {
		padding: 15px 30px;
	}
}

@media(max-width: 480px) {
	.exam.exam_paper {
		position: relative;
	}

	#login_layer input[type='text'],
	#login_layer input[type='password'],
	#register_detail_layer input[type='text'],
	#find_layer .tab_wrap .tab {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}

	.info_content_layer:not(.alert_layer) .info {
		margin-top: 30px;
	}

	#login_layer .box_title {
		display: none;
	}

	#login_layer input[type='text'],
	#login_layer input[type='password'] {
		padding-left: 20px;
		border-radius: 10px;
		margin: 5px 0;
	}

	#login_layer .login_opt {
		margin: 5px 0 0;
	}

	#find_layer .tab_wrap .tab {
		font-size: 15px;
	}

	#find_layer .tab_contents .tab_content .i:not(:first-child) {
		margin-top: 10px;
	}

	#find_layer .tab_contents .id_content .i img {
		width: 12px;
	}

	#find_layer .tab_contents .tab_content .i input {
		padding-left: 45px;
	}

	#find_layer .tab_contents .pwd_content .i img {
		width: 16px;
	}

	#join_agree_layer .layer_box ul li button img {
		width: 8px;
	}

	.container .content_box .subject_wrap .test_subject .purchase_btn {
		height: 25px;
		font-size: 12px;
	}

	.container .content_box .subject_wrap .test_subject .description {
		font-size: 14px;
	}

	.payment_layer .layer_container .layer_box ul li .pay_name {
		flex-flow: wrap;
	}

	.payment_layer .layer_container .layer_box ul li .pay_price {
		align-items: center;
	}

	#create_purchase_layer .layer_box ul li .pay_name .name {
		width: 100%;
	}

	#create_purchase_layer .layer_box ul li .pay_name .description {
		width: calc(100% - 114px);
		padding-right: 20px;
		margin-left: 0;
	}

	#create_purchase_layer .layer_box ul li .pay_name .qty {
		width: fit-content;
	}

	#flash_card_layer .question_info {
		display: block;
	}

	#flash_card_layer .question_info .exam_info {
		width: 100%;
	}

	#flash_card_layer .question_info .exam_round {
		padding: 10px 0 0;
		margin-top: 10px;
	}

	#flash_card_layer .question_info .exam_round:before {
		width: 100%;
		height: 1px;
		bottom: unset;
	}

	.withdrawal .content_box .withdrawal_box {
		padding: 20px;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .right {
		width: 100%;
		flex-flow: wrap;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .right .btn {
		width: 33.333%;
		margin: 0;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .right .btn:nth-child(n + 4) {
		margin-top: 10px;
	}

	.exam_paper .question_box .num {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 15px;
	}

	.exam_paper .question_box .num.right_answer {
		line-height: 23px;
	}

	.exam_paper .question_box .num.right_answer img {
		width: 38px;
	}
}

@media(max-width: 440px) {
	#calendar_layer .full_calendar_wrap {
		width: 100%;
		padding: 20px;
	}

	#flash_card_layer .layer_box .btn_wrap button {
		font-size: 12px;
	}
}

@media(max-width: 400px) {
	.info_content_layer:not(.alert_layer) .info {
		margin-top: 20px;
	}

	.info_content_layer .info .circle {
		width: 26px;
		height: 26px;
	}

	.info_content_layer .info span {
		font-size: 15px;
	}

	#find_layer .tab_wrap .tab {
		font-size: 14px;
	}

	.payment_layer .layer_container .layer_box ul li .pay_name {
		display: block;
	}

	.payment_layer .layer_container .layer_box ul li .pay_name .description {
		margin: 0;
		display: block;
	}

	.payment_layer .layer_container .layer_box ul li .pay_price {
		align-items: center;
		margin-top: 15px;
	}

	#create_purchase_layer .layer_container .layer_box ul li .pay_name {
		display: flex;
	}

	#flash_card_layer .question_box .question .title {
		line-height: 20px;
		font-size: 16px;
	}

	#flash_card_layer .layer_box .btn_wrap {
		flex-flow: wrap;
	}

	#flash_card_layer .layer_box .btn_wrap button {
		font-size: 12px;
		width: 33.333%;
		justify-content: right;
		margin: 5px 0;
	}

	#flash_card_layer .layer_box .btn_wrap button:not(:first-child) {
		margin-left: 0;
	}

	#flash_card_layer .layer_box .btn_wrap .layer_close {
		width: fit-content;
	}

	.withdrawal .chk_wrap.big_chk label:before {
		top: 1px;
		bottom: unset;
	}

	.exam_paper .question_info .exam_info .folder,
	.exam_paper .question_info .exam_round .icon_box {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}

	.exam_paper .question_info .exam_round .icon_box img {
		height: 18px;
	}

	.exam_paper .question_info .info .description,
	.exam_paper .question_info .info div,
	.exam.exam_paper .question_paper .question_wrap .question_tnb .btn button,
	.exam.exam_paper .question_paper .question_wrap .m_btns .btn button {
		font-size: 12px;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .btn button img,
	.exam.exam_paper .question_paper .question_wrap .m_btns .btn button img {
		width: 16px;
	}

	.exam.exam_paper .question_paper .question_wrap .question_tnb .right .btn .submission_btn img {
		width: 20px;
	}

	.exam_paper .question_box .question .title {
		font-size: 15px;
	}

	.popup_layer .popup {
		margin-top: 15px;
	}

	.popup_layer .popup .big {
		font-size: 30px;
	}

	.popup_layer .popup .txt {
		font-size: 18px;
		margin: -5px 0 10px;
	}

	.popup_layer .popup .small div {
		font-size: 12px;
	}

	.popup_layer .popup .img2 {
		width: 200px;
	}

	.mypage .board .pagination a {
		min-width: 30px;
		height: 30px;
		line-height: 27px;
		font-size: 12px;
	}
}

@media(max-width: 365px) {
	#create_purchase_layer .layer_box .pay_type li {
		flex-flow: column;
		align-items: initial;
	}

	#create_purchase_layer .layer_box .pay_type li .radio_wrap {
		width: 100%;
	}

	#create_purchase_layer .layer_box .pay_type li .radio_wrap:nth-child(n + 1) {
		margin-top: 5px;
	}
}

@media(max-width: 350px) {
	.popup_layer .popup .small div {
		font-size: 10px;
	}

	.popup_layer .popup .img2 {
		left: -10px;
		width: 180px;
	}
}

@media(max-width: 320px) {
	#register_detail_layer .learning .r {
		width: 100%;
	}

	#register_detail_layer .chk_wrap {
		height: auto;
		padding: 10px 20px;
		flex-flow: wrap;
	}

	#register_detail_layer .chk_wrap .c {
		padding: 5px 0;
	}

	#create_purchase_layer .layer_box ul li .pay_name .name {
		width: 100%;
	}

	#create_purchase_layer .layer_box ul li .pay_name .description {
		width: 100%;
		margin-bottom: 10px;
	}
}
