/*서브 탑 네비*/

#sub_nav {
	width:100%;
	height:110px;
	min-width:1200px;
	padding-top:30px;
	background:url('/images/sub/s_nav_bg.jpg');
    z-index: 9;
}
#sub_nav ul.s_m {
	text-align:center;
}
#sub_nav ul.s_m li {
    font-size: 22px;
	padding:7px 30px 10px 30px;
	margin:0 1px;
	display:inline-block;
	background-color:#fff;
	border-radius:200px;
	border:1px solid #c8c8c8;
}
#sub_nav ul.s_m li.this {	
  border-width:1px;
  color:#ffffff;
  border-color:#337fed;
  font-weight:bold;
  border-radius:200px;
  box-shadow:inset 0px 1px 0px 0px #97c4fe;
  text-shadow:inset 0px 1px 0px #1570cd;
  background:linear-gradient(#3d94f6, #1e62d0);
}
#sub_nav ul.s_m li:hover {
  border-width:1px;
  color:#ffffff;
  border-color:#337fed;
  font-weight:bold;
  border-radius:200px;
  box-shadow:inset 0px 1px 0px 0px #97c4fe;
  text-shadow:inset 0px 1px 0px #1570cd;
  background:linear-gradient(#3d94f6, #1e62d0);
}



/*서브컨텐츠*/
#s_con {
    width:1200px;
    margin: 0 auto;
	padding:0 50px;
	margin-top:30px;
	line-height:200%;
}

#s_con .s_map {
	width:1200px;
	height:500px;
	position:relative;
	background:url('/images/sub/s_2_1.jpg')no-repeat; 
}
#s_con .s_map ul.s_m {
}
#s_con .s_map ul.s_m li {
	font-size:12px;
	text-align:center;
	background-color:#272727;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	opacity:0.8;
}

#s_con .s_map ul.s_m li.s01 {
	position:absolute;
	top:107px;
	left:208px;
	width:60px;
}
#s_con .s_map ul.s_m li.s02 {
	position:absolute;
	top:85px;
	left:643px;
	width:60px;
}
#s_con .s_map ul.s_m li.s03 {
	position:absolute;
	top:95px;
	left:720px;
	width:60px;
}
#s_con .s_map ul.s_m li.s04 {
	position:absolute;
	top:102px;
	left:810px;
	width:60px;
}
#s_con .s_map ul.s_m li.s05 {
	position:absolute;
	top:152px;
	left:610px;
	width:60px;
}
#s_con .s_map ul.s_m li.s06 {
	position:absolute;
	top:200px;
	left:820px;
	width:110px;
}
#s_con .s_map ul.s_m li.s07 {
	position:absolute;
	top:250px;
	left:640px;
	width:60px;
}
#s_con .s_map ul.s_m li.s08 {
	position:absolute;
	top:300px;
	left:860px;
	width:70px;
}

#s_con .s_map ul.s_m li.s09 {
	position:absolute;
	top:260px;
	left:825px;
	width:130px;
}
#s_con .s_map ul.s_m li.s10 {
	position:absolute;
	top:360px;
	left:1075px;
	width:70px;
}
#s_con .s_map ul.s_m li.s11 {
	position:absolute;
	top:65px;
	left:503px;
	width:60px;
}
#s_con .s_map ul.s_m li.s12 {
	position:absolute;
	top:122px;
	left:930px;
	width:110px;
}


/*탑버튼*/
#s_con .top {
    width:1200px;
    text-align: right;
    margin-bottom: 20px;
}
#s_con .top #top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #c3c3c3;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background-color: white;
    vertical-align: middle;
}
#s_con .top #top_btn:hover {
    border-color: #550000;
    background-color: #550000;
    color: #fff;
}
/*탑버튼*/


