@charset "utf-8";
html { font-size:0.625rem; }

:root {
	--f_base1:'Pretendard';

	/* ↓ 프로젝트마다 교체 (COMPANY.md 참고) — 2026 대구글로벌오페라마켓 */
	--c_base1:#C6241E;
	--bg1:#F4F5F7;
	--bg2:#FBFAF9;
	--border1:#E8E0D5;
	/* ↑ 프로젝트마다 교체 */

	--fs12:1.2rem; --fs13:1.3rem; --fs14:1.4rem; --fs15:1.5rem;
	--fs16:1.6rem; --fs17:1.7rem; --fs18:1.8rem; --fs20:2rem;
	--fs22:2.2rem; --fs23:2.3rem; --fs24:2.4rem; --fs26:2.6rem;
	--fs28:2.8rem; --fs30:3rem;   --fs32:3.2rem; --fs36:3.6rem;
	--fs38:3.8rem; --fs40:4rem;   --fs45:4.5rem; --fs48:4.8rem;
	--fs50:5rem;   --fs56:5.6rem; --fs60:6rem;   --fs64:6.4rem;
	--fs70:7rem;   --fs80:8rem;
}
@media (max-width: 1199px) {
	:root {
		--fs18:1.7rem; --fs20:1.9rem; --fs22:2rem;   --fs23:2.2rem;
		--fs24:2.3rem; --fs26:2.4rem; --fs28:2.6rem; --fs30:2.8rem;
		--fs32:3.2rem; --fs36:3rem;   --fs38:3.2rem; --fs40:3.4rem;
		--fs45:4rem;   --fs48:4.1rem; --fs50:4.2rem; --fs56:4.3rem;
		--fs60:4.4rem; --fs64:5rem;   --fs70:5.2rem; --fs80:6rem;
	}
}
@media (max-width: 767px) {
	:root {
		--fs12:1.1rem; --fs13:1.2rem; --fs14:1.3rem; --fs15:1.4rem;
		--fs16:1.5rem; --fs18:1.6rem; --fs20:1.8rem; --fs22:1.9rem;
		--fs23:2rem;   --fs24:2.1rem; --fs26:2.2rem; --fs28:2.3rem;
		--fs30:2.4rem; --fs32:2.5rem; --fs36:2.6rem; --fs38:2.8rem;
		--fs40:3rem;   --fs45:3.1rem; --fs48:3.1rem; --fs50:3.2rem;
		--fs56:3.2rem; --fs60:3.3rem; --fs64:3.6rem; --fs70:3.8rem;
		--fs80:5rem;
	}
}

.c_base1 {color:var(--c_base1) !important;}
.c_base2 {color:#111 !important;}
.c_base3 {color:#111 !important;}
.c_base4 {color:#111 !important;}

.h5{height:5px;} .h10{height:10px;} .h20{height:20px;} .h30{height:30px;}
.h40{height:40px;} .h50{height:50px;} .h60{height:60px;} .h70{height:70px;}
.h80{height:80px;} .h90{height:90px;} .h100{height:100px;} .h110{height:110px;}
.h120{height:120px;} .h130{height:130px;} .h140{height:140px;} .h150{height:150px;}
.h160{height:160px;} .h170{height:170px;} .h180{height:180px;} .h190{height:190px;} .h200{height:200px;}
@media screen and (max-width:1199px) {
	.h30{height:20px;} .h40{height:30px;} .h50{height:40px;} .h60{height:40px;}
	.h70{height:50px;} .h80{height:60px;} .h90{height:65px;} .h100{height:70px;}
	.h110{height:75px;} .h120{height:80px;} .h130{height:85px;} .h140{height:90px;}
	.h150{height:90px;} .h160{height:90px;} .h170{height:100px;} .h180{height:100px;}
	.h190{height:110px;} .h200{height:120px;}
}
@media screen and (max-width:767px) {
	.h10{height:5px;} .h20{height:10px;} .h30{height:20px;} .h40{height:25px;}
	.h50{height:30px;} .h60{height:35px;} .h70{height:40px;} .h80{height:45px;}
	.h90{height:50px;} .h100{height:55px;} .h110{height:60px;} .h120{height:60px;}
	.h130{height:65px;} .h140{height:65px;} .h150{height:70px;} .h160{height:70px;}
	.h170{height:75px;} .h180{height:75px;} .h190{height:80px;} .h200{height:85px;}
}
a { text-decoration:none !important; outline:none !important; transition:all .3s; color:inherit; }
a:link, a:visited, a:hover, a:active {text-decoration:none; color:inherit;}
