@charset "utf-8";

/*webfont*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/*reset css*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}
/*add*/
address, caption, strong, em, cite {
  font-weight:normal;
  font-style:normal;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

/*page css*/
html {
  font-size: 14px;
}
html, body {
  height: 100%;
}
body {
  background: #1D1B1B;
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #fff;
}
a {
  color: #DBDADA;
}
#wrapper {
  height: 100%;  
}
.wrap {
  min-height: 100%;
  margin-bottom: -130px;
}
/*header*/
header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding-top: 21px;
  background: #000;  
  border-bottom: 1px solid #141414;
  text-align: center;
  z-index: 10;
}
nav {
  position: absolute;
  top: 26px;
  left: 50px;
}
nav li {
  display: inline-block;
  position: relative;
  margin-right: 50px;
  font-size: 1.143rem;
}
nav li:last-child {
  margin-right: 0;
}
nav li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #C31011;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav li:hover:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
nav li a {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 10px 0;
}
h1 img {
  width: 153px;
}
.member {
  height: 48px;
  width: 48px;
}
.ico_member {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 50px; 
  width: 48px;
  height: 48px;
  border-radius: 50%;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.ico_member:hover {
  background: #4e0606;
}
.ico_member img {
  width: 48px;
}
.ico_menu {
  display: none;
}
.login_box {
  position: absolute;
  top: 70px;
  right: 50px;
  width: 240px;
  height: 228px;
  padding: 20px;
  background: #EBEBEB;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;  
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.member.login_open .login_box {
  opacity: 1;
  visibility: visible;
}
input:focus {
  outline: none;
}
.login_box input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 5px 0 36px; 
  border: 1px solid #E3E3E3;
  font-size: 1rem;
}
.login_box input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 0 5px 0 36px; 
  border: 1px solid #E3E3E3;
  font-size: 1rem;
}

.login_box input::placeholder {
  color: #C1C1C1;
}
.input_pw {
  margin-top: 10px;
}
.input_id {
  background: #fff url(/resources/premiumshop/images/ico_id.png) no-repeat 8px 8px;
  background-size: 24px 24px;
}
.input_pw {
  background: #fff url(/resources/premiumshop/images/ico_pw.png) no-repeat 8px 8px;
  background-size: 24px 24px;
}
.check_box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  color: #727272;
}
.check_box p {
  width: 50%;
}
.check_box p:nth-child(1) {
  border-right: 1px solid #C1C1C1;
  text-align: right;
  text-align: left;
}
.check_box p:nth-child(2) {
  text-align: right;
  cursor: pointer;
}
/*checkbox*/
.checklabel {
  display: inline-block; 
  position: relative; 
  padding-left: 22px; 
  cursor: pointer; 
  line-height: 16px; 
  margin-right: 15px;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
}
.checklabel:last-child {
  margin-right: 0;
}
.checklabel input {
  position: absolute; 
  opacity: 0; 
  cursor: pointer; 
  height: 0; 
  width: 0;
}
.checklabel .checkmark {
  position: absolute; 
  top: -2px; 
  left: 0; 
  height: 16px; 
  width: 16px; 
  background: #fff;
  border: 1px solid #C1C1C1;
}
.checklabel input:checked ~ .checkmark {
  background: #C31011;
  border: 1px solid #C31011;
}
.checklabel .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 3px; 
  top: 0; 
  width: 5px; 
  height: 10px; 
  border: solid white; 
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.btn_row {
  margin-top: 22px;  
}
.btn_row button {
  width: 96px;
  height: 46px;
  padding: 0;
  border-radius: 2px;
  color: #fff;  
  font-size: 1rem;
  font-weight: 600;
}
.btn_login_open {
  width: 100%;
  background: #C31011;
  border: none;
  cursor: pointer;
}
.btn_login_close {
  margin-left: 2px;
  background: #77777D;
}
.mem_mob_bg {
  display: none;
}