#s_con .img_ra {
	border-radius: 15px;
	box-shadow: 5px 5px 8px #dedede;
}
#s_con .img_ra2 {
	border-radius: 15px;
	box-shadow: 5px 5px 8px #dedede;
	float:left;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:30px;
}
#s_con .img_ra3 {
	border-radius: 15px;
	box-shadow: 5px 5px 8px #dedede;
	float:right;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:30px;
}



#s_con .t1 {
    font-size: 24px;	
	color:#93381b;
	font-family: 'KoPub Batang', serif !important;
}
#s_con .t2 {
    font-size: 20px;
}
#s_con .t3 {
    font-size: 26px;
	font-family: 'KoPub Batang', serif !important;
}
#s_con .t4 {
    font-size: 22px;
    color: #104bae;
}
#s_con .t5 {
    color: #833d1c;
    font-size: 24px;
    font-weight: bold;
}
#s_con .t6 {
    font-size: 20px;
}
#s_con .t7 {
    font-size: 22px;
    line-height: 200%;
}

#s_con .t8 {
    font-size: 30px;
	font-family: 'KoPub Batang', serif !important;
}

#s_con .list {
    font-size: 20px;
    width: 100%;
    margin: 20px 0 15px;
    padding: 15px 0 15px 5px;
}
#s_con .list_con {
    width: 100%;
    padding: 20px;
    background-color: #f6f2e8;
}

#s_con .ico1 {
    background: url("/images/sub/ico1.png") left 10px no-repeat;
    padding: 11px 0 15px 40px;
    font-size: 24px;
    display: block;
}
#s_con .ico2 {
    background: url("/images/sub/ico_t.png") left 5px no-repeat;
    padding: 10px 0 15px 40px;
    font-size: 20px;
    display: block;
    font-weight: bold;
}
#s_con .ico3 {
    background: url("/images/sub/icon_2.jpg") left 6px no-repeat;
    padding: 0 0 15px 30px;
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #7b6008;
}

#s_con .dot {
    width: 100%;
    height: 10px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 30px;
}

#s_con ul.tb {
    width: 100%;	
	position: relative
}
#s_con ul.tb li {
    float: left;
    width: 450px;
	height:450px;
	font-weight:bold;
	border-radius:100%;
	margin:0 50px 70px 50px;
	color:#fff;
	padding-top:150px;
	font-size:50px;
	line-height:150%;
	text-align:center;
	cursor: pointer;
	box-shadow: 0 17px 20px -18px rgba(0, 0, 0, 1);    
}
#s_con ul.tb li.tb1 img {
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition: opacity 0.5s linear;
}
#s_con ul.tb li.tb1 {
	position: relative;
	display: block;
	background:url('/images/sub/s_1_4a.png') no-repeat; 
}

#s_con ul.tb li.tb1:hover img {
        display: block;
		opacity: 1;
}

#s_con ul.tb li.tb2 img {
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transition: opacity 0.5s linear;
}
#s_con ul.tb li.tb2 {
	position: relative;
	display: block;
	background:url('/images/sub/s_1_4_1a.png') no-repeat; 
}

#s_con ul.tb li.tb2:hover img {
        display: block;
		opacity: 1;
}


#s_con .c_box {
	width:100%;
	padding:15px;
	background-color:#f8f8f8;
    border: 1px solid #7a7a7a;
	border-radius:10px;
}



#s_con .sub_table {
    width: 100%;
}
#s_con .sub_table th {
    font-size: 20px;
    border-bottom: 2px solid #7a7a7a;
    padding: 10px;
    line-height: 180%;
    font-weight: bold;
    text-align: center;
	background-color:#f8f8f8;
}
#s_con .sub_table td {
    padding: 10px;
    border: 1px solid #E5E5E5;
    line-height: 200%;
    background-color: white;
}
#s_con .sub_table .color {
    background-color: #fcf9f3;
}

