

/* 1050px */

*	{padding:0; margin:0; /*//vertical-align:top;///*/}
img {display:inline-block;}
a	{text-decoration:none;}
li	{list-style:none;}


#wrap {width:100%; height:auto; position:relative; font-family: 'Nanum Barun Gothic', sans-serif; color:#555; overflow:hidden;}


/* ------------------------------------- HEADER */

#wrap .bar_event {
	width:100%; height:60px; 
	line-height:60px;
	background:#6B5A5B; 
	color:#fff;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size:30px;
	position:relative;
	top:0;
	z-index:10;
	text-align:center;
}

#wrap .bar_event .center {
	width:920px;
	margin:0 auto;
}

#wrap .bar_event .center .xi-close-thin {
	height:50px; 
	line-height:50px;
	font-weight:300;
	float:right;
}

#wrap header {
	width:100%; height:auto;
	position:relative;
} 

#wrap header .menu_top {
	width:920px; height:45px;
	line-height:45px;
	font-size:12px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
#wrap header .menu_top a {
	color:#555;
}

#wrap header .menu_top ul {
	overflow:hidden;
	float:right;
}

#wrap header .menu_top ul li {
	float:left;
	list-style:none;
	text-align:center;
	padding:0 5px 0;
}

#wrap header .menu_top ul li:nth-child(even) {
	width:10px;
}

#wrap header .logoArea {
	width:920px; height:auto;
	position:relative;
	text-align:center;
	margin:15px auto;
	padding-bottom:10px;
	overflow:hidden;
}

#wrap header .logoArea .search {	
	width:260px; height:26px;
	position:absolute;
	top:55px; right:5px;
	z-index:10;
	margin-bottom:5px;
}

#wrap header .logoArea .search input {
	width:100%; height:100%;
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	margin:0;
}

#wrap header .logoArea .search img {
	display:inline-block;
	position:absolute;
	top:0; right:0;
	padding-right:10px;
}

/* ________________________HEADER NAVigation */

#wrap header nav {
	width:100%;	height:auto;
	color:#fff;
	position:relative;	
	text-align:center;
	/* overflow:hidden; */
	display:block;
	
}

#wrap header nav .wrap_menu {
	width:100%; height:auto;
	position:relative;
}

#wrap header nav .wrap_menu .main_menu {
	width:100%; height:auto;
	background:#fffffff;
	background-color:#666;
	position:relative;
	border-bottom:2px solid #E03636;
	overflow:hidden;
	display:block;
}

#wrap header nav .main_menu > ul {
	width:920px; 
	margin:0 auto;	
}

#wrap .bar_event .adcenter a {color:#ffffff}


#wrap header nav .main_menu > ul > li {
	width:153px;
	box-sizing:border-box;
	height:50px;
	line-height:50px;
	
	float:left;
	list-style:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
/* 	cursor:pointer; */
}



#wrap header nav .main_menu > ul > li.last {
	
}
 
#wrap header nav .main_menu > ul > li a {color:#ffffff; display:block; width:100%; font-size: 18px;	 }

#wrap header nav .main_menu > ul > li.icon_menu {
	width:50px; height:100%; 
	color:#fff;
	text-align:center;
	
	box-sizing:border-box;
}

#wrap header nav .main_menu > ul > li.icon_menu a i {
	line-height:50px;	
}

#wrap header nav .main_menulist {
	width:100%; height:auto;
	background:#000;
	opacity:0.8;
	position:absolute;
	top:50px; left:0;
	z-index:900;
	display:none;
}

#wrap header nav .main_menulist .menulist {
	width:920px;	
	font-size:14px;
	line-height:30px;
	margin:0 auto;
	overflow:hidden;
}

#wrap header nav .main_menulist .menulist > ul {
	width:153px; 
	/* float:left; */
	list-style:none;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	padding:20px 0;
}

#wrap header nav .main_menulist .menulist > ul > li {
	width:100%;     margin: 8px 0;
	line-height:20px;
	text-align:center;
	cursor:pointer;
}

#wrap header nav .main_menulist .menulist > ul > li a {
color:#fff;
}

#wrap header nav .main_menulist .menulist > ul > li a:hover {
	color:#fd6120;
}

/* ------------------------------------- ASIDE   */

