/* 로그인 */
	.register{margin:150px auto !important;}

/*  메인  */
	.main-doc{max-width:1920px; margin:0 auto;}
@media (max-width:1200px){
	.main-doc{width:100%; margin:0 auto;}
}
	/* .layout{ width:1200px; margin:auto; } */
	@media(max-width:1200px){
		/* .layout{width:100%}; */
	}
	.about-us{background:url('/images/aboutus_bg.png') no-repeat center top; background-size:1920px; background-color:#fff; }
	.about-us .bottom-img{position: absolute; width:100%; top:-55px; text-align:center; z-index:99px; }
	.about-us{max-width:1920px; position:relative;padding: 10px 0px; }
	.about-us .about-all{overflow:hidden; position:relative;} 
	.about-us .about-all .about_img{float:left; width:40%; position:absolute; top:50%; transform:translateY(-50%);}
	.about-us .about-all .about_img img{width:90%; display:block; margin:0 auto;}
	.about-us .about-all .about_text{float:right;width:60%; padding:110px 15px; line-height:180%;}
	.about-us .about-all .about_text .title{padding:0px 0px 20px 0px; font-size:30pt; font-weight:600;}
	.about-us .about-all .about_text .text{padding:30px 0px 10px 0px; font-size:16pt; font-weight:500; line-height: 140%; word-break:keep-all;}
	.about-us .about-all .about_text .summary{padding-top:20px; color:rgba(0,0,0,0.7); font-size:14pt; }
	.about-us .about-all .about_text .summary p{word-break:keep-all; line-height: 150%;}
	.about-us .about-all .about_text .summary p span{display:block;}



	.about-us .about-all .about_text .button{position:relative; bottom:-45px; cursor:pointer; }
	.about-us .about-all .about_text .button .more{position:absolute; margin:5px 0px 0px 45px;}	
	.about-us .about-all .about_text .button .more a{color:rgba(0,0,0,0.5);}
	.about-us .about-all .about_text .button .won{position:absolute; padding: 35px; background:rgba(233,162,58,0.3); border-radius: 100%; position: absolute; top:-19px;}
	
@media (max-width:1200px) {
	.about-us .about-all .about_text .summary{padding-top:0px;}
	.about-us .about-all .about_text .title{font-size:26pt;}
	.about-us .about-all .about_text .text{padding:15px 0px 15px 0px; font-size:16pt; margin:0 auto; }
    .about-us .about-all .about_text .summary p span{display:inline; font-size:12pt; line-height:120%;}
    .about-us .about-all .about_text .button{padding-bottom: 60px;}
	.about-us .about-all .about_text .button .more{}

}
@media (max-width:930px){
	.about-us .about-all .about_text{width:58%;}
	.about-us .about-all .about_text .text{font-size:12pt;}
	.about-us .about-all .about_text .summary p{line-height: 160%;}
}
@media (max-width:767px) {
	.about-us{padding:75px 0px;}
	.about-us .about-all .about_img{position:inherit; transform:translateY(0%); margin-bottom:30px;  float:none; width:100%; text-align:center;}
	.about-us .about-all .about_text{float:none;width:100%; text-align:center; padding:0px 10px 0px 10px; }
	.about-us .about-all .about_text .text{width:100%; font-size:15pt; margin-bottom: 10px;}
	.about-us .about-all .about_img img{width:70%;}
	.about-us .about-all .about_text .button{padding-bottom: 100px;} 
	.about-us .about-all .about_text .button .more{left:50%; transform:translateX(-50%);}
    .about-us .about-all .about_text .button .won {left:50%; transform:translateX(-50%); padding: 25px; top:-8px;}
}
	
	.product-container{background:url('/images/product_bg.jpg') no-repeat center top; background-size:100% 100%; }
	.product-container{max-width:1920px; color:#fff; overflow:hidden;}
	.product-container .top{overflow:hidden;}
	.product-container .top .title{text-align:center; margin:90px 0px 0px 0px; color:#F06F36; font-size:13pt; font-weight:500;}
	.product-container .top .text{text-align:center; margin:20px 0px 0px 0px; font-size:24pt; font-weight:300; color:rgba(255,255,255,0.9);}
	.product-container .top .summary{text-align:center; margin: 20px 0px 0px 0px; font-weight:300; font-size: 15pt; color:rgba(255,255,255,0.6); word-break:keep-all;}
	.product-container .model{padding:40px 0px 60px 0px; overflow:hidden;}
	.product-container .model .menu{margin:0px; padding:0px; list-style:none;}
	.product-container .model .menu li{float:left; width:calc(100% / 3);}
	.product-container .model .menu li .box{margin:10px;  position:relative; text-align:center; overflow:hidden;}
	.product-container .model .menu li .box .thumb img{width:100%;}
 	.product-container .model .menu li .box .title{display:none; color:rgba(255,255,255,0.9); } 
	.product-container .model .menu li .box:hover .bg{cursor:pointer; position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(216,143,100,0.8); transition:0.5s;}
	.product-container .model .menu li .box:hover .bg .title{ cursor:pointer; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); display:block; font-size:24pt; }
	.product-container .model .menu li .box .more{cursor:pointer;  position:absolute; right:15px; top:0px; font-size:45pt; font-weight:100; line-height:100%;}


	@media (max-width:1200px) {			
    .product-container .top{padding:0px 10px 0px 10px;}
    .product-container .model .menu li .box:hover .bg .title{font-size:20pt;}
    .product-container .model .menu li .box .more{font-size:35pt; right:5px;}
}
@media (max-width:767px) {
	.product-container .top .summary{font-size:13pt;}
    .product-container .model .menu li .box{margin:5px;}
    .product-container .model .menu li .box:hover .bg .title{font-size:12pt;}
    .product-container .model .menu li .box .more{top:-5px;}
}


	.shopnow{background:url('/images/shopnow_bg.png') no-repeat top right rgba(233, 162, 58, 1); height:457px; }
	.shopnow{max-width:1920px;}
	.shopnow .box{overflow:hidden; }
	.shopnow .box .title{padding:100px 0px 0px 0px; font-size:28pt; color:#FEEBAB; text-shadow:0px 0px 5px rgba(0,0,0,0.4); font-weight:400;} 
	.shopnow .box .text{margin:25px 0px 0px 0px; padding:0px 0px 0px 0px; }
	.shopnow .box .text p{word-break:keep-all;}
	.shopnow .box .text p span {display:block; font-size:18pt; color:#fff; text-shadow:0px 0px 5px rgba(0,0,0,0.4);}
	.shopnow .box .more{padding:60px 0px 60px 0px; } 
	.shopnow .box .button{font-size:12pt; cursor:pointer; border:1px solid rgba(255,255,255,0.7); display:inline-block; padding:15px 40px 15px 40px; color:rgba(255,255,255,0.9);}
	
@media (max-width:1200px) {
	.shopnow .box .title{font-size:20pt;}
	.shopnow{background-position:top right; background-color:none; background-size:auto 295px; height:auto;}
	.shopnow .box .text p span {font-size:14pt;}
	.shopnow .box .more{padding:45px 0px 45px 20px; } 
	.shopnow .box .text{margin:15px 0px 0px 20px;}
	.shopnow .box .title{padding:40px 0px 0px 20px; }
}	
@media (max-width:1040px) {
	.shopnow{background:url('/images/shopnow_bg.png') no-repeat bottom right rgba(233, 162, 58, 1); background-size:auto 295px; height:auto; }
	.shopnow .box .title{padding:20px 0px 0px 20px; }
	.shopnow .box{background:none; padding: 0px 10px 170px 10px;}
	.shopnow .box .text p span { display:inline;}
}
@media (max-width:767px){
	.shopnow{background:url('/images/shopnow_bg.png') no-repeat top right  rgba(233, 162, 58, 1);; background-size:auto 295px; height:auto;}
	.shopnow .box{background:none; padding: 200px 10px 0px 10px;}
	.shopnow .box .title{padding:90px 0px 0px 20px; }
	.shopnow{ background-size:auto 256px;}
}

	.contact-us{max-width:1920px; overflow:hidden; border-bottom:1px solid #EBEBEB;}
	.contact-us .map{width:50%; float:left; line-height:80%;}
	.contact-text{width:50%; float:right; background:#fff;}
	.contact-text .box{padding:70px; overflow:hidden;}
	.contact-text .box .title{ color:#D67745; font-size:15pt; font-weight:400;}
	.contact-us .contact-text .box .text .location{margin:0px 0px 40px 0px; font-size:35pt; font-weight:700;}
	.contact-us .contact-text .box .text .reference{padding-top:107px;}
	.contact-us .contact-text .box .text .reference .button{cursor:pointer; display:inline-block; padding:15px 45px 15px 45px; background:#F7763C; color:rgba(255,255,255,0.9); font-size: 16pt;}
	.contact-us .contact-text .box .address .original{display:inline-block;}
	.contact-us .contact-text .box .text .summary{line-height:160%; font-size:14pt; color:rgba(0,0,0,0.6);} 

	

@media (max-width:1200px) {
	.contact-us .contact-text .box .text .summary{font-size:12pt; letter-spacing:-1px;}
	.contact-us .contact-text .box{padding:100px 30px;}
	.contact-us .contact-text .box .text .location{font-size:30pt;}
	
	
}


@media (max-width:767px) {
	.contact-us .map{width:100%;}
	.contact-us .map iframe{height:450px;}
	.contact-text .box{padding:30px 5px;position:relative;}
	.contact-text .box .title{font-size:9pt; }
	.contact-us .contact-text{width:100%;padding: 20px 0px;}
	.contact-us .contact-text .box{padding:70px 5px;}
	.contact-us .contact-text .box .text .location{position:absolute; margin:0px; float:left; font-size:15pt; letter-spacing:-1px;}
	.contact-us .contact-text .box .text .summary{ width:100%; padding-left:120px; font-size:10pt; letter-spacing:-1px;}
    .contact-us .contact-text .box .address .original {display: inline;}
    .contact-us .contact-text .box .text .reference{position:absolute; bottom:70px;}
    .contact-us .contact-text .box .text .reference .button{padding: 10px 20px 10px 20px; font-size:11pt;}	

}





/* 인사말 */
.clear{clear:both;}
.ctn.sub01_01{width:100%; overflow:hidden;}
.ctn.sub01_01 p{padding-bottom:15px;}
.ctn.sub01_01 .intro{overflow:hidden;}
.ctn.sub01_01 .intro .picture{overflow:hidden; float:left; width:50%;}
.ctn.sub01_01 .intro .thumb_01{float:left; width:50%;}
.ctn.sub01_01 .intro .thumb_02{float:left; width:50%;}
.ctn.sub01_01 .intro .thumb_02 img{padding: 30px 0px 0px 20px; width:100%;}
.ctn.sub01_01 .intro .box{float:left; width:50%; padding: 50px 20px 30px 30px;}
.ctn.sub01_01 .intro .box .title img{padding-bottom:10px;}
.ctn.sub01_01 .intro .box .title .line{width:15%; height:2.5px; background:#EBA72C; margin-bottom:35px;}
.ctn.sub01_01 .intro .box .summary{font-size:14pt;}
.ctn.sub01_01 .intro .box .summary p span{font-weight:400;}
.ctn.sub01_01 .intro .box .text{font-size:12pt; color:#666;}
.ctn.sub01_01 .intro .box span{display:block; letter-spacing: -1px; word-break: keep-all;}

@media (max-width:1200px){
.ctn.sub01_01 .intro .box{width:100%; padding:20px;}
.ctn.sub01_01 .intro .picture{width:100%; float:none;}
.ctn.sub01_01 .intro .thumb_01 img{float:right; width:100%;}
.ctn.sub01_01 .intro .thumb_02 img{float:left; width:100%; }
.ctn.sub01_01 .intro .box span{display:inline; letter-spacing:0px;}
}
.ctn.sub01_01 .ceo-message{overflow:hidden; margin:60px 0px 40px 0px; }
.ctn.sub01_01 .ceo-message .box{float:left; width:50%; padding: 40px 20px 0px 10px;}
.ctn.sub01_01 .ceo-message .box .text{font-size:12pt; color:#666;}
.ctn.sub01_01 .ceo-message .box .ceo{padding-top:25px;}
.ctn.sub01_01 .ceo-message .box .ceo .goodtoyou{font-size:14pt;}
.ctn.sub01_01 .ceo-message .box span{display:block; letter-spacing: -1px; word-break: keep-all;}
.ctn.sub01_01 .ceo-message .box .rank{float:left; font-size:16pt; margin-top:5px;}
.ctn.sub01_01 .ceo-message .ceo .name{margin-left:55px; font-weight:600; font-size:20pt;}
.ctn.sub01_01 .ceo-message .picture{float:right; width:50%;}
.ctn.sub01_01 .ceo-message .thumb_01{width:100%; float:right;}
.ctn.sub01_01 .ceo-message .thumb_01 img{width:100%;}
.ctn.sub01_01 .ceo-message .thumb_02{width:100%; float:right;}
.ctn.sub01_01 .ceo-message .thumb_02 img {width:100%; padding:20px 0px 0px 35px;}

@media (max-width:1200px){
.ctn.sub01_01 .ceo-message .box{width:100%; padding:20px; }
.ctn.sub01_01 .ceo-message .box span{display:inline; letter-spacing:0px;}
.ctn.sub01_01 .ceo-message .ceo{float:right;}
.ctn.sub01_01 .ceo-message .picture{width:100%;}
.ctn.sub01_01 .ceo-message .thumb_01{width:100%; float:right;}
.ctn.sub01_01 .ceo-message .thumb_01 img{width:100%;}
.ctn.sub01_01 .ceo-message .thumb_02{width:100%; float:right;}
.ctn.sub01_01 .ceo-message .thumb_02 img{width:100%; padding:20px 0px 0px 0px;}
}
/* 연혁 */
.ctn.sub01_02{width:100%; overflow:hidden;position:relative; z-index:1;}
.ctn.sub01_02 .history{overflow:hidden; position:relative; padding: 0px 0px 50px 0px;}
.ctn.sub01_02 .history .big-year_01 .line{padding-bottom:590px; top:10px; }
.ctn.sub01_02 .history .big-year_02 .line{padding-bottom:75px; top:10px;}
.ctn.sub01_02 .history .big-year_03 .line{padding-bottom:100px; top:10px;}
.ctn.sub01_02 .history .title{width:100%; overflow:hidden; text-align:center;}
.ctn.sub01_02 .history .title .won{margin:0 auto; position:relative; }
.ctn.sub01_02 .history .title .won img{border:10px solid #fff; background:#fff;}
.ctn.sub01_02 .history .title .won .text-y{font-size:16pt; color:#fff; display: inline; left: 50%; top: 50%;transform: translate(-50%, -50%); position: absolute;}
.ctn.sub01_02 .history .big-year_02 .title .won .text-y{color:#EA6C32;}
.ctn.sub01_02 .history .big-year_04 .title .won .text-y{color:#EA6C32;}
.ctn.sub01_02 .history .big-year_01 .won{background:url(/images/history_bcircle.png)no-repeat center #fff;text-align:center; padding:80px; }
.ctn.sub01_02 .history .big-year_02 .won{background:url(/images/history_bcircle2.png)no-repeat center #fff;text-align:center; padding:80px; }
.ctn.sub01_02 .history .big-year_03 .won{background:url(/images/history_bcircle.png)no-repeat center #fff;text-align:center; padding:80px; }
.ctn.sub01_02 .history .big-year_04 .won{background:url(/images/history_bcircle2.png)no-repeat center #fff;text-align:center; padding:80px; }


@media (max-width:1040px){
.ctn.sub01_02 .history .title .won{float:left;}
.ctn.sub01_02 .history .title .won img{width:85%; }
.ctn.sub01_02 .history .title .won .text-y{font-size:14pt;}
}

.ctn.sub01_02 .history .doc{overflow:hidden;}
.ctn.sub01_02 .history .line {width:2px; height:97%; top:0; z-index:-1;  background:#ccc; position:absolute; left:50%; transform:translate(-50% ); }
@media (max-width:1040px){
.ctn.sub01_02 .history .line{left:0; margin-left:80px;}
}

.ctn.sub01_02 .history .doc-group{width:100%; overflow:hidden; }
.ctn.sub01_02 .history .box.left{width:50%; position:relative; float:left; text-align:right; padding: 30px 0px 0px 0px;}

@media (max-width:1040px) {
.ctn.sub01_02 .history .box.left{float:right; text-align:left;}
.ctn.sub01_02 .history .box.left{width:100%;}
}
.ctn.sub01_02 .history .box .thumb{padding:5px;}
.ctn.sub01_02 .history .box.right{width:50%; position:relative; float:right;}
.ctn.sub01_02 .history .box.right .box-group{float:left; margin-left:20px; padding: 25px 0px 25px 0px;}
.ctn.sub01_02 .history .box .box-group .year{color:#999; font-size:14pt;}
.ctn.sub01_02 .history .box.left .box-group .year img{position:absolute; left:99%; top:38px;}
.ctn.sub01_02 .history .box.right .box-group .year img{position:absolute; left:-1%; top:32px;}
.ctn.sub01_02 .history .box .box-group .text{word-break:keep-all; font-size:16pt; font-weight:400;}
.ctn.sub01_02 .history .box .box-group .text p{font-size:14pt;}
.ctn.sub01_02 .history .box.right .thumb > img{padding-left:10px; filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.1));}
.ctn.sub01_02 .history .box.left .box-group{float:right; margin-right:20px;}

@media (max-width:1200px) {


}

@media (max-width:1040px) {
.ctn.sub01_02 .history .box.right .box-group{float:none; margin-left:100px;}
.ctn.sub01_02 .history .box.left .box-group{float:none; margin-left:100px; }
.ctn.sub01_02 .history .box.right{width:100%;}
.ctn.sub01_02 .history .box.right .box-group .year img{left:74px;}
.ctn.sub01_02 .history .box.left .box-group .year img{left:74px;}
.ctn.sub01_02 .history .box .box-group .text{font-size:12pt;}
.ctn.sub01_02 .history .box .box-group .text p{font-size:10pt;}
.ctn.sub01_02 .history .box .box-group .year{color:#999; font-size:12pt;}
}
.ctn.sub01_02 .history .big-year_01{padding-bottom:85px;}
.ctn.sub01_02 .history .big-year_02{padding-bottom:85px;}
.ctn.sub01_02 .history .big-year_03{padding-bottom:85px;}
.ctn.sub01_02 .history .big-year_01 .doc > div:nth-child(5) div .thumb img:nth-child(1){padding:0px;}
.ctn.sub01_02 .history .big-year_01 .doc > div:nth-child(5) div .thumb img:nth-child(2){padding-left:5px;}
.ctn.sub01_02 .history .box.left .thumb > img{padding-right:10px; filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.1));}
@media (max-width:1040px) {
.ctn.sub01_02 .history .box .thumb{margin-left:100px; padding:10px 0px 15px 0px;}
}


/* 품질인증서 */
.ctn.sub01_03{overflow:hidden;}
.ctn.sub01_03 .certificate{ overflow:hidden;}
.ctn.sub01_03 .certificate ul{list-style:none;}
.ctn.sub01_03 .certificate .box{width:calc(100% / 4);float:left;}
.ctn.sub01_03 .certificate .box img{display:block; margin:0 auto; border:1px solid #ddd; box-shadow: 0px 0px 5px rgba(0,0,0,10%);}

.ctn.sub01_03 .certificate .box .text{text-align:center;padding:5px 0px 0px 0px; min-height: 50px;  margin-bottom: 40px;}
.ctn.sub01_03 .certificate .box .text .name{font-size:12pt; color:#555;}
.ctn.sub01_03 .certificate .box .text .summary{font-size:10pt; color:#888;}

@media (max-width:1200px){
	.ctn.sub01_03 .certificate .box{width:calc(100% / 3); margin:0;  }
	.ctn.sub01_03 .certificate .box .text .name{font-size:11pt;}
	.ctn.sub01_03 .certificate .box .text .summary{font-size:10pt;}		
	.ctn.sub01_03 .certificate .box img{width:85%;}
}
@media (max-width:767px){
	.ctn.sub01_03 .certificate .box{width:calc(100% / 2);}
	.ctn.sub01_03 .certificate .box img{width:85%;}
	.ctn.sub01_03 .certificate .box .text .name{font-size:9pt; letter-spacing: -1px;;}
	.ctn.sub01_03 .certificate .box .text .summary{font-size:8pt; letter-spacing: -1px;;}
}
/* 오시는길 */
.ctn.sub01_04{width:100%;overflow:hidden;}
.ctn.sub01_04 .location{border-bottom: 1px solid #ccc; padding: 0px 0px 20px 0px; margin: 0 0px 50px 0px; }
@media (max-width:1040px){
.ctn.sub01_04 .location{width:98%; margin:0 auto;}	
} 
.ctn.sub01_04 .location .box{overflow:hidden;}
.ctn.sub01_04 .location .box-group {float:left; font-size:12pt; background:#E96B32; border-radius:20px; text-align:center; color:rgba(255,255,255,0.9); margin-bottom:10px;  min-width:80px; }
.ctn.sub01_04 .location .box .summary{margin-left:10px; font-size:11pt; color:#666;}
@media (max-width:460px){
.ctn.sub01_04 .location .box-group{font-size:10pt; min-width:60px;}
.ctn.sub01_04 .location .box .summary{margin-left:5px; font-size:8pt;}	
}
.ctn.sub01_04 .location .address .summary{float:left;}
.ctn.sub01_04 .location .address .copy{float:left; font-size:11pt; color:blue; margin: 3px 0px 0px 10px;}
.ctn.sub01_04 .location .call .summary{float:left; min-width:200px;}
.ctn.sub01_04 .location .e-mail .summary{float:left;}
.ctn.sub01_04 .location .time .summary{float:left;}
.ctn.sub01_04 .map{width:100%; overflow:hidden;}
.ctn.sub01_04 .map iframe{width:100%;}
@media (max-width:1200px){
.ctn.sub01_04 .map iframe{max-height:450px;}
}

/* 상품문의(shop)  */

#faq_sch{margin:0 0 50px;}
#faq_sch .input-group{padding:50px 20px !important;}
#faq_sch .input-group .input-group-prepend{height:45px; width:10%; font-size:12pt;}
#faq_sch .input-group .input-group-append.click{height:45px; width:10% !important; margin-right:5px;}
#faq_sch .input-group .input-group-append.all{height:45px; width:10% !important;}
#faq_sch .input-group .input-group-append.all a{color:#fff;}

@media(max-width:767px){
	#faq_sch .input-group{padding:30px 5px !important;}
	#faq_sch .input-group .input-group-prepend{height:40px; width:26%; font-size:8pt !important;}
	#faq_sch .input-group .input-group-append.click{height:40px; width:17% !important; font-size:8pt !important;}
	#faq_sch .input-group .input-group-append.all{height:40px; width:18% !important; font-size:8pt !important;}	
}



#sqa li{border-bottom:1px solid #ddd;}
#sqa li:last-child{border:none;}
#sqa ol{border-top:2px solid #ddd; border-bottom:2px solid #ddd;}
#sqa li .sit_qaa_yet{background:none !important; color:#f26919 !important; font-size:20px !important; right:15px !important; top:50% !important; transform: translateY(-50%);}
#sqa li .sit_qaa_done{background:none !important; color:#398AFC!important; font-size:20px !important; right:15px !important; top:50% !important; transform: translateY(-50%); }
#sqa .sqa_img {margin:0 !important;}
#sqa .sqa_section{width:calc(100% - 200px) !important; padding:0px 0px 0px 20px; }
#sqa .sqa_section h2{font-size:1.4em !important; padding:0 !important;}
#sqa .sqa_section .it_name{color:#555; padding:5px 0px 0px 0px;}
#sqa dl{margin:0 !important;}
#sqa .sqa_section .sit_qa_qaq{font-size:12pt;}
#sqa .sqa_section .sit_qa_qaa{font-size:12pt;}
#sqa .sqa_section .sqa_con .qa_alp{font-size:1.2em;}
#sqa #sqa_empty{text-align:center; font-size:13pt; font-weight: 400; padding:100px;}
@media(max-width:767px){
	#sqa .sqa_section{width:calc(100% - 100px) !important;}
	#sqa .sqa_section .sit_qa_qaq{font-size:10pt;}
	#sqa .sqa_section .sit_qa_qaa{font-size:10pt;}
	#sqa_sch select{width:20% !important;}
	#sqa_sch .sch_wr{width:60% !important;}
	#sqa_sch a{width:15% !important;}
	#sqa li{padding:15px 5px 15px 5px !important;}
	#sqa li .sit_qaa_yet{position:static !important; padding:0 !important; transform:translateY(0%);}
	#sqa li .sit_qaa_done{position:static !important; padding:0 !important; transform:translateY(0%);} 
}




/* 리얼생생후기  */
.review_detail_in {margin:0 !important; transform:translate(-50%, -50%);}
.review_tp_cnt>span{font-size:13pt !important;}
.review_summ {padding:20px !important;}
.sps_section p{font-size:12pt !important;}

#sps_sch{padding:0px 5px; margin:0px 0px 50px !important;}
#sps_sch select{width:15% !important; }
#sps_sch .sch_wr{width:73% !important;}
#sps_sch .sch_btn{float:right !important;}
#sps_sch a{padding:0 !important; width:10% !important; text-align:center; float:right; font-weight:400 !important; }
#sps_sch .sch_input{width:90% !important;}
#sps_sch .sch_btn{width:10% !important; background:#ddd;}
#sps_sch .sch_btn .fa{font-size:16pt;}
#sps li{border-bottom:1px solid #ddd;}
#sps li:last-child{border:none;}
#sps ol{border-top:2px solid #ddd; border-bottom:2px solid #ddd;}
#sps #sps_empty{text-align: center; font-size: 13pt; font-weight: 400; padding:100px;}

@media(max-width:800px){
	.review_detail_in{width:98% !important;}
	#sps_sch select{width:20% !important;}
	#sps_sch .sch_wr{width:60% !important;}
	#sps_sch a{width:15% !important;}	
}










