* {margin:0; padding: 0; box-sizing: border-box;font-weight: normal; font-family: 'Pretendard-Regular'; color: #555;}

ul,li{list-style: none}
a{color: #000; text-decoration: none;}
html, body {height: 100%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1; overflow-x: hidden; /*background-color: #efeef2;*/}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
::selection {background-color: #f0e9d2;color: #000;	}
*::-webkit-scrollbar { width: 8px; }
*::-webkit-scrollbar-track { background-color: #fafafa; border-radius: 100px;}
*::-webkit-scrollbar-thumb { background-color: #babfc3; border-radius: 100px;}
* { scrollbar-color: #D4AA70 #e4e4e4; }
*::-webkit-scrollbar-thumb { box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5); border-radius: 100px; }

.partner_wrap{min-height: 75vh}
.content_wrap{width: 1200px; margin:80px auto;}
.con_inner{width: 100%; margin:0px auto;}
.none_contents{padding: 10px;width: 100%}

.none_contents .none_word{margin-top: 200px;display: flex; justify-content: center; align-items: center; flex-direction: column;}
.none_contents .none_word i{font-size: 30px; margin-bottom: 15px;color:#aeb3c2;}
.none_contents .none_word p{font-size: 14px;color:#aeb3c2;margin-bottom: 5px;}
.none_contents .none_word .list_btn{margin-bottom: 20px;}
.none_contents .none_word a{padding: 10px 25px; border:1px solid #ededed; font-size: 14px; color: #999;}
.none_contents .none_word a:hover{border: 1px solid #afaeea; transition: 0.3s; color: #333;}

/*페이징*/
.page{text-align: center; display: inline-block; width: 100%; margin: 20px 0px;}
.page li{width: 15px;display: inline-block; margin: 0 8px;}
.page li.page_no {background-color: #e9e5ff;  width: 25px; height: 25px; line-height: 25px; border-radius: 20px; font-size: 14px;}
.page li a{opacity: .5;}