/* ________ ASIDE  (aside_/ÀüÈ­¹øÈ£ µî Á¤º¸µé) */
#wrap .aside_left {
	width:100px; 
	height:auto;	
	position: fixed;
    top: 328px;
    left: 50%;
    margin-left: -600px;  	
    z-index: 11;

	
}

#wrap .aside_left.fixed {
position:fixed;
top:100px;
}

#wrap .aside_left ul {
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size:13px;
	line-height:20px;
	color:#fdc689;
	text-align:center;
}

#wrap .aside_left ul li {
	height:80px;
	border-bottom:1px solid #fff;
	padding-top:19px;
	box-sizing:border-box;
	background:#323232;
	display:block;
}

#wrap .aside_left ul li:nth-child(1) {
	color:#f49ac1;
	padding-top:12px;
}

#wrap .aside_left ul li:nth-child(2) {
	color:#f49ac1;
}

#wrap .aside_left ul li:last-child {
	border-radius:0 0 30px 30px;
	padding-top:10px;
	border-bottom:0;
}

#wrap .aside_left ul li span {
	font-size:11px;
}


/* ________ ASIDE  (right/¹è¼Û¾È³»&ÃÖ±Ùº»»óÇ°) */
#wrap .aside_right {

	width:130px; height:auto;	
	position:fixed;
    top: 328px;
    left: 50%;
    margin-left: 490px;
    z-index: 0;
	font-size:14px;
	text-align:center;
	
}

#wrap .aside_right.fixed {
position:fixed;
top:100px;
}

#wrap .aside_right ul.rightUp {
	background:#f6f8f7;
	margin-bottom:10px;
}

#wrap .aside_right ul.rightUp  a {
	display:block;
	border:1px solid #ebebeb;	
	color:#555;
	height:40px;
	line-height:40px;
}

#wrap .aside_right ul.rightUp  a:first-child {
	height:105px;
}

#wrap .aside_right ul.rightUp  a:last-child {
	background:#4d4d4d;
	color:#fff;
	border:1px solid #4d4d4d;
}

#wrap .aside_right ul.rightUp  a:last-child i {
	padding-right:5px;
}


#wrap .aside_right ul.rightBtm {
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
}

#wrap .aside_right ul.rightBtm li {
	font-size:13px;
	font-weight:bold;
	background:#fff;
	display:block;
}

#wrap .aside_right ul.rightBtm li span {
	display:inline-block;
	padding:18px 0 7px 0;
}

#wrap .aside_right ul.rightBtm a {
	color:#555;
	display:block;
}

#wrap .aside_right ul.rightBtm a li i {
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	font-weight:bold;	
}

#wrap .aside_right ul.rightBtm li.listup {
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

#wrap .aside_right ul.rightBtm li.listup > ul {
	width:70px;
	border:0;
	margin:0 auto;
	padding-bottom:15px;
	cursor:pointer;
}

#wrap .aside_right ul.rightBtm #slide_prev {
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

#wrap .aside_right ul.rightBtm #slide_next {
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

/* ________ ASIDE  (right_fixed/Àå¹Ù±¸´Ï&ÀüÃ¼±Ý¾×&¹è¼ÛÁ¶È¸&ÁÖ¹®Á¶È¸ µî) */
#wrap .right_fixed {
	width:80px; height:100%;
	background:#505050;
	position:absolute;
	top:0; right:0;
	z-index:999;
}

#wrap .right_fixed ul {
	position:fixed;
	top:25%;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size:13px;
	line-height:30px;
}

#wrap .right_fixed ul a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0;
	color:#ffffff;
	border-bottom:2px solid #707070;
}

#wrap .right_fixed ul a:last-child {
	border-bottom:0;	
}

#wrap .right_fixed ul a li:nth-child(5) {
	border:0px;
}

#wrap .right_fixed ul a li i {
	/* color:#757575; */
}

#wrap .right_fixed ul a li span {
	background:#757575;
	border-radius:20px;
	width:60px; height:35px;
	line-height:35px;
	display:inline-block;
}

/* ------------------------------------- SECTION (image-SLIDE) */

#wrap section.wrap_slide {
	width:100%; height:420px;
	position:relative;
	z-index:0;
}

