/* BASIC css start */
.btnTop { display: none; }
.btnTop2 { position: fixed;right: 20px; bottom: 20px; z-index: 999;}
.btnTop2 i {color:#111;font-size: 48px;}
.item-wrap {padding: 0 8%;}
.item-wrap .item-cont .item-list {position:relative;}
.item-wrap .item-cont .item-list dd {width: 100%; background:url("//skin.makeshop.co.kr/skin/tem82/main_bg.png") repeat; position: absolute; bottom: 0; left: 0; color: #fff; text-align: left;height: 100%;}
.item-wrap .item-cont .item-list dd a { color: #fff; display:block; width:100%; height:100%; }
.item-wrap .item-cont .item-list dd ul { position: absolute;bottom: 0; left: 10px;}
.item-wrap .item-cont .item-list dd { display:none; }
.insWrap { width:1200px; margin: 10px auto; } 
.section h1 {color:#111;font-weight: bold;font-size: 18px;display: block;text-align: center;}

.txtBtn { text-align: center;}
.txtBtn h3 {font-size: 48px;color: #111;font-weight: bold;}
.txtBtn p { font-size: 20px; color: #111; margin-bottom: 20px; }

#ftWrap { position: absolute; bottom: 0; left: 0; right: 0; }

/* 기본 버튼 */
.mnCSSbutton {
	border:2px solid #222;
	padding:7px 40px;
	color:#111;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}
.mnCSSbutton:hover {
	background-color:#222;
	color:#fff;
	cursor:hand;
}
.mnCSSbutton:active {
	position:relative;
	top:1px;
}

/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
 
 
/* 메인 롤링 이미지 경로 */
#slide1{
	background: url("//skin.makeshop.co.kr/skin/tem82/main01.jpg") no-repeat center center;
	background-size: cover; 
}
#slide2{
	background: url("//skin.makeshop.co.kr/skin/tem82/main02.jpg") no-repeat center center;
	background-size: cover; 
}
#slide3{
	background: url("//skin.makeshop.co.kr/skin/tem82/main03.jpg") no-repeat center center;
	background-size: cover; 
}
/* 중간배너 이미지 경로 */
#section2{
	background: url("//skin.makeshop.co.kr/skin/tem82/main04.jpg") no-repeat center center;
	background-size: cover; 
}
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -32px;
    width: 32px;
    height: 64px;
}
.fp-controlArrow.fp-prev {
    left: 80px;
    background: url("//skin.makeshop.co.kr/skin/tem82/mn_left.png") no-repeat;
}
.fp-controlArrow.fp-next {
    right: 80px;
    background: url("//skin.makeshop.co.kr/skin/tem82/mn_right.png") no-repeat;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

/* .item-wrap */
.item-wrap { overflow: hidden; margin: 0 auto;}

.item-wrap .item-hd { margin: 40px 0 20px 0 }
.item-wrap .nbg { background: none; text-align: center; }

.item-wrap .item-info { zoom: 1; overflow: hidden; padding: 35px 0 10px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.item-wrap .item-info .item-total { float: left }
.item-wrap .item-info .item-total strong { color: #111; }
.item-wrap .item-info .item-order { float: right }
.item-wrap .item-info .item-order li { float: left; padding: 0 15px; }
.item-wrap .item-info .item-order li.nobg { padding-right: 0; }
.item-wrap .item-info .item-order li a { font-size: 11px }
.item-wrap .item-info .item-order li a .on { color: #111; font-weight: bold; }

.item-wrap .item-cont { zoom: 1; overflow: hidden;}
.item-wrap .item-cont:after { content: ""; display: block; clear: both; }
.item-wrap .item-cont .item-list { margin: 5% auto; text-align: center; }
.item-wrap .item-cont .item-list dt img {width:100%;display: block;}
.item-wrap .item-cont .item-list .prd-name {margin-bottom: 6px;}
.item-wrap .item-cont .item-list .price_consumer {margin-bottom:6px;}
.item-wrap .item-cont .item-list .prd-price {font-weight:bold;}
.item-wrap .item-cont .item-list dd { text-align: left; position: relative;}
.item-wrap .item-cont .item-list dd ul { margin: 10px 0; }
.item-wrap .item-cont .item-list .color,
.item-wrap .item-cont .item-list .preview {margin-top: 6px;}

.item-wrap .wp25 { width: 20%; float: left; }
.item-wrap .wp25 .item-list { width: 90%; }

.item-wrap .item-page { margin-top: 50px; text-align: center; }
.item-wrap .item-page a { padding: 0 5px }
.item-wrap .item-page a:hover, .item-wrap .item-page a.now { color: #111; font-weight: bold; letter-spacing: -1px; }

/* 메인 신상 추천 스페셜 타이틀 */
.item-wrap h2 { text-align: center; font-size: 18px; color: #1e1e1e; padding: 10px 15px; margin: 30px auto; }










/* BASIC css end */

