@charset "utf-8";

*, html, body, div, p, span, a {margin:0; padding:0;}
ul, ol, li, dl, dt, dd {list-style:none;}
img {border:0;}

.gold_list_area {
width: 100vw;
border-radius:8px;
overflow:hidden;
}

.gold_list_area .gold_box {
    position:relative; 
    right: 0; 
    padding:18px 0 20px; 
    width: 100vw;
	height:100%;
	box-sizing: border-box;
}



.gold_btn {cursor:pointer; margin-right: 0; margin-top: -20%;  width: 500px; }
.gold_list_area .close_area {text-align: center; font-size:24px; line-height:28px; letter-spacing:-1px; *zoom:1;}
.gold_list_area .close_area:after {display:block; clear:both; content:"";}
.gold_list_area .txt { display: block; width: 100%; text-align: center; }
.gold_list_area .close {  display:block;  width:92%; color: black; font-weight:bold;   text-decoration:none; text-align:right; cursor:pointer; z-index: 99999; }
.gold_lst {width: 100vw; margin: 70px 0 30px;  line-height: 12px; padding-bottom: 5%; }
.gold_lst dl {padding:10px 0;   margin: 0 auto 10%; text-align: center;}
.gold_lst dd { width: 100%; padding: 8px 0 8px;  text-align: center;}
.gold_lst dd a {display:block; widht: 50%; line-height: 30px;  font-size: 14px; text-align: center;  height:30px; text-decoration:none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gold_lst dl dt {text-align: center; font-size: 18px; margin: 0 0 3%;}
.gold_lst dl a { text-align: center !important; }