#wrap section.wrap_slide .slideImg  {
	width:100%; height:100%;
} 

#wrap section.wrap_slide .slideImg img {
	width:100%; height:100%;
}

#wrap section.wrap_slide .wrap_txt {
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	color:#fff;
	text-align:center;
}

#wrap section.wrap_slide .wrap_txt > div {
	width:920px; height:100%;
	margin:0 auto;
}

#wrap section.wrap_slide .wrap_txt .arrLeft i {
	line-height:420px;
	float:left;
	color:#ffffff;
}

#wrap section.wrap_slide .wrap_txt .arrRight i {
	line-height:420px;
	float:right;
	color:#ffffff;
} 

#wrap section.wrap_slide .wrap_txt .txt {
	display:inline-block;
	padding:50px 0;
}

#wrap section.wrap_slide .wrap_txt .txt .up {
	font-size:28px;
}

#wrap section.wrap_slide .wrap_txt .txt .centr {
	font-family: 'Lato', sans-serif;
	font-size:135px;
	padding:45px 0;
}

#wrap section.wrap_slide .wrap_txt .txt .btm {
	width:265px; height:55px;
	line-height:55px;
	background:#472e65;
	margin:0 auto;
	border-radius:20px;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}

#wrap section.wrap_slide .wrap_txt .txt .btm:hover {
	width:265px; height:55px;
	line-height:55px;
	background:tomato;
	margin:0 auto;
	border-radius:20px;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}

#wrap section.wrap_slide .wrap_txt .txt .btm span img {
	padding:22px 0 0 15px;
}



/* ------------------------------------- SECTION 1st (Goods_pop) */

#wrap .wrap_section {
	width:100%; height:auto;
	margin:0 auto;	
	position:relative;
	padding:30px 0 0px;
}

#wrap .wrap_section .Goods_pop {
	width:920px; height:auto;
	position:relative;
	margin:0 auto;
}

/* ________ SECTION 1st  (Goods_pop/ÀÎ±â»óÇ°) */

#wrap .wrap_section .Goods_pop article.popularity {
	width:928px; height:auto;
	position:relative;
	padding-bottom:40px;
	margin-left:-5px;
	overflow:hidden;
} 

#wrap .wrap_section h2.article_title {
	font-size:26px;
	font-weight:normal;
	padding-bottom:15px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	color:#111;
	text-align:center;
	margin-bottom:10px;
	letter-spacing: -1px;
}

#wrap .wrap_section h2.article_title span {
color:#760000;
}

#wrap .wrap_section .Goods_pop article.popularity ul {
	display:inline-block;
	width:222px;
	height:362px;
	margin:0 5px;
	border:1px solid #C5C5C5;
	box-sizing:border-box;
	float:left;
	margin-bottom:30px;
}

#wrap .wrap_section .Goods_pop article.popularity ul:last-child {
	margin-right:0px;
}

#wrap .wrap_section .Goods_pop article.popularity ul li {

}

#wrap .wrap_section .Goods_pop article.popularity ul li.m_img {
height:210px;
line-height:210px;
overflow:hidden;
}

#wrap .wrap_section .Goods_pop article.popularity ul li.m_img img {
line-height:210px;
vertical-align:middle !important;
}

#wrap .wrap_section .Goods_pop article.popularity ul li .sold_out {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: url(/mall/images/black_cover.png) repeat;
text-align:center;
}

#wrap .wrap_section .Goods_pop article.popularity ul li .sold_out span {
color:#fff;
border:1px solid #fff;
display:inline-block;
	line-height:normal;
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	height:42px;
	margin-top:-24px;
	margin-left:-50px;
	line-height:42px;
}

#wrap .wrap_section .Goods_pop article.popularity ul li.info_con {
margin:10px;
}

#wrap .wrap_section .Goods_pop article.popularity ul li .name {
	font-size:14px;
	line-height:18px;
	height:36px;
	font-weight:500;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

#wrap .wrap_section .Goods_pop article.popularity ul li .con_info {
font-size:12px;

}

#wrap .wrap_section .Goods_pop article.popularity ul li .con_info span {
display:block;
}

#wrap .wrap_section .Goods_pop article.popularity ul li .sub_name {
font-size:12px;
color:#ff0000;
margin-top:5px;
}


#wrap .wrap_section .Goods_pop article.popularity ul li .price {
	font-size:15px;
	font-weight:600;
	color:#222;
	margin-top:8px;
}

/* ________ SECTION 1st  (Goods_pop/ÀÌº¥Æ®&½Å»óÇ°) */

#wrap .wrap_section .Goods_pop article.eventNnew {
	width:100%; height:auto;
	position:relative;
	overflow:hidden;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div {
	width:50%;
	position:relative;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div.wrap_event  {
	float:left;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div.wrap_new {
	float:right;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div > div {
	position:relative;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div > div > div.arrow {
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	color:#fff;	
}

#wrap .wrap_section .Goods_pop article.eventNnew > div > div > div.arrow > a i.xi-angle-left {
	float:left;
	line-height:415px;
	padding-left:10px;
}

#wrap .wrap_section .Goods_pop article.eventNnew > div > div > div.arrow > a i.xi-angle-right {
	float:right;
	line-height:415px;
	padding-right:10px;
}

#wrap .wrap_section .banner_1x1 {
	width:920px; height:auto;
	position:relative;
	margin:0 auto;
	padding-bottom:60px;
}


/* ------------------------------------- SECTION 2nd (info) */
/* ________ SECTION 2nd  (info/È¸¿øÇýÅÃÁ¤º¸µéµéµé) */

#wrap .wrap_section .info {
	width:100%; height:auto;
	position:relative;
	background:#f6f8f7;
	font-weight:bold;
	font-family:'¸¼Àº °íµñ', 'Malgun Gothic';
}

#wrap .wrap_section .info article {
	width:930px; height:auto;
	margin: 0 auto;
	position:relative;
	padding:40px 0;
	overflow:hidden;
}

#wrap .wrap_section .info article .others {
	width:25%;
	padding:0 !important;
}

#wrap .wrap_section .info article .others .con {
	margin:0 5px;
	height:180px;
		background:#fff;
	border:1px solid #d7d7d7;
	padding-top:30px;
}

#wrap .wrap_section .info article .others .con a {
display:block;
width:100%;
}

#wrap .wrap_section .info article .others .con span {
display:block;
}

#wrap .wrap_section .info article .others .con span .ban_tt {
color:#222;
font-size:23px;
letter-spacing:-1px;
margin-bottom:5px;
}

#wrap .wrap_section .info article .others .con span .ban_con {
color:#777;
font-size:14px;
margin-bottom:20px;
}

#wrap .wrap_section .info article div.reserve {
	/*width:420px; */
	padding:50px 0 50px 35px;
	box-sizing:border-box;
	float:left;
}

#wrap .wrap_section .info article div.reserve span {
	display:inline-block;
	padding-left:15px;
}

#wrap .wrap_section .info article div.reserve span p:nth-child(1) {	
	font-size:16px;
}

#wrap .wrap_section .info article div.reserve span p:nth-child(2) {
	font-size:25px;
}

#wrap .wrap_section .info article div.reserve span p:nth-child(3) {
	font-size:13px;
}

#wrap .wrap_section .info article div.others {
	/* width:165px; */
	padding:20px 0;
	box-sizing:border-box;
	font-size:15px;
	float:left;
	text-align:center;
}

#wrap .wrap_section .info article div.others p.price {
	font-weight:normal;
}


/* ------------------------------------- SECTION 3rd (gooods) */
/* ________ SECTION 3rd  (gooods/»óÇ°) */
#wrap .wrap_section .gooods {
	width:920px; height:auto;
	margin:0 auto;
	padding:45px 0 55px 0;
	position:relative;
}

#wrap .wrap_section .gooods article.product {
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}

#wrap .wrap_section .gooods article.product > div.left {
	float:left;
	width:785px; height:338px;
}

#wrap .wrap_section .gooods h2 {
	font-size:25px;
	font-weight:700;
	 font-family: 'Nanum Barun Gothic', sans-serif;
}

#wrap .wrap_section .gooods article.product > div.left .article_title span {
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	padding-left:15px;
}

#wrap .wrap_section .gooods article.product > div.left .article_title span a {
	color:#472e65;
	text-decoration:underline;
}

