/*========== 리셋 시작 ==========*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    font-family: 'Noto Sans KR', sans-serif;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

*{margin: 0;padding: 0; vertical-align: top;box-sizing: border-box;}
article, aside, dtails, figcaption, figure, footer, header, hgroup, menu, nav, section, header{
    display: block;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol, dl{list-style: none;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
table{border-spacing: 0;}
input,select{vertical-align: middle; margin: auto 0;}
label{cursor: pointer;display: inline;}
fieldset{border: 0;}
legend, caption{display: none;overflow: hidden;position: absolute;top: 0;left: -1000em;}
address,caption{font-style: normal;}
caption, th{text-align: left;}
/*========== 리셋 끝 ==========*/

/*img {-ms-interpolation-mode:bicubic;}*/


/*========== 폰트 ==========*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*========== 페이지별 CSS ==========*/



*{margin: 0;padding: 0; vertical-align: top;box-sizing: border-box;}
article, aside, dtails, figcaption, figure, footer, header, hgroup, menu, nav, section, header{
    display: block;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol, dl{list-style: none;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
table{border-spacing: 0;}
input,select{vertical-align: middle; margin: auto 0;}
label{cursor: pointer;display: inline;}
fieldset{border: 0;}
legend, caption{display: none;overflow: hidden;position: absolute;top: 0;left: -1000em;}
address,caption{font-style: normal;}
caption, th{text-align: left;}
/*========== 리셋 끝 ==========*/

html {
	scrollbar-3dLight-Color: #2A2A2A; 
	scrollbar-arrow-color: #2A2A2A; 
	scrollbar-base-color: #2A2A2A; 
	scrollbar-Face-Color: #2A2A2A; 
	scrollbar-Track-Color: #2A2A2A; 
	scrollbar-DarkShadow-Color: #2A2A2A; 
	scrollbar-Highlight-Color: #2A2A2A; 
	scrollbar-Shadow-Color: #2A2A2A;
	font-family: 'Noto Sans KR', sans-serif;
}

::-webkit-scrollbar {
	width: 12px;
}
 
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/* 공용시작 */
.table{
    display: table;
}
.table_cell{
    display: table-cell;
    vertical-align: middle;
}
/* 공용끝 */


/* 모바일 시작 */
@media all and (max-width:1000px) {
}
/* 모바일 끝 */




/*=====================  로딩이미지 시작 ============================*/
#loading_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
}
#loading_img .table {
  text-align: center;
  width: 100%;
  height: 100%;
}
#loading_img .table .table_cell{
  vertical-align: middle;
}
#loading_img li {
  display: block;
  margin: 0 auto;
}
#loading_img li[class*="l-"] {
  height: 4px;
  width: 4px;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 12px 2px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-animation: loader2 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader2 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader2 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader2 4s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}
#loading_img li.l-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
#loading_img li.l-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}
#loading_img li.l-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
#loading_img li.l-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}
#loading_img li.l-5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}
#loading_img li.l-6 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -ms-animation-delay: 0;
  -moz-animation-delay: 0;
}
@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loader2 {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader2 {
  0% {
    -transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*=====================  로딩이미지 끝 ============================*/

#main_logo_stage {
	width:200px;
	height:150px;
	z-index:1000;
	/*background-color:red;*/
	margin:auto;
}

#main_logo_display {
	height:150px;
	line-height:150px;
	width:200px;
	margin:auto;
	z-index:1000;
	position: relative;
	/*background-color:blue;*/
}

#main_logo {
  top: 20px;
  z-index: 999;
  width: 200px;
  margin:auto;
  position: absolute;
}







#menu_box {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 999;
  cursor: pointer;
  color:#DFDFDF;
}
#menu_box .line_01,
#menu_box .line_02,
#menu_box .line_03 {
  position: absolute;
  left: 6px;
  width: 30px;
  height: 2px;
  background: #fff;
  color:#DFDFDF;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
#menu_box .line_01 {
  top: 10px;
  color:#DFDFDF;
}
#menu_box .line_02 {
  top: 20px;
  color:#DFDFDF;
}
#menu_box .line_03 {
  top: 30px;
  color:#DFDFDF;
}
.menu_active .line_01 {
  top: 20px !important;
  color:#DFDFDF;
  transform: rotate(225deg);
}
.menu_active .line_02 {
  top: 20px !important;
  color:#DFDFDF;
  opacity: 0;
}
.menu_active .line_03 {
  top: 20px !important;
  color:#DFDFDF;
  transform: rotate(-225deg);
}





















#main_menu {
  position: absolute;
  /*right: 0;*/
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: #210909;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 88px 16px 40px;
  z-index: 998;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  /*background-color:red;*/
}
#main_menu .slide_menu li {
  cursor: pointer;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
#main_menu .slide_menu li a {
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
#main_menu .slide_menu li a:hover {
  color: #aa9667;
}
#main_menu .slide_menu li:hover {
  color: #aa9667;
}
#main_menu .slide_menu .lookbook_toggle,
#main_menu .slide_menu .shop_toggle,
#main_menu .slide_menu .media_toggle {
  height: 0;
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
#main_menu .slide_menu .lookbook_toggle div,
#main_menu .slide_menu .shop_toggle div,
#main_menu .slide_menu .media_toggle div {
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  font-size: 12px;
}
#main_menu .slide_menu .lookbook_toggle div:hover,
#main_menu .slide_menu .shop_toggle div:hover,
#main_menu .slide_menu .media_toggle div:hover {
  color: #aa9667;
  font-size: 12px;
}
#main_menu .slide_menu .open {
  height: 140px;
  margin-bottom: 1rem;
}
#main_menu .slide_menu .open_shop {
  height: 105px;
  margin-bottom: 1rem;
}
#main_menu .slide_menu .open_media {
  height: 40px;
  margin-bottom: 1rem;
}
#main_menu .sns_menu {
  position: absolute;
  bottom: 40px;
  left: 0px;
}
#main_menu .sns_menu li {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  margin: 0 2px;
  text-align: center;
}
#main_menu .sns_menu li img {
  width: 60%;
  vertical-align: middle;
}
.menu_open {
  right: -200px !important;
}



#contents {
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .header_menu {
  position: absolute;
  right: 100px;
  top: 41px;
  z-index: 996;
  padding-right: 85px;
}
#contents .header_menu li {
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
#contents .header_menu li a {
  color: #fff;
  cursor: pointer;
}
#contents .header_menu .search_li {
  position: absolute;
  right: -15px;
  top: 0;
  width: 400px;
}




.sub_menus {
  position: absolute;
  right: 85px;
  top: 41px;
  z-index: 996;
  /*padding-right: 85px;*/
}
.sub_menus li {
  color: #fff;
  font-size: 0.8rem;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
.sub_menus li a {
  color: #fff;
  cursor: pointer;
}
.sub_menus .search_li {
  position: absolute;
  right: -15px;
  top: 0;
  width: 400px;
}






#contents #slides li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

li a {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

.contents_menu_open {
  left: -200px !important;
}


footer {
  position: absolute;
  bottom: 20px;
  left: 200px;
  text-align: left;
  z-index: 996;
  font-size: 0.7rem;
  box-sizing: border-box;
  padding: 0 40px;
  font-size:12px;
}
footer .ascro {
  padding: 3px 10px;
  background: #000;
  color: #fff;
  margin-right: 3px;
  font-size:12px;
}
footer .btn {
  margin: 0 3px;
  font-weight: bold;
  font-size:12px;
}
footer .text {
  margin-top: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size:12px;
}































.metrix_title {
	font-family: 'Poiret One';
	font-style: normal;;
    font-size: 40px;
	color:#C5C5C5;
}

.text-metrix {
	color:#C5C5C5;
	font-size: 16px;
}

.text-metrix-dark {
	color:#7C7C7C;
	opacity: 0.6;
}

/*
.SignIn, .SignOut, .Sign, .ShoppingCart, .HelpDesk{
	cursor:pointer;
	font-size: 19px;
}
*/

.text-16 {font-size: 16px}
.text-17 {font-size: 17px}
.text-18 {font-size: 18px}
.text-19 {font-size: 19px}
.text-20 {font-size: 20px}
.text-21 {font-size: 21px}

#metrix_contents {
  top:120px;
  left:0px;
  position:absolute;
  z-index:2000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding-top:20px;
  z-index: 998;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

#contents .bandset_frame_stage {
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
	width: 350px;
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px 420px;
}
#contents .first_head_image_stage {
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
	width: 350px;
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px 420px;
}
#contents .first_pendant_image_stage {
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
	width: 350px;
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px 420px;
}

#contents .metrix_display {
	float:left;
	margin-bottom:20px;
}

#contents .head_box {
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
	width: 115px;
	height: 115px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor:pointer;
}

#contents .head_name {
	font-size:11px;
	width: 110px;
	text-align:center;
	margin:auto;
	padding-top:6px;
	font-family: 'Poiret One', cursive;
}


#contents .band_box {
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
	width: 100px;
	height:175px;
	padding-bottom:10px;
	background-position: center center;
	background-repeat: no-repeat;
}

#contents .band_name {
	font-size:11px;
	width: 110px;
	height:50px;
	padding-top:6px;
	text-align:center;
	margin:auto;
	font-family: 'Poiret One', cursive;
}












#contents .tab-content {
	height: 500px;
	overflow: auto;
	scrollbar-base-color: #000;
	scrollbar-face-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #000;
	scrollbar-dark-shadow-color: #000;
}

#contents .head-list {
	height: 500px;
	overflow: auto;
}

#contents .band-list {
	height: 350px;
	overflow: auto;
}

#contents .buckle-list {
	height: 100px;
	overflow: hidden;
}

