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

body {
    padding: 0;
    margin: 0;
    font-family: 'Nanum Gothic', 나눔고딕, '맑은 고딕', 돋움;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 90%;
    text-overflow: ellipsis;
}
header,footer,section {
    width: 100vw;
    display: block;
}

@font-face {
    font-family: 'CoventryScriptFLF';
    src:url('../font/CoventryScriptFLF.ttf.woff') format('woff'),
        url('../font/CoventryScriptFLF.ttf.svg#CoventryScriptFLF') format('svg'),
        url('../font/CoventryScriptFLF.ttf.eot'),
        url('../font/CoventryScriptFLF.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

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

#main {
    margin-top:14.5vw;
    /* margin-top:0; */
}

/*
footer {
    background: #323e49;
    color: white;
    width: 100vw;
    padding: 1em 0;
    display: flex;
}

footer>#info {
    flex: 1;
    padding: 0.5em 0;
    text-align: center;
    display: inline-block;
}

footer h3 {
    font-weight: 900;
    color: #b2b6ba;
    margin: 0.8em 0;
}

footer p {
    color: #dcdee0;
    margin: 0;
}

footer a+a::before {
    display: inline-block;
    content: ' | ';
    font-weight: 500;
    margin: 0 1vw;
    color: #7c838b;
}
*/

section img {
    width: 100%;
}

.top_log {
    width:40%;
    height:auto;
    border: 1px solid transparent;
}

.profile {
    text-align: center;
    margin: 0 12px 24px;
    line-height: 170%;
    word-break: keep-all;
}
.description {
    background: white;
    margin: 0;
    padding: 0;
}

.description h4 {
    margin: 0;
    font-size: 1.3em;
	padding-top:0.5em;
    font-style:bold;
    line-height: 150%;
    color: #333;
    font-weight:bold;
    text-align: center;
}

.description p {
    padding: 0 0.6em;
    font-size: 1.1em;
    line-height: 160%;
}
.description p:last-child {
    margin-bottom: 0;
}

.login_form{
    border: 1px solid #bfbfbf;
    background-color: #fff;
    color: #505050!important;
    border: 1px solid #e3e3e5!important;
    border-radius: 4px!important;
    overflow: hidden;
    display: flex;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px;
    box-shadow: none;
    padding-bottom: 4.5em;
}

.row {
    margin: 4px;
    padding: 4px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    display: flex;
    padding: 0 8px!important;
}

.flex-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 30%;
    max-height: 100%;
    vertical-align: middle;
    padding-top: 32px;
    padding-left: 8px;
    font-size: 12px;
}

.column {
    margin: 20px 0 16px;
    display: inline-block;
    position: relative;
    padding: 2px;
    vertical-align: middle;
    min-width: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
}

.forms {
    outline: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding: 2px 2px 1px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 30px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left;
    color: rgba(0,0,0,0.87);
    border-color: rgba(0,0,0,0.12);
}

.form_multi {
    width: 30%;
}

.sel-icon {
    display: block;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: end;
    width: 12px;
    margin: 0 2px;
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    font-size: 1.2rem;
    position: absolute;
    top: 7px;
    right: 2px;
    font-size: 13px;
    -webkit-transform: scaleY(.5) scaleX(1);
    transform: scaleY(.5) scaleX(1);
}

.main_img {
    padding:0.6em;
}

.button {
    font-weight: 700;
    height: 48px;
    color: #fff;

    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    background: transparent;
    white-space: nowrap;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    background-color: #505050!important;
}

.love_s {
    color: #ff99cc;
}
.love_c {
    color: #00ccff;
}
.money {
    color: #ffcc00;
}

.sazoo{
    width: 96vw;
    margin: 0 2vw;
}
.sazoo img{
    display: inline-block;
    width: 100%;
    height:auto;
    vertical-align: middle;
}

.lists{
    width: 96vw;
    padding: 2vw 0;
    margin: 0 2vw;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    display: inline-block;
}

