@charset "UTF-8";

/* 카카오맵 */
.map-box .root_daum_roughmap{width:100% !important;}
.root_daum_roughmap .cont{display:none;}

.address-wrap{padding:0 0 3rem;}
.address-box{display:flex;justify-content:space-between;align-items:center;padding:5rem 5.5rem;border:1px solid var(--border-color04);border-radius:0 0 3px 3px;}
.contact-box{display:grid;gap:2rem;}
.contact-box li{position:relative;font-weight:var(--font-weight-bold);font-size:1.6rem;line-height:2.6rem;color:var(--text-color06);}
.contact-box li:before{content:'';display:inline-block;margin:0 2rem 0 0;vertical-align:middle;}
.contact-address:before{width:2.2rem;height:2.6rem;background:url(/_res/sejong/convention/img/center/ico-public-location01@2x.png) no-repeat center center / 100%;}
.contact-tel:before{width:2.1rem;height:2.1rem;background:url(/_res/sejong/convention/img/center/ico-public-tel01@2x.png) no-repeat center center / 100%;}

.way-tit01{position:relative;padding:0 0 3rem;font-weight:var(--font-weight-bold);font-size:2.4rem;line-height:3.4rem;color:var(--text-color02);}
.way-tit01:before{content:'';display:inline-block;margin:0 1.3rem 0 0;width:2.9rem;height:2.7rem;vertical-align:middle;}
.way-tit01.way-tit01-subway:before{background:url(/_res/sejong/convention/img/center/ico-public-subway01@2x.png) no-repeat center center / 100%;}
.way-subway{padding:4rem;border-bottom:1px solid var(--border-color05);}
.subway-list{display:flex;align-items:center;}
.subway-list li:first-child{position:relative;font-weight:var(--font-weight-bold);font-size:1.8rem;line-height:2.6rem;color:var(--color57);}
.subway-list li:first-child span{display:inline-block;margin:0 1rem 0 0;padding:2px 0 0;width:3rem;height:3rem;border-radius:50%;background:var(--color57);color:#fff;text-align:center;vertical-align:middle;box-sizing:border-box;}
.subway-list li:nth-child(2){padding:0 1.2rem 0 5rem;font-weight:var(--font-weight-bold);font-size:1.6rem;line-height:2.6rem;color:var(--text-color02);}
.subway-list li:last-child{font-weight:var(--font-weight-medium);font-size:1.4rem;line-height:2.2rem;color:var(--text-color08);}

.way-bus{padding:4rem;}
.way-tit01.way-tit01-bus:before{background:url(/_res/sejong/convention/img/center/ico-public-bus01@2x.png) no-repeat center center / 100%;}
.way-bus-inner{display:grid;gap:3rem;padding:5rem;border-radius:3px;background:var(--color06);}
.way-bus-row{display:flex;}
.way-bus-row h5{width:17.1rem;font-weight:var(--font-weight-bold);font-size:1.8rem;line-height:2.6rem;color:var(--text-color02);}
.way-bus-line{display:flex;width:calc(100% - 17.1rem);}
.way-bus-line li{display:flex;font-weight:var(--font-weight-bold);font-size:1.6rem;line-height:2.6rem;color:var(--text-color02);}
.way-bus-line li span{vertical-align:middle;}
.way-bus-blue{width:30%;}
.way-bus-green{width:38%;}
.way-bus-red{width:32%;}
.way-bus-line .bus-blue{display:inline-block;margin:0 9px 0 0;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--color58);color:#fff;text-align:center;vertical-align:middle;box-sizing:border-box;} 
.way-bus-line .bus-green{display:inline-block;margin:0 9px 0 0;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--color59);color:#fff;text-align:center;vertical-align:middle;box-sizing:border-box;} 
.way-bus-line .bus-red{display:inline-block;margin:0 9px 0 0;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--color60);color:#fff;text-align:center;vertical-align:middle;box-sizing:border-box;} 
.way-bus-line .bus-type-blue{padding:0 3.5rem 0 0;color:var(--color58);}
.way-bus-line .bus-type-green{padding:0 3.5rem 0 0;color:var(--color59);}
.way-bus-line .bus-type-red{padding:0 3.5rem 0 0;color:var(--color60);}

@media screen and (max-width:1160px) {
	.way-bus-row{gap:1%;}
	.way-bus-row h5{width:9.5rem;}
	.way-bus-line{width:calc(99% - 9.5rem);}
	.way-bus-line .bus-type-blue{padding:0 4% 0 0;}
	.way-bus-line .bus-type-green{padding:0 4% 0 0;}
	.way-bus-line .bus-type-red{padding:0 4% 0 0;}
}

@media screen and (max-width:1024.98px) {
	.address-box{padding:2.5rem;}
	.contact-box{gap:7px;}
	.contact-box li{font-size:1.4rem;line-height:2rem;}
	.contact-box li:before{margin:0 1rem 0 0;}
	.contact-address:before{width:1.6rem;height:1.9rem;}
	.contact-tel:before{width:1.5rem;height:1.5rem;}
	
	.way-tit01{padding:0 0 1.5rem;font-size:1.8rem;line-height:2.6rem;}
	.way-subway{padding:2.5rem 2rem;}
	.subway-list{flex-wrap:wrap;gap:1rem;word-break:keep-all;}
	.subway-list li:first-child{font-size:1.6rem;line-height:2.2rem;}
	.subway-list li:first-child span{margin:-2px 7px 0 0;padding:0;width:2.3rem;height:2.3rem;}
	.subway-list li:nth-child(2){padding:0;font-size:1.5rem;line-height:2.1rem;}
	.way-bus{padding:2.5rem;}
	.way-bus-inner{gap:1.5rem;padding:2rem;}
	.way-bus-row{flex-wrap:wrap;}
	.way-bus-row h5{font-size:1.6rem;line-height:2rem;}
	.way-bus-line{width:100%;}
	.way-bus-line li{font-size:1.4rem;line-height:2rem;}
}

@media screen and (max-width:768px) {
	.address-box{flex-wrap:wrap;justify-content:center;gap:1.5rem;}
	
	.way-bus-inner{gap:2.7rem;}
	.way-bus-row{gap:1rem;}
	.way-bus-line{flex-wrap:wrap;gap:5px;}
	.way-bus-line li{width:100%;}
	.way-bus-line .bus-blue{width:2rem;height:2rem;}
	.way-bus-line .bus-green{width:2rem;height:2rem;}
	.way-bus-line .bus-red{width:2rem;height:2rem;}
}