@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-size:14px;
  font-family:"Roboto", "Noto Sans KR", sans-serif;
  color:#090909;
  letter-spacing:0;
  word-break:keep-all;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:optimizelegibility;

}
 /* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");
*{
  font-size: 14px;
  font-family: "Pretendard GOV";
  color: #090909;
  outline: none;
} */
 *:focus{
  outline: none !important;
 }
code, kbd, pre, samp{
  font-family: "Roboto", "Noto Sans KR", sans-serif;
}
.btn {
  outline: none;
  font-size: 16px;
}
.modal .btn{
  font-size: 14px;
  padding: 6px 30px !important;
}
.btn.btn-dark{
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn.btn-dark:hover{
  background-color: #090909;
  color: #fff;
  opacity: 0.8;
}

.btn.btn-primary{
  color: #fff;
  background-color: #007AFF;
  border-color: #007AFF;
}
.btn.btn-primary:hover{
  background-color: #007AFF;
  color: #fff;
  opacity: 0.8;
}
  
a, a:hover {
  color: #090909;
  text-decoration: none;
}
.font-w-bold{
  font-weight: bold;
}
#main-container{
  min-height: calc(100vh - 198px);
  padding-top: 120px;;
}
#header {
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
}
/* #header .header_fix {
  position: relative;
  height: 108px;
} */
.menu-mobile{
  display: none;
}
.breadcrumb{
  background-color:#f8f8f8;
}
.breadcrumba,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
  color:#999;
}

