.no-scroll { overflow: hidden; height: 100%; }
/* header */
header { box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 13px;position: fixed; left: 0; top: 0; width: 100%; z-index: 990; background: #fff; }
header .inner { display: flex; justify-content: space-between; align-items: center; max-width: 1054px; width: 100%; margin: 0 auto;}
.header_top { border-bottom: 1px solid #ddd;}
.header_top .inner { padding: 1rem 15px;}
.header_top .left { display: flex; gap: 1rem; width: 80%; align-items: center;}
.header_top .left h1 a { display: block;}

.ranking_wrap { border-bottom: 1px solid #c7c7c7; overflow: hidden; position: relative; width: 220px; padding: .2rem 0;}
.ranking_wrap h2 { font-weight: 600;}
.ranking_wrap ul { position: absolute; top: -4px; right: 0;}
.ranking_wrap ul li { padding: 6px 0;}
.ranking_wrap ul li a { color: #9d9d9d; }
.ranking_wrap ul li a span { font-weight: inherit; color: #9d9d9d;}
.ranking_wrap ul li a span.red { color: #e71218; }

.header_top .middle { display: flex; justify-content: space-between; align-items: center; padding: .3rem 1rem; border: 1px solid #dadada; width: 40%; border-radius: 10px; }
.header_top .middle input { width: 90%;}
.header_top .middle .search_ico { display: block; width: 1.5rem; height: 1.5rem; background: url(/img/arrow-5.png) no-repeat center/contain;}
.header_top .right { display: flex; align-items: center; gap: 1.3rem; color: #c9c9c9;}
.header_top .right .member_wrap { display: flex;gap: 30px; }
.header_top .right .member_wrap a { position: relative; font-size: .9rem; color: #9f9fa0; }
.header_top .right .member_wrap a::after { content: ''; position: absolute; right: -15px; top: 50%; width: 1px; height: 8px; background: #9f9fa0; transform: translateY(-50%);}
.header_top .right .member_wrap a:nth-last-child(1)::after { content: unset;}
.header_top .right .member_wrap a:hover { text-decoration: underline;}
.header_top .right .menu_ico { display: block; width: 2rem; height: 2rem; background: url(/img/pc/menu.png) no-repeat center/contain; cursor: pointer;}

.header_bt { position: relative; display: flex; justify-content: space-between; align-items: center; background: #7942e4; margin: 0 auto;}
.header_bt .inner { padding: .2rem 15px;}
.header_bt .left { display: flex; align-items: center; gap: 30px; color: #ffff;}
.header_bt .left a { transition: ease-in-out .2s; padding: .8rem 0; font-size: .9rem; color: #ffff; position: relative; font-weight: 300;}
.header_bt .left a:hover { transform: translateY(1px); font-weight: 500;}
.header_bt .left a.on { font-weight: 500;}
.header_bt .left a:after { content: ''; position: absolute; right: -15px; top: 50%; width: 1px; height: 8px; background: #fff; transform: translateY(-50%);}
.header_bt .left a:nth-last-child(1)::after { content: unset;}
.header_bt .right { display: flex; align-items: center; gap: 30px;}
.header_bt .right a,
.header_bt .right button { color: #fff; border-radius: 5px; text-align: center; padding: .5rem 0; font-size: .9rem; position: relative;}
.header_bt .right button:nth-child(2):before { content:''; position: absolute; left: -15px; top: 50%; width: 1px; height: 8px;background: #fff; transform: translateY(-50%);}



/* 하단 메뉴버튼 없는 버전 */
.header_sm .inner { padding: 1.5rem 15px; justify-content: unset;gap: 1rem; }
.header_sm .inner h1 a img { width: 120px;}
.header_sm .inner p { font-size: 1.2rem; font-weight: 500;}


/* index */
main.header { padding: 9rem 0 3rem;}
main.header_sm { padding: 6rem 0 3rem;}
.search_form { border-radius: 8px; display: flex; justify-content: space-between; align-items: center;}
.search_form .form_ico { display: block; width: 2rem; height: 2rem; background: url(../img/pc/icon-6.png) no-repeat center/contain; margin-left: 2rem;}
.search_form button { display: block; font-size: 1.2rem; font-weight: 600; padding: 1.3rem 3.5rem; background: #F3F4F3; border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
footer { background-image: url(/img/pc/img.png); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 1.5rem 0; opacity: 0.8;}
footer .inner { flex-wrap: wrap; display: flex; justify-content: space-between; max-width: 1054px; margin: 0 auto; padding: 0 15px;}
footer .inner .left { width: 100%; }
footer .inner p { width: 100%; font-size: 1.2rem; font-weight: 600; padding-bottom: 1rem; color: rgba(255,255,255,0.7);}
footer .inner .left address { font-style: normal; color: rgba(255,255,255,0.5); line-height: 1.4; font-size: 0.9rem;}
footer .inner .right { padding-left: 1rem; margin-left: 1rem; border-left: 1px solid #888; width: 45%;}
footer .inner pre { color: rgba(255,255,255,0.5); line-height: 1.4; font-size: 0.9rem;}

/* pagination */
.pagination { display: flex; justify-content: center; align-items: center; margin-top: 7rem; gap: 1rem;}
.pagination .arrow_box { padding: .5rem; border-radius: 8px;}
.pagination .prev, 
.pagination .next { display: block; width: 1rem; height: 1rem; background: url(../img/pc/arrow-4.png) no-repeat center/contain; transform: rotate(180deg);}
.pagination .next { transform: rotate(0);}
.pagination { color: #4A4D4D;}
.pagination a,
.pagination span{font-size: 1.2rem;}
.pagination span.on,
.pagination a.on { color: #BD1A0E; font-weight: 600; }

.success { font-size: 1.1rem; color: #747676; text-align: center; padding: 8rem 0; line-height: 1.5; font-weight: 600;}
.go_home { display: block; text-align: center; background: #F3F4F3; border-radius: 8px; padding: 2rem 0; font-size: 1.1rem; font-weight: 600; color: #747676; margin-bottom: 10rem;}

/* 추가 옵션 */
.ot_pen .desc { background: #f9f871; }
.ot_twink .desc { -webkit-animation: effet 2s infinite linear; -o-animation: effet 2s infinite linear; animation: effet 2s infinite linear;}
.ot_recom .effect_span{-webkit-animation: effet_span 4s infinite; -o-animation: effet_span 4s infinite; animation: effet_span 4s infinite; padding: 1px 7px; border-radius: 5px; margin-right: 3px; display: inline-block; font-size: 0.8rem; line-height: 1.2;}
@keyframes effet {
	0%, 40%, 80% {
		color: #ff1515;
	}
	10%, 50%, 90% {
		color: #c200ff;
	}
	20%, 60%, 100% {
		color: #008fff;
	}
	30%, 70% {
		color: #925bfa;
	}
}
@keyframes effet_span {
	0%, 20%, 40%, 60%, 80%, 100% {
		background: #1f884b;
		color: #ffffff;
	}
	10%, 30%, 50%, 70%, 90% {
		background: #7addfe;
		color: #1f884b;
	}
}
@media screen and (max-width: 1450px) {
	header .inner { max-width: 1000px;}
}
@media screen and (max-width: 1390px) {
	header .inner { max-width: 900px;}
}

@media screen and (max-width: 1270px) {
	header .inner { max-width: 800px;}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1140px) {
	header .inner { max-width: 1054px;}
	header .inner h1 a img { width: 120px;}
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 1229px) { 
	main.header { padding-top: 9.5rem;}
	.header_box {  max-width: 900px; padding: 0 1rem; } 
	.header_btm { max-width: 900px; padding: 0 1rem; }
	.sec_inner { max-width: 900px; margin: 0 auto 4rem; padding: 0 1rem; }
	.index_top { max-width: 900px; margin: 0 auto 4rem; }
	.header_box .middle { width: 50%; }
}
@media screen and (max-width: 767px) {
	main.header { padding-top: 9rem;}
	.ranking_wrap { display: none;}
}
@media screen and (max-width: 699px) {
	.header_box {  padding: 0 2rem; }
	.header_btm { padding: 0 2rem; }
	.sec_inner { margin: 0 auto 4rem; padding: 0 2rem; }
	.header_box .middle { width: 50%; }
	section.leave { padding: 0 2rem; }
}

