* { 
	padding: 0; 
	margin: 0;
	box-sizing: border-box;
}

body {
	margin: 0px 10px 0px 10px;
	padding:0;
	font-size: 12px;
    font-family : Gulim, 돋움, Dotum, Arial, AppleSDGothicNeo, AppleGothic, Sans-Serif;
}

tr, td ,th {
	font-size: 12px; 
    font-family : Gulim, 돋움, Dotum, Arial, AppleSDGothicNeo, AppleGothic, Sans-Serif;
}

a:link    { color: #111111; font-size:9pt; text-decoration: none }
a:visited { color: #666666; font-size:9pt; text-decoration: none }
a:hover   { color: orange; font-size:9pt; text-decoration: underline;}
.line15   { line-height: 15pt}

.link_basketball {font-family: ",u"; font-size: 9pt; color: #FF6633; text-decoration: none}

.link_basketball A:hover {font-family: ",u"; font-size: 9pt; color: red; text-decoration: none}


.link_page {font-family: ",u"; font-size: 9pt; color:blue; text-decoration: none}
.link_page A:link {font-family: ",u"; font-size: 9pt; color: blue; text-decoration: none}
.link_page A:visited {font-family: ",u"; font-size: 9pt; color: blue; text-decoration: none}
.link_page A:hover {font-family: ",u"; font-size: 9pt; color: blue; text-decoration: none}

 .id { font: bold 13px verdana, Helvetica, sans-serif; color: white; }
 .font_red { font: bold 12px 굴림, 돋움, Verdana, Helvetica, sans-serif; color: #FF0000; }

 .nick { font: bold 12px Verdana, Helvetica, sans-serif; color: #6E85A0; }

 .xmas1 { font: bold 13px Verdana, Helvetica, sans-serif; color: #008000; }
 .newyear { font: bold 13px Verdana, Helvetica, sans-serif; color: #28A0FF; }

 .notice2 A:link { font: bold 12px color: #18609C; }
 .notice2 A:visited { font: bold 12px color: #18609C; }

 .sell_read { font: bold 13px Verdana, Helvetica, sans-serif; color: #2080D0; }
 .sell_email { font: bold 13px Verdana, Helvetica, sans-serif; color: #8F8F48; }
 .sell_money { font: bold 13px Verdana, Helvetica, sans-serif; color: #307830; }
 .sell_size { font: bold 13px Verdana, Helvetica, sans-serif; color: #BF6000; }

 .sell_pcode { font: bold 18px Verdana, Helvetica, sans-serif; color: #2080D0; }

 .pcode { font: bold 11px Verdana, Helvetica, sans-serif; color: #FF8000; }


 .s0 { font-size: 9pt; color: #111111; font-family: "돋움";}
 .s1 { font-size: 9pt; color: #cc3300; font-family: "돋움";}
 .s2 { font-size: 9pt; color: #ff9900; }
 .s3 { font-size: 9pt; color: #669900; }
 .s4 { font-size: 9pt; color: #0099CC; }
 .s5 { font-size: 9pt; color: #999999; }

 .img_s_border { border:1px solid #606060 }

#wrap {
	width: 1000px;
	margin: 0 auto; /* 중앙정렬 */
	overflow : hidden; /* 수평 레이아웃 구성 */
	text-align: left;
	padding-bottom: 50px;
}

div#head {
	position:relative;
	left: 0;
	top: 0;
	width: 1000px;
	background: #9E9E9E;
	background-image: url('/images/menu_up_extra.gif');
}

div#tail {
	clear: both;
	float:left;
	padding: 0;
	margin: 0px 0px 20px 0px;
	width: 1000px;
	background: #99CCFF;
	text-align: right;
}

#input_div {
	width: 700px;
	padding: 10px 6px;
	margin: 10px auto;
	border: 1px solid #fff;
	background-color: #B6B6B6;
	border-radius: 4px;
	text-align: center;
}


table.solid_reply {
	border: 2px solid #7bb9ff;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: -1px;
	margin-left: 150px;
	line-height: 120%;
	width: 700px;
}

table.solid_reply_me {
	border: 2px solid #ffd040;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: -1px;
	margin-left: 150px;
	line-height: 120%;
	width: 700px;
}

.read_contents {
	color: black;
	padding: 3px;
	margin: 5px;
	margin-left: 10px;
	line-height: 140%;
	width: 675px;
}

.reply_ip_time {
	font-size: 8pt;
	color: #58a0dc;
	padding: 1px;
	margin: 1px;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 550px;
}

.reply_contents {
	color: black;
	padding: 1px;
	margin: 1px;
	margin-left: 15px;
	line-height: 130%;
	width: 550px;
}

.reply_head {
	padding: 1px;
	margin: 1px;
	margin-left: 15px;
	margin-bottom: 8px;
	width: 550px;
}

 .reply_id { 
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #5C8BBF; 
}

a.tooltip {
	position: relative;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: 0.2em 0.6em;
	border:1px solid #996633;
	background-color:#ffff66;
	color:#000;
}

input.dtxt {
	height: 22px;
	padding-left: 5px;
	border: 1px solid orange;
	font-size: 12px;
}

input.dtxt::placeholder {
	color: green;
}

/* 기본 버튼 */
.dsubmit {
	height: 22px;
	background-color:#c4e1fa;
	border: 1px solid #000000;
	padding: 0 6px 0 6px;
	margin-left: 6px;
	font-size: 11px;
	font-weight: 600;
}

button.memois {
	height: 18px;
	width: 32px;
	border: 1px solid #007BFF;
	background-color:#4ea1fa;
	color: #fff;
	font-size: 10px;
	padding: 0 3px 0 3px;
	border-radius: 4px;
}

table#table-main { /* 메인테이블 */
	width: 820px;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

table#table-main th {
	text-align: center;
	color: #135386;
	border: 2px solid white;
}

table#table-main tr:hover {
	background-color: #DBDDDD;
}

table#table-main td { /* 메인테이블 테두리 */
	border: 2px solid white;
}


input.btn{
	background-color: #8EC3FF;
	border: 1px solid #000000;
	padding: 1px;
	height: 22px;
}

input.txt{
	background-color: #E0E0E0;
	border: 1px solid #000000;
	height: 22px;
}

div#adbox {
	position:relative;
	left:0;
	top:0;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 70px;
	background: #F0F0F0;
}

div#adbox_left {
	float:left;
	text-align:center;
	width: 100px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background: #FFE080;
}

div#adbox_right{
	float:left;
	text-align:left;
	width: 630px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px 15px;
	background: #F0F0F0;
}

input#rf_b {
	background-color:#58A0DC;
	border: 1px solid #1C1C1C;
	width: 50px;
	height: 45px;
	vertical-align: bottom;
	margin: 0px 0px 4px 4px;
}

#t_wrapper { /* gall_list 게시판 전체 감싸는 div */
	float: left;
	padding: 0;
	margin: 0px 0px 20px 0px;
	width: 1000px; /* 952px */
	background: #E0EAF3; /* #80C0C0 */
}

#t_right { /* gall_list 게시판 오른쪽 링크 리스트 */
	display: inline;
	float: left;
	width: 840px; /* 781 */
	margin: 0 0 0 160px;
	padding: 0;
	background: #E0E0E0;
}

#t_left { /* gall_list 게시판 왼쪽 링크 리스트 */
	float: left;
	width: 160px;
	margin-left: -1000px;
	padding: 0;
}

/*  gall_list 게시판 리스트 상단 공지사항 */
div#t_notice { 
	padding: 0;
	margin: 6px 0 6px 0;
	width: 838px;
	background: #E0E0E0;
	text-align: left;
}

table.glist { /* gall_list 메인박스 */
	width: 840px;
	border-collapse: collapse;
	border: 2px solid white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color : #EFEFEF;
}

table.glist td { /* gall_list 게시판 테두리 */
	border: 2px solid white;
}


div#r_index { /* 게시판 인덱스 페이지 */
	padding: 0;
	margin: 0;
	width: 830px;
	height: 40px;
	background: #DFDFDF; /* #DFDFDF */
}

div#r_idx_l {
	float:left;
	padding: 0;
	margin: 8px 0px 0px 0px;
	width: 500px;
	height: 30px;
	text-align: left;
	background: #DFDFDF;

}

div#r_idx_r {
	float:left;
	padding: 0;
	margin: 8px 0px 0px 0px;
	width: 328px;
	height: 30px;
	text-align: center;
	background: #DFDFDF;
}

ul.sl {   
    list-style:none;   
    float:left;   
    display:inline;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}   
ul.sl li {   
    float:left;
}   
ul.sl li a {   
    float:left;   
    padding:2px 2px 2px 2px;
	margin: 0px 6px 0px 0px;  
    width:20px;   
    color:#000;   
    font:bold 12px tahoma;   
    border:1px solid #D5D5D5;   
    text-align:center;   
    text-decoration:none;   
}

ul.sl li a#tthis  {   
    float:left;   
    padding:2px 2px 2px 2px;
	margin: 0px 6px 0px 0px;  
    width:20px;   
    color:#000;   
    font:bold 12px tahoma;   
    border:1px solid #FF8000;
	background-color:#FFE0C0;
    text-align:center;   
    text-decoration:none;   
}  

ul.sl li a:hover, ul li a:focus {   
    color:#fff;   
    border:1px solid #FFB240;   
    background-color:#FFB240;
	text-decoration:none;
}


/* 하단 페이지 표시 */
#tb_page {
	width: 600px;
	padding: 10px 4px;
	margin: 10px auto;
	border: 1px solid #fff;
	background-color: #B6B6B6;
	border-radius: 4px;
	text-align: center;
}


/****MEDIA QUERIES****/

@media screen and (min-width: 600px){

  .nodal{
	width: 500px;
	height: 300px;
	margin-left: calc(50vw - 250px);
	margin-top: calc(50vh - 150px);
  }

  .header{
	width: 100%;
	height: 40px;
  }

  .header a{
	line-height: 40px;
	margin-right: 10px;
  }

  .content{
	width: 100%;
  }



}

/*LARGE SCREEN*/
@media screen and (min-width: 1300px){

}


/* 230328 추가 - 모달 팝업 */
.mbackground {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);

	/* 숨기기 */
	z-index: -1;
	opacity: 0;
}
 
.mbackground.show {
	opacity: 1;
	z-index: 1000;
	transition: all 0.5s;
}


.mpopup {
	position: absolute;
	left: 50%;	
	
    background: #fff;
    padding: 25px;
    border-radius: 15px;
	
	top: -150%;
    max-width: 500px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
			  opacity 0.2s 0s ease-in-out,
			  transform 0.2s 0s ease-in-out;
}

.mpopup.show {
  	top: 50%;
  	opacity: 1;
  	pointer-events: auto;
  	transform:translate(-50%, -50%) scale(1);
  	transition: top 0s 0s ease-in-out,
			  opacity 0.2s 0s ease-in-out,
			  transform 0.2s 0s ease-in-out;
}

.mpopup header{
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
header span{
  font-size: 18px;
  font-weight: 600;
}
header .popup-close {
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	transition: all 0.3s ease-in-out;
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
header .popup-close:hover{
  background: #ebedf9;
}

.mpopup .content{
  margin: 20px 0px;
}

.wmemo {
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}

#e_wtype_id {
	width: 120px;
	height: 24px;
	border: 1px solid #D1D7DB;
	outline: none;
	font-size: 14px;
	padding: 2px;
	background: #d1d7db
}

#e_wtype {
	width: 60px;
	height: 24px;
	border: 1px solid #1c87c9;
	outline: none;
	font-size: 14px;
	padding: 2px;
}



.content button {
	width: 60px;
	height: 24px;
	background-color: #94d996;
	color: #fff;
	border: 1px solid #43bb46;
	font-size: 12px;
	padding: 0 3px 0 3px;
	border-radius: 4px;
	margin-left: 10px;
}

.e_date {
	font-size: 11px;
	color: #908c8c;
	margin: 10px 0px 20px 0px;
}