@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&family=Noto+Serif+KR:wght@200;400&display=swap');

A:link    {color:#666666;text-decoration:none;}
A:visited {color:#666666;text-decoration:none;}
A:active  {color:#666666;text-decoration:none;}
A:hover  {color:#0033CC;text-decoration:none;}
#writeContents{line-height: 150%;}
.textarea {border:solid 1 #e1e1e1; font-family:NanumGothic,'굴림';font-size:9pt;overflow:auto;width:100%}
.dot {background:url(dot.gif)}
.th {font-family:tahoma;font-size:7pt; color:#666666}
.th2 {font-family:tahoma;font-size:7pt; color:#999999}
.ver {font-family:verdana;font-size:8pt; color:#666666}
.input {border:solid 1 #666666;font-family:NanumGothic,"Nanum Gothic",'굴림';font-size:9pt;height:19px;width:100}
.input1 {border:solid 1 #e1e1e1;font-family:NanumGothic,"Nanum Gothic",'굴림';font-size:8pt;height:19px;width:100%}
.input2{border:solid 1 #f5f5f5;font-family:NanumGothic,"Nanum Gothic",'굴림';font-size:9pt;height:19px;width:100%}
.submit {border:solid 0;font-family:verdana;font-size:7pt;color:#ffffff;background-color:FF9999;}
.submit2 {border:solid 0;font-family:verdana;font-size:7pt;color:#666666;background-color:f5f5f5;height:55;width:50}

body {font-family: "Noto Sans KR";background-color: none !important;scrollbar-face-color: #ffffff; scrollbar-shadow-color: #C7C7C7;scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #C7C7C7;scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff;scrollbar-arrow-color: #C7C7C7}
td{font-size:10pt}
.notice-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.notice-icon .notice-icon-txt{
    border: 1px solid #ffc6c9;
    background-color: #ffe3e4;
    color: #ff4e59;
    padding: 3px 5px 3px 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 800;
    line-height: 12px;
}
.tBox {border: 1px solid #e9e9e9;margin-bottom: 5px;border-radius: 10px;}
.tBox .inner {
    padding: 10px;
    height: 30px;
    font-size: 18px;
}
.tBox .inner:before {
	margin-left: 10px;
    width: 7px;
    height: 30px;
    padding-left: 7px;
    margin-right: 5px;
    content: '';
    background-image: url(/bbs/skin/board/basic/img/title_before.png);
}
a.btn {
    padding: 4px 6px;
    background: #0a7299;
    color: #fff;
    border-radius: 4px;
    font-size: 10pt;
}
button.btn {
	padding: 2px 6px;
    cursor: pointer;
}
button.btn.cbtn {
    height: 125px;
    min-width: 80px;
    background: #e2e2e2;
    color: #212121;
    border: 1px solid #969696;
}
button.btn.cbtn:hover {
    background: #0a7299;
    color: #ffffff;
    border: 1px solid #0a7299;
}
	
/* Customized Paging */
.pg_wrap { clear:both; }
.pg_page { /* 기본페이지 */
    width:30px !important;
    height:30px !important;
    font-size:13px;
    color:#333;
    line-height:30px;
    padding:0;
    background:#fff;
    border:0;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-align:center;
    display:inline-block;
	text-decoration: none;
}
.pg_page:hover {
    background:#f2f2f2;
}
.pg_current { /* 현재페이지 */
    width:30px !important;
    height:30px !important;
    font-size:13px;
    color:#fff;
    font-weight:normal;
    line-height:30px;
    margin:0;
    padding:0;
    background:#0a7299;
    border:0;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-align:center;
    display:inline-block;
}
.pg_start { /* 처음 */
    position:relative;
    top:50%;
    width:28px !important;
    height:28px !important;
    background:#fff;
    border:1px solid #ccc;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-indent:-9999px;
    display:inline-block;
}
.pg_start:after {
    position:absolute;
    top:10px;
    left:10px;
    content:"";
    width:6px;
    height:6px;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #777;
    border-left:1px solid #777;
    transform:rotate(45deg);
}
.pg_start:before {
    position:absolute;
    top:10px;
    left:16px;
    content:"";
    width:6px;
    height:6px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    transform:rotate(45deg);
}
.pg_start:hover:after {
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}
.pg_start:hover:before {	
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;	
}
.pg_start:hover {
    color:#fff;
	background: #0a7299;
    border:1px solid #0a7299;
}
.pg_prev { /* 이전 */
    position:relative;
    top:50%;
    width:28px !important;
    height:28px !important;
    background:#fff;
    border:1px solid #ccc;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-indent:-9999px;
    display:inline-block;
}
.pg_prev:after {
    position:absolute;
    top:10px;
    left:13px;
    content:"";
    width:6px;
    height:6px;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #777;
    border-left:1px solid #777;
    transform:rotate(45deg);
}
.pg_prev:hover:after {
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}
.pg_prev:hover {
    color:#fff;
	background: #0a7299;
    border:1px solid #0a7299;
}
.pg_next { /* 다음 */
    position:relative;
    top:50%;
    width:28px !important;
    height:28px !important;
    background:#fff;
    border:1px solid #ccc;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-indent:-9999px;
    display:inline-block;
}
.pg_next:after {
    position:absolute;
    top:10px;
    right:13px;
    content:"";
    width:6px;
    height:6px;
    border-top:1px solid #777;
    border-right:1px solid #777;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    transform:rotate(45deg);
}
.pg_next:hover:after {
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
}
.pg_next:hover {
    color:#fff;
	background: #0a7299;
    border:1px solid #0a7299;
}
.pg_end { /* 맨끝 */
    position:relative;
    top:50%;
    width:28px !important;
    height:28px !important;
    background:#fff;
    border:1px solid #ccc;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-indent:-9999px;
    display:inline-block;
}
.pg_end:after {
    position:absolute;
    top:10px;
    right:10px;
    content:"";
    width:6px;
    height:6px;
    border-top:1px solid #777;
    border-right:1px solid #777;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    transform:rotate(45deg);
}
.pg_end:before {
    position:absolute;
    top:10px;
    right:16px;
    content:"";
    width:6px;
    height:6px;
    border-top:1px solid #777;
    border-right:1px solid #777;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    transform:rotate(45deg);
}
.pg_end:hover:after {
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;	
}
.pg_end:hover:before {	
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;	
}
.pg_end:hover {
    color:#fff;
	background: #0a7299;
    border:1px solid #0a7299;
}
.cGray{
	color:#000 !important;
	padding: 4px!important;	
}	
