/* 레이아웃 */
.full_wrap {
  width: 100%;
  min-width: 1024px;
}
.full_wrap.stock_full {
  background: #dce4e7;
}
.container {
  max-width: 1220px;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 1024px;
  margin: 0 auto;
}
.cont_wrap {
  min-width: 1024px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 260px;
}
.cont_wrap.stock {
  padding: 6px;
}
/* common */
.up {
  color: #0d8857 !important;
}
.down {
  color: #dd4d54 !important;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #f6f6f8;
  opacity: 0.5;
}
::-webkit-scrollbar-thumb {
  background-color: #dce4e7;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f6f6f8;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  width: 0px;
  height: 0px;
  background: #f6f6f8;
}

html {
  scrollbar-3dLight-Color: #f6f6f8;
  scrollbar-arrow-color: #f6f6f8;
  scrollbar-base-color: #f6f6f8;
  scrollbar-Face-Color: #dce4e7;
  scrollbar-Track-Color: #f6f6f8;
  scrollbar-DarkShadow-Color: #f6f6f8;
  scrollbar-Highlight-Color: #f6f6f8;
  scrollbar-Shadow-Color: #f6f6f8;
}


.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  /*max-height: none;*/
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  /*max-height: none !important;*/
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}




/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  /*width: 100%;*/
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  /*min-width: 100%;
  width: 100%;*/
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  /*opacity: 0.3;*/
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

  /*-webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #dce4e7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 3px;
  width: 5px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;

  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  /*width: 100%;*/

  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  /*width: 20px;*/
}