/*상품주문 - 상품리스트*/
#main {
  /* padding-top: 70px; */
}
.contents {
  width: 1200px;
  min-height: 840px;
  margin: 0 auto;
  padding: 80px 0 180px 0;
  color: #fff;
}
.h2_wrap {
  position: relative;
  margin-bottom: 16px;
}
.h2_wrap h2 {
  font-family: 'NanumSquare';
  font-size: 1.571rem;
  font-weight: 600;
}
.cart_wrap {
  position: absolute;
  top: 0;
  right: 0;   
}
.ico_cart {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;  
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ico_cart .shopping_cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/resources/premiumshop/images/ico_cart.png) no-repeat center center;
  background-size: 100%;
  font-size: 0;
}
.ico_cart .num {
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -8px;
  padding: 2px 6px 3px 6px;
  background: #C31011;
  border-radius: 40%;
  color: #fff;
  text-align: center;
  font-family: 'Roboto';
  font-size: 0.8571rem;
}
.cart_list_title {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 60px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart_list_close {
  position: relative;
  top: 6px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 0.8571rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart_open .cart_list_close {
  visibility: visible;
  opacity: 1;
}
.cart_open .cart_list_title {
  right: 170px;
  visibility: visible;
  opacity: 1;
}
.cart_list_wrap {
  position: absolute;
  top: 38px;
  right: 0;
  width: 273px;
  background: #2E2D2D;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #C31011;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart_open .cart_list_wrap {
  opacity: 1;
  visibility: visible;
}
.cart_list_box {
  height: 420px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart_open .ico_cart {
  right: 250px;
}
.cart_list_wrap ul li {
  padding: 10px;
  border-top: 1px solid #353434;
}
.cart_list_wrap ul li:hover {
  background: #353434;
}
.cart_list_wrap ul li:first-child {
  border-top: none;
}
.cart_list {
  display: flex; 
  justify-content: space-between;
}
.cart_list>div:nth-child(1) {
  width: 80px;
}
.cart_list>div:nth-child(2) {
  width: 130px;
}
.cart_list>div:nth-child(3) {
  position: relative;
  width: 18px;
  text-align: right;
  color: #b2b2b2;
}
.cart_image {
  width: 80px;
  height: 80px;
}
.cart_image img {
  width: 100%;
}
.cart_brand {
  color: #DBDADA;
  font-size: 0.8571rem;
  line-height: 1.6;
}
.cart_product {
  width: 100%;
  margin-top: 6px;
  color: #939292;
  font-size: 0.7857rem;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart_options {
  width: 100%;
  margin-top: 6px;
  color: #fff;
  font-size: 0.7857rem;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart_price {
  margin-top: 10px;
  color: #939292;
  font-size: 0.7143rem;
}
.cart_price span {
  margin-right: 4px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 1rem;
}
.cart_list_delete span {
  font-size: 18px;
  cursor: pointer;
}
.total {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  border-top: 1px solid #353434;
  text-align: center;
}
.total>p:nth-child(1) {
  padding-top: 4px;
  font-family: 'Roboto';
}
.total_price {
  color: #939292;
  font-size: 0.8571rem;
}
.total span {
  margin-right: 6px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 1.286rem;
}
.delete_cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: 0.3s all;
}
.delete_cart:before, 
.delete_cart:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 9px;  
  height: 14px;
  width: 1px;
  background-color: #DBDADA;
}
.delete_cart:before {
  transform: rotate(45deg);
}
.delete_cart:after {
  transform: rotate(-45deg);
}
.btn_cart {
  width: 100%;
  height: 44px;
  background: #C31011;
  color: #fff;
  font-size: 1.143rem;
}
.btn_cart:hover {
  background: #EA3334;
}
.filter {
  display: flex;
  color: #DBDADA;
}
.filter>div:nth-child(1) {
  position: relative;
  width: 20%;
  padding: 10px 0 10px 24px;  
  background: #262424;
  border-left: 1px solid #353434;
  border-bottom: 1px solid #353434;
  color: #DBDADA;
  font-size:  1rem;
}
.filter>div:nth-child(2) {
  width: 80%;
  border: 1px solid #353434;
  border-top: none;
}
.finder .filter:first-child>div:nth-child(1) {
  border-top: 1px solid #353434;
}
.finder .filter:first-child>div:nth-child(2) {
  border-top: 1px solid #353434;
}
.filter.open>div:nth-child(1) {
  background: #262424;
}
.category {
  padding: 10px 14px 10px 20px;  
}
.category ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 0.9286rem;
  cursor: pointer;
  line-height: 1.6;
}

.category ul li.active {
    color: #EA3334;
}

.btn_more {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.btn_more:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 2px;
  background: #DBDADA;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_more:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 2px;
  height: 14px;
  background: #DBDADA;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.open .btn_more:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.open .btn_more:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);  
  transform: rotate(90deg);
  opacity: 0;
}
.category_detail {
  display: none;
  padding: 14px 14px 14px 20px;  
  background: #222020;
  border-top: 1px solid #353434;
  font-size: 0.8571rem;
}
.category_detail ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 6px;
  line-height: 1.6;
  cursor: pointer;
}

.category_detail ul li.active {
    color: #EA3334;
}

.open .category_detail {
  display: block;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: 30px;
  padding-top: 30px;
  margin-left: 8px;
  margin-right: 8px;
  
}
.product_list li {
  width: 273px;
  margin-bottom: 48px;
  margin-left: 8px;
  margin-right: 8px;
}
.photo {
  position: relative;
  height: 273px;
  background: #262424;
  overflow: hidden;
}
.photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.desc {
  margin-top: 20px;
  color: #DBDADA;
}
.name {
  margin-top: 10px;
  color: #939292;
  font-size: 0.8571rem;
}
.price {
  margin-top: 10px;
  color: #939292;
  font-size: 0.8571rem;
}
.price span {
  margin-right: 4px;
  color: #EA3334;
  font-family: 'Roboto'; 
  font-size: 1.286rem;
}
.tb_paging {
  display: flex;
  justify-content: center;
}
.paging_num {
  padding: 4px 10px;
  color: #939292;
  font-family: 'Roboto';
  font-size: 0.8571rem;
  cursor: pointer;
}
.paging_num.paging_on {
  color: #EA3334;
}
.paging_arrow {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  cursor: pointer;
}
.paging_prev {
  background: url(/resources/premiumshop/images/btn_page_prev.png) no-repeat left top;
}
.paging_first {
  background: url(/resources/premiumshop/images/btn_page_first.png) no-repeat left top;
}
.paging_next {
  background: url(/resources/premiumshop/images/btn_page_next.png) no-repeat left top;
}
.paging_last {
  background: url(/resources/premiumshop/images/btn_page_last.png) no-repeat left top;
}

/*상품 상세보기*/
.product_view {
  display: flex;
  justify-content: space-between;
}
.product_view>div:nth-child(1) {
  width: 48.5%;
}
.product_view>div:nth-child(2) {
  width: 48.5%;
  padding-top: 20px;
  border-top: 1px solid #353434;
}
.product_image {
  position: relative;
  height: 582px;
  overflow: hidden;
  background: #f3f3f3;
}
.product_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.brand_title {
  font-size: 1.429rem;
}
.product_title {
  margin-top: 12px;
  color: #939292;
}
.product_price {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}
.product_price span {
  margin-right: 6px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 1.714rem;
  font-weight: 500;
}
.product_desc {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #353434;
  color: #DBDADA;  
  line-height: 28px;
}
.options {
  margin: 30px 0 24px 0;
}
.options>div {
  margin-bottom: 10px;
}
.options>div:nth-child(1) {
  margin-left: 0;
}
.options>div select {
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  background: url(/resources/premiumshop/images/bg_select.png) no-repeat right 6px;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}
.options>div select option {
  background: #1D1B1B;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}

/* select styling */
.options .nice-select.select {
  float: none;
  height: 36px;
  background-color: #1D1B1B;
  border: 1px solid #5C5B5B;
  border-radius: 0;
  color: #DBDADA;
  line-height: 32px;
}
.options .nice-select.select .list {
  left: -1px;
  width: 582px;
  margin-top: 1px;
  background-color: #1D1B1B;
  border-radius: 0;
  box-shadow: none;
  transform: scale(1) translateY(0);
}
.options .nice-select.select .option {
  width: 100%;
  height: 36px;
  min-height: 36px;
  background-color: #1D1B1B;
  border-left: 1px solid #5C5B5B;
  border-right: 1px solid #5C5B5B;
  border-bottom: 1px solid #353434;
  border-radius: 0;
  font-size: 0.8571rem;
  line-height: 36px;
}
.options .nice-select.select .option:last-child {
  border-bottom: 1px solid #5C5B5B;
}
.options .nice-select.select .option:hover, 
.options .nice-select.select .option.focus, 
.options .nice-select.select .option.selected.focus {
  background-color: #262424;
}
.options .nice-select .option.selected {
  font-weight: 400;
}

.selectResults {
  position: relative;
  background: #262424;
  border-top: 1px solid #707070;
  color: #DBDADA;
}
.select_result {
  position: relative;
  padding: 16px 10px;  
  border-bottom: 1px solid #707070;
}
.option_title span {
  display: inline-block;
  position: relative;
  margin-right: 18px;
}
.option_title span:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -10px;
  width: 1px;
  height: 12px;
  background: #DBDADA;
}
.option_title span:last-child:after {
  display: none;;
}
.select_delete {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.select_delete:before, 
.select_delete:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 9px;  
  height: 14px;
  width: 1px;
  background-color: #DBDADA;
}
.select_delete:before {
  transform: rotate(45deg);
}
.select_delete:after {
  transform: rotate(-45deg);
}
.control_num {
  display: flex;
  margin-top: 20px;
}

.btn_option_delete {
  width: 24px;
  height: 24px;
  background: url(/resources/premiumshop/admin/images/ico_delete.png) no-repeat left top;
  background-size: 24px 24px;
}
.btn_option_delete:hover {
  background: url(/resources/premiumshop/admin/images/ico_delete_over.png) no-repeat left top;
  background-size: 24px 24px;
}

.btn_minus,
.btn_plus {
  position: relative;
  width: 36px;
  height: 34px;
  background: #484848;
  cursor: pointer;
}
.btn_minus {
  border: 1px solid #5C5B5B;
  border-right: none;
}
.btn_plus {
  border: 1px solid #5C5B5B;
  border-left: none;
}
.btn_minus:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 12px;  
  height: 1px;
  width: 13px;
  background-color: #DBDADA;  
}
.btn_plus:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 12px;  
  height: 1px;
  width: 13px;
  background-color: #DBDADA;   
}
.btn_plus:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 18px;  
  height: 13px;
  width: 1px;
  background-color: #DBDADA;   
}
.result_num {
  width: 50px;
  height: 34px;
  border-top: 1px solid #5C5B5B;
  border-bottom: 1px solid #5C5B5B;
  text-align: center;
  font-family: 'Roboto';
  line-height: 34px;
}
.seclect_price {
  position: absolute;
  bottom: 16px;
  right: 10px;
  color: #fff;
}
.seclect_price span {
  margin-right: 4px;
  font-family: 'Roboto';
  font-size: 1.143rem;
  font-weight: 500;
}
.order_price_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.order_price_box>p:nth-child(1) {
  padding-top: 6px;
  color: #fff;
  font-size: 1.143rem;
}
.order_total_price {
  font-size: 1rem;
}
.order_total_price span {
  margin-right: 4px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 2.143rem;
  font-weight: 500;
}
.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.buttons button {
  width: 48%;
  height: 56px;
  color: #fff;
  font-size: 1.143rem;
}
.btn_add_cart {
  background: #939292;
}
.btn_add_cart:hover {
  background: #A5A4A4;
}
.btn_order_big {
  background: #C31011;
}
.btn_order_big:hover {
  background: #EA3334;
}
.description {
  margin-top: 80px;
  padding: 60px 130px 140px;
  border-top: 1px solid #e8e8e8;
  color: #DBDADA;
}
.description h2 {
  text-align: center;
  font-family: 'NanumSquare';
  font-size: 3.143rem;
  font-weight: 600;
}
.description h3 {
  margin-top: 70px;
  text-align: center;
  font-family: 'NanumSquare';
  font-size: 2.143rem;
}
.product_txt {
  margin-top: 40px;
  font-size: 1.143rem;
  line-height: 1.8;
}
.product_img {
  margin-top: 40px;
}
.product_img img {
  width: 100%;
}