#s_con .sub_table .center {
    text-align: center;
}
#s_con .sub_table .color1 {
	font-size:18px;
    text-align: center;
}
#s_con .sub_table .color2 {
	background-color: #f2f5fa;
    text-align: center;
	color:#003fde;
	font-weight:bold;
}
#s_con .sub_table .color3 {
	font-size:18px;
    text-align: left;
	padding-left:20px;
}

#s_con .sub_table .bus1 {
	background-color: #1f85ea;
    text-align: center;
	color:#fff;
	font-weight:bold;
}
#s_con .sub_table .bus1_1 {
	background-color: #1f85ea;
	margin:5px;
	padding:5px 10px;
	border-radius:10px;
    text-align: center;
	color:#fff;
	font-weight:bold;
}
#s_con .sub_table .bus2 {
	background-color: #1bc866;
    text-align: center;
	color:#fff;
	font-weight:bold;
}

#s_con .sub_table .bus2_1 {
	background-color: #1bc866;
	margin:5px;
	padding:5px 10px;
	border-radius:10px;
    text-align: center;
	color:#fff;
	font-weight:bold;
}
#s_con .sub_table .bus3 {
	background-color: #ff4123;
    text-align: center;
	color:#fff;
	font-weight:bold;
}

#s_con .sub_table .bus3_1 {
	background-color: #ff4123;
	margin:5px;
	padding:5px 10px;
	border-radius:10px;
    text-align: center;
	color:#fff;
	font-weight:bold;
}
#s_con .sub_table .bus4 {
	background-color: #5cc81b;
    text-align: center;
	color:#fff;
	font-weight:bold;
}

#s_con .sub_table .bus4_1 {
	background-color: #5cc81b;
	margin:5px;
	padding:5px 10px;
	border-radius:10px;
    text-align: center;
	color:#fff;
	font-weight:bold;
}

ul.s_5_1 {
	width:100%;
}
ul.s_5_1 li {
	width:50%;
	float:left;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dashed #5b5b5b;
}

#s_con .sub_table2 {
    width: 100%;
}
#s_con .sub_table2 th {
    padding: 5px 0;
    line-height: 180%;
    font-weight: bold;
    color: #004bc6;
    text-align: center;
    font-size: 34px;
	font-family: 'KoPub Batang', serif !important;
}
#s_con .sub_table2 td {
    padding: 5px 50px;
    line-height: 180%;
}
#s_con .sub_table2 td img {
	width:100%;
	border-radius:10px;
}
#s_con .sub_table2 .tit {
    font-size: 28px;
    text-align: center;
	color:#ad0000;
}
#s_con .sub_table2 .color1 {
    color: #c36000;
    font-weight: bold;
    text-align: center;
    background-color: #f7f4e8;
    line-height: 220%;
}
#s_con .sub_table2 .color2 {
    padding-left: 30px;
    line-height: 220%;
}



#s_con .sub_table3 {
    width: 100%;
    border-collapse: collapse;
}
#s_con .sub_table3 th {
    padding: 10px 0;
    background-color: #f7f7f7;
    color: #525252;
    border-bottom: 2px solid #bb3700;
    text-align: center;
}
#s_con .sub_table3 td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #c8c09f;
    line-height: 20px;
}
#s_con .sub_table3 .color1 {
    font-weight: bold;
    text-align: center;
}
#s_con .sub_table3 .color3 {
    font-weight: bold;
    text-align: center;
    color: #bb3700;
    font-size: 16px;
}
#s_con .sub_table3 .color2 {
    font-weight: bold;
    padding-left: 40px;
    text-align: left;
    background: #f5f2e5;
    font-size: 16px;
}
#s_con .sub_table3 .color2 a {
    color: #742200;
}
#s_con .tleft {
    text-align: left;
}

