a {
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  font-size: 0;
}

.top_btn {
  position: fixed;
  right: 2%;
  bottom: 4%;
  z-index: 999;
}

.top_btn a {
  width: 50px;
  height: 50px;
  background-color: #555;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_btn1 {
  position: fixed;
  right: 2%;
  bottom: 11%;
  z-index: 999;
}

.top_btn1 a {
  width: 50px;
  height: 50px;
  background-color: #555;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_btn2 {
  position: fixed;
  right: 2%;
  bottom: 4%;
  z-index: 999;
}


/* brand */

.sub_banner01 {
  background-image: url(../images/sub_bg01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.sub_banner01 h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.brand_content {
  padding: 5% 0;
}

.brand_content h1 {
  font-size: 38px;
  font-weight: bold;
  color: #333;
}

.brand_content h2 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10%;
}

.brand_content h3 {
  font-size: 26px;
  color: #333;
  margin: 20px 0 70px;
  font-weight: 100;
}

.brand_content p {
  font-size: 18px;
  color: #333;
}

.brand_content hr {
  border: 1px solid #eee;
  margin: 6% 0;
}

.cm_box {
  width: 100%;
  display: flex;

}

.cm_img,
.cm_img2 {
  float: left;
  width: 50%;
}

.cm_text {
  float: right;
  width: 50%;
  text-align: left;
  margin-top: 30px;
}

.cm_text h1 {
  font-size: 30px;
  color: #333;
}

.cm_text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  line-height: 26px;
}

.cm_text2 {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 30px;
}

.cm_text2 h1 {
  font-size: 30px;
  color: #333;
}

.cm_text2 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  line-height: 26px;
}

.cm_title {
  display: inline-block;
}

.hrArea {
  width: 100px;
  border: 0;
  height: 2px;
  margin: 5px 0 30px;
  position: relative;
  display: inline-block;
  background-color: #333;
  left: -90px;
}

.hrArea2 {
  width: 100px;
  border: 0;
  height: 2px;
  margin: 5px 0 30px;
  position: relative;
  display: inline-block;
  background-color: #333;
  right: -77px;
}

.step {
  width: 100%;
  overflow: hidden;
}

.step li {
  float: left;
  width: 33.2%;
  border-right: 1px solid #eee;
}

.step li:nth-child(3) {
  border-right: none;
}

.step_box h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}

.step_box h4 {
  font-size: 24px;
  margin: 50px 0 30px;
}

.step_box h5 {
  font-size: 18px;
  font-weight: 100;
  line-height: 26px;
}

/* product */