#wrap .wrap_section .right h2 {
	font-size:22px;
	 font-family: 'Nanum Barun Gothic', sans-serif;
}

#wrap .wrap_section .gooods article.product > div.right {
	float:right;
	width:225px; height:338px;
	padding-top:70px;
	text-align:center;
}

#wrap .wrap_section .gooods article.product > div.right a {
	color:#000;
}

#wrap .wrap_section .gooods article.product > div.right .arrowNimg {
	width:100%;
	overflow:hidden;
}

#wrap .wrap_section .gooods article.product > div.right .arrowNimg a {
	display:inline-block;
	float:left;
	line-height:217px;
}

#wrap .wrap_section .gooods article.product > div.right .arrowNimg img {
	padding:0 3px;
}

#wrap .wrap_section .name {
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size:15px;
	font-weight:500;
}

#wrap .wrap_section .price {
	font-size:14px;
	font-weight:400;
}

#wrap .wrap_section .gooods article > div > div.arrowWrap {
	position:relative;
}

#wrap .wrap_section .gooods article > div > div.arrowWrap > div.arrow {
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	color:#fff;	
}

#wrap .wrap_section .gooods article > div > div.arrowWrap > div.arrow > a i.xi-angle-left {
	float:left;
	line-height:338px;
	padding-left:10px;
}

#wrap .wrap_section .gooods article > div > div.arrowWrap > div.arrow > a i.xi-angle-right {
	float:right;
	line-height:338px;
	padding-right:10px;
}

/* ________ SECTION 3rd  (gooods/¹«·á¹è¼Û) */

#wrap .wrap_section .gooods article.freeship {
	width:100%;
	position:relative;
}

#wrap .wrap_section .gooods article.freeship h2 {
	font-size:24px;
	 font-family: 'Nanum Barun Gothic', sans-serif;
}

#wrap .wrap_section .gooods article.freeship .arrowNimg {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 10px;
}

#wrap .wrap_section .gooods article.freeship .arrowNimg a {
	float:left;
	color:#555;
	text-align:center;
	padding-right:30px;
}

#wrap .wrap_section .gooods article.freeship .arrowNimg a i.xi-angle-left {
	padding-right:10px;
	line-height:110px;
}

#wrap .wrap_section .gooods article.freeship .arrowNimg a i.xi-angle-right {
	padding-right:0;
	padding-left:10px;
	line-height:110px;
}

#wrap .wrap_section .gooods article.freeship .arrowNimg a ul li.name {
	padding:30px 0 10px 0;
}

/* ------------------------------------- SECTION 4th ( kurly ) */
/* ________ SECTION 4th  (kurly/»óÇ°) */

#wrap .wrap_section .kurly {
	width:100%;
	position:relative;
	background:#f6f8f7;
	padding:30px 0;
}

#wrap .wrap_section .kurly article {
	width:920px; height:auto;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}

#wrap .wrap_section .kurly article h2 {
	font-size:25px;
	font-weight:700;
	 font-family: 'Nanum Barun Gothic', sans-serif;
}

#wrap .wrap_section .kurly article ul {
	width:340px;
	background:#fff;
	border:1px solid #d7d7d7;
	margin-right:10px;
	float:left;
}

#wrap .wrap_section .kurly article ul:last-child {
	margin-right:0px;
}

#wrap .wrap_section .kurly article ul li.name {
	padding:20px 0 10px 20px;
	border-top:1px solid #d7d7d7;
}

#wrap .wrap_section .kurly article ul li.price {
	padding:0 0 20px 20px;
}


/* ------------------------------------- SECTION 4th ( partners ) */
/* ________ SECTION 4th  (partners/»óÇ°) */

#wrap .wrap_section .partners {
	width:100%;
	position:relative;
	padding:40px 0 60px;
}

#wrap .wrap_section .partners article {
	width:920px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
} 

#wrap .wrap_section .partners article h2 {
	font-size:25px;
	font-weight:700;
	 font-family: 'Nanum Barun Gothic', sans-serif;
}

#wrap .wrap_section .partners article h2 span {
	font-size:16px;
	font-weight:bold;
	color:#bbb;
	padding-left:15px;
	line-height:30px;
}

#wrap .wrap_section .partners article img {
	float:left;
	padding:0 10px 10px 0;
}

