@charset "UTF-8";

/*
	Site Name: Site Success
	Description: print setting
	Version: 1.00
	Author: Spring Feeling
*/

/*===== CONTENTS ===========================================

	1: DISPLAY
	2: FORM SETTING
	5: LINK
	4: CONSTANT CLASSES
	5: CLEAR FIX
	
==========================================================*/

/*======================================

	1: DISPLAY

=======================================*/

.headerMenu {
	display: none;
}

#globalMenu {
	width: auto;
}

#prtArea,
#underPrtArea {
	width: auto!important;
	display: list-item;
	list-style-image: url(../img/print_prt_img.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
}

.prtBtnArea {
	display: none;
}

#indx_mainContent,
#mainContent {
	width: auto;
}

#subContent {
	display: none;
}

#footerWrap {
	width: auto !important;
}

.pageTop {
	display: none;
}



