@charset "utf-8"; 
/* @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css); */
 
/* @font-face {
    font-family: SpoqaHanSansNeo;
    src: url('SpoqaHanSansNeo-Medium.otf') format('opentype');
}
@font-face {
    font-family: SpoqaHanSansNeo;
    src: url('SpoqaHanSansNeo-Thin.otf') format('opentype');
}

@font-face {
    font-family: SpoqaHanSansNeo;
    src: url('SpoqaHanSansNeo-Regular.otf') format('opentype');
}

@font-face {
    font-family: SpoqaHanSansNeo;
    src: url('SpoqaHanSansNeo-Bold.otf') format('opentype');
}

@font-face {
    font-family: SpoqaHanSansNeo;
    src: url('SpoqaHanSansNeo-Light.otf') format('opentype');
}


* { font-family: 'SpoqaHanSansNeo-Regular', 'sans-serif'; } */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* base */
 
* {
    font-family: 'Pretendard';
}

body, html {
    background-repeat:repeat-x;
    margin: 0;
    overflow-x: hidden;
    user-select: none;
    padding-inline-start: 0px;
    background-color: #ffffff;
    
}
li {
    list-style: none;
    padding-inline-start: 0px;
}
a {
    text-decoration: none;
    color: #000000;
}
i {
    font-style: normal;
}
img {
  image-rendering: auto;
}
 
header {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    color:#363E4A;
    font-weight: 400;
}

header>div{
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search_bar{
  margin: 1px;
  display: flex;
  padding: 4px 16px;
  width: 350px;
  border:2px solid #1973B0;
  border-radius:23px;
  background-color:#ffffff;
}

.search_input{
  width: 100%;
  border: unset;
  font-size: 20px;
  background-color:#ffffff;

}

.search_input:focus {
  outline:none;
}

.search_btn{
  cursor: pointer;
}

.header_menu{
display: flex;
align-items: center;
margin-right: 10px;
margin-left: 10px;
font-size: 14px;
font-weight: 600;
}

.header_menu:hover{
color: #0769AA;
text-decoration: underline;
}


.header_menu > div{
height:20px;
}

.cart_count_small {
font-weight: bold;
font-size: 12px;
background-color: #ff0000;
color: #ffffff;
border-radius: 10px;
right: -3px;
top: -6px;
position: absolute;
width: 15px;
height: 15px;
text-align: center;
line-height: 14px;
}




.middle_menus ul{
  display:none;
  background-color: white;
  padding: 10px 0;
  font-weight: 600;
  font-size:1rem;
  border-radius: 0 0 10px 10px;
  position:relative;
  
}

.middle_menus ul:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}





.sub_menus a{
  display:inline-block;
  width:180px;
  margin:0 4px;
  text-align: center;
  padding: 15px 0;
}

.sub_menus li{
}



.sub_menus a:hover{
  background-color: #F4F4F4;
  color:#0265A8;
  font-weight: bolder;
}


.middle_menus:hover ul{
  display:block;
  position:absolute;}


section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.aaaaa {
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  z-index: 2;
}
.bbb {
    width: 100%;
    height: 600px;
    background-color: #c9f1e1;
    position: absolute;
    z-index: -2;
    
}

#main_backicon {
    width: 400px;
}
#main_logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
#main_logo img {
    max-width: 220px;
    display: block;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    cursor: pointer;
}
#main_space {
    margin-top: 30px;
    margin-right: 40px;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position:relative;
    
}


#main_space > div{
    cursor: pointer;
}

.main_backicon {
    width: 110px;
    height: 110px;
    cursor: pointer;
    display: none;
}


