@charset "utf-8";

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  src: local("Spoqa Han Sans Neo Bold"),
    url("./font/SpoqaHanSansNeo-Bold.woff2") format("woff2"),
    url("./font/SpoqaHanSansNeo-Bold.woff") format("woff"),
    url("./font/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  src: local("Spoqa Han Sans Neo Medium"),
    url("./font/SpoqaHanSansNeo-Medium.woff2") format("woff2"),
    url("./font/SpoqaHanSansNeo-Medium.woff") format("woff"),
    url("./font/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  src: local("Spoqa Han Sans Neo Regular"),
    url("./font/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
    url("./font/SpoqaHanSansNeo-Regular.woff") format("woff"),
    url("./font/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  src: local("Spoqa Han Sans Neo Light"),
    url("./font/SpoqaHanSansNeo-Light.woff2") format("woff2"),
    url("./font/SpoqaHanSansNeo-Light.woff") format("woff"),
    url("./font/SpoqaHanSansNeo-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo";
  font-weight: 100;
  src: local("Spoqa Han Sans Neo Thin"),
    url("./font/SpoqaHanSansNeo-Thin.woff2") format("woff2"),
    url("./font/SpoqaHanSansNeo-Thin.woff") format("woff"),
    url("./font/SpoqaHanSansNeo-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "KIMM_Bold";
  src: url("./font/KIMM_Bold.woff2") format("woff2"),
    url("./font/KIMM_Bold.woff") format("woff"),
    url("./font/KIMM_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KIMM_Light";
  src: url("./font/KIMM_Light.woff2") format("woff2"),
    url("./font/KIMM_Light.woff") format("woff"),
    url("./font/KIMM_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Spoqa Han Sans Neo", "Malgun Gothic", dotum, sans-serif;
  background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Spoqa Han Sans Neo", "Malgun Gothic", dotum, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Spoqa Han Sans Neo", "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Spoqa Han Sans Neo", "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
  /* min-width:1200px; */
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#ft_wr {
  max-width: 1500px;
  width: 100%;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 상단 레이아웃 */
#hd {
  /* background: #76B24D; */
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  margin: 0 auto;
  background-color: #76b24d;
  height: 60px;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#tnb_info {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#tnb_info .tnb_info_wrap {
  display: flex;
  background-color: #98c57a;
  border-radius: 17px;
  height: 34px;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
}

#tnb_info .tnb_info_wrap svg {
}

#tnb_info .tnb_info_wrap strong {
  font-family: "KIMM_Bold";
  font-size: 1.625rem;
  padding-left: 6px;
  color: #042e00;
  font-weight: 700;
}

#tnb_info .tnb_info_wrap span {
  font-family: "KIMM_Bold";
  font-size: 1.125rem;
  padding-left: 19px;
  color: #042e00;
  font-weight: 700;
}

#tnb_info p {
  padding-left: 9px;
  font-family: "KIMM_Light";
  font-size: 1rem;
  color: #042e00;
  font-weight: 200;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 163px;
  zoom: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  min-width: 207px;
  width: 207px;
  height: 98px;
}
#logo a {
}
#logo img {
  width: 100%;
  height: auto;
}

.hd_sch_wr {
  /* float:left; */ /* padding:30px 0; */
  width: 540px;
  height: 48px; /* margin-left:65px; */
  margin-left: 73px;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #7fb758;
  border-radius: 24px;
}
#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#hd_sch {
  border-radius: 30px;
  overflow: hidden;
}
#hd_sch form {
  display: flex;
}
#hd_sch #sch_stx {
  float: left;
  width: 100%;
  height: 46px;
  padding-left: 25px;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  border: 0;
  border-right: 0;
  font-size: 0.875rem;
  color: #a8a8a8;
}
#hd_sch #sch_submit {
  /* float:left; */
  width: 62px;
  height: 46px;
  border: 0;
  background: #ffffff;
  color: #fff; /* border-radius:0 30px 30px 0; */
  cursor: pointer;
  font-size: 16px;
}

.notice-panel {
  height: 80px;
  display: flex;
}
.notice-panel-label {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  width: 106px;
  padding: 10px 14px;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.notice-panel-label p {
  font-family: "KIMM_Bold";
  color: #828283;
  font-size: 0.875rem;
  font-weight: 700;
}
.notice-panel-label .dots {
  height: 5px;
  width: 5px;
  background-color: #e0e0e0;
  border-radius: 100%;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
  display: flex;
}
.notice-panel-label .dots:before {
  content: "";
  position: absolute;
  background-color: #828283;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  right: 10px;
}
.notice-panel-label .dots:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #e0e0e0;
  border-radius: 100%;
  left: 10px;
}
.notice-panel-label img {
  width: 25px;
  height: auto;
  margin-right: 0;
  margin-left: auto;
}
.notice-panel-text {
  background-color: #f1f7ed;
  width: 344px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
}
.notice-panel-text p {
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
}
.notice-panel-text strong {
  font-family: "KIMM_Bold";
  color: #76b24d;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 4px;
}

#hd_define {
  float: left;
}
#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}
#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_define li a {
  display: inline-block;
  color: #919191;
}
#hd_define li.active a {
  color: #fff;
}

#hd_qnb {
  height: 25px;
  border-radius: 12.5px;
  background-color: #98c57a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #a0be8b;
  position: relative;
  text-align: center;
  margin: 0 10px 0 0;
  padding-right: 10px;
}
#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em;
}
#hd_qnb li a {
  display: inline-block;
  color: #042e00;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}
.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}
.hd_login li:first-child {
  border-left: 0;
}
.hd_login a {
  color: #fff;
}

/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 99;
}
#gnb > h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 210px;
}
#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3;
}
#gnb #gnb_1dul {
  /* font-size:1.083em; */
  padding: 0; /* border-bottom:1px solid #e0e2e5; */
  zoom: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
#gnb ul:after {
  display: block; /* visibility:hidden; */ /* clear:both; */ /* content:""; */
}
#gnb .gnb_1dli {
  padding: 10px;
}
#gnb .gnb_1dli:first-child {
  margin-left: 95px;
}
#gnb .gnb_1dli:last-child {
  margin-right: 0;
}
/* #gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out} */

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url("./images/gnb_bg2.gif") no-repeat 50% 50%;
  text-indent: -999px;
}
.gnb_1da {
  text-decoration: none;
  font-family: "KIMM_Bold";
  font-size: 1.375rem;
  padding-left: 6px;
  color: #042e00;
  font-weight: 700;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}
.gnb_2dli:first-child {
  border: 0;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}
.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}
.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}
a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {
}
.gnb_1dli_on .gnb_2da {
}
.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff;
}
.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}
.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}
.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}
.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}
.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #76b24d;
  color: #fff;
  width: 45px;
  height: 45px;
  border: 0;
  vertical-align: top;
  font-size: 1rem;
  border-radius: 10px;
}
#gnb .gnb_close_btn {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: 45px;
  height: 45px; /* border:0; */ /* vertical-align:top; */
  font-size: 18px; /* position:absolute; */
  top: 0;
  right: 0;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnb .gnb_mnal {
  /* float:right; */
  padding: 0;
  display: none;
}

#gnb_all {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #c5d6da;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef;
  display: none;
}
#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#gnb_all .gnb_al_ul > li:nth-child(5n + 1) {
  border-left: 0;
}
#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef;
}
#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd;
}
#gnb_all .gnb_al_li li {
  line-height: 2em;
}
#gnb_all .gnb_al_li li a {
  color: #555;
}
#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.gnb_all_hd {
  margin: 20px;
  border-radius: 10px;
  background-color: #fafafa;
}
.profile {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 18px;
  height: 100px;
}
.profile_img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 100%;
}
.profile_img img {
  width: 100%;
  height: auto;
}
.welcome_text {
  font-family: "KIMM_Bold";
  font-size: 1.125rem;
  padding-left: 6px;
  color: #042e00;
  font-weight: 700;
}
.welcome_text a {
  text-decoration: underline;
}
.qmenu {
  height: 70px;
  display: flex;
  padding: 21px 0;
}
.qmenu > li {
  width: calc(1 / 3 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.qmenu > li:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.qmenu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #042e00;
}
.qmenu > li > a svg {
  margin-right: 10px;
}
.tab_nav {
  display: flex;
  background-color: #ececec;
}
.tab_nav > li {
  color: #aaa9a9;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "KIMM_Bold";
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
}
.tab_nav > li.active {
  background-color: #76b24d;
  color: #ffffff;
}
.tab_nav > li.active:first-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.tab_nav > li.active:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.tab_cont {
  width: 100%;
  height: calc(100% - 270px);
}
.tab_cont > li {
  display: none;
  height: 100%;
}
.tab_cont > li.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gnb_ca_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fafafa;
}
.gnb_ca_ul {
  width: 206px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.gnb_ca_li {
}
.gnb_ca_name {
  color: #aaa9a9;
  font-size: 1rem;
  font-weight: 700;
  font-family: "KIMM_Bold";
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 50px;
  cursor: pointer;
  padding-left: 20px;
}
.gnb_ca_a {
  color: #042e00;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "KIMM_Bold";
}
.gnb_ca_ul_2 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 206px);
  background-color: #ffffff;
  flex-direction: column;
  padding: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}
.gnb_ca_li_2.title {
  height: auto;
  padding-bottom: 40px;
}
.gnb_ca_li_2 {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.gnb_ca_a_2 {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.gnb_ca_li.active {
}
.gnb_ca_li.active .gnb_ca_name {
  color: #042e00;
  background-color: #ffffff;
}
.gnb_ca_li.active .gnb_ca_ul_2 {
  display: block;
}
.gnb_me_wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

.gnb_me_ul {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  flex-direction: column;
  padding: 0 20px;
}
.gnb_me_li {
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.gnb_me_a {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.gnb_me_logout {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.gnb_me_logout a {
  font-size: 1rem;
  font-weight: 300;
  color: #042e00;
  text-decoration: underline;
}

#hd_menu {
  width: 210px;
  position: absolute;
  left: 0;
  height: 90px;
  top: -10px;
  z-index: 1;
}
#menu_open {
  width: 100%;
  height: 100%;
  background-color: #76b24d;
  border: 0;
  display: flex;
  font-family: "KIMM_Bold";
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
}
#menu_open:after {
  content: "";
}
#menu_open:before {
  content: "";
}
#menu_open svg {
  margin-right: 12px;
}

#category {
  /* display: none; */
  position: relative;
  z-index: 999;
  background-color: #76b24d;
  top: -10px;
  padding: 0 27px 27px 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 560px;
}
.ct_wr {
  padding-top: 23px;
  border-top: 1px solid #8bb371;
}
.cate {
}
.cate_li_1 {
  margin-bottom: 18px;
}
.cate_li_1_a {
  font-family: "KIMM_Bold";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.__gnb_wrap {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

/*all-menu PC 전체 카테고리 메뉴*/
.all-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #042e00;
  height: 490px;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  display: none;
  padding-right: 6px;
}

.all-menu-wrap {
  padding: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 490px;
}
/* 스크롤 디자인 */
.all-menu-wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.all-menu-wrap::-webkit-scrollbar-thumb {
  background: #282828;
}
.all-menu-ul-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
}
.all-menu-li-1 {
  width: calc(1 / 4 * 100% - 1 / 4 * 240px);
  min-width: 290px;
}
.all-menu-a-1 {
  font-family: "KIMM_Bold";
  font-size: 1.125rem;
  color: #042e00;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #042e00;
  display: flex;
  white-space: nowrap;
}
.all-menu-ul-2 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 176px;
  overflow: auto;
}
.all-menu-li2 {
  width: 50%;
}
.all-menu-a-2 {
  font-size: 1rem;
  font-weight: 500;
  color: #828283;
  line-height: 2.188rem;
}

/* 중간 레이아웃 */
#wrapper {
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_wr {
  margin: 0 auto;
  zoom: 1;
}
#container_wr .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
#container_wr .inner.no-padding {
  padding: 0 !important;
}
#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

#container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 0;
  height: 500px;
  font-size: 1em;
  width: 100%;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
}

.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}
.latest_wr {
  margin-bottom: 20px;
}
.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.latest_top_wr {
  margin: 0 -10px 20px;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 하단 레이아웃 */
#ft {
  /* background:#212020; */
  margin: 0 auto;
  text-align: center;
}
.ft_wr {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  /* max-width:1240px; */
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ft_wr .ft_cnt {
  width: 25%;
  float: left;
  padding: 0 20px;
}

#ft_link {
  background-color: #f3f3f3;
}
#ft_link > .ft_wr {
  display: flex;
  height: 40px;
  align-items: center;
}
#ft_link a {
  color: #5a5a5a;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
}
#ft_link a:not(:first-child) {
  border-left: 1px solid #c2c2c2;
  margin-left: 15px;
  padding-left: 15px;
}
#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  display: none;
}
#ft_company {
  margin-left: 40px;
}
#ft_catch {
  /* margin:20px 0 10px; */
  width: 185px;
  height: 49px;
}
#ft_catch > img {
  width: 100%;
  height: auto;
}
#ft_copy {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  color: #5b5b5b;
  font-size: 0.75rem; /* border-top:1px solid #383838; */
}

/*top btn*/
.fixed-btns {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 90;
}

.fixed-btns ul {
  background-color: #f7eeb1;
  border-radius: 10px;
}
.fixed-btns ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-btns ul li a {
  width: 100%;
  height: 100%;
}
.fixed-btns ul li a span {
  font-family: "KIMM_Bold";
}

.fixed-btns .info-btn {
  height: 66px;
}
.fixed-btns .info-btn a {
  padding-top: 10px;
}
.fixed-btns .info-btn a span {
  font-size: 0.875rem;
  color: #3d2f00;
  line-height: 1;
}
.fixed-btns .info-btn a span svg {
  display: inline-flex;
  height: 15px;
  vertical-align: middle;
}
.fixed-btns .info-btn a img {
  width: 27px;
  height: auto;
}

.fixed-btns .delivery-btn,
.fixed-btns .cutting-btn {
  background-color: #ffffff;
  padding: 0 10px;
  height: 54px;
}
.fixed-btns .delivery-btn a,
.fixed-btns .cutting-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btns .delivery-btn a span,
.fixed-btns .cutting-btn a span {
  color: #042e00;
  font-size: 1rem;
}
.fixed-btns .delivery-btn a svg,
.fixed-btns .cutting-btn a svg {
  margin-right: 10px;
}

