.no-scroll { overflow: hidden; height: 100%; }
.header_ad_wrap { display: none;}
/* header */
header { box-shadow: rgba(0, 0, 0, 0.1) 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: 0.8rem 15px;}
.header_top .left { display: flex; gap: 1rem; width: 80%; align-items: center;}
.header_top .left h1 a { display: block;}

header .ranking_wrap { overflow: hidden; position: relative; width: 400px; padding: 0.4rem 0;}
header .ranking_wrap h2 { font-weight: 600;}
header .ranking_wrap ul { display: flex; }
header .ranking_wrap ul li a { font-size: 14px; padding: 0 .4rem; position: relative;}
header .ranking_wrap ul li a:after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 7px; background: #333;}
header .ranking_wrap ul li:nth-last-child(1) a:after { content: unset;}
header .ranking_wrap .button_wrap { position: absolute; right: 0; bottom: 2px; display: flex; gap: 8px;}
header .ranking_wrap .button_wrap .swiper-button-next,
header .ranking_wrap .button_wrap .swiper-button-prev { position: unset; width: 20px; height: 20px; background: #319abd; padding: 2px 5px; border-radius: 3px;}
header .ranking_wrap .button_wrap .swiper-button-next:after,
header .ranking_wrap .button_wrap .swiper-button-prev:after { content: unset;}
header .ranking_wrap .button_wrap .swiper-button-next img,
header .ranking_wrap .button_wrap .swiper-button-prev img { filter: brightness(10); width: 12px;}

.header_top .middle { display: flex; justify-content: space-between; align-items: center; padding: .3rem 1rem; border: 2px solid #2da2c8; border-radius: 40px; }
.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; }
.header_top .right .member_wrap a { font-size: .9rem; color: #9f9fa0; border-right: 1px solid #9f9fa0; padding-right: .7rem; margin-right: .7rem; }
.header_top .right .member_wrap a:nth-last-child(1) { border-right: none; padding-right: unset; margin-right: 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; max-width: 1230px; margin: 0 auto;}
.header_bt .inner { padding: 0 15px;}
.header_bt .left { display: flex; align-items: center; gap: .7rem;}
.header_bt .left a { transition: ease-in-out .2s; padding: .8rem 0; font-size: .9rem;}
.header_bt .left a:hover { transform: translateY(1px); font-weight: 600;}
.header_bt .left a.on { font-weight: 800;}
.header_bt .left .drop_menu { position: relative;}
.header_bt .left .drop_menu > button { font-size: .9rem;    padding: .8rem 0;}
.header_bt .left .drop_menu:hover button { font-weight: 600; transform: translateY(1px);}
.header_bt .left .drop_menu ul { max-height: 0; overflow: hidden; position: absolute; background: #fff; top: 100%; transition: .3s;}
.header_bt .left .drop_menu:hover ul { max-height: 150px;}
.header_bt .left .drop_menu ul li {border: 1px solid #ddd; border-top: none;}
.header_bt .left .drop_menu ul li:hover { background: var(--color_blue); transition: .3s; }
.header_bt .left .drop_menu ul li a { font-weight: 400; display: block; padding: .8rem 1.5rem; font-size: .9rem; width: 150px;}
.header_bt .left .drop_menu ul li:hover a { color: #fff; transform: unset;}

.header_bt .right { display: flex; align-items: center; gap: .5rem;}
.header_bt .right a,
.header_bt .right button { color: #fff; border-radius: 5px; text-align: center; width: 105px; padding: .5rem 0; font-size: .9rem;}
.header_bt .right a.edit_resume { background: #2da2c8;}
.header_bt .right .create_gg { background: #6ac2bd; }


/* 하단 메뉴버튼 없는 버전 */
.header_sm .inner { padding: 1rem 15px; justify-content: unset;gap: 1rem; }
.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;}
	.header_top .left h1 a img { width: 120px;}
	.header_sm .inner h1 a img { width: 120px;}
	.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; }
}

