/* Hide Live button */
.mLive, .sLive { display: none; }

/* Index Menu Coufrac like Style*/
body.site-index .section02 ul > li:nth-child(1) > a,
body.site-index .section02 ul > li:nth-child(2) > a  {
    background: #4d5bc6;
}
body.site-index .section02 ul > li:nth-child(10) > a  {
    background: #6A0888;
}


/* sub menu width */
.gnb ul > li { width: calc(10% - 1px);}
.gnb ul > li:first-child { width: calc(10% - 2px);}

.sub .h1_logo > a img { height: 40px; position:relative; top:-12px;}
.h1_tit .h1_logo>a img {width: auto; height: 45px; position:relative;}

.gnb ul>li>a>.title, .greeting .intro>strong, .greeting>.text, .name {font-family: NotoSans !important;}

.gnb ul>li>a>.title { width:90%; padding:0 5%;}

@media only screen and (max-width: 567px){
.h1_tit .h1_logo>a img {height:37px !important; top:-10px; left:-20px; width: auto !important;}
.sub .h1_tit .h1_logo>a img {height:37px !important; top:-5px; left:-4px; width: auto !important;}
}


@media only screen and (max-width:1370px){
	.swiper-main .swiper-slide {height:1070px;}
}

@media only screen and (max-width:1024px){
	.swiper-main .swiper-slide {height:884px;}
}
@media only screen and (max-width:830px){
	.swiper-main .swiper-slide {height:980px;}
}
@media only screen and (max-width:567px){
	.swiper-main .swiper-slide {height:760px;}
}