@charset "UTF-8";

.layout-box{display:flex;flex-wrap:wrap;align-items:center;gap:6rem;padding:4rem 0;border-bottom:1px solid var(--border-color14);}
.layout-box:first-of-type{padding-top:0;}
.layout-box:last-of-type{padding-bottom:0;border:0;}
.layout-left{width:60.15%;}
.layout-right{}
.layout-right-tit01{position:relative;padding:0 0 2.5rem 3.7rem;font-weight:var(--font-weight-bold);font-size:2.4rem;line-height:3.4rem;color:var(--text-color11);}
.layout-right-tit01:before{content:'';position:absolute;top:6px;left:0;height:2.4rem;}
.layout-right-tit01.type-seminar:before{width:2.7rem;background:url(/_res/sejong/convention/img/rental/img-aihall-tit01.png) no-repeat center center / 100%;}
.layout-right-tit01.type-banquet:before{width:2.6rem;background:url(/_res/sejong/convention/img/rental/img-aihall-tit02.png) no-repeat center center / 100%;}


@media screen and (max-width:1180px) {
}

@media screen and (max-width:1024.98px) {
	.layout-box{justify-content:center;gap:2.5rem;padding:2.5rem 0;}
	.layout-left{width:100%;}
	.layout-right-tit01{padding:0 0 5px 3.5rem;;font-size:1.9rem;line-height:2.7rem;}
	.layout-right-tit01:before{top:3px;}
	.layout-right .slo-p{text-align:center;}
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:480px) {
}