
	/*type-07스킨이 원본임*/
	/*banner3 4 5 게시판,sms cs_center*/
	.banner_wrap1 {
		width: 1100px;
		margin: 0 auto;
				background-color: #FFFFFF;
	}

	.banner_wrap1 .banner_wrap1_inner {
		width: 1100px;
		position: relative;
		border: 1px solid #e9e9e9;
		display: inline-block;
	}

	.banner_wrap1 .banner_wrap1_inner .banner_wrap1_ul {
		position: relative;
	}

	.banner_wrap1 .banner_wrap1_inner .banner_wrap1_ul .banner_wrap1_li {
		position: relative;
	}

	/*첫째배너*/
	.border_i {
		border-right: 1px solid #e3e3e3;
		float: left;
		background-color: #ffffff;
	}


	/*sms*/
	.sms_wrap {
		width: 370px;
		float: left;
		background-color: #f8f8f4;
	}

	.sms_wrap .sms_inner {
		width: 100%
	}

	.sms_wrap .sms_inner .sms_w {
		padding: 22px 20px
	}

	.sms_wrap .sms_inner .sms_w .sms_ul {
		margin: 0 auto;
		padding: 0;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul li {
		color: #333;
		font-size: 13px;
		height: 32px;
		line-height: 25px;
		width: 100%;
		font-weight: bold;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_title {
		float: left;
		width: 40%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_input {
		float: right;
		width: 60%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_input input, select {
		width: 97%;
		margin: 2px;
		padding: 2px;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_checked {
		float: left;
		width: 55%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_btn {
		float: right;
		width: 45%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_btn .sms_send {
		background-color: #2445a6;
		border-radius: 10px;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		display: block;
		text-align: center;
	}


	/*우측 배너*/
	.banner_wrap {
		margin: 0 auto;
		float: left;
	}

	.banner_wrap .banner1 {
		width:100%;
	}


	@media all and (max-width: 420px) {
		/*첫째배너-좌측배너영역 콘텐츠에서는 삭제함*/
		.border_i {
			border-right: 0px solid #e3e3e3;
			float: inherit;
			background-color: #ffffff;
			width:100%;
		}

		.banner_wrap1 {
			width: 100%;
			margin: 0 auto;
		}

		.banner_wrap1 .banner_wrap1_inner {
			width: 100%;
			position: relative;
			border: 0px solid #e3e3e3;
			display: inline-block;
		}












	/*sms*/
	.sms_wrap {
		width: 100%;
		float: left;
		background-color: #f8f8f4;
	}

	.sms_wrap .sms_inner {
		width: 100%
	}

	.sms_wrap .sms_inner .sms_w {
		padding: 22px 20px
	}

	.sms_wrap .sms_inner .sms_w .sms_ul {
		margin: 0 auto;
		padding: 0;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul li {
		color: #333;
		font-size: 13px;
		height: 32px;
		line-height: 25px;
		width: 100%;
		font-weight: bold;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_title {
		float: left;
		width: 40%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_input {
		float: right;
		width: 60%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_input input, select {
		width: 97%;
		margin: 2px;
		padding: 2px;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_checked {
		float: left;
		width: 55%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_btn {
		float: right;
		width: 45%;
	}

	.sms_wrap .sms_inner .sms_w .sms_ul .sms_btn .sms_send {
		background-color: #2445a6;
		border-radius: 10px;
		font-size: 15px;
		color: #fff;
		font-weight: bold;
		display: block;
		text-align: center;
	}










		.banner_wrap1_li .border_i img{width:100%}

		.banner_wrap{
			float:inherit;
		}

		.banner_wrap .banner1 img {
			width:100%;
		}

	}