@charset "utf-8";
.review_btn .btn_div {width:100%;text-align: center}

.review_btn .main_btn{
		display: inline-block;
		font-size:18px;
		color:#576849;
		line-height:1;
		margin: 30px 0;
		padding:16px 30px;
		border-radius: 26px;
		border:1px solid #576849;
		background-color:transparent;
		white-space:nowrap;transition: 0.5s ease;-webkit-transition: 0.5s ease;
		}
.review_btn .main_btn:hover{background-color:#576849;color:#fff;transition: 0.5s ease;-webkit-transition: 0.5s ease;}
.sns-list{padding:0 70px}
.sns-item{position: relative;border:1px solid #e1e1e1;border-radius:5px}

.sns-item .sns-img {background:transparent;position:relative}
.sns-item .sns-img .sns_icon{position:absolute; top:10px; right:10px;}
.sns-item .sns-img .sns_icon img{width:30px}

.sns-item .lt-no{position: absolute;background-color:#fcd200;bottom:10px;left:10px;width:50px;height:50px;border-radius:25px}
.sns-item .lt-no{color:#000;text-align:center;font-size:36px;line-height: 1.5;font-family: 'KOHINanumOTFB';font-weight: bold}
.sns-item .sns-img img{border-radius:3px}
.sns-item .lt-area {padding:10px 20px 20px}
.sns-item .lt-area .lt-subject{margin:10px auto 10px;height:50px; line-height:23px;}
.sns-item .lt-area .lt-sno{float:left;width:50px;}
.sns-item .lt-area .lt-sno p{background-color:#fcd200;width:40px;height:40px;border-radius:20px;}
.sns-item .lt-area .lt-sno p{color:#000;text-align:center;font-size:22px;line-height:2;font-family: 'GmarketSansBold';font-weight: bold;}

.sns-item .lt-area .lt-sj{float:left;width:230px;height:40px;display: table; overflow: hidden;}
.sns-item .lt-area .lt-sj h3{font-size: 20px;color: #131313;font-weight: 700;letter-spacing:-1px !important;padding:0px 0;font-family: 'KOHINanumOTFB';display: table-cell; vertical-align: middle;}
.sns-item .lt-area .lt-content{clear: both;font-size: 16px; color: #343434; line-height: 1.4;padding-bottom: 10px;letter-spacing:-0.5px;}
.sns-item .sns-item-link{position: absolute;font-size:14px;right:10px;bottom:10px;border-radius:3px;background-color:#f1f1f1 !important}
.sns-item .sns-item-link i{padding:5px 5px 3px 5px !important;font-size:16px}


.owl-dots{display:none}
.owl-theme i {padding:5px 5px 3px 5px;font-size:30px}
.owl-theme .owl-nav {margin-top:0 !important}
.owl-theme .owl-nav [class*='owl-']{background:#fff !important;opacity:1}
.owl-theme .owl-nav [class*='owl-']:hover {background:#110bd1 !important}

.owl-prev,.owl-next {position:absolute;top:50%;transform:translateY(-50%)}
.owl-prev {left:-4.5rem}
.owl-next {right:-4.5rem}