.fixed-btns .delivery-btn {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fixed-btns .cutting-btn {
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.fixed-btns .cutting-btn:before {
  content: "";
  border-top: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}

.fixed-btns #top_btn {
  background-color: #292929;
  width: 120px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #ffffff;
  font-family: "KIMM_Bold";
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
}

.ft_box {
  padding: 50px 0 54px;
}
.ft_box > .ft_wr {
  display: flex;
  justify-content: space-between;
}
.ft_cont {
  display: flex;
}
.ft_info {
  text-align: left;
}
.ft_info > .fr_company_name {
  font-weight: 700;
}
.ft_info > span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.ft_info > span > b {
  font-weight: 500;
}
.ft_cs {
  display: flex;
}
.ft_cs_title {
  padding-right: 35px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.ft_cs_img {
  margin-top: 29px;
}
.ft_cs_img > svg {
}
.ft_cd_txt {
  white-space: nowrap;
}
.ft_cd_txt strong {
  font-size: 1.375rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
}
.ft_cd_txt p {
  font-family: "KIMM_Light";
  font-size: 1rem;
  font-weight: 200;
  margin-top: 6px;
}
.ft_cs_link {
  display: flex;
  flex-direction: column;
  width: 208px;
  gap: 15px;
  white-space: nowrap;
}
.ft_cs_link > a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 0 15px 0 25px;
}
.ft_cs_link > a > span {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "KIMM_Bold";
}
#ft br.pc-only {
}
.sep {
  border-left: 1px solid #c2c2c2;
  margin: auto 10px;
  height: 7px;
  display: inline-flex;
}
/*ft-contact*/
.ft-contact {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0 28px;
}
.ft-contact .ft_wr {
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}
.ft-tel-wrap {
  display: flex;
  flex: 1 1 calc(2 / 3 * 100%);
  padding: 0 50px;
  min-height: 277px;
  border-right: 1px solid #e5e5e5;
}
.ft-consult-tel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #e5e5e5;
  padding-right: 50px;
}
.ft-consult-subj {
  font-size: 1.5rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  color: #76b24d;
}
.ft-tel {
  margin-top: 28px;
}
.ft-tel li {
  font-size: 1.875rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 7px;
}
.ft-tel li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.ft-consult-time {
  margin-top: 37px;
}
.ft-consult-time li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ft-consult-time li span {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  background-color: #888888;
  min-width: 115px;
  padding: 0 10px;
  border-radius: 11px;
  margin-right: 11px;
}
.ft-consult-time li p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
.ft-consult-sms {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* border-right: 1px solid #E5E5E5; */
  /* padding: 0 50px; */
  padding-left: 50px;
}
.ft-consult-sms .ft-account {
  margin-top: 37px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  padding: 23px 30px 17px;
  background-color: #f3f3f3;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
.ft-consult-sms .ft-account strong {
  font-weight: 700;
}
.ft-infotxt-wrap {
  flex: 1 1 calc(1 / 3 * 100% - 50px);
  margin-left: 50px;
  min-height: 300px;
  background-color: #042e00;
  color: #ffffff;
  border-radius: 10px;
  padding: 28px 0 25px;
  text-align: center;
}
.ft-infotxt-subj {
  font-size: 1.375rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-infotxt-subj svg {
  margin-right: 7px;
}
.ft-infotxt-wrap ul {
  margin-top: 11px;
}
.ft-infotxt-wrap ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.ft-infotxt-wrap ul li p {
  font-size: 0.75rem;
  font-weight: 200;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #76B24D;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
}
.btn_submit:hover {
  /* background: #2375eb; */
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 60px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 30px;
  width: 100% !important;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.form_01 .left_input {
  /* float: left; */
}
.form_01 .margin_input {
  /* margin-right: 1%; */
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  /* background-image: url("../img/require.png") !important; */
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 120px;
  text-align: center;
  white-space: nowrap;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center;
}
.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  /* clear: both; */
  /* float: left; */
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  /* margin-bottom: 100px; */
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  /* content: ""; */
}
.pg {
  text-align: center;
  display: flex;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  display: inline-flex;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  color: #2B2B2B;
  font-weight: bold;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.pg_start:after{content:'<';font-size: 1.125rem;font-weight: 700;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;color: #2B2B2B;text-indent: 0;display: flex;justify-content: center;align-items: center;}

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.pg_prev:after{content:'<';font-size: 1.125rem;font-weight: 700;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;color: #2B2B2B;text-indent: 0;display: flex;justify-content: center;align-items: center;}

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
}
.pg_end:after{content:'>';font-size: 1.125rem;font-weight: 700;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;color: #2B2B2B;text-indent: 0;display: flex;justify-content: center;align-items: center;}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
}
.pg_next:after{content:'>';font-size: 1.125rem;font-weight: 700;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;color: #2B2B2B;text-indent: 0;display: flex;justify-content: center;align-items: center;}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-flex;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #gnb_all,
  #gnb_all_bg {
    display: none !important;
  }
}

/*메인슬라이드*/
#main_bn {
  /* margin: 0; */
  /* margin-left: 280px; */
  margin-top: 60px;
  position: relative;
  margin-bottom: 102px;
}
#main_bn .inner {
  padding-left: 210px;
  /* max-width: 1220px; */
  position: relative;
}
#main_bn .main-swiper {
  height: 500px;
  max-width: 1220px;
  margin-right: 0;
  margin-left: auto;
}
#main_bn .main-swiper .swiper-wrapper {
}
#main_bn .swiper-slide {
}
#main_bn .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_bn .swiper-slide img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  /* object-position: center; */
}
#main_bn .swiper-slide img.sbn_border {
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}
#main_bn .main-swiper-button-prev,
#main_bn .main-swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  background-image: url(../img/img-arr-lg.svg);
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}
#main_bn .main-swiper-button-prev {
  left: 280px;
  transform: rotate(180deg) translate(50%, 50%);
}
#main_bn .main-swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

/*협력사*/
.main-coop {
  margin-bottom: 80px;
}
.sect-title {
  display: flex;
  align-items: center;
}
.sect-title strong {
  font-size: 2.375rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
}
.sect-title span {
  margin-left: 15px;
  height: 40px;
  border-radius: 30px;
  background-color: #042e00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  color: #ffffff;
  padding: 0 20px;
}
.sect-title span svg {
  margin-right: 10px;
}

#coop_bn {
  position: relative;
  margin-top: 35px;
}
#coop_bn .coop-swiper {
  margin: 0 -22.5px;
}
#coop_bn .swiper-wrapper {
}
#coop_bn .swiper-slide {
  width: 470px;
  margin: 0 22.5px;
}
#coop_bn .__swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 22.5px; */
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  height: 190px;
  /* width: 470px; */
}
#coop_bn .swiper-slide img {
  max-height: 109px;
  height: 100%;
  width: auto;
  transform: scale(0.5);
}
#coop_bn .swiper-slide a {
  height: 40px;
  min-height: 40px;
  border-radius: 30px;
  border: 1px solid #eeeeef;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}
#coop_bn .coop-swiper-button-prev,
#coop_bn .coop-swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  background-image: url(../img/img-arr-md.svg);
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}
#coop_bn .coop-swiper-button-prev {
  left: 0;
  transform: rotate(180deg) translate(50%, 50%);
}
#coop_bn .coop-swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

/*메인 퀵메뉴*/
.main-qmenu {
  padding: 0 20px;
  margin-bottom: 120px;
}
.main-qmenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 85px;
}
.main-qmenu ul li {
  width: calc(1 / 3 * 100% - 1 / 3 * 170px);
  flex: 1 0 29%;
}
.main-qmenu ul li a {
  display: flex;
  justify-content: space-between;
}
.main-qmenu .qmenu-txt {
  /* white-space: nowrap; */
}
.main-qmenu .qmenu-txt strong {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  color: #76b24d;
}
.main-qmenu .qmenu-txt strong svg {
  margin-left: 12px;
}
.main-qmenu .qmenu-txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #819680;
  margin-top: 10px;
}
.main-qmenu .qmenu-img {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.main-qmenu .qmenu-img img {
  width: 100%;
  height: auto;
}

/*인기상품*/
.main-poplr {
  margin-bottom: 140px;
}
.main-poplr header h2 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.main-section header {
  text-align: center;
  margin-bottom: 40px;
}
.main-section header h2 {
  font-size: 2.375rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  color: #042e00;
}
.main-section header h2 a {
}

/*미니배너*/
.main-ban-mini {
  /* background-image: url(../img/bg-ban-mini.png); */
  background-position: center;
  background-size: 100%;
  margin-bottom: 100px;
  cursor: pointer;
}
.main-ban-mini .ban-img {
  /* max-width: 1000px; */
  width: 100%;
  max-height: 220px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 220px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.main-ban-mini .ban-img img {
  width: 100%;
  height: auto;
}
/*찾아오기는길 - 메인*/
.main-map {
  margin-bottom: 100px;
}
.main-map header {
  margin-bottom: 50px;
}
.main-map h2 {
}
.map-wrap {
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.map-cont {
  width: 50%;
}
.map-cont #map {
  height: 400px !important;
}
.map-txt {
  width: 50%;
  padding: 78px 0px 78px 60px;
}
.map-subj {
  font-size: 1.5rem;
  font-family: "KIMM_Bold";
  font-weight: 700;
  color: #042e00;
  margin-bottom: 24px;
}
.map-txt ul {
  padding-left: 28px;
}
.map-txt li {
  font-size: 1.125rem;
  line-height: 1.4;
}
.map-txt li:not(:last-child) {
  margin-bottom: 20px;
}
.map-txt li strong {
  position: relative;
}
.map-txt li strong:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.map-txt li p {
}
.main-map .map-wrap {
}
.main-map .map-cont {
  width: calc(100% - 630px);
}
.main-map .map-txt {
  width: 630px;
}

/*content*/
.content_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page-hd {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 180px;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.page-title {
  font-family: "KIMM_Bold";
  font-size: 2.375rem;
  color: #042e00;
  font-weight: 700;
  margin-top: 70px;
}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}


/* 상품 메일 추천하기 */
#sit_rec_new {}
#sit_rec_new th,
#sit_rec_new td {display:block;width:100%}
#sit_rec_new th {text-align:left;margin-top:20px;margin-bottom:5px}
#sit_rec_new textarea {width:100%;min-height:100px}
#sit_rec_new .win_btn {margin:20px 0}

/* 마이페이지 */
#smb_my {position:relative}

#smb_my_ov {margin:0 0 20px;position:relative}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_ov_name{display:block;background:#fff;border:1px solid #ccc;line-height:45px;padding:0 20px;font-size:1.167em;}
#smb_my_ov .my_ov_name img{width:20px;border-radius:50%}
#smb_my_act {position:absolute;top:-35px;right:0;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
#smb_my_act li {float:left;margin:0 0 0 4px}
#smb_my_act li a{line-height:25px;padding:0 5px}
#smb_my_act li .btn_admin{height:27px;}
#smb_my_ov .cou_pt{position:absolute;top:0 ;right:0;}
#smb_my_ov .cou_pt dt{float:left;width:90px;line-height:45px;}
#smb_my_ov .cou_pt dd{float:left;width:110px;text-align:right;padding:0 20px 0 0  ;line-height:45px;}
#smb_my_ov .cou_pt dd a{color:#ff2b64;font-weight:bold;font-size:1.167em}
#smb_my_ov .op_area{background:#fff;border:1px solid #ccc;border-top:0;padding:10px 15px;line-height:18px;color:#555}
#smb_my_ov .btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle;border-radius:3px}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt{float:left;width:10%;margin:3px 0;font-weight:bold}
#smb_my_ov .op_area dd{float:left;width:40%;;margin:3px 0}
.my_ov_btn{text-align:center;}
.my_ov_btn button{background:#fff;border:1px solid #ccc;vertical-align:top;border-top:0;padding:0 20px;height:25px}
.my_ov_btn button:hover{background:#f3f3f3}

#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_od {margin:0 0 50px;position:relative}
#smb_my_od h2 {margin:0 0 10px;font-size:1.25em;}
#smb_my_od  td{text-align:center}
#smb_my_od  td a{font-weight:bold}
#smb_my_wish{position:relative;}
#smb_my_wish h2 {margin:0 0 10px;font-size:1.25em;padding:0 0 10px;border-bottom:2px solid #000}
.smb_my_img{margin:0 0 5px;}
.smb_my_tit{margin:5px 0 ; font-size:1.167em;font-weight:bold}
.smb_my_date{font-size:0.92em;color:#777}
.smb_my_more {position:absolute;top:0;right:0;}
#smb_my_wish .list_02 .smb_my_img{float:none;margin:0}
.smb_my_more a{display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}
.smb_my_img a{display:block}
.smb_my_img a img{max-width:100%;height:auto}

/* 마이페이지 list */
#smb_my_list {float:left;width:915px}

#smb_my_od h2 {margin:0 0 10px;font-size:1.25em}
#smb_my_od {position:relative;margin:0 0 50px}
.smb_my_od {background:#fff}
.smb_my_od li {padding:15px;border-bottom:1px solid #ececec}
.smb_my_od li:last-child {border-bottom:0}
.smb_my_od li:after {display:block;visibility:hidden;clear:both;content:""}
.smb_my_od li:hover {background:#fff6f6}
.smb_my_od .smb_my_od_li {float:left;line-height:18px}
.smb_my_od .smb_my_od_li1 {width:140px;text-align:center}
.smb_my_od .smb_my_od_li2 {width:75%;padding:0 20px}
.smb_my_od .smb_my_od_li3 {width:80px;float:right;text-align:center}

.smb_my_od .ord_num,
.smb_my_od .ord_name {font-size:1.2em;font-weight:bold;letter-spacing:-0.5px}
.smb_my_od .date {color:#b5b5b5}
.smb_my_od .cost {color:#3a8afd;font-weight:bold}
.smb_my_od .misu {color:#6d6d6d}

#smb_my_wish {position:relative;margin-bottom:30px}
#smb_my_wish h2 {font-size:1.25em;padding:0 0 20px;border-bottom:1px solid #d9dde2}
#smb_my_wish li {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px}
#smb_my_wish li:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish .smb_my_chk {display:inline-block;float:left;margin-right:10px;color:red}
#smb_my_wish .smb_my_img {float:left;margin-right:20px}
#smb_my_wish .smb_my_tit {margin:5px 0;font-size:1.167em;font-weight:bold}
#smb_my_wish .smb_my_price {font-weight:bold;font-size:1.2em;margin-bottom:30px}
#smb_my_wish .smb_my_date {font-size:1em;color:#777}
.smb_my_more {position:absolute;top:0;right:0}
.smb_my_more a {display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}
#smb_my_wish li .wish_del {position:absolute;right:20px;top:50px;font-size:1.4em;color:#b2b2b2}
#smb_ws_act {text-align:center;margin:20px 0 30px}
#smb_ws_act .btn01 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #98a3b3;border-radius:3px}
#smb_ws_act .btn02 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #1c70e9;border-radius:3px;background:#3a8afd}


/* 장바구니 주문서 공통 */
.od_prd_list thead th{
    font-size: 0.875rem;
    font-weight: 700;
    color: #2B2B2B;
    height: 40px;
    background-color: #F5F5F5;
}
.od_prd_list tbody td{
    border-bottom: 1px solid #E5E5E5;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 10px;
}
.od_prd_list tbody td strong{
    font-weight: 700;
}
.od_prd_list .td_chk {}
.od_prd_list .td_prd {border-left:0;position:relative;padding-left:120px;height: 100px;}
.od_prd_list .td_prd .sod_img {position:absolute;top: 50%;left:20px;transform: translateY(-50%);width: 80px;}
.od_prd_list .td_prd .sod_img img{
    width: 100%;
    height: auto;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.od_prd_list .td_prd .sod_name {min-height:80px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;min-width: 100px;}
.od_prd_list .td_prd .sod_ca_name{
    font-size: 0.875rem;
    font-weight: 200;
}
.od_prd_list .td_prd b{
    font-size: 0.875rem;
    font-weight: 500;
}
.od_prd_list .td_prd .prd_name {font-size:1.4em}
.od_prd_list .total_prc {color:#000;font-weight:bold;font-size:1.4em}

.sod_opt {margin:5px 0}
.sod_opt ul {display:inline-block;margin:0;padding:0;list-style:none}
.sod_opt li {color:#000;padding:3px 0;line-height:1.3em}
.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
.sod_option_btn .mod_options {height:30px;margin:5px 0 0;padding:0 5px;border:1px solid #d4d6db;color:#606060;background:#fff;border-radius:3px}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#3a8afd;background:#fff;height:26px;border-radius:3px}
.cp_cancel {padding:0 10px;border:1px solid #aaa;color:#666;background:#fff;height:26px;border-radius:3px}

/* 장바구니 */
#sod_bsk {margin-bottom:30px}
.btn_cart_del {padding:20px 0;border-bottom:1px solid #ccd2d9}
.btn_cart_del button {height:30px;padding:0 10px;border:1px solid #d4d6db;border-radius:5px;background:#fff;color:#666}
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {/* border:1px solid #212a37; *//* margin:20px 0; */}
#sod_bsk #sod_bsk_tot ul:after {/* display:block; *//* visibility:hidden; *//* clear:both; *//* content:""; */}
#sod_bsk #sod_bsk_tot li {/* float:left; *//* width:33.333%; *//* background:#4a505a; *//* color:#fff; *//* border-left:1px solid #212a37; *//* text-align:right; *//* padding:25px; *//* font-size:1.167em; */}
#sod_bsk #sod_bsk_tot li:first-child {border:0}
#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {/* width:33.335%; *//* background:#212a37; */}
#sod_bsk_act {text-align:center;margin-bottom: 100px;margin-top: 30px;display: flex;gap: 20px;justify-content: center;align-items: center;}
#sod_bsk_act .btn_submit {
    height: 65px;
    padding: 0 10px;
    width: 210px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sod_bsk_act .btn01 {height: 65px;padding:0 10px;width: 210px;font-weight: 700;font-size: 1.125rem;color: #76B24D;border: 1px solid #76B24D;border-radius: 100px;display: flex;align-items: center;justify-content: center;}
#sod_bsk_act p {margin:0 0 10px}
#sod_bsk #sod_bsk_tot{
    margin-top: 30px;
}
#sod_bsk #sod_bsk_tot ul {
    background-color: #F1F7ED;
}
#sod_bsk #sod_bsk_tot:after {
}
#sod_bsk #sod_bsk_tot li {display: flex;justify-content: space-between;align-items: center;color: #042E00;font-weight: 200;font-size: 0.875rem;height: 30px;padding: 0 25px;}
#sod_bsk #sod_bsk_tot li:after {
}
#sod_bsk #sod_bsk_tot li span {margin-left: auto;margin-right: 0;}
#sod_bsk #sod_bsk_tot li strong {
    font-weight: 200;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    text-align: right;
}
#sod_bsk #sod_bsk_tot .sod_bsk_sell,
#sod_bsk #sod_bsk_tot .sod_bsk_coupon {
  border-right: 1px solid #e7ebf1;
}
#sod_bsk #sod_bsk_tot .sod_bsk_sell{
    padding-top: 15px;
}
#sod_bsk #sod_bsk_tot .sod_bsk_point{}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {
  background-color: #042E00;
  color: #ffffff;
  height: 35px;
}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt span{
    font-weight: 700;
}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong{
    font-weight: 700;
}
#sod_bsk #sod_bsk_tot .sod_bsk_dvr{
    padding-bottom: 15px;
}
#sod_bsk #sod_bsk_tot li:last-child {
  border-bottom: 0 none;
}
#sod_bsk #sod_bsk_tot .sod_bsk_point span,
#sod_bsk #sod_bsk_tot .sod_bsk_cnt span {
}
#sod_bsk #sod_bsk_tot .sod_bsk_coupon:before {
}
#sod_bsk #sod_bsk_tot .sod_bsk_dvr:before {
}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong {
}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width: 100%;max-width: 600px;height:auto !important;height:500px;max-height:500px;/* margin-left:-280px; *//* margin-top:-150px; */transform: translate(-50%,-50%);border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em}

.option_wr {padding:20px 20px 0}
.option_wr h3 {font-size:1.167em;margin-bottom:10px}
.option_wr .get_item_options,
.option_wr .get_item_supply {margin-bottom:10px}
.option_wr label {display:block;margin:10px 0 5px}
.option_wr select {width:100%;border:1px solid #d4d4d4;height:48px}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
#sit_opt_added li {padding:10px 15px;background:#f9f9f9;border:1px solid #e6e9ed;margin:10px 0;position:relative}
#sit_opt_added li:after {/* display:block; *//* visibility:hidden; *//* clear:both; *//* content:""; */}
#sit_opt_added li .opt_name {line-height:28px;font-weight:bold}
#sit_opt_added li .opt_count {}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #bdc9dc;border-radius:0;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center}
#sit_opt_added .sit_opt_del {position:absolute;right:0;top:0;font-size:15px;border:0;border-left:1px solid #e6e9ed;border-bottom:1px solid #e6e9ed}
#sit_opt_added .sit_opt_del:hover {color:#be334a}
#sit_opt_added .sit_opt_prc {display:block;float:right;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

#mod_option_frm #sit_sel_option {margin:20px 20px 10px}
#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
#mod_option_frm #sit_opt_added {}
#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;/* background:yellow; */}
#mod_option_frm .btn_confirm .btn_submit {width:100px;height:40px;font-size:1.167em;font-weight:bold;cursor:pointer}
#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em;border-radius:0}
#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}


/* 주문서 작성 */
#sod_frm {
}
#sod_frm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm p {
  margin: 0 0 10px;
}
#sod_frm .od_prd_list {
  margin-bottom: 20px;
  margin-top: 50px;
}
.sub_title {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'KIMM_Bold';
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}
#sod_list {
  position: relative;
  margin-top: 50px;
}
.sod_list_wrap,
.scroll_x_wrap{
    /* min-width: 100px; */
    overflow-x: auto;
    overflow-y: hidden;
}
.scroll_x_wrap table{
    white-space: nowrap;
}
#sod_list #cp_frm {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: auto !important;
  height: 500px;
  max-height: 500px;
  margin-left: -270px;
  margin-top: -150px;
  border: 1px solid #dde7e9;
  border-radius: 3px;
  background: #fff;
  overflow-y: auto;
  overflow-x: inherit;
}

.od_coupon h3 {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 20px;
  line-height: 50px;
  margin: 0 0 15px;
  font-size: 1.25em;
  text-align: left;
  -webkit-box-shadow: 1px 2px 2px #eee;
  -moz-box-shadow: 1px 2px 2px #eee;
  box-shadow: 1px 2px 2px #eee;
}
.od_coupon .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  border-left: 1px solid #cdcdcd;
  font-size: 1.25em;
}
.od_coupon .btn_close:hover {
  background: #f3f3f3;
}
.od_coupon .tbl_head02 {
  margin: 20px;
}
.od_coupon .cp_apply {
  padding: 0 5px;
  border: 1px solid #38b2b9;
  color: #38b2b9;
  background: #fff;
  height: 23px;
  line-height: 21px;
}
.od_coupon td,
#sod_frm_pay .od_coupon td {
  text-align: left;
  border-left: 0;
  padding: 7px;
}
#sod_frm_pay .od_coupon th {
  width: auto;
  text-align: center;
  padding: 7px;
  background: #f3f3f3;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.od_coupon .td_numbig,
