@charset "utf-8";
/**
 * @File Name : popup.css
 * @Description : Layout[popup] | Contents[popup]
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2016.08.22 | 문영신 | 최초 등록
 * </pre>
 * @author 웹표준화실 문영신
 * @since 2016.08.18
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* ◇◆ Layout[Popup] ◇◆◇◆◇◆◇◆◇◆ */

/* S-CoreDream */
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}


[lang|='ko'],
[lang|='ko']>*{
	font-family:
		'S-CoreDream',
		'Noto Sans',
		'돋움',Dotum,
		Helvetica,'Helvetica Neue',
		Arial,sans-serif;
}



html{}
body{background:#fff;font-size:13px;}
#container{position:relative;width:100%;min-width:320px;margin:0 auto;background:#fff;overflow:hidden;}
	#head{z-index:30;clear:both;position:relative;height:0;}
	#wrap{z-index:10;clear:both;position:relative;min-height:0;}
		#body{}
	#foot{display:none;z-index:20;clear:both;position:relative;height:0;}


/* Contents ◆◆◆ */


.r_popup01{padding:0 30px 30px;}


/* ETC */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ */

@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */
} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */
} /* /(min-width:1000px) */
@media all and (min-width:1256px){/* xlarge ◇◆◇◆◇◆◇◆◇◆ */
} /* /(min-width:1256px) */

/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆ */