@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

body {
    background: #fff;
	font-family: 'Nanum Gothic', sans-serif;
    color: #27292e;
}

a {
    color: #4355f9;
}

a:hover {
}

a.btn {
    background: #f55800 !important;
    border: #f55800 !important;
    text-decoration:none !important;
    color:#fff !important;
}

a.btn:hover {
    background: #3803ce !important;
    opacity: .6 !important;
	color:#fff !important;
	
}

ul strong, ol strong {
    color: #44be4c;
}

h1 {
    color: #3803ce;
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    color: #27292e;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #27292e;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

hr {
    border-color: #d2d2e1;
    border-top-width: 1px;
    opacity: 1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #3803ce;
    box-shadow: 0 5px 10px rgb(0 0 0 / 45%);
}

header .navbar-brand img {
    width: 380px;
}

#topnavi {
    padding: 20px;
    border-radius: 5px;
    margin-top: 5px;
}

#topnavi h3 {
    color: #44be4c;
    margin-bottom: 0;
}

#topnavi ul {
    margin-bottom: 10px !important;
}

#topnavi ul li {
}

#topnavi ul li a {
    color: #fff;
    text-decoration: none;
}

#topnavi ul li a:hover {
    text-decoration: underline;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
    margin-top: 170px;
}

article section#top_one {
}

article section#top_one h2 {
}

article section#bottomtwo {
    background: #fff;
    padding-top: 20px;
}

#barside {
    padding-top: 41px;
}

#barside h3 {
    padding-left: 15px;
}

#barside ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border: 1px solid #d2d2e1;
    border-radius: 9px;
}

#barside ul li {background: #ddd;padding: 10px 20px;margin-bottom: 5px;}

#barside ul li a {
    text-decoration: none;
    color: #212529;
}

#barside ul li a:hover {
    color: #f20050;
}

#shadedow {
    margin-bottom: 25px;
    padding: 0 0 10px;
    display: block;
    background-color: #fff;
    border: 1px solid #d2d2e1;
    border-radius: 9px;
    position:relative;
    min-height: 530px;
}

#shadedow img {
    border-radius: 9px 9px 0 0;
}

#shadedow a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding: inherit;
}

#shadedow a:hover {
	
}

#shadedow #rating{
	font-size:14px;
}

#hoverplay{
}

#hoverplay a{
	background: none;
	color: #3803ce;
	text-decoration: underline;
}

footer {
    padding: 50px 0;
    color: #fff;
    background: #3803ce;
}

footer hr {
    opacity: .25;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.tblinfo {
    border: 1px solid #fff;
    width: 100%;
    background: rgb(56 3 206);
    border-radius: 15px;
}

.tblinfo td,.tblinfo th {
    font-size: 14px;
    padding: 12px 20px;
}

.tblinfo td {
    color: #fff;
    border: 1px solid #fff;
}

.tblinfo td:first-child {
    font-weight: 500;
}

.tblinfo td,.tblinfo th {
    border-bottom: 1px solid #fff;
    padding: 15px;
}

.tblinfomethod:not(:empty):not(:last-child):after {
    content: ", ";
}

#bnspage {
    font-size: 50px;
    text-transform: uppercase;
}

#bnspage span {
    color: #3803ce;
    font-weight: 700;
}

#rating {
    color: #f55800;
    font-size: 30px;
}

#bnsfree{
	color: #f55800;
	font-weight: 700;
}

@media (min-width: 769px) {
}