#contents .pendant-list {
	height: 100px;
	overflow: hidden;
}


#contents .head_display {
	padding-top:4px;
	cursor:pointer;
}

#contents .head_display_box {
	background-color:red;
	background: rgba(255, 0, 0, 0.4);
	cursor:pointer;
}

#contents .metrix_display_selected {
	background-color:red;
	background: rgba(255, 0, 0, 0.4);
	cursor:pointer;
}

#contents .head_metrix_display_selected {
	background-color:red;
	background: rgba(255, 0, 0, 0.4);
	cursor:pointer;
}

#contents .band_metrix_display_selected {
	background-color:red;
	background: rgba(255, 0, 0, 0.4);
	cursor:pointer;
}


.bandImage, .pandentImage, .headImage{
	cursor:pointer;
}






/*
.form-group input[type='text'],
.form-group input[type='email'],
.form-group textarea {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #0d0d0d;
	color: black;
	font-size: 20px;
	padding: 5px 0 0px;
	margin-bottom: 20px;
}

.form-group textarea {
	height: 130px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.form-group ::-webkit-input-placeholder {
	font-style: italic;
	color: black;
}

.form-group :-ms-input-placeholder {
	font-style: italic;
	color: black;
}

.form-group ::-ms-input-placeholder {
	font-style: italic;
	color: black;
}

.form-group ::placeholder {
	font-style: italic;
	color: black;
}
*/



.xans-layout-login {
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	top: 35px;
	left: 0;
}

.xans-layout-login h2 {
	color: #2e2e2e;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 6px;
}

.xans-layout-login .check {}

.xans-layout-login .check span {
	overflow: hidden;
	display: block;
	margin: 0 0 5px;
	border: 1px solid #d9d9d9;
	color: #8f8f91;
	border-radius: 2px;
	*zoom: 1;
	height: 30px;
}

.xans-layout-login .check label {
	float: left;
	width: 55px;
	height: 32px;
	padding: 0 0 0 8px;
	color: #c9c9c9;
	line-height: 32px;
}

.xans-layout-login .check input {
	float: left;
	width: 115px;
	height: 32px;
	padding: 0;
	border: 0;
	color: #8f8f91;
	line-height: 32px;
}

.xans-layout-login .security {
	margin: 10px 0 0 10px;
	font-size: 11px;
	color: #8f8f91;
}

.xans-layout-login .security input[type=checkbox] {
	width: 13px;
	height: 13px;
	vertical-align: -3px;
	*vertical-align: 2px;
	margin: 0 4px 0 0;
}

.xans-layout-login .security label {
	margin: 0 6px 0 0;
}

.xans-layout-login .button {
	margin: 15px 0 0;
	text-align: right;
}

.xans-layout-login .button .btn {
	display: block;
	width: 100%;
	background: #525252;
	height: 32px;
	margin-bottom: 4px;
	border: 1px solid #999;
	color: #fff;
	font-size: 11px !important;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
	transition: .2s all ease-in;
	-webkit-transition: .2s all ease-in;
}

.xans-layout-login .button .sub_btn {
	color: #999 !important;
	background: #fff;
}

.xans-layout-login .button .btn:hover {
	color: #bcad8b !important;
	background: #525252;
}

.xans-layout-login ul {
	text-align: center;
	color: #ddd;
}

.xans-layout-login li {
	margin: 0 5px;
	display: inline;
}

.xans-layout-login li a {
	color: #525252 !important;
	font-size: 11px;
}





.
























xans-layout-searchheader {
	position: absolute;
	top: -2px;
	right: 0;
}

.xans-layout-searchheader fieldset {
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}

.xans-layout-searchheader #keyword {
	width: 60px;
	height: 24px;
	padding: 0 0 0 9px;
	border: 0;
	line-height: 24px;
	font-size: 12px;
	color: #7c8389;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	border-radius: 0;
	margin-bottom: 0;
}

.xans-layout-searchheader #keyword:focus {
	width: 260px;
	background: #fff;
}

.xans-layout-searchheader .submit_btn {
	height: 24px;
}







#layout_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
}

#layout_nav #main_logo {
	position: absolute;
	left: 40px;
	top: 44px;
	z-index: 999;
	width: 150px;
}


#layout_nav .sub_menu {
	position: absolute;
	right: 100px;
	top: 41px;
	z-index: 996;
	padding-right: 85px;
	line-height: 24px;
}

#layout_nav .sub_menu>li {
	color: #fff;
	font-size: 0.8rem;
	display: inline-block;
	margin: 0 5px;
}

#layout_nav .sub_menu>li>a {
	color: #fff;
	cursor: pointer;
	transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
}

#layout_nav .sub_menu>li>a:hover {
	color: #aa9667;
}


#layout_nav .sub_menu>li:last-child {
	position: absolute;
	right: -15px;
	top: 0;
	width: 400px;
}