#sod_frm_pay .od_coupon .td_numbig {
  text-align: center;
}
.od_coupon .td_mngsmall {
  width: 60px;
}

/* 주문서 작성 - 왼쪽 */
.sod_left {
  display: flex;
  width: 100%;
  margin-top: 80px;
  gap: 120px;
}

/* 주문서 작성 - 주문하시는 분 */
#sod_frm .tbl_frm01 {
  /* padding: 20px 10px; */
}
#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
#sod_frm .tbl_frm01 th {
  padding: 0px 10px;
  background-color: transparent;
}
#sod_frm .tbl_frm01 td input {
  width: 100%;
}
#sod_frm .tbl_frm01 td .addr input {
  width: 20%;
}
#sod_frm .tbl_frm01 td .addr button {
  background: #434a54;
  color: #fff;
  width: 128px;
  height: 45px;
  border: 0;
  border-radius: 3px;
}

/* 주문서 작성 - 받으시는 분 */
#sod_frm_taker .tbl_frm01 {
  /* padding: 20px 10px; */
}
#sod_frm_taker .tbl_frm01 .choice_place {
  display: block;
  background: #edf3fc;
  padding: 10px 15px;
  border: 1px solid #d1ddee;
  margin: 0 10px 10px;
}
#sod_frm_taker .tbl_frm01 .choice_place:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm_taker .tbl_frm01 .choice_place .chk_box {
  float: left;
  display: inline-block;
  width: 85%;
  line-height: 30px;
}
#sod_frm_taker .tbl_frm01 .choice_tit {
  float: left;
  display: inline-block;
  width: 15% !important;
  line-height: 30px;
}
#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {
  top: 7px;
}
#sod_frm_taker .tbl_frm01 .choice_place input,
#sod_frm_taker .tbl_frm01 .choice_place label {
  margin-left: 10px;
}
#sod_frm_taker .tbl_frm01 .btn_frmline {
  padding: 0;
  width: 80px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #d4d6db;
  color: #606060;
  text-align: center;
  float: right;
}

#sod_frm_taker .tbl_frm01 td input {
  width: 100%;
}
#sod_frm_taker .tbl_frm01 td .addr input {
  width: 20%;
}
#sod_frm_taker .tbl_frm01 td .addr button {
  background: #434a54;
  color: #fff;
  width: 128px;
  height: 45px;
  border: 0;
  border-radius: 3px;
}
#sod_frm_taker .tbl_frm01 td .ad_choice {
  padding: 5px 0;
}
#sod_frm_taker .tbl_frm01 td .ad_choice input {
  width: auto;
}

/* 주문서 작성 - 공통 */
#sod_frm_orderer,
#sod_frm_taker {
  margin: 0 0 30px;
  /* border: 1px solid #e3e5e8; */
  background: #fff;
}
#sod_frm_taker .sub_title{
    display: flex;
    justify-content: space-between;
}
#sod_frm_taker .sub_title input[type=checkbox]{
    margin-left: auto;
    margin-right: 0;
}
#sod_frm_taker .sub_title input[type=checkbox]+label{
    margin: 0;
}
#sod_frm section h2 {
  border-bottom: 1px solid #e2e4e7;
  font-size: 1.167em;
  padding: 20px;
  display: none;
}
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
  display: inline-block;
  margin: 5px 0 0;
}

/* 5.4.1.3 버전이후 추가 css */
#sod_frm div.tbl_frm01,
#sod_frm_taker div.tbl_frm01 {
  /* padding: 0px 10px !important; */
}
#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
  padding: 0;
  /* line-height: 45px; */
  display: block;
}
#sod_frm .tbl_frm01 tr{
    display: block;
}
#sod_frm .tbl_frm01 th {
  width: 94px;
  margin-top: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}
#sod_frm .tbl_frm01 td{
    margin-top: 8px;
    border: 0;
    width: 100%;
}
#sod_frm .tbl_frm01 td.addr{
    position: relative;
}
#sod_frm .tbl_frm01 td.addr input{
    width: 100%;
    border: 1px solid #E5E5E5;
    height: 60px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
#sod_frm .tbl_frm01 td.addr input#od_addr1,
#sod_frm .tbl_frm01 td.addr input#od_addr2,
#sod_frm .tbl_frm01 td.addr input#od_b_addr1,
#sod_frm .tbl_frm01 td.addr input#od_b_addr2{
    margin-bottom: 10px;
}
#sod_frm #od_name,
#sod_frm #od_tel,
#sod_frm #od_hp,
#sod_frm #od_pwd,
#sod_frm #od_b_name,
#sod_frm #od_b_tel,
#sod_frm #od_b_hp,
#sod_frm #ad_subject,
#sod_frm #od_hope_date,
#sod_frm #od_email{
  width: 100%;
  border: 1px solid #E5E5E5;
  height: 60px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
#sod_frm #od_zip,
#sod_frm #od_b_zip {
  width: 90px;
}
#sod_frm .tbl_frm01 td .btn_address {
  background: #76B24D;
  color: #fff;
  width: 79px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  top: 25px;
  position: absolute;
  right: 10px;
  font-size: 1rem;
}
#sod_frm #od_memo {
  min-height: 100px;
}
#sod_frm_taker .order_choice_place {
  position: relative;
  background: #edf3fc;
  border: 1px solid #d1ddee;
  padding-left: 10px;
}
#sod_frm_taker .tbl_frm01 .btn_frmline {
  float: none;
  position: absolute;
  top: 8px;
  right: 10px;
}
#sod_frm #sod_bsk_tot{
    margin-top: 30px;
}
#sod_frm #sod_bsk_tot ul {
    background-color: #F1F7ED;
}
#sod_frm #sod_bsk_tot:after {
}
#sod_frm #sod_bsk_tot li {display: flex;justify-content: space-between;align-items: center;color: #042E00;font-weight: 200;font-size: 0.875rem;height: 30px;padding: 0 25px;}
#sod_frm #sod_bsk_tot li:after {
}
#sod_frm #sod_bsk_tot li span {margin-left: auto;margin-right: 0;}
#sod_frm #sod_bsk_tot li strong {
    font-weight: 200;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    text-align: right;
}
#sod_frm #sod_bsk_tot .sod_bsk_sell,
#sod_frm #sod_bsk_tot .sod_bsk_coupon {
  border-right: 1px solid #e7ebf1;
}
#sod_frm #sod_bsk_tot .sod_bsk_sell{
    padding-top: 15px;
}
#sod_frm #sod_bsk_tot .sod_bsk_point{}
#sod_frm #sod_bsk_tot .sod_bsk_cnt {
  background-color: #042E00;
  color: #ffffff;
  height: 35px;
}
#sod_frm #sod_bsk_tot .sod_bsk_cnt span{
    font-weight: 700;
}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong{
    font-weight: 700;
}
#sod_frm #sod_bsk_tot .sod_bsk_dvr{
    padding-bottom: 15px;
}
#sod_frm #sod_bsk_tot li:last-child {
  border-bottom: 0 none;
}
#sod_frm #sod_bsk_tot .sod_bsk_point span,
#sod_frm #sod_bsk_tot .sod_bsk_cnt span {
  /* float: left; */
  /* margin: 0; */
}
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before {
  display: block;
  content: "-";
  position: absolute;
  top: 25px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #ff006c;
  border-radius: 50%;
  border: 1px solid #e7ebf1;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
#sod_frm #sod_bsk_tot .sod_bsk_dvr:before {
}
#sod_frm #sod_bsk_tot .sod_bsk_cnt strong {
  /* color: #ff006c; */
  /* font-size: 1.25em; */
}
#sod_frm_pay {
  position: relative;
  margin: 10px 0;
}
#sod_frm #sod_frm_pay h2 {
  position: absolute;
  border: 0;
  font-size: 0;
  line-height: 0;
  content: "";
}
#sod_frm_pay .pay_tbl table {
  width: 100%;
  border-collapse: collapse;
}
#sod_frm_pay .pay_tbl th {
  text-align: left;
  padding: 10px;
  width: 80px;
  border-bottom: 1px solid #e7ebf1;
  background: #fff;
  font-weight: bold;
  color: #777;
}
#sod_frm_pay .pay_tbl td {
  text-align: right;
  padding: 10px;
  height: 30px;
  border-bottom: 1px solid #e7ebf1;
  background: #fff;
}
#sod_frm_pay .pay_tbl td .cp_cancel {
  margin: 0 0 0 2px;
}
#sod_frm_pay .pay_tbl td .btn_frmline {
  padding: 0 7px;
  border: 1px solid #38b2b9;
  color: #38b2b9;
  background: #fff;
  height: 23px;
  line-height: 21px;
  margin: 0;
}
#od_tot_price {
  margin: 10px 0;
  background: #fff;
  line-height: 40px;
  text-align: right;
  padding: 0 10px;
}
#od_tot_price span {
  float: left;
  font-weight: bold;
}
#od_tot_price strong {
  font-size: 1.5em;
  color: #ff006c;
}
#sod_frm #sod_frm_pt_alert {
  margin: 0;
  /* color: #38b2bb; */
  font-size: 0.75rem;
  font-weight: 300;
  margin-left: 24px;
}
#sod_frm #sod_frm_pt_alert strong{font-weight: 300;}

#od_pay_sl h3 {
  font-size: 1.167em;
  margin: 20px 0 5px;
}

/*-- RADIO --*/
#od_pay_sl input[type="radio"] + label{color:#000;font-size: 1.125rem;font-weight: 700;padding-left: 35px;height: 25px;display: flex;align-items: center;background-image: url(../img/img-radio.svg);background-repeat: no-repeat;background-size: 25px;white-space: nowrap;}
#od_pay_sl input[type="radio"]:checked + label{background-image: url(../img/img-radio-checked.svg);}

#od_pay_sl input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  text-indent: -999px;
  left: 0;
  z-index: -1;
}
#od_pay_sl .lb_icon {
  /* display: inline-block; */
  /* float: left; */
  /* width: 50%; */
  /* background: #fff; */
  /* border: 1px solid #eceff4; */
  /* margin: -1px 0 0 -1px; */
  /* cursor: pointer; */
  /* height: 60px; */
  /* position: relative; */
  /* padding-left: 65px; */
  /* padding-top: 20px; */
  /* z-index: 1; */
}
#od_pay_sl input[type="radio"]:checked + .lb_icon {
  /* border: 1px solid #ff006c; */
  /* z-index: 3; */
}
#sod_frm_paysel {
}
#sod_frm_paysel legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#sod_frm_paysel .KPAY {
  background: url("../img/kpay.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .PAYNOW {
  background: url("../img/paynow.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .PAYCO,
#sod_frm_paysel .paycopay_icon {
  background: url("../img/payco.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .inicis_lpay,
#sod_frm_paysel .lpay_icon {
  background: url("../img/lpay_logo.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .inicis_kakaopay {
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .inicis_kakaopay em {
  position: absolute;
  top: 15px;
  left: 45px;
  width: 70px;
  height: 30px;
  background: url("../img/kakao.png") no-repeat 50% 50% #ffeb00;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 30px;
}
#sod_frm_paysel .kakaopay_icon {
  background: url("../img/kakao.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .naverpay_icon {
  background: url("../img/ico-default-naverpay.png") no-repeat 50% 50% #fff;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .samsungpay_icon {
  background: url("../img/samsungpay.png") no-repeat 50% 50% #fff;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .ssgpay_icon {
  background: url("../img/ssgpay_icon.png") no-repeat 50% 50% #fff;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .skpay_icon {
  background: url("../img/skpay11_icon.png") no-repeat 50% 50% #fff;
  background-size: 70px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}
#sod_frm_paysel .bank_icon {
  /* background: url("../img/pay_icon1.png") no-repeat 15px 50% #fff; */
}
#sod_frm_paysel .vbank_icon {
  background: url("../img/pay_icon2.png") no-repeat 15px 50% #fff;
  padding-top: 13px;
}
#sod_frm_paysel .iche_icon {
  background: url("../img/pay_icon2.png") no-repeat 15px 50% #fff;
  padding-top: 13px;
}
#sod_frm_paysel .hp_icon {
  background: url("../img/pay_icon3.png") no-repeat 24px 50% #fff;
}
#sod_frm_paysel .card_icon {
  background: url("../img/pay_icon4.png") no-repeat 17px 50% #fff;
}
#forderform .sod_right #sod_bsk_tot {
  border: 1px solid #e3e5e8;
}
#forderform .od_pay_buttons_el {
  /* margin-top: 20px; */
  /* border: 1px solid #e3e5e8; */
  /* background: #fff; */
  /* padding: 10px; */
}
#forderform .od_pay_buttons_el h3 {
  font-size: 1.167em;
  margin: 0px 0 5px;
  display: none;
}
#forderform #sod_frm_pt {
  border-top: 1px solid #e3e5e8;
}

