@charset "utf-8";
/* CSS Document */

/* ========================================================================================== 
공통영역
========================================================================================== */
.sub_nav { border-bottom: 1px solid #dfdfdf; }
#sub_warp { margin-bottom: 60px; }
#left_ctn, #sub_ctn {
	float: left;
	height: 100%;
}
/* ============================================= 
left 메뉴
============================================== */
#left_ctn {
	float: left;
	width: 210px;
}
nav#left_nav {
	z-index: 1;
	background: inherit;
	margin-top: 25px;
}
#left_nav h3 {
	height: 76px;
	line-height: 76px;
	text-align: center;
	background: #333a54;
	color: #fff;
	font-size: 20px;
	font-family: Gmarket_S_M;
}
#left_nav ul {
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 20px 0
}
#left_nav li {
	padding-left: 20px;
	line-height: 30px;
}
#left_nav li a {
	color: #333a54;
	line-height: 30px;
}
#left_nav li a:hover { color: #4e69d0; }
#left_nav li.left_nav_active a {
	color: #4e69d0;
	font-weight: bold;
}
/* ******************************* 전화번호 */
#left_call {
	float: left;
	width: 188px;
	height: 100%;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 20px 0;
	padding-left: 20px;
	background: #f1f1f1;
	font-family: Nanum_SR;
}
.left_call_no {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 176px;
	color: #4e69d0;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -0.01em;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
}
.left_call_no h4 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	font-family: Gmarket_S_L;
}
.left_call_no p {
	font-size: 14px;
	color: #4e69d0;
	font-family: Nanum_SR;
	font-weight: normal;
	line-height: 100%;
	padding: 5px 0 0 2px;
	margin: 0;
}
.left_call_time {
	float: left;
	margin-top: 10px;
	font-size: 13px;
	color: #555;
}
.left_call_time li {
	margin-bottom: 5px;
	line-height: 120%;
	font-family: Nanum_SRR;
	letter-spacing: -0.01em;
}
/* ******************************* 상담신청 */
#left_consult {
	float: left;
	width: 208px;
	height: 100%;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 20px 0;
	font-size: 13px;
	letter-spacing: -0.03em;
}
#left_consult h3 {
	font-size: 22px;
	color: #333a54;
	font-family: Gmarket_S_M;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
