/*
Theme Name: auroratheme
Author: gfkorea
Author URI: http://aurora-leon.com
Version: 2.0

*/

@import url(./css/font.css);
@import url(./css/reset.css);
@import url(./css/headers.css);
@import url(./css/footers.css);
@import url(./css/main.css);
@import url(./css/product.css);
@import url(./css/contact-us.css);
@import url(./css/join-us.css);
@import url(./css/mylogin.css);
@import url(./css/knowledge.css);
@import url(./css/distributorship.css);
@import url(./css/brochure.css);


/* ================================================ */

#wpadminbar, .nojq, .nojs,
#clc-loginform, #clc-tempalates, #clc-layout, #clc-background, .clc-preview-event {display:none;}

/* General Layout */

body { background:#fff !important; position:relative; }

body.home page-template-default {
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}



.header {
	width:100%;
	margin:0;
	padding:0;
	padding-top:0px;
	border-bottom:0px solid #df1e39;
	text-align:center;
	z-index:100;
	background-color:#fff;
	padding-bottom:0px;
	box-sizing:border-box;
}
.header-home,
.header-page {
	width:100%;
	height:70px;
	margin:0;
	padding:10px 0;
	border-bottom:0px solid #df1e39;
	text-align:center;
	z-index:100;
	background-color:#000;
	box-sizing:border-box;
	position:fixed;
	top:0px;
}
.header-page {
    box-shadow: 0 3px 4px rgba(0,0,0,.15);
}


/* Header Layout */

.site-header {
	width:100%;
	display:inline-block;
	padding:0;
	margin:0;
	box-sizing:border-box;
	text-align:left;
}

/*nav.login-nav {
	width:100%;
	margin:0;
	margin-top:20px;
	padding:5px 0;
	border:0px solid red;
}*/
nav.login-nav {
    margin: 0;
	width:70%;
    padding: 5px 0;
    border: 0px solid red;
    position: absolute;
    top: 0;
    right: 100px;
}
nav.login-nav ul.login-out {
	width:70%;
	margin:0 auto;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
}
.space70 {
	height:70px;
}
.space40 {
	height:40px; 
}
.space20.pc {
	height:20px; 
}
.space-leon {
	height:40px; 
}

/* container */
.container {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
   /* position: fixed;*/
    box-sizing: border-box;
    border: 0px solid black;
}
.main-content {
	width:100%;
	margin:0;
	padding:0;
}
.main-content.sub-home {
    width: 70%;
	margin: 0 auto;
}
.main-container {
    width: 1400px;
	margin: 0 auto;
	box-sizing:border-box;
	border:0px solid red;
}
.main-container.leon-container {
    width: 100%;
}
.site-content {
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.footer {
	clear:both;
	width:100%;
	display:inline-block;
	margin:0;
	padding-top:5px;
	padding-bottom:50px;
	background-color:#000;
	box-sizing:border-box;
	text-align:center;
	display:none;
}

.site-footer {
	width:70%;
	margin:0 auto;
	padding-top:10px;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}



/* sub Column */
.main-column,
.sub-column {
	width: 100%;
	position:relative;
}

.sub-column .sub-column-head {
	width: 100%;
	margin-bottom:30px;
	margin-top:50px;
}

.sub-column .sub-column-head img {
	width: 100%;
}

.main-column h2.content-title,
.sub-column h2.content-title {
	width: 100%;
	font-family:  arial, sans-serif, 'Nanum','NanumSquare',  'Webcafe', '맑은 고딕', 'Malgun Gothic', 돋움, 굴림, Dotum, Gulim;  
	font-size:2.15em;
	color:#333;
	font-weight:600;
	/*border-bottom:0px solid #df1e39;*/
	text-transform: uppercase;
	box-sizing:border-box;
}
.sub-column .sub-content {
	width: 100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.sub-column .sub-content h3 {
	width: 100%;
	font-family:  arial, sans-serif, 'Nanum','NanumSquare',  'Webcafe', '맑은 고딕', 'Malgun Gothic', 돋움, 굴림, Dotum, Gulim; 
	font-size:1.8em;
	color:#333;
	font-weight:600;
	margin:40px 0 20px;
	padding:0 0px;
	box-sizing:border-box;
	border:0px solid red;
}
.sub-column .sub-content p {
	width: 100%;
	font-family:  arial, sans-serif, 'Nanum','NanumSquare',  'Webcafe', '맑은 고딕', 'Malgun Gothic', 돋움, 굴림, Dotum, Gulim; 
	font-size:1.5em;
	color:#333;
	margin:20px 0 5px;
	padding:0 0px;
	box-sizing:border-box;
	border:0px solid red;
}
.sub-column .sub-visual {
	margin-bottom:50px;
	position:relative;
	font-family:  arial, sans-serif, 'Nanum','NanumSquare',  'Webcafe', '맑은 고딕', 'Malgun Gothic', 돋움, 굴림, Dotum, Gulim; 
}


.side-nav { 
	width:100%; 
	padding:10px 0; 
	border-bottom:2px solid #df1e39; 
}
.main-content.sub-home .side-nav {
    width: 1200px;
    padding-top: 20px;
    text-align: center;
    border-bottom: 0px solid #df1e39;
}

.side-nav.children-links { 
	display:inline-block; 
}
.side-nav.children-links ul.pc { 
	display:inline-block; 
}
.side-nav.children-links ul { 
    width: 100%;
	display:inline-block; 
	position:relative;
}
.side-nav.children-links > ul > li { 
	display:inline-block; 
	float:left; 
	margin-bottom:-7px; 
}
.side-nav.children-links > ul > li > a {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.side-nav.children-links ul > li:hover > a {
     background-color: #f4f4f4; 
}

.side-nav.children-links > ul > li.current_page_parent > a,
.side-nav.children-links > ul > li.current_page_item > a { 
	border-left:2px solid #df1e39; 
	border-top:2px solid #df1e39; 
	border-right:2px solid #df1e39; 
	border-bottom:2px solid #fff; 
	color:#000; 
	font-weight:600; 
	background-color:#fff; 
}
.side-nav ul li ul.children { 
	display:none; 
}
.side-nav > ul > li.current_page_parent > ul.children {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 305%;
    left: 0;
	padding-left:20px;
	padding-right:20px;
}
.side-nav > ul > li.current_page_parent > ul.children li {
    display: inline-block;
	float:left;
}
.side-nav ul > li.current_page_parent > ul.children > li > a {
	font-size:13px; 
	color:#000; 
	font-weight:500; 
	background-color:#fff; 
    padding: 8px 20px;
	border-left:0px solid #df1e39; 
	border-top:0px solid #df1e39; 
	border-right:0px solid #df1e39; 
	border-bottom:0px solid #fff; 
    text-transform: uppercase;
}
.side-nav ul > li > ul.children > li:hover > a {
	background-color:#f4f4f4; 
}
.side-nav ul > li > ul.children > li.current_page_item > a {
	font-weight:600; 
	color:#fff; 
	font-weight:500; 
	background-color:#000; 
}





#MoveTop {
    width:35px;
    position:fixed;
    left:95%;
    top:85%;
    margin:0;
    padding:0;
    box-sizing:border-box;
    display:none;
    z-index:999999;
}
#MoveTop ul {
    width:100%;
    margin:0;
    padding:0;
    position:relative;
    box-sizing:border-box;
}
#MoveTop li {
    width:100%;
    position:relative;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#MoveTop li a {
    position:absolute;
    left:0;
    top:0;
    text-decoration:none;
}
#MoveTop li a img {
    width:100%;
}








