/* BASIC css start */
/* header */

body {
    overflow-x:hidden;
}


#header {
    width:100%;
}

.inner {
    position:relative;
    width:1204px;
    margin:0 auto;
}

.topWp {
    width:100%;
    height:42px;
    background:#f6f6f6;
    box-sizing:border-box;
}

.topWp a {
    font-size:13px;
}

.topWp .topLink {
    float:left;
}

.topWp .sns {
    float:left;
    height:42px;
    padding:9px 16px 0 0;
    background:url(/design/derchaeum/img/line.gif) no-repeat 100% 50%;
    box-sizing:border-box;
    
}

.topWp .sns li {
    float:left;
    margin-right:4px;
}

.topWp .etc {
    float:left;
    line-height:42px;    
    margin-left:12px;
}

.topWp .etc a {
    margin-left:17px;
    color:#0d3d0a;
}

.topWp .etc .fav {
    font-weight:bold;
    padding-left:20px;
    margin-left:0;
    background:url(/design/derchaeum/img/ico_fav.png) no-repeat 0 50%;
}

.topWp .utill {
    float:right;
    height:42px;
    box-sizing:border-box;
}

.topWp .utill li {
    float:left;
    margin-left:15px;
    line-height:42px;    
}

.topWp .utill .cart {
    padding-left:14px;
    background:url(/design/derchaeum/img/line.gif) no-repeat 0 50%;
}

.topWp .utill .cart a {
    padding-left:21px;
    background:url(/design/derchaeum/img/ico_cart.png) no-repeat 0 50%;
}


.logoWp {
    position:relative;
    width:100%;
    height:240px;
    box-sizing:border-box;
}


.logoWp h1 {
    text-align:center;
    padding:66px 0 0;    
}

.topBn {
    position:absolute;
    top:74px;
    left:63px;
    width:256px;
    height:128px;
}

.topSch {
    position:absolute;
    top:122px;
    right:44px;
    width:287px;
    text-align:center;
}

.topSch .schLink {
    margin:0 0 12px;    
}

.topSch .schLink strong {
    padding-right:12px;
    margin-right:10px;
    background:url(/design/derchaeum/img/line2.gif) no-repeat 100% 50%;
}

.topSch form {
    position:relative;
}

.topSch input {
    width:100%;
    height:31px;
    background:#343434;
    color:#fff;
    border:solid 1px #dcdcdc;
    box-sizing:border-box;
    line-height:29px;
    font-size:13px;
    text-align:center;
}

.topSch .sch_btn {
    position:absolute;
    top:7px;
    right:11px;
}




.gnbWp {
    width:100%;
    background:#222;
}

.gnbWp #allCate {
    float:left;
    display:block;
    width:79px;
    height:50px;
    background:url(/design/derchaeum/img/ico_all.png) no-repeat 50% 50% #ca2b19;
    font-size:0;
    cursor:pointer;
}

.gnbWp .gnb {
    float:left;
    padding-left:35px;
}

.gnbWp .gnb > li {
    position:relative;
    float:left;
    padding: 0 32px;    
}


#allMenuView .dep1 > li:last-child {
display:none;
}


.gnbWp .gnb > li > a {
    display:block;
    font-size:17px;
    color:#fff;
    line-height:50px;
    text-align:center;
}

.gnbWp .gnb > li > .dep2_1 {
    display:none;
    position:absolute;
    width:100%;
    padding: 18px 0;
    border: solid 1px #52483c;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;    
    z-index:99;
}

.gnbWp .gnb > li > .dep2_1 a {
    display: block;
    padding-left: 25px;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}    

.gnbWp .gnb > li > .dep2_1 a:hover {
    color:#fff;
    background:#4e874a;
}

.gnbWp .gnb > li:hover .dep2_1 {
    
    
}



/* ÀüÃ¼¸Þ´º */

#allMenuView {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: auto;
    height:535px;
    z-index: 9999;
}

#allMenuView .dep1 {
    position:relative;
    width:198px;
    height:100%;
    padding-top:18px;
    border:solid 1px #52483c;
    background:rgba(255,255,255,0.8);
    box-sizing:border-box;
}

#allMenuView .dep1 > li:last-child {
    display:none;
}

#allMenuView .dep1 > li > a {
    display:block;
    padding-left:25px;
    text-align:left;
    line-height:30px;
    font-size:15px;
    font-weight:bold;
}

#allMenuView .dep1 > li > a:hover {
    color:#fff;
    background:#4e874a;
}

#allMenuView .dep2 {
    display:none;
    position:absolute;
    top:-1px;
    right:-197px;
    width:100%;
    height:535px;
    padding:20px 0 0;
    background:url(/design/derchaeum/img/gnb_bg.jpg) no-repeat 0 0;
    box-sizing:border-box;
}

#allMenuView .dep1 > li:hover .dep2 {
    display:block;
}

#allMenuView .dep2 > li > a {
    font-size:14px;
    color:#fff;
    line-height:25px;
    padding-left:30px;
}










/* slider */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-viewport ul {
	margin: 0px;
	padding: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -14px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #ccc;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dcdee6;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #575757;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43p 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/* °³º°ÆäÀÌÁö °øÅë */

.pageWp {
    width:1204px;
    padding:36px 0 100px;
    overflow:hidden;
}

.pageWp .lnb {
    float:left;
    width:204px;
    text-align:left;
}

.pageWp .lnb strong {
    display:block;
    font-size:25px;
    padding:0 0 15px 10px;
    line-height:1;
    border-bottom:solid 4px #135078;
}

.pageWp .lnb li a {
    display:block;
    font-size:13px;
    padding:0 0 0 10px;
    line-height:41px;
    border-bottom:solid 1px #dedede;
}


.pageWp .page {
    float:left;
    width:1000px;
    text-align:center;
    padding:0 32px;
    box-sizing:border-box;
}


/* °Ô½ÃÆÇ °øÅë */

.bbs-tit,
.bbs-table-view,
.bbs-table-write,
.bbs-table-pwd {
    float: left;
    width: 1000px;
    padding: 0 32px 100px;
    box-sizing: border-box;    
}

.view-link {
    position:relative;
}
























/* BASIC css end */

