@charset "utf-8";

/* ==================================================================================================== *
 *
 *     SAMPLE PAGE STYLESHEET
 *
 * ==================================================================================================== */

.ws_content_wrap {}
.ws_content_wrap .es_step_area {}
.ws_content_wrap .es_step_area .bs_list_box {margin-top:30px}
.ws_content_wrap .es_step_area .bs_list_box .is_title_field {height:40px;border-bottom:1px solid #333;font-weight:bold;font-size:1.5em;letter-spacing:-0.5px;line-height:40px;text-align:left}
.ws_content_wrap .es_step_area .bs_list_box .is_desc_field {padding:20px 0;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_step_area .bs_list_box .is_desc_field div {text-align:left !important}
.ws_content_wrap .es_step_image_area {margin-top:30px}
.ws_content_wrap .es_step_image_area .bs_list_box {margin-top:30px}
.ws_content_wrap .es_step_image_area .bs_list_box .is_image_field {text-align:center}
.ws_content_wrap .es_step_image_area .bs_list_box .is_image_field .ss_img {max-width:100%}
.ws_content_wrap .es_step_image_area .bs_list_box .is_title {display:block;position:relative;margin-top:10px;font-size:1.4em;line-height:1.5em;letter-spacing:-0.5px}
.ws_content_wrap .es_step_image_area .bs_list_box .is_title .ss_label {display:inline-block;vertical-align:middle;position:absolute;top:-30px;width:35px;height:35px;border-radius:0 50% 0 0 !important;background-color:#fff;color:#333;font-weight:bold;font-size:1em;line-height:30px;text-align:left}
.ws_content_wrap .es_info_area {}
.ws_content_wrap .es_info_area .bs_list_box {margin-bottom:30px}
.ws_content_wrap .es_info_area .bs_list_box .is_image_field {text-align:center}
.ws_content_wrap .es_info_area .bs_list_box .is_image_field .ss_img {}
.ws_content_wrap .es_info_area .bs_list_box .is_text_field {padding-top:30px;padding-left:30px}
.ws_content_wrap .es_info_area .bs_list_box .is_text_field .ss_title {font-size:1.8em;line-height:1.5em;letter-spacing:-0.5px}
.ws_content_wrap .es_info_area .bs_list_box .is_text_field .ss_desc {margin-top:5px;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_list_check_area {padding:0 30px;border:1px solid #ddd}
.ws_content_wrap .es_list_check_area .bs_title {display:block;padding:30px 0;border-bottom:1px solid #ddd;font-size:1.8em;line-height:normal;letter-spacing:-0.5px}
.ws_content_wrap .es_list_check_area .bs_check_list_box {padding:30px 0}
.ws_content_wrap .es_list_check_area .bs_bd_t {border-top:1px solid #ddd}
.ws_content_wrap .es_list_check_area .bs_check_list_box .is_list {position:relative;margin-top:10px;padding-left:25px;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_list_check_area .bs_check_list_box .is_list:before {content:'\f00c';display:block;position:absolute;top:0;left:0;width:20px;height:20px;color:#ff0000;font-family:'FontAwesome'}
.ws_content_wrap .es_list_check_area .bs_info_box {margin-bottom:50px;padding:20px;background:#f5f5f5}
.ws_content_wrap .es_list_check_area .bs_info_box .is_title {display:block;position:relative;margin-top:30px;margin-bottom:10px;padding-left:28px;font-size:1.3em;letter-spacing:-0.5px}
.ws_content_wrap .es_list_check_area .bs_info_box .is_title:before {content:'';display:block;position:absolute;top:-2px;left:0;width:22px;height:22px;border-radius:50% !important;border:2px solid #ddd;background-color:#fff}
.ws_content_wrap .es_list_check_area .bs_info_box .is_title:after {content:'';display:block;position:absolute;top:3px;left:10px;width:2px;height:11px;background:url('../../../img/page/infobox_bul.png') center #fff no-repeat}
.ws_content_wrap .es_list_check_area .bs_alert {display:inline-block;margin-top:5px;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px}
.ws_content_wrap .es_list_area .bs_list_box:before {background-color:#333}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_step_area .bs_list_box .is_desc_field {font-size:1.2em}
	.ws_content_wrap .es_step_image_area .bs_list_box .is_title {font-size:1.2em}
	.ws_content_wrap .es_info_area .bs_list_box .is_text_field {padding-top:15px;padding-left:0}
	.ws_content_wrap .es_info_area .bs_list_box .is_text_field .ss_title {font-size:1.5em}
	.ws_content_wrap .es_info_area .bs_list_box .is_text_field .ss_desc {font-size:1.2em}
	.ws_content_wrap .es_list_check_area {padding:0 15px}
	.ws_content_wrap .es_list_check_area .bs_title {padding:20px 0;font-size:1.5em}
	.ws_content_wrap .es_list_check_area .bs_check_list_box .is_list {font-size:1.2em}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 이상) 992px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {

}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media all and (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}