/* tag reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img { margin: 0; padding: 0; }
html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, code, button {
	font-size: 14px;
	font-family: 'Jeju Gothic', 'Meiryo', 'Jeju Gothic', 'Malgun Gothic', '맑은 고딕', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	letter-spacing: -1px;
	background: #fff;
	text-shadow: none;
	text-decoration: none;
}
body {
	background: #ededed;
}

input:focus, button:focus, textarea:focus {
	outline: none;
}

b, h1, h2, h3, h4, h5, strong {
	text-shadow: 0 none;
}

li {
	font-family: 'Jeju Gothic', 'Meiryo', 'Jeju Gothic', 'Malgun Gothic', '맑은 고딕', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	list-style: none;
}
img, fieldset { border:none; vertical-align:top; }
table { border-spacing:0; border:0; border-collapse:collapse; }
th, td { border:0; vertical-align:middle; }
legend { height:0; width:0; display:none; text-indent:-9999em; }
caption { visibility:hidden; position:absolute; left:-1060px; top:-1060px; height:0; width:0; display:none; }
button { padding:0; margin:0; border:0; cursor:pointer; overflow:visible; }
label { margin:0; padding:0; cursor:pointer; }
select {
	padding: 3px 3px 4px 3px;
	border: 1px solid #ddd;
}


select, option, input, textarea {
	font-size: 100%;
	font-family: 'Jeju Gothic', 'Meiryo', 'Jeju Gothic', 'Malgun Gothic', '맑은 고딕', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	vertical-align: middle;
	border: 1px solid #ddd;
}
select:focus,
option:focus,
input:focus,
textarea:focus {
	border-color: #f44e69 !important;
	color: #f44e69 !important;
}
input[type='password'] {
	font-family: verdana;
}


a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #f44e69;
}



/* drag color */
::selection {
	background: #fbebee;
	color: #f44e69;
	text-shadow: none;
}
::-moz-selection {
	background: #fbebee;
	color: #f44e69;
	text-shadow: none;
}
::-webkit-selection {
	background: #fbebee;
	color: #f44e69;
	text-shadow: none;
}



/* float bugFix */
.clear {
	zoom: 1;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}


/* Etc */
.displaynone { display: none; }


/* Don't Scroll */
.noscroll {
	position: relative;
	width: 100%;
	overflow: hidden;
}





/*************************/
/* ajax_loader
/*************************/
#ajax-loader {
    position: fixed;
    z-index: 1100;
}
#ajax-loader .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1100;
}
#ajax-loader .stripes {
	position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 40px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size: 10px;
    z-index: 1101;
}
#ajax-loader .stripes > div {
    background-color: #d44f68;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#ajax-loader .stripes .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
#ajax-loader .stripes .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
#ajax-loader .stripes .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#ajax-loader .stripes .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.6);
    }

    20% {
        -webkit-transform: scaleY(1.5);
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.6);
        -webkit-transform: scaleY(0.6);
    }

    20% {
        transform: scaleY(1.5);
        -webkit-transform: scaleY(1.5);
    }
}









/*************************/
/* 페이징
/*************************/
.page-list {
	display: inline-block;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	margin-top: 30px;
}
*:first-child+html .page-list {
	display: inline;
}

.page-list ol {
	float: left;
	margin: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.page-list ol li {
	float: left;
	border-left: 1px solid #e2e2e2;
}
.page-list ol li:first-child {
	border-left: 0 none;
}
.page-list ol li a,
.page-list ol li b {
	display: table-cell;
	width: 50px;
	height: 38px;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.page-list ol li a:hover {
	color: #d44f68;
	background: #fafafa;
}
.page-list ol li b {
	color: #fff;
	background: #d44f68;
}

.page-list .pl-btn {
	float: left;
	margin: 0;
}
.page-list .pl-btn a {
	display: table-cell;
	width: 48px;
	height: 38px;
	font-family: 'Jeju Gothic';
	font-weight: bold;
	font-size: 16px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.page-list .pl-btn.off a {
	color: #ccc !important;
	cursor: default;
}
.page-list .pl-btn.on a {
	color: #000;
	cursor: pointer;
}
.page-list .pl-btn.on:hover a {
	color: #d44f68;
	background: #fafafa;
}








/*************************/
/* 버튼 스타일
/*************************/
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 5px 12px 5px 10px;
}


.btn.pink {
	color: #fff;
	background: #d44f68;
	border: 1px solid #d44f68;
}
.btn.pink:hover {
	color: #f7ee00;
}

.btn.white {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.btn.white:hover {
	color: #d44f68;
	border-color: #d44f68;
}





