﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*색*/
.gmintback {
  background: #00b2a9;
}

.gnavyback {
  background: #003349;
}

.darkredback {
  background: #c30d23;
}

.softgrayback {
  background: #999;
}

.f8back {
  background: #f8f8f8;
}

.ccback {
  background: #ccc;
}

.eeback {
  background: #eee;
}

.pointblueback {
  background: #778899;
}

.pointblue {
  color: #778899;
}

.fontff {
  color: #fff;
}

/*색*/
html, body {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #232323;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

textarea, button {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
}

textarea, button, select {
  border-radius: 0;
}

button, input {
  cursor: pointer;
}

form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-appearance: checkbox;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

a {
  cursor: pointer;
}

input, textarea, select, button {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background: #fff;
  outline: 0;
  height: 40px;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  vertical-align: middle;
}

div {
  width: 100%;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.title125 {
  font-size: 1.25rem;
}

.title15 {
  font-size: 1.5rem;
}

.txtc {
  text-align: center !important;
}

.txtl {
  text-align: left !important;
}

.txtr {
  text-align: right !important;
}

.disi {
  display: inline !important;
}

.disib {
  display: inline-block !important;
}

.disb {
  display: block !important;
}

.vertop {
  vertical-align: top !important;
}

.vermid {
  vertical-align: middle !important;
}

.mw20 {
  min-width: 20% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w69 {
  width: 69% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w100 {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

.he35px {
  height: 35px;
}

.he50px {
  height: 50px;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.ma10auto {
  margin: 10px auto;
}

.ma2vh0 {
  margin: 2vh 0 !important;
}

.ma3vh0 {
  margin: 2vh 0 !important;
}

.ma5vh0 {
  margin: 5vh 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.border1dd {
  border: 1px solid #ddd;
}

.borderr5 {
  border-radius: 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.borRa5 {
  border-radius: 5px;
}

.btn {
  height: 50px;
  border: none;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 0.7em;
}

.btnblue {
  color: #fff;
  background: #778899;
}

.preline {
  white-space: pre-line;
}

.justfyc {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*공통*/
li img {
  vertical-align: top;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-size: 15px;
  overflow-x: hidden;
  word-break: break-all;
  color: #232323;
  font-family: 'Noto Sans KR', sans-serif;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background: #fff;
  opacity: .9;
}

header > div ul.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 3px 0;
  background: #fff;
  max-width: 1280px;
}

header > div ul.top_menu li {
  display: inline-block;
  margin-right: 10px;
  font-size: .8rem;
  position: relative;
}

header > div ul.top_menu li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background: #ccc;
  position: absolute;
  right: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header > div ul.top_menu li:last-child:after {
  content: none;
}

header > div ul.top_menu li i {
  margin-right: 3px;
}

header > div article.main_menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #778899;
}

header > div article.main_menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.5vh 1.5vw;
  max-width: 1280px;
  vertical-align: middle;
}

header > div article.main_menu div h1 {
  width: 25%;
}

header > div article.main_menu div h1 img {
  width: 100%;
  max-width: 200px;
  vertical-align: middle;
}

header > div article.main_menu div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}

header > div article.main_menu div ul li {
  display: inline-block;
  margin-right: 3vw;
}

header > div article.main_menu div ul li a {
  color: #fff;
}

header > div article.main_menu div ul li.active a {
  color: #778899;
  font-weight: bold;
}

main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2vh 0;
  margin-top: 90px;
  text-align: center;
  /*공통요소*/
  /*메인 index 페이지 s*/
  /*Login 로그인 */
  /*회원 가입*/
  /*상세페이지*/
}

main h2, main h3 {
  letter-spacing: -.1rem;
}

main h2 {
  text-align: center;
}

main h2:after {
  content: "";
  display: block;
  background: #778899;
  width: 10%;
  margin: 1vh auto;
  height: 2px;
}

main h2 i {
  display: block !important;
}

main .short {
  width: 100px !important;
}

main p.bigtitle, main span.bigtitle {
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -.05rem;
}

main p.cate {
  font-size: .8rem;
  font-weight: bold;
  color: #00b2a9;
}

main p.name {
  width: 90%;
  margin: 0 auto;
  height: 50px;
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main p.price, main span.price {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1vh;
}

main input.long {
  width: 280px;
  font-size: .8rem;
}

main input.vlong {
  width: 500px;
}

main article.base {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

main ul.paging {
  width: 100%;
  margin: 3vh auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main ul.paging li {
  margin: 0 5px;
  border: 1px solid #eee;
  padding: 3px 5px;
  color: #555;
}

main ul.paging li.on {
  background: #778899;
  font-weight: bold;
  color: #fff;
}

main ul.paging li.on a {
  color: #fff;
}

main article.slide {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

main article.slide > div .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  width: 40%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main article.slide > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main article.itemlist {
  width: 100%;
  margin: 1vh auto;
  padding: 3vh 0;
  max-width: 1280px;
  text-align: center;
}

main article.itemlist h3 {
  font-size: 20px;
  font-weight: bold;
  color: #778899;
  position: relative;
}

main article.itemlist h3:before {
  content: "";
  width: 13%;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #778899;
  opacity: .2;
  border-radius: 25px;
}

main article.itemlist h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  width: 13%;
  margin: 0 auto;
  margin-top: 5px;
}

main article.itemlist div.itemhead {
  width: 100%;
  margin: 2vh auto;
  padding: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 2vh;
}

main article.itemlist ul.itemlistul {
  width: 100%;
  margin: 3vh 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4vh;
  border-bottom: 1px dashed #ccc;
}

main article.itemlist ul.itemlistul li {
  width: calc(100%/4 - 20px);
  margin: 0 10px;
  display: inline-block;
  margin-bottom: 1vh;
  border: 1px solid #eee;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
  padding-bottom: 2vh;
}

main article.itemlist ul.itemlistul li > div {
  position: relative;
}

main article.itemlist ul.itemlistul li .itemimg_div {
  height: 300px;
  background: #fff;
  padding: 1vh 0;
  margin-bottom: 1vh;
  position: relative;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

main article.itemlist ul.itemlistul li .itemimg_div img {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main article.itemlist:last-child ul {
  border-bottom: none;
}

main .sub_banner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
}

main .sub_banner img {
  width: 100%;
}

main .sub_banner .sub_b70 {
  width: 67%;
  margin: 0 auto;
  padding: 0;
  margin-right: 3%;
}

main .sub_banner .sub_b30 {
  width: 30%;
  margin: 0 auto;
  padding: 0;
}

main article.login {
  width: 50%;
  margin: 0 auto;
  padding: 3vh 0;
  max-width: 560px;
  margin-top: 2vh;
  border: 1px solid #ddd;
  border-radius: 5px;
}

main article.login input, main article.login label, main article.login button {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

main article.login button {
  border-radius: 5px;
}

main article.login label.login_label {
  font-size: .75rem;
  font-weight: bold;
  color: #555;
}

main article.login .login_txt, main article.login .btn {
  min-width: 300px;
  text-align: center;
}

main article.login ul.find_menu {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-top: 3vh;
  padding: 3vh 0;
  text-align: center;
  border-top: 1px solid #555;
}

main article.login ul.find_menu li {
  display: inline-block;
  background: #fff;
  width: auto;
  font-size: .9rem;
}

main article.login ul.find_menu li:first-child:after {
  content: 'ㅣ';
  color: #ccc;
}

main article.login .findContent {
  width: 48%;
  margin: 0 auto;
  margin-top: 3vh;
  padding: 4vh 1vw;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}

main article.login .findContent:nth-of-type(1) {
  margin-right: 2%;
}

main article.login .findContent h4:after {
  content: "";
  display: block;
  width: 100%;
  margin: 1vh auto;
  height: 1px;
  background: #eee;
}

main article.login .findContent ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

main article.login .findContent ul li label, main article.login .findContent ul li input {
  display: inline-block;
}

main article.login .findContent button {
  width: 100%;
}

main article.login .findContent select {
  margin-bottom: 5px;
}

main article.findid {
  min-width: 1000px;
  border: none;
}

main article.join {
  width: 90%;
  margin: 0 auto;
  padding: 2vh 0;
}

main article.join input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

main article.join > div h3 {
  float: left;
}

main article.join > div div.right {
  width: 60%;
  text-align: right;
  letter-spacing: -.1rem;
}

main article.join > div textarea {
  width: 100%;
  margin: 1vh auto;
  padding: 10px;
  height: 20vh;
  line-height: 1.5;
  background: none;
  border: 1px solid #ddd;
  word-break: keep-all;
  margin-bottom: 30px;
}

main article.join > div div.agree_btn {
  display: inline-block;
  width: 35%;
  margin-right: 1vw;
}

main article.join > div div.agree_btn:last-child {
  margin-right: 0;
}

main article.join table.join_table {
  width: 100%;
  margin: 0 auto;
  padding: 2vh 0;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

main article.join table.join_table tr {
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: .9rem;
  margin: 5px 0;
  /*td 공통요소*/
}

main article.join table.join_table tr:last-child {
  border: none;
}

main article.join table.join_table tr:last-child td:first-child {
  vertical-align: top;
}

main article.join table.join_table tr span {
  font-size: .8rem;
}

main article.join table.join_table tr td {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-height: 45px;
  line-height: 45px;
  padding: 1vh 0;
}

main article.join table.join_table tr td:first-child {
  width: 15%;
}

main article.join table.join_table tr td:last-child {
  width: 85%;
}

main article.join table.join_table .input_long {
  width: 60%;
}

/*약관 페이지*/
main article.policy {
  width: 90%;
  margin: 0 auto;
  padding: 5vh 0;
}

main article.policy > div h2 {
  margin-bottom: 2vh;
  font-size: 1.5rem;
  color: #000;
}

main article.policy > div pre.policy_body {
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  min-height: 50vh;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  font-family: 'NotoKR-Regular', 'NanumBarunGothic', '나눔바른고딕', '돋움', Dotum, sans-serif;
  font-size: .9rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-x: auto;
}

main article.viewitem {
  width: 100%;
  margin: 0 auto;
  padding: 3vh 0;
  position: relative;
  max-width: 1280px;
}

main article.viewitem div {
  display: inline-block;
  vertical-align: middle;
}

main div.viewitem_img {
  width: 40%;
}

main div.viewitem_product {
  width: 59%;
  padding: 0.5vh 2vw;
}

main div.viewitem_product > .list {
  width: 100%;
  margin: 0 auto;
  padding: 2vh 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}

main div.viewitem_product > .list .title {
  width: 15%;
}

main div.viewitem_product .btn_amount {
  width: auto;
  margin: 0;
}

main div.viewitem_product .btn_amount button {
  width: 40px;
  height: 40px;
}

main div.viewitem_product .btn_amount input {
  text-align: center;
}

main div.viewitem_product .btn_amount .total_price {
  margin-left: 20px;
}

main .subpage_banner {
  width: 80%;
  margin: 0 auto;
  padding: 2px 0;
  max-width: 1280px;
  background: #eee;
  border-radius: 50px;
  position: relative;
}

main .subpage_banner .txt {
  text-align: center;
  letter-spacing: -.05rem;
}

main .subpage_banner .txt .bold {
  font-size: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#85e7e7), to(#25559c));
  background: linear-gradient(to right, #85e7e7, #25559c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

main > table {
  margin: 3vh auto !important;
}

main table.cart {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}

main table.cart th, main table.cart td {
  padding: 10px 0;
  margin: 10px 0;
}

main table.cart input {
  width: 20px;
  height: 20px;
}

main table.cart th {
  background: #eee;
}

main table.cart th.top_menu0 {
  width: 60%;
}

main table.cart th.top_menu1 {
  width: 25%;
}

main table.cart th.top_menu2 {
  width: 15%;
}

main table.cart td.title {
  background: #eee;
  width: 20%;
}

main table.cart thead {
  text-align: right;
}

main table.cart tbody th, main table.cart tbody td {
  border: 1px solid #ccc;
}

main table.cart tbody div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-aruoud;
      -ms-flex-pack: space-aruoud;
          justify-content: space-aruoud;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2vw;
}

main table.cart tbody div.content > div:first-child {
  width: 40%;
}

main table.cart tbody div.content > div:first-child img {
  width: 100%;
}

main .cart_btn {
  width: 95%;
  margin: 0 auto;
  padding: 2vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .cart_btn li {
  width: 49%;
}

main .cart_btn > div:first-child {
  width: 50%;
  text-align: left;
}

main .cart_btn > div:last-child {
  width: 50%;
  text-align: right;
}

main .cart_btn button {
  min-width: 40%;
  width: 95%;
  margin: 0 auto;
  margin: 0 1%;
}

main .cart_btn1half {
  width: 95%;
  margin: 0 auto;
  padding: 2vh 0;
}

main .cart_btn1half button {
  width: 50%;
}

main .cart_btn1 {
  width: 95%;
  margin: 0 auto;
  padding: 2vh 0;
}

main .cart_btn1 button {
  width: 70%;
}

main .cart_btn2 {
  width: 50%;
  margin: 0 auto;
  padding: 2vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .cart_btn2 button {
  min-width: 48%;
  margin: 0 auto;
  margin: 0 1%;
}

main article.order_bottom {
  width: 95%;
  margin: 0 auto;
  padding: 2vh 0;
}

main article.order_bottom div.flexdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main article.order_bottom div.flexdiv > div.order_info {
  width: 48%;
  margin: 0 auto;
  padding: 3vh 1vw;
  border: 1px solid #ccc;
}

main article.order_bottom div.flexdiv > div.order_info table {
  width: 100%;
  margin: 1vh auto;
  padding: 1vh 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

main article.order_bottom div.flexdiv > div.order_info table td {
  padding: 1.5vh 1vw;
  border-bottom: 1px solid #eee;
}

main article.order_bottom div.flexdiv > div.order_info table input {
  width: 100%;
  padding-left: 10px;
}

main article.order_bottom div.flexdiv div.order_check {
  margin: 10px 0;
}

main article.order_bottom div.flexdiv div.order_check input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

main article.order_bottom div.flexdiv div.order_check span {
  vertical-align: middle;
}

main article.order_bottom div.long_div {
  width: 53%;
  margin: auto 0;
  padding: 3vh 1vw;
  border: 1px solid #ccc;
  background: #f8f8f8;
}

main article.order_bottom div.long_div table {
  width: 100%;
  margin: 1vh auto;
  padding: 1vh 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

main article.order_bottom div.long_div table th:first-child {
  width: 30%;
}

main article.order_bottom div.long_div table th:last-child {
  width: 70%;
  text-align: left;
}

main article.order_bottom div.long_div table td {
  padding: 1vh 0;
  border-bottom: 1px solid #eee;
}

main article.order_bottom div.long_div table input {
  width: 100%;
}

main article.mypage {
  width: 100%;
  margin: 0 auto;
  padding: 3vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main article.mypage section.left_menu {
  width: 30%;
}

main article.mypage section.left_menu ul.sub_menu {
  padding: 2vh 0;
}

main article.mypage section.left_menu ul.sub_menu li {
  height: 5vh;
  line-height: 5vh;
  margin-bottom: 1vh;
  border-top: 1px solid #eee;
  position: relative;
}

main article.mypage section.left_menu ul.sub_menu li:last-child {
  border-bottom: 1px solid #eee;
}

main article.mypage section.left_menu ul.sub_menu li.on a {
  color: #778899;
  font-weight: bold;
}

main article.mypage section.left_menu ul.sub_menu li.on:after {
  content: ">";
  position: absolute;
  right: 2%;
  top: 0;
  color: #778899;
  font-weight: bold;
}

main article.mypage section.right_menu {
  width: 70%;
  /*공통 요소*/
}

main article.mypage section.right_menu table caption {
  font-weight: bold;
  font-size: 1.05rem;
  padding: 1vh 0;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #ddd;
}

main article.mypage section.right_menu table tr {
  border: 1px solid #ccc;
}

main article.mypage section.right_menu table.order_list_style th {
  background: #eee;
}

main article.mypage section.right_menu table.order_list_style th:nth-of-type(1) {
  width: 22%;
}

main article.mypage section.right_menu table.order_list_style th:nth-of-type(2) {
  width: 40%;
}

main article.mypage section.right_menu table.order_list_style th:nth-of-type(3) {
  width: 15%;
}

main article.mypage section.right_menu table.order_list_style th:nth-of-type(4) {
  width: 10%;
}

main article.mypage section.right_menu table.order_list_style th:nth-of-type(5) {
  width: 13%;
}

main article.mypage section.right_menu table.order_list_style th, main article.mypage section.right_menu table.order_list_style td {
  border-right: 1px solid #ccc;
  padding: 1vh 0;
}

main article.mypage section.right_menu table.order_list_style td {
  color: #232323;
}

main article.mypage section.right_menu table.order_detail_style {
  margin-bottom: 5vh;
  border: 1px solid #ccc;
}

main article.mypage section.right_menu table.order_detail_style tr:first-child {
  border: none;
}

main article.mypage section.right_menu table.order_detail_style .title {
  background: #eee;
}

main article.mypage section.right_menu table.order_detail_style td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1vh 0;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 2vh 0;
  clear: both;
  background: #778899;
  color: #fff;
}

footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}

footer > div .footer_left {
  width: 70%;
  font-size: .75rem;
}

footer > div .footer_left ul {
  margin: 2vh 0;
}

footer > div .footer_left ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

footer > div .footer_left ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -8px;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

footer > div .footer_left ul li:last-child:after {
  content: none;
}

footer > div .footer_left ul li a {
  color: #fff;
}

footer > div .footer_right {
  width: 30%;
}

footer > div img {
  width: 50%;
  max-width: 200px;
}

/*미디어*/
@media (min-width: 320px) and (max-width: 768px) {
  body {
    min-width: 320px;
    max-width: 768px;
  }
  header {
    position: relative;
  }
  header > div ul.top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 768px;
  }
  header > div ul.top_menu li:after {
    display: none;
  }
  header > div article.main_menu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.5vh 1.5vw;
    max-width: 768px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header > div article.main_menu div h1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-bottom: 2vh;
  }
  header > div article.main_menu div h1 img {
    max-width: 200px;
  }
  header > div article.main_menu div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  main {
    width: 100%;
    margin: 0 auto;
    padding: 2vh 0;
    margin-top: 10px;
    /*메인 index 페이지 s*/
    /*Login 로그인 */
    /*회원 가입*/
    /*상세페이지*/
  }
  main article.slide {
    max-height: 300px;
  }
  main article.slide > div .content {
    width: 70%;
  }
  main article.itemlist {
    max-width: 768px;
  }
  main article.itemlist h3:before {
    width: 40%;
  }
  main article.itemlist h3:after {
    width: 40%;
  }
  main article.itemlist ul.itemlistul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main article.itemlist ul.itemlistul li {
    width: 47%;
    margin: 1%;
  }
  main article.itemlist ul.itemlistul li .itemimg_div {
    height: 200px;
  }
  main .sub_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 768px;
  }
  main .sub_banner .sub_b70 {
    width: 95%;
    margin: 0 auto;
  }
  main .sub_banner .sub_b30 {
    width: 95%;
  }
  main article.login {
    width: 95%;
    margin: 0 auto;
    padding: 3vh 0;
    min-width: 320px;
  }
  main article.login ul.find_menu {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    margin-top: 3vh;
    padding: 1.5vh 0;
    border-top: 1px solid #ccc;
  }
  main article.login .findContent {
    width: 95%;
    margin: 2vh auto;
    padding: 2vh 1vh;
  }
  main article.login .findContent:nth-of-type(1) {
    margin-right: 0;
  }
  main article.login .findContent ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  main article.login .findContent ul li label, main article.login .findContent ul li input {
    display: inline-block;
  }
  main article.login .findContent ul li label {
    margin-right: 5px;
  }
  main article.login .findContent button {
    width: 95%;
  }
  main article.findid {
    min-width: 320px;
    border: none;
  }
  main article.join {
    width: 95%;
    margin: 0 auto;
    padding: 2vh 0;
  }
  main article.join table.join_table {
    width: 95%;
    margin: 0 auto;
    padding: 2vh 0;
  }
  main article.join table.join_table tr {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    /*td 공통요소*/
  }
  main article.join table.join_table tr:last-child {
    border: none;
  }
  main article.join table.join_table tr:last-child td:first-child {
    vertical-align: top;
  }
  main article.join table.join_table tr .caution {
    display: block;
  }
  main article.join table.join_table tr td {
    text-align: center;
    min-height: auto;
    line-height: normal;
  }
  main article.join table.join_table tr td:first-child {
    width: 100%;
  }
  main article.join table.join_table tr td:last-child {
    width: 100%;
  }
  main article.join table.join_table .input_long {
    width: 90%;
  }
  main article.policy {
    width: 90%;
    margin: 0 auto;
    padding: 4vh 0;
  }
  main article.policy > div h2 {
    font-size: 1.25rem;
  }
  main article.policy > div pre.policy_body {
    padding: 16px;
    font-size: .8rem;
    word-break: break-word;
  }
  main article.viewitem {
    width: 95%;
    margin: 0 auto;
    padding: 1.5vh 0;
    max-width: 768px;
  }
  main div.viewitem_img {
    width: 100%;
  }
  main div.viewitem_product {
    width: 100%;
    padding: 0.5vh 2vw;
  }
  main div.viewitem_product > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main div.viewitem_product > .list .title {
    width: 20%;
    text-align: left;
  }
  main div.viewitem_product .btn_amount {
    margin-top: 10px;
  }
  main .subpage_banner {
    width: 95%;
    margin: 0 auto;
    padding: 2px 0;
    max-width: 768px;
    border-radius: 5px;
  }
  main table.cart {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  main table.cart th.top_menu0 {
    width: 55%;
  }
  main table.cart th.top_menu1 {
    width: 30%;
  }
  main table.cart th.top_menu2 {
    width: 15%;
  }
  main table.cart tbody div.content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main table.cart tbody div.content > div:first-child {
    width: 100%;
  }
  main table.cart tbody div.content > div:first-child img {
    width: 100%;
  }
  main .cart_btn {
    width: 95%;
    margin: 0 auto;
    padding: 2vh 0;
  }
  main .cart_btn1half {
    width: 95%;
    margin: 0 auto;
    padding: 2vh 0;
  }
  main .cart_btn1 {
    width: 95%;
    margin: 0 auto;
    padding: 2vh 0;
  }
  main .cart_btn2 {
    width: 50%;
    margin: 0 auto;
    padding: 2vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .cart_btn2 button {
    min-width: 48%;
    margin: 0 auto;
    margin: 0 1%;
  }
  main article.order_bottom div.flexdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main article.order_bottom div.flexdiv > div.order_info {
    width: 100%;
    margin: 1vh auto;
    padding: 3vh 1vw;
  }
  main article.mypage {
    width: 95%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main article.mypage section.left_menu {
    width: 100%;
  }
  main article.mypage section.left_menu ul.sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main article.mypage section.left_menu ul.sub_menu li {
    border: 1px solid #eee;
    margin-right: 5px;
    padding: 10px;
    line-height: normal;
    height: auto;
  }
  main article.mypage section.left_menu ul.sub_menu li:last-child {
    border-bottom: 1px solid #eee;
  }
  main article.mypage section.left_menu ul.sub_menu li.on {
    background: #778899;
  }
  main article.mypage section.left_menu ul.sub_menu li.on a {
    color: #fff;
    font-weight: bold;
  }
  main article.mypage section.left_menu ul.sub_menu li.on:after {
    display: none;
  }
  main article.mypage section.right_menu {
    width: 100%;
    /*공통 요소*/
  }
  main article.mypage section.right_menu table.order_list_style th {
    background: #eee;
  }
  main article.mypage section.right_menu table.order_list_style th:nth-of-type(1) {
    width: auto;
  }
  main article.mypage section.right_menu table.order_list_style th:nth-of-type(2) {
    width: auto;
  }
  main article.mypage section.right_menu table.order_list_style th:nth-of-type(3) {
    width: auto;
  }
  main article.mypage section.right_menu table.order_list_style th:nth-of-type(4) {
    width: auto;
  }
  main article.mypage section.right_menu table.order_list_style th:nth-of-type(5) {
    width: auto;
  }
  footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    max-width: 768px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  footer > div .footer_left {
    width: 100%;
  }
  footer > div .footer_right {
    width: 100%;
  }
  footer > div img {
    width: 60%;
    max-width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */
