@charset "utf-8";

/* Normalize ------------------------------------------------ */
* { background-position: center center; background-repeat: no-repeat; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; }
body, p, h1, h2, h3, h4, h5, h6,dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select { -webkit-text-size-adjust: 100%;  }
em, address { font-style: normal; }
form { margin: 0; padding: 0; }
table { border-collapse : collapse; }
img { border: 0; -ms-interpolation-mode: bicubic; }

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer { cursor: pointer; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
svg:not(:root) { overflow: hidden; }
.reset, .reset li { margin: 0; padding: 0; list-style: none; } /* reset */

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
caption,
.reader,
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
caption { *display: none; }

/* Hiding */
.blind { position: absolute; left: -1000%; top: 0; width: 1px; height: 1px; font-size:0 ; line-height: 0; overflow: hidden; }
.invisible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.invisible:active,
.invisible:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Image Replacement */
.ir { position: relative; display: inline-block; overflow: hidden; text-decoration: none; background-repeat: no-repeat; background-position: center center; }
.ir span { position: absolute; z-index: -1; visibility: hidden; }

/* Page Break */
.page-break { page-break-before: always; }

/* Block UI ------------------------------------------ */

/* Preloader */
div.preloader { position: absolute; z-index: 1100; top: 50%; left: 50%; }
div.preloader span { display: block; width: 100px; border: solid 1px #ccc; text-align: center; }
div.preloaderbg { position: absolute; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background: #000; }

/* Block UI */
.js div.blockUI, .js div.lightbox { display: none; text-align: center; }
div.blockUI div.body, div.lightbox div.body { margin: 0px auto; margin: 0px auto; width: 400px; min-height: 320px; height: auto !important; height: 400px; background: #fff; text-align: left; }

/* Typhography ------------------------------------------ */

body, input, textarea, select, option { font-family: '나눔고딕', '맑은 고딕', nanumGothic, malgunGothic, AppleGothic, dotum, gulim, '돋움', '돋움체', '굴림', '굴림체', Arial, Helvetica, Sans-Serif; }
body { font-size: 13px; }

 input, textarea, select, option { color: #666; }
 .placeholder { color: #aaa; }

.gothic { font-family: '나눔고딕', '맑은 고딕', nanumGothic, malgunGothic, appleGothic, dotum, gulim, '돋움', '돋움체', '굴림', '굴림체'; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

small { font-size: 11px; }

/* Position subscript and superscript content without affecting line-height */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

del { text-decoration: line-through; }

textarea.textarea { font-size: 12px; }
small { font-size: 11px; }
i, .ico { font-style: normal; font-weight: normal; }
.strike { text-decoration: line-through; }
.keep-all, .nowrap { word-wrap: break-word; white-space: nowrap; word-break: keep-all; }
.pre, .break-all {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* Anchor ----------------------------------------------- */

a:link { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #666; }
a:active { text-decoration: none; color: #666; }

a:hover, a:active { outline: 0; } /* Imporove Readability */

/*
a[href^="http://"], a.external { padding-right: 20px; background: url('http://img.fashionpia.com/images/exhibit/outdoor/images/common/ico_external.gif') no-repeat center right; }
a[href^="mailto:"] { padding-right: 20px; background: url('http://img.fashionpia.com/images/exhibit/outdoor/images/common/ico_email.gif') no-repeat center right; }
a[href$=".pdf"] { padding-right: 20px; background: url('http://img.fashionpia.com/images/exhibit/outdoor/images/common/ico_pdf.gif') no-repeat center right; }
*/

a.outline:focus, input.outline:focus, button.outline:focus, textarea.outline:focus {
	outline: 3px solid #D7F07F;
}

/* CSS Transform Hover Anchor */
a.scale { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); }

/* Form ----------------------------------------------- */

/* Clear Fix ----------------------------------------------- */

.clear { clear: both; }
.clearfix { display: inline-block; *zoom: 1; }
.clearfix:after { visibility: hidden; display: block; content: " "; clear: both; height: 0; font-size: 0; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Display ----------------------------------------------- */

.show { display: block; }
.hide { display: none; }
.block { display: block; }
.fleft { float: left; }
.fright { float: right; }
.relative { position: relative; z-index: 2; }
.absolute { position: absolute; z-index: 3; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }

/* Print ----------------------------------------------- */
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* Carousel ----------------------------------------------- */
ul.carousel { z-index: 1; margin: 0px; padding: 0px; list-style: none; }
ul.carousel img { vertical-align: top; }
ul.carousel li { float: left; *float: none; margin: 0px; padding: 0px; line-height: 0px; } /* IE Bug */
div.carousel-pager { clear: both; position: relative; }
div.carousel-pager div.core { position: absolute; z-index: 2; left: 0px; top: 0px; }
div.carousel-pager a { position: relative; display: inline-block; text-align: center; overflow: hidden; text-decoration: none; }
div.carousel-pager a span { position: absolute; z-index: -1; visibility: hidden; }
div.carousel-nav { clear: both; position: relative; text-align: left; }
div.carousel-nav a { position: absolute; z-index: 100; top: 0px; left: 0px; display: inline-block; text-align: center; overflow: hidden; text-decoration: none; }
div.carousel-nav a span { position: absolute; z-index: -1; visibility: hidden; }