#s_con .sub_table4 {
    width: 100%;
    border-collapse: collapse;
}
#s_con .sub_table4 th {
    padding: 10px 0;
    background-color: #f7f7f7;
    color: #525252;
    border-bottom: 2px solid #3c6600;
    text-align: center;
}
#s_con .sub_table4 td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #a7c89f;
    line-height: 20px;
}
#s_con .sub_table4 .color1 {
    font-weight: bold;
    text-align: center;
}
#s_con .sub_table4 .color3 {
    font-weight: bold;
    text-align: center;
    color: #3c6600;
    font-size: 16px;
}
#s_con .sub_table4 .color2 {
    font-weight: bold;
    padding-left: 40px;
    text-align: left;
    background: #eaf5e5;
    font-size: 16px;
}
#s_con .sub_table4 .color2 a {
    color: #347400;
}
#s_con .tleft {
    text-align: left;
}


#s_con .sub_table5 {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #7d5d3b;
}
#s_con .sub_table5 th {
    padding: 10px 0;
    color: #8e2f26;
	font-size:20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #7e7e7e;
    text-align: center;
}
#s_con .sub_table5 td {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #c8c09f;
    line-height: 20px;
}
#s_con .sub_table5 .color1 {
    font-weight: bold;
    text-align:left;
	padding-left:30px;
}
#s_con .sub_table5 .color2 {
	padding-left:30px;
	font-size:22px;
    text-align: left;
    color: #8e2f26;
    background: #f5f2e5;
}
#s_con .tleft {
    text-align: left;
}

#s_con .sub_table6 {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #b5d1b6;
}
#s_con .sub_table6 th {
    padding: 10px 0;
    background-color: #f7f7f7;
    color: #525252;
    border-bottom: 2px solid #004872;
    text-align: center;
    border-right: 1px solid #b5d1b6;
}
#s_con .sub_table6 td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #b5d1b6;
    line-height: 20px;
    border-right: 1px solid #b5c3d1;
}
#s_con .sub_table6 .color1 {
    font-weight: bold;
    text-align: center;
}
#s_con .sub_table6 .color3 {
    font-weight: bold;
    text-align: center;
    color: #bb3700;
    font-size: 16px;
}
#s_con .sub_table6 .color2 {
    font-weight: bold;
    text-align: center;
    background: #ecf2f6;
    font-size: 16px;
}
#s_con .sub_table6 .color2 a {
    color: #244000;
}
#s_con .tleft {
    text-align: left;
}

ul.s_1_9 {
	width:100%;
	height:686px;
}
ul.s_1_9 li {
	width:600px;
	position:relative;
	float:left;
	font-size:50px;
	font-family:'KoPub Batang', serif !important;
}
ul.s_1_9 li img {
	box-shadow:10px 10px 10px rgba(142, 142, 142, 0.3);
}
ul.s_1_9 li .ta1 {
	position:absolute;
	bottom:0;
	right:0;
	height:150px;
	width:150px;
	padding-top:80px;
	padding-left:50px;
	background-color: rgba( 255, 255, 255, 0.4 );
	border-top-left-radius:200px;
}
ul.s_1_9 li .ta1:hover {
	background-color: #fff;
}
ul.s_1_9 li .ta2 {
	position:absolute;
	bottom:0;
	left:0;
	height:150px;
	width:150px;
	padding-top:80px;
	padding-left:20px;
	background-color: rgba( 255, 255, 255, 0.4 );
	border-top-right-radius:200px;
}
ul.s_1_9 li .ta2:hover {
	background-color: #fff;
}
ul.s_1_9 li .ta3 {
	position:absolute;
	top:0;
	right:0;
	height:150px;
	width:150px;
	padding-top:40px;
	padding-left:30px;
	background-color: rgba( 255, 255, 255, 0.4 );
	border-bottom-left-radius:200px;
}
ul.s_1_9 li .ta3:hover {
	background-color: #fff;
}
ul.s_1_9 li .ta4 {
	position:absolute;
	top:0;
	left:0;
	height:150px;
	width:150px;
	padding-top:40px;
	padding-left:20px;
	background-color: rgba( 255, 255, 255, 0.4 );
	border-bottom-right-radius:200px;
}
ul.s_1_9 li .ta4:hover {
	background-color: #fff;
}