.logingnb {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.section-title  {
  font-size: 24px;
  font-weight: 600;
}
.product-item{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 4px;
}
.product-item:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-item .thumb, .product-item .thumb img{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-item .price_info {
  float: left;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px;
}
.product-item .product-name {
  padding: 10px;
}
.product-item .price_info .discount {
  float: left;
  overflow: hidden;
  font-size: 15px;
  /* font-family: verdana; */
  color: #007AFF;
  margin-right: 10px;
  padding-top: 2px;
}
.product-item .price_info .discount b {
  font-size: 30px;
  line-height: 35px;
  color: #007AFF;
}
.product-item .price_info .price {
  height: 42px;
  float: left;
  overflow: hidden;
}
.product-item .price_info .price .before {
  line-height: 14px;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: bold;
  color: #aaa;
  padding-left: 3px;
}
.product-item .price_info .price .after {
  line-height: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 5px;
}
.product-item .buyinfo {
  float: right;
  overflow: hidden;
  margin-top: 29px;
  margin-right: 10px;
  color: #999;
  font-size: 16px;
}
.product-item .buyinfo b {
  color: #007AFF;
  font-weight: 400;
}
.product-item .kkm {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 54px;
  background-color: #007AFF;;
  color: rgb(255, 255, 255) !important;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  border-radius: 4px;
}
#footer {
  /* background: transparent url(../images/bg_p.gif); */
  background-color: #000;
  position: absolute;
  left: 0px;
  width: 100%;
}
.footer_mobile{
  display: none;
}
.footer_pc a{
  font-size: 12px;
}
#footer .permission{
  font-size: 12px;
  font-style: italic;
}
.popup_footer{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup_footer .header_popup{
  border-bottom: none;
}
.popup_footer .footer_popup{
  border-top: none;
  /* padding: 0; */
}
.popup_footer .body_popup{
  /* padding: 10px; */
}
.popup_footer .scroll-popup{
overflow-y: scroll;
/* height: calc(100vh - 20px); */
max-height: calc(100vh - 250px);;
}
.popup_footer .scroll-popup .txt{
  font-size: 14px;
    color: #090909;
    margin-bottom: 20px;
}
#footer .footer_top {
  padding: 10px 0;
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
#footer .footer_inner .footer_left a {
    color: #090909;
    font-weight: 600;
    font-size: 12px;
    margin: 0 15px;
}
#footer .footer_bottom  {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer_bottom .info p {
    line-height: 130%;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#footer .footer_bottom .escrow-description {
  color: #ccc;
  font-size: 12px;
  margin: 20px 0;
}
#footer .footer_bottom .escrow-description .button{
  font-size: 11px;
  cursor: pointer;
  border-bottom: 1px solid #666;
  display: inline;

}
#footer .footer_bottom .copy_r{
  display: block;
  overflow: hidden;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
  font-size: 10px;
  line-height: 15px;
}
#footer .footer-inner .footer-left {
  margin: 0 auto;
  text-align: center;
  width: 440px;
}
#footer .footer-inner .footer-left a:first-child {
  padding-left: 0px;
}
#footer .footer-inner .footer-left a {
  color: #CCC;
  padding-left: 5px;
  padding-right: 10px;
  margin-right: 0px;
  font-size: 12px;
  border-right: 1px solid #ccc;
}
#footer .footer-inner .footer-menu {
  display: inline-block;
  margin-right: 1.6em;
  text-decoration: none;
  color: #777777;
}
#footer .copyright {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}
#footer .copyright .info {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: white;
  /* font-family: dotum; */
}
.item_info_area .photo_box {
  float: left;
  overflow: hidden;
  width: 50%;
  /* height: 473px; */
  position: relative;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.photo_box img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.item_info_area .info_box {
  float: left;
  overflow: hidden;
  padding: 0px 25px 30px 25px;
  width: 50%;
  margin: 0px;
  box-sizing: border-box;
  /* aspect-ratio: 1/1; */
}
.item_info_area .info_box .product_name {
  margin-top: 30px;
  overflow: hidden;
  display: block;
  min-height: 76px;
}
.item_info_area .info_box .product_name b{
  display: block;
  /* margin-top: 6px; */
  font-weight: 600;
  color: #000;
  font-size: 24px;
  text-indent: -1px;
  line-height: 130%;
  letter-spacing: -3%;
}
.item_info_area .info_box .prcie_info {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.item_info_area .info_box .prcie_info .discount {
  background: url(../images/discount.png) no-repeat;
  background-position: 0px top;
  width: 70px;
  height: 70px;
  margin-right: 3px;
  display: inline-block;
  text-align: center;
  float: left;
  overflow: hidden;
}
.item_info_area .info_box .left em {
  float: left;
  display: inline-block;
  overflow: hidden;
  color: #007AFF;
  margin-right: 2px;
  font-size: 20px;
  line-height: 18px;
  margin-top: -3px;
  /* font-family: verdana; */
  font-weight: bold;
  letter-spacing: 0px;
  text-align: left;
}
.item_info_area .info_box .right em {
  float: left;
  color: #007AFF;
  margin-left: 3px;
  font-size: 18px;
  line-height: 18px;
  margin-top: -3px;
  /* font-family: verdana; */
  font-weight: bold;
  letter-spacing: -1px;
  text-align: left;
}
.common {
  /* background: transparent url(../images/common_icon.png) no-repeat; */
  display: inline-block;
}
.item_info_area .info_box .left {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-left: 20px;
  border-right: 1px solid #999;
  line-height: 16px;
}
.item_info_area .info_box .prcie_info .num {
  overflow: hidden;
  display: block;
  margin-top: 18px;
  font-size: 30px;
  line-height: 31px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
  font-weight: 600;
  letter-spacing: -2px;
}
.item_info_area .info_box .prcie_info .num em {
  font-weight: normal;
  /* font-family: verdana; */
  font-size: 14px;
  padding-left: 2px;
}
em {
  letter-spacing: 0px;
  padding-right: 3px;
  font-style: normal;
}
.item_info_area .info_box .prcie_info .price {
  /* float: left; */
  overflow: hidden;
  height: 85px;
  text-align: right;
  /* padding-left: 20px; */
  border-bottom: 1px solid #e1e1e1;
}
.item_info_area .info_box .prcie_info .price .before {
  float: right;
  position: relative;
  font-size: 20px;
  font-weight: 200;
}
.item_info_area .info_box .prcie_info .price .after {
  float: left;
  clear: both;
  overflow: hidden;
  color: #666;
  font-weight: bold;
  font-size: 26px;
  line-height: 45px;
}
.item_info_area .info_box .prcie_info .price .before .line_through {
  clear: both;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  background: #666 repeat-x;
  height: 1px;
}
.item_info_area .info_box .prcie_info .price .before em {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0px;
}
.item_info_area .info_box .prcie_info .price .after {
  float: right;
  clear: both;
  overflow: hidden;
  color: black;
  font-weight: bold;
  font-size: 26px;
  line-height: 45px;
}
.item_info_area .info_box .prcie_info .price .after em {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: -2px;
}
.item_info_area .info_box .buyinfo {
  overflow: hidden;
  clear: both;
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding-top: 18px;
  text-align: center;
  width: 100%;
  height: 52px;
  display: block;
  margin-top: 30px;
  box-sizing: border-box;
}
.item_info_area .info_box .option_area {
  clear: both;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 20px;
  width: 100%;
}
.item_info_area .info_box .option_area .guide_text {
  padding-bottom: 7px;
  color: #7b7b7b;
  font-size: 11px;
  letter-spacing: 0px;
}
.item_info_area .info_box .option_area .add_option {
  margin-bottom: 10px;
}
.item_info_area .info_box .option_area .add_option {
  margin-bottom: 10px;
}
.item_info_area .info_box .option_area select {
  background: transparent;
  height: 33px;
  line-height: 33px;
  width: 100%;
  padding: 0px 0px 0px 10px;
  border: 1px solid #d1d1d1;
  color: #666;
}
.item_info_area .info_box .price_sum {
  border-top: 1px solid #e1e1e1;
  /* border-bottom: 1px solid #e1e1e1; */
  text-align: right;
  font-weight: 500;
  color: #090909;
  font-size: 16px;
  padding: 10px 5px;
  width: 100%;
  box-sizing: border-box;
}
.item_info_area .info_box .price_sum b {
  color: #007AFF;
  font-size: 32px;
  font-weight: 900;
  margin-right: 2px;
  /* font-family: verdana; */
}
.item_info_area .info_box .btn_area {
  overflow: hidden;
  text-align: center;
  margin-top: 25px;
  width: 100%;
}
.buy-button {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  float: right;
}


.btn_style_pack .btn_lg_color {
  background-color: #007AFF;
  /* height: 55px; */
  line-height: 52px;
  padding: 0 20px 0 20px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  width: 260px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
}
.btn_style_pack .btn_lg_color:hover {
  opacity: 0.8;
}
.btn_style_pack .btn_lg_color:focus {
  outline: none;
}
.btn_style_pack .btn_lg_color_gray {
  background-color: #999999;
  /* height: 55px; */
  line-height: 52px;
  padding: 0 20px 0 20px;
  font-size: 16px;
  color: #090909;
  width: 260px;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  text-decoration: none;
}
.bg-kkm1 {
  padding: 10px 0;
  border: none;
  border-bottom: 3px solid #007AFF;
}
.bg-kkm1 div{
  color: #007AFF;
  font-weight: 600;
  font-size: 20px;
}
.tab-kkm {
  /* border: 1px solid #d7d7d7; */
}
.bg-kkm {
  font-size: 20px;
  color: #5A6470;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 3px solid #5A6470;

}
.container_tab {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.left_area .detail_info {
  background: #fff;
 
  padding: 0px;
  overflow: hidden;
}
.left_area .detail_info .detail_guide {
  overflow: hidden;
  padding: 23px;
}
.detail_info img{
  max-width: 100%;
}
.editor {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  background: transparent;
  height: 100%;
  margin: 0;
}
.back_info {
  padding: 20px 19px 0px 19px;
}
.left_area .detail_info .detail_guide {
  overflow: hidden;
  padding: 23px;
}
.left_area {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 30px 0;
  
}
.shop_order_top {
  overflow: hidden;
  background: #090909;
  color: #fff;
  padding: 30px 40px;
  /* margin-top: 25px; */
  border-radius: 4px;
}
.shop_order_top .title {
  overflow: hidden;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.shop_order_top .description {
  float: left;
  overflow: hidden;
  letter-spacing: -0.75px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  color: #fff;

}
.shop_order_top .page_explain {
  float: left;
  overflow: hidden;
  line-height: 115px;
  color: #ccc;
  letter-spacing: -1px;
  font-size: 11px;
}
.shop_order_top .page_title {
  float: left;
  overflow: hidden;
  padding: 30px 15px 0 30px;
}
.notice-wrap {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 10px;
  background: #f8f8f8;
  line-height: 1.6;
  letter-spacing: -0.75px;
}
.notice-wrap pre {
  white-space: pre-wrap;
  word-break: break-word;
  border: 0px;
  font-size:14px
}
.shop_order_area .group_title {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 24px;
  border-bottom: 5px solid #000000;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.shop_order_area .group_title b {
  color: #444;
}
.shop_order_area .notice_wrap textarea{
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #CCC;
  border-top: 0px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
.shop_order_area .explain {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  /* color: #666; */
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  line-height: 25px;
}
.shop_order_area .order_tb {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.shop_order_area .order_tb th {
  font-weight: bold;
  color: #090909;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.shop_order_area .order_tb .item_box {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
.shop_order_area .order_tb td {
  padding: 20px 0;
  border-top: 1px dashed #d7d7d7;
  vertical-align: middle;
  text-align: center;
}
.shop_order_area .order_tb .option {
  padding-left: 20px;
  overflow: hidden;
  text-align: left;
}
.shop_order_area .order_tb .option .pd_name {
  font-weight: 600;
  color: #090909;
  /* font-size: 14px; */
  font-size: 20px;
  letter-spacing: -1px;
  overflow: hidden;
}
.shop_order_area .option_box {
  background: #fbfbfb;
  border: 1px solid #d1d1d1;
  margin-top: 7px;
}
.shop_order_area .option_box > div:first-child {
  border-top: none;
}

.add_option_ess .option_ess .opt_name {
  /* background: transparent url(/images/icon_ess.png) left top no-repeat; */
  background-size: 15px;
  color: #000 !important;
  min-height: 15px;
  /* padding-left: 20px; */
}
.shop_order_area .option_box .opt_name {
  /* float: left; */
  width: 25%;
  letter-spacing: -1px;
  color: #898896;
  /* font-size: 11px; */
  font-size: 16px;
  /* line-height: 15px; */
  display: block;
}
.shop_order_area .option_box .opt_name span{
    color: #fff !important;
    background-color: #007aff;
    margin: 0 3px;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 13px;
}
.shop_order_area .option_box .inner {
  padding: 0px 12px 0px 12px;
  border-top: 1px solid #d1d1d1;
  overflow: hidden;
}
.shop_order_area .option_box .inner > div {
  clear: both;
  /* border-top: 1px dashed #e1e1e1; */
  overflow: hidden;
  padding: 18px 0px;
}
.shop_order_area .option_box .opt_price {
  /* float: left; */
  display: block;
  width: 25%;
  /* text-align: right; */
  /* font-size: 12px; */
  font-size: 16px;
  color: #858995;
  text-align: right;
  /* margin-left: 25px; */
}
.shop_order_area .option_box .opt_amount {
  /* float: right; */
  display: block;
  width: 25%;
  /* font-size: 12px; */
  font-size: 16px;
  color:#858995;
  text-align: right;
}
.shop_order_area .sum_first {
  border: 2px solid #e4e4e4;
  background: #fff;
  padding: 20px 30px;
  text-align: right;
  overflow: hidden;
}
.mobile {
  display: none !important;
}
.shop_order_area .form_TB {
  width: 100%;
}
.shop_order_area .form_TB td:first-child {
  background: #fafafa;
  border-right: 1px dashed #dedede;
  font-weight: 500;
  font-size: 18px;
}
.shop_order_area .form_TB td {
  padding: 8px 15px;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
  line-height: 20px;
}
.shop_order_area {
  background: #fff;
  /* border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #959595; */
  /* padding: 0 40px 40px 40px; */
  margin: 0 0 20px 0;
}
.shop_order_area .form_TB input[type=text], .shop_order_area .form_TB input[type=number] {
  border: 1px solid #ccc;
  height: 34px;
  line-height: 30px;
  padding: 0 10px;
  /* margin-right: 5px; */
  float: left;
  display: inline-block;
}

.shop_order_area .form_TB input[type=number]::-webkit-outer-spin-button,
.shop_order_area .form_TB input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop_order_area .form_TB input[type=number] {
  -moz-appearance: textfield;
}

.form_TB input[type=number] {
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  /* padding: 0 5px; */
  /* margin-right: 5px; */
  float: left;
  display: inline-block;
}
select {
  cursor: pointer;
  font-size: 13px !important;
  border-radius: 0px;
  font-family: inherit !important;
}
.shop_order_area .form_TB .dash {
  display: inline-block;
  line-height: 28px;
  float: left;
  margin-right: 6px;
  font-size: 14px;
}
.shop_order_area .form_TB select {
  height: 34px;
  border: 1px solid #ccc;
  padding: 4px 5px 5px 10px;
}
.shop_order_area .sum_last {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.shop_order_area .sum_last .calculate {
  overflow: hidden;
  padding: 30px 0 30px 0;
  position: absolute;
  text-align: right;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: #444;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shop_order_area .sum_last .calculate .fix {
  display: inline-block;
  overflow: hidden;
  margin-right: 230px;
}
.shop_order_area .sum_last .calculate .fix span {
  float: left;
  margin: 0 30px;
}
.shop_order_area .sum_last .price {
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.shop_order_area .sum_last .ic_equal {
  background-position: -361px -80px;
  width: 21px;
  height: 21px;
}
.common {
  /* background: transparent url(../images/common_icon.png) no-repeat; */
  display: inline-block;
}
.shop_order_area .sum_last .ic_minus {
  background-position: -321px -80px;
  width: 21px;
  height: 21px;
}
.shop_order_area .sum_last .equal {
  overflow: hidden;
  padding: 27px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  width: 250px;
  background-color: #007AFF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shop_order_area .sum_last .equal .price {
  width: 230px;
}
.shop_order_area .sum_last .equal span {
  float: left;
}
.shop_order_area .sum_last .equal .price b {
  font-size: 32px;
  /* line-height: 30px; */
  letter-spacing: -1px;
}
.shop_order_area .sum_last .price em {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  /* line-height: 15px; */
  color: #fff;
  margin-bottom: 5px;
}
.shop_order_area .sum_last .price b {
  display: inline-block;
  font-size: 32px;
  margin-right: 3px;
  letter-spacing: -1px;
  color: white;
  font-weight: 600;
}
.bottom_btn_area {
  text-align: center;
  margin: 50px 0;
}
.bottom_btn_area .btn_style_pack {
  text-align: center !important;
}
.btn_style_pack {
  display: inline-block;
}
.btn_style_pack .lineup {
  display: inline-block;
  background: none;
}
.web {
  display: table-row !important;
}
.btn_style_pack .btn_lg_white {
  background-color: #ccc;
  /* height: 55px; */
  line-height: 52px;
  padding: 0 20px 0 20px;
  font-size: 24px;
  color: #090909;
  margin-right: 15px;
  width: 260px;
  border-radius: 4px;
  font-weight: 500;
}
.btn_style_pack a {
  margin: 0 5px;
  position: relative;
  float: left;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
.item_info_area .info_box .option_area .option_list {
  /* background: #f6f6f6; */
  overflow: hidden;
  /* border-top: 1px solid #e1e1e1; */
  /* border-top: 0; */
  margin-bottom: 10px;
}
.item_info_area .info_box .option_area .option_list li:first-child {
  /* border-top: none; */
}
.item_info_area .info_box .option_area .option_list .option_name {
  color: #666;
  /* line-height: 20px; */
  font-size: 16px;
  width: 100% !important;
  /* margin-top: 6px; */
  margin-bottom: 5px;
}
.item_info_area .info_box .option_area .option_list .option_name span{
  color: #fff !important;
  background-color: #007aff;
      margin: 0 3px;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 13px;
}
.item_info_area .info_box .option_area .option_list span {
  float: left;
}
.item_info_area .info_box .option_area .input_num {
    float: left;
    border: none;
    background: #fff;
    width: 60px;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    /* line-height: 28px; */
    color: #555;
    /* padding: 0 10px; */
    font-size: 16px;
    font-weight: 700;
}
.item_info_area .info_box .option_area .option_list span {
  float: left;
}
.item_info_area .info_box .option_area .updown .btn_up {
  background-position: 0px 0;
  float: left;
}
.item_info_area .info_box .option_area .updown .btn_down {
  background-position: 0px -20px;
  float: left;
}
.item_info_area .info_box .option_area .updown a {
  display: inline-block;
  /* background: transparent url(../images/btn_updown.gif) no-repeat; */
    width: 28px;
    height: 28px;
    text-align: center;
    /* padding: 2px; */
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    /* background: red; */
    text-decoration: none;
}
.item_info_area .info_box .option_area .updown .btn_up {
  background-position: 0px 0;
  float: left;
}
.item_info_area .info_box .option_area .updown .btn_down {
  background-position: 0px -20px;
  float: left;
}
.info_box .option_area .updown {
  float: left;
  /* width: 21px; */
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
.item_info_area .info_box .option_area .option_list li {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  margin-top: 8px;
}
.add_option_ess .option_ess .option_name {
  color: #000 !important;
  min-height: 20px;
  width: 65% !important;
  background-position: center left;
  box-sizing: border-box;
}
.item_info_area .info_box .option_area .updown .btn_up {
  background-position: 0px 0;
  float: left;
}
.item_info_area .info_box .option_area .updown .btn_down {
  background-position: 0px -20px;
  float: left;
}
.item_info_area .info_box .option_area .option_list .option_num {
}
ul, ol, li, td, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item_info_area .info_box .option_area .option_list .option_price {
  float: right;
  font-weight: 700;
  font-size: 16px;
  width: 89px;
  text-align: right;
  /* color: #666; */
  /* line-height: 35px; */
}

.item_info_area .info_box .option_area .option_list .btn_delete {
  display: inline-block;
  float: right;
  margin-top: 7px;
  width: 20px;
}
.item_info_area .info_box .option_area .option_list .btn_delete img {
  width: 20px;
}

.instruct_top {
  background: #090909;
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 4px;
}
.instruct_top .title_instruct {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: 'ë‚˜ëˆ”ê³ ë”•', 'NanumGothic';
  margin-bottom: 0;
}
.instruct_top .des_instruct {
  font-size: 14px;
  overflow: hidden;
  color: white;
  letter-spacing: -0.5px;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 0;
}
.instruct_area{
  background: #fff;
  border: 1px solid #dadada;
  padding: 20px;
  margin: 0 0 10px 0;
}
.instruct_area_content{
  background: #fff;
  border: 1px solid #dadada;
  padding: 10px;
}
.instruct_area .instruct_content{
  overflow: hidden;
  line-height: 20px;
}
.instruct_area .instruct_content div{
  background: #f8f8f8 url(../website/images/stitle_icon.png) 10px center no-repeat;
  background-size: 16px;
  padding: 10px 20px 5px 30px;
  color: #090909;
  font-weight: bold;
  display: block;
}
.instruct_area .instruct_us{
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.search_order_area{
  
  background: #fff;
  border: 1px solid #dadada;
  padding: 0px;
}
.search_order_area tr{
      border: 1px solid #dedede;
}
.search_order_area .form_TB .input_phone input[type=number]{
  /* width: 90px !important; */
}
.search_order_area .form_TB .input_name input[type=text]{
  width: 100%;
}
.search_order_area .form_TB .input_email input[type=text]{
  width: 84px !important;
}
.search_order_area .border_table{
  border-bottom: 1px solid #707070;

}
.search_order_area .border_btn{
  border-top: 1px solid #707070;
  padding-top: 30px;

}
.item_info_area .info_box .left .nowtxt {
  margin-left: 30px;
  float: left;
  overflow: hidden;
  /* background-position: 0 -350px;
  width: 23px;
  height: 14px; */
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  font-weight: 600;
  color: #6c6c6c;
  font-size: 15px;
}
.item_info_area .info_box .left .buytxt {
  float: left;
  overflow: hidden;
  /* background-position: -30px -350px; */
  /* width: 40px;
  height: 14px; */
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
  font-weight: 600;
  color: #6c6c6c;
  font-size: 15px;
}
.item_info_area .info_box .right .timetxt {
  float: left;
  overflow: hidden;
  /* background-position: -80px -350px;
  width: 48px;
  height: 14px; */
  margin-top: -5px;
  display: inline-block;
  font-weight: 600;
  color: #6c6c6c;
  font-size: 15px;
}
.item_info_area .info_box .right .daytxt {
  float: left;
  /* background-position: -141px -350px;
  width: 11px;
  height: 14px; */
  display: inline-block;
  /* margin: 0 2px 0 3px; */
  margin: -5px 2px 0 3px;
  font-weight: 600;
  color: #6c6c6c;
  font-size: 15px;
}
.shop_order_area .group-title {
  letter-spacing: -0.75px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid;
  padding-bottom: 8px;
}
.shop_order_area .sum_first .fix {
  display: inline-block;
}
.shop_order_area .sum_first .fix em{
  display: block;
}
.shop_order_area .sum_first .prince {
  float: left;
}
.shop_order_area .sum_first .fix b {
  color: #007AFF !important;
  font-size: 32px;
  font-weight: 900;
}
.pd-mb{
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
.search_order_area .button_black, .search_order_area .button_white{
  transition: background-color 0.3s ease;
  height: 55px;
  line-height: 55px;
  padding: 0 40px 0 43px !important;
  font-size: 16px;
  font-weight: 600;
}
.search_order_area .button_black{
  margin-right: 5px;
  color: #fff !important;
  background-color: #444;
}
.search_order_area .button_white{
  background-position: 0 -240px;
  color: #090909 !important;
  border: 1px solid #dedede;
}
.search_order_area .button_black:hover {
  background-color: #707070;
}
.search_order_area .button_white:hover{
  background-color: #e0e0e0;

}
span.disabled, fieldset:disabled a.btn ,a.disabled{
  pointer-events: none;
}
.banner_mobile{
  display: none;
}
@media (max-width: 768px) {
  .breadcrumb{
    padding:8px 10px;
  }
  .breadcrumb a,
  .breadcrumb-item.active{
    font-size:12px;
  }
    
  .banner_mobile{
    display: block;
  }
  .banner_pc{
    display: none;
  }
  .section-title{
    font-size: 18px;
  }
  .item_info_area .info_box .option_area .option_list li{
    position:relative;
  }
  .item_info_area .info_box .option_area .option_list .option_name{
    display:block;
    width:100%!important;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .item_info_area .info_box .option_area .option_list .option_num{
    display:block;
    float:none;
  }
  .item_info_area .info_box .option_area .option_list .option_price{
    margin-left:10px;
  }
  .item_info_area .info_box .option_area .option_list .btn_delete{
    position:absolute;
    right:10px;
    margin:0;
    top:60%;
    transform:translateY(-50%);
  }
  .footer_mobile{
    display: block;
  }
  .footer_mobile a, .footer_mobile p{
    font-size: 11px;
  }
  .footer_mobile .permission{
    font-size: 10px !important;
  }
  .footer_pc{
    display: none;
  }
  #footer .copyright {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}
.popup_footer .scroll-popup .txt{
  font-size: 11px;
    color: #555555;
    margin-bottom: 17px;
}
#footer .footer_bottom .info {
  text-align: left;
}
.mobile {
  display: table-row !important;
}
.item_info_area .info_box .left .nowtxt {
  margin-left: -8px;
  font-size: 14px;
}
.item_info_area .info_box .left .buytxt{
  font-size: 14px;
}
.item_info_area .info_box .right .timetxt{
  font-size: 14px;
}
.item_info_area .info_box .right .daytxt{
  font-size: 14px;
}
.item_info_area .info_box .left em{
  font-size: 14px;
}
.item_info_area .info_box .prcie_info, .item_info_area .info_box .product_name , .item_info_area .info_box .buyinfo{
  margin-top: 10px;
}
.back_info {
  padding: 20px 0px 0px 0px;
}
.bg-kkm1 {
  border: none;
  border-bottom: 3px solid #007AFF;
}
.tab-kkm {
  border: none;
}
.bg-kkm {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 3px solid #5A6470;

}
.bg-kkm1 div{
  font-size: 16px;
}
.editor{
  font-size: 14px;
}
.shop_order_area .form_TB td>* {
  box-sizing: border-box;
  width: 4% !important;
  /* margin: 0px !important; */
}
.shop_order_area .form_TB td {
  padding: 5px;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
  line-height: 30px;
}
.shop_order_area .form_TB td:first-child {
  background: #fafafa;
  border-right: 1px dashed #dedede;
  font-weight: bold;
  display: none;
}
.shop_order_area .form_TB td>[name^=_ohtel] {
  width: 32% !important;
}
.shop_order_area .form_TB .dash{
  font-size: 12px;
}
select {
  cursor: pointer;
  font-size: 11px !important;
  font-family: inherit !important;
  height: 35px;
  line-height: 20px;
  border-radius: 0px;
  padding-left: 10px !important;
  -webkit-border-radius: 0px;
}
.shop_order_top {
  margin-top: 0;
  /* padding-left: 20px; */
  padding: 15px 20px;
}
.shop_order_top .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.shop_order_top .description {
  font-size: 12px;
  margin-top: 0;
  letter-spacing: 0;
}
.shop_order_area .form_TB input[type=number] {
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  /* margin-right: 5px; */
  float: left;
  display: inline-block;
  margin-bottom: 5px !important;
}
.shop_order_area .form_TB td>[name^=_oemail] {
  width: 48% !important;
}
.shop_order_area .form_TB input[type=text], .shop_order_area .form_TB input[type=number] {
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  /* margin-right: 5px; */
  float: left;
  display: inline-block;
  margin-bottom: 5px !important;
}
.shop_order_area .form_TB td>[name=_email_sel] {
  width: 31% !important;
  float: right;
}
.web{
  display:none !important;
}

.shop_order_area .form_TB td>input[name=_oname] {
  width: 100% !important;
}
.shop_order_area .option_box .inner > div {
  clear: both;
  border-top: 1px dashed #e1e1e1;
  overflow: hidden;
  padding: 10px 0px;
  line-height: 14px;
}
.shop_order_area .explain {
  /* position: absolute;
  right: 0;
  top: 0px; */
  font-weight: normal;
  line-height: 25px;
  font-size: 11px !important;
  position:relative;
  letter-spacing:0;
  margin-left:5px;
}
.shop_order_area .sum_first {
  padding: 10px 20px;
}


.shop_order_area .sum_last {
  position: relative;
  overflow: hidden;
  padding:0px;
  height: unset;
}
.shop_order_area .sum_last .calculate{
    overflow: unset;
    padding: 0;
    position: relative;
}
.shop_order_area .sum_last .calculate * {
  font-size: 16px !important;
}
.shop_order_area .sum_last .price b{
  font-size: 28px !important;
}
.shop_order_area .sum_last .calculate .fix{
  overflow: unset;
  margin-right: unset;
}
.shop_order_area .sum_last .calculate .fix span {
  float: left;
  margin: 0 12px;
}
.shop_order_area .sum_last .equal {
  width: 100%;
  display: inline-block;
  background-color: #007AFF;
  padding: 13px;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.shop_order_area .sum_last .equal span{
  float: right;
}
.shop_order_area .sum_last .calculate {
  width: 100%;
  /* height: 77px; */
  height: fit-content;
  display: inline-block;
  padding: 20px 4px 6px 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop_order_area .sum_last .ic_minus{
  width: 12px;
  height: 10px;
}
.shop_order_area .sum_last .ic_equal{
  width: 18px;
  height: 18px;
}
.shop_order_area .order_tb .item_box {
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
.order_tb>thead {
  display: none;
}
.shop_order_area {
  background: #fff;
  border: none;
  margin: 10px 0 0 0;
  padding: 0px;
}
.shop_order_area .group_title {
  width: 100%;
  font-weight: bold;
  font-size: 16px !important;
  border-bottom: 4px solid #000;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  letter-spacing: -1.5px;
}

.shop_order_area .order_tb .option .pd_name{
  font-size: 18px;
}

.shop_order_area .option_box .opt_price {
  float: left;
  text-align: right;
  font-size: 11px;
  color: #858995;
  width: 50%;
}
.add_option_ess .option_ess .opt_name {
  background-size: 15px;
  color: #000 !important;
  min-height: 15px;
}
.shop_order_area .option_box .opt_name {
  float: left;
  font-weight: 600;
  width:100%;
  letter-spacing:0;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.shop_order_area .option_box .opt_price {
  float: left;
  text-align:left;
  margin-right:8px;
  margin-left: 0;
  /* color: #000; */
  font-size: 12px;
  font-weight: 600;
  width: auto;
}
.shop_order_area .option_box .opt_amount{
  float:left;
  font-weight: 600;
  font-size: 12px;
}
.shop_order_area .option_box .opt_price:nth-child(3){
    /* color:#007AFF; */
}
  
.btn_style_pack .btn_lg_white {
  width: 100px;
  font-size: 20px;
}
.btn_style_pack .btn_lg_color {
  width: 150px;
  font-size: 20px;
}
.btn_style_pack .btn_lg_w {
  width: 260px;
}
.bottom_btn_area {
  margin: 20px 0;
}
/* .option_ess>div>span:nth-child(1) {
  width: 100% !important;
}
.option_ess>div>span:nth-child(3) {
  width: 25% !important;
}
.option_ess>div>span:nth-child(2) {
  width: 75% !important;
}
.option_ess>div>span:nth-child(4) {
  width: 50% !important;
  text-align: left !important;
  margin-top: 10px;
} */
.detail_tab {
  width: 100%;
  margin-top: 7px;
  overflow: hidden;
  /* display: none; */
}
  #footer .copyright .info {
    line-height: 18px;
    font-size: 12px;
    color: white;
    /* font-family: dotum; */
    margin: 0 auto;
    width: 100%;
    text-align: justify;
  }
  #footer .footer-inner .footer-left {
    text-align: center;
    width: 100%;
  }
  .item_info_area .photo_box {
    overflow: hidden;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    /* height: 245px; */
  }
  .item_info_area .info_box {
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.item_info_area .info_box .left {
  width: 30%;
}
.item_info_area .info_box .right em{
  font-size: 14px;
}
.item_info_area .info_box .btn_area {
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.buy-button {
  width: 100%;
  box-sizing: border-box;
}

.instruct_top {
  /* padding: 20px; */
  padding: 15px 20px;
  border-radius: 4px;
}

.instruct_top .title_instruct {
  font-size: 24px !important;
  font-weight: 900;
  /* padding-bottom: 3px;
  padding-top: 10px; */
}
.instruct_top .des_instruct {
  /* margin-bottom: 10px;
  margin-top: 0px; */
  font-size: 12px;
}
.instruct_area {
  padding: 15px;
}
.instruct_area_content p, .instruct_content div{
  font-size: 12px;
}
.search_order_area .form_TB .input_phone input[type=number]{
  width: 32% !important;
}
.search_order_area .form_TB .input_name input[type=text]{
  width: 100% !important;
}
.search_order_area .form_TB .input_email input[type=text]{
  width: 32% !important;
}



.search_order_area .button_black,
.search_order_area .button_white {
  width: 100%;
  margin-bottom: 10px;
}

.search_order_area .search_top_mb{
  border: none;
}
.search_order_area .padding-area{
  padding: 5px;
}
.search_order_area .table_mobile{
  font-size: 7px;
  line-height: 1.4;
  max-width: 100%;
}
.search_order_area .table_mobile th, .search_order_area .table_mobile td {
  padding: 1px !important;
}
.search_order_area .border_btn {
  border-bottom: none;
  padding-top: 20px;
}
.search_order_area tr{
  border: none;
}
.search_order_area .cancel-button{
  /* font-size: 6px; */
  /* padding: 2px; */
}
.search_order_area .border_table{
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-banner img {
  height: auto;
  width: 100%;
}
.menu-pc{
  display: none;
}
.menu-mobile{
  display: block;
}
.notice-wrap pre{
  font-size: 12px;
}
#main-container{
  padding-top: 50px;
  min-height: calc(100vh - 214px);
}
} 
@media only screen and (max-width: 600px){
  #header .header_fix{
    height: 70px;
  }

  .banner_mobile {
    display: block;
}
}

@media only screen and (max-width: 376px){

  .loginmenu{
    font-size: 12px;
  }
  .loginmenu img{
    width: 110px;
  }
}


.scroll-buttons{
  position: fixed;
  background: transparent;
  right: 10px;
  bottom: 30px;
  z-index: 9999999;
  border-radius: 3px;

}
.scroll-buttons button{
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 30px;
  /* padding: 4px 5px; */
  padding: 8px;
  aspect-ratio: 1/1;
  text-align: center;
  line-height: 15px;
}
.scroll-buttons button svg,
.scroll-buttons button path {
  color: #000;
}

/* @media only screen and (min-width: 1024px) {
  .item_info_area .photo_box {
    width: 100%;
  }
  .item_info_area .info_box{
    width: 100%;
  }
} */