.lists>img{
    display: inline-block;
    width: 25vw;
    vertical-align: middle;
}
.lists a>img{
    display: inline-block;
    width: 25vw;
    vertical-align: middle;
}

.lists span {
    display: inline-block;
    width: 68vw;
    padding: 0 1vw;
    vertical-align: middle;
    font-weight: bold;
    text-align: justify;
}

.s_list{
	position: relative;
	text-align: center;
	padding: 0px 20px;
	overflow: hidden;
	list-style: none;
	margin-top:-18px;
}
.s_list:last-child{
    margin-bottom:40px;
}
.s_list li{
	width: 50%;
	float: left;
	position: relative;
	vertical-align: top;
	padding-top: 25px;
}

.s_list_box{
	position: relative;
	display: block;
}

.s_list li:nth-child(odd) .imgBox{
	margin-right: 10px;
}

.s_list li:nth-child(even) .imgBox{
	margin-left: 10px;
}

.imgBox{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	display: block;
}

.imgBox .imgBoxIn{
	text-align: center;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.imgBox .imgBoxIn img{
	vertical-align: bottom;
}

.txtBox{
	margin: 5px auto 0px;
	-webkit-box-flex: 100;
	-moz-box-flex: 100;
	box-flex: 100;
}
.txtTop{
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 1.8em;
	text-align: justify;
	height : 3.6rem;
	overflow-y:hidden;
}

.bdrBox{position:relative;padding:5% 8% 10%;margin-top:5%;border:1px solid #e0e0e0;width:94%;box-sizing:border-box;text-align:center; margin:3%;font-weight:bold}
.bdrBox .colBlue{color:#56a7f8;font-size:5vw}
.bdrBox .colBlue>em{position:relative;top:10px;left:-5px;display:inline-block;font-size:9.5vw;font-family: serif}
.bdrBox .colBlue+.text{margin-top:0}
.bdrBox .text{font-size:3.5vw;font-weight:normal;line-height: 170%;}

.box {
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.more .box > a::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(0,0,0,0.5)), color-stop(0.00, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.more .box > a {
  overflow: hidden;
  width: 100%;
}

.more .box .txtarea {
  vertical-align: bottom;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left : 50px;
  z-index: 20;

  position: absolute;
  bottom: 0;
  font-family: "Century Gothic", Fansong;
  color: #fff;
}

.rank {
    position: absolute;
    height: 4rem;
    bottom: 10px;
    left: -40px;
    margin: auto;
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    font-style: italic;
    font-family: "Prata", sans-serif;
    text-align: center;
    letter-spacing: -8px;
}

.linktxt {
  font-size:1.3em;
  margin:0;
  font-family: "Century Gothic", Fansong;
}

.imgarea > img{
  margin-bottom:-4px;
}

.footer_nav{
	background:#FFF;
	border-top: 1px solid #d7d7d7;
}
.footer_nav .line_btm {
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
.footer_nav .link_l {
	width: 50%;
	float: left;
	border-right: 1px solid #d7d7d7;
	box-sizing: border-box;
}
.footer_nav .link_r {
	width:50%;
	float: left;
}
.footer_nav a{
	display:block;
	padding: 15px 10px;
	font-size: 0.9em;
	/* background: url('../img/arrow_right_g.png') no-repeat 95% center; */
	background-size: 8.5px auto;
}
footer .btm {
	background-color: #303030;
}
footer .btm .footer_nav{
	background: none;
	border-top: none;
}
footer .btm .footer_nav .link_l{
	border-right: 1px solid #6d6d6d;
}
footer .btm .footer_nav .line_btm{
	border-bottom: 1px solid #6d6d6d;
}
footer .btm .footer_nav a{
	text-align: center;
	color: #fff;
	/* background: url('../img/arrow_right_g.png') no-repeat 95% center; */
	background-size: 8.5px auto;
}
footer .footer_copy{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding: 20px 0;
	margin:0;
	letter-spacing: -0.02em;
}

.dicCat {
	clear: both;
	zoom: 1;
	font-weight: bold;
	/* letter-spacing: 2px; */
	width: 100%;
	margin: 0 auto;
	position: relative;
    height: 24px;
    margin:10px 0 5px 0;
}

.dicCat span{
	background: #fff;
	padding: 0 20px;
	position: absolute;
	z-index: 5;
	font-size: 24px;
	text-align: center;
    display: inline;
    white-space:nowrap; 
    line-height: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.dicCat:before{
	content: "";
	display: block;
	border-top: solid 1px black;
	position: relative;
	z-index: 1;
	width: 95%;
	top: 13px;
	height: 26px;
	margin: 0 auto;
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 12vw;
    /* background: #00c4cc; */
    background-image: linear-gradient(to top right, #010101dd, #070707dd);
    /* background:#000000; */
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    display:table;
    width:100vw;
}

.title_bar {
	width:100vw;
	line-height:14vw;
	font-size:6vw;
	color:white;
	/* text-shadow:1px 1px 1px #000; */
	font-family: 'Lora', serif;
    font-style: italic;
    /* height:14vw; */
}

.logo {
	position:absolute;left:3vw;top:3vw;
}

/* .wrapper img {
    width:7vw;
    height:7vw;
    margin-bottom: -3px;
} */
.content {
    display: table-cell;
    vertical-align: middle;
}
.girls {
    padding:1em 0.6em;
    color: #ff99cc;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-arrow{
    position : absolute;
    transform :translate(0,-80%);
    -webkit-transform :translate(0,-80%);
    -o-transform :translate(0,-80%);
    -ms-transform :translate(0,-80%);
    -moz-transform :translate(0,-80%);
    width :40px;
    height:40px;
    background:rgba(0,0,0,0.5);
    color:rgba(255,255,255,0);	
    z-index:20;
    border :none;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -15vw;
    background:rgba(0,0,0,0.5) url(../img/arrow_left_w_2.png) no-repeat 17px center;
    background-size:8px 13px;
}
.slick-prev:before
{
    content: '';
}
.slick-next
{
    right: -15vw;
    background:rgba(0,0,0,0.5) url(../img/arrow_right_w_2.png) no-repeat 17px center;
    background-size:8px 13px;
}

.slick-slider2 .slick-prev
{
    left: 15vw;
    z-index:-999;
}
.slick-slider2 .slick-next
{
    right: 15vw;
    z-index:-999;
}
.slick-next:before
{
    content: '';
}
.slick-slider {
    text-align: center;
}

.slider-img {
    padding:5vw;
}

.recommand {
    margin:5px 0;
    padding-top:10px;
    text-align: center;
    background-color:#ffff;
}
.recommand span{
    font-size:1.3em;
    font-weight:bold;
}

.rec_span {
    /* margin:5px auto; */
    padding-top:10px;
    text-align: center;
    background-color:#ffff;
    font-size:1.3em;
    font-weight:bold;
}
.morelink {
    background-color:#efefef;
}

.today{
    padding: 2vw;
    font-size: 0.8em;
    text-align: right;
    font-weight:bold;
    -webkit-margin-before: 0;
    -webkit-margin-after: -1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

#ad_anc{display:none;}
#anc{display:none;}
/*
@media only screen and (max-width: 760px){
#ad_anc{display:block;position:fixed; vertical-align:middle;left:0;bottom:0;z-index:100;width:100vw;height:60px;padding:0;margin-top:2px}
#anc{display:block;width:100%;height:62px}
}
*/

#ad{display:block;width:100vw;margin:0 auto;}
#ad_top{display:block;width:100vw;margin:0 auto;}

#tico {width: 20px; height: 20px; margin-bottom: -3px;}

.full-row { max-width: 100%; position: relative; clear: both; }

.bio-list { padding: 0 10%; text-align: center; }
.bio-list li { display: inline-block; width: 33%; margin-bottom: 70px; }
/*.bio-list li:nth-child(3) { margin-bottom: 0; }*/
.bio-list .bio-img { margin: 0 20% 4.5% 20%; position: relative; line-height: 100%; }
.bio-list img { display: block; width: 100%; height: auto; position: relative; z-index: 2; }
#content .bio-list h4 { margin-bottom: 0; line-height: 46px; }
.bio-list .bio-social { position: absolute; bottom: 30px; width: 100%; z-index: 1; text-align: center; -webkit-transform: scale(.3);  transform: scale(.3); }
.bio-list .bio-social a { display: inline-block; padding: 10px 30px; background: #4cb3a9; color: #fff; text-decoration: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.2); line-height: 20px; border-radius: 20px; }
.bio-list .bio-social a:nth-child(2n) { background: #ec6363; }
.bio-list .bio-tagline { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); border-radius: 50%; text-align: center; opacity: 0; z-index: 3; }
.bio-list .bio-tagline span { position: absolute; display: inline-block; top: 50%; left: 20%; width: 60%; line-height: 150%; -webkit-transform: translateY(50%); transform: translateY(50%); color:#FFF;font-weight:600}
#content li:nth-child(n+1) h4 { color: #ed6363; }
#content li:nth-child(2n+1) h4 { color: #ed6363; }
#content li:nth-child(3n+1) h4 { color: #ff8e00; }
#content li:nth-child(4n+1) h4 { color: #865f7f; }
#content li:nth-child(5n+1) h4 { color: #d44a73; }
#content li:nth-child(6n+1) h4 { color: #ec6363; }
#content li:nth-child(7n+1) h4 { color: #f0b034; }
#content li:nth-child(8n+1) h4 { color: #14ada4; }
#content li:nth-child(1) h4 { color: #0da7c6; }
.grey .bio-list p { font-style: italic; color: #989898; margin: 0 -50px; font-weight: 600;}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

@media only screen and (max-width: 90em) {
	h4 { font-size: 1.4rem; }
	.full-row { padding: 0 2rem; }

	.bio-list { padding: 0 1em; }
	.bio-list .bio-img { margin: 0 10% 4.5% 10%; }
}

@media only screen and (max-width: 75em) {
	.bio-list { max-width: 960px; margin: 0 auto; }
	.bio-list li { width: 45%; }
}
@media only screen and (max-width: 60em) {
	h4 { margin: 0 15px 1.5rem 15px; font-size: 1.3rem; }
}

@media only screen and (max-width: 50em) {
	.bio-list { max-width: 460px; margin: 0 auto; }
	.bio-list li { width: 77%; }
	.bio-list .bio-img { margin: 0 10% 4.5% 10%; }
	.bio-list .bio-social a { width: 44%; padding: 10px 0; margin: 0 2%; text-align: center; font-size: 12px; }
}

@media only screen and (max-width: 40em) {
	.full-row { padding: 0 15px; }
}

.about {
	font-size:1.7em;
	font-weight:600;
}
.car-main .fortune-form,
.car-main .input_form,
.car-main .input_form_2 {
    background: #F7F7F7;
    padding: 16px;
}
.car-main .fortune-form .input_question,
.car-main .input_form .input_question,
.car-main .input_form_2 .input_question {
    font-weight: bold;
}

.car-main .fortune-form > form > p,
.car-main .input_form > form > p,
.car-main .input_form_2 > form > p {
    margin-left: -6px;
    padding:0;
}

.car-main .fortune-form select,
.car-main .fortune-form [type="number"],
.car-main .fortune-form [type="text"],
.car-main .input_form select,
.car-main .input_form [type="number"],
.car-main .input_form [type="text"],
.car-main .input_form_2 select,
.car-main .input_form_2 [type="number"],
.car-main .input_form_2 [type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
}

.car-main .fortune-form [type="text"],
.car-main .input_form [type="text"],
.car-main .input_form_2 [type="text"] {
    display: block;
    margin: 0;
    width: 100%;
}

.car-main .fortune-form [type="button"],
.car-main .fortune-form [type="submit"],
.car-main .input_form [type="button"],
.car-main .input_form [type="submit"],
.car-main .input_form_2 [type="button"],
.car-main .input_form_2 [type="submit"] {
    padding: 8px 0;
    background: #000;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0;
    line-height: 24px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 25px;
}

input {
    font-size:100%;
}

.car-main #input_form p input[type="[is_pc]text[/is_pc][is_sp][is_ios]tel[/is_ios][is_android]number[/is_android][/is_sp]"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 20%;
}
.car-main #input_form .input_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

.car-main #input_form .input_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 20%;
}
.car-main #input_form .input_text:nth-child(n+2) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 12%;
}

.car-main #input_form .input_text {
    height: 20px;
}

.car-main #input_form .input_text:focus {
    border: 1px solid #707070;
}

#tree {
    width: 5vw;
    margin-bottom:-3px;
  }
  
  .red {
    fill: #aa1231;
    animation: 0.6s red-flash ease-in-out infinite;
  }
  @keyframes red-flash {
    40% {
      fill: #ea385c;
    }
    80% {
      fill: #aa1231;
    }
  }
  .gold-lt {
    fill: #c1881c;
    animation: 0.6s gold-lt-flash ease-in-out infinite;
  }
  @keyframes gold-lt-flash {
    40% {
      fill: #e7b75c;
    }
    80% {
      fill: #c1881c;
    }
  }
  .blue-lt {
    fill: #1f3e64;
    animation: 0.6s blue-lt-flash ease-in-out infinite;
  }
  @keyframes blue-lt-flash {
    40% {
      fill: #386fb1;
    }
    80% {
      fill: #1f3e64;
    }
  }
  .blue-dk {
    fill: #0f1f2f;
    animation: 0.6s blue-dk-flash ease-in-out infinite;
  }
  @keyframes blue-dk-flash {
    40% {
      fill: #28527c;
    }
    80% {
      fill: #0f1f2f;
    }
  }
  .gold-dk {
    fill: #69512a;
    animation: 0.6s gold-dk-flash ease-in-out infinite;
  }
  @keyframes gold-dk-flash {
    40% {
      fill: #b28947;
    }
    80% {
      fill: #69512a;
    }
  }
  .silver {
    fill: #8d8d8d;
    animation: 0.6s silver-flash ease-in-out infinite;
  }
  @keyframes silver-flash {
    40% {
      fill: silver;
    }
    80% {
      fill: #8d8d8d;
    }
  }
  .g1 {
    animation-delay: 0s;
  }
  
  .g2 {
    animation-delay: 0.4s;
  }
  
  .g3 {
    animation-delay: 0.8s;
  }

  .post {
      width:100%;
      background:#fff;
      margin-top:40px;
  }
  .post img{
    width:100%;
    height:auto;
  }

  .post > .box {
      background: white;
      padding-bottom: 10px;
      margin-bottom: 30px;
  }

  .info {
      padding: 10px 10px 0 10px;
  }
  .info h1{
      font-size:24px;
      font-weight: 500;
  }

  .info h2{
      font-size:16px;
      color: #959595;
  }

  .scrollToTop {
    padding: 10px;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 0;
    display: none;
    background-color: #FFFFFF;
    z-index:100;
  }
  .scrollToTop > img {
    width: 40px;
  }

  .get_red {
    padding: 4px 10px 3px 10px;
    line-height: 1.6;
    font-size: 80%;
    font-weight: 200;
    color: white;
    text-align: center;
    vertical-align: middle;
    background: #ee1e0b;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
  }

  .get_yellow {
    padding: 4px 10px 3px 10px;
    line-height: 1.6;
    font-size: 80%;
    font-weight: 200;
    color: white;
    text-align: center;
    vertical-align: middle;
    background: #fdc832;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
  }

  .get_orange {
    padding: 4px 10px 3px 10px;
    line-height: 1.6;
    font-size: 80%;
    font-weight: 200;
    color: white;
    text-align: center;
    vertical-align: middle;
    background: orange;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 10px;
  }

  #admiddle {
      overflow: hidden;
  }

  #morelink > .box:last-child {
      margin-bottom:40px;
  }