ul.box {
	width:1200px;
	height:490px;
}
ul.box li {
	border-radius:10px;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #cbac42;
	background-color:#f2eacd;
	box-shadow:10px 10px 10px rgba(139, 117, 40, 0.3);
	font-size:18px;
}

ul.circle {
	width:1200px;
	height:600px;
}

ul.circle li {		
	border-top-left-radius:50px;
	border-bottom-right-radius: 50px;
	width:400px;
	float:left;
	height:300px;
	margin:20px;
	padding:20px;
	border:1px solid #cbac42;
	background-color:#f2eacd;
	text-align:center;
	box-shadow:10px 10px 10px rgba(139, 117, 40, 0.3);
}
ul.circle li span {
	font-size:30px;
	font-weight:bold;
	line-height:200%;
}

ul.pdf_list {
	width:100%;
	display:inline-block;
}
ul.pdf_list li {
	width:180px;
	height:180px;
	float:left;
	margin:10px;
	padding:40px 0 0 0;
	text-align:center;	
	background: #f7f4ea;	  
	color:#0954d1;
	font-size:24px;
	border-radius:100px;
}
ul.pdf_list li span {
	font-size:16px;
	font-weight:bold;		  
	color:#5f5f5f;
}



ul.s_tab {
	float:right;
}
ul.s_tab li {
	float:left;
	margin-left:5px;
	text-align:center;
}
ul.s_tab li a {
	color:#fff;
	font-size:16px;
}
.stab {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30) );
	background:-moz-linear-gradient( center top, #7d5d3b 5%, #634b30 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30');
	background-color:#7d5d3b;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
text-indent:0;
	border:1px solid #54381e;
	display:inline-block;
	width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #4d3534;
}.stab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b) );
	background:-moz-linear-gradient( center top, #634b30 5%, #7d5d3b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b');
	background-color:#634b30;
}.stab:active {
	position:relative;
	top:1px;
}



ul.s_tab2 {
	width:480px;
	float:right;
}
ul.s_tab2 li {
	width:150px;
	float:left;
	border-radius:10px;
	border:2px solid #fff;
	padding:5px;
	margin:0 5px;
	text-align:center;
	background-color:#e6e6e6;
}

ul.s_tab2 li.this {
	border:2px solid #8f8f8f;
	background-color:#fff;
}



/*버튼*/

.button1 {
    background: #319500;
    color: #fff;
    border: none;
    position: relative;
    height:75px;
    font-size: 1.5em;
    padding: 0 2em;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    padding-top: 15px;
	width:500px;
	text-align:center;
	margin:10px 0;
}
.button1:hover {
    background: #fff;
    color: #319500;
}
.button1:after,
.button1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #319500;
    transition: 400ms ease all;
}
.button1:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}
.button1:hover:after,
.button1:hover:before {
    width: 100%;
    transition: 800ms ease all;
}
.button2 {
    width: 100%;
    background: #73240b;
    color: #fff;
    border: none;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.button2:hover {
    background: #fff;
    color: #73240b;
}
.button2:after,
.button2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #73240b;
    transition: 400ms ease all;
}
.button2:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}
.button2:hover:after,
.button2:hover:before {
    width: 100%;
    transition: 800ms ease all;
}



.system {
    position: relative;
    width: 897px;
    height: 680px;
	margin:0 auto;
    background: url('/images/sub/bg_system.jpg') no-repeat top center;
    color: #000;
}
.system p {
    display: table;
    width: 250px;
    background: #fff;
	padding:0 0 3px 0;
}
.system b {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 68px;
    border: 1px solid #d3d3d3;
}
.system em {
    display: block;
    font-weight: normal;
}

.system .sys0 {
    position: absolute;
    left: 323px;
    top: 0px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
	font-size:20px;
}
.system .sys0 p {
	color:#000;
	font-size:22px;
}