#left_consult h3::before {
	float: left;
	display: block;
	margin-top: -10px;
	margin-right: 3px;
	content: url(../../images/sub/2018/left_consult_icon.png);
}
#left_consult ul {
	margin-top: 16px;
	margin-left: 10px;
}
#left_consult li {
	margin-bottom: 5px;
	float: left;
	letter-spacing: -0.1em;
}
#left_consult li:last-child { font-size: 8px; }
#left_consult label {
	width: 60px;
	display: block;
	float: left;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: -0.1em;
	font-family: Nanum_SR;
}
#left_consult .ck_lab {
	width: 87%;
	display: inline-block;
	float: right;
	line-height: 13px;
	font-family: Nanum_SRR;
}
#left_consult input[type=text] {
	float: right;
	right: 0;
	font-size: 12px;
	width: 115px;
	height: 21px;
	border: 1px solid #ababab;
	padding: 0 3px;
	margin: 0;
	color: #666;
	vertical-align: middle;
}
#left_consult select {
	float: right;
	width: 123px;
	height: 24px;
	font-size: 12px;
	border: 1px solid #ababab;
	padding: 0;
	margin: 0;
	color: #666;
	letter-spacing: -0.1em;
	vertical-align: middle;
}
#left_consult select#R_TEL1 {
	width: 46px;
	float: left;
	font-size: 12px;
}
#left_consult input[type=text]#R_TEL2, #left_consult input[type=text]#R_TEL3 {
	width: 30px;
	float: none;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#left_consult span {
	display: block;
	float: left;
	width: 70%;
	font-size: 13px;
	margin: 15px 0 15px 23px;
	font-family: Nanum_SRR;
}
#left_consult input[type=checkbox] {
	vertical-align: middle;
	margin-right: 5px;
}
#left_consult .left_submit {
	float: left;
	width: 163px;
	height: 35px;
	text-align: center;
	color: #fff;
	background: #333a54;
	margin: 0 0 10px 23px;
	font-size: 16px;
	line-height: 35px;
	cursor: pointer;
	font-family: Nanum_SR;
	transition: all 0.2s linear;
}
#left_consult .left_submit:hover { background: #4e69d0; }
#left_banner {
	float: left;
	margin-top: 13px;
}
/* ============================================= 
sub 컨텐츠
============================================== */
#sub_ctn {
	float: left;
	width: 930px;
	margin-left: 60px;
}
.route {
	font-family: Nanum_SR;
	font-size: 14px;
	color: #999;
	float: right;
	padding-right: 57px;
	margin-top: -72px;
}
.btn_print {
	float: right;
	margin-top: -90px;
}
#sub_title {
	font-size: 30px;
	line-height: 70px;
	padding-left: 15px;
	font-family: Nanum_SR;
	color: #333a54;
	margin: 30px 0;
	border-bottom: 1px solid #dfdfdf;
}
#sub_title::before {
	content: "■";
	font-size: 15px;
	padding-right: 10px;
	vertical-align: middle;
}
#ctn_wrap { margin-top: 50px; }
/* ******************************* 열람페이지 평가하기 */
#survey {
	padding: 30px 5%;
	width: calc(90% - 2px);
	float: left;
	display: block;
	margin-top: 100px;
	border: 1px solid #dfdfdf;
}
#survey h4 {
	font-family: Gmarket_S_M;
	font-size: 23px;
	margin-bottom: 5px;
	color: #333a54;
}
#survey ul {
	float: left;
	width: 100%;
}
#survey li {
	margin-top: 10px;
	/* display: block; */
	float: left;
	width: 70%;
}
#survey li:first-child label {
	float: left;
	display: inline-block;
	margin: 0;
	margin-right: 45px;
	cursor: pointer;
}
#survey li:first-child label:hover { color: #4e69d0; }
#survey li:first-child label:hover input { border: 1px solid #4e69d0; }
#survey li:last-child {
	float: right;
	width: 20%;
}
#survey li:first-child label input[type=radio]:checked { background: red; }
#survey_write {
	width: 500px;
	border: 1px solid #999;
	vertical-align: middle;
}
#survey li:last-child a {
	text-align: center;
	border: 1px solid #333a54;
	color: #333a54;
	display: block;
	line-height: 80px;
	margin-top: -56px;
}
#survey li:last-child a:hover {
	color: #4e69d0;
	border: 1px solid #4e69d0;
}
/* ========================================================================================== 
서브 페이지별
========================================================================================== */

