@charset "UTF-8";

header {
    height: 100vh;
    width: 100%;
}

footer {
    background-color: #fdfdfd;
    padding: 60px 0;
}

.header-box {
    background: url(../images/top-bg.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.contents-title {
    background-color: #ea5354;
    color: #fdfdfd;
    padding: 100px 0;
}

.contents-bg1 {
    background: url(../images/contents-bg.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.contents-bg2 {
    background: url(../images/contents-bg2.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.site-detail {
    padding-top: 50px;
}

.contents-detail {
    padding: 100px 0;
}

.contents-text {
    border: 2px solid #2fa8e1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px;
    margin: 0 auto;
}

.contents-text h3 {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2fa8e1;
}

.text-box {
    width: 380px;
    margin: 20px auto;
}

.contents-twitter-top {
    padding: 60px 0;
}

.contents-twitter {
    background-color: #55acee;
    padding: 100px 0;
}

.share-link-box h2 {
    font-size: 26px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    margin-bottom: 50px;
    padding-bottom: 50px;
    width: 75%;
}

.ring-share {
    width: 60px;
    height: 60px;
}

.contents-body {
    padding: 0 20px;
}

.share-link {
    flex-direction: row;
    justify-content: space-around;
    margin: 10px 0 0;
    width: 300px;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-around;
}

.share-link a:hover {
    text-decoration: none;
}

.share-icon {
    height: 60px;
    width: 60px;
}

.share-default {
    border: 2px solid #ccc;
}

.share-twitter {
    border: 2px solid #fdfdfd;
}

.share-twitter .share-icon {
    fill: #fdfdfd;
}

.share-twitter:hover {
    background-color: #fdfdfd;
    border: 2px solid #fdfdfd;
}

.share-twitter .share-icon:hover {
    fill: #55acee;
}

.contents-twitter-top .share-twitter {
    border: 2px solid #55acee;
}

.contents-twitter-top .share-twitter .share-icon {
    fill: #55acee;
}

.contents-twitter-top .share-twitter:hover {
    background-color: #55acee;
    border: 2px solid #55acee;
}

.contents-twitter-top .share-twitter .share-icon:hover {
    fill: #fdfdfd;
}

.contents-twitter-top .share-line {
    border: 2px solid #00c300;
}

.contents-twitter-top .share-line .share-icon {
    fill: #00c300;
    width: 35px;
}

.contents-twitter-top .share-line:hover {
    background-color: #00c300;
    border: 2px solid #00c300;
}

.contents-twitter-top .share-line .share-icon:hover {
    fill: #fdfdfd;
}

.share-line {
    border: 2px solid #f5f5f5;
}

.topmobi {
    display: none;
    width: 100%;
}

.share-line-box {
    display: none;
}

.cd-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.cd-box .ring-item {
    border: 2px solid #ea5354;
    cursor: auto;
    color: #ea5354;
    background-color: rgba(253, 253, 253, 0.6);
}

.cd-box .ring-item:hover {
    background-color: rgba(253, 253, 253, 0.6);
    transition: transparent;
}

.ring-cd {
    width: 100px;
    height: 100px;
    margin: 0 20px;
}

.cd-data {
    font-size: 28px;
    padding-top: 20px;
    font-family: 'Trebuchet MS';
}

.cd-text {
    font-size: 12px;
    font-family: 'Trebuchet MS';
}

/***************************************************
* Media Queries
*/
@media (min-width: 1024px) {
    .contents-body {
        margin: 0 auto;
        width: 960px;
    }
    .header-box,
    .contents-bg1,
    .contents-bg2 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    .share-twitter {
        background-color: #fdfdfd;
        border: 2px solid #fdfdfd;
    }
    .share-twitter .share-icon {
        fill: #55acee;
    }
    .share-line {
        background-color: #fdfdfd;
        border: 2px solid #fdfdfd;
    }
    .share-line .share-icon {
        fill: #00c300;
    }
    .contents-bg1 {
        background: url(../images/contents-bg2.png) no-repeat center center;
    }
    .share-line-box {
        display: block;
    }
}

@media (max-width: 414px) {
    .share-link {
        width: 200px;
        font-size: 12px;
    }
    .topmobi {
        display: block;
    }
    .toppc {
        display: none;
    }
    .contents-bg1 {
        background: url(../images/contents-bg3.png) no-repeat center center;
    }
    .contents-detail {
        padding: 50px 0;
    }
    .site-detail {
        font-size: 12px;
    }
    h2 {
        font-size: 18px;
    }
    .contents-text h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .contents-text {
        border: 1px solid #2fa8e1;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px;
        margin: 20px auto;
        font-size: 12px;
    }
    .text-box {
        width: 100%;
        margin: 0;
    }
    .text-box span {
        display: none;
    }
    .ring-cd {
        width: 60px;
        height: 60px;
        margin: 0 5px;
    }
    .cd-data {
        font-size: 20px;
        padding-top: 0;
    }
    .cd-text {
        display: none;
    }
}