.sub_banner02 {
  background-image: url(../images/sub_bg02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.sub_banner02 h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.menu_tab {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 30px 0 70px;
}

.menu_tab .cate {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  margin-right: 20px;
}

.about_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8%;
}

.about_list li {
  width: 30%;
}

.about_list li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.about_list_img {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.sold_out{
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #555;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    font-weight: bold;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.price h4 {
  font-size: 18px;
  text-decoration: line-through;
  color: #777;
  font-weight: 500;
}

.price h5 {
  font-size: 26px;
  font-weight: bold;
  color: #111;
  margin-left: 15px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue {
  width: 40px;
  background-color: #91c1cc;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  margin: 0 5px;
}

.orange {
  width: 40px;
  background-color: #f6b37f;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  margin: 0 5px;
}

.red {
  width: 40px;
  background-color: #ef8a72;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px;
  margin: 0 5px;
}

/* story */

.sub_banner03 {
  background-image: url(../images/sub_bg03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.sub_banner03 h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.story_list {
  width: 100%;
  overflow: hidden;
}

.story_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 4%;
}

.story_list li:nth-child(3n) {
  margin-right: 0;
}

.story_list li .story_list_img {
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
  /* height: 530px; */
  overflow: hidden;
  cursor: pointer;
}

.story_list_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: transform .5s;
}

.story_list_img img:hover {
  transform: scale(1.2);
  transition: transform .5s;
}

/* story_c */
.story_c h3 {
  font-size: 24px;
  margin: 5% 0;
  color: #333;
}

.b_btn {
  width: 150px;
  padding: 14px 0;
  color: #fff;
  font-size: 16px;
  background-color: #bb9477;
  border: 0;
  margin: 5% 0;
  cursor: pointer;
}

/* notice */
.sub_banner04 {
  background-image: url(../images/sub_bg04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
}

.sub_banner04 h1 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.magazine_list {
  width: 100%;
  clear: both;
  border-top: 1px solid #555;
}

.magazine_list li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.magazine_list li.title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.m_title01 {
  width: 10%;
  text-align: center;
}

.m_title02 {
  width: 75%;
  text-align: center;
}

.m_title03 {
  width: 15%;
  text-align: center;
}

.magazine_list li.con {
  padding: 30px 0;

}

.m_con01 {
  width: 10%;
  text-align: center;
  font-weight: bold;
  color: #111;
}

.m_con02 {
  width: 75%;
  padding: 0 5%;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
}

.m_con03 {
  width: 15%;
  text-align: center;
  font-size: 16px;
}

/* ul.notice_list {
  margin-bottom: 80px;
} */

.notice_list h3 {
  font-size: 26px;
  font-weight: 300;
  margin: 5% 0;
}

.n_con {
  font-size: 16px;
  font-weight: normal;
}

.stay {
  font-size: 14px;
  color: #ff472d;
  border: 1px solid #ff472d;
  padding: 5px 0;
  width: 60px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
}

.notice_list li:nth-of-type(2) {
  padding: 25px 0;
}

.page_btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.page_btn input[type='button'] {
  color: #999;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  margin: 0 5px;
  font-family: 'Noto Sans', sans-serif !important;
}

/* notice_c */
.notice_c {
  margin-top: 5%;
}

.notice_title {
  text-align: left;
}

.big_title {
  display: inline-flex;
}

.big_title h3 {
  font-size: 24px;
  color: #333;
  text-align: left;
  margin-left: 10px;
}

.n_date {
  font-size: 16px;
  margin: 20px 0;
}

.notice_content {
  padding: 50px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* product_detail */

.detail {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 5%;
}

.left_de {
  float: left;
  width: 48%;
}

.img_box {
  width: 100%;
  height: 500px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.right_de {
  float: right;
  width: 48%;
  text-align: left;
}

.d_title {
  font-size: 30px;
}

.d_price {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.d_price h4 {
  font-size: 18px;
  text-decoration: line-through;
  color: #777;
  font-weight: 500;
}

.d_price h5 {
  font-size: 26px;
  font-weight: bold;
  color: #111;
  margin-left: 15px;
}

.deli {
  font-size: 16px;
  color: #f3631d;
  font-weight: 600;
}



.detailProduct {
  width: 100%;
  overflow: hidden;
}

#navigation {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}

#navigation.fixed {
  width: 1200px;
  margin: 0 auto;
  top: 0;
  position: fixed;
}

/* #navigation li:first-child a {
  border-left: 1px solid #ccc;
} */

#navigation li {
  display: inline-block;
  width: 33.3%;
}

#navigation li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  padding: 15px 20px 14px;
  /* border-right: 1px solid #ccc;
  background-color: #fafafa; */
  text-align: center;
  color: #555;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.sec2Title {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

.option_select {
  width: 100%;
  margin-top: 40px;
}

p.option_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.o_select {
  height: 45px;
  border-radius: 5px;
}

.choice {
  font-size: 16px;
  color: #555;
  width: 100%;
  padding: 10px;
}

select.choice {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: transparent;
  appearance: none;
  font-family: 'NanumSquare', sans-serif;
  cursor: pointer;
}

.select {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  position: relative;
}

.select i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #777;
  cursor: pointer;
}

.option_plus {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.option_p_title {
  color: #111;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}

.option_p_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.option_money {
  display: flex;
  align-items: center;
}

.option_money p {
  font-size: 18px;
  font-weight: bold;
}

.option_money input[type='button'] {
  background-color: #fff;
  color: #999;
  font-size: 20px;
  font-weight: 300;
  border: 0;
  margin-left: 15px;
}

.total_money_box {
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_title {
  font-weight: bold;
  font-size: 18px;
}

.total_con {
  display: flex;
  align-items: center;
}

.t_text {
  color: #999;
  font-size: 14px;
}

.t_money {
  font-size: 30px;
  font-weight: bold;
  margin-left: 15px;
}

.last_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last_btn input[type='button'] {
  width: 280px;
  height: 70px;
  font-size: 20px;
  background-color: #bb9477;
  color: #fff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.last_btn input[type='button'].black_border {
  background-color: transparent;
  color: #bb9477;
  border: 1px solid #bb9477;
}

/*장바구니수량*/

.form-control {
  border-radius: 0 !important;
  text-align: center !important;
  border: 1px solid #e1e1e1 !important;
  /* border-left: 0 !important; */
  /* border-right: 0 !important; */
  width: 40px;
  float: left;
  margin-right: -1px;
  height: 36px;
}

.form-control2 {
  border-radius: 0 !important;
  text-align: center !important;
  border: 0px solid #e1e1e1 !important;
  /* border-left: 0 !important; */
  /* border-right: 0 !important; */
  width: 40px;
  float: left;
  margin-right: -1px;
  height: 36px;
}

.btn-primary {
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
  box-sizing: border-box !important;
  color: #333 !important;
}

.btn-danger {
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
  box-sizing: border-box !important;
  color: #333 !important;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  margin-right: -1px;
  font-size: 18px;
  float: left;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  width: 40px;
  height: 38px;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 !important;
}

.de_img {
  margin: 5% 0;
}

.detail_con {
  width: 60%;
  margin-top: 100px;
  margin: 0 auto;
}

.d_c_text {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: left;
}

.d_c_list {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}

.d_c_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.d_c_title {
  width: 30%;
  font-size: 16px;
  background-color: #f8f8f8;
  padding: 15px 20px;
  text-align: left;
  line-height: 26px;
}

.d_c_con {
  width: 70%;
  font-size: 14px;
  color: #777;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 20px;
  text-align: left;
}

.section {
  padding: 7% 0;
}

.re_list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.list_box {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

.list_box:last-child {

  border-bottom: 1px solid #ccc;

}

.re_small {
  width: 100%;
  ;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.star {
  width: 80%;
  text-align: left;
  font-size: 20px !important;
}

.write {
  width: 10%;
}

.date {
  width: 10%;
}

.re_option {
  text-align: left;
  font-size: 16px;
  color: #777;
  margin: 25px 0;
}

.re_content {
  text-align: left;
  font-size: 18px;

}

.cate_box {
  text-align: left;
  margin-top: 30px;
}

.cate_box2 {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 30px;
}

.pop_cate {
  font-size: 18px;
  margin-bottom: 10px;
}

.pop_textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #d2d2d2;
  resize: none;
  font-size: 14px;
  font-family: 'NanumSquare', sans-serif;
  padding: 10px;
  outline: none;
  overflow-y: scroll;
}

/* order_list */

.sub_banner05 {
  background-color: #c1d5e3;
  width: 100%;
  height: 220px;
  position: relative;
}

.sub_banner05 h1 {
  position: absolute;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.mypage {
  width: 100%;
  overflow: hidden;
  margin-top: 5%;
}

.left_my {
  width: 30%;
  float: left;
  text-align: left;
}

.left_my h1 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 12px;
}

.left_my h3 {
  font-size: 22px;
  color: #555;
  font-weight: 300;
  margin-bottom: 70px;
}


.right_my {
  width: 70%;
  float: right;
}

.my_cate {
  width: 50%;
}

.my_cate li {
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.my_cate li a:hover{
  color: #777;
}

.my_cate li a::after{
  content:'';
  display:block;
  background:#777;
  width:0;
  height:3px;
  margin:5px 0;
  transition:all .3s ease-in-out;
}

.my_cate li a:hover::after{width:100%;}

.my_cate .on {
  font-weight: 600;
  color: #111;
}

.my_cate li a {
  font-size: 20px;
  color: #333;
  transition:all .3s ease-in-out;
}

.order_icon i {
  font-size: 30px;
  color: #777;
}

.order_icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_tt {
  margin: 0 45px;
  text-align: center;
}

.icon_tt h1 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 20px 0;
}

.icon_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_num h3 {
  font-size: 30px;
  color: #777;
  font-weight: bold;
  margin-right: 5px;
}

.icon_num p {
  font-size: 14px;
  color: #999;
}

/* 기간조회 */

.date_select_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.date_select_box ul {
  overflow: hidden;
}

.date_select_box li {
  text-align: center;
  width: 60px;
  float: left;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  color: #333333;
  padding: 8px 0;
  cursor: pointer;
  margin-right: 7px;
}

.date_box {
  width: 140px;
  height: 35px;
  padding-left: 10px;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

.date_select_box p {
  float: left;
  text-align: center;
  font-size: 16px;
  padding-top: 2px;
  margin: 0 7px;
}

.date_see_btn {
  float: left;
  margin-left: 10px;
  border: 0;
  background-color: #555;
  text-align: center;
  color: #fff;
  width: 70px;
  font-size: 14px;
  cursor: pointer;
  height: 35px;
}

.calendar {
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 20px 0;
  margin: 8% 0;
}

/* order_list */

.product_img {
  width: 100px;
  height: 100px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin-right: 20px;
}

.product_img img {
  width: 100%;
}

.order_list_title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: left;
}

.order_list {
  width: 100%;
  border-top: 1px solid #1b1b1b;
}

.order_list li {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
}

.order_list li.title {
  padding: 15px 2%;
  font-weight: bold;
  text-align: center;
}

.order_list li.title div {
  font-size: 16px;
}


.o_title01 {
  width: 55%;
}

.o_title02 {
  width: 15%;
}

.o_title03 {
  width: 15%;
}

.o_title04 {
  width: 15%;
}

ul.order_list li.order_number {
  padding: 10px 2%;
}

ul.order_list li.con {
  padding: 20px 2%;
}

p.order_day {
  font-size: 14px;
  color: #555;
}

p.order_day span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

p.order_day:first-child {
  margin-right: 20px;
}

.o_con01 {
  width: 55%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.order_box {
  margin-top: 20px;
}

.order_box span {
  font-size: 14px;
  color: #777;
}

.order_box span strong {
  color: #000;
}

.o_con02 {
  width: 15%;
  font-size: 14px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o_con02 u {
  cursor: pointer;
}

.o_con03 {
  width: 15%;
  text-align: center;
  font-size: 16px;
}

.o_con04 {
  width: 15%;
  font-size: 18px;
}

.order_box01 {
  font-size: 14px;
  width: 100px;
  border: 1px solid #d2d2d2;
  text-align: center;
  padding: 8px 0;
  margin: 5px auto;
  cursor: pointer;
}

/* cart */

.cart_box {
  margin-top: 5%;
}

.product_text {
  text-align: left;
}

.product_title {
  font-size: 18px;
}

.sub_banner06 {
  background-color: #d2e5e1;
  width: 100%;
  height: 220px;
  position: relative;
}

.sub_banner06 h1 {
  position: absolute;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.cart_route {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

p.c_r_t {
  color: #999;
}

.cart_route i {
  color: #999;
  font-size: 20px;
  margin: 0 10px;
}

p.bold {
  color: #333;
  font-weight: bold;
}

ul.cart_list,
ul.total {
  width: 100%;
  border-top: 1px solid #313131;
  margin-top: 50px;
}

ul.cart_list li,
ul.total li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

ul.cart_list li.title,
ul.total li.title {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #333;
}

ul.cart_list li.con {
  padding: 20px 0;
}

.c_title01 {
  width: 10%;
}

.c_title02 {
  width: 50%;
}

.c_title03 {
  width: 15%;
}

.c_title04 {
  width: 10%;
}

.c_title05 {
  width: 15%;
}

.c_con01 {
  width: 10%;
  text-align: center;
}

.c_con02 {
  width: 50%;
  display: flex;
  align-items: center;
}

.c_con03 {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c_con04 {
  width: 10%;
  text-align: center;
  font-size: 14px;
}

.c_con05 {
  width: 15%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.option {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

.option01 {
  width: 55px;
  font-size: 12px;
  background-color: #9f8362;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin-right: 10px;
}

.option_t {
  font-size: 14px;
}

.wish_btn {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px;
}

.cart_btn input[type='button'] {
  background-color: #fff;
  color: #555;
  padding: 10px 0;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  width: 120px;
  cursor: pointer;
}

.or_btn input[type='button'] {
  width: 270px;
  background-color: #333;
  color: #fff;
  height: 55px;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
}

.total {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.cart_btn {
  width: 50%;
  float: left;
  text-align: left;
}

.total_m {
  text-align: right;
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.total_m p {
  font-size: 16px;
  color: #777;
}

.total_m h5 {
  font-size: 30px;
  color: #333;
  margin-left: 30px;
}

/* complete */

.sub_banner08 {
  background-color: #f2d1af;
  width: 100%;
  height: 220px;
  position: relative;
}

.sub_banner08 h1 {
  position: absolute;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.com_box {
  text-align: center;
  color: #333;
  margin-top: 8%;
}

.com_box h1 {
  font-size: 34px;
  margin: 40px 0;
  font-weight: 100;
}

.com_box h2 {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
}

.com_box h3 {
  font-size: 20px;
  font-weight: 100;
}

.com_box p {
  font-size: 16px;
  color: #fa5500;
  font-weight: 600;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: underline;
}


/* login */
.gray_bg {
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;

}

.w_bg {
  background-color: #fff;
  width: 400px;
  margin: 0 auto;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-top: 40px;
}

.w_bg input[type='text'] {
  width: 92%;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px 0;
  outline: none;
  font-size: 16px;
}

.w_bg input[type='password'] {
  width: 92%;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px 0;
  outline: none;
  font-size: 16px;
}

.w_bg input[type='text']::placeholder {
  font-size: 16px;
  color: #ababab;
}

.find {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.check {
  width: 50%;
  display: flex;
  align-items: center;
  text-align: left;
  float: left;
}

.check input[type='checkbox'] {
  margin-right: 5px;
  border-radius: 0;
  border: 1px solid #777;
  cursor: pointer;
}

span.check_t {
  font-size: 14px;
  color: #777;
}

.find p {
  font-size: 14px;
  text-align: right;
  width: 50%;
  float: right;
  cursor: pointer;
}

.log_btn {
  width: 100%;
  background-color: #bb9477;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
}

.center {
  width: 50%;
  margin: 0 auto;
}

.j_btn {
  width: 35%;
  float: right;
  background-color: #fff;
  color: #bb9477;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #bb9477;
  padding: 8px 0;
  cursor: pointer;
}

.non_btn {
  width: 100%;
  background-color: #fff;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #999;
  padding: 10px 0;
  cursor: pointer;
}

.join_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.join_btn p{
  font-size: 14px;
}

/* 팝업 */

.pop_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agree_box {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.pop,
.pop2,
.pop3,
.pop4 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -999;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.pop.on,
.pop2.on,
.pop3.on,
.pop4.on {
  z-index: 9999;
  opacity: 1;
  display: flex;
}

.pop .popWhite,
.pop2 .popWhite,
.pop3 .popWhite,
.pop4 .popWhite {
  background-color: #fff;
  width: 400px;
  padding: 50px 20px;
  /* height: 500px; */
  overflow: hidden;
  position: relative;
  border: 0;
  top: -100%;
  border-radius: 8px;
  transition-duration: 0.5s;
  transition-delay: .2s;
}

.pop.on .popWhite,
.pop2.on .popWhite,
.pop3.on .popWhite,
.pop4.on .popWhite {
  top: 0;
  border-radius: 0px;
  transition-delay: .2s;
  transition-duration: 0.5s;
}

.closePop,
.closePop2,
.closePop3,
.closePop4 {
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: 10px;
  color: #999;
  font-weight: 200;
  cursor: pointer;
}

.pop_form {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.pop_form h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.pop_form p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}

.pop_form h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.pop_form h5 {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.pop_input input[type='text'] {
  width: 93%;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px 0;
  outline: none;
  font-size: 16px;
}

.pop_input input[type='text']::placeholder {
  font-size: 16px;
  color: #ababab;
}

.order_btn {
  width: 100%;
  background-color: #555;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  margin: 20px 0 30px;
}

.pop_input p {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 22px;
}

.pop_line {
  border: 1px solid #ccc;
  padding: 20px 10px;
  margin: 20px 0;
  font-size: 16px;
}

.log {
  width: 35%;
  background-color: #555;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  margin: 20px 0 0;
}

/* find */
.find_tab {

  margin: 80px auto 50px;
}

.find {
  width: 100%;
  display: flex;
  align-items: center;
}

.find li {
  width: 50%;
  font-size: 18px;
  color: #999;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 2px solid #bb9477;
  box-sizing: border-box;
  padding: 15px 0;
  cursor: pointer;
}

.find li.f_on {
  font-size: 18px;
  color: #bb9477;
  font-weight: bold;
  border-top: 2px solid #bb9477;
  border-left: 2px solid #bb9477;
  border-right: 2px solid #bb9477;
  border-bottom: 0;
  box-sizing: border-box;
}

.find_con {
  margin-top: 0;
}

.f_box{display: none;}
.f_on {
  display: block;
}

.find_btn {
  width: 98%;
  background-color: #bb9477;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  margin-top: 20px;
}

/* join01 */
.join_bg {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

/* confirm */
.confirm_box {
  width: 400px;
  margin: 100px auto 0;
}

.process {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d2d2d2;
}

.process li {
  margin-top: -30px;
}

.check_circle {
  width: 55px;
  height: 55px;
  background-color: #eee;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.circle_on {
  background-color: #bb9477;
}

.circle_on i {
  color: #fff !important;
}

.circle_off i {
  color: #999 !important;
}

.check_circle i {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.process h3 {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}

.process p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

.step_on {
  color: #bb9477 !important;
}

.agree h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-top: 100px;
}

.title_bar {
  width: 45px;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 0px;
}

/* 인풋은 화면에 안보이게 합니다.*/
.dateCk input[type="checkbox"] {
  display: none
}

.dateCk input[type="checkbox"]+label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/agree.png);
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.dateCk input[type="checkbox"]:checked+label span {
  background: url(../images/agree_o.png);
  /* 이미지 크기가 체크박스보다 크다면 cover를 적용 */
  background-size: cover;
}

.dateCk {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  font-size: 16px;
  color: #333;
}

.dateCk p {
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.ck_font p {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.j_check {
  width: 100%;

}

.check_con {
  width: 100%;
  margin-bottom: 50px;
}

.agree_on {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agree_on p {
  font-size: 18px;
}

.c_box {

  color: #555;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin-top: 5px;
  height: 250px;
  overflow-y: scroll;
  text-align: left;
}

.c_box h4{
  font-size: 16px;
  text-align: left;
  margin: 20px 0;
  line-height: 24px;
}
.c_box h3{
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}
.c_box p{
  font-size: 14px;
  text-align: left;
  line-height: 22px;

}



.dateCk2 {

  display: flex;
  align-items: center;
  padding: 5px 0px;
  font-size: 16px;
  color: #333;
}

.dateCk2 input[type="checkbox"] {
  display: none
}

.dateCk2 input[type="checkbox"]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/agree.png);
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;

}

.dateCk2 input[type="checkbox"]:checked+label span {
  background: url(../images/agree_o.png);
  /* 이미지 크기가 체크박스보다 크다면 cover를 적용 */
  background-size: cover;
}

.next {
  width: 50%;
  background-color: #555;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 10px 0;
  cursor: pointer;

}

/* join02 */
.join_list {
  width: 100%;
  margin: 50px 0;
}

.join_list li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0;
  box-sizing: border-box;
}

.j_title {
  width: 30%;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #333;
}

.j_con {
  width: 60%;
  text-align: left;
}

.j_con input {
  height: 30px;
}

.j_con input[type='button'] {
  width: 90px;
  font-size: 14px;
}

.flex_input {
  display: flex;
  align-items: center;
}

.flex_input input[type='text'] {
  width: 260px;
  margin-right: 10px;
  border: 0;
  border-bottom: 1px solid #777;
  outline: none;
  font-size: 16px;
}

input.ok_btn {
  border: 1px solid #bb9477;
  color: #bb9477;
  background-color: transparent;
  cursor: pointer;
}


.normal_input input[type='text'] {
  width: 360px;
  border: 0;
  border-bottom: 1px solid #777;
}

.normal_input input[type='password'] {
  width: 360px;
  border: 0;
  border-bottom: 1px solid #777;
}

.normal_input input[type='number'] {
  width: 360px;
  border: 0;
  border-bottom: 1px solid #777;
}

.normal_input input {
  width: 360px;
  outline: none;
  font-size: 16px;
}

.number_input input {
  width: 100px;
}

.number_input input:first-child {
  margin-right: 8px;
}

.number_input input:nth-child(2) {
  margin: 0 8px;
}

.number_input input:last-child {
  margin-left: 8px;
}

.address_input>input[type='text'] {
  width: 360px;
  display: block;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #777;
  outline: none;
}

.address_input>input[type='text']::placeholder {
  font-size: 14px;
  color: #999;
}

.address_flex {
  width: 360px;
  display: flex;
  align-items: center;
}

.address_flex input[type='text'] {
  margin-right: 10px;
  border: 0;
  border-bottom: 1px solid #777;
  outline: none;
  font-size: 16px;
}

input.margin {
  margin: 10px 0;
}

span.j_c_text {
  color: #7b001f;
  font-size: 14px;
  line-height: 20px;
  margin-left: 15px;
}

.red_text {
  font-size: 14px;
  color: #f00;
  width: 85%;
}

/* join03 */
.suc_box {
  margin-top: 50px;
}

.suc_box h3 {
  font-size: 30px;
  margin: 50px 0;
  font-weight: 300;
}

.home {
  width: 120px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
}

.go_log {
  width: 120px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #333;
  padding: 10px 0;
  cursor: pointer;
}

/* out */
.right_my h5 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 50px;
}

.out_icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.out_icon h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.out_info pre {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 24px;
}

.out_icon i {
  font-size: 25px;
  color: #333;
  margin-right: 10px;
}


.out_list {
  width: 100%;
  margin-top: 50px;
}

.out_list li {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  display: flex;
  padding: 25px 3%;
  box-sizing: border-box;
}

.o_title {
  width: 10%;
  font-weight: bold;
  font-size: 18px;
}

.o_con {
  width: 90%;
}

.m_i_select {
  width: 360px;
  height: 35px;
  border-radius: 5px;
}

.m_i_select select {
  font-size: 14px;
  color: #333;
}

.o_con textarea {
  height: 100px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumSquare', sans-serif;
}

.out_list li:last-child {
  align-items: center;
  padding: 25px 0;
}

span.m_i {
  margin-left: 10px;
  font-weight: bold;
}

.out_sel {
  width: 300px;
  padding: 5.5px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
}

.deli_tb {
  width: 100%;
  border-collapse: collapse;
}

.deli_tb th {
  width: 20%;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.deli_tb td {
  width: 80%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  text-align: left;
}

.order_textarea {
  height: 100px;
  background-color: #f8f8f8;
  border: 1px solid #d2d2d2;
  width: 100%;
  outline: 0;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}

textarea.order_textarea {
  font-size: 16px;
  font-family: 'NanumSquare', sans-serif;
}

.dateCk3 {
  display: flex;
  align-items: center;
  margin: 20px 0px;
  font-size: 16px;
  color: #333;
}

.dateCk3 input[type="checkbox"] {
  display: none
}

.dateCk3 input[type="checkbox"]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/agree.png);
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;

}

.dateCk3 input[type="checkbox"]:checked+label span {
  background: url(../images/agree_o.png);
  /* 이미지 크기가 체크박스보다 크다면 cover를 적용 */
  background-size: cover;
}

.dateCk3 p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.out_btn {
  margin-top: 50px;
}

.out_l {
  width: 120px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #333;
  padding: 8px 0;
  cursor: pointer;
  margin-right: 10px;
}

.out_r {
  width: 120px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #333;
  padding: 8px 0;
  cursor: pointer;
}

/* faq */
.faq_list {
  margin-top: 3%;
}

.faq_list h5 {
  text-align: left;
  font-size: 30px;
  color: #555;
}

.faq {
  font-size: 16px;
}

.faq_ul {
  background-color: #fff;
  margin-bottom: 100px;
}

.faq.open {
  padding-bottom: 0 !important;
}

.faq {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 2% 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  position: relative;
}

.faq .faqhideNav {
  display: none;
  overflow: hidden;
}

.faqhideNav li:first-child {
  margin-top: 2%;
  background-color: #fdfdfd;
  border-top: 1px solid #e1e1e1;
}

.faqhideNav li {
  list-style: none;
  font-size: 14px;
  padding-top: 5px;
  list-style: circle;
  padding: 2% 0;
  display: flex;
  align-items: center;
}

.faqhideNav li a {
  list-style: none;
  font-size: 14px;
  text-decoration: none;
  color: #777;
  cursor: pointer;
}

.faq a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.faq a>div,
.menu_one2>div {
  float: left;
  display: inline;
}

.csContent {
  width: 96%;
  line-height: 24px;
  padding: 0 2%;
  font-size: 18px;
}

.faqArea1 {
  width: 5%;
  font-size: 20px;
}

.faqArea1 .title {
  font-size: 18px;
}

.faqArea2 {
  width: 96%;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
  padding: 0 2%;
}

.faqArea2+.down_arrow {
  top: 4px !important;
}

.drop_arrow {
  opacity: 1;
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 14px;
  transition-duration: 0.5s;
}

.btnQ {

  font-size: 24px;
  color: #555;
  font-weight: 600;
}

.btnA {
  font-size: 24px;
  color: #555;
  font-weight: 600;
}

.menu.yap {
  width: 96% !important;
  padding: 10px 0 !important;
}

.menu.open.yap>.disSpace {
  padding: 0 !important;
}

.tabMenu {
  padding-bottom: 30px;
}

.ask_btn {
  background-color: #6da61d;
  border: 1px solid #6da61d;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  width: 150px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* order_list_detail */
.cause_detail {
  width: 100%;
}

.cause_detail_box {
  width: 100%;
  margin-top: 50px;
}

p.cause_detail_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  text-align: left;
}

.cancle_d_select {
  width: 430px;
  height: 35px;
  border-radius: 5px;
  margin: 15px 0 10px;
}

.cancle_d_select select {
  font-size: 14px;
  color: #333;
}

.cause_detail_box textarea {
  height: 85px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'NanumSquare', sans-serif;
}

ul.c_d_list {
  width: 100%;
  font-size: 16px;
  text-align: left;
}

ul.c_d_list li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.c_d_title {
  width: 15%;
  padding: 20px 2%;
  box-sizing: border-box;
  border-right: 1px solid #d2d2d2;
}

.c_d_con {
  width: 85%;
  padding: 0 3%;
  box-sizing: border-box;
}

.datail_box {
  width: 33.33%;
  padding: 20px 3%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.datail_box p {
  font-weight: bold;
}

p.big {
  font-size: 20px;
}

.datail_box02 {
  width: 33.33%;
  padding: 10px 3% 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.datail_box02 p {
  font-size: 14px;
  line-height: 25px;
}

p.right {
  text-align: right;
}

.datail_box02 p span {
  font-size: 12px;
  color: #777;
}

.datail_box:nth-child(2),
.datail_box02:nth-child(2) {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.c_p {
  position: relative;
}

.cc {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  top: 15px;
}

.circle_minus {
  left: -15px;
}

.circle_equal {
  right: -15px;
}

/* my_info */

.out_click {
  border: 0;
  outline: none;
  font-size: 16px;
  color: #777;
  background-color: #fff;
  text-decoration: underline;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-top: 50px;
}

.pw_box {

  display: flex;
  align-items: center;
  justify-content: center;
}

.pw_text {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  outline: none;

}

.pw_ok {
  width: 100px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 8px 10px;
  cursor: pointer;
}

/* order */

/* order_list */

.sub_banner07 {
  background-color: #f9d6c6;
  width: 100%;
  height: 220px;
  position: relative;
}

.sub_banner07 h1 {
  position: absolute;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.num_size {
  font-size: 16px;
}

.order01 {
  width: 60%;
  padding: 0 3%;
  box-sizing: border-box;
}

.order_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin-top: 60px;
}

.left_box {
  width: 65%;
  position: relative;
  float: left;
}

.right_box {
  width: 35%;
  padding-left: 5%;
  box-sizing: border-box;
  position: relative;
  float: right;
}

.r_all_box {
  width: 30%;
}

.l_box {
  width: 100%;
}

.l_box:not(:first-child) {
  margin-top: 60px;
}

.left_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.l_title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

ul.left_list {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #333;
}

ul.left_list li {
  width: 100%;
  border-top: 1px solid #d2d2d2;
  padding: 15px 3%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.l_check span {
  font-size: 14px;
  color: #555;
  margin: 0 20px 0 5px;
}

.l_check input[type='button'] {
  background-color: transparent;
  border: 1px solid #7b001f;
  border-radius: 5px;
  color: #7b001f;
}

ul.left_list li textarea {
  width: 100%;
  height: 75px;
  outline: 0;
  resize: none;
  font-size: 16px;
  border: 1px solid #d2d2d2;
}

.m_input span {
  font-size: 14px;
  margin-right: 20px;
}

.m_input input[type='button'] {
  border: 1px solid #7d7d7d;
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
}

li.this_input {
  padding: 20px 5% !important;
  justify-content: space-between;
}

li.this_input input[type='button'] {
  font-size: 16px;
  border: 1px solid #7d7d7d;
  background-color: transparent;
  padding: 12px 35px;
  border-radius: 10px;
}

input[type='button'].border_red {
  border: 1px solid #7b001f !important;
  color: #7b001f;
  font-weight: bold;
}

p.t_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

.r_box {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.total_list {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_list p {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.f_grey {
  color: #999;
  font-size: 18px;
}

.f_red {
  color: #fa5500 !important;
  font-size: 18px;
}

.total_list02 {
  margin-top: 20px;
  padding: 25px 0 40px;
  border-top: 1px dashed #d2d2d2;
  font-size: 35px;
  font-weight: bold;
  text-align: right;
}

.total_check {
  width: 100%;
  margin-bottom: 20px;
}

.total_check input {
  margin: 5px 10px 0 0;
}

.total_check span {
  font-size: 14px;
  line-height: 20px;
}

.r_all_box input[type='button'] {
  width: 100%;
  height: 60px;
  font-size: 24px;
  border: 0;
  color: #fff;
  background-color: #bb9477;
  cursor: pointer;
}

.FixedArea {
  position: absolute;
  margin: 0 auto;
  width: 1200px;
  z-index: 1;
  top: 0;
  transition-duration: 0.5s;
}

.positionFixed {
  position: fixed;
  z-index: 1;
  top: 5%;
  transition-duration: 0.5s;
  overflow: hidden;
}

.dateCk4 {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  font-size: 16px;
  color: #333;
}

.dateCk4 input[type="checkbox"] {
  display: none
}

.dateCk4 input[type="checkbox"]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/agree.png);
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;

}

.dateCk4 input[type="checkbox"]:checked+label span {
  background: url(../images/agree_b.png);
  /* 이미지 크기가 체크박스보다 크다면 cover를 적용 */
  background-size: cover;
}

.dateCk4 p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.order_input input[type='text'] {
  width: 360px;
  border: 1px solid #ccc;
}

.order_input input[type='number'] {
  width: 360px;
  border: 1px solid #ccc;
}

.order_input input {
  width: 360px;
  outline: none;
  font-size: 16px;
}

.address_input_o>input[type='text'] {
  width: 360px;
  display: block;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
}

.address_input_o>input[type='text']::placeholder {
  font-size: 14px;
  color: #999;
}

.address_flex_o {
  width: 360px;
  display: flex;
  align-items: center;
}

.address_flex_o input[type='text'] {
  margin-right: 10px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}

.add_radio {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.add_radio .add_r {
  margin-right: 10px;
}

/* 라디오버튼 */
.checks {
  position: relative;
}

.checks input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checks input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checks input[type="radio"]+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 21px;
  height: 21px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.checks input[type="radio"]+label:active:before,
.checks input[type="radio"]:checked+label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type="radio"]:checked+label:before {
  background: #E9ECEE;
  border-color: #adb8c0;
}

.checks input[type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: #99a1a7;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* radio size */
.checks.small input[type="radio"]+label {
  font-size: 14px;
  padding-left: 25px;
  margin-right: 30px;
}

.checks.small input[type="radio"]+label:before {
  top: -2px;
  width: 17px;
  height: 17px;
}

.checks.small input[type="radio"]:checked+label:after {
  top: 3px;
  width: 9px;
  height: 9px;
}

.j_small {
  font-size: 14px;
}

/* qna */
.qna_list {
  margin-top: 3%;
}

.qna_list h5 {
  text-align: left;
  font-size: 30px;
  color: #555;
}

.qna {
  font-size: 16px;
}

.qna_ul {
  background-color: #fff;
  margin-bottom: 100px;
}

.qna.open {
  padding-bottom: 0 !important;
}

.qna {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 2% 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  position: relative;
}

.qna .qnahideNav {
  display: none;
  overflow: hidden;
}

.qnahideNav li:first-child {
  margin-top: 2%;
  background-color: #fdfdfd;
  border-top: 1px solid #e1e1e1;
}

.qnahideNav li {
  list-style: none;
  font-size: 14px;
  padding-top: 5px;
  list-style: circle;
  padding: 2% 0;
  display: flex;
  align-items: center;
}

.qnahideNav li a {
  list-style: none;
  font-size: 14px;
  text-decoration: none;
  color: #777;
  cursor: pointer;
}

.qna a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.qna a>div,
.menu_one2>div {
  float: left;
  display: inline;
}

.csContent {
  width: 96%;
  line-height: 24px;
  padding: 0 2%;
  font-size: 18px;
}

.qnaArea1 {
  width: 8%;
  font-size: 20px;
}

.qnaArea1 .title {
  font-size: 18px;
}

.qnaArea2 {
  width: 72%;
  font-size: 20px;
  font-weight: 500;
  padding: 0 2%;
}

.qnaArea3 {
  width: 10%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.qnaArea4 {
  width: 10%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.qnaArea2+.down_arrow {
  top: 4px !important;
}

.drop_arrow {
  opacity: 1;
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 14px;
  transition-duration: 0.5s;
}

.qnaQ {

  font-size: 14px;
  color: #7c4a2e;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 0;
  border: 1px solid #7c4a2e;
  text-align: center;
}

.qnaA {
  font-size: 26px;
  color: #999;
  font-weight: 600;
  text-align: center;
}

.qna_btn {
  float: right;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 10px 60px;
  cursor: pointer;
  outline: none;
  margin-bottom: 30px;
}

.dateCk5 {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  color: #333;
}

.dateCk5 input[type="checkbox"] {
  display: none
}

.dateCk5 input[type="checkbox"]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/agree.png);
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;

}

.dateCk5 input[type="checkbox"]:checked+label span {
  background: url(../images/agree_b.png);
  /* 이미지 크기가 체크박스보다 크다면 cover를 적용 */
  background-size: cover;
}

.dateCk5 p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.reason_t {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  width: 90%;
  text-align: left;
  margin: 10px;
}

.reason_c {
  height: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  width: 90%;
  text-align: left;
  margin: 10px;
}

.qna_content_title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 8px;
}

.qna_content {
  width: 100%;

}

.cancel_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}

.cancel_box .product_img {
  width: 85px;
  height: 85px;
}

.cancel_box p.product_title {
  font-size: 18px;
}

.cause {
  padding-top: 15px;
  border-top: 1px solid #d2d2d2;
}

.cause_title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.cancle_select {
  height: 35px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
}

.cancle_select select {
  font-size: 14px;
  color: #333;
}

.cause textarea {
  height: 50px;
  width: 96%;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  resize: none;
  outline: none;
  padding: 5px;
  margin-top: 10px;
  font-family: 'NanumSquare', sans-serif;
}

.collection {
  width: 100%;
  margin-top: 20px;
}

.collection_title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

ul.collection_list {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #000;
  text-align: left;
}

ul.collection_list li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
}

.collec_title {
  width: 30%;
  background-color: #f8f8f8;
  padding: 20px 5%;
  box-sizing: border-box;
}

.collec_con {
  width: 70%;
  padding: 0 5%;
  box-sizing: border-box;
  color: #555;
  word-break: keep-all;
  line-height: 20px;
}

.cancle_btn {
  margin-top: 30px;
}

.cancle_btn input[type='button'] {
  height: 40px;
}

.cho_sel {
  margin-top: 10px;
  width: 100%;
  padding: 5.5px;
  border: 1px solid #e1e1e1;
  outline: none;
}

/* 별 */

.starRev {
  width: 100%;
  overflow: hidden;
}

.starR1 {
  background: url('../images/review_star.png') no-repeat -49px 0;
  background-size: auto 100%;
  width: 14px;
  height: 28px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
}

.starR2 {
  background: url('../images/review_star.png') no-repeat right 0;
  background-size: auto 100%;
  width: 14px;
  height: 28px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
}

.starR1.on {
  background-position: 0 0;
}

.starR2.on {
  background-position: -15px 0;
}

.border_top {
  border-top: 1px solid #333;
  margin-top: 10px;
}

.r_list_title {
  display: flex;
  align-items: center;
}

.review_list {
  width: 100%;

}

.r_list_title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.rev01 {
  width: 8%;
}

.rev02 {
  width: 27%;
  font-size: 16px;
}

.rev03 {
  width: 50%;
  font-size: 16px;
  text-align: center;
}

.rev04 {
  width: 15%;
  font-size: 16px;
}

.review_content {
  text-align: left !important;
  padding: 0 20px;
}

.review_content h1 {
  font-size: 18px;
  color: #111;
  font-weight: 300;
  margin-bottom: 10px;
}

.review_content h3 {
  font-size: 14px;
  color: #777;
  font-weight: 300;
  margin-bottom: 10px;
}

.review_content p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}

.rev.open {
  padding-bottom: 0 !important;
}

.rev {
  width: 100%;
  display: inline-block;
  list-style: none;
  padding: 2% 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  position: relative;
}

.rev .revhideNav {
  display: none;
  overflow: hidden;
}

.revhideNav li:first-child {
  margin-top: 2%;
  background-color: #fdfdfd;
  border-top: 1px solid #e1e1e1;
}

.revhideNav li {
  list-style: none;
  font-size: 14px;
  padding-top: 5px;
  list-style: circle;
  padding: 2% 0;

}

.revhideNav li a {
  list-style: none;
  font-size: 14px;
  text-decoration: none;
  color: #777;
  cursor: pointer;
}

.rev a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.rev a>div {
  float: left;
  display: inline;
  text-align: center;
}

.del_btn input[type='button'] {
  background-color: #fff;
  color: #555;
  padding: 8px 0;
  border: 1px solid #7d7d7d;
  font-size: 14px;
  width: 100px;
  cursor: pointer;
}

.del_btn {
  width: 100%;
  float: right;
  text-align: right;
  margin-top: 20px;
}

.Q_list_title {
  display: flex;
  align-items: center;
}

.qna_list {
  width: 100%;

}

.Q_list_title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.qna01 {
  width: 8%;
  text-align: center;
}

.qna02 {
  width: 22%;
  font-size: 16px;
  text-align: center;
}

.qna03 {
  width: 40%;
  font-size: 16px;
  text-align: center;
}

.qna04 {
  width: 15%;
  font-size: 16px;
  text-align: center;
}

.qna05 {
  width: 15%;
  font-size: 16px;
  text-align: center;
}

.qna_border {
  border: 1px solid #555;
  padding: 8px;
  width: 60px;
  color: #333;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}

.ess {
  font-size: 14px;
  color: #de2b2b;
}

/*multi Files S*/
#imgAdd{
      display: none;
}
#imgAdd + label{
  position: relative;
  float: left;
  clear: both;
  width: 50px;
  height: 50px;
  padding: 1rem;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
#imgAdd + label i{
  font-size:30px;
  color:#c5c5c5;
}
label .number{
  font-size:14px;
}
label .number #imgCount{
  font-size:14px;
  border: 0;
  width: 10px;
}
.fileLine{
  font-size:18px;
  float: left;
  width: 100%;
  display: contents;
}
.imgArea{
  float: left;
  width: 50px;
  height: 50px;
  padding: 1rem;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin: 5px;
  border: 3px solid #ddd;
}
.imgArea img{
  width: 100%;
  height: 100%;
}

.AddList{
  overflow: hidden;
  width: 100%;
  display: contents;
}
/*multi Files E*/


.rev_btn{
  width: 100%;
  overflow: hidden;
}

/* .rev_btn .log {
    width: 35%;
    background-color: #555;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 6px 0;
    cursor: pointer;
    margin: 20px 0 0;
} */


/* 검색결과 */
.result{
  width: 100%;
  text-align: left;
  padding: 10px 0;
  overflow: hidden;
  margin: 30px 0 70px;
}

.re_title{
  display: flex;
  align-items: center;
}

.re_title h1{
  font-size: 32px;
  color: #333;
  margin-right: 10px;
}

.re_title h2{
  font-size: 22px;
  color: #999;
  font-weight: 500;
}

.result p{
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}