.sod_right .pay_tbl {
  border: 1px solid #e3e5e8;
  border-bottom: 0 none;
}
.sod_right #od_tot_price {
  border: 1px solid #e3e5e8;
}
#sod_frm_pay .od_pay_buttons_el:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm_pay .sod_frm_point {
  margin-top: 20px;
  border: 1px solid #e3e5e8;
}
#sod_frm_pay .sod_frm_point div {
  background: #fff;
  padding: 10px;
  text-align: left;
  text-align: right;
}
#sod_frm_pay .sod_frm_point div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm_pay .sod_frm_point div label {
  float: left;
  line-height: 30px;
  font-weight: bold;
}
#sod_frm_pay .sod_frm_point div span {
  display: block;
}
#sod_frm_pay .sod_frm_point div span:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_frm_pay .sod_frm_point div strong {
  float: left;
  color: #666;
}
#sod_frm_pay .sod_frm_point .max_point_box em {
  font-style: normal !important;
}
#sod_frm_pay .sod_frm_point #od_temp_point {
  height: 30px;
  text-align: right;
  padding: 0 5px;
  border: 1px solid #ccc;
}

/* 주문서 작성 - 오른쪽 */
.sod_right {
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#od_pay_sl {
    width: 100%;
}
.sod_right #sod_bsk_tot {
  border: 1px solid #3a8afd;
}
.sod_right #sod_bsk_tot:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_right .sod_info li {
  position: relative;
  float: left;
  background: #fff;
  width: 33.333%;
  height: 70px;
  text-align: center;
  border-bottom: 1px solid #e7ebf1;
  padding: 15px 0;
}
.sod_right .sod_info li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_right .sod_info li span {
  display: block;
  color: #777;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
.sod_right .sod_info .sod_bsk_sell,
.sod_right .sod_info .sod_bsk_coupon {
  border-right: 1px solid #e7ebf1;
}
.sod_right .sod_info .sod_bsk_coupon:before {
  display: block;
  content: "-";
  position: absolute;
  top: 25px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #9da6c9;
  border-radius: 50%;
  border: 1px solid #e7ebf1;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
.sod_right .sod_info .sod_bsk_dvr:before {
  display: block;
  content: "+";
  position: absolute;
  top: 25px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #9da6c9;
  border-radius: 50%;
  border: 1px solid #e7ebf1;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
.sod_right .sod_info .sod_bsk_cnt strong {
  font-size: 1.25em;
}

.sod_right .sod_info_bt {
  clear: both;
  padding: 10px 15px;
  background: #fff;
}
.sod_right .sod_info_bt:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_right .sod_info_bt li {
}
.sod_right .sod_info_bt li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_right .sod_info_bt li span {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  color: #000;
}
.sod_right .sod_info_bt li strong {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 28px;
  text-align: right;
}

.sod_right .sod_info_option {
  clear: both;
  border-top: 1px solid #e7ebf1;
}
.sod_right .sod_info_option h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sod_right .sod_info_option ul {
  padding: 10px 15px;
  background: #fff;
}
.sod_right .sod_info_option li {
  margin-bottom: 5px;
}
.sod_right .sod_info_option li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.sod_right .sod_info_option .sod_ifop_tit {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
}
.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {
  width: auto;
  height: 30px;
  color: #3a8afd;
  background: #fff;
  border: 1px solid #d4d6db;
}
.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {
  width: auto;
  height: 30px;
  border: 1px solid #d4d6db;
  padding: 0 5px;
  margin-left: 5px;
  color: #b1b1b1;
  vertical-align: baseline;
}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  height: auto !important;
  height: 500px;
  max-height: 500px;
  margin-left: -200px;
  margin-top: -150px;
  border: 1px solid #dde7e9;
  border-radius: 3px;
  background: #fff;
  overflow-y: auto;
  overflow-x: inherit;
}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon > td {
  text-align: left;
}
.sod_right .sod_info_option > td,
.sod_right .sod_info_option .sod_ifop_t {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 28px;
  text-align: right;
}
.sod_right .sod_info_option > td {
  text-align: right;
  padding: 10px;
  height: 30px;
}
.sod_right .sod_info_option > td .cp_cancel {
  margin: 0 0 0 2px;
}
.sod_right .sod_info_option > td .btn_frmline {
  padding: 0 7px;
  border: 1px solid #38b2b9;
  color: #38b2b9;
  background: #fff;
  height: 23px;
  line-height: 21px;
  margin: 0;
}

/* 주문서 작성 - 포인트사용 */
#sod_point {
  clear: both;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #e3e5e8;
}
#sod_point h2 {
  font-size: 1.167em;
  padding: 15px;
  border-bottom: 1px solid #e3e5e8;
}
#sod_point h2:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#sod_point .point_tit {
  vertical-align: baseline;
  float: left;
  line-height: 28px;
}
#sod_point .point_tit label {
  vertical-align: baseline;
}
#sod_point .point_ipt {
  float: right;
  display: inline-block;
  margin-left: 35px;
  text-align: left;
  text-align: right;
  font-weight: normal;
}
#sod_point .point_ipt:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sod_point .point_ipt #od_temp_point {
  width: 100px;
  height: 30px;
  text-align: right;
  padding: 0 5px;
  border: 1px solid #d0d3db;
  border-radius: 3px;
}

#sod_frm_pt {
  padding: 20px;
}
#sod_frm_pt .max_point_box em {
  font-style: normal !important;
}

/* 주문서 작성 - 결제수단 */
#sod_frm_pay {
  position: relative;
  margin: 10px 0 0;
}
#sod_frm_pay h2 {
  font-size: 1.167em;
  padding: 15px;
  border-bottom: 1px solid #e3e5e8;
}
#sod_frm_pay .tooltip_txt {
  height: auto;
  line-height: 18px;
  font-weight: normal;
  font-size: 1em;
  padding: 10px 20px;
  margin: 10px;
}
#sod_frm_pay .tooltip_txt i {
  float: left;
  line-height: 36px;
  font-size: 2em;
  margin-right: 15px;
}
#sod_frm_pay .tooltip_txt:before {
  height: 100%;
}
#sod_frm_pay input[type="radio"] {
}
#sod_frm_pay .lb_icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#sod_frm_pay input[type="radio"]:checked + .lb_icon {
  color: #3a8afd;
  z-index: 3;
}
#sod_frm_pay input[type="radio"] + label span {
  top: 7px;
}

#sod_frm_paysel {
}
#sod_frm_paysel legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#sod_frm_paysel ul {
    border-top: 1px solid #000000;
}
#sod_frm_paysel ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    padding: 0 20px;
}
#sod_frm_paysel ul.pay_way {
  margin: 0;
  padding: 15px;
}
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {
  top: 7px;
}
#sod_frm_paysel ul:after {
}
#sod_frm_paysel li {background-color: #F1F7ED;border-bottom: 1px solid #000000;}

#settle_bank {
  /* border: 1px solid #e3e5e8; */
  /* border-top: 0 none; */
  /* background: #fff; */
  /* padding: 10px; */
  /* clear: both; */
  /* line-height: 32px; */
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
#settle_bank:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#settle_bank label {
  /* float: left; */
  /* width: 30%; */
  line-height: 30px;
}
#settle_bank select,
#settle_bank input {
  width: 50%;
  height: 32px;
  margin: 0 0 5px;
  border: 1px solid #e3e5e8;
  border-radius: 3px;
  text-align: left;
}
#settle_bank option {
  padding: 3px 0;
}
#settle_bank #od_deposit_name {
  height: 32px;
  padding: 0 5px;
  border: 1px solid #e3e5e8;
}

#display_pay_button {
  background: #fff;
  padding: 20px;
  border: 0;
  border-top: 0;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
#display_pay_button .btn_submit {
  width: 210px;
  height: 65px;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#display_pay_button .btn01 {
  width: 210px;
  height: 65px;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  border: 1px solid #76B24D;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #76B24D;
}

.display_setup_message {
  margin: 0 0 10px;
  padding: 15px;
  border: 1px solid #fccdff;
  background: #ffeef9;
}
.display_setup_message strong {
  display: block;
  margin: 0 0 10px;
}

#sod_frm_taker td input[type="radio"],
#sod_frm_taker td input[type="checkbox"] {
  width: auto;
  -webkit-appearance: radio;
  -webkit-border-radius: initial;
}
#sod_frm_taker label {
  display: inline-block;
  font-weight: normal;
  margin-right: 1em;
}
#sod_frm_same {
  margin: 0 0 10px;
}

#sod_frm #display_pay_process {
  text-align: center;
}
#sod_frm #display_pay_process span {
  display: block;
  margin: 5px 0 0;
}

#od_tot_price {
  background: #e5f0ff;
  line-height: 20px;
  text-align: right;
  padding: 15px;
}
#od_tot_price span {
  float: left;
  font-weight: bold;
}
#od_tot_price strong {
  font-size: 1.5em;
  color: #ff006c;
}
#sod_frm_pay_info {
  margin: 0 0 10px;
}

#sod_frm_pay #sc_coupon_frm,
#sod_frm_pay #od_coupon_frm {
  z-index: 10000;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: auto !important;
  height: 500px;
  max-height: 500px;
  border: 1px solid #000;
  background: #fff;
  overflow-y: auto;
}
#sod_frm_deli {
  position: relative;
  line-height: 2em;
}

#sod_frm_escrow {
  margin: 30px 0 0;
}
#sod_frm #sod_frm_escrow h2 {
  margin: 0;
  border: 0;
}
#sod_frm #sod_frm_escrow p {
  margin: 5px 0;
}
#display_pay_process {
  padding: 20px;
  text-align: center;
}

/*마이페이지 레이아웃 - 주문서 작성*/
.mypage_wrap {
    position: relative;
    padding-left: 240px;
    margin-top: 50px;
}

#mypage_navi {
    background-color: #F5F5F5;
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    border-radius: 10px;
    padding: 30px 0 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navi-title {
    font-size: 1.125rem;
    font-weight: 700;
}
#mypage_navi ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 14px;
}
#mypage_navi ul li {}
#mypage_navi ul li a {
    font-size: 0.875rem;
    font-weight: 400;
}
#mypage_navi ul li a:hover,
#mypage_navi ul li a.active {
    font-weight: 700;
    text-decoration: underline;
}
#mypage_navi select{
    display: none;
}

#smb_my_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    flex-wrap: wrap;
}
#smb_my_hd .profile {
    border: 0;
    padding: 0;
}
#smb_my_hd .profile_img {}
#smb_my_hd .welcome_text {}
#smb_my_hd .welcome_text a {}
#smb_my_hd .welcome_text div{
    margin-top: 10px;
    color: #042E00;
    font-size: 0.875rem;
    font-weight: 200;
    font-family: "Spoqa Han Sans Neo", "Malgun Gothic", dotum, sans-serif;
}
#smb_my_hd .cnt-info {
    display: flex;
    white-space: nowrap;
}
#smb_my_hd .cnt-info li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
#smb_my_hd .cnt-info li:not(:first-child):before{content:'';position: absolute;border-left: 1px solid #E5E5E5;height: 31px;left: 0;top: 50%;transform: translateY(-50%);}
#smb_my_hd .cnt-info li a {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "KIMM_Bold";
}
#smb_my_hd .cnt-info li span{
    margin-top: 10px;
}
#smb_my_hd .cnt-info li a:hover,
#smb_my_hd .cnt-info li a.active{}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child {border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {/* margin:0 0 10px; */margin-top: 50px;}
.tbl_head03 table {/* border-bottom:1px solid #d3d3d3; */margin-top: 50px;}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {/* padding:20px 0; *//* border-top:2px solid #959da6; *//* border-bottom:1px solid #d3d3d3; *//* color:#383838; *//* font-size:1.2em; *//* text-align:center; *//* letter-spacing:-0.1em; */font-size: 0.875rem;color: #2B2B2B;background-color: #F5F5F5;height: 40px;}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {background:#fff;background-clip:padding-box;padding:25px 15px;/* border-top:1px solid #ccd2d9; *//* border-left:1px solid #f6f6f6; */line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {}
.tbl_head03 td img{
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
/* 주문상세내역 */
#sod_fin {}
#sod_fin th{padding:8px}
#sod_fin .th_line th{/* border-top:1px solid #ddd; */}
#sod_fin_no {margin:0 0 20px;padding:15px;border:1px solid #d6e2f4;background:#edf3fc;font-size:1.2em;border-radius:5px;color:#3a8afd}
#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:10px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot li{/* background:#fff; *//* border-bottom:1px solid #e7ebf1; *//* height: 40px; *//* padding:0 15px; *//* line-height:40px; *//* text-align:right; */}
#sod_fin #sod_bsk_tot li span{/* float:left; *//* clear:both; *//* color: #777; */}
#sod_fin #sod_bsk_tot li strong{}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{/* color:#ff006c; *//* font-size:1.25em; */}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}


#sod_fin_list{
    margin-top: 50px;
}
#sod_fin_list h2 {margin:0 0 10px}

#sod_fin_list .td_bdno{border-left:0}
#sod_fin_list .td_bdno a{font-weight:bold}
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {/* margin:0 0 30px; */margin-top: 80px;}
#sod_fin_pay table{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #F1F7ED;
}
#sod_fin_pay th{
    width: 150px;
    padding: 0 20px;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
}
#sod_fin_pay td{
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    height: 40px;
    color: #000000;
}
#sod_fin_orderer {/* margin:0 0 30px; */width: 100%;}
#sod_fin_receiver {/* margin:0 0 30px; */width: 100%;}
#sod_fin_dvr {}
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3 {background:#fff;font-size:1.167em;padding:15px 10px;border-top:1px solid #e3e5e8;border-bottom:0}
#sod_fin .sod_left .tbl_head01 {}
#sod_fin .sod_left th{padding: 0;border:0;border-top:1px solid #f3f3f3;text-align:left;width: 100%;/* color:#666; */background:#fff;display: block;margin-top: 30px;font-size: 1rem;font-weight: 700;}
#sod_fin .sod_left td{padding: 0;border:0;border-top:1px solid #f3f3f3;background:#fff;display: block;line-height: normal;height: auto;font-size: 1rem;font-weight: 500;}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:10px 0}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center;width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;margin-bottom: 100px;margin-top: 50px;}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border: 1px solid #76B24D;font-weight: 700;width:100%;background:none;color:#5e6b6f;display: flex;height: 65px;width: 210px;font-size: 1.125rem;border-radius: 100px;justify-content: center;align-items: center;color: #76B24D;}
#sod_fin_cancel button:hover{background:#fff}
#sod_fin_cancelfrm {display:none;/* margin:10px 0 0; */text-align:center;background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 15px;width:100%;height: 60px;border-radius: 10px;font-size: 1rem;font-weight: 500;padding: 0 20px;}
#sod_fin_cancelfrm .btn_frmline{background: #76B24D;color:#fff;border:0;padding:10px;width:100%;cursor:pointer;display: flex;align-items: center;justify-content: center;width: 210px;height: 65px;border-radius: 100px;font-size: 1.125rem;font-weight: 700;margin: 0 auto;}
#sod_fin_test {padding:10px}
#sod_fin_list {}
#sod_fin_list #sod_bsk_tot{
    margin-top: 30px;
}
#sod_fin_list #sod_bsk_tot ul {
    background-color: #F1F7ED;
}
#sod_fin_list #sod_bsk_tot:after {
}
#sod_fin_list #sod_bsk_tot li {display: flex;justify-content: space-between;align-items: center;color: #042E00;font-weight: 200;font-size: 0.875rem;height: 30px;padding: 0 25px;}
#sod_fin_list #sod_bsk_tot li:after {
}
#sod_fin_list #sod_bsk_tot li span {margin-left: auto;margin-right: 0;}
#sod_fin_list #sod_bsk_tot li strong {
    font-weight: 200;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    text-align: right;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_sell,