/* =============================================
수강신청 /enroll/list/SubjsList.aspx 
============================================= */
.enroll_list #ctn_wrap {
	width: 1120px;
	padding: 0 40px;
}
/* ******************************* 과정 탭 */
#subj_tab {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#subj_tab li {
	float: left;
	text-align: center;
	width: 274px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #4e69d0;
	color: #4e69d0;
}
#subj_tab li:last-child { margin-right: 0; }
#subj_tab li.active, #subj_tab li:hover {
	background: #4e69d0;
	color: #fff;
}
/* ******************************* 과정별 과목리스트 */
#subj_list_table {
	float: left;
	width: 65%;
}
#subj_list_table thead {
	border-top: 2px solid #333a54;
	border-bottom: 1px solid #333a54;
	line-height: 35px;
}
#subj_list_table th {
	font-weight: normal;
	color: #333a54;
}
#subj_list_table td {
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
}
#subj_list_table td:first-child { width: 50%; }
#subj_list_table td:nth-child(2) { color: #4e69d0; }
#subj_list_table td:nth-child(3) { color: #ff4851; }
#subj_list_table .subj_close td { color: #ccc; }
#subj_list_table input[type=checkbox] {
	width: 17px;
	height: 17px;
}
/* ******************************* 장바구니 */
#subj_cart {
	float: right;
	width: 30%;
	height: auto;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #333a54;
}
#subj_cart h4 {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #333a54;
}
.cart_list {
	display: block;
	min-height: 250px;
	max-height: 500px;
	border-top: 1px solid #333a54;
	border-bottom: 1px solid #333a54;
	margin-bottom: 15px;
	padding: 10px 0;
	overflow-y: auto;
}
.cart_list table {
	float: left;
	width: 90%;
	margin-left: 5%;
}
.cart_list table td {
	line-height: 30px;
	font-size: 15px;
	text-align: center;
}
.cart_list table td:first-child {
	display: block;
	width: 185px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart_list table td:last-child {
	width: 25px;
	text-align: right;
}
#subj_cart ul {
	width: 90%;
	margin-left: 5%;
	float: left;
}
#subj_cart li { line-height: 25px; }
#subj_cart li span { float: right; }
#subj_cart i { color: #999; }
#subj_cart i:hover {
	color: #4e69d0;
	cursor: pointer
}
#subj_cart li a {
	margin: 30px auto;
	display: block;
	width: 90%;
	text-align: center;
	line-height: 55px;
	background: #333a54;
	color: #fff;
	font-size: 18px;
}
#subj_cart li a:hover { background: #4e69d0; }
/* =============================================
수강결제 /enroll/XPay2_5/bill.aspx
============================================= */
.bill #ctn_wrap {
	width: 1120px;
	padding: 0 40px;
}
.bill #ctn_wrap h3 {
	color: #4e69d0;
	font-family: Gmarket_S_M;
	font-size: 25px;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.sub_table {
	border-top: 2px solid #333a54;
	border-bottom: 1px solid #333a54;
}
.sub_table#bill_sum { border-top: 1px solid #333a54; }
.sub_table th[scope="col"] {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #333a54;
	background: #f9f9f9;
}
.sub_table th[scope="row"] {
	height: auto;
	line-height: 35px;
	background: #f9f9f9;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.sub_table td {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
}
.sub_table tr:last-child td { border-bottom: none; }
/* row table*/
.row_table {
	border-top: 2px solid #303030;
	border-bottom: 1px solid #303030;
}
.row_table tr { border-bottom: 1px solid #ddd; }
.row_table tr:last-child { border-bottom: none; }
.row_table th {
	height: auto;
	line-height: 35px;
	background: #f9f9f9;
}
.row_table td {
	text-align: left;
	padding: 15px 0;
	padding-left: 4%;
}
.sub_table input {
	display: block;
	margin: 0 auto;
}
.sub_table input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.sub_table td img {
	float: left;
	margin: 0 20px 0 40px;
	width: 120px;
	height: auto;
	border-radius: 10px;
}
.sub_table td p {
	text-align: left;
	font-size: 17px;
	margin-top: 8px;
}
.sub_table td span { margin-left: 5px; }
.sub_table td span.requ { /*필수과정*/ color: #ff4e00; }
.sub_table td span.choice { /*선택과정*/ color: #009752 }
.sub_table td span.test { /*시험대비과정*/ color: #3b6fe5 }
#bill_list td span {
	width: 100px;
	display: inline-block;
}
#bill_list td b {
	margin-left: 15px;
	font-size: 17px;
}
#bill_list td:nth-child(2) {
	text-align: left;
	padding-left: 20px;
}
#bill_list tr:last-child td { border-bottom: none; }
#bill_sum td { font-size: 20px; }
/* ******************************* 결제방법 */


#bill_pay {
	float: left;
	width: 100%;
	border-top: 2px solid #333a54;
	border-bottom: 1px solid #dfdfdf;
	padding: 1% 0;
	background: #f9f9f9;
}
#bill_pay p {
	width: 100%;
	text-align: center;
	padding-bottom: 1%;
	border-bottom: 1px solid #333a54;
}
#bill_pay p label {
	margin: 0 50px;
	font-size: 18px;
	font-weight: 600;
}
#bill_pay span hr { margin-bottom: 1.5%; }
#bill_pay span, #bill_pay li { line-height: 150%; }
#bill_pay span font, #bill_pay li, #bill_pay span input { margin-left: 25px; }
#bill_pay span input+font, #bill_pay label+input { margin-left: 0; }
.bill_caution { line-height: 150%; }
.bill_text_box {
	margin-top: 100px;
	width: 100%;
	float: left;
}
.bill_text_box th {
	width: 17%;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
}
.bill_text_box td {
	padding: 5px;
	padding-left: 20px;
	border: 1px solid #dfdfdf;
	border-left: none;
}
.bill_text_box h5 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
}
.bill_text_box p { margin-bottom: 10px; }
.btn_zone {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	float: left;
}
.btn_zone input.btn_card[type=button] {
	display: inline-block;
	width: 200px;
	height: 45px;
	margin: 0;
	line-height: 45px;
	color: #fff;
	background: #333a54;
	font-size: 18px;
	border: none;
}
.btn_zone input.btn_card[type=button]:hover { background: #4e69d0; }
.text_box {
	width: 96%;
	padding: 1.5% 2%;
	float: left;
	background: #f9f9f9;
	margin-bottom: 30px;
	border: 1px solid #dfdfdf;
	line-height: 140%;
}
/* =============================================
학습지원센터 > 자주하는 질문
============================================= */
#faq_ctn01 {
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
	background: #eee;
	padding: 25px 0 15px 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
#faq_ctn01 p { margin-bottom: 10px; }
#faq_ctn01 .btn42 {
	background: url("/helpdesk/images/btn.bg42_0.gif") no-repeat;
	width: 69px;
	height: 23px;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
#faq_ctn02 {
	background: url("/helpdesk/images/top10.bg.gif") no-repeat;
	height: 232px;
	width: 100%;
}
#list_faq10 {
	padding: 80px 0 0 55px;
	display: inline-block;
}
.faq_top1_5, .faq_top6_10 {
	width: 350px;
	float: left;
	line-height: 22px;
}
.faq_top6_10 { margin-left: 110px; }
#faq_ctn03 { width: 100%; }
.faq_tap_list {
	width: 100%;
	border-top: 0;
}
.faq_tap_list a {
	float: left;
	padding: 7px 17px;
	margin: 2px 2px 1px 0;
	border-radius: 10px 10px 0 0;
	background: #a8c3de;
	color: #fff;
}
.faq_tap_list a.active { background: #4e69d0; }
.faq_Dctn {
	width: 100%;
	border: 2px solid #ddd;
	height: 100%;
	float: left;
}
.faq_Dlist {
	padding: 20px;
	float: left;
}
.faq_Dlist li {
	line-height: 150%;
	float: left;
	width: 100%;
}
.faq_Dlist li a {
	float: left;
	width: 100%;
	line-height: 30px;
	color: #000;
}
.faq_Dlist li p {
	width: auto;
	margin: 2px 0;
	position: relative;
	padding-left: 20px;
}
.faq_Dlist li p::before { content: "- "; }
.faq_Dlist li p [type="button"] {
	position: absolute;
	right: 20px;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #aaa;
	padding: 2px 10px;
}
.faq_Dlist img { vertical-align: middle; }
.faq_Da {
	background: #eee;
	width: 100%;
	float: left;
}
.faq_Da img {
	padding: 10px 20px;
	float: left;
}
.faq_Da div {
	width: calc(100% - 65px);
	float: left;
	padding: 8px 0;
	word-break: break-all;
}
.faq_De {
	display: inline-block;
	margin-top: 5px;
	padding: 20px 0;
	width: 100%;
	font-size: 15px;
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#faq_ctn04 { width: 100%; }
#faq_manager {
	background: url(/mypage/images/staff/_na.jpg) no-repeat left top;
	padding-left: 140px;
	min-height: 130px;
}
#faq_manager dt {
	padding: 10px;
	font-weight: bold;
	background: #f5f5f5;
}
#faq_manager dt a {
	float: right;
	font-size: 14px;
	color: #f26522;
	font-weight: 400
}
#faq_manager dd {
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}
#faq_manager dd img {
	vertical-align: middle;
	float: right;
}
/* =============================================
로그인
============================================= */
#ctn_login {
	display: block;
	margin: 150px auto;
	width: 500px;
}
#ctn_login h2 {
	display: block;
	text-align: center;
	font-family: Gmarket_S_M;
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 30px;
	color: #4e69d0;
}
#ctn_login h2 img { vertical-align: middle; }
#ctn_login h2 b { font-weight: normal; }
#ctn_login input[type="text"], #ctn_login input[type="password"] {
	display: block;
	width: 100%;
	height: 45px;
	margin: 7px auto;
	border: 1px solid #333a54;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}
#ctn_login span {
	display: block;
	text-align: right;
	width: 100%;
	margin: 20px auto;
	font-size: 15px;
}
#ctn_login span input[type="checkbox"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
#ctn_login a.btn_login {
	margin: 20px auto;
	width: 100%;
	height: 55px;
	display: block;
	background: #4e69d0;
	border: 1px solid #4e69d0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 58px;
	font-family: Gmarket_S_M;
	font-size: 20px;
}
#ctn_login a.btn_login:hover {
	background: #333a54;
	border: 1px solid #333a54;
}
#ctn_login p {
	text-align: center;
	width: 100%;
	margin: 20px auto;
	font-size: 16px;
}
#ctn_login p a:first-child { float: left; }
#ctn_login p a:last-child {
	float: right;
	color: #333a54;
}
#ctn_login p a:first-child:hover, #ctn_login p a:last-child:hover { color: #4e69d0; }
/* =============================================
회원가입 약관동의
============================================= */
.sign_ctn {
	width: 99%;
	float: left;
}
.sign_ctn h3 {
	display: block;
	text-align: left;
	font-family: Gmarket_S_M;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 10px;
	color: #4e69d0;
}
.sign_ctn article {
	width: 96%;
	border: 1px solid #ddd;
	height: 200px;
	overflow-y: scroll;
	font-size: 15px;
	line-height: 130%;
	padding: 2%;
}
.all_check {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.all_check input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.all_check input[type=checkbox]:checked + label { color: red }
.btn_ident {
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
	height: 55px;
	display: block;
	background: #4e69d0;
	border: 1px solid #4e69d0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 58px;
	font-family: Gmarket_S_M;
	font-size: 20px;
}
.btn_ident:hover {
	background: #333a54;
	border: 1px solid #333a54;
}
.sign_ctn article h3 {
	font-weight: 500;
	border-bottom: 1px dotted #1e558c;
	padding: 60px 0 15px 0;
}
.sign_ctn article h4 {
	font-size: 16px;
	margin-top: 40px;
}
.sign_ctn article ol { padding-left: 30px; }
.sign_ctn article ol li {
	margin: 5px;
	color: #104b85;
}
.sign_ctn article li {
	margin-bottom: 10px;
	color: #000;
}
.listyle_none { list-style: none; }
.down_link { padding-bottom: 10px; }
.con_choose ul {
	display: flex;
	margin: 10px 0;
	justify-content: flex-end;
}
.con_choose ul li { padding-right: 15px; }
.list {
	list-style: disc;
	padding-left: 30px;
}
/*테이블****************************************************/
.sign_ctn article .table01 {
	border-top: 2px solid #4e69d0;
	width: 100%;
}
.sign_ctn article .table01 tr { border-bottom: 1px solid #ddd; }
.sign_ctn article .table01 th {
	background: #f7f7f7;
	text-align: center;
	padding: 0;
	font-weight: 500;
	width: 25%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.sign_ctn article .table01 td {
	padding: 15px;
	word-break: keep-all;
	border-right: 1px solid #ddd;
}
.sign_ctn article.th_use {
	padding: 15px !important;
	width: auto !important;
}
.sign_ctn article .table02 {
	border-top: 2px solid #4e69d0;
	border-bottom: 2px solid #4e69d0;
	width: 100%;
	background: #fff;
}
.sign_ctn article .table02 tr { border-bottom: 1px solid #ddd; }
.sign_ctn article .table02 th {
	text-align: center;
	padding: 10px;
	font-weight: 500;
	width: 25%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.sign_ctn article .table02 td {
	padding: 5px;
	word-break: keep-all;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
/* =============================================
회원가입 form
============================================= */

#ctn_join {
	display: block;
	margin: 150px auto;
	width: 500px;
}
#ctn_join h2 {
	display: block;
	text-align: center;
	font-family: Gmarket_S_M;
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 30px;
	color: #4e69d0;
}
#ctn_join b {
	color: #ff4851;
	margin-top: 10px;
	float: left;
}
#ctn_join input[type="text"], #ctn_join input[type="password"] {
	display: block;
	width: 96%;
	height: 45px;
	margin: 7px 0 7px 5px;
	float: left;
	border: 1px solid #333a54;
	text-align: center;
	border-radius: 5px;
}
#ctn_join input::placeholder {
color:#aaa;
}
#ctn_join a.btn_join {
	margin: 20px 0;
	float: left;
	width: 97%;
	margin-left: 2%;
	height: 55px;
	display: block;
	background: #4e69d0;
	border: 1px solid #4e69d0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 58px;
	font-family: Gmarket_S_M;
	font-size: 20px;
}
#ctn_join a.btn_join:hover {
	background: #333a54;
	border: 1px solid #333a54;
}
/* =============================================
개인정보 전 비밀번호 입력
============================================= */
#ctn_user_pw {
	width: 58%;
	margin: 0 auto;
	margin-top: 150px;
}
#ctn_user_pw p {
	margin: 30px auto;
	line-height: 35px;
	font-size: 18px;
}
#ctn_user_pw input {
	display: block;
	width: 80%;
	height: 40px;
	border: 1px solid #333a54;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}
#ctn_user_pw a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background: #4e69d0;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 50px;
}
#ctn_user_pw a:hover { background: #333a54; }
#ctn_user_pw a i {
	vertical-align: middle;
	margin-left: 10px;
}
/* =============================================
개인정보 수정
============================================= */
#ctn_user_info {
	display: block;
	margin: 50px auto;
	width: 930px;
}
#ctn_user_info table {
	border-top: 2px solid #4e69d0;
	border-bottom: 1px solid #4e69d0
}
#ctn_user_info tr { border-bottom: 1px dashed #cad2f1; }
#ctn_user_info tr:last-child { border-bottom: none; }
#ctn_user_info th, #ctn_user_info td { padding: 20px 0; }
#ctn_user_info th {
	width: 20%;
	padding-right: 4%;
	text-align: right;
	font-weight: normal
}
#ctn_user_info th::after {
	content: ":";
	padding-left: 20px;
}
#ctn_user_info th img { float: left; }
#ctn_user_info .pw_btn {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background: #4e69d0;
	color: #fff;
	cursor: pointer;
}
#ctn_user_info .pw_btn:hover { background: #333a54; }
#ctn_user_info p {
	float: left;
	width: 100%;
	padding-top: 10px;
}
#ctn_user_info p span { padding-left: 40px; }
#ctn_user_info input {
	width: 96%;
	height: 40px;
	margin: 7px 0 7px 5px;
	border: 1px solid #333a54;
	text-align: center;
	border-radius: 5px;
}
#ctn_user_info input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#ctn_user_info select {
	height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #333a54;
}
#ctn_user_info .modify_btn {
	margin: 50px auto;
	width: 30%;
	height: 55px;
	display: block;
	background: #4e69d0;
	border: 1px solid #4e69d0;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 58px;
	font-family: Gmarket_S_M;
	font-size: 20px;
}
#ctn_user_info .modify_btn:hover { background: #333a54; }
#ctn_user_info .color_grey:hover { color: #666 }
/* =============================================
증명서 발급
============================================= */
#ctn_prelist {
	display: block;
	margin: 50px auto;
	width: 930px;
}
#ctn_prelist th {
	border-bottom: 2px solid #4e69d0;
	padding-bottom: 5px;
}
#ctn_prelist td {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #cad2f1;
}
#ctn_prelist th span {
	line-height: 140%;
	color: #777;
	font-size: 15px;
	text-align: left;
}
#ctn_prelist td:nth-child(2) {
	text-align: left;
	font-size: 20px;
	font-family: Gmarket_S_L;
	font-weight: 600;
	color: #333;
}
#ctn_prelist td:nth-child(2) p {
	font-size: 15px;
	margin-top: 5px;
	font-family: Nanum_SRR;
	font-weight: normal;
	color: #999;
}
.pre_f {
	display: inline-block;
	font-size: 15px;
	width: 60px;
	line-height: 25px;
	background: #dfe5fb;
	color: #4e69d0;
	border-radius: 5px;
}
.pre_i {
	display: inline-block;
	font-size: 15px;
	width: 60px;
	line-height: 25px;
	background: #4e69d0;
	color: #fff;
	border-radius: 5px;
}
#ctn_prelist i {
	font-size: 18px;
	border-radius: 7px;
	width: 40px;
	line-height: 40px;
	border: 2px solid #dfdfdf;
}
#ctn_prelist i:hover {
	color: #4e69d0;
	border: 2px solid #4e69d0;
}
/* 1:1학습상담 신청 read */
#contents_frame > h5 {
	font-size: 28px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400;
}
#contents_frame > h5 span {
	font-size: 15px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