/* 주문내역 */
.product_table.order_list td {
  font-size: 0.9286rem;
}
.product_table td.order_date {
  color: #DBDADA;
  font-family: 'Roboto';
  font-size: 1rem;
}
.product_table td.order_photo {
  padding: 10px 0;
}
.product_table td.order_detail {
  vertical-align: top;
  text-align: left;
}
.order_detail_name {
  padding: 12px;
  border-bottom: 1px solid #353434;
  font-size: 1rem;
}
.option_list li {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.order_list_right {
  display: flex;
}
.order_num {
  width: 100px;
  color: #A5A4A4;
  text-align: center;
}
.order_num span {
  margin-right: 3px;
  color: #DBDADA;
  font-family: 'Roboto';
}
.option_price {
  width: 110px;
  text-align: center;
}
.option_price span {
  margin-right: 3px;
  color: #DBDADA;
  font-family: 'Roboto';  
}
.product_table.order_list .order_price {
  color: #F2835A;
}
/* 주문상태 text color */
.complete_delivery {
  color: #3BA4B2;
}
.complete_deposit {
  color: #86A752;
}
.waiting_deposit {
  color: #DE4646;
}

/*주문내역 확인*/
.order {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  padding-bottom: 60px;
  color: #DBDADA;
}
.order>div:nth-child(1) {
  width: 890px;
}
.order>div:nth-child(2) {
  width: 274px;
}
.order h3 {
  position: relative;
}  
.order h3 p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9286rem;
}
.wait_deposit {
  color: #2196f3;
}
.select_order {
  position: relative;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  background: url(/resources/premiumshop/images/bg_select.png) no-repeat right 3px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  font-size: 1rem;  
}
select::-ms-expand {
  display: none;
}
.input_txt {
  width: 360px;
  height: 36px;
  padding-left: 10px;
  background: none;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}
