@charset "UTF-8";

/*
	Document	: common.css
	Created on	: 2010/12/09 23:14:00 ~ 11. 6. 8 오후 1:41
	Author		: Nexist, BahamuT
	Description	: 공통으로 쓰는 클래스만 입력합니다.
*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR:wght@100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css'); */

html,
body {
    width: 100%;
    height: 100%;
    min-width: 800px;
    background: #f4f4f4;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0
}

html {
    y-overflow: auto;
    x-overflow: none;
}

form {
    clear: both
}

legend {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    line-height: 0
}

body,
input,
textarea,
select,
button,
table {
    font-family: "Noto Sans KR", "Nanum Gothic", '돋움', Dotum, sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-family: tahoma, 'Nanum Gothic', '돋움', Dotum, AppleGothic, 'sans-serif'; */
    font-size: 12px;
    color: #333
}

img,
fieldset {
    border: 0
}

ul,
ol {
    list-style: none
}

em,
address {
    font-style: normal
}

a {
    color: #333;
    text-decoration: none
}

label {
    cursor: pointer
}

.hand {
    cursor: pointer
}

.move {
    cursor: move
}

/* 좌,우 여백설정 */
.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.mt0 {
    margin: 0px;
}

.mt-3 {
    margin-top: -3px !important
}

.mt0 {
    margin-top: 0px !important
}

.mt3 {
    margin-top: 3px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt8 {
    margin-top: 8px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.pd0 {
    padding: 0px !important
}

.pdr10 {
    padding-right: 10px !important
}

.pdl8 {
    padding-left: 8px !important
}

.pdl10 {
    padding-left: 10px !important
}

.pdl5 {
    padding-left: 5px !important
}

.pdt5 {
    padding-top: 5px !important
}

.pdt10 {
    padding-top: 10px !important
}

.pdt20 {
    padding-top: 20px !important
}

.pdt25 {
    padding-top: 25px !important
}

.pdt45 {
    padding-top: 45px !important
}

.pdb10 {
    padding-bottom: 10px !important
}

.pdb20 {
    padding-bottom: 20px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.hp100 {
    height: 100%
}

.wp100 {
    width: 100%
}

.wp95 {
    width: 95%
}

.wp90 {
    width: 90%
}

.wp85 {
    width: 85%
}

.wp80 {
    width: 80%
}

.wp75 {
    width: 75%
}

.wp70 {
    width: 70%
}

.wx20 {
    width: 20px
}

.wx30 {
    width: 30px
}

.wx40 {
    width: 40px
}

.wx50 {
    width: 50px
}

.wx70 {
    width: 70px
}

.wx80 {
    width: 80px
}

.wx100 {
    width: 100px
}

.wx110 {
    width: 110px
}

.wx120 {
    width: 120px
}

.wx150 {
    width: 150px
}

.wx200 {
    width: 200px
}

.wx250 {
    width: 250px
}

.wx300 {
    width: 300px
}

.wx500 {
    width: 500px !important;
}

.wx700 {
    width: 700px
}

.hx50 {
    height: 50px
}

.hx100 {
    height: 100px
}

.hx150 {
    height: 150px
}

.hx200 {
    height: 200px
}

.hx250 {
    height: 250px
}

.hx300 {
    height: 300px
}

.hx350 {
    height: 350px
}

.hx400 {
    height: 400px
}

.hx450 {
    height: 450px
}

.hx650 {
    height: 650px
}

/* 클리어부스 */
.cboth {
    clear: both
}

/* //클리어부스 */

/* 각종 정렬 */
.valign-middle {
    vertical-align: middle !important
}

.center {
    text-align: center !important
}

.right {
    text-align: right !important
}

.lsp-1 {
    letter-spacing: -1px !important
}

.hide {
    display: none
}

/* 각종 컬러 */
.bold {
    font-weight: bold !important;
}

.beige {
    color: #eceba8
}

.red {
    color: #f00
}

.blue {
    color: #06C
}

.white {
    color: #fff
}

.black {
    color: #000
}

.yellow {
    color: #FFD700
}

.green {
    color: #0f0
}

.deepGreen {
    color: #0c0
}

.lightgreen {
    color: #2aff98
}

.orange {
    color: #f90
}

.silver {
    color: #CECECE
}

.gray {
    color: #999
}

.bg-gray {
    background: #EEE !important
}

.bg-blue {
    background: #02AAE9 !important
}

#commentWrite {
    margin-top: 20px;
}

.cmtTitle {
    font-size: 11px;
    padding: 0 5px;
    color: #999;
    font-weight: 400;
}

.cmtFormStyle {
    clear: both;
    margin: 0 auto 15px auto;
    padding: 0 0 5px 0;
    border: 1px solid #E5E5E5;
}

.cmtFormStyle caption {
    display: none;
}

.cmtFormStyle tr td {
    padding: 3px 10px 3px 10px;
    height: 30px;
    font-size: 11px;
}

.cmtFormStyle tr td .cmtButtons {
    float: right;
}

.cmtListStyle {
    border-top: 1px solid #bbb;
}

.cmtListStyle li {
    font-size: 11px;
    color: #999;
    padding: 5px;
}

.cmtListStyle li .cmtInfo {
    padding: 0 10px;
}

.cmtListStyle li .cmtInfo .writer {
    color: black;
    font-size: 12px;
    font-weight: 700;
}

.cmtListStyle li .cmtInfo .datetime {
    padding-left: 20px;
}

.cmtListStyle li .cmtButtons {
    float: right;
}

.cmtListStyle li .cmtContents {
    padding: 5px;
    margin: 5px 0 0 0;
    background: #f6f6f6;
}

.cmtListStyle li .cmtContents:hover {
    background: #eee;
    color: #666;
}

/* 업로드박스 */
#uploadBox {
    position: relative;
    margin-top: 10px;
    border: solid 1px #999;
}

#uploadBox #statusMessage {
    background: #999;
    font-size: 11px;
    color: white;
    padding: 0 10px;
}

#uploadBox #uploadButtons {
    position: absolute;
    height: 30px;
    top: 15px;
    width: 120px;
    margin: 12px 10px 12px 20px;
    background: url("./Images/uploadButtons.png");
}

#uploadBox #insertButtons {
    position: absolute;
    height: 30px;
    top: 15px;
    left: 150px;
    margin: 12px 20px 12px 10px;
}

#uploadBox #uploadDsc {
    position: absolute;
    height: 30px;
    top: 15px;
    left: 280px;
    margin: 12px 20px;
    line-height: 14px;
}

#uploadBox #uploadQueue {
    position: absolute;
    right: 0;
    border: solid 1px #ccc;
    margin: 5px;
    overflow: auto;
    width: 400px;
    height: 40px;
}

#thumbList {
    position: relative;
    margin: 55px 5px 5px 5px;
    padding: 5px;
    min-height: 60px;
    border: solid 1px #ccc;
}

#thumbList img {
    margin: 2px;
    vertical-align: middle;
}

#uploadBox #uploadQueue .uploadifyQueueItem {
    background-color: #F5F5F5;
    font: 9px Verdana, Geneva, sans-serif;
    margin-bottom: 1px;
    padding: 3px 10px;
}

#uploadBox #uploadQueue .uploadifyError {
    background-color: #FDE5DD !important;
}

#uploadBox #uploadQueue .uploadifyQueueItem .cancel {
    float: right;
}

#uploadBox #uploadQueue .uploadifyQueue .completed {
    background-color: #E5E5E5;
}

#uploadBox #uploadQueue .uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

#uploadBox #uploadQueue .uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

#top h1.top_logo a {
    color: #fff;
    font-size: 18px;
}