#con_ans_ctn {
	border-top: 3px solid #4e69d0;
	position: relative;
}
#con_ans_ctn ul li { padding: 10px; }
#con_ans_ctn ul li img {
	vertical-align: middle;
	margin-right: 15px;
}
#con_ans_ctn ul li:nth-child(1) {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
#con_ans_ctn ul li:nth-child(2) {
	margin-left: 28px;
	padding: 20px 60px 20px 15px;
	color: #000;
}
.con_ans_box {
	background: #f0f0f0;
	width: 100%;
	float: left;
	min-height: 100px;
}
.con_ans_box div {
	width: calc(100% - 65px);
	float: left;
	padding: 10px 0;
}
.con_ans_box img {
	padding: 10px;
	float: left;
}
.con_ans_btn {
	margin-top: 10px;
	display: inline-block;
	float: right;
}
.con_ans_btn [type="button"] {
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #aaa;
	padding: 2px 10px;
}
.cn_btn {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #aaa;
	padding: 2px 10px;
}
.mtom_write {
	display: block;
	width: 200px;
	height: 45px;
	line-height: 48px;
	border: 2px solid #4e69d0;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
	color: #4e69d0;
	font-family: Gmarket_S_M;
	border-radius: 10px;
}
.mtom_write:hover {
	background: #4e69d0;
	color: #fff;
}
.toastui-editor-contents {
	font-size: 16px !important;
	font-family: 'Nanum_SR', 'Nanum_Go', 'Nanum_BGo', 'Nanum_SRR', 'Gmarket_S_M', 'Gmarket_S_B', 'Gmarket_S_L', sans-serif !important;
}
/* 증명서 출력 */
.head_tr {
	text-align: center;
	background: #F8F8F8;
}
.head_td_lt {
	font-weight: bold;
	letter-spacing: -1px;
	border: 1px solid #4e69d0;
	border-left: 0px;
	border-right: 0px;
	color: #4e69d0;
	padding: 4px;
	padding-top: 5px;
}
.head_td_ct {
	font-weight: bold;
	letter-spacing: -1px;
	border: 1px solid #4e69d0;
	border-left: 0px;
	border-right: 0px;
	color: #4e69d0;
	padding: 6px;
}
.head_td_rt {
	font-weight: bold;
	letter-spacing: -1px;
	border: 1px solid #4e69d0;
	border-left: 0px;
	border-right: 0px;
	color: #4e69d0;
	padding: 4px;
	padding-top: 5px;
}
.right_line { border-right: 1px solid #4e69d0; }
.list_td { border-bottom: 1px solid #E6E6E6; }
.certi_t td {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 28px;
	text-align: center;
}
.certi_t table { border-bottom: 1px solid #4e69d0; }