#sod_fin_list #sod_bsk_tot .sod_bsk_coupon {
  border-right: 1px solid #e7ebf1;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_sell{
    padding-top: 15px;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_point{}
#sod_fin_list #sod_bsk_tot .sod_bsk_cnt {
  background-color: #042E00;
  color: #ffffff;
  height: 35px;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_cnt span{
    font-weight: 700;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_cnt strong{
    font-weight: 700;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_dvr{
    padding-bottom: 15px;
}
#sod_fin_list #sod_bsk_tot li:last-child {
  border-bottom: 0 none;
}
#sod_fin_list #sod_bsk_tot .sod_bsk_point span,
#sod_fin_list #sod_bsk_tot .sod_bsk_cnt span {
}
#sod_fin_list #sod_bsk_tot .sod_bsk_coupon:before {
}
#sod_fin_list #sod_bsk_tot .sod_bsk_dvr:before {
}
#sod_fin_list #sod_bsk_tot .sod_bsk_cnt strong {
}


/* 위시리스트 */
#sod_ws {}
.sod_ws_img {width: 100%;text-align:center}
.sod_ws_img a{
    display: flex;
}
.sod_ws_img img{
    width: 100%;
    height: auto;
}
#sod_ws_act {/* text-align:center; *//* margin:20px 0 30px; */text-align: center;margin-bottom: 100px;margin-top: 30px;display: flex;gap: 20px;justify-content: center;align-items: center;}
#sod_ws_act button {/* height:50px; *//* width:180px; *//* font-weight:bold; *//* font-size:1.167em; *//* border-radius:3px; */height: 65px;padding: 0 10px;width: 210px;font-weight: 700;font-size: 1.125rem;color: #76B24D;border: 1px solid #76B24D;border-radius: 100px;display: flex;align-items: center;justify-content: center;}
#sod_ws_act .btn01 {border:1px solid #98a3b3}
#sod_ws_act .btn02 {/* border:1px solid #1c70e9; *//* background:#3a8afd; */background: #76B24D;color: #fff;}

#sod_ws li .info_link {display:block;margin:10px 0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#646464;font-weight:bold}
#sod_ws li .info_date {color:#646464;font-size:0.92em}
#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:30px;text-align:center;line-height:35px;color:#f00}
#sod_ws li .wish_info {padding:0 35px 10px 30px;position:relative;border-bottom:1px solid #e0e0e0;margin-top:10px;height:45px}
#sod_ws li .wish_del {position:absolute;top:0;right:0;width:35px;height:35px;line-height:35px;text-align:center;background:#e6e6e6;display:block;font-size:1.25em;color:#777}
#sod_ws li .wish_del:hover {background:#777;color:#fff}
/*기본리스트*/
.list_01 li {position:relative;border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}

.list_02 {
    margin-top: 50px;
}
.list_02 ul{
    margin: 50px 0 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li {/* float:left; *//* width:225px; *//* margin:10px 0 20px 18px; */width: calc(25% - 1 / 4* 81px);min-width: 210px;}
.list_02 li:nth-child(5n+1) {/* clear:both; *//* margin-left:0; */}
/* 상품 목록 현재 위치 */
#sct_location {
    /* display:inline-block; */ /* padding:12px 0; */
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sct_location .go_home {
    padding: 0 3px;
  }
  #sct_location .go_home svg {
  }
  #sct_location i.dividing-line {
    vertical-align: top;
    font-size: 1.2em;
    color: #a2a2a2;
    display: inline-block;
    margin: 0;
    line-height: 17px;
  }
  #sct_location select {
    float: left;
    border: 1px solid #d3d3d3;
    height: 26px;
    padding: 0 5px;
    margin: 0 12px;
  }
  #sct_location.is_right select {
    float: right;
  }
  #sct_location.view_location {
    justify-content: flex-start;
    margin-top: 60px;
  }
  #sct_location.view_location:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }









/*===============================================TABLET 1500px===============================================*/
@media screen and (max-width: 1500px) {
  #tnb .inner,
  #hd_wrapper {
    /* padding: 0 15px; */
  }

  #main_bn .main-swiper-button-prev {
    left: 240px;
  }
  #main_bn .main-swiper-button-next {
    transform: translate(0, -50%);
  }
  
  

















  
}
/*===============================================TABLET 1280px===============================================*/
@media screen and (max-width: 1280px) {
  #hd_qnb {
    display: none;
  }
  .hd_sch_wr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .notice-panel-label {
    display: none;
  }
  .notice-panel-text {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  #main_bn {
    margin-top: 0;
  }
  #main_bn .inner {
    height: 560px;
    display: flex;
    align-items: center;
  }
  /*ft-contact*/
  .ft-contact {
  }
  .ft-contact .ft_wr {
  flex-wrap: wrap;
  }
  .ft-tel-wrap {
    flex-basis: 100%;
    border: 0;
  }
  .ft-consult-tel {
  }
  .ft-consult-sms {
  }
  .ft-infotxt-wrap {
    flex-basis: 100%;
    margin: 39px 50px 0;
  }
  /*content*/
  .content_wrap {
    padding: 0 40px;
    max-width: none;
  }
}
/*===============================================TABLET 768px===============================================*/
@media screen and (max-width: 768px) {
  #hd_wrapper {
    height: 90px;
    padding: 0 15px;
  }
  #tnb {
    height: 50px;
  }

  #tnb_info .tnb_info_wrap {
    height: 30px;
    padding: 0 15px;
  }
  #tnb_info .tnb_info_wrap svg {
    width: 16px;
  }
  #tnb_info .tnb_info_wrap strong {
    font-size: 1.25rem;
  }
  #tnb_info .tnb_info_wrap span {
    font-size: 0.875rem;
    padding-left: 4px;
  }
  #tnb_info p {
    font-size: 0.75rem;
  }
  #logo {
    min-width: 116px;
    width: 116px;
    height: 55px;
  }
  .notice-panel {
    height: 44px;
  }
  .notice-panel-text {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .notice-panel-text p {
    font-size: 0.625rem;
  }
  .notice-panel-text strong {
    font-size: 0.625rem;
  }
  .hd_sch_wr {
    height: 44px;
  }
  #hd_sch #sch_stx {
    height: 42px;
    font-size: 0.75rem;
  }
  #hd_sch #sch_submit {
    height: 42px;
  }
  #hd_menu {
    display: none;
  }
  .__gnb_wrap {
    height: 60px;
  }

  #gnb .gnb_wrap {
    padding-left: 0;
  }
  #gnb .gnb_1dli:first-child {
    margin-left: 0;
  }
  #gnb .gnb_1dli {
    padding: 10px 22px;
  }
  .gnb_1da {
    font-size: 1rem;
  }
  #gnb #gnb_1dul {
    padding: 0 12px;
  }
  #gnb .gnb_1dli.gnb_mnal {
    display: flex;
    padding: 0;
    padding-right: 20px;
    align-items: center;
  }
  .all-menu {
    display: none !important;
  }
  /*중단*/
  #container_wr .inner {
    padding: 0 20px;
  }
  /* 하단 레이아웃 */
  #ft {
  }
  .ft_box {
    padding: 30px 0 40px;
  }
  .ft_box > .ft_wr {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  #ft_link > .ft_wr {
    justify-content: center;
  }
  #ft_company {
    margin-left: 0;
  }
  #ft_catch {
    width: 151px;
    height: 40px;
  }
  #ft_catch > img {
  }
  #ft_copy {
    text-align: center;
  }

  .ft_cont {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .ft_info {
    text-align: center;
    margin-top: 20px;
  }
  .ft_info > .fr_company_name {
    display: block;
  }
  .ft_cs {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .ft_cs_title {
    padding-right: 0;
    margin-right: auto;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .ft_cs_img {
    margin-top: 0;
    margin-right: 17px;
  }
  .ft_cd_txt strong {
    font-size: 1.25rem;
  }
  .ft_cd_txt p {
    font-size: 0.875rem;
  }
  .ft_cs_link {
    flex-direction: row;
    width: calc(100% - 178px);
    gap: 20px;
  }
  .ft_cs_link > a {
    padding: 0 15px;
    height: 50px;
  }
  /*ft-contact*/
  .ft-contact {
    padding: 40px 0 80px;
  }
  .ft-contact .ft_wr {
    padding: 0 20px;
  }
  .ft-tel-wrap {
    padding: 0;
    min-height: auto;
  }
  .ft-consult-tel {
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .ft-consult-subj {
    font-size: 1.25rem;
  }
  .ft-tel {
    margin-top: 8px;
  }
  .ft-tel li {
    font-size: 1.625rem;
  }
  .ft-tel li a {
  }
  .ft-consult-time {
    margin-top: 20px;
  }
  .ft-consult-time li {
  }
  .ft-consult-time li span {
    font-size: 0.875rem;
  }
  .ft-consult-time li p {
    font-size: 1rem;
  }
  .ft-consult-sms {
    padding-left: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .ft-consult-sms .ft-account {
    font-size: 1rem;
    margin-top: 15px;
  }
  .ft-consult-sms .ft-account strong {
  }
  .ft-infotxt-wrap {
    margin: 39px 0 0;
    padding: 25px 0;
    min-height: auto;
    border-radius: 20px;
  }
  .ft-infotxt-subj {
    font-size: 1.125rem;
  }
  .ft-infotxt-subj svg {
    width: 21px;
  }
  .ft-infotxt-wrap ul {
    margin-top: 8px;
  }
  .ft-infotxt-wrap ul li {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .ft-infotxt-wrap ul li p {
    font-size: 0.625rem;
    line-height: 1.063rem;
  }

  /*메인슬라이드*/
  #main_bn {
    margin: 0;
    margin-bottom: 46px;
  }
  #main_bn .inner {
    padding: 0;
    height: auto;
  }
  #main_bn .main-swiper {
    height: auto;
  }
  #main_bn .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #main_bn .swiper-slide img.sbn_border {
    border-radius: unset;
    border: 0;
  }
  #main_bn .main-swiper-button-prev,
  #main_bn .main-swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/img-arr-md.svg);
  }
  #main_bn .main-swiper-button-prev {
    left: 20px;
    transform: rotate(180deg) translate(0, 50%);
  }
  #main_bn .main-swiper-button-next {
    right: 20px;
    transform: translate(0, -50%);
  }

  /*협력사*/
  .main-coop {
    margin-bottom: 50px;
  }
  .sect-title strong {
    font-size: 2rem;
  }
  .sect-title span {
    margin-left: 20px;
    font-size: 1.125rem;
    padding: 0 16px;
  }
  .sect-title span svg {
    width: 18px;
  }

  #coop_bn {
    margin-top: 20px;
  }
  #coop_bn .coop-swiper {
    margin: 0 -10px;
  }
  #coop_bn .swiper-wrapper {
  }
  #coop_bn .swiper-slide {
    width: 300px;
    margin: 0 10px;
  }
  #coop_bn .__swiper-slide {
    height: 150px;
    padding: 15px 12px;
  }
  #coop_bn .swiper-slide img {
    height: 80px;
    max-height: 80px;
  }
  #coop_bn .swiper-slide a {
  }
  #coop_bn .coop-swiper-button-prev,
  #coop_bn .coop-swiper-button-next {
    top: -60px;
  }
  #coop_bn .coop-swiper-button-prev {
    transform: rotate(180deg) translate(0, 0);
    left: auto;
    right: 55px;
  }
  #coop_bn .coop-swiper-button-next {
    transform: translate(0, 0);
  }

  /*메인 퀵메뉴*/
  .main-qmenu {
    padding: 0 10px;
    margin-bottom: 80px;
  }
  .main-qmenu ul {
    gap: 30px 50px;
  }
  .main-qmenu ul li {
    width: calc(1 / 2 * 100% - 1 / 2 * 50px);
  }
  .main-qmenu .qmenu-txt strong {
    font-size: 1.625rem;
  }
  .main-qmenu .qmenu-txt p {
    font-size: 0.75rem;
    margin-top: 15px;
  }
  .main-qmenu .qmenu-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .main-qmenu .qmenu-img img {
    border-radius: 10px;
  }

  /*인기상품*/
  .main-poplr {
    margin-bottom: 80px;
  }
  .main-poplr header h2 a {
  }
  .main-section header {
    margin-bottom: 25px;
  }
  .main-section header h2 {
    font-size: 2rem;
  }

  /*미니배너*/
  .main-ban-mini {
    margin-bottom: 80px;
  }
  .main-ban-mini .ban-img {
    padding-bottom: 22%;
  }
  .main-ban-mini .ban-img img {
  }

  /*찾아오기는길 - 메인*/
  .main-map {
    margin-bottom: 80px;
  }
  .main-map header {
  }
  .main-map h2 {
  }
  .map-wrap {
  flex-direction: column;
  }
  .map-cont {
    width: 100%;
  }
  .map-cont #map {
    height: 300px !important;
  }
  .map-txt {
    width: 100%;
    padding: 40px;
    padding: 25px 17px;
  }
  .map-subj {
    font-size: 1.375rem;
    margin-bottom: 26px;
  }
  .map-txt ul {
  }
  .map-txt li {
    font-size: 1rem;
  }
  .map-txt li strong {
  }
  .map-txt li p {
  }
  .main-map .map-wrap {
    flex-direction: column;
  }
  .main-map .map-cont {
    width: 100%;
  }
  .main-map .map-txt {
    width: 100%;
  }

  /*content*/
  .content_wrap {
    padding: 0 40px;
  }
  .page-hd {
    height: 137px;
  }
  .page-title {
    font-size: 1.75rem;
    margin-top: 50px;
  }

    /* ########## 쇼핑몰 컨텐츠 ########## */
    /* 인덱스 이미지 출력 */
    #sidx_img {}
    #sidx_img img {}


    /* 상품 메일 추천하기 */
    #sit_rec_new {}
    #sit_rec_new th,
    #sit_rec_new td {}
    #sit_rec_new th {}
    #sit_rec_new textarea {}
    #sit_rec_new .win_btn {}

    /* 마이페이지 */
    #smb_my {}

    #smb_my_ov {}
    #smb_my_ov h2 {}
    #smb_my_ov .my_ov_name{}
    #smb_my_ov .my_ov_name img{}
    #smb_my_act {}
    #smb_my_act:after {}
    #smb_my_act ul {}
    #smb_my_act li {}
    #smb_my_act li a{}
    #smb_my_act li .btn_admin{}
    #smb_my_ov .cou_pt{}
    #smb_my_ov .cou_pt dt{}
    #smb_my_ov .cou_pt dd{}
    #smb_my_ov .cou_pt dd a{}
    #smb_my_ov .op_area{}
    #smb_my_ov .btn_admin {}
    #smb_my_ov .op_area:after {}
    #smb_my_ov .op_area dt{}
    #smb_my_ov .op_area dd{}
    .my_ov_btn{}
    .my_ov_btn button{}
    .my_ov_btn button:hover{}

    #smb_my_ovaddd{}

    #smb_my_ovaddt {}
    #smb_my_ovaddd {}

    #smb_my_od {}
    #smb_my_od h2 {}
    #smb_my_od  td{}
    #smb_my_od  td a{}
    #smb_my_wish{}
    #smb_my_wish h2 {}
    .smb_my_img{}
    .smb_my_tit{}
    .smb_my_date{}
    .smb_my_more {}
    #smb_my_wish .list_02 .smb_my_img{}
    .smb_my_more a{}
    .smb_my_img a{}
    .smb_my_img a img{}

    /* 마이페이지 list */
    #smb_my_list {}

    #smb_my_od h2 {}
    #smb_my_od {}
    .smb_my_od {}
    .smb_my_od li {}
    .smb_my_od li:last-child {}
    .smb_my_od li:after {}
    .smb_my_od li:hover {}
    .smb_my_od .smb_my_od_li {}
    .smb_my_od .smb_my_od_li1 {}
    .smb_my_od .smb_my_od_li2 {}
    .smb_my_od .smb_my_od_li3 {}

    .smb_my_od .ord_num,
    .smb_my_od .ord_name {}
    .smb_my_od .date {}
    .smb_my_od .cost {}
    .smb_my_od .misu {}

    #smb_my_wish {}
    #smb_my_wish h2 {}
    #smb_my_wish li {}
    #smb_my_wish li:after {}
    #smb_my_wish .smb_my_chk {}
    #smb_my_wish .smb_my_img {}
    #smb_my_wish .smb_my_tit {}
    #smb_my_wish .smb_my_price {}
    #smb_my_wish .smb_my_date {}
    .smb_my_more {}
    .smb_my_more a {}
    #smb_my_wish li .wish_del {}
    #smb_ws_act {}
    #smb_ws_act .btn01 {}
    #smb_ws_act .btn02 {}


    /* 장바구니 주문서 공통 */
    .od_prd_list .td_chk {}
    .od_prd_list .td_prd {}
    .od_prd_list .td_prd .sod_img {}
    .od_prd_list .td_prd .sod_name {}
    .od_prd_list .td_prd .prd_name {}
    .od_prd_list .total_prc {}

    .sod_opt {}
    .sod_opt ul {}
    .sod_opt li {}
    .sod_opt li:before {}
    .sod_option_btn .mod_options {}
    .cp_btn {}
    .cp_cancel {}

    /* 장바구니 */
    #sod_bsk {}
    .btn_cart_del {}
    .btn_cart_del button {}
    #sod_bsk_list {}
    #sod_bsk #sod_bsk_tot {}
    #sod_bsk #sod_bsk_tot ul:after {}
    #sod_bsk #sod_bsk_tot li {}
    #sod_bsk #sod_bsk_tot li:first-child {}
    #sod_bsk #sod_bsk_tot li span {}
    #sod_bsk #sod_bsk_tot .sod_bsk_cnt {}
    #sod_bsk_act {}
    #sod_bsk_act .btn_submit {}
    #sod_bsk_act .btn01 {}
    #sod_bsk_act p {}

    /* 장바구니 선택사항수정 */
    #sod_bsk_list #mod_option_frm {}
    #sod_bsk_list .mod_option_bg {}
    #mod_option_frm h2 {}

    .option_wr {}
    .option_wr h3 {}
    .option_wr .get_item_options,
    .option_wr .get_item_supply {}
    .option_wr label {}
    .option_wr select {}

    #sit_opt_added {}
    #sit_opt_added li {}
    #sit_opt_added li:after {}
    #sit_opt_added li .opt_name {}
    #sit_opt_added li .opt_count {}
    #sit_opt_added button {}
    #sit_opt_added button:hover {}
    #sit_opt_added .num_input {}
    #sit_opt_added .sit_opt_del {}
    #sit_opt_added .sit_opt_del:hover {}
    #sit_opt_added .sit_opt_prc {}

    #mod_option_frm #sit_sel_option {}
    #mod_option_frm #sit_tot_price {}
    #mod_option_frm #sit_opt_added {}
    #mod_option_frm .btn_confirm {}
    #mod_option_frm .btn_confirm .btn_submit {}
    #mod_option_frm .btn_confirm .btn_close {}
    #mod_option_frm .btn_confirm .btn_close:hover {}


  /* 주문서 작성 */
  #sod_frm {
  }
  #sod_frm:after {
  }
  #sod_frm p {
  }
  #sod_frm .od_prd_list {
  }
  #sod_list {
  }
  #sod_list #cp_frm {
  }

  .od_coupon h3 {
  }
  .od_coupon .btn_close {
  }
  .od_coupon .btn_close:hover {
  }
  .od_coupon .tbl_head02 {
  }
  .od_coupon .cp_apply {
  }
  .od_coupon td,
  #sod_frm_pay .od_coupon td {
  }
  #sod_frm_pay .od_coupon th {
  }
  .od_coupon .td_numbig,
  #sod_frm_pay .od_coupon .td_numbig {
  }
  .od_coupon .td_mngsmall {
  }

  /* 주문서 작성 - 왼쪽 */
  .sod_left {
  gap: 40px;
  margin-top: 40px;
  }

  /* 주문서 작성 - 주문하시는 분 */
  #sod_frm .tbl_frm01 {
  }
  #sod_frm .tbl_frm01 th,
  #sod_frm .tbl_frm01 td {
  }
  #sod_frm .tbl_frm01 th {
  }
  #sod_frm .tbl_frm01 td input {
  }
  #sod_frm .tbl_frm01 td .addr input {
  }
  #sod_frm .tbl_frm01 td .addr button {
  }

  /* 주문서 작성 - 받으시는 분 */
  #sod_frm_taker .tbl_frm01 {
  }
  #sod_frm_taker .tbl_frm01 .choice_place {
  }
  #sod_frm_taker .tbl_frm01 .choice_place:after {
  }
  #sod_frm_taker .tbl_frm01 .choice_place .chk_box {
  }
  #sod_frm_taker .tbl_frm01 .choice_tit {
  }
  #sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {
  }
  #sod_frm_taker .tbl_frm01 .choice_place input,
  #sod_frm_taker .tbl_frm01 .choice_place label {
  }
  #sod_frm_taker .tbl_frm01 .btn_frmline {
  }

  #sod_frm_taker .tbl_frm01 td input {
  }
  #sod_frm_taker .tbl_frm01 td .addr input {
  }
  #sod_frm_taker .tbl_frm01 td .addr button {
  }
  #sod_frm_taker .tbl_frm01 td .ad_choice {
  }
  #sod_frm_taker .tbl_frm01 td .ad_choice input {
  }

  /* 주문서 작성 - 공통 */
  #sod_frm_orderer,
  #sod_frm_taker {
  }
  #sod_frm section h2 {
  }
  #sod_frm_orderer #od_addr_jibeon,
  #sod_frm_taker #od_b_addr_jibeon {
  }

  /* 5.4.1.3 버전이후 추가 css */
  #sod_frm div.tbl_frm01,
  #sod_frm_taker div.tbl_frm01 {
  }
  #sod_frm .tbl_frm01 th,
  #sod_frm .tbl_frm01 td {
  }
  #sod_frm .tbl_frm01 th {
  }
  #sod_frm #od_name,
  #sod_frm #od_tel,
  #sod_frm #od_hp,
  #sod_frm #od_pwd,
  #sod_frm #od_b_name,
  #sod_frm #od_b_tel,
  #sod_frm #od_b_hp,
  #sod_frm #ad_subject,
  #sod_frm #od_hope_date {
  }
  #sod_frm #od_zip,
  #sod_frm #od_b_zip {
  }
  #sod_frm .tbl_frm01 td .btn_address {
  }
  #sod_frm #od_memo {
  }
  #sod_frm_taker .order_choice_place {
  }
  #sod_frm_taker .tbl_frm01 .btn_frmline {
  }
  #sod_frm #sod_bsk_tot:after {
  }
  #sod_frm #sod_bsk_tot li {
  }
  #sod_frm #sod_bsk_tot li:after {
  }
  #sod_frm #sod_bsk_tot li span {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_sell,
  #sod_frm #sod_bsk_tot .sod_bsk_coupon {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_point,
  #sod_frm #sod_bsk_tot .sod_bsk_cnt {
  }
  #sod_frm #sod_bsk_tot li:last-child {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_point span,
  #sod_frm #sod_bsk_tot .sod_bsk_cnt span {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_coupon:before {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_dvr:before {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_cnt strong {
  }
  #sod_frm_pay {
  }
  #sod_frm #sod_frm_pay h2 {
  }
  #sod_frm_pay .pay_tbl table {
  }
  #sod_frm_pay .pay_tbl th {
  }
  #sod_frm_pay .pay_tbl td {
  }
  #sod_frm_pay .pay_tbl td .cp_cancel {
  }
  #sod_frm_pay .pay_tbl td .btn_frmline {
  }
  #od_tot_price {
  }
  #od_tot_price span {
  }
  #od_tot_price strong {
  }
  #sod_frm #sod_frm_pt_alert {
  }
  #od_pay_sl h3 {
  }
  #od_pay_sl input[type="radio"] {
  }
  #od_pay_sl .lb_icon {
  }
  #od_pay_sl input[type="radio"]:checked + .lb_icon {
  }
  #sod_frm_paysel {
  }
  #sod_frm_paysel legend {
  }
  #sod_frm_paysel .KPAY {
  }
  #sod_frm_paysel .PAYNOW {
  }
  #sod_frm_paysel .PAYCO,
  #sod_frm_paysel .paycopay_icon {
  }
  #sod_frm_paysel .inicis_lpay,
  #sod_frm_paysel .lpay_icon {
  }
  #sod_frm_paysel .inicis_kakaopay {
  }
  #sod_frm_paysel .inicis_kakaopay em {
  }
  #sod_frm_paysel .kakaopay_icon {
  }
  #sod_frm_paysel .naverpay_icon {
  }
  #sod_frm_paysel .samsungpay_icon {
  }
  #sod_frm_paysel .ssgpay_icon {
  }
  #sod_frm_paysel .skpay_icon {
  }
  #sod_frm_paysel .bank_icon {
  }
  #sod_frm_paysel .vbank_icon {
  }
  #sod_frm_paysel .iche_icon {
  }
  #sod_frm_paysel .hp_icon {
  }
  #sod_frm_paysel .card_icon {
  }
  #forderform .sod_right #sod_bsk_tot {
  }
  #forderform .od_pay_buttons_el {
  }
  #forderform .od_pay_buttons_el h3 {
  }
  #forderform #sod_frm_pt {
  }

  .sod_right .pay_tbl {
  }
  .sod_right #od_tot_price {
  }
  #sod_frm_pay .od_pay_buttons_el:after {
  }
  #sod_frm_pay .sod_frm_point {
  }
  #sod_frm_pay .sod_frm_point div {
  }
  #sod_frm_pay .sod_frm_point div:after {
  }
  #sod_frm_pay .sod_frm_point div label {
  }
  #sod_frm_pay .sod_frm_point div span {
  }
  #sod_frm_pay .sod_frm_point div span:after {
  }
  #sod_frm_pay .sod_frm_point div strong {
  }
  #sod_frm_pay .sod_frm_point .max_point_box em {
  }
  #sod_frm_pay .sod_frm_point #od_temp_point {
  }

  /* 주문서 작성 - 오른쪽 */
  .sod_right {
  }

  .sod_right #sod_bsk_tot {
  }
  .sod_right #sod_bsk_tot:after {
  }
  .sod_right .sod_info li {
  }
  .sod_right .sod_info li:after {
  }
  .sod_right .sod_info li span {
  }
  .sod_right .sod_info .sod_bsk_sell,
  .sod_right .sod_info .sod_bsk_coupon {
  }
  .sod_right .sod_info .sod_bsk_coupon:before {
  }
  .sod_right .sod_info .sod_bsk_dvr:before {
  }
  .sod_right .sod_info .sod_bsk_cnt strong {
  }

  .sod_right .sod_info_bt {
  }
  .sod_right .sod_info_bt:after {
  }
  .sod_right .sod_info_bt li {
  }
  .sod_right .sod_info_bt li:after {
  }
  .sod_right .sod_info_bt li span {
  }
  .sod_right .sod_info_bt li strong {
  }

  .sod_right .sod_info_option {
  }
  .sod_right .sod_info_option h2 {
  }
  .sod_right .sod_info_option ul {
  }
  .sod_right .sod_info_option li {
  }
  .sod_right .sod_info_option li:after {
  }
  .sod_right .sod_info_option .sod_ifop_tit {
  }
  .sod_right .sod_info_option .sod_ifop_tit .btn_frmline {
  }
  .sod_right .sod_info_option .sod_ifop_tit .cp_cancel {
  }
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon {
  }
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon > td {
  }
  .sod_right .sod_info_option > td,
  .sod_right .sod_info_option .sod_ifop_t {
  }
  .sod_right .sod_info_option > td {
  }
  .sod_right .sod_info_option > td .cp_cancel {
  }
  .sod_right .sod_info_option > td .btn_frmline {
  }

  /* 주문서 작성 - 포인트사용 */
  #sod_point {
  }
  #sod_point h2 {
  }
  #sod_point h2:after {
  }

  #sod_point .point_tit {
  }
  #sod_point .point_tit label {
  }
  #sod_point .point_ipt {
  }
  #sod_point .point_ipt:after {
  }
  #sod_point .point_ipt #od_temp_point {
  }

  #sod_frm_pt {
  }
  #sod_frm_pt .max_point_box em {
  }

  /* 주문서 작성 - 결제수단 */
  #sod_frm_pay {
  }
  #sod_frm_pay h2 {
  }
  #sod_frm_pay .tooltip_txt {
  }
  #sod_frm_pay .tooltip_txt i {
  }
  #sod_frm_pay .tooltip_txt:before {
  }
  #sod_frm_pay input[type="radio"] {
  }
  #sod_frm_pay .lb_icon {
  }
  #sod_frm_pay input[type="radio"]:checked + .lb_icon {
  }
  #sod_frm_pay input[type="radio"] + label span {
  }

  #sod_frm_paysel {
  }
  #sod_frm_paysel legend {
  }
  #sod_frm_paysel ul.pay_way {
  }
  #sod_frm_paysel ul.pay_way input[type="radio"] + label span {
  }
  #sod_frm_paysel ul:after {
  }
  #sod_frm_paysel li {
  }

  #settle_bank {
  }
  #settle_bank:after {
  }
  #settle_bank label {
  }
  #settle_bank select,
  #settle_bank input {
  }
  #settle_bank option {
  }
  #settle_bank #od_deposit_name {
  }

  #display_pay_button {
  }
  #display_pay_button .btn_submit {
  }
  #display_pay_button .btn01 {
  }

  .display_setup_message {
  }
  .display_setup_message strong {
  }

  #sod_frm_taker td input[type="radio"],
  #sod_frm_taker td input[type="checkbox"] {
  }
  #sod_frm_taker label {
  }
  #sod_frm_same {
  }

  #sod_frm #display_pay_process {
  }
  #sod_frm #display_pay_process span {
  }

  #od_tot_price {
  }
  #od_tot_price span {
  }
  #od_tot_price strong {
  }
  #sod_frm_pay_info {
  }

  #sod_frm_pay #sc_coupon_frm,
  #sod_frm_pay #od_coupon_frm {
  }
  #sod_frm_deli {
  }

  #sod_frm_escrow {
  }
  #sod_frm #sod_frm_escrow h2 {
  }
  #sod_frm #sod_frm_escrow p {
  }
  #display_pay_process {
  }


  /*마이페이지 레이아웃 - 주문서 작성*/
    .mypage_wrap {
    padding-left: 0;
    margin-top: 30px;
}

    #mypage_navi {
    position: static;
    background-color: transparent;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: unset;
}
    .navi-title {
    display: none;
}
    #mypage_navi ul {
    display: none;
}
  #mypage_navi select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-color: transparent;
    display: flex;
    width: 100%;
    height: 50px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #76b24d;
    color: #ffffff;
    font-family: "KIMM_Bold";
    font-size: 1rem;
    padding: 0 60px 0 30px;
    background-image: url(/img/img-select-arr.svg);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: calc(100% - 30px);
    cursor: pointer;
  }
    #mypage_navi ul li {}
    #mypage_navi ul li a {}
    #mypage_navi ul li a:hover,
    #mypage_navi ul li a.active {}

    #smb_my_hd {
    margin-top: 20px;
    padding: 30px 20px;
}
    #smb_my_hd .profile {}
    #smb_my_hd .profile_img {}
    #smb_my_hd .welcome_text {}
    #smb_my_hd .welcome_text a {}

    #smb_my_hd .cnt-info {}
    #smb_my_hd .cnt-info li {
    padding: 0 15px;
}
    #smb_my_hd .cnt-info li a {
    font-size: 1rem;
  }
    #smb_my_hd .cnt-info li span{
    font-size: 0.75rem;
}
    #smb_my_hd .cnt-info li a:hover,
    #smb_my_hd .cnt-info li a.active{}



    /* 기본테이블 */
    .tbl_wrap table {}
    .tbl_wrap caption {}

    .tbl_head01 {}
    .tbl_head01 table {}
    .tbl_head01 caption {}
    .tbl_head01 thead th {}
    .tbl_head01 thead a {}
    .tbl_head01 thead th input {}
    .tbl_head01 tfoot th, .tbl_head01 tfoot td {}
    .tbl_head01 tbody th {}
    .tbl_head01 td {}
    .tbl_head01 td:first-child {}
    .tbl_head01 a {}

    .tbl_head02 {}
    .tbl_head02 caption {}
    .tbl_head02 thead th {}
    .tbl_head02 thead a {}
    .tbl_head02 thead th input {}
    .tbl_head02 tfoot th, .tbl_head02 tfoot td {}
    .tbl_head02 tbody th {}
    .tbl_head02 td {}
    .tbl_head02 a {}

    .tbl_head03 {}
    .tbl_head03 table {}
    .tbl_head03 caption {}
    .tbl_head03 thead th {}
    .tbl_head03 thead a {}
    .tbl_head03 thead th input {}
    .tbl_head03 tfoot th, .tbl_head03 tfoot td {}
    .tbl_head03 tbody th {}
    .tbl_head03 td {}
    .tbl_head03 td:first-child {}
    .tbl_head03 a {}

    /* 상품 목록 현재 위치 */
    #sct_location {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    #sct_location .go_home {
    }
    #sct_location .go_home svg {
        width: 13px;
    }
    .shop_select_to_html {
    }
    .shop_select_to_html .category_title {
        font-size: 0.875rem;
    }
    .shop_select_to_html .category_title a {
    }
    #sct_location.view_location {
        margin-top: 20px;
    }

    .list_02{}
    .list_02 ul{
    margin: 50px 0;
    gap: 48px;
}
    .list_02 li{
    width: calc(50% - 1 / 2* 48px);
}
}
/*===============================================MOBILE 946px===============================================*/
@media screen and (max-width: 946px) {
  #tnb_info p {
    display: none;
  }
}
/*===============================================MOBILE 500px===============================================*/
@media screen and (max-width: 500px) {
  #hd_wrapper {
    height: 74px;
  }
  #tnb .inner {
    justify-content: center;
    padding: 0 15px;
  }
  #tnb {
    height: 35px;
  }
  #tnb_info .tnb_info_wrap {
    height: 20px;
  }
  #tnb_info .tnb_info_wrap svg {
    width: 10px;
  }
  #tnb_info .tnb_info_wrap strong {
    font-size: 0.875rem;
  }
  #tnb_info .tnb_info_wrap span {
    font-size: 0.625rem;
  }
  #logo {
    min-width: 93px;
    width: 93px;
    height: 44px;
  }
  .notice-panel {
    display: none;
  }
  .hd_sch_wr {
    height: 40px;
    margin-right: 0;
  }
  #hd_sch #sch_stx {
    height: 38px;
  }
  #hd_sch #sch_submit {
    height: 38px;
    width: 47px;
  }
  #hd_sch #sch_submit svg {
    width: 18px;
  }

  /* 스크롤 디자인 */
  #gnb #gnb_1dul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  #gnb .gnb_1dli.gnb_mnal {
    padding-left: 13px;
    padding-right: 15px;
    height: 100%;
    position: relative;
    z-index: 1000;
  }
  #gnb .gnb_menu_btn {
    width: 35px;
    height: 35px;
  }
  #gnb .gnb_menu_btn svg {
    width: 18px;
  }
  #gnb .gnb_1dli.gnb_mnal:before {
    content: "";
    position: absolute;
    background: #ffffff00;
    top: 0;
    right: 100%;
    width: 25px;
    height: 100%;
    z-index: 1; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: linear-gradient(
      to right,
      #ffffff00 0%,
      #ffffff 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  .__gnb_wrap {
    height: 50px;
  }
  #gnb #gnb_1dul {
    padding: 0 5px;
  }
  #gnb .gnb_1dli {
    padding: 10px;
  }
  .gnb_1da {
    font-size: 0.875rem;
  }
  .gnb_all_hd {
    margin: 14px;
  }
  .welcome_text {
    font-size: 0.875rem;
  }
  .profile_img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .profile {
    padding: 15px;
    height: 75px;
  }
  #gnb .gnb_close_btn {
    width: 35px;
    height: 35px;
  }
  #gnb .gnb_close_btn svg {
    width: 16px;
  }
  .qmenu {
    height: 55px;
    padding: 19px 0;
  }
  .qmenu > li > a {
    font-size: 0.75rem;
  }
  .qmenu > li > a svg {
    margin-right: 5px;
    width: 17px;
    height: auto;
  }
  .tab_nav > li {
    font-size: 1rem;
    height: 40px;
  }
  .tab_nav > li.active:first-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .tab_nav > li.active:last-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .tab_cont {
    height: calc(100% - 198px);
  }
  .gnb_ca_ul {
    width: 140px;
  }
  /* 스크롤 디자인 */
  .gnb_ca_ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .gnb_ca_name {
    font-size: 0.75rem;
    padding-left: 14px;
    height: 47px;
  }
  .gnb_ca_a {
    font-size: 0.875rem;
  }
  .gnb_ca_ul_2 {
    width: calc(100% - 140px);
    padding: 20px;
  }
  /* 스크롤 디자인 */
  .gnb_ca_ul_2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .gnb_ca_li_2.title {
    padding-bottom: 20px;
  }
  .gnb_ca_li_2 {
    height: 50px;
  }
  .gnb_ca_a_2 {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  /* 스크롤 디자인 */
  .gnb_me_wrap::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .gnb_me_ul {
    padding: 0 14px;
  }
  .gnb_me_a {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  /*중단*/
  #container_wr .inner {
    padding: 0 14px;
  }
  /* 하단 레이아웃 */
  .ft_box {
    padding: 20px 0 36px;
  }
  .ft_box > .ft_wr {
    padding: 0;
  }
  #ft_link > .ft_wr {
    height: 35px;
  }
  #ft_link a {
    font-size: 0.75rem;
  }
  #ft_catch {
    width: 135px;
    height: 36px;
  }
  #ft_copy {
    margin-top: 10px;
    font-size: 0.625rem;
  }
  .ft_cont {
    padding-top: 25px;
  }
  .ft_info > .fr_company_name {
    font-size: 0.875rem;
  }
  .ft_info > span {
    font-size: 0.75rem;
    display: block;
  }
  .ft_cs {
    padding: 0 14px 20px;
    flex-direction: column;
  }
  .ft_cs_title {
    padding: 0 20px;
    flex-direction: row-reverse;
    width: 100%;
  }
  .ft_cs_img {
    margin-right: 0;
  }
  .ft_cd_txt strong {
    font-size: 1.125rem;
  }
  .ft_cd_txt p {
    font-size: 0.75rem;
  }
  .ft_cs_link {
    flex-direction: column;
    margin-top: 15px;
    gap: 10px;
    width: 100%;
  }
  .ft_cs_link > a > span {
    font-size: 0.75rem;
  }
  #ft br.pc-only {
    display: none;
  }
  .sep {
    display: none !important;
  }

  /*ft-contact*/
  .ft-contact {
    padding: 30px 0 60px;
  }
  .ft-contact .ft_wr {
    padding: 0 14px;
  }
  .ft-tel-wrap {
    flex-direction: column;
  }
  .ft-consult-tel {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    padding-bottom: 29px;
  }
  .ft-consult-subj {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .ft-tel {
    margin-top: 0;
  }
  .ft-tel li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .ft-tel li a {
  }
  .ft-consult-time {
    margin-top: 15px;
  }
  .ft-consult-time li {
  }
  .ft-consult-time li span {
    font-size: 0.875rem;
  }
  .ft-consult-time li p {
    font-size: 1rem;
  }
  .ft-consult-sms {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
  }
  .ft-consult-sms .ft-account {
    margin-top: 10px;
    padding: 14px 0 8px;
  }
  .ft-consult-sms .ft-account strong {
  }
  .ft-infotxt-wrap {
    margin-top: 25px;
    padding: 25px 0 23px;
  }
  .ft-infotxt-subj {
    font-size: 1rem;
  }
  .ft-infotxt-subj svg {
  }
  .ft-infotxt-wrap ul {
    margin-top: 10px;
  }
  .ft-infotxt-wrap ul li {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
  .ft-infotxt-wrap ul li p {
  }
  /*top btn*/
  .fixed-btns {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 90;
  }
  .fixed-btns ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixed-btns ul li a {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .fixed-btns ul li a span {
    display: none;
  }

  .fixed-btns .info-btn {
    height: 42px;
  }
  .fixed-btns .info-btn a {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-btns .info-btn a span {
    display: none;
  }
  .fixed-btns .info-btn a span svg {
    display: inline-flex;
    height: 15px;
    vertical-align: middle;
  }
  .fixed-btns .info-btn a img {
    width: 27px;
    height: auto;
  }

  .fixed-btns .delivery-btn,
  .fixed-btns .cutting-btn {
    padding: 0;
    height: 45px;
  }
  .fixed-btns .delivery-btn a svg,
  .fixed-btns .cutting-btn a svg {
    margin-right: 0;
  }
  .fixed-btns #top_btn {
    width: 60px;
  }

  /*메인슬라이드*/
  #main_bn .main-swiper-button-prev,
  #main_bn .main-swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url(../img/img-arr-sm.svg);
  }
  #main_bn .main-swiper-button-prev {
    left: 10px;
  }
  #main_bn .main-swiper-button-next {
    right: 10px;
  }

  /*메인슬라이드*/
  #main_bn {
    margin: 0;
    margin-bottom: 46px;
  }
  #main_bn .inner {
    padding: 0;
  }
  #main_bn .main-swiper {
    height: auto;
  }
  #main_bn .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #main_bn .swiper-slide img.sbn_border {
    border-radius: unset;
    border: 0;
  }
  #main_bn .main-swiper-button-prev,
  #main_bn .main-swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url(../img/img-arr-md.svg);
  }
  #main_bn .main-swiper-button-prev {
    left: 20px;
    transform: rotate(180deg) translate(0, 50%);
  }
  #main_bn .main-swiper-button-next {
    right: 20px;
    transform: translate(0, -50%);
  }

  /*협력사*/
  .main-coop {
    margin-bottom: 30px;
  }
  .sect-title strong {
    font-size: 1.375rem;
  }
  .sect-title span {
    font-size: 0.875rem;
    padding: 0 15px;
    height: 30px;
    margin-left: 10px;
  }
  #coop_bn {
    margin-top: 16px;
  }
  #coop_bn .coop-swiper {
    margin: 0 -7.5px;
  }
  #coop_bn .swiper-slide {
    width: 240px;
    margin: 0 7.5px;
  }
  #coop_bn .__swiper-slide {
    height: 124px;
    padding: 10px;
  }
  #coop_bn .swiper-slide img {
    height: 63px;
    max-height: 63px;
  }
  #coop_bn .swiper-slide a {
    font-size: 0.875rem;
  }
  #coop_bn .coop-swiper-button-prev,
  #coop_bn .coop-swiper-button-next {
    top: -46px;
    width: 30px;
    height: 30px;
    background-image: url(../img/img-arr-sm.svg);
  }
  #coop_bn .coop-swiper-button-prev {
    right: 40px;
  }
  #coop_bn .coop-swiper-button-next {
  }

  /*메인 퀵메뉴*/
  .main-qmenu {
    margin-bottom: 60px;
  }
  .main-qmenu ul {
    gap: 15px;
  }
  .main-qmenu ul li {
    width: 100%;
    flex: 1 1 auto;
  }
  .main-qmenu ul li a {
    align-items: center;
  }
  .main-qmenu .qmenu-txt strong {
    font-size: 1.125rem;
  }
  .main-qmenu .qmenu-txt strong svg {
    width: 20px;
    height: 20px;
  }
  .main-qmenu .qmenu-txt p {
    font-size: 0.625rem;
    margin-top: 10px;
  }
  .main-qmenu .qmenu-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .main-qmenu .qmenu-img img {
    border-radius: 10px;
  }

  /*인기상품*/
  .main-poplr {
    margin-bottom: 60px;
  }
  .main-section header h2 {
    font-size: 1.375rem;
  }

  /*미니배너*/
  .main-ban-mini {
    margin-bottom: 60px;
  }
  .main-ban-mini .ban-img {
  }
  .main-ban-mini .ban-img img {
  }

  /*찾아오기는길 - 메인*/
  .main-map {
    margin-bottom: 60px;
  }
  .map-cont #map {
    height: 160px !important;
  }
  .map-subj {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .map-txt li {
    font-size: 0.75rem;
  }
  .map-txt li:not(:last-child) {
    margin-bottom: 16px;
  }
  .main-map .map-txt {
    padding: 25px 17px;
  }

  /*content*/
  .content_wrap {
    padding: 0 14px;
  }
  .page-hd {
    height: 113px;
  }
  .page-title {
    font-size: 1.375rem;
    margin-top: 35px;
  }

      /* ########## 쇼핑몰 컨텐츠 ########## */
    /* 인덱스 이미지 출력 */
    #sidx_img {}
    #sidx_img img {}


    /* 상품 메일 추천하기 */
    #sit_rec_new {}
    #sit_rec_new th,
    #sit_rec_new td {}
    #sit_rec_new th {}
    #sit_rec_new textarea {}
    #sit_rec_new .win_btn {}

    /* 마이페이지 */
    #smb_my {}

    #smb_my_ov {}
    #smb_my_ov h2 {}
    #smb_my_ov .my_ov_name{}
    #smb_my_ov .my_ov_name img{}
    #smb_my_act {}
    #smb_my_act:after {}
    #smb_my_act ul {}
    #smb_my_act li {}
    #smb_my_act li a{}
    #smb_my_act li .btn_admin{}
    #smb_my_ov .cou_pt{}
    #smb_my_ov .cou_pt dt{}
    #smb_my_ov .cou_pt dd{}
    #smb_my_ov .cou_pt dd a{}
    #smb_my_ov .op_area{}
    #smb_my_ov .btn_admin {}
    #smb_my_ov .op_area:after {}
    #smb_my_ov .op_area dt{}
    #smb_my_ov .op_area dd{}
    .my_ov_btn{}
    .my_ov_btn button{}
    .my_ov_btn button:hover{}

    #smb_my_ovaddd{}

    #smb_my_ovaddt {}
    #smb_my_ovaddd {}

    #smb_my_od {}
    #smb_my_od h2 {}
    #smb_my_od  td{}
    #smb_my_od  td a{}
    #smb_my_wish{}
    #smb_my_wish h2 {}
    .smb_my_img{}
    .smb_my_tit{}
    .smb_my_date{}
    .smb_my_more {}
    #smb_my_wish .list_02 .smb_my_img{}
    .smb_my_more a{}
    .smb_my_img a{}
    .smb_my_img a img{}

    /* 마이페이지 list */
    #smb_my_list {}

    #smb_my_od h2 {}
    #smb_my_od {}
    .smb_my_od {}
    .smb_my_od li {}
    .smb_my_od li:last-child {}
    .smb_my_od li:after {}
    .smb_my_od li:hover {}
    .smb_my_od .smb_my_od_li {}
    .smb_my_od .smb_my_od_li1 {}
    .smb_my_od .smb_my_od_li2 {}
    .smb_my_od .smb_my_od_li3 {}

    .smb_my_od .ord_num,
    .smb_my_od .ord_name {}
    .smb_my_od .date {}
    .smb_my_od .cost {}
    .smb_my_od .misu {}

    #smb_my_wish {}
    #smb_my_wish h2 {}
    #smb_my_wish li {}
    #smb_my_wish li:after {}
    #smb_my_wish .smb_my_chk {}
    #smb_my_wish .smb_my_img {}
    #smb_my_wish .smb_my_tit {}
    #smb_my_wish .smb_my_price {}
    #smb_my_wish .smb_my_date {}
    .smb_my_more {}
    .smb_my_more a {}
    #smb_my_wish li .wish_del {}
    #smb_ws_act {}
    #smb_ws_act .btn01 {}
    #smb_ws_act .btn02 {}


    /* 장바구니 주문서 공통 */
    .od_prd_list .td_chk {}
    .od_prd_list .td_prd {}
    .od_prd_list .td_prd .sod_img {}
    .od_prd_list .td_prd .sod_name {}
    .od_prd_list .td_prd .prd_name {}
    .od_prd_list .total_prc {}

    .sod_opt {}
    .sod_opt ul {}
    .sod_opt li {}
    .sod_opt li:before {}
    .sod_option_btn .mod_options {}
    .cp_btn {}
    .cp_cancel {}

    /* 장바구니 */
    #sod_bsk {}
    .btn_cart_del {}
    .btn_cart_del button {}
    #sod_bsk_list {}
    #sod_bsk #sod_bsk_tot {}
    #sod_bsk #sod_bsk_tot ul:after {}
    #sod_bsk #sod_bsk_tot li {}
    #sod_bsk #sod_bsk_tot li:first-child {}
    #sod_bsk #sod_bsk_tot li span {}
    #sod_bsk #sod_bsk_tot .sod_bsk_cnt {}
    #sod_bsk_act {}
    #sod_bsk_act .btn_submit {}
    #sod_bsk_act .btn01 {}
    #sod_bsk_act p {}

    /* 장바구니 선택사항수정 */
    #sod_bsk_list #mod_option_frm {}
    #sod_bsk_list .mod_option_bg {}
    #mod_option_frm h2 {}

    .option_wr {}
    .option_wr h3 {}
    .option_wr .get_item_options,
    .option_wr .get_item_supply {}
    .option_wr label {}
    .option_wr select {}

    #sit_opt_added {}
    #sit_opt_added li {}
    #sit_opt_added li:after {}
    #sit_opt_added li .opt_name {}
    #sit_opt_added li .opt_count {}
    #sit_opt_added button {}
    #sit_opt_added button:hover {}
    #sit_opt_added .num_input {}
    #sit_opt_added .sit_opt_del {}
    #sit_opt_added .sit_opt_del:hover {}
    #sit_opt_added .sit_opt_prc {}

    #mod_option_frm #sit_sel_option {}
    #mod_option_frm #sit_tot_price {}
    #mod_option_frm #sit_opt_added {}
    #mod_option_frm .btn_confirm {}
    #mod_option_frm .btn_confirm .btn_submit {}
    #mod_option_frm .btn_confirm .btn_close {}
    #mod_option_frm .btn_confirm .btn_close:hover {}
    
  /* 주문서 작성 */
  #sod_frm {
  }
  #sod_frm:after {
  }
  #sod_frm p {
  }
  #sod_frm .od_prd_list {
  /* overflow-x: auto; */
  /* overflow-y: hidden; */
  }
  #sod_list {
  }
  #sod_list #cp_frm {
  }

  .od_coupon h3 {
  }
  .od_coupon .btn_close {
  }
  .od_coupon .btn_close:hover {
  }
  .od_coupon .tbl_head02 {
  }
  .od_coupon .cp_apply {
  }
  .od_coupon td,
  #sod_frm_pay .od_coupon td {
  }
  #sod_frm_pay .od_coupon th {
  }
  .od_coupon .td_numbig,
  #sod_frm_pay .od_coupon .td_numbig {
  }
  .od_coupon .td_mngsmall {
  }

  /* 주문서 작성 - 왼쪽 */
  .sod_left {
  flex-direction: column;
  }

  /* 주문서 작성 - 주문하시는 분 */
  #sod_frm .tbl_frm01 {
  }
  #sod_frm .tbl_frm01 th,
  #sod_frm .tbl_frm01 td {
  }
  #sod_frm .tbl_frm01 th {
  }
  #sod_frm .tbl_frm01 td input {
  }
  #sod_frm .tbl_frm01 td .addr input {
  }
  #sod_frm .tbl_frm01 td .addr button {
  }

  /* 주문서 작성 - 받으시는 분 */
  #sod_frm_taker .tbl_frm01 {
  }
  #sod_frm_taker .tbl_frm01 .choice_place {
  }
  #sod_frm_taker .tbl_frm01 .choice_place:after {
  }
  #sod_frm_taker .tbl_frm01 .choice_place .chk_box {
  }
  #sod_frm_taker .tbl_frm01 .choice_tit {
  }
  #sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {
  }
  #sod_frm_taker .tbl_frm01 .choice_place input,
  #sod_frm_taker .tbl_frm01 .choice_place label {
  }
  #sod_frm_taker .tbl_frm01 .btn_frmline {
  }

  #sod_frm_taker .tbl_frm01 td input {
  }
  #sod_frm_taker .tbl_frm01 td .addr input {
  }
  #sod_frm_taker .tbl_frm01 td .addr button {
  }
  #sod_frm_taker .tbl_frm01 td .ad_choice {
  }
  #sod_frm_taker .tbl_frm01 td .ad_choice input {
  }

  /* 주문서 작성 - 공통 */
  #sod_frm_orderer,
  #sod_frm_taker {
  }
  #sod_frm section h2 {
  }
  #sod_frm_orderer #od_addr_jibeon,
  #sod_frm_taker #od_b_addr_jibeon {
  }

  /* 5.4.1.3 버전이후 추가 css */
  #sod_frm div.tbl_frm01,
  #sod_frm_taker div.tbl_frm01 {
  }
  #sod_frm .tbl_frm01 th,
  #sod_frm .tbl_frm01 td {
  }
  #sod_frm .tbl_frm01 th {
  }
  #sod_frm #od_name,
  #sod_frm #od_tel,
  #sod_frm #od_hp,
  #sod_frm #od_pwd,
  #sod_frm #od_b_name,
  #sod_frm #od_b_tel,
  #sod_frm #od_b_hp,
  #sod_frm #ad_subject,
  #sod_frm #od_hope_date {
  }
  #sod_frm #od_zip,
  #sod_frm #od_b_zip {
  }
  #sod_frm .tbl_frm01 td .btn_address {
  }
  #sod_frm #od_memo {
  }
  #sod_frm_taker .order_choice_place {
  }
  #sod_frm_taker .tbl_frm01 .btn_frmline {
  }
  #sod_frm #sod_bsk_tot:after {
  }
  #sod_frm #sod_bsk_tot li {
  }
  #sod_frm #sod_bsk_tot li:after {
  }
  #sod_frm #sod_bsk_tot li span {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_sell,
  #sod_frm #sod_bsk_tot .sod_bsk_coupon {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_point,
  #sod_frm #sod_bsk_tot .sod_bsk_cnt {
  }
  #sod_frm #sod_bsk_tot li:last-child {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_point span,
  #sod_frm #sod_bsk_tot .sod_bsk_cnt span {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_coupon:before {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_dvr:before {
  }
  #sod_frm #sod_bsk_tot .sod_bsk_cnt strong {
  }
  #sod_frm_pay {
  }
  #sod_frm #sod_frm_pay h2 {
  }
  #sod_frm_pay .pay_tbl table {
  }
  #sod_frm_pay .pay_tbl th {
  }
  #sod_frm_pay .pay_tbl td {
  }
  #sod_frm_pay .pay_tbl td .cp_cancel {
  }
  #sod_frm_pay .pay_tbl td .btn_frmline {
  }
  #od_tot_price {
  }
  #od_tot_price span {
  }
  #od_tot_price strong {
  }
  #sod_frm #sod_frm_pt_alert {
  }
  #od_pay_sl h3 {
  }
  #od_pay_sl input[type="radio"] {
  }
  #od_pay_sl .lb_icon {
  }
  #od_pay_sl input[type="radio"]:checked + .lb_icon {
  }
  #sod_frm_paysel {
  }
  #sod_frm_paysel legend {
  }
  #sod_frm_paysel .KPAY {
  }
  #sod_frm_paysel .PAYNOW {
  }
  #sod_frm_paysel .PAYCO,
  #sod_frm_paysel .paycopay_icon {
  }
  #sod_frm_paysel .inicis_lpay,
  #sod_frm_paysel .lpay_icon {
  }
  #sod_frm_paysel .inicis_kakaopay {
  }
  #sod_frm_paysel .inicis_kakaopay em {
  }
  #sod_frm_paysel .kakaopay_icon {
  }
  #sod_frm_paysel .naverpay_icon {
  }
  #sod_frm_paysel .samsungpay_icon {
  }
  #sod_frm_paysel .ssgpay_icon {
  }
  #sod_frm_paysel .skpay_icon {
  }
  #sod_frm_paysel .bank_icon {
  }
  #sod_frm_paysel .vbank_icon {
  }
  #sod_frm_paysel .iche_icon {
  }
  #sod_frm_paysel .hp_icon {
  }
  #sod_frm_paysel .card_icon {
  }
  #forderform .sod_right #sod_bsk_tot {
  }
  #forderform .od_pay_buttons_el {
  }
  #forderform .od_pay_buttons_el h3 {
  }
  #forderform #sod_frm_pt {
  }

  .sod_right .pay_tbl {
  }
  .sod_right #od_tot_price {
  }
  #sod_frm_pay .od_pay_buttons_el:after {
  }
  #sod_frm_pay .sod_frm_point {
  }
  #sod_frm_pay .sod_frm_point div {
  }
  #sod_frm_pay .sod_frm_point div:after {
  }
  #sod_frm_pay .sod_frm_point div label {
  }
  #sod_frm_pay .sod_frm_point div span {
  }
  #sod_frm_pay .sod_frm_point div span:after {
  }
  #sod_frm_pay .sod_frm_point div strong {
  }
  #sod_frm_pay .sod_frm_point .max_point_box em {
  }
  #sod_frm_pay .sod_frm_point #od_temp_point {
  }

  /* 주문서 작성 - 오른쪽 */
  .sod_right {
  }

  .sod_right #sod_bsk_tot {
  }
  .sod_right #sod_bsk_tot:after {
  }
  .sod_right .sod_info li {
  }
  .sod_right .sod_info li:after {
  }
  .sod_right .sod_info li span {
  }
  .sod_right .sod_info .sod_bsk_sell,
  .sod_right .sod_info .sod_bsk_coupon {
  }
  .sod_right .sod_info .sod_bsk_coupon:before {
  }
  .sod_right .sod_info .sod_bsk_dvr:before {
  }
  .sod_right .sod_info .sod_bsk_cnt strong {
  }

  .sod_right .sod_info_bt {
  }
  .sod_right .sod_info_bt:after {
  }
  .sod_right .sod_info_bt li {
  }
  .sod_right .sod_info_bt li:after {
  }
  .sod_right .sod_info_bt li span {
  }
  .sod_right .sod_info_bt li strong {
  }

  .sod_right .sod_info_option {
  }
  .sod_right .sod_info_option h2 {
  }
  .sod_right .sod_info_option ul {
  }
  .sod_right .sod_info_option li {
  }
  .sod_right .sod_info_option li:after {
  }
  .sod_right .sod_info_option .sod_ifop_tit {
  }
  .sod_right .sod_info_option .sod_ifop_tit .btn_frmline {
  }
  .sod_right .sod_info_option .sod_ifop_tit .cp_cancel {
  }
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon {
  }
  .sod_right .sod_info_option .sod_ifop_tit .od_coupon > td {
  }
  .sod_right .sod_info_option > td,
  .sod_right .sod_info_option .sod_ifop_t {
  }
  .sod_right .sod_info_option > td {
  }
  .sod_right .sod_info_option > td .cp_cancel {
  }
  .sod_right .sod_info_option > td .btn_frmline {
  }

  /* 주문서 작성 - 포인트사용 */
  #sod_point {
  }
  #sod_point h2 {
  }
  #sod_point h2:after {
  }

  #sod_point .point_tit {
  }
  #sod_point .point_tit label {
  }
  #sod_point .point_ipt {
  }
  #sod_point .point_ipt:after {
  }
  #sod_point .point_ipt #od_temp_point {
  }

  #sod_frm_pt {
  }
  #sod_frm_pt .max_point_box em {
  }

  /* 주문서 작성 - 결제수단 */
  #sod_frm_pay {
  }
  #sod_frm_pay h2 {
  }
  #sod_frm_pay .tooltip_txt {
  }
  #sod_frm_pay .tooltip_txt i {
  }
  #sod_frm_pay .tooltip_txt:before {
  }
  #sod_frm_pay input[type="radio"] {
  }
  #sod_frm_pay .lb_icon {
  }
  #sod_frm_pay input[type="radio"]:checked + .lb_icon {
  }
  #sod_frm_pay input[type="radio"] + label span {
  }

  #sod_frm_paysel {
  }
  #sod_frm_paysel legend {
  }
  #sod_frm_paysel ul.pay_way {
  }
  #sod_frm_paysel ul.pay_way input[type="radio"] + label span {
  }
  #sod_frm_paysel ul:after {
  }
  #sod_frm_paysel li {
  }

  #settle_bank {
  }
  #settle_bank:after {
  }
  #settle_bank label {
  }
  #settle_bank select,
  #settle_bank input {
  }
  #settle_bank option {
  }
  #settle_bank #od_deposit_name {
  }

  #display_pay_button {
  margin-top: 40px;
  margin-bottom: 40px;
  }
  #display_pay_button .btn_submit {
  height: 50px;
  }
  #display_pay_button .btn01 {
  height: 50px;
  }

  .display_setup_message {
  }
  .display_setup_message strong {
  }

  #sod_frm_taker td input[type="radio"],
  #sod_frm_taker td input[type="checkbox"] {
  }
  #sod_frm_taker label {
  }
  #sod_frm_same {
  }

  #sod_frm #display_pay_process {
  }
  #sod_frm #display_pay_process span {
  }

  #od_tot_price {
  }
  #od_tot_price span {
  }
  #od_tot_price strong {
  }
  #sod_frm_pay_info {
  }

  #sod_frm_pay #sc_coupon_frm,
  #sod_frm_pay #od_coupon_frm {
  }
  #sod_frm_deli {
  }

  #sod_frm_escrow {
  }
  #sod_frm #sod_frm_escrow h2 {
  }
  #sod_frm #sod_frm_escrow p {
  }
  #display_pay_process {
  }


  /*마이페이지 레이아웃 - 주문서 작성*/
  .mypage_wrap {}

  #mypage_navi {}
  .navi-title {}
  #mypage_navi ul {}
  #mypage_navi select {
    height: 45px;
    padding: 0 50px 0 20px;
    background-position-x: calc(100% - 20px);
  }
  #mypage_navi ul li {}
  #mypage_navi ul li a {}
  #mypage_navi ul li a:hover,
  #mypage_navi ul li a.active {}

  #smb_my_hd {}
  #smb_my_hd .profile {}
  #smb_my_hd .profile_img {}
  #smb_my_hd .welcome_text {}
  #smb_my_hd .welcome_text a {}

  #smb_my_hd .cnt-info {
    margin: 0 auto;
}
  #smb_my_hd .cnt-info li {}
  #smb_my_hd .cnt-info li a {}
  #smb_my_hd .cnt-info li a:hover,
  #smb_my_hd .cnt-info li a.active{}



    /* 기본테이블 */
    .tbl_wrap table {}
    .tbl_wrap caption {}

    .tbl_head01 {}
    .tbl_head01 table {}
    .tbl_head01 caption {}
    .tbl_head01 thead th {}
    .tbl_head01 thead a {}
    .tbl_head01 thead th input {}
    .tbl_head01 tfoot th, .tbl_head01 tfoot td {}
    .tbl_head01 tbody th {}
    .tbl_head01 td {}
    .tbl_head01 td:first-child {}
    .tbl_head01 a {}

    .tbl_head02 {}
    .tbl_head02 caption {}
    .tbl_head02 thead th {}
    .tbl_head02 thead a {}
    .tbl_head02 thead th input {}
    .tbl_head02 tfoot th, .tbl_head02 tfoot td {}
    .tbl_head02 tbody th {}
    .tbl_head02 td {}
    .tbl_head02 a {}

    .tbl_head03 {}
    .tbl_head03 table {}
    .tbl_head03 caption {}
    .tbl_head03 thead th {}
    .tbl_head03 thead a {}
    .tbl_head03 thead th input {}
    .tbl_head03 tfoot th, .tbl_head03 tfoot td {}
    .tbl_head03 tbody th {}
    .tbl_head03 td {}
    .tbl_head03 td:first-child {}
    .tbl_head03 a {}

    /* 상품 목록 현재 위치 */
    #sct_location {
        font-size: 0.75rem;
    }
    #sct_location .go_home {
    }
    #sct_location .go_home svg {
        width: 12px;
    }
    .shop_select_to_html {
    }
    .shop_select_to_html .category_title {
        font-size: 0.75rem;
    }
    .shop_select_to_html .category_title a {
    }


    .list_02{}
    .list_02 ul{
      margin: 20px 0 39px;
      display: flex;
      flex-wrap: wrap;
      gap: 34px 22px;
  }
    .list_02 li{        width: calc(50% - 1 / 2* 22px);}















}
