@charset "utf-8";
@import url('motion.css');

/* ------------------------------ common ------------------------------ */
* {
	margin: 0; padding: 0;
	font-family: 'Nanum Gothic'; color: #555; letter-spacing: -0.04em;
	word-break: keep-all;
	box-sizing: border-box;
	 -webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;

    -webkit-tap-highlight-color: rgba( 1, 108, 136, 0 );
    -moz-tap-highlight-color:    rgba( 1, 108, 136, 0 );
    -ms-tap-highlight-color:     rgba( 1, 108, 136, 0 );
    -o-tap-highlight-color:      rgba( 1, 108, 136, 0 );
}
::selection {
	/*background-color: #b39965; color: #fff;*/
	background-color: transparent;
}
a:link, a:hover, a:active, a:visited { color: #333; text-decoration: none; }
ul, li {
	list-style: none;
}
*[onclick] {
	cursor: pointer;
}

::-webkit-input-placeholder  { color: #ccc; }
::-moz-placeholder  { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }

/* ------------------------------ preloader ------------------------------ */
#preloader {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10102; width: 100%; height: 2000px; background-color: #fff;
}
#preloader > section.mask {
	width: 100%; height: auto; background-color: #fff;
	opacity: 0.6; filter: alpha(opacity=60);
}
#preloader > section.status {
    width: 120px; height: 120px;
    position: fixed; top: 20%; left: 50%; cursor: default;
	margin-left: -60px;

	border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid #b39965;
    border-top: 6px solid #b39965;
	border-radius: 50%;

    -webkit-animation:	spin .6s infinite linear;
    -moz-animation:		spin .6s infinite linear;
    -ms-animation:		spin .6s infinite linear;
    -o-animation:		spin .6s infinite linear;
    animation:			spin .6s infinite linear;
}
#preloader p {
	position: fixed; top: 35%; left: 50%; cursor: default;
	width: 300px; margin-left: -150px;
	text-transform: capitalize;
	color: #b39965;
	font-family: 'Lato';
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

/* ------------------------------ header ------------------------------ */
header {
	margin: 0;
	background-color: #eee;
}
header > .header-top {
	background-color: #000; height: 40px;
}
.notice-container {
	height: 20px; float: left; margin-top: 10px; overflow: hidden;
}
.notice-list{
	margin: 0;
	width: 500px; height: auto;
	position: relative;
}
.notice-list li {
	height: 20px; line-height: 20px;
}
ul.notice-list li a {
	color: #fff;
	font-size: 13px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header > .header-top .search-container {
	width: 240px; height: 40px;
	float: right; position: relative; top: 0;
}
.search-icon-group {
	width: 40px; height: 40px; cursor: pointer;
	position: absolute; top: 0; right: 0;
	border-left:	1px solid rgba(255, 255, 255, .2);
    border-right:	1px solid rgba(255, 255, 255, .2);
}
.mainSearchArea {
	width: 200px; height: 40px; overflow: hidden; display: none;
	position: absolute; top: 0; left: -201px;
}
#mainSearch {
	/*margin: 0; padding: 0;
	font-size: 13px;
	margin: 8px 0 0 200px; padding: 0 10px;
	width: 200px; height: 24px;*/
}

.search-icon-group > .search-icon {
	width: 18px; height: 18px; margin: 11px;
	background-color: transparent;
	background-image: url('/resource/mall/images/sprites.png');
	background-position: -168px -100px;
	border: 0; outline: none; z-index: 100;
}

header > .header-container {
	position: relative; z-index: 100;
}
header > .header-container:after {
	content:''; display: block; clear: both;
}
header > .header-container > section {
	text-align: center;
}
header > .header-container > section:after {
	content:''; display: block; clear: both;
}
header > .header-container > section .nav-btn {
	width: 19px; height: 16px;
	display: none; cursor: pointer; overflow: hidden;
	margin: 15px 0 0 20px; float: left;
	background-image: url('/resource/mall/images/nav-icons.png');
}
header > .header-container > section .nav-btn.gnb-open {
	width: 17px;
	background-position: -24px 0;
}