/* select_customer */
.btn-group > :first-child.btn {
  border-radius: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  height: 13px;
}
.bootstrap-select > .btn {
  height: 13px;
  line-height: 13px;
  background: none;
  border: none;
  color: #619aa3;
  font-size: 13px;
  outline: 0;
  padding-right: 20px;
}
.bootstrap-select.btn-group .btn .filter-option {
  padding-left: 7px;
  margin-top: -5px;
  line-height: 15px;
}
.btn-default.active, 
.btn-default.focus, 
.btn-default:active, 
.btn-default:focus, 
.btn-default:hover, 
.open>.dropdown-toggle.btn-default {
  background: none;
  border-radius: 0;
  border: 0;
  color: #619aa3;
}
.glyphicon {
  position: static!important;
  top: 0;
  left: 0;
}
.glyphicon.glyphicon-menu-down {
  position: relative;
  top: 0;
  right: 0;
  font-family: unset;
  color: transparent;
}
.glyphicon-menu-down:before {
  position: absolute;
  width: 9px;
  height: 7px;
  background: url(/img/lang_arrow.png) no-repeat center center;
  right: 0;
  top: 5px;
}
.dropdown-menu {
  left: inherit;
  right: 0;
  background: #fff;
  border-radius: 0.3em;
  padding: 0;
  margin-top: 9px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .175);
  border: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  overflow-y: visible !important;
}
.bootstrap-select.btn-group .dropdown-menu.open {
  min-width: 96px;
}
.dropdown-menu>li>a {
  padding: 13px 0;
}
.en-icon {
  position: relative;
}
.en-icon:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(/img/en_icon.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.kr-icon:before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(/img/kr_icon.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  overflow: hidden;
  padding: 11px 10px;
  border-bottom: 1px solid #e0e8eb;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.bootstrap-select.btn-group .dropdown-menu .kr-icon:before,
.bootstrap-select.btn-group .dropdown-menu .en-icon:before {
  left: 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  position: initial;
  left: 0;
  float: left;
  padding-left: 23px;
  font-size: 13px;
  line-height: 13px;
  color: #868991;
  margin-top: 2px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #dfedfa;
  color: #868991;
  border: 0;
  cursor: pointer;
  outline: 0 ;
}
.bootstrap-select .btn:focus {
  outline: 0 !important;
}

/* header */
header {
  padding: 18px 0;
  height: 60px;
  box-sizing: border-box;
  background: #11404c;
  min-width: 1024px;
  border-bottom: 1px solid #155059;
}
header.stock_header {
  background: #11404c;
  padding: 18px 20px;
  border-bottom: 0;
}
header .head {
  width: 100%;
/*    overflow: hidden;*/
}
header .head h1 {
  float: left;
  box-sizing: border-box;
}
header .head > ul {
  float: left;
  padding-top: 5px;
}
header .head > ul.my_nav {
  float: right;
}
header .head > ul > li {
  float: left;
  padding: 0 16px;
  box-sizing: border-box;
}
header .head > ul.nav_menu > li:first-child {
  padding-left: 68px;
}
header .head > ul > li a {
  font-size: 16px;
  line-height: 16px;
  color: #619aa3;
}
header .head > ul > li a.active {
  color: #fff;
}
header .head > ul.my_nav > li {
  padding: 0 13.5px;
  position: relative;
}
header .head > ul.my_nav > li:last-child {
  padding: 0;
  margin-left: 7px;
/*  min-width: 58px;*/
  height: 13px;
  line-height: 0;
}
/*
header .head ul.my_nav li:last-child:before {
  content: "";
  width: 9px;
  height: 7px;
  background: url(../img/lang_arrow.png) no-repeat center center;
  position: absolute;
  top: 3px;
  right: 0;
}
*/
header .head ul.my_nav > li > a {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  position: relative;
}
header .head ul.my_nav > li > a:before {
  content: "";
  width: 1px;
  height: 9px;
  background: #619aa3;
  position: absolute;
  top: 3px;
  right: -13.5px;
}
header .head ul.my_nav li:nth-child(2) a:before,
header .head ul.my_nav li:last-child a:before {
  display: none;
}
header .head ul.my_nav li:last-child a {
  vertical-align: top;
}
header .head ul.my_nav li:last-child a img {
  padding-right: 4px;
}
header .head ul.my_nav li.head_login {
  display: none;
}
header .head ul.my_nav.login li.head_login {
  display: block;
  position: relative;
  cursor: pointer;
}
header .head ul.my_nav.login > li:first-child,
header .head ul.my_nav.login > li:nth-child(2) {
  display: none;
}
header .head ul.my_nav.login li.head_login p {
  color: #fff;
  padding: 2px 0;
  padding-left: 22px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: url(/img/login_icon.png) no-repeat left top;
}
header .head ul.my_nav.login li.head_login ul {
  min-width: 140px;
/*  border: 1px solid #cdd7da;*/
  border-radius: 0.3em;
  position: absolute;
  right: 10px;
  top: 22px;
  background: #fff;
  box-sizing: border-box;
  z-index: 90;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .175);
}
header .head ul.my_nav.login li.head_login:hover ul {
  display: block;
}
header .head ul.my_nav.login li.head_login ul li {
  padding: 13px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e8eb;
  cursor: pointer;
}
header .head ul.my_nav.login li.head_login ul li:hover {
  background: #dfedfa;
}
header .head ul.my_nav.login li.head_login ul li:first-child:hover {
  border-radius: 0.2em 0.2em 0 0;
}
header .head ul.my_nav.login li.head_login ul li:last-child {
  border-bottom: 0;
}
header .head ul.my_nav.login li.head_login ul li a {
  font-size: 13px;
  line-height: 13px;
  color: #868991;
}
header .head ul.my_nav.login li.head_login ul li a span {
  font-size: 16px;
  line-height: 0;
  margin-top: 10px;
  display: inline-block;
}
header .head ul.my_nav.login li.head_login ul li a small {
  font-size: 13px;
}

.price_slide_wrap {
  background: #0e3842;
  height: 30px;
  line-height: 30px;
 
}
.price_slide_wrap .container {
   position: relative;
}
.price_slide_wrap .price_slide {
  height: 30px;
  line-height: 30px;
}
.price_slide_wrap .price_slide ul li > p {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #619aa3;
  padding-top: 9px;
  box-sizing: border-box;
  margin-left: 40px;
}
.price_slide_wrap .price_slide ul li > p:first-child {
  margin-left: 0;
}
.price_slide_wrap .price_slide ul li > p > span {
  padding-left: 9px;
  padding-right: 13px;
  box-sizing: border-box;
  position: relative;
}
.price_slide_wrap .price_slide ul li > p > span:before {
  content: "";
  width: 8px;
  height: 11px;
  position: absolute;
  top: 1px;
  right: 0;
}
.price_slide_wrap .price_slide ul li > p > span.up:before {
  background: url(/img/up_icon.png) no-repeat center center
}
.price_slide_wrap .price_slide ul li > p > span.down:before {
  background: url(/img/down_icon.png) no-repeat center center
}
.price_slide_wrap .news_slide {
  position: absolute !important;
  right: 0;
  top:11px;
  width: 50%;
  text-align: right;
}
.price_slide_wrap .news_slide ul {
  right: 20px;
}
.price_slide_wrap .news_slide li {
  font-size: 11px;
  line-height: 11px;
}
.price_slide_wrap .news_slide li a {
  color: #619aa3;
}

/* footer */
footer {
  background: #15232c;
  padding: 40px 0;
  margin-top: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer ul {
  overflow: hidden;
}
footer .footer ul li {
  float: left;
  width: 28%;
}
footer .footer ul li:last-child {
  width: 16%;
}
footer .footer ul li dt {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 28px;
}
footer .footer ul li dd {
  color: #828da3;
  margin-top: 12px;
  font-size: 13px;
  line-height: 13px;
}
footer .footer ul li:last-child dd {
  float: left;
  background: url(../img/facebook_icon.png) no-repeat left center;
  margin-top: 0;
  margin-bottom: 15px;
}
footer .footer ul li:last-child dd a {
  width: 35px;
  height: 20px;
  display: block;
}
footer .footer ul li:last-child dd.nth05 {
  clear: both;
  background: url(../img/vimeo_icon.png) no-repeat left center;
}
footer .footer ul li:last-child dd.nth01 {
  clear: both;
  background: url(../img/vimeo_icon.png) no-repeat left center;
}
.down_icon {
  padding-left: 20px;
  line-height: 0px;
  box-sizing: border-box;
  color: #dd4d54;
  position: relative
}
.down_icon:before {
  content: '';
  width: 13px;
  height: 14px;
  background: url(../img/asset_out.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.up_icon {
  padding-left: 20px;
  line-height: 0px;
  box-sizing: border-box;
  color: #0d8857;
  position: relative
}
.up_icon:before {
  content: '';
  width: 13px;
  height: 14px;
  background: url(../img/asset_in.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.paging {
  margin-top: 20px;
  text-align: center;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
}
.paging ul li a {
  display: block;
  font-size: 13px;
  color: #121621;
  padding: 0 12px;
}
.paging ul li.page_prev a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url(../img/page_prev.png) no-repeat center center;
  border: 1px solid #b9c1c4;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 18px;
}
.paging ul li.page_next a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url(../img/page_next.png) no-repeat center center;
  border: 1px solid #b9c1c4;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 18px;
}
.paging ul li a.active {
  font-weight: 600;
  color: #0082ed;
}
.yellow_txt {
  color: #e9892d !important;
}
.tac {
  text-align: center !important;
}

button.defalt_btn {
  height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
}
button.yellow_btn {
  color: #fff;
  background: #ff9227;
}
.layer_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  z-index: 150;
  display: none;
}
.layer_wrap .layer_cont {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}
.layer_head button {
  width: 13px;
  height: 13px;
  background: url(../img/layer_close.png) no-repeat center center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.layer_body > h2 {
  font-size: 18px;
  line-height: 18px;
  color: #131722;
  font-weight: normal;
  margin-top: 30px;
  overflow: hidden;
}
.layer_body .dl_box {
  padding: 0 20px;
  box-sizing: border-box;
  background: #eaf2f9;
  border-radius: 6px;
  margin-top: 20px;
  padding-bottom: 16px;
}
.layer_body .dl_box dl {
  overflow: hidden;
  padding-top: 20px;
}
.layer_body .dl_box dl dt {
  float: left;
  color: #868991;
  font-size: 13px;
  line-height: 13px;
}
.layer_body .dl_box dl dd {
  float: right;
  text-align: right;
}
.layer_body .dl_box dl dd strong {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
}
.layer_body .dl_box dl dd small {
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 13px;
}
.layer_body > input[type="text"] {
  margin-top: 10px;
}
.layer_body > h2 > span {
  padding-left: 40px;
  line-height: 30px;
}
button.send {
  padding: 0 10px;
  border: 1px solid #ff9227;
  color: #ff9227;
  height: 38px;
  line-height: 38px;
}
button.send i {
  width: 16px;
  height: 14px;
  display: inline-block;
  background: url(../img/send_icon.png) no-repeat center center;
  margin-right: 8px;
  vertical-align: -3px;
}
.layer_body > h2 button.send {
  float: right;
}
.mt20 {
  margin-top: 20px !important;
}
.layer_foot {
  overflow: hidden;
  margin-top: 30px;
}
.layer_foot > button {
  float: left;
  width: 48%;
  border: 1px solid #ff9227;
  color: #ff9227;
  height: 40px;
  line-height: 40px;
}
.layer_foot > button.yellow_btn {
  float: right;
  color: #fff;
}

.layer_body > h3 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #131722;
  padding-top: 90px;
  margin-top: 38px;
}
.confirm_layer .layer_body > h3 {
  background: url(../img/confirm_icon.png) no-repeat center top;
}
.layer_body > p {
  text-align: center; 
  margin-top: 18px;
  font-size: 14px;
  line-height: 18px;
}
.cancel_layer .layer_body > h3 {
  background: url(../img/cancel_layer_icon.png) no-repeat center top;
}
.del_address_layer .layer_body > ul {
  overflow: hidden;
  padding: 30px 0 20px;
  box-sizing: border-box;
}
.del_address_layer .layer_body > ul > li {
  float: left;
  width: 48%;
  min-height: 90px;
}
.del_address_layer .layer_body > ul > li:first-child {
  background: url(../img/del_address_icon.png) no-repeat center top;
}
.del_address_layer .layer_body > ul > li:last-child {
  float: right;
}
.del_address_layer .layer_body > ul > li h3 {
  font-size: 20px;
  line-height: 20px;
  color: #131722;
}
.del_address_layer .layer_body > ul > li p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 18px;
}
.confirm_email_layer .layer_body > h3 {
  background: url(../img/confirm_email.png) no-repeat center top;
}
.checkbox_cus input[type="checkbox"] {
  width: 16px;
  height: 16px;
  color: #757575;
  float: left;
  position: relative;
  margin-top: 0;
  cursor: pointer;
}
.checkbox_cus input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #cdd7da;
}
.checkbox_cus input[type="checkbox"]:checked::before {
  content: "";
  background: url(../img/checked.png) no-repeat center center;
}
.checkbox_cus input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #cdd7da;
}
.checkbox_cus > span {
  color: #868991;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 1px;
  display: inline-block;
}

.mt15 {
  margin-top: 15px !important;
}












































