@charset "utf-8";
/* CSS Document */

/* 폰트 CSS*/

@font-face { font-family: 'MapoMaponaru'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoMaponaruA.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'OTEnjoystoriesBA' ; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'NanumSquare' !important; src:url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css') format('woff') ;font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }

.container .virtual_sub_page{font-family:'NanumSquare' ; font-size:20px;}


@media (max-width: 1024px){
	.container .virtual_sub_page{
		font-size:18px;
	}
}
@media (max-width: 600px){
	.container .virtual_sub_page{
		font-size:14px;
	}
	}