.mobile { display:none; }

.bc-r { background-color:#df1e39; }
.bc-black { background-color:#000; }


/* ================================= */



@media all and (max-width:1400px) {


.main-container {
	width:100%;
}
.container {
    position: initial;
}

.site-header {
	width: 90%;
}
.site-content {
	width: 90%;
}
.site-content.contact-us {
	width: 90%;
}
.site-footer {
	width:90%;
}
nav.login-nav {
    width: 100%;
    right: 0;
}
nav.login-nav ul.login-out {
	width:90%;
	margin:0 auto;
	padding-right:20px;
	display:inline-block;
	text-align:right;
	box-sizing:border-box;
}


}



/* ================================= */




@media all and (max-width:767px) {



.site-content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.site-content.contact-us {
	width:100%; 
    padding-left: 5%;
    padding-right: 5%;
}
.main-column, .sub-column {
}

.side-nav { 
	width:100%; 
	padding:0 0 10px 0; 
	border-bottom:0px solid #df1e39; 
}
.main-content.sub-home .side-nav {
    width: 90%;
    padding-top: 20px;
	text-align:left; 
    border-bottom: 0px solid #df1e39;
}
.side-nav.children-links { 
	margin:0 auto; 
	display:block; 
	text-align:left; 
}
.side-nav.children-links > ul {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    border: 0px solid red;
    position: relative;
}
.side-nav.children-links > ul > li {
    float: left;
    margin: 10px 0;
    position: initial;
}
.side-nav.children-links > ul > li > a { 
	padding:10px 10px; 
	font-size:14px; 
	color:#333; 
	text-transform: uppercase; 
	background-color:#fff; 
	border-bottom:0px solid #df1e39; 
}

.side-nav.children-links > ul > li.current_page_parent {
    color: #fff;
    font-weight: 600;
    background-color: #fff;
	display:block;
	width:100%;
	padding:10px 0;
	background-color:#000; 
    text-align: center;
}
.side-nav.children-links ul > li.current_page_parent > a {
    border-left: 0px solid #df1e39;
    border-top: 0px solid #df1e39;
    border-right: 0px solid #df1e39;
    border-bottom: 0px solid #000;
    color: #fff;
    font-weight: 600;
    background-color: #000;
}.side-nav.children-links ul > li.current_page_item > a {
    border-left: 0px solid #df1e39;
    border-top: 0px solid #df1e39;
    border-right: 0px solid #df1e39;
    border-bottom: 0px solid #000;
    color: #000;
    font-weight: 600;
    background-color: #e8e8e8;
    border: 1px solid #999;
}
.side-nav ul > li.current_page_parent > ul.children {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -20px;
	padding-top:13px;
    border-top: 1px solid #d8d8d8;
}
.side-nav ul > li.current_page_parent > ul.children > li {
    display: inline-block;
    float: left;
    margin: 10px 0;
}
.side-nav ul > li > ul.children > li.current_page_item > a {
    font-weight: 600;
    color: #000;
    font-weight: 500;
    background-color: #e8e8e8;
    border: 1px solid #999;
	padding:5px 15px;
}
.sub-column .sub-column-head {
    margin-top: 20px;
}
.space20.mobile {
	height:20px; 
}
.space80.mobile {
	height:80px; 
    border-bottom: 1px solid #d9d9d9;
}

.main-column h2.content-title, .sub-column h2.content-title {
    width: 100%;
    font-family: arial, sans-serif, 'Nanum','NanumSquare',  'Webcafe', '맑은 고딕', 'Malgun Gothic', 돋움, 굴림, Dotum, Gulim;
    font-size: 1.8em;
    color: #333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}


.header-page { border-bottom:1px solid #d9d9d9; }

.mobile { display:block; }
.pc { display:none; }


}


