@charset "utf-8";

@import url(./module.font.css);
@import url(./module.form.css);
@import url(./module.button.css);
@import url(./module.global.css);
@import url(./platform.front.css);
@import url(./layout.sub.css);

/**
 * layout
 */
.local-body .content-head:after																	{background-image: url(./../../img/seminar/layout_content_head.jpg);}

/* only for desktop */
@media only screen and (min-width: 1056px) {
	.local-body .content-head:after																	{left: 0; background-position: center center; background-size: cover; width:100%;}
}

/* only for mobile */
@media all and (max-width: 1055px) {
	.local-body .content-head:after																	{content: ''; display: block; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: calc(3rem + 5rem); background-repeat: no-repeat; background-position: center center; background-size: cover;}
}

/**
 * content
 */

/* 세미나 신청 서식 */
.post-content .post-content-item+.submit-form													{padding-bottom: 2rem; border-bottom: 1px solid #d0cbc6;}

/* 세미나 신청 */
/* only for desktop */
@media only screen and (min-width: 1056px) {
	.seminar-apply .content-body .submit-form .form-list										{-ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -ms-flex-flow: wrap; -webkit-flex-flow: wrap; flex-flow: wrap;}
	.seminar-apply .content-body .submit-form .form-list .form-item								{width: calc((100% - 2rem) / 2);}
	.seminar-apply .content-body .submit-form .form-list .form-item:nth-child(even)				{margin-left: 2rem;}
	
	.seminar-apply .content-body .post-content-item												{display: inline-block; vertical-align: top;}
	.seminar-apply .content-body .post-content-item+.checklist									{display: inline-block; margin-left: 1rem; vertical-align: top;}
	
	.ie9 .seminar-apply .content-body .submit-form .form-list .form-item						{width: auto;}
	.ie9 .seminar-apply .content-body .submit-form .form-list .form-item:nth-child(even)		{margin-left: 0;}
}

/* 세미나 신청 완료 */
@media only screen and (min-width: 1056px) {
	.seminar-apply-completed .content-body														{padding-right: 9rem; padding-left: 9rem;}
}

/* 세미나 신청정보 조회 */
@media only screen and (min-width: 1056px) {
	.seminar-edit-certify .content-body															{padding-right: 9rem; padding-left: 9rem;}
}

/* 세미나 신청정보 */
/* only for desktop */
@media only screen and (min-width: 1056px) {
	.seminar-edit .content-body .submit-form .form-list											{-ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -ms-flex-flow: wrap; -webkit-flex-flow: wrap; flex-flow: wrap;}
	.seminar-edit .content-body .submit-form .form-list .form-item								{width: calc((100% - 2rem) / 2);}
	.seminar-edit .content-body .submit-form .form-list .form-item:nth-child(even)				{margin-left: 2rem;}
	.ie9 .seminar-edit .content-body .submit-form .form-list .form-item							{width: auto;}
	.ie9 .seminar-edit .content-body .submit-form .form-list .form-item:nth-child(even)			{margin-left: 0;}
}

/* 세미나 신청정보 수정 완료 */
@media only screen and (min-width: 1056px) {
	.seminar-edit-completed .content-body														{padding-right: 9rem; padding-left: 9rem;}
}





