html{
scroll-behavior: smooth;
font-family: malgun gothic;
}
body{
background: black;
}
h1{
font-size: 2.3rem;
}
a{
text-decoration: none;
color: white;
font-weight: bold;
}
hr.space{
	margin: 50px 0px;
	border: black;
}
.main-ad{
	text-align: center;
}
table{
width: 100%;
}
table.info th{
	width: 20%;
}
table, td, th{
border-bottom: white 1px solid;
margin: auto;
border-collapse: collapse;
text-align: center;
padding: 10px 0px;
}
th.name{
width: 40%;
}
th.dividen{
width:40%;
}
th.no{
width:30%;
}
div.header{
max-width: 850px;
color: white;
text-align: center;
margin: auto;
}

div.backBtn{
	background: white;
	padding: 10px;
	text-align: center;
	color:black;
	margin: 15px 0px;
}
div.ad{
width: 100%;

}
div.ad-link{
height: 90px;
}
section.search{
height:calc(100vh - 10rem);
display: flex;
align-items: center;
vertical-align: middle;
}
div.search{
width:100%;
text-align: center;
margin:auto;
display: flex;
flex-direction: column;
}
div.comment{

}
form.search{
display: flex;
flex-direction: row;
justify-content: center;
margin:30px auto 100px auto;
}

input[type=submit] {-webkit-appearance:none;}
form.search #searchInput
{
width: 70vw;
height: 5vh;
font-size:1.5rem;

max-width: 500px;

}
form.search input.button{

background: black;
color: white;
width: 15vw;
border: 1px solid white;
}

div.arrow{
color: white;
font-size: 20px;
text-align: center;


}
section{
color: white;
}
section.divi-cont{
max-width: 850px;
background: black;
margin: 0px auto 50px auto;
padding: 15px;
border: 3px solid white;
border-radius: 10px;

}
section.divi-cont h2{
font-weight: 100;
}
section.divi-cont h2:after{
content: "";
display: block;
width: 80px;
border-bottom: 2px solid white;
margin: 10px 0px;
}

ul.news{
	list-style: none;
	padding-left: 0px;
}
ul.news li{
	border: 1px solid gray;
	margin: 5px 0px;
	padding: 0px 5px;
}
ul.news li span{
	font-size: 0.8rem;
}

.ui-menu .ui-menu-item a
    {
		width: 70vw;
        max-width:500px;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }  
li.ui-menu-item{
	
	max-width: 500px;
}
div.top-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
div.title{
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
}
ul.nav{
	display: flex;
	list-style:none;
	flex-wrap: wrap;

}

ul.nav li{
	margin: 0px 5px;
}
ul.nav{
	display: flex;
	list-style:none;
	flex-wrap: wrap;

}

ul.nav li{
	margin: 0px 5px;
}
.back{
	flex:1;
	text-align:left;
	padding-left: 5px;
	width: 40px;
	height: 40px;
}
.share{
	text-align: right;
	flex:1;
}
.main-share{
	text-align: main;
}
.more{
	border: 1px solid white;
    color: black;
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    background: white;
}
div.ad-mid{
	min-height: 230px;
}
div.recom{
    background: gray;
    margin: 5px;
    padding: 5px 10px;
}
div.recom-box{
    display: flex;
    flex-wrap: wrap;
}
footer{
	text-align:center;
}

@media screen and (max-width: 768px) {
	div.title { 
		font-size: 18px;
	
	}
	
	.share a img{
		width: 30px;
	}
	
	h1{
		font-size: 1.8rem;
	}
}