
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

html,body {
padding: 0;
margin: 0;
background: #77bbc2;
text-align: center;
background-image: url('https://i.imgur.com/o2wavg4.gif');
background-repeat: no-repeat;
background-position: 50% 0%;
background-attachment: fixed;
background-size: cover;
}

img {
max-width: 100%;
border: 0px;
}

a:link    {color:inherit;text-decoration:none;}
a:visited {color:inherit;text-decoration:none;}
a:active  {color:inherit;text-decoration:none;}
a:hover   {color:inherit;text-decoration:none;}

.container {
width: 660px;
margin: auto;
padding: 100px 0px;
text-align: left;
}

.c_title {
width: 220px;
margin-bottom: 20px;
}

.f_list {
width: 320px;
font-size: 10pt;
font-family: 'open sans', 'noto sans kr';
letter-spacing: -0.7pt;
margin: 9px 5px;
float: left;
text-align: center;
}

.f_name {
width: 23%;
border: 2px solid #f6f6f6;
color: #f6f6f6;
float: left;
padding: 20px 0px;
font-weight: bold;
}

.f_title {
width: 73%;
border: 2px solid #f6f6f6;
background-color: #f6f6f6;
float: left;
padding: 20px 0px;
}

.foot {
width: 100%;
text-align: center;
z-index: 9999;
margin-top: 40px;
}

.foot img {
height: 17px;
}

.logo_ {
width: 50px;
position: fixed;
right: 50px;
top: 50px;
z-index: 9999;
}

.control_bar {
position: fixed;
right: 50px;
bottom: 50px;
z-index: 99999;
display: block;
}

.c_up {
background-color: #ffb71c;
width: 55px;
padding: 20px 0px;
margin-left: 1px;
display: inline-block;
font-size: 11pt;
text-align: center;
color: #fff;
transition-duration: 0.5s;
}

@keyframes mov1 {
0% {opacity:0;}
100% {opacity: 1;}
}


::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #77bbc2;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background: #ffb71c;
}

@media screen and (max-width: 830px) {

html,body {
  background-size: 250% auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.logo_ {
width: 45px;
right: 40px;
top: 40px;
}


.container {
width: 80%;
max-width: 400px;
margin: auto;
padding: 100px 0px;
}

.c_title {
width: 180px;
margin-bottom: 20px;
}

.f_list {
width: 100%;
font-size: 9pt;
font-family: 'open sans', 'noto sans kr';
letter-spacing: -0.7pt;
margin: 7px 0px;
}

.f_name {
width: 23%;
padding: 20px 0px;
}

.f_title {
width: 73%;
padding: 20px 0px;
}

.foot {
margin-top: 30px;
margin-bottom: 20px;
}


.control_bar {
position: fixed;
right: 40px;
bottom: 40px;
z-index: 99999;
display: block;
}

.c_up {
background-color: #ffb71c;
width: 55px;
padding: 20px 0px;
margin-left: 1px;
display: inline-block;
font-size: 11pt;
text-align: center;
color: #fff;
transition-duration: 0.5s;
}

}