header > .header-container > section > h1 {
	width: 306px; height: 106px; margin: 40px auto; cursor: pointer;
	text-indent: -10000px;
	background-image: url('/resource/mall/images/logo.png');
}
.header-container > section > div.dim { display: none; }
header > .header-container > section .gnb-container {
	margin: 0 auto;
}


header > .header-container > section .lnb {
	display: inline-table; margin: 0;
}
header > .header-container > section .lnb > li {
	display: block; float: left;
}
header > .header-container > section .lnb > li:hover > a {
	color: #b39965;
}
header > .header-container > section .lnb > li > a {
	font-size: 11px;
	font-weight: 700;
	padding: 0 10px;
	border-right: 2px solid #ccc;
}
header > .header-container > section .lnb > li:last-of-type > a { border-right: 0; }


header > .header-container > section .gnb {
	display: inline-table; position: relative; margin-left: 0;
	border-bottom: 1px solid #ccc;
}
header > .header-container > section .gnb > li > a {
	
}
header > .header-container > section .gnb > li > a > b {
	display: inline-block; width: 20px; height: 20px; line-height: 20px;
	position: absolute;
	top: 5px; right: -15px;
	background-color: #b39965;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	cursor: pointer;
}
header > .header-container > section .gnb > li > a > span {
	display: block;
	font-family: 'Lato';
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}
header > .header-container > section .gnb > li > a > span > i {
	display: inline-block; margin-left: 10px;
	color: #000;
}

header > .header-container > section .gnb > li {
	height: 30px; display: inline-block; float: left; position: relative; margin-right: 5px;
}
header > .header-container > section .gnb > li:last-of-type { margin-right: 0; }

