
/* 해당 디자인 테마 정의 */

/********** 테마1 **********/
.theme1 .themeColor,
.theme1 .headWrap /* 해더 로고 배경색 */ {background:#86b2ff !important}
.theme1 .foot_themeColor {background:#ceca4d;}
.theme1 .themeColor2 /* 헤더 내비 배경색 */ {background:#f3f7fe !important}
.theme1 .main /* 메인 배경이미지 */ {background:#eefffe url(../images/theme1/main_bg.png) 50% bottom no-repeat;}
.theme1 .mainBox_notice p /* 공지사항 배경색 */{background:#a6ce4d;}
.theme1 .subTit /* 공지사항 배경색 */{background:#eefffe url(../images/theme1/sub_bg.png) 50% bottom no-repeat;}

.theme1 .lnb li a,
.theme1 .lnb {background:#a6ce4d;}
@media screen and (min-width:1000px){
	.theme1 .headWrap h1 {z-index:1; background:#f3f7fe !important}
	.theme1 .logo_deco1 {display:inline-block; width:50px; height:50px; padding:39px 0; margin-right:100px; background:url(../images/theme1/logo_deco1.png) 50% no-repeat;}
	.theme1 .logo_deco2 {display:inline-block; width:50px; height:50px; padding:39px 0; margin-left:100px; background:url(../images/theme1/logo_deco2.png) 50% no-repeat;}
}

/********** 테마2 **********/
.theme2 .themeColor,
.theme2 .headWrap /* 해더 로고 배경색 */ {background:pink !important}
.theme2 .foot_themeColor {background:#ffaf5f;}
.theme2 .themeColor2 /* 헤더 내비 배경색 */ {background:#f3f7fe !important}
.theme2 .main /* 메인 배경이미지 */ {background:#fff6f3 url(../images/theme2/main_bg.png) 50% bottom no-repeat;}
.theme2 .mainBox_notice p /* 공지사항 배경색 */{background:darksalmon;}
.theme2 .subTit /* 공지사항 배경색 */{background:#fff8f6 url(../images/theme2/sub_bg.png) 50% bottom no-repeat;}

.theme2 .lnb li a,
.theme2 .lnb {background:darksalmon;}
@media screen and (min-width:1000px){
	.theme2 .headWrap h1 {z-index:1; background:#fff6f3 !important}
	.theme2 .logo_deco1 {display:inline-block; width:50px; height:50px; padding:39px 0; margin-right:100px; background:url(../images/theme2/logo_deco1.png) 50% no-repeat;}
	.theme2 .logo_deco2 {display:inline-block; width:50px; height:50px; padding:39px 0; margin-left:100px; background:url(../images/theme2/logo_deco2.png) 50% no-repeat;}
}