#menu_section {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    z-index: 980;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    color:#333;
    font-weight: 500;
}
.main_menu {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-inline-start: 0px;
}
.main_menu > li {
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-weight: 800;
    margin-top: 1px;
    position: relative;
    z-index: 980;
}
.main_menu > li::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0px;
    left: 0;
    bottom: 0;
    background: #063491; 
    transition: all .5s ease;
}
.main_menu > li:hover:before {
    width: 225px;
}
.with_sub_menu:hover {
    color: #263491;
}
.sub_menu {
    width: 225px;
    height: auto;
    position: relative;
    display: none;
    padding-inline-start: 0px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: 0px;
}
.with_sub_menu:hover .sub_menu {
    display: block;
}
.sub_menu > li {
    width: 225px;
    height: 60px;
    color: black;
}
.sub_menu > li:hover {
    
    color: #063491;
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



/* pulse */

.pulse {
    transition: all;
}
 
.pulse:hover {
     animation-name: pulse;
     animation-duration: 1s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
}
 
@keyframes pulse {
   25% {
       transform: scale(1.1);
   }
   75% {
       transform: scale(0.9);
   }
}
@keyframes grow {
    100% {
      height: 90%;
      width: 90%;
   }
}
  
@keyframes fadeIn {
  100% {
    opacity: 1;
   }
  }
  
@keyframes slideUp {
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


.menu_category {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 999;
    left: 225px;
}

.wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  background-color: rgba(0,0,0,0.5);
  z-index: 995;
  display: none;
}


#active:checked ~ .wrapper{
  display: block;
}
.menu-btn{
  position: absolute;
  z-index: 999;
  right: 5px;
  /*left: 20px; */
  top: 5px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before{
  transform: translateY(-8px);
}
.menu-btn:after{
  transform: translateY(8px);
}


.close {
	z-index: 999;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}

/* closing animation */
#active:checked + .menu-btn span {
	transform: scaleX(0);
}
#active:checked + .menu-btn:before {
	transform: rotate(45deg);
  border-color: #fff;
}
#active:checked + .menu-btn:after {
	transform: rotate(-45deg);
  border-color: #fff;
}
.allcate {
  position: absolute;
  width: 1200px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  background-color: #ffffff;
  opacity: 100%;
  border-radius: 10px;
  padding: 40px;
}