.input_txt:disabled {
  background: #2B2A2A;
  border: none;
  color: #807F7F;
}
.info_address {
  display: flex;
}
.input_txt2 {
  width: 230px;
  height: 36px;
  margin-left: 10px;
  padding-left: 10px;
  background: none;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}
.input_txt2:disabled {
  background: #2B2A2A;
  border: none;
  color: #807F7F;
}
.delivery_add .info_row>div {
  padding: 10px 0;
}
.delivery_add .info_row>div:nth-child(1) {
  padding: 20px 0;
}
.btn_add {
  width: 100%;
  height: 30px;
  background: #838383;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
}
.btn_add:hover {
  background: #646363;
}
.btn_add span {
  font-size: 1.214rem;
  vertical-align: -2px
}
.caution_txt {
  margin-top: 20px;
  color: #C31011;
  text-align: right;
  font-size: 0.9286rem;
}
.tbl_wrap {
  margin-top: 10px;
}
.product_table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans KR';
}
.product_table th,
.product_table td {
  border: 1px solid #353434;
  text-align: center;
}
.product_table th {
  padding: 16px 0;
  background: #262424;
}
.product_table th:first-child {
  border-left: none;
}
.product_table th:last-child {
  border-right: none;
}
.product_table td {
  vertical-align: middle;
  height: 44px; 
  color: #A5A4A4;
  font-size: 0.8571rem;
}
.product_table td:first-child {
  border-left: none;
}
.product_table td:last-child {
  border-right: none;
}
.tbl_product_image {
  width: 120px;
}
.product_option {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}
.product_option:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -3px;
  width: 1px;
  height: 10px;
  background: #A5A4A4;
}
.product_table td .product_option:first-child {
  padding-left: 0;
}
.product_table td .product_option:last-child:after {
  display: none;
}
.order_price {
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 0.9286rem;
}
.mt40 {
  margin-top: 40px;
}
.order_number {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.input_num {
  width: 50px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;  
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
span.up {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #646363;
  cursor: pointer;
}
span.down {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #838383;
  cursor: pointer;
}
td.total_td {
  padding: 16px 10px 16px 0;
  background: #262424;
  text-align: right;
}
td.total_td span {
  margin-left: 8px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 1.286rem;
}
.ico_delete {
  padding: 3px;
  cursor: pointer;
}
.ico_delete span {
  color: #C31011;
}
.ico_delete:hover span {
  color: #a80d0d;
}
.info_wrap {
  margin-top: 10px;
  color: #DBDADA;
}
.info_wrap .info_row:nth-child(1) {
  border-top: 1px solid #353434;
}
.info_row {
  display: flex;
  border-bottom: 1px solid #353434;;
}
.info_row.border_none {
  border-bottom: none;
}
.info_row>div {
  padding: 16px 0;
}
.info_row>div.add_row {
  padding: 10px 0;
}
.info_row>div:nth-child(1) {
  width: 20%;
  background: #262424;
  text-align: center;  
  font-size: 1rem;
}
.info_row>div:nth-child(2) {
  width: 80%;
  padding-left: 20px;
}
.info_row>div.add_th {
  padding-top: 22px;
}
.label_radio {
  margin-right: 40px;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #DBDADA;
  font-size: 1rem;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #C31011;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
textarea.txtarea {
  width: 100%;
  height: 60px;
  padding: 6px;
  background: #2B2A2A;
  border: none;
  color: #DBDADA;
  resize: none;
  line-height: 1.6;
}
textarea.txtarea:focus {
  outline: none;
}
.btn_gray {
  padding: 0 10px;
  height: 30px;
  background: #838383;
  border-radius: 2px;
  color: #fff;
  font-size: 0.9286rem;  
}
.btn_gray:hover {
  background: #646363;
}
.ml40 {
  margin-left: 40px;
}
.payment_info_wrap.sticky {
  position: fixed;
  top: 90px;
}
.payment_info {
  width: 274px;
  padding: 20px;
  background: #262424;
  border: 1px solid #353434;
}
.h4_payment {
  position: relative;
  margin-bottom: 10px;
}
.btn_list {
  position: absolute;
  bottom: -4px;
  right: 0;
}
.btn_order_list {
  width: 120px;
  height: 28px;  
  background: #C31011;
  color: #fff;
  font-size: 0.9286rem;
}
.btn_order_list:hover {
  background: #EA3334;
}
.btn_order_list span {
  font-size: 1.143rem;
  vertical-align: -2px;  
}
.payment_info h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #C31011;
}
.payment_row {
  display: flex;
  line-height: 24px;
}
.payment_row>div:nth-child(1) {
  width: 40%;
}
.payment_row>div:nth-child(2) {
  width: 60%;
  text-align: right;
}
.total_row {
  padding-bottom: 10px;
  border-bottom: 1px solid #353434;
}
.payment_total {
  color: #A5A4A4;
  font-size: 0.7857rem;
}
.payment_total span {
  margin-right: 4px;
  color: #EA3334;
  font-family: 'Roboto';
  font-size: 1.286rem;
  font-weight: 500;
}
.pro_row {
  margin-top: 10px;;
  font-size: 0.8571rem;
}
.payment_item {
  color: #939292;
  font-size: 0.7143rem;
}
.payment_item span {
  margin-right: 4px;
  color: #DBDADA;
  font-family: 'Roboto';
  font-size: 1rem;
}
.txt_small {
  margin: 12px 0 22px 0;
  color: #6F6D6D;  
  font-size: 0.7857rem;
  line-height: 16px;
}
.bank {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid #353434;
}
.bank p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 0.8571rem;
}
.bank p:nth-child(2) {
  color: #F2835A;
  font-size: 1.071rem;
}
.bank p:nth-child(2) span {
  font-family: 'Roboto';
}
.txt_small2 {
  margin-top: 4px;
  color: #6F6D6D; 
  font-size: 0.8571rem;
  line-height: 1.4;
}
.delivery_info {
  margin-top: 26px;
  padding: 10px;
  border: 1px solid #353434;
  font-size: 0.9286rem;
  line-height: 1.5;
}
.delivery_info p:nth-child(1) {
  color: #6F6D6D;
  font-size: 0.7857rem;
}
.delivery_info p:nth-child(2) {
  margin-top: 6px;
  color: #A5A4A4;
  font-size: 0.7857rem;
  letter-spacing: -0.4px;
}
.confirm_order {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  background: #838383;
  color: #fff;
  font-size: 1.571rem;
}
.confirm_order:hover {
  background: #646363;
}

/* 품질보증서 */
.tab_menu {
  display: flex;
}
.tab_menu li {
  width: 50%;
  height: 56px;
  background: #2B2A2A;
  color: #939292;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.tab_menu li.selected {
  background: none;
  border-top: 2px solid #C31011;
  border-right: 2px solid #C31011;
  border-left: 2px solid #C31011;
  color: #fff;
}
.tab_conts>div {
  padding-top: 30px;
  color: #DBDADA;
}
.tab_conts>div h3 {
  margin-top: 32px;
}
.tab_con2 {
  display: none;
}
.warranty_items {
  margin-top: 10px;
  border-top: 1px solid #353434;
}
.items_line {
  display: flex;
}
.items_line>div {
  height: 58px;
  border-bottom: 1px solid #353434;
}
.items_line>div:nth-child(1) {
  width: 20%;
  padding: 21px 32px;
  background: #262424;
}
.items_line>div:nth-child(2) {
  width:80%;
  padding: 21px 32px;   
}
.items_line>div:nth-child(2).item_input {
  padding-top: 12px;
}
.daterangepicker.single {
  background-color: #2B2A2A;
  border: none;;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.52);
  color: #DBDADA;
}
.daterangepicker.single .calendar-table {
  background-color: #2B2A2A;
}
.daterangepicker.single .calendar-table td:hover {
  background-color: #747474;
}
.daterangepicker.single td.off {
  background-color: #2B2A2A;
}
.daterangepicker.single .calendar-table .next span, 
.daterangepicker.single .calendar-table .prev span {
  color: #fff;
  border: solid white;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .drp-buttons .btn {
  color: #DBDADA;
}
.warranty_items input[type="text"] {
  width: 360px;
  height: 36px;
  padding-left: 11px;
  background: none;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}

.warranty_items input[type="number"] {
  width: 360px;
  height: 36px;
  padding-left: 11px;
  background: none;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}

.warranty_items select{
  min-width: 200px;
  height: 36px;
  padding-left: 11px;
  background: none;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
  letter-spacing: 1px;
  word-spacing: 4px;
  font-size: 16px;
}
.ax_warranty_select{
	letter-spacing: 1px;
   	word-spacing: 4px;
	font-size: 16px;
}
.ax_warranty_select option{
	background: #858585;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	letter-spacing: 1px !important;
	word-spacing: 4px !important;
}

.ax_warranty_select.vlt_select{
	text-align: center;
}
.warranty_items input[type="text"].ax_warranty_input
{
	font-size: 16px;
	width: 120px;
}

.warranty_items input[type="number"].ax_warranty_input
{
	font-size: 16px;
	width: 120px;
}

.item_added_table_box{
	margin-top: 2rem;
}

.added_item_input_table{
	width: 100%;
}
.added_item_input_table thead tr{
	border: 1px solid #5C5B5B;
	height: 30px;
	
}
.added_item_input_table thead tr th{
	min-width: 80px;	
    text-align: center;
    border: 1px solid #5C5B5B;
    vertical-align: middle;
}
.added_item_input_table tbody tr{
    border: 1px solid #5C5B5B;
    height: 50px;
    
}
.added_item_input_table tbody tr td{
	min-width: 80px;	
    text-align: center;
    border: 1px solid #5C5B5B;	
    vertical-align: middle;
}

.warranty_items input[type="text"]:disabled {
  background: #2B2A2A;
  cursor: not-allowed;
}
.btn_center {
  margin-top: 40px;
  text-align: center;
}
.btn_publish {
  width: 160px;
  height: 40px;
  background: #C31011;
  border-radius: 0;
  color: #fff;
}
.btn_publish:hover {
  background: #EA3334;
}
.wrap_datatable {
  margin-top: 32px;
}
.wrap_datatable .dataTables_wrapper .dataTables_length {
  margin-bottom: 8px;
  color: #DBDADA;
  font-size: 0.8571rem;
}
.wrap_datatable .dataTables_wrapper .dataTables_length select {
  margin-right: 6px;
  border: 1px solid #5C5B5B;
  border-radius: 0;
  font-size: 0.8571rem;
  color: #DBDADA;
}
.wrap_datatable .dataTables_wrapper .dataTables_length select option {
  background: #1D1B1B;
}
table.dataTable.datatable_style {
  border-collapse: collapse;
}
table.dataTable.datatable_style thead th, 
table.dataTable.datatable_style tbody td {
  padding: 20px 0;
  border: 1px solid #353434;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #DBDADA;
}
table.dataTable.datatable_style thead th {
  background-color: #262424;
}
table.dataTable.datatable_style tbody tr {
  background: #1D1B1B;
}
table.dataTable.datatable_style tbody td {
  text-align: center;
}
table.dataTable.datatable_style tbody td:nth-child(2),
table.dataTable.datatable_style tbody td:nth-child(3),
table.dataTable.datatable_style tbody td:nth-child(6) {
  font-family: 'Roboto';
}
table.dataTable.datatable_style thead th:first-child,
table.dataTable.datatable_style tbody td:first-child {
  border-left: none;;
}
table.dataTable.datatable_style thead th:last-child,
table.dataTable.datatable_style tbody td:last-child {
  border-right: none;;
}
table.dataTable.datatable_style tbody td:last-child {
  padding: 12px 0;
}
table.dataTable.datatable_style thead .sorting {
  background-image: url(/resources/premiumshop/images/sort_both.png);
}
table.dataTable.datatable_style thead .sorting_asc {
  background-image: url(/resources/premiumshop/images/sort_asc.png);
}
table.dataTable.datatable_style thead .sorting_desc {
  background-image: url(/resources/premiumshop/images/sort_desc.png);
}
.btn_tbl_publish {
  padding: 6px 16px;
  border: 1px solid #C31011;
  color: #fff;
  font-size: 0.8571rem;
}
.btn_tbl_publish:hover {
  background: #C31011;
}
.wrap_datatable .dataTables_wrapper .dataTables_info {
  color: #DBDADA;
  font-family: 'Roboto';
}
/* pagenate css */
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 8px 10px !important;
  border: none !important;
  color: #DBDADA !important;
  font-family: 'Roboto' !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  outline: none m !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border: none !important;
  color: #EA3334 !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background: url(/resources/premiumshop/images/btn_page_prev.png) no-repeat left top;
  font-size: 0;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.first {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 20px;
  height: 20px;
  background: url(/resources/premiumshop/images/btn_page_first.png) no-repeat left top;
  font-size: 0;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-left: 6px;
  background: url(/resources/premiumshop/images/btn_page_next.png) no-repeat left top;
  font-size: 0;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.last {
  display: inline-block;
  position: relative;
  top: -8px;
  width: 20px;
  height: 20px;
  background: url(/resources/premiumshop/images/btn_page_last.png) no-repeat left top;
  font-size: 0;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: url(/resources/premiumshop/images/btn_page_prev.png) no-repeat left top !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover {
  background: url(/resources/premiumshop/images/btn_page_first.png) no-repeat left top !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: url(/resources/premiumshop/images/btn_page_next.png) no-repeat left top !important;
}
.wrap_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
  background: url(/resources/premiumshop/images/btn_page_last.png) no-repeat left top !important;
}

/* 공지사항 */
.sub_txt {
  margin-top: 14px;
  color: #DBDADA;
}
.search {
  display: flex;
}
.search_tit {
  margin-right: 4px;
  line-height: 36px;
}
.search select {
  position: relative;
  width: 120px;
  height: 36px;
  margin-right: 4px;
  padding-left: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  background: url(/resources/premiumshop/images/bg_select.png) no-repeat right 6px;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}
.search select option {
  background: #1D1B1B;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}    
.search input {
  width: 300px;
  height: 36px;
  padding: 0 10px;
  background: url(/resources/premiumshop/images/ico_search.png) right 8px no-repeat;
  background-size: 23px 16px;
  border: 1px solid #5C5B5B;
  color: #DBDADA;
}
.notice_list {
  margin-top: 8px;
  color: #DBDADA;
}
.tbl_style {
  table-layout: fixed;
}
.tbl_style th,
.tbl_style td {
  border: 1px solid #353434;
}
.tbl_style th {
  padding: 20px 0;
  background: #262424;
}
.tbl_style tr th:first-child {
  border-left: none;
}
.tbl_style tr th:last-child {
  border-right: none;
}
.tbl_style tr td:first-child {
  border-left: none;
}
.tbl_style tr td:last-child {
  border-right: none;
  font-family: 'Roboto';
}
.tbl_style td {
  padding: 20px 0;
  text-align: center;
}
.tbl_style tr td:nth-child(1) {
  font-family: "Roboto";
}
.tbl_style tr td:nth-child(3) {
  padding: 20px 10px;
  text-align: left;
}
.notice_contents {
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tbl_style td.td_icon {
  padding: 0;
}
.ico_file {
  position: relative;
  top: 7px;
  cursor: pointer;
}
.ico_file img {
  width: 24px;
}
/* popup */
.pop_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 170px;
  z-index: 200;     
}
.pop_conts {
  position: relative;
  width: 1200px;
  /* height: 480px; */    
  margin: 0 auto;     
  background-color: #2B2A2A; 
  border-top: 2px solid #EA3334; 
  box-shadow: 0px 10px 20px rgba(0,0,0,0.52);
}
.pop_head {
  padding: 14px 0;
  background: #323131;
  font-size: 1.143rem;
  text-align: center;
}
.pop_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.btn_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: 0.3s all;
}
.btn_close:before, 
.btn_close:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 9px;  
  height: 16px;
  width: 2px;
  background-color: #DBDADA;
}
.btn_close:before {
  transform: rotate(45deg);
}
.btn_close:after {
  transform: rotate(-45deg);
}
.pop_close:hover .btn_close {
  transform: rotate(90deg);
}
.pop_body {
  padding: 30px 20px;
  color: #DBDADA;
}
.pop_line {
  display: flex;
  border-bottom: 1px solid #353434;
}
.pop_line p {
  padding: 12px 0;
}
.pop_line p:nth-child(1) {
  width: 80px;
}
.pop_line p:nth-child(2) {
  width: 380px;
}
.date {
  font-family: 'Roboto';
}
.pop_textarea {
  margin-top: 12px;
}
.notice_txt {
  width: 100%;
  height: 400px;
  margin-top: 12px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #5C5B5B;
  line-height: 24px;
}
.notice_list .tb_paging {
  margin-top: 40px;
}

/*footer*/
footer {
  height: 130px;
  background: #141212;
}
.ft_inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 28px;
}
.ft_inner>div:nth-child(1) {
  width: 13%;
}
.ft_inner>div:nth-child(2) {
  width: 87%;
}
.ft_logo img {
  width: 130px;
}
.company {
  position: relative;
  color: #C1C1C1;
  text-align: right;
}
.company span {
  font-weight: 500;
}
.company span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.company span:last-child {
  margin-left: 50px;
}
.company span b {
  margin-left: 10px;
  font-family: 'Roboto', sans-serif; 
  font-weight: 300;
}
address {
  margin-top: 12px;
  color: #7C7C7C;
  font-size: 0.8571rem;
}
address span {
  position: relative;
  margin-right: 16px;
}
address span:last-child {
  margin-right: 0;
}
address span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -8px;
  width: 1px;
  height: 14px;
  background: #7C7C7C;
}
address span:last-child:after {
  display: none;
}
.copy {
  margin-top: 18px;
  color: #7C7C7C;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8571rem;
}
.br_ft {
  display: none;
}

