
.float_right_company { float:right; margin:50px 0 0 20px;}
.float_left_company { float:left; margin: 0 20px 20px 0;  }
.float_left_product { float:left; margin:0 30px 50px 0;}
.fl { float:left; }
.float_clear { clear: both; }
.m_50 { margin-bottom: 50px; }
.m_30 { margin-bottom: 30px; }
.m_20 { margin-bottom: 20px; }
.m_10 { margin-bottom: 10px; }
.m_0 { margin-bottom: -10px; }
.mr_30 { margin-right: 30px;}
.mr_50 { margin-right: 50px;}
.ml_70 { margin-left: 70px;}
.ml_100 { margin-left: 100px;}
.t_left { text-align: left;}
.t_center {	text-align: center;}
.t_right {	text-align:right;}
.hr_60 { width: 60px; border: 0; border-top: 5px solid #c80025; margin-bottom: 50px; }
.bg_about {
	width: 800px;
	height: 550px;
	padding: 50px;
	background-image: url(/images/about_about_bg.jpg);
	background-repeat: no-repeat;
}
/* greet */
.company_about_ul ul { overflow: hidden; }
.company_about_ul ul li { float: left; width: 300px; height: 340px; text-align: center; border-right: 1px dashed #999; box-sizing: border-box; }
.company_about_ul ul li:last-child { border-right: none; }
.company_about_ul ul li p { font-family: 'Noto Sans KR', sans-serif; font-size: 22px; font-weight: 500; line-height: 50px;  }
.company_about_ul ul li span { font-family: 'Malgun Gothic', sans-serif; font-size: 15px; font-weight: 400;  }
.company_about_circle {
	width: 160px;
	height: 160px;
	background-color: #5bc8de;
	border-radius: 50%;
	color: white;
	text-align: center;
	font-size: 50px;
	line-height: 160px;
	margin: auto;
	margin-bottom: 10px;
}

#company_about_area { width: 1200px; height: 300px; display: flex;}
.company_about_area_img {
	width: 600px;
	height: 300px;
	margin: 0;
	display: inline;
}
.company_about_area_text {
	width: 600px;
	height: 300px;
	background-color: #f2f2f2;
	padding: 40px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.company_about_area_text h2 {
	font-size: 24px;
	font-weight: 400;
	color: #3f3f3f;
	line-height: 36px;
	margin-bottom: 20px;
}
.company_about_area_text h2::before {
	background-color: #222;
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	margin-bottom: 5px;
}
.va_m {
	vertical-align: middle;
 }

/* History */
.about_history {
	display: flex;
	width: 1200px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.about_history_text {
	width: 580px;
	padding-top: 20px;
	border-bottom: 1px dashed #ccc;
}
.about_history_text h1 {
	float: left;
	margin: -5px 50px 0 30px;
}
.about_history_text ul {
	float: left;
}



#service ul {
	overflow: hidden;
}
#service ul li {
	float: left;
	margin-right: 20px;
}
#service ul li:nth-child(2n) {
	margin-right: 0;
}
#service ul li span {
	display:block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #343434;
	line-height: 30px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.history_year {
	font-size: 48px;
	font-weight: 700;
	color: #303030;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
	padding-left: 20px;
}
.history_month {
	font-size: 15px;
    font-weight: 500;
	color: #de0129;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.history_txt {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.hr_fair {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#battery_advan ul li { float: left;}
.battery_advan_01 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_01.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	margin: 0 40px 40px 0;
}
.battery_advan_02 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_02.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.battery_advan_03 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_03.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	margin: 0 40px 40px 0;
}
.battery_advan_04 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_04.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.battery_advan_05 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_05.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
	margin: 0 40px 40px 0;
}
.battery_advan_06 {
	width: 370px;
	height: 130px;
	background-color: #efefef;
	padding: 30px;
	background-image: url(/images/battery_advan_06.gif);
	background-position: 30px 50%;
	background-repeat: no-repeat;
}
.battery_feature_01 {
	width: 840px;
	padding: 30px;
	border: 1px solid #c0c0c0;
	background-image: url(/images/battery_feature_01.gif);
	background-position: 50px 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.battery_feature_02 {
	width: 840px;
	padding: 30px;
	border: 1px solid #c0c0c0;
	background-image: url(/images/battery_feature_02.gif);
	background-position: 50px 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.battery_feature_03 {
	width: 840px;
	padding: 30px;
	border: 1px solid #c0c0c0;
	background-image: url(/images/battery_feature_03.gif);
	background-position: 50px 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.battery_feature_04 {
	width: 840px;
	padding: 30px;
	border: 1px solid #c0c0c0;
	background-image: url(/images/battery_feature_04.gif);
	background-position: 50px 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.sub_top_text {
	font-family: "Noto Serif KR", serif;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	line-height: 24px;
	display: inline-block;
	width: 600px;
	margin-top: 0px;
}
.sub_inter {
	width: 800px;
	height: 190px;
	background-color: #e6e2df;
	padding: 50px;
	background-image: url(/images/inter_about_01.jpg);
	background-position: 580px 0px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.st_14 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #585858;
}
.st_181 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #222222;
}
.st_18 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 5px;
	font-weight: 500;
	color: #343434;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00458d;
	padding-left: 5px;
	margin-bottom: 20px;
}
/*
.st_24 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
*/
.st_24 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #343434;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00aacc;
	padding-left: 13px;
	margin-bottom: 20px;
}
.sub_fair {
	height: 590px;
	width: 778px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.sub_fair_text {
	font-family:  'Noto Serif KR', serif;
	font-size: 15px;
	font-weight: 400;
	color: #222222;
	line-height: 24px;
}
.box_top{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1b9dff;
	border-bottom-color: #1b9dff;
}
.box_top td {

	color: #666666;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
}
.box_top th {

	color: #1b9dff;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
}
.point { color: #e60012;	font-weight: bold;}
.box_table_fee {
	border-top: 2px solid #4a7bc4;
	border-left: 1px solid #cfcfcf;
	border-collapse: collapse;
}
.box_table_fee td {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	color: #4d4d4d;
	font-size: 15px;
}
.box_table_fee th {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background-color: #EDEDED;
	line-height: 18px;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.box_table {
	border-top: 2px solid #00aacc;
	border-collapse: collapse;
}
.box_table td {
	border-bottom: 1px solid #e2e2e2;
	border: 1px solid #e2e2e2;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	line-height: 24px;
}
.box_table th {
	border-bottom: 1px solid #e2e2e2;
	border: 1px solid #e2e2e2;
	font-family: "Noto Sans KR", sans-serif;
	background-color: #fafafa;
	font-weight: 500;
}
.box_table_board{
	border-top: 2px solid #7C7C7C;
	border-left: 1px solid #cfcfcf;
	border-collapse: collapse;
}
.box_table_board td {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	color: #4d4d4d;
	font-size: 15px;
}
.box_table_board th {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background-color: #EDEDED;
	line-height: 18px;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.box{
	border-collapse: collapse;
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e2e2e2;
	border-left-color: #e2e2e2;
	padding: 10px;
	text-align: center;
}
.box1 {
	width: 820px;
	border-collapse: collapse;
	background-color: #FFF;
	border: 1px solid #c0c0c0;
	padding: 40px;
}
.box2{
    width: 840px;
    background-color: #f2f2f2;
	padding: 30px;
    margin-bottom: 40px;
}
.box3{
    font-family:  'Noto Serif KR', serif;
    width: 900px;
    height: 110px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	padding-top: 70px;
    margin-bottom: 50px;
}
.box4{
    width: 1120px;
    background-color: #f2f2f2;
	padding: 40px;
    margin-bottom: 40px;
}
.box5{
    font-family:  'Noto Serif KR', serif;
    background-color: #f2f2f2;
    width: 900px;
    height: 130px;
    font-size: 30px;
    font-weight: 700;
    color: #00448d;
    line-height: 40px;
    text-align: center;
	padding-top: 50px;
    margin-bottom: 50px;
}
.box_checklist{
    float: left;
    width: 280px;
    height: 310px;
    font-size: 30px;
    padding-right: 30px;
}
.iso_table {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d23f2a;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}

.iso_table td {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
.iso_table th {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
.iso_text_1 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 16px;
	font-weight: 500;
	color: #d23f2a;
	line-height: 24px;
}
.iso_text_2{
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.iso_text_3{
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 15px;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
}
.sub_text_13 {font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 13px; color: #5e5e5e; font-weight: 300; line-height: 30px; }
.sub_text_14 {font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 14px; color: #5e5e5e; font-weight: 300; line-height: 30px; }
.sub_text_15 {font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 15px; color: #5a5959; font-weight: 300; line-height: 20px; margin-bottom: 50px; }
.sub_text_16 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 24px;
}
.sub_text_18 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 24px;
}
.sub_text_24 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	line-height: 35px;
}
.sub_text_24s {
	font-family: 'Noto Serif KR', serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	line-height: 24px;
}
.sub_text_25 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 25px;
	font-weight: 500;
	color: #454545;
	line-height: 30px;
}
.sub_text_26 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 26px;
	font-weight: 300;
	color: #454545;
	line-height: 30px;
}
.sub_text_30 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	color: #222222;
}
.sub_text_30s {
	font-family: 'Noto Serif KR', serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 30px;
	font-weight: 500;
	color: #00a43a;
	line-height: 40px;
}
.sub_text_34 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 34px;
	font-weight: 700;
	color: #222222;
	line-height: 40px;
}
.sub_text_36 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #00458d;
}
.sub_text_48 {
	font-family: 'Noto Sans KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	color: #303030;
}
.sub_text_50 {font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 50px; color: #171616; font-weight: 300; line-height: 70px; }
.sub_text_50 span {color: #00a43a; font-weight: 500; }

#sub_tour01 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_01.jpg); margin: 0 20px 20px 0; }
#sub_tour02 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_02.jpg); margin: 0 0 20px 0; }
#sub_tour03 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_03.jpg); margin: 0 20px 20px 0; }
#sub_tour04 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_04.jpg); margin: 0 0 20px 0; }
#sub_tour05 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_05.jpg); margin: 0 20px 20px 0; }
#sub_tour06 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_06.jpg); margin: 0 0 20px 0; }
#sub_tour07 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_07.jpg); margin: 0 20px 20px 0; }
#sub_tour08 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_08.jpg); margin: 0 0 20px 0; }
#sub_tour09 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_09.jpg); margin: 0 20px 20px 0; }
#sub_tour10 { float: left; width: 590px; height: 80px; padding-top: 290px; background-image: url(/site/images/sub_tour_10.jpg); margin: 0 0 20px 0; }
#sub_tour_black_tit { width: 560px; height: 50px; background-color: rgba(00, 00, 00, 0.5); padding: 15px; }
.sub_tour_tit { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 22px; color: #fff; font-weight: 500; line-height: 30px;}
.sub_tour_txt { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 14px; color: #d8d8d8; font-weight: 300; line-height: 20px;}

.align_center { text-align: center; }

#location_car { float: left; width: 398px; height: 540px; margin-right: 20px;
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;}
#location_car h1 { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 22px; color: #fff; font-weight: 500; line-height: 50px; background-color: #00a43a; text-align: center; }

#location_car h2 { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 22px; color: #fff; font-weight: 500; line-height: 50px; background-color: #f3b43a; text-align: center; }

#location_car h3 { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 22px; color: #fff; font-weight: 500; line-height: 50px; background-color: #454545; text-align: center; }
.inner { }

#inner_mid { padding: 20px; height: 240px; }
#inner_bot { padding: 20px; }

#location_bus { float: left; width: 778px; height: 540px;
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;}

#location_bus h2 { font-family: "Noto Sans KR", sans-serif, "Malgun Gothic", "���� ����", "����", Arial; font-size: 22px; color: #fff; font-weight: 500; line-height: 50px; background-color: #f3b43a; text-align: center; }

.course { overflow: hidden;}

.point_blue {
	color: #00458d;
	font-weight: 500;
}
.point_red {
	color: #de0129;
	}
.ul_check {
	list-style-image: url(/images/icon_check_red.gif);
	list-style-type: none;
	list-style-position: inside;
	line-height: 30px;
	font-weight: 400;
    padding-left: 2em;
    text-indent: -2em;
}
.t_in15 {
	padding-left: 2em;
	text-indent: -1em;
}
.t_in10 {
	padding-left: 3em;
	text-indent: -1em;
}
.t_in5 {
	padding-left: 4em;
	text-indent: -1em;
}
.t_pad30 {
	padding-left: 20px;
	margin-bottom: 0px;
}
.STitle_24 {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 24px;
	font-style: normal;
	color: #34711b;
	line-height: 30px;
}
.txt_red_14 {

	font-size: 16px;
	font-weight: bold;
	color: #e70012;
}
.txt_red_19 {

	font-size: 19px;
	font-weight: bold;
	color: #e70012;
}
.blue_b {
	font-size: 16px;
	font-weight: bold;
	color: #0e6eb8;
}
.lt_s {
	font-family: "Noto Sans KR Regular", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 11px;
	font-style: normal;
	color: #bec0c1;
	line-height: 14px;
}
.lt {
	font-family: "Noto Sans KR Medium", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 32px;
	font-style: normal;
	color: #212121;
	line-height: 36px;
}
.lm {
	font-family: "Noto Sans KR Light", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 17px;
	font-style: normal;
	color: #181818;
	line-height: 24px;
}
.lm_over {
	font-family: "Noto Sans KR Medium", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 17px;
	font-style: normal;
	color: #409c1c;
	line-height: 24px;
}
.hr_mt{
	height: 2px;
	border-bottom: 0px;
	text-align: left;
	margin-left: 0px;
	background-color: #414141;
}
.product_name { color: #000000; font-size:18px; letter-spacing: -0.5px; font-weight: 400; }
.product_code { color: #959595; font-size:14px; letter-spacing: -0.5px;  }
.product_name1 { color: #575757; letter-spacing: -0.03px; }
.product_sale { font-weight: bold; line-height: 16px; color: #999; text-decoration:line-through}
.product_price { font-weight: bold; line-height: 16px; color: #fe434c; }
.product_txt {line-height: 16px; color: #666666; }
.product_noprice { line-height: 16px; color: #999;}



.product { font-family: "����"; font-size: 11px; color: #333333; letter-spacing: -0.05em; line-height: 16px; }
.price { font-family: "����"; font-size: 12px; font-weight: bold; color: #46b813; letter-spacing: -0.05em; }
.sText { font-family: "����"; font-size: 11px; color: #bd5d00; line-height: 18px; }
.sPrice {color: #666666}

.detProduct { letter-spacing: -0.05em; font-family: "����"; font-size: 14px; font-weight: bold; color: #555555; }
.detTitle { font-family: "����"; font-size: 11px; color: #777777; letter-spacing: -0.05em; }
.detSale { color: #6e6e6e; font-weight: bold; font-size: 12px; }
.detPrice { letter-spacing: -0.05em; font-family: "����"; font-size: 14px; font-weight: bold; color: #ff0000; }
.detCont {font-family: "����"; font-size: 11px; color: #777777; letter-spacing: -0.05em;}

.product_title {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	color: #363636;
}
.st {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #666;
}
.detail_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.detail_txt {
	font-size: 14px;
	color: #838587;
}

.board_title, .board_title A:link, .board_title A:active, .board_title A:visited, .board_title A:hover {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.board_txt {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.cert {
	font-size: 13px;
	font-weight: bold;
	color: #414141;
	line-height: 20px;
}

.cert_txt {
	font-size: 11px;
	color: #414141;
}

.product {
	font-family: "Noto Sans KR Medium", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	line-height: 18px;
}
.product_spec {
	font-size: 14px;
	font-weight: 400;
	color: #828282;
	line-height: 1.5;
}

.product_txt {
	font-size: 14px;
	color: #363636;
	font-weight: 400;
}

#dText p {font-size: 15px; line-height:25px;}

.icon_txt {
	background-image: url(/images/icon_txt_1.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #666;
}
.hr_mt{
	height: 2px;
	border-bottom: 0px;
	text-align: left;
	margin-left: 0px;
	background-color: #414141;
}

.sitemap_menu {	font-size: 14px;font-weight: bold;color: #ffffff;}
.sitemap_list {	font-size: 12px;color: #414141;}
.sitemap_list A:link, .sitemap_list A:active, .sitemap_list A:visited {	font-size: 12px;color: #414141;}
.sitemap_list A:hover {	font-size: 12px;color: #414141;}
.top {
	font-family: 'Noto Sans KR Regular', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 13px;
	font-style: normal;
	color: #818181;
	line-height: 18px;
	font-weight: normal;
}

.smalltitle {  font-size: 12px; color: #e60012; letter-spacing: -0.5px; }

.tablelight { font-size: 13px; color: #565656;}
.tablebold { font-size: 13px; font-weight: bold; color: #565656;}
.textbold {
	font-size: 14px;
	font-weight: bold;
color: #565656;
	line-height: 18px;
	color: #1168be;
}
.textlight { font-size: 11px; line-height:1.0; color:#565656;}
.break {page-break-before: always;}
ul.subUL { margin: 0 auto; padding: 0; list-style: none;  }
ul.subUL li { float: left; text-align:center;
	border-top: 2px solid #0d6fb8;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	}
ul.subUL li:last-child {
	border-right: 1px solid #cfcfcf;
	 }

a.subMenu:link, a.subMenu:active, a.subMenu:visited {
	font: bold 14px "���� ����", "����", Arial;
	background: #fff;
	padding: 15px;
	position: relative;
	display: inline-block;
}

a.subMenuOver:link, a.subMenuOver:active, a.subMenuOver:visited {
	font: bold 14px "���� ����", "����", Arial;
	color : #fff;
	background: #0d6fb8;
	padding: 15px;
	position: relative;
	display: inline-block;
}

a.subMenu:hover, a.subMenuOver:hover {
	background: #0d6fb8;
	color: #fff;
}

a.subMenu .right {
	border-left: 1px solid #cfcfcf;
}

.box_notice {
	border: 1px solid #e4e4e4;
	padding: 14px;
}
.box_product {
	border: 10px solid #ceeec4;
	padding: 20px;
}

.box td { border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;  color: #414141; font-size: 13px; }
.box th { border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; background-color: #EDEDED; line-height: 15px; color: #248ec6;  font-size: 13px; font-weight: bold; letter-spacing: -0.03em; }

.search_form { vertical-align:top; ime-mode: active; width: 235px; height: 27px; font-size: 15px; font-weight: bold; color: #666666; border:0; border-top:4px solid #78B744;border-bottom:4px solid #78B744; padding:0}

.sitemap_title {

	font-size: 14px;
	font-weight: bold;
	color: #666;
}
A.sitemap_list:link, A.sitemap_list:active, A.sitemap_list:visited { font-size: 14px; color: #666;}
A.sitemap_list:hover { font-size: 14px; color: #000;}

.mnlMenu {
	position:absolute; width:100%; top:120px; height:40px; z-index:-100;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	-ms-transition: all .25s ease .1s;
	transition: all .25s ease .1s;

 }
.menu {
	font-family: "Noto Sans KR Medium", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 18px;
	font-style: normal;
	color: #242424;
	line-height: 24px;
	font-weight: normal;
}
.menu_over {
	font-family: "Noto Sans KR Medium", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 18px;
	font-style: normal;
	color: #f6683d;
	line-height: 24px;
	font-weight: normal;
}
.submenu {
	font-family: "Noto Sans KR Regular", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	line-height: 18px;
}
.submenu_over {
	font-family: "Noto Sans KR Regular", sans-serif, "Malgun Gothic", "���� ����", "����", Arial;
	font-size: 14px;
	font-style: normal;
	color: #c0fda8;
	line-height: 18px;
}
.transit {
	-webkit-transition: all .5s ease .1s;
	-moz-transition: all .5s ease .1s;
	-o-transition: all .5s ease .1s;
	-ms-transition: all .5s ease .1s;
	transition: all .5s ease .1s;

 }

.mtMenu, .mtMenu A:link, .mtMenu A:active, .mtMenu A:visited { font-size: 36px; font-style: normal; font-weight: bold; line-height: 40px; color: #000;}
.mtMenu A:hover  { font-size: 36px; font-style: normal; font-weight: bold; line-height: 40px; color: #000;}

.smMenu, .smMenu A:link, .smMenu A:active, .smMenu A:visited { font-size: 16px; font-style: normal; font-weight: bold; line-height: 40px; color: #FFF;}
.smMenu A:hover, .smMenu A.mOver { font-size: 16px; font-style: normal; font-weight: bold; line-height: 20px; color: #ffff00;}

.mnlMenu, .mnlMenu a { font-family: "Noto Sans KR Regular"; font-size: 14px; font-style: normal; color: #ffffff;}
.mnlMenu a:hover, .mnlMenu a.mOver { font-family: "Noto Sans KR Regular"; font-size: 14px; font-style: normal; color: #c0fda8; text-decoration: none;}

A.subOver:link, A.subOver:active, A.subOver:visited, A.subOver:hover {  line-height: 1.5; font-size: 12px; font-style: normal; color: #E40011; font-weight: normal; font-variant: normal; text-decoration: none;font-weight:bold}
A.sub:link, A.sub:active, A.sub:visited {  line-height: 1.5; font-size: 12px;  color: #666666; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none;}
A.sub:hover {  line-height: 1.5; font-size: 12px; font-style: normal; color: #E40011; font-weight: normal; font-variant: normal; text-decoration: none;font-weight:bold}


.lcd1 { overflow: hidden; font-family:����; font-size: 9pt; border:0 solid; color: black; background-color: transparent; width:99px; height: 85px}
.lcd2 { overflow: hidden; font-family:����; font-size: 9pt; border:1px solid; color: black; background-color: transparent; width:99px; height: 85px}
.input_none {font-size: 12px; border: none; background-color: transparent;}

.sms_txt { font-family: "����"; font-size: 11px; color: #FFFFFF; line-height: 16px; }
.sms_name { font-family: "����"; font-size: 11px; line-height: 16px; color: #525252; }

.mcd2 { overflow: hidden; font-family:����; font-size: 11px; line-height: 16px; border:0 solid; color: #FFFFFF; background-color: transparent; width:130px; height: 65px}
.mcd1 { overflow: hidden; font-family:����; font-size: 11px; line-height: 16px; border:0 solid; color: black; background-color: transparent; width:99px; height: 85px}
.main_none {  font-family:����; font-size: 12px; color: #FFFFFF; border: none; background-color: transparent;}

.basic { font-size: 12px; line-height: 18px; color: #666; letter-spacing: -0.02em; }
.green_b { font-size: 12px; font-weight: bold; color: #6aa41d; letter-spacing: -0.02em; }

.detProduct {
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
.detCont { font-size: 12px; color: #777777; letter-spacing: -0.03em; line-height: 15px; }
.detText { font-size: 12px; line-height: 18px; color: #666; letter-spacing: -0.05em; }


.smsInput { font-family:"���� ����", "����", "굴림"; font-size: 14px;  color: #666666; font-weight: bold; text-align:center; border:0; height: 25px; ime-mode:disabled;}
.smsInput3 { width: 140px; border:1px solid #D1D1D1}
.smsInput4 { width: 90px}

.lance {  border:1px solid #cccccc; font-size: 13px; color: #414141; padding:3px;}
.admin {  border-style:solid; border-width:1px; border-color:#cccccc; font-size: 12px; color: #414141;}
.trance { background-color: #ffffff; border-bottom: #ffffff  1px solid; border-left: #ffffff 1px solid; border-right: #ffffff  1px solid; border-top: #ffffff  1px solid; }
.td1 	{  border-style:solid; border-width:1px; border-color:#D1CFBD; }
.png24 {  tmp:expression(setPng24(this));}


A.noStyle { line-height: 1.5; font-size: 14px;  color: #666; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none;}
.mainTxt12_eng {
	font-family: 'Noto Sans KR Medium', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt13 {
	font-family: 'Noto Sans KR DemiLight', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 13px;
	font-weight: normal;
	color: #050505;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt14 {
	font-family: 'Noto Sans KR DemiLight', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 14px;
	font-weight: normal;
	color: #353a55;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt14White {
	font-family: 'Noto Sans KR DemiLight', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt14_R, .mainTxt14_R > a {
	font-family: 'Noto Sans KR Regular', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 14px;
	font-weight: normal;
	color: #919191;
	letter-spacing: -0.5px;
}
.mainTxt14_R_over, .mainTxt14_R > a:hover { font-family: 'Noto Sans KR Regular', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 14px;	line-height: 18px;	font-weight: normal;	color: #da291c; text-decoration:none}
.mainTxt15 {
	font-family: 'Noto Sans KR Regular', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 15px;
	font-weight: normal;
	color: #545454;
	line-height: 20px;
	letter-spacing: -0.5px;
}
.mainTxt18 {
	font-family: 'Noto Sans KR Medium', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	letter-spacing: -0.5px;
}
.mainTxt18White {
	font-family: 'Noto Sans KR Medium', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	font-weight: normal;
	color: #C70528;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt18_red {
	font-family: 'Noto Sans KR Medium', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	font-weight: normal;
	color: #e52424;
	line-height: 18px;
	letter-spacing: -0.5px;
}
.mainTxt18_S {
	font-family: 'Noto Serif KR', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #313131;
	letter-spacing: -0.5px;
}
.mainTxt22 {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
	color: #1e3246;
	letter-spacing: -0.5px;
}
.mainTxt24 {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #353a55;
	letter-spacing: -0.5px;
}
.mainTxt24White {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -0.5px;
}
.mainTxt26 {
	font-family: 'Noto Sans KR Bold', sans-serif, "Malgun Gothic", '���� ����', '����', Arial;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #010101;
	letter-spacing: -0.5px;
}
.mainTxt30 { font-family: 'Noto Sans KR Regular', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 30px;	line-height: 36px;	font-weight: normal;	color: #000000;}
.mainTxt30_S { font-family: 'Noto Serif  KR', serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 30px;	line-height: 36px;	font-weight: bold; color: #1d9bd0; letter-spacing: -0.5px;}
.mainTxt32 {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #010101;
	letter-spacing: -0.5px;
}
.mainTxt36_tel {
	font-family: 'Century Gothic', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #f6683d;
	letter-spacing: -0.5px;
}

.QBstate {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #A6A6A6;
	letter-spacing: -0.5px;
}
.QBstateOn {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #1063A4;
	letter-spacing: -0.5px;
}
.QBstateIng {
	font-family: 'Noto Sans KR Medium', sans-serif, Malgun Gothic, '���� ����', '����', Arial;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #FF4443;
	letter-spacing: -0.5px;
}

.mainTxt48 { font-family: 'Noto Sans KR Light', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 48px;	color: #171616;	line-height: 50px;	}
.notice { font-family: 'Noto Sans KR Light', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 15px; color: #fff;	letter-spacing: -0.5px; font-weight: 300; }
.notice_date { font-family: 'Noto Sans KR Light', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 12px;	letter-spacing: -0.5px;	color: #959595;}
A.notice:link, A.notice:active, A.notice:visited { font-family: 'Noto Sans KR Light', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 15px; color: #fff; letter-spacing: -0.5px; font-weight: 300; }
A.notice:hover { font-family: 'Noto Sans KR Light', sans-serif, Malgun Gothic, '���� ����', '����', Arial; font-size: 15px;	color: #f3f13a;	letter-spacing: -0.5px; font-weight: 300; }
A.gallery:link, A.gallery:active, A.gallery:visited {line-height: 1.5; font-size: 11px;  color: #f2f2f2; }
A.gallery:hover { line-height: 1.5; font-size: 11px;  color: #f2f2f2; text-decoration: underline;}


/* 2�ݨ분�?버튼 */
A.button, A.buttonOver {
	border: 0px solid #000;
	background: #7F7F7F;
	padding: 7px 30px 13px 30px;
	margin: 0 10px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	vertical-align: middle;
}
A.button:hover, A.buttonOver {
   border: 0px solid #e60012;
   background: #e60012;
   color: #fff;
   }

A.button:active {
   border: 0px solid #e60012;
   background: #e60012;
   color: #fff;
   }

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5cece;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5cece;
	box-shadow:inset 0px 1px 0px 0px #f5cece;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0bdbd), color-stop(1, #c75f5f));
	background:-moz-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-webkit-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-o-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-ms-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:linear-gradient(to bottom, #f0bdbd 5%, #c75f5f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0bdbd', endColorstr='#c75f5f',GradientType=0);
	background-color:#f0bdbd;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e38686;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: ���� ����
	font-size:16px;
	font-weight:bold;
	padding:9px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c27474;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c75f5f), color-stop(1, #f0bdbd));
	background:-moz-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-webkit-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-o-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-ms-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:linear-gradient(to bottom, #c75f5f 5%, #f0bdbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c75f5f', endColorstr='#f0bdbd',GradientType=0);
	background-color:#c75f5f;
}
.myButton:active {
	position:relative;
	top:1px;
}

A.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5cece;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5cece;
	box-shadow:inset 0px 1px 0px 0px #f5cece;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0bdbd), color-stop(1, #c75f5f));
	background:-moz-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-webkit-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-o-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:-ms-linear-gradient(top, #f0bdbd 5%, #c75f5f 100%);
	background:linear-gradient(to bottom, #f0bdbd 5%, #c75f5f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0bdbd', endColorstr='#c75f5f',GradientType=0);
	background-color:#f0bdbd;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e38686;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: ���� ����;
	font-size:16px;
	font-weight:bold;
	padding:9px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c27474;
}
A.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c75f5f), color-stop(1, #f0bdbd));
	background:-moz-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-webkit-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-o-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:-ms-linear-gradient(top, #c75f5f 5%, #f0bdbd 100%);
	background:linear-gradient(to bottom, #c75f5f 5%, #f0bdbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c75f5f', endColorstr='#f0bdbd',GradientType=0);
	background-color:#c75f5f;
}
A.myButton:active {
	position:relative;
	top:1px;
}

.ebookTitle { border-bottom: 3px solid #0d6fb8; font: 24px "���� ����", "����", Arial; padding:0 0 10px 10px;}

.ebookPDF {
	font-family: Tahoma, "���� ����", "����", Arial;
	font-size: 11px;
	color: #FFF;
	width: 100px; height:20px;
	display: inline-block;
	background: #333333;
	border:0;
	cursor:pointer;
}

.ebookView {
	font-family: Tahoma, "���� ����", "����", Arial;
	font-size: 11px;
	color: #5d5c5c;
	width: 100px; height:20px;
	display: inline-block;
	background: #ffffff;
	border:1px solid #bababa;
	cursor:pointer;
}
.ulli li {
	list-style: disc; 
	margin-left:40px;
}
.ulli li::marker {
	font-size: 12px;
}
.ol_fair {
	list-style-type: decimal;
	font-weight: 400;
	margin: 5px 5px;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -2em;
}

.ol_fee {
	list-style-type: decimal;
	font-size: 15px;
	font-weight: 400;
	margin: 10px 30px;
}

.ol_a {
	list-style-type: upper-alpha;
	font-size: 14px;
	font-weight: 300;
	margin: 10px 30px;
}

.lbtn {	font-family: "���� ����", "Arial"; font-size: 12px; padding:5px 5px 2px 5px; display: inline-block; width: 140px;
		background-color: #f9f9f9; border-top: #f2f2f2 1px solid; border-right: #c2c2c2 1px solid; border-left: #f2f2f2  1px solid; border-bottom: #c2c2c2  1px solid;
		color: #333333; border-radius: 2px; cursor:pointer;}

.agreeTitle { font-size:18px;line-height:50px; }
.agreeDiv { margin-bottom:30px; }
.agreeBtn { width:100%; text-align:center; margin-top:30px; }
.agreeCaution { width:100%; text-align:center; font-weight:bold; color:#ff6600}

.cir { margin-bottom:20px; padding-left:20px;text-indent:-20px;}
.con { padding-left:20px; }
.con li { margin-left:20px; list-style-type:disc;}
.agree { width:100%; text-align:center; font-weight:bold; color:#ff6600; margin:20px 0; padding: 10px;}
.abtn {	font-family: "���� ����", "Arial"; font-size: 15px; padding:10px 20px 7px 20px; display: inline-block;
		background-color: #004492; border-top: #f2f2f2 1px solid; border-right: #c2c2c2 1px solid; border-left: #f2f2f2  1px solid; border-bottom: #c2c2c2  1px solid;
		color: #fff; border-radius: 3px; cursor:pointer;}
.sbtn {	font-size: 12px; padding:4px 5px 3px 5px; }
.change { padding:20px; }

.recruit_all{
	background-color: #009900;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
.recruit_close{
	background-color: #aaa;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
