.banner_text_example {
	width: 380px;
	border: 5px solid #FFF;
	padding: 45px 0;
	margin: -55px 0 0 -195px;
	background: #000;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
}
.banner_text_example strong {
	font-size: 28px;
	font-weight: normal;
}

.section_gallery_menu {
	width: 980px;
	margin: 0 auto 80px;
}
.section_gallery_menu .section_gallery_menu_group {
	margin-top: 30px;
}
.section_gallery_menu .section_gallery_menu_group:first-child {
	margin-top: 0;
}
.section_gallery_menu .sec_title {
	height: 35px;
	margin-bottom: 30px;
	padding: 8px 10px 8px 40px;
	border-bottom: 2px solid #21201F;
	background: url(../img/common/bullet_icon02.png) 8px 50% no-repeat;
	line-height: 1em;
}
.section_gallery_menu .sec_title .ttl {
	float: left;
	display: block;
	margin-top: 7px;
	font-size: 30px;
	line-height: 1em;
}
.section_gallery_menu .sec_title .dsc {
	float: left;
	display: block;
	margin-top: 13px;
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #D3D3D3;
	font-size: 16px;
	line-height: 1em;
}
.section_gallery_menu .sec_inner {
	padding: 0 25px;
}
.section_gallery_menu .sec_inner .col {
	float: left;
	width: 310px;
	margin-bottom: 18px;
}
.section_gallery_menu .itm {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.section_gallery_menu .itm.sm_sg {
	width: auto;
	margin-right: 1em;
}
.section_gallery_menu .itm a {
	text-decoration: underline;
	display: inline;
}
.section_gallery_menu .itm a small {
	font-size: 12px;
}
.section_gallery_menu .menu li {
	margin-top: 18px;
}
.section_gallery_menu .menu li:first-child {
	margin-top: 0;
}
.section_gallery_menu .menu li strong {
	margin-right: 0.5em;
}

.section_detail_banner {
	width: 960px;
	margin: 0 auto;
    background-color: #eceaeb;
    border: 2px solid #000;
    margin: 55px auto 25px;
}
.section_detail_banner .main_key{
    width: 40%;
    float: left;
    padding-left: 95px;
    position: relative;
}
.section_detail_banner .main_key .before_icon{
    position: absolute;
    top: 25px;
    right: 25px;
}
.section_detail_banner .main_key .after_icon{
    position: absolute;
    top: 27px;
    left: 25px;
}
.section_detail_banner img {
	display: block;
}

.section_detail_main .sec_header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.section_detail_main .sec_header .ttl {
	display: block;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.5em;
}
.section_detail_main .sec_header .lbl {
	display: block;
	padding: 5px 0 2px;
	background: #2E2822;
	color: #FFF;
	font-size: 20px;
	line-height: 1em;
}
.section_detail_main .sec_header .lbl small {
	font-size: 0.8em;
}
.section_detail_main .sec_desc {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 18px;
}
.section_detail_main .sec_inner {
	padding: 65px 0;
	background: #E7E7EF;
}
.section_detail_main .ls_step {
	width: 960px;
	margin: 0 auto;
}
.section_detail_main .ls_step li {
	float: left;
	width: 257px;
	height: 530px;
	margin-left: 94px;
	position: relative;
}
.section_detail_main .ls_step li:nth-child(3n+1) {
	margin-left: 0;
}
.section_detail_main .ls_step li:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/contents/eyelash/icon_img04.png) 50% 50% no-repeat;
	position: absolute;
	top: 150px;
	left: -58px;
}
.section_detail_main .ls_step li:nth-child(3n+1):before {
	display: none;
}
.section_detail_main .ls_step li .image img {
	display: block;
}
.section_detail_main .ls_step li .desc {
	padding-top: 5px;
	line-height: 1.6em;
}
.section_detail_main .step_icon{
    position: absolute;
    top: 230px;
    left: 9px;
}
.section_gallery_menu .btn_back{
	display: block;
	width: 200px;
	margin: 1em auto 0;
	color: #FFF;
	background: #786858;
	padding: 0.5em;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media (max-width: 768px) {

	.banner_text_example {
		width: 246px;
		border: 3px solid #FFF;
		padding: 15px 0;
		margin: -25px 0 0 -128px;
		background: #000;
		background: rgba(0,0,0,.5);
		position: absolute;
		top: 50%;
		left: 50%;
		color: #FFF;
		font-size: 1.2em;
		line-height: 1em;
		text-align: center;
	}
	.banner_text_example strong {
		font-size: 1.2em;
	}

	.section_gallery_menu {
		width: auto;
		margin: 0;
		padding: 30px 10px;
	}
	.section_gallery_menu .section_gallery_menu_group {
		margin-top: 30px;
	}

	.section_gallery_menu .sec_title {
		height: auto;
		margin-bottom: 20px;
		padding: 8px 0 8px 30px;
		border-bottom: 2px solid #21201F;
		background: url(../img/common/bullet_icon02.png) 0 5px no-repeat;
		line-height: 1em;
	}
	.section_gallery_menu .sec_title .ttl {
		float: none;
		display: block;
		margin: 0;
		font-size: 2em;
		line-height: 1em;
	}
	.section_gallery_menu .sec_title .dsc {
		float: none;
		display: block;
		margin-top: 5px;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		font-size: 1.2em;
	}
	.section_gallery_menu .sec_inner {
		padding: 0 10px;
	}
	.section_gallery_menu .sec_inner .col {
		float: none;
		width: auto;
		margin-bottom: 0;
	}
	.section_gallery_menu .itm {
		display: block;
	}
	.section_gallery_menu .itm.sm_sg {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.section_gallery_menu .itm a small {
		font-size: 10px;
	}
	.section_gallery_menu .menu li {
		margin-top: 15px;
	}
	.section_gallery_menu .menu li:first-child {
		margin-top: 15px;
	}
	.section_gallery_menu .menu li strong {
		display: block;
		margin: 0 0 15px;
	}


	.section_detail_banner {
		width: auto;
		margin: 0;
		padding: 20px 10px;
	}
	.section_detail_banner img {
		display: block;
		width: 100%;
		height: auto;
	}
    .section_detail_banner .main_key{
        width: 100%;
        padding: 0;
    }
    .section_detail_banner .main_key .before_icon{
        position: absolute;
        top: 25px;
        width: 20%;
        left: 0;
    }
    .section_detail_banner .main_key .after_icon{
        position: absolute;
        top: 27px;
        width: 20%;
        left: 0;
    }

	.section_detail_main .sec_header {
		width: auto;
		margin: 0;
		padding: 0 10px;
	}
	.section_detail_main .sec_header .ttl {
		margin-bottom: 10px;
		font-size: 1.4em;
	}
	.section_detail_main .sec_header .lbl {
		font-size: 1.2em;
	}
	.section_detail_main .sec_header .lbl small {
		font-size: 0.8em;
	}
	.section_detail_main .sec_desc {
		width: auto;
		margin: 0 auto;
		padding: 15px 10px;
	}
	.section_detail_main .sec_inner {
		padding: 30px 10px;
	}
	.section_detail_main .ls_step {
		width: auto;
		margin: 0;
	}
	.section_detail_main .ls_step li {
		float: none;
		width: auto;
		height: auto;
		margin-left: 0;
		margin-top: 50px;
	}
	.section_detail_main .ls_step li:first-child {
		margin-top: 0;
	}
	.section_detail_main .ls_step li:before {
		display: block !important;
		background-image: url(../img/contents/eyelash/icon_img05.png);
		position: absolute;
		top: -35px;
		left: 50%;
	}
	.section_detail_main .ls_step li:first-child:before {
		display: none !important;
	}
	.section_detail_main .ls_step li .image img {
		display: block;
		width: 100%;
	}
	.section_detail_main .ls_step li .desc {
		padding-top: 10px;
	}
    .section_detail_main .step_icon{
        position: absolute;
        top: 70%;
        left: 3%;
    }
    .section_detail_banner .image{
        position: relative;
    }
    .step_icon{
        position: absolute;
        top: 0px;
    }
	
	
	/* 10.29 */
	.section_detail_banner .bx-wrapper {
		position: relative;
	}
	.section_detail_banner .bx-wrapper .bx-controls {
		position: absolute;
		top: 40%;
		width: 100%;
	}
	.section_detail_banner .bx-wrapper .bx-controls .bx-next {
		position: absolute;
		right: 2%;
	}
	.section_detail_banner .bx-wrapper .bx-controls .bx-prev {
		position: absolute;
		left: 2%;
	}
	.section_detail_banner .bx-wrapper .bx-controls a {
		font-size: 1em;
		line-height: 22px;
		font-weight: bold;
		width: 25px;
		height: 25px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #FFF;
		text-align: center;
		border:1px solid #999;
	}

}