.system .sys1 {
    position: absolute;
    left: 323px;
    top: 200px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
    height: 68px;
	font-size:20px;
}
.system .sys1 p {
	color:#000;
	font-size:22px;
}

.system .sys2 {
    position: absolute;
    left: 323px;
    top: 100px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
    height: 68px;
	font-size:20px;
}
.system .sys2 p {
	color:#000;
	font-size:22px;
}

.system .sys3 {
    position: absolute;
    left: 120px;
    top: 320px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
    height: 68px;
	font-size:20px;
}
.system .sys3 p {
	color:#000;
	font-size:22px;
}

.system .sys4 {
    position: absolute;
    right: 120px;
    top: 320px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
    height: 68px;
	font-size:20px;
}
.system .sys4 p {
	color:#000;
	font-size:22px;
}


.system .sys5 {
    position: absolute;
    left: 323px;
    top: 430px;
    display: table;
	background-color:#7fa157;
	color:#fff;
    width: 250px;
    height: 68px;
	font-size:20px;
}
.system .sys5 p {
	color:#000;
	font-size:22px;
}



.system .syst1 {
    position: absolute;
    left: 7px;
    top: 560px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst1 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}
.system .syst2 {
    position: absolute;
    left: 187px;
    top: 560px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst2 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}


.system .syst3 {
    position: absolute;
    left: 367px;
    top: 560px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst3 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}
.system .syst4 {
    position: absolute;
    left: 547px;
    top: 560px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst4 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}

.system .syst5 {
    position: absolute;
    left: 187px;
    top: 670px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst5 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}

.system .syst6 {
    position: absolute;
    left: 727px;
    top: 560px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .syst6 span {	
    text-align: center;
    height: 30px;
    display: table;
    width: 160px;
    border-top: 1px solid #d3d3d3;
    background: #fbf8f4;
}




.system .syst2_1 {
    position: absolute;
    left: 237px;
    top: 313px;
    display: table;
    width: 160px;
    height: 68px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.system .depth3 strong {
    display: block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d3d3d3;
    background: #ededed;
    text-align: center;
}
.system .depth3 > li:nth-child(1) {
    position: absolute;
    left: 457px;
    top: 370px;
	width:200px;
}
.system .depth3 > li:nth-child(2) {
    position: absolute;
    left: 457px;
    top: 420px;
	width:200px;
}
.system .depth3 > li:nth-child(3) {
    position: absolute;
    left: 457px;
    top: 470px;
	width:200px;
}
.system .depth3 > li:nth-child(4) {
    position: absolute;
    left: 677px;
    top: 370px;
	width:200px;
}

.box1 {	
	padding:30px;
	font-size:22px;
	line-height:180%;
	border-width:1px;
	color:#333;
	font-weight:bold;
	border:1px solid #fff;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
	box-shadow: 4px 4px 10px 1px #bdbdbd;
	text-shadow: 0px 1px 0px #e1e2ed;
	background:linear-gradient(#fff, #eee);
}

ul.box2 {
	width:1200px;
	height:300px;
}
ul.box2 li {
	float:left;
	display: flex;
    align-items: center;	
	width:44%;
	margin:1%;
	padding:30px;
	font-size:24px;
	line-height:150%;
}
ul.box2 li.tt1 {
    font-weight:bold;
	border:1px solid #ccbc8e;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
  box-shadow: 4px 4px 10px 1px #bdbdbd;
    text-shadow: 0px 1px 0px #ffffff;
    background:linear-gradient(#eae0c2, #ccc2a6);
	line-height:150%;
	color:#000;
}
ul.box2 li.tt2 {
	border-width:1px;
	color:#666666;
	font-weight:bold;
	border:1px solid #fff;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
  box-shadow: 4px 4px 10px 1px #bdbdbd;
  text-shadow: 0px 1px 0px #e1e2ed;
	background:linear-gradient(#fff, #eee);
}
