:root{
	--main 		: #c1732b;
	--red 		: #fe6b59;
	--green		: #13a455;
	--skyblue : #8ecae6;
	--blue 		: #219ebc;
	--navy 		: #023047;
	--yellow 	: #ffb703;
	--orange 	: #fb8500;
	--grey		: #818181;
}

body{ min-width: 350px; }

/* Wrap */
.Wrap800{
	margin: 0 auto;
	width: 100%; max-width: 800px;
}
.Wrap1200{
	margin: 0 auto;
	width: 100%; max-width: 1200px;
}


/* 선택 금지 :: START */
.no_select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* 선택 금지 :: END */

/* 변환 에니메이션 :: START */
.transition_2{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.transition_3{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.transition_4{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.transition_5{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.transition_10{
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
/* 변환 에니메이션 :: END */







/* SUB MENU TAB :: START */
.sub_menu_tab{ text-align: center; }
.sub_menu_tab > a > span{
	margin: 0; padding: 0 20px 0 20px;
	color: #333; font-size: 1.8rem; line-height: 40px;
	display: inline-block;
	position: relative;
}
.sub_menu_tab > a > span.on{ color: #fe6b59; }
.sub_menu_tab > a:not(:last-child) > span::after{
	content: "|";
	color: #666;
	position: absolute; right: 0;
}
/* SUB MENU TAB :: END */


/* Paging :: START  */
ul.paging01{ list-style: none; white-space: nowrap; }
ul.paging01 li{ display: inline-block; line-height: 34px; }
ul.paging01 li span{
	padding: 0 10px;
	color: #666; font-size: 1.4rem; text-align: center;
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}
ul.paging01 li.on span{ color: #fff; background-color: #000; }

ul.paging01_2{ list-style: none; white-space: nowrap; }
ul.paging01_2 li{ display: inline-block; line-height: 34px; }
ul.paging01_2 li span{
	padding: 0 10px;
	min-width: 40px;
	color: #666; font-size: 1.2rem; text-align: center;
	border-width: 1px 0 1px 1px; border-style: solid; border-color: #999;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}
ul.paging01_2 li:last-child span{ border-right-width: 1px; }
ul.paging01_2 li.on span{ color: #fff; background-color: #fe6b59; }
/* Paging :: END  */

