<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#container {
	width: 1200px;
	margin: 0 auto;
}
.sound_only {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* 홈페이지 메인 색상 */


.tomato {
	color: tomato;
}

.bg_col {
	background: tomato;
}

.main_col {
	color: tomato;
}


/* 홈페이지 기본 폰트 */
body {
	font-family: 'noto-sans-scott-dl';
	font-size: 13px;
}

/* 상품 없을경우 */
.sct_noitem {
	width: 100%;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
	line-height: 150px;
}

/* 글 없을 경우 */
.sit_empty {
	width: 100%;
	min-height: 100px;
	text-align: center;
	line-height: 100px;
}
.empty_table {
	width: 100%;
	height: 100px;
	text-align: center;
}

/* 게시판 공통 레이아웃 */
.bo_skin {
	width: 1200px;
	margin: 60px auto 80px;
	padding: 0 40px;
	box-sizing: border-box;
	overflow: hidden;
}

/* form 스킨 */
.mbskin {
	width: 1200px;
	overflow: hidden;
	margin: 60px auto 80px;
	padding: 0 40px;
	box-sizing: border-box;
}


.sct_admin {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
}


/* nav */
.pg_wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 20px 0 50px;
}

.pg_wrap .pg a {
	margin: 0 5px;
}

.pg_wrap .pg .pg_current {
	margin: 0 5px;
}

/* navigation.skin css */
.navi_skin {
	/* width: 1200px; */
	overflow: hidden;
	margin: 10px auto 20px;
}

.navi_skin ul {
	float: right;
}

.navi_skin ul li {
	float: left;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

.navi_skin ul li a {
	color: #999;
}


/*	form 카테고리 공통타이틀 */
.mb_comm_tit {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px;
}

.mb_comm_tit h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.mb_comm_tit p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}



/* btn_type */

.btn_admin {
	padding: 6px 10px;
	border: none;
	background: #666;
	color: #fff;
	display: inline-block;
}

.btn_submit {
	padding: 6px 10px;
	border: none;
	background: #454545;
	color: #fff;
	display: inline-block;

}

.btn_cancel {
	padding: 5px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
}

.btn01 {
	padding: 5px 10px;
	border: 1px solid #dadada;
	display: inline-block;
	background: #fff;
}

.btn02 {

}

.btn_adm {

}

.btn_b01, .btn_b02 {
	padding: 5px 10px;
	border: 1px solid #dadada;
	display: inline-block;
}


/* 게시물 복사, 이동 */

#copymove {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

#copymove #win_title {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

#copymove .tbl_wrap {
	width: 100%;
	overflow: hidden;
}

#copymove .tbl_wrap table {
	width: 100%;
}

#copymove .tbl_wrap table thead tr {
	height: 35px;
	background: #e5e5e5;
}

#copymove .tbl_wrap table tbody td {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
}

#copymove .win_btn {
	display: table;
	margin: 15px auto;
}


#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.spiner {
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.spiner_inner {
    width: 700px;
    text-align: center;
    position: relative;
}

.spiner_inner .text {
    font-size: 30px;
    color: #222;
    padding-bottom: 90px;
    position: relative;
    font-family: 'hp-l';
    font-weight: bold;
    letter-spacing: 3px;
}

.spiner_inner .spiner_dot {
	width: 300px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -150px;
}

.spiner_inner .spiner_dot span {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    font-size: 60px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
}

.spiner_inner .spiner_dot span:nth-child(1) {
    right: 170px;
    -webkit-animation: dot 1.2s infinite ease-in 1s;
         -o-animation: dot 1.2s infinite ease-in 1s;
            animation: dot 1.2s infinite ease-in 1s;
}

.spiner_inner .spiner_dot span:nth-child(2) {
    right: 145px;
    -webkit-animation: dot 1.2s infinite ease-in 2s;
         -o-animation: dot 1.2s infinite ease-in 2s;
            animation: dot 1.2s infinite ease-in 2s;
}

.spiner_inner .spiner_dot span:nth-child(3) {
    right: 120px;
    -webkit-animation: dot 1.2s infinite ease-in 3s;
         -o-animation: dot 1.2s infinite ease-in 3s;
            animation: dot 1.2s infinite ease-in 3s;
}

@-webkit-keyframes dot {
    0% {
        bottom: 10px;
        opacity: 0;
    }
    30% {
        bottom: 0;
        opacity: 1;
    }
    70% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -10px;
        opacity: 0;
    }
}

@-o-keyframes dot {
    0% {
        bottom: 10px;
        opacity: 0;
    }
    30% {
        bottom: 0;
        opacity: 1;
    }
    70% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -10px;
        opacity: 0;
    }
}

@keyframes dot {
    0% {
        bottom: 10px;
        opacity: 0;
    }
    30% {
        bottom: 0;
        opacity: 1;
    }
    70% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -10px;
        opacity: 0;
    }
}
</pre></body></html>