#wrap .wrap_section .partners article img.nopadd {
	padding-right:0px;
}

/* ------------------------------------- SECTION 5th ( banner ) */
#wrap .wrap_section .banner {
	width:100%; 
	background:#f6f8f7;
	padding:35px 0;
}

#wrap .wrap_section .banner .wrap_banner {
	width:920px;
	margin:0 auto;
}

#wrap .wrap_section .banner .wrap_banner img {
	padding-right:16px;
	cursor:pointer;
}

#wrap .wrap_section .banner .wrap_banner img:last-child {
	padding-right:0px;
}





/* ------------------------------------- FOOTER */

#wrap footer {
	width:100%;
	position:relative;
	padding-top:40px;
	padding-bottom:50px;
}

#wrap footer .wrap_footer {
	width:920px;
	position:relative;
	margin:0 auto;
}

/* ________ callBanner */

#wrap footer .wrap_footer .callBanner {
	width:100%;
	position:relative;
	overflow:hidden;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:30px 0px;
	margin-bottom:25px;
	text-align:center;
}

#wrap footer .wrap_footer .wrap_callBanner {
	display:inline;
}

#wrap footer .wrap_footer .callBanner span {
	display:inline-block;
}

#wrap footer .wrap_footer .callBanner span.leftGp {
	font-size:15px;
	font-weight:bold;
	padding-right:100px;
}

#wrap footer .wrap_footer .callBanner span.leftGp .number  {
	font-size:24px;
	font-weight:800;
	padding-top:3px;
}

#wrap footer .wrap_footer .callBanner span.rightGp {
	font-size:14px;
	text-align:left;
	line-height:24px;
}

/* ________ footerMenu */

#wrap footer .wrap_footer .footerMenu {
	width:100%;
	position:relative;
	font-size:14px;
}

#wrap footer .wrap_footer .footerMenu ul {
	overflow:hidden;
}

#wrap footer .wrap_footer .footerMenu ul li {
	float:left;
	padding:0 45px 20px 0;
}

#wrap footer .wrap_footer .footerMenu ul li a {
	color:#555;
}

#wrap footer .wrap_footer .foot_inline {
position:absolute;
top:134px;
right:0;
z-index:100;
}

#wrap footer .wrap_footer .foot_inline a {
display:block;
padding:10px;
border:1px solid #ddd;
box-sizing:border-box;
}

#wrap footer .wrap_footer .foot_inline span {
display:block;
text-align:center;
font-size:14px;
line-height:20px;
color:#555;
}

#wrap footer .wrap_footer .foot_inline span.tt {
margin-top:8px;
}

#wrap footer .wrap_footer .foot_inline a:hover  {
border:1px solid #666;
}

#wrap footer .wrap_footer .foot_inline  img {
width:60px;
}
/* ________ copyright */

#wrap footer .wrap_footer .copyright {
    width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

#wrap footer .wrap_footer .copyright img {
	padding-top:10px;
	    float: left;
}

#wrap footer .wrap_footer .copyright span {
	text-align:left;
	display:inline-block;
	    float: left;
		    padding-left: 30px;
}

#company {width:100%;width:920px;margin:0 auto;padding:10px auto;height:800px;position:relative;border:1px solid #dddddd;}
/* #company p {width:920px;margin:0 auto;padding:10px;font-family: 'Nanum Barun Gothic', sans-serif;} */






/* ---z-index Á¤¸®----------------------------------------------------------------------------------------------------------  

0 : #wrap section.wrap_slide		(intro ÀÌ¹ÌÁö ½½¶óÀÌµå)

9 :
	#wrap .aside_left				(¿ÞÂÊ Äü¸Þ´º)
	#wrap .aside_right				(¿À¸¥ÂÊ Äü¸Þ´º)

10: 
	#wrap .bar_event				(ÃÖ»ó´Ü ÀÌº¥Æ® ¹Ù)
	#wrap header .logoArea .search	(°Ë»öÃ¢)

900:
	#wrap header nav .main_menulist	(¸ÞÀÎ¸Þ´º ·Ñ¿À¹ö)

999:	
	#wrap .right_fixed				(¿À¸¥ÂÊ È¸»ö °íÁ¤ Äü¸Þ´º)	*/