/*responsive*/
@media screen and (min-width: 769px) and (max-width: 1440px) {
  /*footer*/
  .ft_inner {
    padding: 24px 16px 0; 
  }
  .ft_inner>div:nth-child(1) {
    width: 20%;
  }
  .ft_inner>div:nth-child(2) {
    width: 80%;
  }
  .br_ft {
    display: block;
  }
  address span {
    line-height: 1.6;
  }
  address span:nth-child(3):after {
    display: none;
  }
  .copy {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  /*header*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #000;
    z-index: 10;
  }
  h1 img {
    width: 109px;
  }
  .ico_menu {
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .ico_menu img {
    width: 40px;
  }
  nav {
    display: block; 
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 0;
    background: #1A1919;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;    
    transition: all 0.3s;
    z-index: 10;
  }
  .nav_open nav {
    height: 122px;
  }
  nav li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #000;
    font-size: 1.143rem;
  }
  nav li a {
    top: 0;
    width: 100%;
    padding: 22px 0;
  }
  nav li a:active {
    background: #2E2D2D;
  }
  nav li:hover:after {
    opacity: 0;
  }  
  .ico_member {
    top: 8px;
    right: 10px;
  }
  .ico_member img {
    width: 40px;
  }
  /* hamburger icon */
  .mob_menu {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 24px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }  
  .nav_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .nav_icon span {
    background-color: #fff;
    position: absolute;
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 2px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  .nav_icon span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .nav_icon span:nth-child(2){
    top: 7px;
    left: 0px;
    opacity:1;
  }
  .nav_icon span:nth-child(3){
    top:14px;
    left: 0px;
  }
  .nav_icon.open span:nth-child(1){
    transform: rotate(45deg);
    top: 9px;
  }
  .nav_icon.open span:nth-child(2){
    opacity:0;
  }
  .nav_icon.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 9px;
  }
  .nav_icon.open span {
    background: #fff !important;
  }   
  /*loginbox*/
  header.m_login_open .mem_mob_bg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26,25,25,0.9);
    z-index: 20;
  }
  .login_box {
    display: none;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
  }
  header.m_login_open .login_box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
  }
  .wrap {
    margin-bottom: 0;
  }

  /*footer*/
  footer {
    height: auto;
  }
  .ft_inner {
    display: block;
    padding: 34px 16px 50px;
  }
  .ft_inner>div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .ft_inner>div:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  .company {
    height: 56px;
  }
  .company span:first-child {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .company span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .company span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
  }  
  address {
    font-size: 0.8571rem;
  }
  address span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  address span:after {
    display: none;
  }
  .copy {
    margin-top: 18px;
    font-size: 0.8571rem;
    text-align: center;
  }
  
  
}
