
.live-store { margin:0 auto; padding-top:80px;}
.live-store h2 {
    text-align: center;
	font-family:"Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
     font-size: 2rem;
	 font-weight:800;
    color: #333;
    line-height: 1;
}
.live-store .line {
        margin: 5.3% 0px 6.5%;
 
    height: 1px;
    background: #333;
    }
	/* 모바일에서는 1열로 */
@media (min-width: 786px) {
	.live-store{width:1400px; min-width:1400px;}
	.live-store iframe {width:100%;}
	.live-store h2 {text-align:center; }
}
@media (max-width: 785px) {
	.live-store{width:100%;}
	.live-store iframe {width:100%;}
	.live-store h2 {text-align:center;font-size: 1.5rem;}
 
}