header > .header-container > section .gnb > li > a {
	width: 100%; height: 100%; line-height: 30px; font-size: 15px; color: #333; display: inline-block;
}
header > .header-container > section .gnb > li:hover a {}
header > .header-container > section .gnb > li a.active { font-weight: bold; color: #333; }
header > .header-container > section .gnb > li > a > span {
	margin: 0 10px; color: #000;
}
header > .header-container > section .gnb > li > ul {
	display: none; width: 140px; margin-left: -70px;
	position: absolute; left: 50%; 
	background-color: #eee;
	border: 1px solid #b39965; border-top: none;
}
header > .header-container > section .gnb > li > ul > li a {
	font-size: 12px; line-height: 30px; color: #333; display: block;
}
header > .header-container > section .gnb > li:hover > ul { display: block; }

header > .header-container > section .gnb > li > ul > li:hover { background-color: #b39965; }
header > .header-container > section .gnb > li > ul > li:hover > a,
header > .header-container > section .gnb > li > ul > li:hover > a > span { color: #fff; }


header > .header-container > section .search-btn { margin: 10px 20px 0 0; width: 17px; height: 17px; float: right; display: none; }
header > .header-container > section .search-btn a {
	width: 100%; height: 100%; display: block;
	position: relative; top: 5px;
	background: url('/resource/mall/images/nav-icons.png') no-repeat;
	background-position: -40px 0;
}


header > .header-container > section .search-container {
	clear: both; display: none;
	width: 100%; height: 0;
	position: absolute; top: 50px; left: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    background-color: #fff; overflow: hidden;
}
header > .header-container > section .search-container.searchOpen { height: 45px; }
header > .header-container > section .search-container .search-input {
	width: 100%; height: 45px;  font-size: 14px; box-shadow: none; margin: 0;
	background-color: #fff; color: #a9a9a9;
	box-sizing: border-box; border: none; padding-left: 10px; border-bottom: 1px solid #d9d9d9;
}
header > .header-container > section .search-container .searchGo {
	width: 50px; height: 44px; padding: 0; margin: 0;
	position: absolute; top: 0; right: 0;
	border: 0; outline: none; border-left: 1px solid #d9d9d9; box-sizing: border-box; background-color: #fff; color: #a9a9a9; cursor: pointer;
}



header > .header-container > section .gnb > li > a {
	cursor: default;
}
header > .header-container > section .gnb > li:nth-of-type(1) a,
header > .header-container > section .gnb > li:nth-of-type(4) a,
header > .header-container > section .gnb > li:nth-of-type(5) a,
header > .header-container > section .gnb > li:nth-of-type(6) a {
	cursor: pointer;
}


/* ------------------------------ header switch ------------------------------ */
header > .header-switch {
	display: none; position: fixed; top: -100px; left: 0; right: 0; z-index: 10100;
	background-color: #eee; border-bottom: 1px solid #ccc;
	
	-webkit-transition: all .2s ease-out;
    -moz-transition:    all .2s ease-out;
    -o-transition:      all .2s ease-out;
    transition:         all .2s ease-out;

    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.20);
    -ms-box-shadow:     0px 1px 5px rgba(0, 0, 0, 0.20);
    -o-box-shadow:      0px 1px 5px rgba(0, 0, 0, 0.20);
    box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.20);
    /*opacity: 0;*/
}
header > .header-switch.active {
	top: 0; /*opacity: 1;*/
}

header > .header-switch h1 {
	width: 77px; height: 27px; margin: 21px 0 0 0; cursor: pointer;
	text-indent: -10000px; float: left;
	background-image: url('/resource/mall/images/logo_small.png');

	/*width: 194px; height: 48px; margin: 8px 0 0 0; cursor: pointer;
	text-indent: -10000px; float: left;
	background-image: url('/resource/mall/images/logo.png');*/
}
header > .header-switch .gnb-container {
	float: right; padding: 0; text-align: center;
}

header > .header-switch .gnb-container > .lnb {
	margin: 0; float: right;
}
header > .header-switch .gnb-container > .lnb > li {
	display: block; float: left;
}
header > .header-switch .gnb-container > .lnb > li:hover > a {
	color: #b39965;
}
header > .header-switch .gnb-container > .lnb > li > a {
	font-size: 11px;
	font-weight: 700;
	padding: 0 10px;
	border-right: 2px solid #ccc;
}
header > .header-switch .gnb-container > .lnb > li:last-of-type > a { border-right: 0; }


header > .header-switch .gnb-container > .gnb {
	display: inline-table; position: relative; top: 7px; margin: 0;
}
header > .header-switch .gnb-container > .gnb > li > a {
	
}
header > .header-switch .gnb-container > .gnb > li > a > b {
	display: inline-block; width: 20px; height: 20px; line-height: 20px;
	position: absolute;
	top: 5px; right: -15px;
	background-color: #b39965;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	cursor: pointer;
}
header > .header-switch .gnb-container > .gnb > li > a > span {
	display: block;
	font-family: 'Lato';
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}
header > .header-switch .gnb-container > .gnb > li > a > span > i {
	display: inline-block; margin-left: 10px;
	color: #000;
}

header > .header-switch .gnb-container > .gnb > li {
	height: 30px; display: inline-block; float: left; position: relative; margin-right: 5px;
}
header > .header-switch .gnb-container > .gnb > li:last-of-type { margin-right: 0; }

header > .header-switch .gnb-container > .gnb > li > a {
	width: 100%; height: 100%; line-height: 30px; font-size: 15px; color: #333; display: inline-block;
}
header > .header-switch .gnb-container > .gnb > li:hover a {}
header > .header-switch .gnb-container > .gnb > li a.active { font-weight: bold; color: #333; }
header > .header-switch .gnb-container > .gnb > li > a > span {
	margin: 0 10px; color: #000;
}
header > .header-switch .gnb-container > .gnb > li > ul {
	display: none; width: 140px; margin-left: -70px;
	position: absolute; left: 50%; 
	background-color: #eee;
	border: 1px solid #b39965; border-top: none;
}
header > .header-switch .gnb-container > .gnb > li > ul > li a {
	font-size: 12px; line-height: 30px; color: #333; display: block;
}
header > .header-switch .gnb-container > .gnb > li:hover > ul { display: block; }

header > .header-switch .gnb-container > .gnb > li > ul > li:hover { background-color: #b39965; }
header > .header-switch .gnb-container > .gnb > li > ul > li:hover > a,
header > .header-switch .gnb-container > .gnb > li > ul > li:hover > a > span { color: #fff; }
header > .header-switch .gnb-container > .gnb > li > a {
	cursor: default;
}
header > .header-switch .gnb-container > .gnb > li:nth-of-type(1) a,
header > .header-switch .gnb-container > .gnb > li:nth-of-type(4) a,
header > .header-switch .gnb-container > .gnb > li:nth-of-type(5) a,
header > .header-switch .gnb-container > .gnb > li:nth-of-type(6) a {
	cursor: pointer;
}


@media screen and ( min-width: 801px ) {
	header > .header-switch { display: block; }
}

/* ------------------------------ article ------------------------------ */
.content-container hgroup h2, .content-container hgroup h3 {
	margin: 0; padding: 0;
}
.content-container hgroup {
	margin: 50px 0;
}
.content-container hgroup h2 {
	cursor: default;
	text-align: center;
	font-size: 60px;
	font-family: 'Arvo';
	letter-spacing: -0.1em;
	text-transform: capitalize;
}
.content-container hgroup h3 {
	cursor: default;
	text-align: center;
	font-size: 30px;
	font-family: 'Nanum Gothic';
	letter-spacing: -0.05em;
	font-weight: 600;
	text-transform: capitalize;
}
.content-container hgroup h3:first-letter {
	font-weight: 700;
}

@media screen and (max-width: 800px) {
	.content-container hgroup h2 {
		font-size: 34px;
	}
	.content-container hgroup h3 {
		font-size: 20px;
	}
}


/* ------------------------------ footer ------------------------------ */
footer {
	clear: both; background-color: #000;
	padding: 20px 0;
}
footer *, footer a { color: #fff !important; font-size: 12px !important; font-family: 'Nanum Gothic'; }

.footer-container * :not(a) {
	cursor: default;
}
.footer-container > section > ul > li > button {
	background-color: rgba(255, 255, 255, 0);
	outline: none;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}

footer > .footer-container {
	padding: 20px;
}
footer > .footer-container > section {
	padding: 5px 0; margin: 5px 0;
}
.footer-container ul { margin-left: 0; }

.information-link:after { content: ''; display: block; clear: both; height: 20px; }
.information-link > li {
	float: left;
	margin-right: 20px;
}
.information-link > li:last-of-type { margin-right: 0; }

.information-company > li:first-of-type { margin-bottom: 20px; }
.information-company > li:last-of-type { margin-top: 20px; }
.information-company > li > address { display: inline-block; font-style: normal; }

.information-payment > li:nth-of-type(3n) {
	margin-bottom: 20px;
}


.copyright {
	cursor: default;
	font-family: 'Lato';
	text-transform: uppercase;
	letter-spacing: -0.02em;
}



#top-btn {
	width: 50px; height: 50px; line-height: 42px; z-index: 6; cursor: pointer;
	position: fixed; bottom: -100px; right: 30px;
	border-radius: 50%; border: 1px solid #dedede; text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow:    5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -ms-box-shadow:     5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -o-box-shadow:      5px 5px 10px rgba( 0, 0, 0, 0.2 );
    box-shadow:         5px 5px 10px rgba( 0, 0, 0, 0.2 );
	-webkit-transition: all .4s ease-out;
    -moz-transition:    all .4s ease-out;
    -o-transition:      all .4s ease-out;
    transition:         all .4s ease-out;
    opacity: 0;
}
#top-btn.active { bottom: 30px; opacity: 1; }

#kakao-talk {
    width: 50px; height: 50px; z-index: 6; cursor: pointer; text-align: center;
    position: fixed; bottom: 30px; right: 30px;
    border-radius: 50%; border: 1px solid #dedede; text-align: center;
    background-color: #fbe300;
    -webkit-box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -moz-box-shadow:    5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -ms-box-shadow:     5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -o-box-shadow:      5px 5px 10px rgba( 0, 0, 0, 0.2 );
    box-shadow:         5px 5px 10px rgba( 0, 0, 0, 0.2 );
    -webkit-transition: all .4s ease-out;
    -moz-transition:    all .4s ease-out;
    -o-transition:      all .4s ease-out;
    transition:         all .4s ease-out;
    opacity: .8;
}
#kakao-talk.active { bottom: 100px; }
#kakao-talk > i {
    font-size: 25px !important; color: #3b1e1e !important; line-height: 45px;
}
#kakao-talk:hover {
    opacity: 1;
}

/* ------------------------------ public class ------------------------------ */
.font-red { color: #a00; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-bold { font-weight: bold; }

.float-clear { clear: both; }
.ellips {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.space-20 { clear: both; height: 20px; }
.space-30 { clear: both; height: 30px; }
.space-40 { clear: both; height: 40px; }
.space-50 { clear: both; height: 50px; }
.space-70 { clear: both; height: 70px; }

.no-data {
	color: #a00; font-weight: bold;
	text-align: center;
}

.line {
	height: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.color-kakao {
	color: #ffe932 !important;
}
.color-naver {
	color: #61c457 !important;
}


.txt-upper {
	text-transform: uppercase;
}

/* ------------------------------ pagination ------------------------------ */
.paging ul.page-numbers {
	padding: 0; margin: 30px auto; width: 320px; height: 28px;
	border: none;
    white-space: nowrap;
	text-align: center;
}
.paging ul.page-numbers li {
	display: inline-block;
	border: none;
    position: relative;
    margin: 0; padding: 0;
    float: left;
    overflow: hidden;
}
.paging ul.page-numbers li:not(:first-child):before {
	content: "";
    width: 1px;
    height: 19px;
    background: #e5e5e5;
    position: absolute;
    top: 5px;
    left: 0px;
}
.paging ul.page-numbers li a {
	font-family: 'Arvo';
	color: #555;
    font-size: 16px;
    display: inline-block;
    height: 28px;
    width: 28px;
    padding: 5px 0 0 0;
    margin: 0 6px 8px 6px;
    line-height: 19.5px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    font-weight: 400;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.paging ul.page-numbers li a.page-numbers:hover,
.paging ul.page-numbers li a.page-numbers:hover i {
	color: #b39965;
	background: transparent;
    border-color: transparent;
}
.paging ul.page-numbers li a.page-numbers:not(.arrow):hover {
	border: 1px solid #b39965;
}
.paging ul.page-numbers li a.active {
	background-color: #000; color: #fff;
	cursor: default;
}



/* ------------------------------ media query ------------------------------ */
@media screen and (max-width: 800px) {
	header { background-color: #fff; padding-top: 20px; }
	header > .header-top { display: none; }
	header > .header-container {
		position: fixed; top: 0; left: 0; right: 0; height: 50px; background-color: #fff; z-index: 100;
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition:    all 0.2s ease-in-out;
	    -o-transition:      all 0.2s ease-in-out;
	    transition:         all 0.2s ease-in-out;
	}
	header > .header-container > section {
		width: 100%; height: 50px; text-align: left; position: absolute;
		border-bottom: 1px solid #d9d9d9;
	}
	header > .header-container > section .search-btn { display: block; }
	header > .header-container > section .search-container { display: block; }
	header > .header-container > section .nav-btn { display: block; }
	header > .header-container > section > h1 {
		width: 77px; height: 27px; margin: 11px auto 0;
		background-image: url('/resource/mall/images/logo_small.png');
	}
	.header-container > section > div.dim {
		display: none;
		position: fixed; top: 50px; left: 0; right: 0; bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}
	header > .header-container > section .gnb-container {
		width: 320px; height: 5000px; z-index: 7;
		position: absolute; top: 100%; left: -320px; bottom: 0;
		border-top: 1px solid #d9d9d9;

		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition:    all 0.2s ease-in-out;
	    -o-transition:      all 0.2s ease-in-out;
	    transition:         all 0.2s ease-in-out;
	}
	header > .header-container > section .lnb {
		float: left; display: block; margin-left: 0;
		width: 110px; height: 5000px;
		font-size: 11px; line-height: 38px;
		padding-top: 10px; background-color: #fff; border-right: 1px solid #d9d9d9;
	}
	header > .header-container > section .lnb > li {
		width: 100%;
	}
	header > .header-container > section .lnb > li > a {
		padding-right: 0;
		border-right: 0;
		padding: 0 20px;
		display: block;
	}
	header > .header-container > section .lnb > li:hover > a { color: #333; }


	.float-clear.desktop { display: none; }

	header > .header-container > section .gnb {
		float: left; padding-top: 10px; width: 205px; height: 5000px; position: relative; z-index: 5;  border-right: 1px solid #d9d9d9; background-color: #fff;
	}
	header > .header-container > section .gnb > li {
		height: auto; display: block; float: none; position: relative; border-bottom: none;
	}

	header > .header-container > section .gnb > li > a {width: 100%; height: auto; line-height: 38px; font-size: 14px; color: #333; display: block}
	header > .header-container > section .gnb > li:hover a {}
	header > .header-container > section .gnb > li a.active {font-weight: bold; color: #333}
	header > .header-container > section .gnb > li > a.hasSub {
		background-image: url('/resource/mall/images/nav-icon-arrow-down.png');
		background-repeat: no-repeat;
		background-position: center right 30px;
	}
	header > .header-container > section .gnb > li > a.hasSub.on {
		background-image: url('/resource/mall/images/nav-icon-arrow-up.png');
	}

	header > .header-container > section .gnb > li > a > b { top: 9px; left: 154px; }
	header > .header-container > section .gnb > li > a > span { margin: 0 30px; }
	header > .header-container > section .gnb > li > a > span > i { display: none; }
	header > .header-container > section .gnb > li > ul {
		padding-bottom: 15px; width: auto; background-color: #fff; position: relative; left: auto; margin-left: 0; border: none; display: none;
	}

	header > .header-container > section .gnb > li > ul > li {
		margin: 0 30px;
	}

	header > .header-container > section .gnb > li > ul > li:hover { background-color: #fff; }
	header > .header-container > section .gnb > li > ul > li:hover > a,
	header > .header-container > section .gnb > li > ul > li:hover > a > span { color: #767676; }

	header > .header-container > section .gnb > li > ul > li a { font-size: 12px; line-height: 30px; color: #767676; }
	header > .header-container > section .gnb > li:hover > ul { display: none; }
	header > .header-container > section .gnb > li.sub-open > ul { display: block; }
}


/* ------------------------------ popup ------------------------------ */
.modal * { font-family: 'Nanum Gothic'; }
.modal {
	font-family: 'Nanum Gothic';
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10101; width: 100%; height: 2000px; background-color: rgba( 0, 0, 0, .6 );
	display: none;
}
.modal > section.mask {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
}
.modal > .modal-container {
    width: 50%;
    position: fixed; top: 20%; left: 50%;

    -webkit-transform:	translate(-50%, 0);
    -moz-transform:		translate(-50%, 0);
    -ms-transform:		translate(-50%, 0);
    -o-transform:		translate(-50%, 0);
    transform:			translate(-50%, 0);

    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.modal > .modal-container > .modal-header,
.modal > .modal-container > .modal-body,
.modal > .modal-container > .modal-footer {
	clear: both; padding: 10px 0; margin: 10px 0;
}
.modal > .modal-container > .modal-body {
	border-top: 1px solid #eee; border-bottom: 1px solid #eee;
	font-size: 13px;
	padding: 20px 0;
}
.modal > .modal-container > .modal-header > .modal-title {
	float: left;
	padding-bottom: 10px;
}
.modal > .modal-container > .modal-header > .modal-title > span {
	display: inline-block; width: 20px; height: 20px; line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #333;
	font-weight: bold;
}
.modal > .modal-container > .modal-header > .modal-close,
.modal > .modal-container > .modal-footer > .modal-close {
	float: right; cursor: pointer;
}
.modal > .modal-container > .modal-footer {
	clear: both;
}
/* search modal */
.modal-search * { font-family: 'Nanum Gothic'; color: #fff; }
.modal-search {
	font-family: 'Nanum Gothic';
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10101; width: 100%; height: 2000px; background-color: rgba( 0, 0, 0, .6 );
	display: none;
}
.modal-search > section.mask {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0;
}
.modal-search > .modal-container {
    width: 80%;
    position: fixed; top: 20%; left: 50%;

    -webkit-transform:	translate(-50%, 0);
    -moz-transform:		translate(-50%, 0);
    -ms-transform:		translate(-50%, 0);
    -o-transform:		translate(-50%, 0);
    transform:			translate(-50%, 0);

    border-radius: 5px;
    background-color: transparent;
}
.modal-search > .modal-container > .modal-header,
.modal-search > .modal-container > .modal-body,
.modal-search > .modal-container > .modal-footer {
	clear: both; padding: 10px 0; margin: 10px 0;
}
.modal-search > .modal-container > .modal-body {
	font-size: 13px;
}
.modal-search > .modal-container > .modal-body input[name="search-word"] {
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.modal-search > .modal-container > .modal-header > .modal-title {
	float: left;
	padding-bottom: 10px;
}
.modal-search > .modal-container > .modal-header > .modal-title > span {
	display: inline-block; width: 20px; height: 20px; line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	font-weight: bold;
}
.modal-search > .modal-container > .modal-header > .modal-close,
.modal-search > .modal-container > .modal-footer > .modal-close {
	float: right; cursor: pointer;
}
.modal-search > .modal-container > .modal-footer {
	clear: both;
}
@media screen and (max-width: 800px){
	.modal > .modal-container {
		width: 90%;
	}
	.modal-search {
		display: none;
	}
}

.btn-default {
	color: #333; font-size: 13px; letter-spacing: -.05em; padding: 5px 10px;
	border: 1px solid #eee; border-radius: 5px; background-color: transparent;
	margin: 0;
	outline: none;
}


/* ------------------------------ nation ------------------------------ */
.nation {
	margin: 10px 5%;
	background-color: #fff;
	padding: 5px 10px;
}


.nation > .nation_usa, .nation > .nation_uk, .nation > .nation_turkey,
.nation > .nation_italy {
	display: inline-block; width: 32px; height: 32px;
	background-image: url('/resource/mall/images/sprites.png');
	border-radius: 50%;
	margin-right: 10px;
}
.nation > .nation_info {
	display: inline-block;
	font-size: 12px;
	position: relative; top: -2px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nation > .nation_italy {
	background-position: -439px -1239px;
}
.nation > .nation_uk {
	background-position: -439px -1103px;
}
.nation > .nation_turkey {
	background-position: -439px -1424px;
}

/* ------------------------------ price sale ------------------------------ */
.img-group {
	position: relative;
}
.price-sale > span {
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	font-size: 11px;
	color: #a41016;
	font-weight: 700;
}
.icon-sale {
	position: absolute; top: 0; right: 8px; z-index: 10;
	letter-spacing: -0.15em;
	font-family: 'Lato';
	font-size: 30px;
	font-weight: 900;
	padding: 0 10px;

	background: #fb4d42;
    background: -webkit-linear-gradient(left top, #fb4d42, #a41016);
    background: -moz-linear-gradient(bottom right, #fb4d42, #a41016);
    background: -o-linear-gradient(bottom right, #fb4d42, #a41016);
    background: linear-gradient(to bottom right, #fb4d42, #a41016);

    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.24);
    -moz-text-shadow:    0 1px 2px rgba(0,0,0,0.24);
    text-shadow:         0 1px 2px rgba(0,0,0,0.24);

	-webkit-background-clip:text;
	-moz-background-clip:	text;
	-o-background-clip:		text;
	background-clip:		text;

	-webkit-text-fill-color:transparent;
	-moz-text-fill-color:	transparent;
	-o-text-fill-color:		transparent;
}
.icon-sale > span {
	position: absolute; top: 10px; right: -7px; z-index: 11;
	font-size: 15px;

	background: inherit;
    background: inherit;
    background: inherit;
    background: inherit;
    background: inherit;

    -webkit-text-shadow: inherit;
    -moz-text-shadow:    inherit;
    text-shadow:         inherit;

	-webkit-background-clip:text;
	-moz-background-clip:	text;
	-o-background-clip:		text;
	background-clip:		text;

	-webkit-text-fill-color:transparent;
	-moz-text-fill-color:	transparent;
	-o-text-fill-color:		transparent;
}