input[type="checkbox"]{
  display: none;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title{
  font-size: 40px;
  font-weight: 700;
}
.content p{
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a{
  opacity: 1;
}
.wrapper ul li a{
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a{
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
   transition-delay: .6s;
  transform: translateX(-100px);
}

.allcate_box {
  padding-inline-start: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
}
.allcate_box2 {
  width: 200px;
  margin-right: 20px;
}
.allcate_box ul {
  padding-inline-start: 0;
}
.allcate_main {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #777777;
}
.allcate_sub {
  width: 200px;
  height: auto;
  padding-inline-start: 0;
  position: absolute;
}
.allcate_sub li {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  cursor: pointer;
}
.allcate_sub li:hover {
  color: #000000;
}


.btn4{
  font-weight: 800;
  font-size:1.2rem;
  padding: 15px 0;
  width:180px;
  margin:0 4px;
  color: #222222;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}


.btn4::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1)
}

.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}







.main_sidebar {
    /* width: 100px; */
    height: 300px;
    position: fixed;
    z-index: 1;
    top: 35%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.main_sidebar ul {
    padding-inline-start: 0px;
}
.main_sidebar ul li {
    width: 50px;
    height: 50px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar_basket {
    position: relative;
    cursor: pointer;
}
.main_sidebar ul i {
    width: 20px;
    height: 20px;
    background-color: #FF5858;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_sidebar ul a {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: #0265A8;
    display: none;
    cursor: pointer;
    z-index: 950;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}




  

  .cart_modal {
    width: 600px;
    height: 400px;
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 950;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    display: none;
    box-shadow: 0 5px 5px gray;
  }
  .cart_modal ul {
    padding-inline-start: 0;
  }
  .cart_modal ul li:nth-child(1) {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart_modal ul li:nth-child(2) {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 800;
  } 
  .cart_modal ul li:nth-child(3) {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart_modal ul li:nth-child(3) div {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #777777;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .cart_modal ul li:nth-child(3) div:nth-child(1) {
    margin-right: 20px;
  }
  .cart_modal ul li:nth-child(3) div:nth-child(2) {
    background-color: #0265A8;
    color: #ffffff;
  }
  .cart_modal ul li:nth-child(3) div:nth-child(2):hover {
    background-color: #063491;
  }

.wobble-hor-botto {
	-webkit-animation: wobble-hor-bottom 1s 3s infinite both;
	animation: wobble-hor-bottom 1s  infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-6 16:1:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }

.main_textcolor {
    color:#000000;
}

/* 탑 메뉴 */
.top_menu {
    height: 50px;
    background-color: #ffffff;
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_menu ul li {
    width:270px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.blind{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 200;
    opacity: 0.5;
}

.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logout{
    cursor: pointer;
}

.product_box{
    display: flex;
    flex-direction: column;
    width: 310px;
}

.lounge_view{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* modal */

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 200;
    border-radius: 25px;
}
.modal_title {
    background-color: #03426D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    height: 50px;
    border-radius: 20px 20px 0 0;
}
.modal_sec {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0 0 25px 25px;
    overflow: auto;
}
.modal_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_btn div {
    width: 120px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer;
}
.modal_btn div:nth-child(1) {
    background-color: #03426D;
    margin: 0px 5px 0px 5px;
}
.modal_btn div:nth-child(n+2) {
    background-color: #F7F7F7;
    border: 1px solid #DFDFDF;
    margin: 0px 5px 0px 5px;
    color: #1d1d1d;
}
.modal_sub_title{
    display: flex;
    align-items: center;
}
.modal_sub_title > span{
    width: 120px;
    color: #03426D;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
}
.modal_sub_title > span:nth-child(2){
    width: 280px;
    color: #000000;
    font-size: 15px;
    
}

.modal_sub_title > input{
    height: 25px;
}

.modal_content{
    display: grid;
}

/* modal */


/* 스크롤바 */
::-webkit-scrollbar {
    width: 10px; 
    height: 5px;
}
  
::-webkit-scrollbar-thumb {
      border-radius: 10px;
    background-color: #DFDFDF; 
}

::-webkit-scrollbar-track {
    background-color: transparent;

    margin: 20px;
}

::-webkit-scrollbar-button {
    display: none; 
}
/* 스크롤바 */

/* input number 화살표 버튼 제거 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.number_input{
    width: 30px;
    border: none; /* 테두리를 없앰 */
    text-align: center;
    font-weight: 600;
}
.number_input:focus{
    outline: none; /* 포커스된 상태일 때의 테두리를 없앰 */
    border: none; /* 테두리를 없앰 */
}

/* input number 화살표 버튼 제거 */

 
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.btn_default{
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background-color: #0265A8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}  

.discount_price{
    font-weight: 100;
    color: #a0a0a0;
    text-decoration: line-through;
}


.vat{
    font-weight: 400 !important;
    font-size: 16px;
    color: #999999;
    margin-bottom: 8px;
    margin-top: 6px;
}

.cancel_line{
    text-decoration: line-through;
}


.paging{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page_item{
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #00497B;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00497B;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 600;
  margin: 0px 3px;
}
.active_page{
  color: #ffffff;
  background-color: #00497B;
}
.page_prev{
  background-image: url("/img/admin_paging_back.svg");
}
.page_next{
  background-image: url("/img/admin_paging_next.svg");
}

.w1{
    font-weight: 100;
}
.w2{
    font-weight: 200;
}
.w3{
    font-weight: 300;
}
.w4{
    font-weight: 400;
}
.w5{
    font-weight: 500;
}
.w6{
    font-weight: 600;
}
.w7{
    font-weight: 700;
}
.w8{
    font-weight: 800;
}
.w9{
    font-weight: 900;
}


.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs22{
    font-size: 22px;
}
.fs23{
    font-size: 23px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fs26{
    font-size: 26px;
}
.fs27{
    font-size: 27px;
}
.fs28{
    font-size: 28px;
}
.fs29{
    font-size: 29px;
}
.fs30{
    font-size: 30px;
}


