﻿@charset "utf-8";

#header {
    border-bottom: 1px solid #e5e7ee;
}
#gnb .lnb>ul>li>a{
    color: #49535d;
}
#gnb>li>a{
    position: relative;
}
#gnb>li>a:after{
    content:'';
    display:block;
    width:0;
    height:3px;
    background:#49535d;
    position: absolute;
    bottom:0;
    left:50%;
    transition: all 0.3s;
}
#gnb>li:hover>a:after{
    width:100%;
    left:0;
}
#gnb .lnb>ul>li>a:before {
    background: #49535d;
}

#gnb .lnb>ul>li>a:hover{
    color:#65699a;
    border-bottom:1px solid #bcbdd0;
}
.schedule-section {
    min-height: 200px;
    background: none;
    top: -304px;
    background: #fff;
}
.schedule-section .schedule-info {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:0 0px 8px 5px rgba(40, 40, 40, 4%);
}
.schedule-section .stat-box {
    text-align: left;
    padding: 22px 45px;
    /*height: 130px;*/
}
.sch-title{
    display: flex;
    justify-content: space-between;
    background: #65699a;
    padding: 0 18px;
    height: 70px;
    align-items: center;
}
.sch-title .title{
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.sch-title .comt-date{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.schedule-section .stat-box:before {
    content: none;
}
.first.swiper-slide {
    align-items: flex-start;
}
.first .photo-visual {
    margin: 60px auto 0 auto;
}
.first .photo-visual>p{
    color: #000;
    font-size: 33px;
    margin: 25px 0 0 0;
}
.first .photo-visual>p strong{
    font-size: 40px;
    display: block;
    margin: 0;
}
.comt-chair {
    background: rgba(255, 255, 255, 50%);
}
.comt-chair h2 {
    border-bottom: none;
}
.m-ctrl button {
    border: 1px solid #848585;
    border-radius: 24px;
}

.top-swiper {
    width: 100%;
    height: 668px;
    overflow: hidden;
}
.top-swiper:before {
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:335px;
    width: 100%;
    height:360px;
    background: url(../../images/comt/comt_wave.png) center 82px no-repeat;
    z-index: 10;
}
.photo-visual-wrap {
    height: 668px;
}
.container-new {
    top: -230px;
}
.comt .row1-right .onair {
    height: 322px;
    background: url(../../images/comt/dsub_06.png) center 82px no-repeat;
    background-size: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0px 8px 5px rgba(40, 40, 40, 4%);
}
.comt .row1-right .onair .air-bg {
    padding: 60px 0 0 35px;
    text-align: center;
}
.comt .row1-right .onair .air-bg h2:after{
    content: none;
}
.comt .row1-right .onair .air-bg a {
    font-size: 18px;
    color: #2d343c;
    background: none;
}
.comt .row1-right .onair h2{
    font-size: 22px;
    background: #65699a;
    color: #fff;
    height: 62px;
    line-height: 60px;
    margin: 0;
    text-align: left;
    padding: 0 0 0 18px;
}
.comt .row1-right .onair .air-bg {
    text-align: center;
    position: relative;
    padding: 54px 0 0 0;
    height: auto;
}
.comt .row1-right .onair .air-bg a {
    margin: 0 auto;
    width: 90px;
    height: 34px;
    background: #666;
    color: #fff;
    line-height: 33px;
    padding: 0;
    border-radius: 34px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.comt .row1-right .onair .air-bg a.on{
    background: #910000;
}
.comt .row1-right .onair .air-bg strong{
    font-size: 18px;
    font-weight: 500;
    margin: 77px 0 0 0;
    display: block;
    color: #2d343c;
}
.comt-right .principal ul li {
    width: calc(30% - 15px);
}
.comt-right .principal ul {
    display: flex;
}
.comt-right .principal ul li {
    width: 33%;
}
.container-new {
    top: 0;
    margin-top: -230px;
}
.service-desk {
    background: none;
}
.service-desk ul li a{
    border-radius: 50%;
    box-shadow: 0 0px 8px 5px rgba(40, 40, 40, 4%);
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border: 2px solid #fff;
}
.service-desk ul li a:hover{
    border: 2px solid #65699a;
}

.service-desk ul li a span {
    font-size: 18px;
    color: #2d343c;
    line-height: 95px;
    font-weight: 500;
}
.service-desk ul li:nth-child(1) a span:before{
	background:url(../../images/comt/comtcon_01.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(2) a span:before{
	background:url(../../images/comt/comtcon_02.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(3) a span:before{
	background:url(../../images/comt/comtcon_03.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(4) a span:before{
	background:url(../../images/comt/comtcon_04.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(5) a span:before{
	background:url(../../images/comt/comtcon_05.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(6) a span:before{
	background:url(../../images/comt/comtcon_06.png) no-repeat;
    background-size: 100%;
}
.service-desk ul li:nth-child(7) a span:before{
	background:url(../../images/comt/comtcon_07.png) no-repeat;
    background-size: 100%;
}
.main-new {
    padding: 95px 0 130px 0;
}
.photo-visual-wrap .v-img{
    height: auto;
}
.comt-right .principal ul li p {
    color: #252c3a;
}
.comt-right .principal .principal-tit h2 span{
    font-size: 2.0rem;
    font-weight: 500;
    margin: 0;
    background: none;
    color: #2d343c;
    border-radius: 0;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.comt-right .principal .principal-tit h2 {
    padding: 0;
    border-bottom: none;
}
.comt-right .principal .principal-tit h2 span:after{
    content: '';
    display: block;
    height: 12px;
    width: 80%;
    background: #e0e1f9;
    border-radius: 12px;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    left: 0;
    margin: 0 0 0 10%;
}


@media only all and (max-width: 991px) {
	.btn-more2:not(.btn-flat){
		display:none;
	}
	#mobile-header .btn-mobile-menu {
        background: url(../../images/main/hamberg_btn.png) center center no-repeat;
        background-size: 24px;
    }
    #mobile-header .btn-mobile-search {
        background: url(../../images/main/search_btn.png) center center no-repeat;
        background-size: 24px;
    }
    #mobile-header .mobile-menu-head,
    .mobile-link-group,
    .mobile-login {
        background: #65699a;
    }
    #mobile-header .mobile-menu-area:after {
        background: #f4f5ff;
    }
    .top-swiper {
        height: 136px;
        overflow: hidden;
    }
    .top-swiper:before{
        content:none;
    }
    .top-visual-slide {
        height: 192px;
        overflow: hidden;
    }
    .photo-visual-wrap {
        height: auto;
        background: none;
        position: relative;
    }
    .photo-visual-wrap .mobile {
        display: none;
    }
    .photo-visual-wrap .pc{
        display: block;
        object-fit: cover;
        height: 100%;
        left: 38px;
    }
    .first .photo-visual {
        margin: 18px auto 0 auto;
    }
    .photo-visual>p {
        padding: 44px 0 0 0;
    }
    .comt-main {
        position: relative;
        top: 0;
    }
    .main-new .container-new {
        padding: 0;
        margin: 0 auto 0 auto;
        z-index: 1;
        position: relative;
    }
    .schedule-section {
        margin: 10px;
        top: auto;
    }
    .main-new {
        padding:0;
    }
    .schedule-section {
        min-height: auto;
    }
    .sch-title .title{
        font-size: 18px;
    }
    .schedule-section .schedule-info {
        padding: 0;
        border-radius: 10px;
    }
    .sch-title {
        height: 50px;
    }
    .sch-title .comt-date {
        font-size: 22px;
    }
    .schedule-section .stat-box {
        padding: 18px;
    }
    .comt .row1-right .onair h2 {
        font-size: 18px;
        color: #fff;
        height: 50px;
        line-height: 49px;
    }
    .comt .row1-right .onair {
        border-radius: 10px;
        height: auto;
        padding: 0 0 10px 0;
    }
    .comt .row1-right .onair a {
        padding: 182px 0 0 0;
    }
    .service-desk ul li a {
        width: 80px;
        height: 80px;
    }
    .service-desk ul li a span {
        font-size: 16px;
        color: #2d343c;
        line-height: 55px;
    }
    #mobile-header .btn-mobile-menu {
        background: url(../../images/member/hamberg_btn.png) center center no-repeat;
        background-size: 24px;
    }
    #mobile-header .btn-mobile-search {
        background: url(../../images/member/search_btn.png) center center no-repeat;
        background-size: 24px;
    }
    .photo-visual img {
        margin: 10px 0 0 10px;
        /*width: 83px;*/
        position: relative;
    }
    .first .photo-visual>p {
        color: #000;
        font-size: 12px;
        margin: 0;
        padding: 0 0 0 20px;
        text-align: left;
    }
    .first .photo-visual>p strong {
        font-size: 14px;
        display: block;
        margin: 0;
        text-align: left;
    }
    .schedule-section .stat-box p {
        max-height: 100%;
        height: auto;
        margin: 0;
    }
    .comt .row1-right .onair .air-bg a {
        margin: 12px auto 0 auto;
    }

}

.submenulist li{
    color: #2f4a69 !important;
    font-size : 1.6rem;
    font-weight: normal !important;
    padding: 11px 18px !important;
}

.submenulist .active {
    background: none !important;
    font-size: 1.6rem;
    color: #2f4a69 !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #2f4a69 !important;
}

.submenulist li.active:last-child {
	border-bottom: 2px solid #2f4a69 !important;
}

.latest dd ul li a strong {
	word-break: keep-all;
}










