@charset 'UTF-8';
@import url(font-awesome.min.css);
/*
	@import url(font.css);
	Hyperspace by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/





/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0;
		-font-weight: inherit;
		-font-style: inherit;
		font-family: inherit;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	audio, canvas, iframe, img, svg, video { vertical-align: middle; }
	fieldset { border: 0; margin: 0; padding: 0; }
	textarea { resize: vertical; }

	body {
		line-height: 1;
	}

	ol, ul, li, si {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	*:focus{ 
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		outline: 0 none;
	 }
	a {outline:none; select-dummy: expression(this.hideFocus=true);}
	a, a:visited, a:active, a:hover { text-decoration:none; }


	html {
		color: #303030; font-size: 1em; font-family:"NotoSansKR","Segoe UI", Helvetica, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", Arial, sans-serif;-font-family:'NotoSansKR', sans-serif; line-height: 1; font-weight: 100; letter-spacing:0.00em; width:100%; height:100%;
	}

	body,input,textarea,select
	{
		-webkit-text-stroke: 0.1px;
	}

	body{ background-color:#ffffff; overflow-x:hidden; width:100%; height:100%; border:0px;line-height: 1;}


/*=================================================
 기타 UTILITY CSS
===================================================*/
.fit{width:100%;}.hidden { display: none !important; visibility: hidden; }


.visuallyhidden {
    border: 0; clip: rect(0 0 0 0);
    height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
	visibility:hidden;
}.clearfix:after { clear: both; }

.browserupgrade {
    margin: 0.2em 0; background: #ffff9c; border:1px solid #ce9c00;
    color: #000; padding: 0.2em 0; text-align: center; font-size:9pt;
}

.container {width:100%;height:100%;margin:0px auto;padding:0px 0px 0px 0px;}
.outer {display:table; width:100%; height:100%;}
.inner {display:table-cell; vertical-align: middle;	text-align:center; }
.centered {	position:relative; display:inline-block; width:100%; padding:0em;}

.nopadding{padding:0px 0px 0px 0px;}
.nomargin{margin:0px 0px 0px 0px;}

.ft-lg{font-size:30px;}.ft-md{font-size:18px;}.ft-ms{font-size:16px;}.ft-sm{font-size:14px;}.ft-xs{font-size:12px;}
.fc-sliver{color:#efefef;}.fc-gray{color:#929292;}.fc-red{color:#e90019;}.fc-black{color:#000;}
.ft-thin{font-weight:50;}.ft-bold{font-weight:100;}.ft-thin-2x{font-weight:200;}.ft-thin-4x{font-weight:400;}.ft-thin-6x{font-weight:600;}

/* fontweight */
.fontweight1 { font-weight: 100;}
.fontweight2 { font-weight: 200;}
.fontweight3 { font-weight: 300;}
.fontweight4 { font-weight: 400;}
.fontweight5 { font-weight: 500;}

.shoppingcart {
    position:fixed;
    top:0px;
    left:1440px;
	cursor:pointer;
	z-index:50000;
}
.shoppingcart > span {
    font-size: 0.875em;
    line-height: 20px;
    text-align: center;
    color: #1c75ed;
    width: 20px;
    height: 20px;
    position: absolute;
    top:37px;
    right:3px;
    background-color: white;
    border-radius : 10px;
}
.shoppingcart_tooltip{
    position:fixed;
	opacity:0;
	display:none;
    top:0px;
    left:900px;
	width:540px;
	height:60px;
	background-color:#1c75ed;
	color:#fff;
	line-height:60px;
	padding-left:60px;
	border-radius:0px 0px 0px 30px;
	z-index:50000;
}

.shoppingcart_tooltip button{
	position:absolute;
	line-height:1;
	right:40px;
	top:20px;
	background-color:#fff;
	color:#1c75ed;
	padding:4px 10px 4px 10px;
	border:0px;
	border-radius:4px;
	margin-left:20px;
	cursor:pointer;
}



/* first tab footer-lang*/
#footer-lang{display:none;}
#footer-lang ~ div.tab_item.lang{display:none;}
/*#footer-lang:checked ~ div.tab_item.lang{display:block;}*/

/* second tab footer-site*/
#footer-site{display:none;}
#footer-site~div.tab_item.site{display:none;}
/*#footer-site:checked ~ div.tab_item.site{display:block;}*/

/* 탭 모양 구성 */
section.footer-btn {
	position:relative;
	float:left;
	bottom: 0;
	width:800;
}
section.footer-btn > label {
	float:right;
	display: block;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 0.875em;
	color: #747474;
	-border-top: 1px solid #cdcdcd;
	box-sizing: border-box;
	background-color: #fff;
	cursor:pointer;
}
/*#footer-lang:checked ~ section.footer-btn > label:nth-of-type(1){font-weight:300;}
#footer-site:checked ~ section.footer-btn > label:nth-of-type(2){font-weight:300;}*/

.tab_item > ul {
	position:fixed;
	bottom: 60px;
}        
.tab_item.lang > ul {
	left:1180px;
}
.tab_item.site > ul {
	left:1010px;
}

.tab_item > ul > li {
	list-style: none;
}
.tab_item > ul > li > a {
	display:block;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration:none;
	font-size: 0.875em;
	color: #747474;
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	box-sizing:border-box;
	background-color:#fff;
}
.tab_item > ul > li > a:hover {
	background-color: #2c2c2c;
	color: #747474;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after { content: ""; }

    pre,
    blockquote { border: 1px solid #999; page-break-inside: avoid; }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead { display: table-header-group; }

    tr,
    img { page-break-inside: avoid;}
    img { max-width: 100% !important; }

    p,
    h2,
    h3 {orphans: 3; widows: 3;}

    h2,
    h3 {page-break-after: avoid;}
}







