﻿@charset "utf-8";.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px!important
}

#main_contents #mv {
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    border-radius: 0
}

#main_contents #mv h1 {
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: 23px;
    left: 33px;
    z-index: 10;
    opacity: .9
}

#main_contents #mv h1 a {
    width: 100%;
    height: 100%;
    display: block
}

#main_contents #mv h1 img {
    width: 100%;
    height: 100%;
    vertical-align: bottom
}

#main_contents #slider {
    width: 980px;
    margin: 0 auto;
    height: 420px;
    position: relative;
    overflow: hidden
}

#main_contents #slider .slide_wrap {
    width: 1470px;
    position: absolute;
    left: 50%;
    margin-left: -735px
}

#main_contents #slider ul {
    width: 100%;
    height: 420px;
    display: none
}

#main_contents #slider ul li {
    width: 100%;
    height: 420px
}

#main_contents #slider ul li img {
    width: 100%;
    position: absolute
}

.ytp-autohide .ytp-watermark {
    display: none!important
}

.headarea {
    padding: 10px
}

.headarea ul {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px;
    background: rgba(255,255,255,.6)
}

.headarea ul li {
    padding: 4px 0;
    font-size: 12px
}

span.type {
    background: #bbb;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
    margin-left: 5px
}

span.group {
    background: #bbb;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
    margin-left: 5px
}

span.type:first-child,span.group:first-child {
    margin-left: 0
}

span.keyword,
span.keyword span.number {
    font-weight: 700;
    font-size: 16px;
}

span.keyword {
    margin-right: 5px
}

.nopage {
    padding: 20px;
    margin-bottom: 50px
}

#foot_print {
    display: none
}

@media screen and (max-width: 740px) {
    .headarea {
        padding:0 4%
    }

    .headarea ul {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        border-radius: 5px;
        padding: 20px;
        background: rgba(255,255,255,.6)
    }

    .headarea ul li {
        padding: 4px 0;
        font-size: 12px
    }

    #main_contents #mv h1 {
        display: none
    }

    #main_contents #slider {
        width: 100%
    }

    #main_contents #slider .slide_wrap {
        width: 100%;
        height: 275px;
        position: static;
        left: 0;
        margin-left: 0
    }

    #main_contents #slider ul {
        display: block
    }

    .drawer-open {
        height: 100%
    }
}

#top span.cat_txt {
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 10px
}

#top span.cat_item {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    background: #333;
    display: flex;
    padding: 5px 10px 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px
}

#top span.date_txt {
    color: #333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .84px
}

@media screen and (max-width: 500px) {
    #top span.cat_item {
        gap: 5px;
    }
    #top .news_cnt .newsItem dl dd.date {
        display: flex;
        padding: 0;
        align-items: center;
    }
    #top span.cat_txt {
        padding: 0 5px;
        gap: 5px;
    }
    #top span.date_txt {
        font-size: 12px;
    }
    #top span.cat_item {
        font-size: 9px;
    }
}