@charset "utf-8";
header {
    background: #FFF;
}

#container {
    background: #EFF2E6;
    padding-top: 200px;
}

h2.pagetitle {
    text-align: center;
    font-size: 30px;
    margin: 0 0 80px;
    color: #A2AB5F;
}

div.post {
    clear: both;
    background: #000;
    padding: 80px 0 50px;
    margin-bottom: 50px;
    color: #FFF;
    display: none;
}

.post .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.post .close {
    position: absolute;
    top: -55px;
    right: 0;
}

.post .close img {
    width: 36px;
    height: auto;
    cursor: pointer;
}

.post th {
    text-align: left;
    padding-right: 10px;
}

.post .left h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.post .left h6 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.post .left h6 span {
    padding-bottom: 2px;
    border-bottom: 3px solid #FFF;
}

.post .left p {
    margin-bottom: 2em;
}

.post .left {
    width: 64%;
    float: left;
}

.post .left p a,
.post .left p a:hover {
    color: #fff;
}

.post .video {
    margin-bottom: 20px;
}

.post .video img {
    width: 100%;
    height: auto;
    border: 1px solid #666;
}

.post .video video {
    width: 100%;
    height: auto;
}

.post .right {
    width: 28%;
    background: #FFF;
    float: right;
    box-sizing: border-box;
    padding: 25px;
    color: #000!important
}

.post .right h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 30px;
}

.post .right h5 span {
    padding-bottom: 5px;
    border-bottom: 4px solid #000;
}

.post .right div.col,
.post .right div.col img {
    width: 100%!important;
}

.post .right div.col {
    margin-bottom: 40px;
}

.post table {
    margin-bottom: 30px;
}

.share li {
    list-style: none;
    float: left;
    width: 30%;
    margin-right: 15px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
}

.share li.facebook {
    background: #3A589B;
}

.share li.twitter {
    background: #5E9DEC;
}

.links {
    cursor: pointer;
}

.links.active {
    background: url(https://www.kai-group.com/contents_file/fun/video/img/post_arw.png) no-repeat center bottom;
}

#secondNavi1 .inner li.checked a {
    position: relative;
    color: #697124;
}

#secondNavi1 .inner li.checked a:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: -2;
    color: #697124;
}


@media (max-width: 1000px) {
    .post .inner {
        width: auto;
        margin: 0 20px;
        position: relative;
    }
}

@media (max-width: 768px) {
    #container {
        padding-top: 90px;
    }
}

@media (max-width: 640px) {
    #container {
        padding-top: 80px;
    }
    h2.pagetitle {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .post .close img {
        width: 24px;
        height: auto;
    }
    div.post {
        clear: both;
        background: #000;
        padding: 50px 0 0px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
    }
    .post .inner {
        margin: 0;
    }
    .sp_inner {
        overflow: auto;
        height: 80vh;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .post .close {
        top: -35px;
        right: 15px;
    }

    .links.active {
        background: url(https://www.kai-group.com/contents_file/fun/video/img/post_arw.png) no-repeat center bottom;
        background-size: 18px;
    }

    .post .left {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
	
    .post .left:after,
    .post .right:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .post .right {
        width: auto;
        float: none;
        padding: 10px;
        clear: both;
    }
    .post .left h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .post .right h5 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .post .left h6 {
        font-size: 14px;
    }
    .post .left h6 span {
        padding-bottom: 4px;
        border-bottom: 2px solid #FFF;
    }
    .post .right h5 span {
        padding-bottom: 5px;
        border-bottom: 2px solid #000;
    }
    .post .right div.col {
        margin: 0;
        width: 50%!important;
        box-sizing: border-box;
        padding: 0 5px;
        float: left!important;
    }
    .post table {
        margin-bottom: 15px;
    }
    .share li {
        list-style: none;
        float: left;
        width: 35%;
        margin-right: 10px;
        text-align: center;
        height: 32px;
        line-height: 32px;
        color: #FFF;
        font-weight: 500;
        font-size: 13px;
    }
}


