@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  text-rendering: optimizelegibility;
  font-size: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
}

.clearBoth {
  clear: both;
}

.text-left {
  text-align: left;
}

button {
  letter-spacing: -0.5px;
}

textarea {
  font-family: 'Nanum Gothic';
}

textarea::placeholder {
  color: #b5b5b5;
  letter-spacing: -0.5px;
  font-size: 13px;
  font-family: 'Nanum Gothic';
}

input,
select {
  font-family: 'Nanum Gothic';
}

input::placeholder,
select::placeholder {
  color: #b5b5b5;
  letter-spacing: -0.5px;
  font-size: 13px;
}

textarea:focus,
input:focus {
  /*outline-color: #416720;*/
}

.wrapper {
  position: relative;
  min-width: 1150px;
}

.container {
  position: relative;
  width: 1150px;
  margin: 0 auto;
  border: 0px solid #000;
}

.contents {
  margin-top: 20px;
  margin-bottom: 50px;
}

.contents h2 {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #414141;
  position: relative;
}

.contents h2 .h2-sub {
  display: inline-block;
  font-size: 14px;
  color: #e03535;
  font-weight: 400;
}

.contents h2 .h2-sub.bold {
  font-weight: 700;
}

.dipl {
  display: inline-block;
}


.footer {
  margin-top: 80px;
  padding: 20px 0;
  text-align: center;
  background-color: #fafafa;
}

.footer .copyright {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 13px;
}

.footer-logo {
  text-align: left;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-logo .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 130px;
  height: 25px;
  background-size: 70%;
  display: inline-block;
}

.f-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  text-align: left;
}

.f-box .f-lt {
  font-size: 13px;
  width: 440px;
}

.f-box .f-lt .lt {
  font-weight: 700;
  width: 40px;
  display: inline-block;
}

.f-box .f-rt {
  font-size: 13px;
  margin-left: 100px;
}

.f-box .f-rt .lt {
  font-weight: 700;
  width: 40px;
  display: inline-block;
}

.header-top {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  z-index: 111;
}

.header-top .header-gnb {
  align-self: center;
  margin: 0 auto;
  border: 0px solid #000;
}

.header-top .header-gnb .mainmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.header-top .header-gnb .mainmenu > li {
  display: block;
  position: relative;
  z-index: 11111;
  cursor: pointer;
}

.header-top .header-gnb .mainmenu > li .sub-mn {
  position: absolute;
  top: -5px;
  width: 600px;
  height: 200px;
  border: 0px solid #000;
  display: block;
}

.header-top .header-gnb .mainmenu > li .sub-mn > li {
  display: inline-block;
  margin-top: 12px;
}

.header-top .header-gnb .mainmenu > li .sub-mn > li a {
  font-size: 14px;
  color: #7f7f7f;
  display: block;
  border: 0px solid #fafafa;
  padding: 5px 10px;
}

.header-top .header-gnb .mainmenu > li .sub-mn > li a:hover {
  border: 1px solid #416720;
  font-weight: 700;
  color: #416720;
}

.header-top .header-gnb .mainmenu > li > a {
  display: block;
  text-align: left;
  padding: 35px 13px;
  margin: 0 18px;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  color: #7f7f7f;
}

.header-top .header-gnb .mainmenu > li > a:hover {
  color: #416720;
}

.header-top .header-gnb .mainmenu > li > a.active {
  color: #416720;
}

.header-top .header-gnb .mainmenu > li > a:hover .kor {
  color: #416720;
}

.header-top .header-gnb .mainmenu > li > a.active .kor {
  color: #416720;
}

.header-top .header-gnb .mainmenu > li > a .kor {
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #7f7f7f;
  display: block;
  margin-top: 5px;
}

.header-top .header-gnb .mainmenu > li:hover .line-top {
  display: block;
}

.header-top .header-gnb .mainmenu > li.active .line-top {
  display: block;
}

.header-top .header-gnb .mainmenu > li .line-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #416720;
  display: none;
}

.header-top .header-logo {
  align-self: center;
  border: 0px solid #000;
}

.header-top .header-logo .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 130px;
  height: 37px;
  background-size: 130px 37px;
  display: inline-block;
}

.header-top .header-logo .logo-black {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 126px;
  height: 18px;
  background-size: 126px 18px;
  display: inline-block;
}

.submenu-bg {
  position: absolute;
  top: 108px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #fafafa;
  z-index: 9;
  display: none;
}

.submenu-holder {
  margin-top: 74px;
  border: 0px solid #000;
  height: 110px;
  position: absolute;
  top: 35px;
  width: 600px;
  display: none;
  z-index: 0;
}

/* 하단 네비게이션 */
.bottom-nav {
  align-self: center;
  background-color: #fff;
  width: 260px;
}

.bottom-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.bottom-nav ul li {
  width: 25%;
  padding: 10px 0px;
  position: relative;
}

.bottom-nav ul li .m-n-t {
  color: #416720;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  width: auto;
  border: 0px solid #000;
  top: 22px;
  left: 20px;
  display: none;
}

.bottom-nav ul li .m-n-t.n-2 {
  width: 80px;
  left: -13px;
}

.bottom-nav ul li .m-n-t.n-3 {
  width: 100px;
  left: -23px;
}

.bottom-nav ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 18px 0px 0px 0;
  font-weight: 400;
}

.bottom-nav ul li a:hover .m-n-t {
  display: block;
}

.bottom-nav ul li a:hover {
  color: #416720;
}

.bottom-nav ul li a.active {
  color: #416720;
}

.bottom-nav ul li a.menu-1 {
  background-image: url("../images/common/nav-01-search-off.png");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 19px;
  width: 100%;
  height: 20px;
}

.bottom-nav ul li a.menu-2 {
  background-image: url("../images/common/nav-02-wish-off.png");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 20px;
  width: 100%;
  height: 20px;
}

.bottom-nav ul li a.menu-3 {
  background-image: url("../images/common/nav-03-mypage-off.png");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 20px;
  width: 100%;
  height: 20px;
}

.bottom-nav ul li a.menu-4 {
  background-image: url("../images/common/nav-04-cart-off.png");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 20px;
  width: 100%;
  height: 20px;
}

.bottom-nav ul li a.menu-4 .num {
  position: absolute;
  top: 3px;
  font-size: 13px;
  color: #416720;
  left: -21px;
  border: 0px solid #000;
  width: 36px;
  text-align: right;
}

.bottom-nav ul li a.menu-1.active {
  background-image: url("../images/common/nav-01-search-on.png");
}

.bottom-nav ul li a.menu-2.active {
  background-image: url("../images/common/nav-02-wish-on.png");
}

.bottom-nav ul li a.menu-3.active {
  background-image: url("../images/common/nav-03-mypage-on.png");
}

.bottom-nav ul li a.menu-4.active {
  background-image: url("../images/common/nav-04-cart-on.png");
}

.bottom-nav ul li a.mymenu {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  position: relative;
  top: -17px;
  height: 100%;
}

.bottom-nav ul li a.menu-1:hover {
  background-image: url("../images/common/nav-01-search-on.png");
}

.bottom-nav ul li a.menu-2:hover {
  background-image: url("../images/common/nav-02-wish-on.png");
}

.bottom-nav ul li a.menu-3:hover {
  background-image: url("../images/common/nav-03-mypage-on.png");
}

.bottom-nav ul li a.menu-4:hover {
  background-image: url("../images/common/nav-04-cart-on.png");
}

.bottom-nav ul li a.mymenu:hover {
  color: #416720;
}

#header {
  border-bottom: 1px solid #7f7f7f;
  margin-bottom:0px;
  z-index:11 !important;
}

#sub-2 {
  left: -300px;
}

button {
  border: none;
}

.btn {
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

.btn-color {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.btn-color.black:hover {
  background-color: #000;
}

.btn-color.black:hover {
  background-color: #000;
  color: #fff;
}

.btn-color.gray:hover {
  background-color: #868686;
  color: #fff;
}

.btn-color.blue:hover {
  background-color: #02569f;
  color: #fff;
}

.btn-color.red:hover {
  background-color: #911112;
  color: #fff;
}

.btn-color.green:hover {
  background-color: #88bf0a;
  color: #fff;
}

.btn-color.orange:hover {
  background-color: #fd8c08;
  color: #fff;
}

.btn-address-2 {
  position: absolute;
  top: 22px;
  right: 0px;
  font-size: 16px;
  color: #000;
  background-color: #ebf0ea;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 0px;
}

.btn-address-2:hover {
  color: #fff;
  background-color: #436822;
}

.btn-member {
  display: inline-block;
  background-color: #b4b4b4;
  width: 100%;
  font-size: 23px;
  color: #fff;
  border-radius: 50px;
  padding: 19px 0;
}

.btn-member:hover {
  background-color: #416720;
  color: #fff;
}

a.btn {
  color: #fff;
}

.btn-green {
  background-color: #416720;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #414141;
}

.btn-white:hover {
  background-color: #416720;
  color: #fff;
}

a.btn-login {
  display: inline-block;
  width: 47%;
}

button.btn-submit {
  font-size: 19px;
  font-weight: 700;
  padding: 18px 56px;
  border: 1px solid #414141;
}

button.btn-submit:hover {
  border: 1px solid #416720;
}

#btn_using {
  position: absolute;
  display: inline-block;
  width: 50px;
  top: -18px;
  left: -27px;
}

#btn_privacy {
  position: absolute;
  display: inline-block;
  width: 50px;
  top: -18px;
  left: -27px;
}

.checkbox-t-a {
  display: none;
}

.checkbox-t-a + label {
  background: url(../images/common/join-check-off.png) no-repeat;
  display: block;
  height:28px;
  background-position: 10px 0px;
  cursor: pointer;
  background-size: 28px;
}

.checkbox-t-a:checked + label {
  background: url(../images/common/join-check-on.png) no-repeat;
  display: block;
  height:28px;
  background-position: 10px 0px;
  cursor: pointer;
  background-size: 28px;
}

.checkbox-t-b {
  display: none;
}

.checkbox-t-b + label {
  background: url(../images/common/join-check-off.png) no-repeat;
  display: block;
  width: 100%;
  height: 28px;
  background-position: 23px center;

  padding: 0;
  cursor: pointer;
  background-size: 21px;
}

.checkbox-t-b:checked + label {
  background: url(../images/common/join-check-on.png) no-repeat;
  display: block;
  width: 100%;
  height: 28px;
  background-position: 23px center;

  padding: 0;
  cursor: pointer;
  background-size: 21px;
}

.cart-checkbox-all {
  display: none;
}

.cart-checkbox-all + label {
  background: url(../images/common/join-check-off.png) no-repeat;
  display: inline-block;
  width: 160px;
  height: 36px;
  background-position: 0px 5px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 28px;
  padding-left: 34px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
}

.cart-checkbox-all:checked + label {
  background: url(../images/common/join-check-on.png) no-repeat;
  display: inline-block;
  width: 160px;
  height: 36px;
  background-position: 0px 5px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 28px;
  padding-left: 34px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
}

.odr-search {
  display: inline-block;
}

.odr-search .odr-chkbox {
  display: none;
}

.odr-search .odr-chkbox + label {
  background: url(../images/common/join-check-off.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 36px;
  background-position: 0px 5px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 23px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
}

.odr-search .odr-chkbox:checked + label {
  background: url(../images/common/join-check-on.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 36px;
  background-position: 0px 5px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 23px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
}

/* 회원가입 */
.join {
  position: relative;
  width: 470px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
  height: 1370px;
}

.join-tb {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.join-td {
  display: table-cell;
  text-align: center;
}

.join-td.left {
  text-align: left;
  width: 20px;
  vertical-align: top;
}

.join-td.left a {
  position: relative;
  top: -5px;
}

.join-td .t-1 {
  font-size: 16px;
  color: #416720;
  font-weight: 700;
  margin-top: 10px;
}

.join-td .t-2 {
  font-size: 15px;
  color: #416720;
  margin-top: 10px;
}

.input-join {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: none;
  border-bottom: 0px solid #b4b4b4;
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  padding-left: 150px;
  padding-right: 5px;
}

.input-join.f-i-j {
  padding-left: 190px;
}

.input-join::placeholder {
  color: #b4b4b4;
  text-align: left;
}

.join-box {
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
}

.join-box.mt50 {
  margin-top: 20px !important;
}

.join-box.bdT {
  border-top: 1px solid #b4b4b4;
}

.join-box_sec {
  position: relative;
}

.join-box_sec .warn {
  position: absolute;
  text-align: right;
  color: #ff5500;
  bottom: -35px;
  left: 180px;
  font-size: 13px;
}

.join-box_sec .star {
  font-size: 20px;
  color: #ff6600;
  position: absolute;
  top: 0px;
  left: -7px;
}

.join-box_sec .txt {
  position: absolute;
  font-size: 16px;
  color: #414141;
  font-weight: 700;
  left: 0px;
  top: 28px;
}

.join-box_sec .txt-2 {
  font-size: 21px;
  color: #414141;
  font-weight: 700;
  left: 0px;
  top: 28px;
}

.join-box_sec__1 {
  color: #597b3c;
}

.join-box_sec__2 {
  position: relative;
  padding: 15px 0;
  padding-bottom: 0;
}

.join-box_sec__2.bdB {
  border-bottom: 1px solid #bfbfbf;
}

.join-box_sec__2.pd {
  border-bottom: 1px solid #bfbfbf;
}

.join-title-2 {
  font-size: 16px;
  color: #416720;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.btn-join {
  display: inline-block;
  background-color: #b4b4b4;
  width: 100%;
  font-size: 23px;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 19px 0;
  cursor: pointer;
}

.btn-join:hover {
  color: #fff;
  background-color: #416720;
}

.star-j {
  font-size: 20px;
  color: #e03535;
}

.member-agree_others {
  border-bottom: 0px solid #ddd;
}

.member-agree_text {
  color: #acacaf;
  font-size: 12px;
}

.member-agree_see__states {
  position: absolute;
  right: 0px;
  z-index: 0;
  top: 25px;
}

.member-agree_see__states a {
  text-decoration: underline;
}

.member-agree_see__states a:hover {
  color: #666;
}

.member-agree {
  color: #676767;
  border-bottom: 0px solid #cccccc;
  position: relative;
}

.member-agree_label__text {
  margin-left: 31px;
  position: relative;
  top: 2px;
  font-size: 16px;
  color: #414141;
}

.arrow-down-j {
  width: 20px;
}

.arrow-up-j {
  width: 20px;
}

.arrow-up-j {
  display: none;
}

.member-agree_box {
  display: none;
}

.sns-agree_label__text {
  margin-left: 18px;
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #444;
}

.sns-agree {
  background-color: #ebf0ea;
  padding: 12px 10px 2px 10px;
}

.text-agree-using {
  width: 100%;
  height: 250px;
  text-align: left;
  margin-top: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup-agree {
  padding: 20px 0;
}

.a-check_box {
  display: none;
}

.a-check_box + label {
  background: url("../images/common/sns-agree-not.png") no-repeat;
  background-position: 0px 3px;
  width: 47%;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 13px;
  color: #444;
}

.a-check_box:checked + label {
  background: url("../images/common/sns-agree.png") no-repeat;
  background-position: 0px 3px;
  width: 47%;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0px;
  background-size: 13px;
}

.s-check_box {
  display: none;
}

.s-check_box + label {
  background: url("../images/svg/join-check-off.png") no-repeat;
  background-position: 0px 0px;
  width: 80%;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 24px;
  color: #444;
}

.s-check_box:checked + label {
  background: url("../images/svg/join-check-on.png") no-repeat;
  background-position: 0px 0px;
  width: 100%;
  height: 32px;
  display: inline-block;
  padding: 0 0 0 0px;
  background-size: 24px;
}

.btn-area {
  margin: 50px 0;
  text-align: center;
}

.check_box {
  display: none;
}

.check_box + label {
  background: url("../images/svg/join-check-off.png") no-repeat;
  background-position: 0px 5px;
  width: 90%;
  height: 32px;
  display: inline-block;
  padding: 7px 0;
  cursor: pointer;
  background-size: 24px;
  color: #414141;
  position: relative;
}

.check_box:checked + label {
  background: url("../images/svg/join-check-on.png") no-repeat;
  background-position: 0px 5px;
  width: 90%;
  height: 32px;
  display: inline-block;
  padding: 7px 0;
  background-size: 24px;
  color: #414141;
}

.alert-check-id {
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fafafa;
  text-align: center;
  font-size: 18px;
  color: #414141;
  padding: 20px 0;
  border: 1px solid #bec7b6;
  border-radius: 10px;
  line-height: 32px;
  box-shadow: -2px 7px 15px -4px rgba(65, 103, 32, 0.49);
}

.btn-use-id {
  display: block;
  background-color: #9f9f9f;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  color: #416720;
  border: 1px solid #416720;
  width: 60%;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

.btn-use-id:hover {
  background-color: #416720;
  color: #fff;
  border: 1px solid #416720;
}

.btn-checkid-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-checkid-close img {
  width: 15px;
  height: auto;
}

.id-bold {
  color: #416720;
  font-weight: 700;
}

.btn-area-4 {
  text-align: right;
  padding: 20px 0;
}

.member-agree.m-ag-all {
  padding: 20px 0;
  border-bottom: 1px solid #b4b4b4;
  position: relative;
}

.join-menu {
  margin: 20px 0 0 0;
  text-align: center;
}

.join-menu a {
  font-size: 16px;
  border-right: 1px solid #dadada;
  padding: 0 5px;
  letter-spacing: -0.5px;
  color: #414141;
}

.join-menu a.active {
  color: #4a6a27;
  font-weight: 700;
}

.join-menu a:hover {
  color: #4a6a27;
  font-weight: 700;
}

.join-menu a.bdrN {
  border-right: none;
}

.bdBB {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
}

.delivery-select {
  position: absolute;
  font-size: 15px;
  color: #414141;
  font-weight: 700;
  right: 0px;
  top: 16px;
}

.delivery-select select {
  padding: 7px;
  border: 0px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #bfbfbf;
  width: 160px;
  font-size: 16px;
  text-align: center;
}

#agree-use {
  position: relative;
  top: -10px;
}

.member-out-textarea {
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #b4b4b4;
}

.account {
  width: 500px;
  margin: 0 auto;
}

.account.find-account {
  width: 100% !important;
  margin-top: 0px;
}

.account-title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 70px;
}

.account-txt {
  font-size: 23px;
  color: #414141;
  line-height: 42px;
  text-align: center;
  padding: 40px 0 18px 0;
}

.h-account-title {
  font-weight: 700;
  font-size: 23px;
  color: #414141;
  padding-top: 70px;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 15px;
}

.h-account-txt {
  font-size: 16px;
  color: #414141;
  line-height: 27px;
  padding-top: 15px;
}

.h-account-txt .bold {
  color: #416720;
  font-weight: 700;
}

.account-txt .bold {
  color: #416720;
  font-weight: 700;
}

.account-checkbox {
  color: #414141;
  font-size: 21px;
  margin-top: 0px;
  border-bottom: 0px solid #cccccc;
  text-align: center;
  border: 1px solid #b4b4b4;
  border-left: none;
  border-right: none;
  padding: 12px 0;
}

.b_check_box {
  display: none;
}

.b_check_box + label {
  background: url("../images/common/join-check-off.png") no-repeat;
  background-position: 0px 0px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  background-size: 20px;
  color: #444;
  margin-right: 10px;
}

.b_check_box:checked + label {
  background: url("../images/common/join-check-on.png") no-repeat;
  background-position: 0px 0px;
  margin-right: 10px;
  height: 25px;
  display: inline-block;
  background-size: 20px;
}

.acl-txt {
  margin-left: 21px;
  position: relative;
  font-size: 16px;
  color: #414141;
  padding-left: 27px;
}

.login-text {
  font-size: 27px;
  color: #414141;
  padding-bottom: 10px;
  border-bottom: 1px solid #416720;
}

a.btn-acc-login {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #416720;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

a.btn-acc-pd {
  width: 206px;
  height: 54px;
  color: #414141;
  background-color: #fff;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  border: 1px solid #414141;
  margin-left: 20px;
}

.f-account {
  width: 100%;
  text-align: right;
}

.mt100 {
  margin-top: 100px;
}

.input-mypage {
  border: 1px solid #bebebe;
  padding: 5px;
  font-size: 14px;
  color: #414141;
  width: 300px;
  display: inline-block;
}

.input-mypage.addr-1 {
  width: 150px;
  margin-right: 10px;
}

.input-mypage.addr-2 {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.select-mypage {
  padding: 4px;
  border: 0px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #bebebe;
  width: 110px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

a.btn-address-5 {
  display: inline-block;
  right: 0px;
  font-size: 14px;
  color: #000;
  background-color: #ebf0ea;
  display: inline-block;
  padding: 7px 7px;
  border-radius: 0px;
  margin-right: 10px;
  margin-left: -3px;
}

a.btn-address-5:hover {
  background-color: #416720;
  color: #fff;
}

.cart-tb {
  display: table;
  width: 100%;
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.cart-tr {
  display: table-row;
}

.cart-td {
  display: table-cell;
  padding: 10px 0;
  padding-top: 8px;
}

.cart-td .box {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
  width: 98%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.cart-td .box.bdN {
  border: none;
}

.cart-td .box .b-l {
  display: inline-block;
  font-size: 16px;
  color: #1d2634;
  border: 0px solid #000;
  font-weight: 700;
  padding: 10px 0;
  width: 30%;
}

.cart-td .box .b-l .nm {
  position: relative;
  vertical-align: middle;
  top: -5px;
  font-size: 14px;
}

.cart-td .box .b-l .star {
  font-size: 16px;
  color: #e03535;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -9px;
  left: 5px;
}

.cart-td .box .b-r {
  display: inline-block;
  border: 0px solid #000;
  width: 90%;
  position: relative;
}

.cart-td .box .b-r .cart-select {
  position: absolute;
  font-size: 15px;
  color: #414141;
  font-weight: 700;
  right: 0px;
  top: -6px;
}

.cart-td .box .b-r .cart-select select {
  padding: 4px;
  border: 0px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #dfdfdf;
  width: 110px;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: 7px;
}

a.btn-address-4 {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 13px;
  color: #000;
  background-color: #ebf0ea;
  display: inline-block;
  padding: 7px 7px;
  border-radius: 0px;
}

a.btn-address-4:hover {
  background-color: #416720;
  color: #fff;
}

.cart-addr-basic {
  font-size: 13px;
  text-align: right;
  margin-top: 15px;
}

.cart-btn-area {
  text-align: right;
  margin-top: 50px;
}

.dvy-list {
  width: 100%;
  border-top: 1px solid #7f7f7f;
}

.dvy-list tr:hover {
  background-color: #fafafa;
}

.dvy-list th {
  font-size: 16px;
  font-weight: 700;
  color: #1d2634;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
  text-align: center;
}

.dvy-list th.name {
  width: 10%;
}

.dvy-list th.addr {
  width: 60%;
}

.dvy-list th:nth-child(3) {
  width: 15%;
}

.dvy-list th:nth-child(4) {
  width: 15%;
}

.dvy-list th:nth-child(5) {
  width: 10%;
}

.dvy-list td {
  font-size: 13px;
  color: #1d2634;
  padding: 14px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.dvy-list td:nth-child(2) {
  text-align: left;
  padding-left: 50px;
}

.dvy-list td .btn-dvy-select, div.as-answer .btn-dvy-select  {
  background-color: #fff;
  border: 1px solid #414141;
  color: #414141;
  padding: 5px 15px;
  font-size: 13px;
}

.dvy-list td .btn-dvy-select:hover, div.as-answer .btn-dvy-select:hover {
  background-color: #416720;
  border: 1px solid #416720;
  color: #fff;
  padding: 5px 15px;
}

.dvy-btn-area {
  text-align: right;
  margin-top: 50px;
}

a.btn-dvy-list {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #416720;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
}

.badge-addr-basic {
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #416720;
  color: #416720;
  display: block;
  margin: 0 auto;
  width: 78px;
  margin-top: 5px;
}

.mycart-list-item {
  position: relative;
  width: 100%;
  border: 0px solid #bfbfbf;
  font-size:16px;
}

.mycart-list-item.extend-order-history {
  width: 100%;
  margin-top: 10px;
}

.mycart-list-item.mt20 {
  margin-top: 10px !important;
}

.mycart-list-item .myl-delete-elem {
  position: absolute;
  right: -30px;
  top: -1px;
  text-align: right;
}

.mycart-list-item .myl-delete-elem .myl-delete-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/common/delete-cart-list.png);
}

.mycart-list-item .myl-delete-elem .myl-delete-btn:hover {
  background-image: url(../images/common/delete-cart-list-on.png);
}

.mycart-list-item .box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  border: 1px solid #b4b4b4;
  align-items: stretch;
  padding: 7px 0;
}

.mycart-list-item .box .myl-checkbox {
  width: 70px;
  text-align: center;
  align-self: center;
}

.mycart-list-item .box .myl-thumb {
  align-self: center;
  text-align: center;
  width: 150px;
  margin-left: 0px;
}

.mycart-list-item .box .myl-thumb img {
  /* width: 36px; */
  width: 58px;
  height: auto;
}

.mycart-list-item .box .myl-pname {
  margin-left: 0px;
  font-weight: 700;
  align-self: center;
  width: 69%;
}

.mycart-list-item .box .myl-pname .tit {
  font-size: 16px;
  color: #414141;
}

.mycart-list-item .box .myl-pname .won {
  font-size: 14px;
  color: #414141;
  margin-top: 3px;
  color:#b5b1b1;
}

.mycart-list-item .box .myl-pname.extd-width {
  width: 74%;
}

.mycart-list-item .box .myl-arrow-down {
  align-self: center;
  width: 10%;
  text-align: right;
  position: relative;
  left: 0;
}

.mycart-list-item .box .myl-arrow-down .myl-btn-down {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-down.png);
}

.mycart-list-item .box .myl-arrow-down {
  align-self: center;
  width: 12%;
  text-align: right;

}

.mycart-list-item .box .myl-arrow-down .myl-btn-down.active {
  background-image: url(../images/common/arrow-up.png);
}

.myl-total {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  width: 100%;
  border: 1px solid #b4b4b4;
  border-left: none;
  border-right: none;
  padding: 18px 30px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 45px;
}

.myl-total .txt-a {
  width: 50%;
  align-self: flex-end;
}

.myl-total .txt-a .s-1 {
  display: inline-block;
  font-size: 18px;
  color: #414141;
}

.myl-total .txt-a .s-2 {
  display: inline-block;
  font-size: 18px;
  color: #414141;
  padding-left: 36px;
  background-image: url("../images/common/circle-plus.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 20px;
  border: 0px solid #000;
  margin-left: 36px;
}

.myl-total .txt-b {
  width: 50%;
  text-align: right;
  padding-right: 70px;
}

.myl-total .txt-b .s-1 {
  display: inline-block;
  font-size: 22px;
  margin-right: 30px;
  font-weight: 700;
  color: #414141;
}

.myl-total .txt-b .s-2 {
  display: inline-block;
  font-size: 30px;
  color: #416720;
  font-weight: 700;
}

.myl-select-btn {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.myl-select-btn .myl-chkbox {
  margin-right: 90px;
  padding-left: 0;
  width: 40px;
}

.myl-select-btn .myl-chkbox span {
  position: relative;
  display: inline-block;
  top: 7px;
}

.myl-select-btn .myl-sel-btn a {
  display: inline-block;
  padding: 7px 14px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #7f7f7f;
  margin-right: 8px;
  font-size: 13px;
}

.myl-btn-area {
  display: block;
  text-align: right;
  margin: 50px 0;
}

.myl-btn-area a.btn-shop-continue {
  width: 206px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  border: 1px solid #7f7f7f;
  text-align: center;
}

.myl-btn-area a.btn-shop-buy {
  display: inline-block;
  width: 206px;
  height: 54px;
  line-height: 54px;
  font-size: 21px;
  font-weight: 700;
  background-color: #416720;
  color: white;
  border: 1px solid #416720;
  text-align: center;
  margin-left: 16px;
}

.mycart-sub-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  left: 0px;
  top: -1px;
  border-top: 0px solid #fff;
  font-size:16px;
}

.mycart-sub-item.mat {
  left: 0px;
}

.mycart-sub-item .box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  border: 1px solid #b4b4b4;
  border-top: 0px solid #b4b4b4;
  align-items: stretch;
  padding: 7px 0;
}

.mycart-sub-item .box .myl-checkbox {
  width: 70px;
  text-align: center;
  align-self: center;
}

.mycart-sub-item .box .myl-thumb {
  align-self: center;
  text-align: left;
  width: 150px;
  padding-left:0;
}

.mycart-sub-item .box .myl-thumb.mat img {
  width: 80px;
  margin-left: 40px;
}

.mycart-sub-item .box .myl-thumb img {
  width: 36px;
  height: auto;
}

.mycart-sub-item .box .myl-pname {
  margin-left: 0px;
  font-weight: 700;
  color: #414141;
  align-self: center;
  width: 440px;
}

.mycart-sub-item .box .myl-pname.mat {
  font-size: 16px;
  width: 40%;
}

.mycart-sub-item .box .myl-num {
  margin-left: 0px;
  font-weight: 700;
  color: #414141;
  align-self: center;
  text-align: right;
  font-size: 18px;
  width: 10%;
}

.mycart-sub-item .box .myl-sel-item {
  align-self: center;
  width: 440px;
}

.mycart-sub-item .box .myl-sel-item.mat {
  margin-left: 0px;
  width: 50%;
}

.mycart-sub-item .box .myl-sel-item .myl-pwon {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 3px;
}

.mycart-sub-item .box .myl-sel-item .myl-pwon.mat {
  text-align: right;
  width: 60%;
}

.mycart-sub-item .box .myl-sel-item .m-h {
  display: inline-block;
  vertical-align: middle;
}

.mycart-sub-item .box .myl-sel-item .m-h .p-btn-plus {
  background-color: #fff;
  background-image: url("../images/svg/icon-btn-plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: none;
  padding: 1px;
  vertical-align: bottom;
}

.mycart-sub-item .box .myl-sel-item .m-h .p-btn-minus {
  background-color: #fff;
  background-image: url("../images/svg/icon-btn-minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: none;
  padding: 1px;
  vertical-align: bottom;
}

.mycart-sub-item .box .myl-sel-item .m-h .p-btn-plus:hover {
  background-image: url("../images/svg/icon-btn-plus-on.png");
}

.mycart-sub-item .box .myl-sel-item .m-h .p-btn-minus:hover {
  background-image: url("../images/svg/icon-btn-minus-on.png");
}

.mycart-sub-item .box .myl-sel-item .m-h input {
  border: none;
  border-bottom: 1px solid #7f7f7f;
  width: 150px;
  margin: 0 2px;
  text-align: center;
  font-size: 18px;
  color: #414141;
  font-weight: 400;
  vertical-align: bottom;
}

.mycart-sub-item .box .myl-erase-sub-item {
  margin-left: 0px;
}

.mycart-sub-item .box .myl-erase-sub-item a {
  display: inline-block;
  background-image: url("../images/common/btn-close-2.png");
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  width: 41px;
  height: 41px;
  position: relative;
  top: 0px;
  left:-13px;
}

.c-email {
  width: 74%;
}

.account-info {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.account-info_t__1 {
  display: inline-block;
  font-size: 13px;
  color: #000;
  width: 80px;
}

.product-all {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 0;
}

.product-all .p-a-title {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-all .p-a-title a {
  font-size: 15px;
  color: #414141;
  font-weight: 400;
  display: inline-block;
}

.product-all .p-a-title a.active {
  color: #416720;
  font-weight: 700;
}

.product-all .p-a-title a:hover {
  color: #416720;
  font-weight: 700;
}

.product-all .p-a-title .div {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #7f7f7f;
  margin: 0 10px;
}

.product-all .p-a-title .space {
  display: inline-block;
  width: 20px;
}

.product-all .p-a-title-2 {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
  border-top: 1px solid #7f7f7f;
  padding-top: 26px;
  margin-top: 50px;
}

.product-all table {
  width: 100%;
}

.product-all table td {
  width: 25%;
  position: relative;
  border: 0px solid #ddd;
  padding: 8px 6px;
  text-align: center;
  vertical-align: top;
}

.product-all table td a {
  display: block;
}

.product-all table td .tit-2 {
  font-size: 20px;
  font-weight: 700;
  color: #414141;
}

.product-all table td .thumb {
  width: 276px;
  height: 276px;
  border: 1px solid #707070;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
  background-position: 50% 70%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.product-all table td .thumb.rect {
  width: 276px;
}

.product-all table td .thumb:hover .overlay {
  transition: 0.5s;
  background-color: rgba(65, 97, 32, 0.5);
}

.product-all table td .thumb .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: rgba(65, 97, 32, 0);
  transition: 0.5s;
}

.product-all table td .no-thumb {
  width: 100%;
  height: 276px;
  border: 0px solid #707070;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  background-color: #fafafa;
}

.product-all table td img {
  max-width: 134px;
  max-height: 160px;
}

.product-view .tab-product-view {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
}

.product-view .tab-product-view li {
  display: block;
  width: 180px;
  height: 50px;
}

.product-view .tab-product-view li a {
  display: block;
  position: relative;
  top: 9px;
  background-color: #fff;
  font-size: 16px;
  color: #414141;
  line-height: 40px;
  text-align: center;
  border: 1px solid #7f7f7f;
}

.product-view .tab-product-view li a.active {
  background-color: #416720;
  color: white;
  border: 1px solid #416720;
}

.product-view .slide-gallery {
  padding-bottom: 0px;
  border-bottom: 1px solid #7f7f7f;
}

.product-view .slide-gallery .slide-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.product-view .slide-gallery .slide-wrapper .g-thumb {
  display: inline-block;
  height: 60px;
  width: 60px;
}

.product-view .slide-gallery .slide-wrapper .g-thumb .img {
  width: 60px;
  height: 60px;
  background-size: 90%;
  background-position: center center;
  margin-bottom: 7px;
  border: 1px solid #b4b4b4;
  padding: 15px;
}

.product-view .slide-gallery .slide-wrapper .g-viewer {
  position: relative;
  width: 401px;
  height: 338px;
  margin-left: 20px;
  border: 0px solid #b4b4b4;
}

.product-view .slide-gallery .slide-wrapper .g-viewer .pro-icon-wish {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon-wish.png);
}


.product-view .slide-gallery .slide-wrapper .g-viewer .pro-icon-wish:hover {
  background-image: url("../images/common/icon-wish-on.png");
}

.product-view .slide-gallery .slide-wrapper .g-viewer .pro-icon-wish.active {
  background-image: url("../images/common/icon-wish-on.png");
}

.product-view .slide-gallery .slide-wrapper .g-viewer .g-detail {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
}

.product-view .slide-gallery .slide-wrapper .g-viewer-mat {
  position: relative;
  width: 401px;
  height: 338px;
  margin-left: 0px;
  border: 0px solid #b4b4b4;
}

.product-view .slide-gallery .slide-wrapper .g-viewer-mat .g-detail {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
}

.g-title-spec {
  margin-left: 60px;
}

.pro-deatil .tit {
  font-size: 23px;
  font-weight: 700;
  color: #414141;
}

.pro-deatil .tit-s {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 5px;
}

.pro-tb {
  display: table;
  width: 100%;
  margin-top: 0px;
}

.pro-tr {
  display: table-row;
}

.pro-td {
  display: table-cell;
  padding: 3px 0;
  position: relative;
}

.pro-td.lt {
  width: 100px;
  width: 140px;
}

.pro-td.lt:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #7f7f7f;
  top: 8px;
  right: 30px;
}

.pro-td.rt {
  color: #7f7f7f;
  padding-left: 20px;
}

.pro-td.spec {
  font-size: 16px;
  font-weight: 700;
  color: #7f7f7f;
  padding: 20px 0;
}

.pro-td.spec-2 {
  font-size: 16px;
  font-weight: 700;
  color: #7f7f7f;
}

.pro-sm {
  font-size: 16px;
  font-weight: 700;
}

.pro-top-height {
  height: 80px;
}

.pro-bottom-height {
  height: 60px;
}

.pro-dm {
  padding: 20px 0;
}

.pro-sp {
  padding: 20px 0;
}

.pro-sp .tit {
  font-size: 15px;
  font-weight: 700;
  color: #414141;
  padding-bottom: 20px;
}

.pro-dm .tit {
  font-size: 15px;
  font-weight: 700;
  color: #414141;
  padding-bottom: 20px;
}

.pro-view-btn-area {
  position: relative;
  padding: 50px 0;
  padding-top: 50px;
}

.pro-view-btn-area a.btn-pro-cart {
  background-color: white;
  border: 1px solid #414141;
  color: #414141;
  font-size: 16px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-radius: 44px;
  text-align: center;
}

.pro-view-btn-area a.btn-pro-cart.ml {
  margin-left: 20px;
}

.pro-view-btn-area a.btn-pro-cart:hover {
  color: #414141;
}

.pro-view-btn-area a.btn-pro-purchase {
  background-color: #416720;
  color: white;
  font-size: 16px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-radius: 44px;
  text-align: center;
}

.pro-view-btn-area a.btn-pro-purchase:hover {
  color: #fff;
}

.pro-view-btn-area a.btn-pro-list {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-radius: 64px;
  text-align: center;
  margin-left: 20px;
}

.pro-view-btn-area a.btn-pro-list:hover {
  color: #000;
}

.pro-detail-sm {
  border-top: 2px solid #7f7f7f;
}

.pro-detail-sm .tit {
  font-size: 25px;
  text-align: center;
  color: #7f7f7f;
  padding-bottom: 40px;
  padding-top: 20px;
  font-weight: 700;
}

.pro-detail-sm .photo {
  padding: 40px 0;
}

.pro-detail-sm .photo img {
  width: 100%;
}

.pro-cal-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
}

.pro-sel-count {
  padding: 50px 0;
  border-top: 0px solid #7f7f7f;
  border-bottom: 0px solid #000;
}

.pro-sel-count .box-count {
  position: absolute;
  width: 290px;
  bottom: 10px;
  right: 10px;
}

.pro-sel-count .pro-sel-item.box {
  position: relative;
  width: 295px;
  border: 1px solid #b4b4b4;
  padding: 10px;
  margin: 0 0px;
}

.pro-sel-count .pro-sel-item.box input {
  border: none;
  border-bottom: 1px solid #7f7f7f;
  width: 75px;
  margin: 0 2px;
  text-align: center;
  font-size: 24px;
  color: #414141;
  font-weight: 700;
  vertical-align: bottom;
}

.pro-sel-count .pro-sel-tb {
  display: table;
  width: auto;
  margin-top: 10px;
}

.pro-sel-count .pro-sel-tr {
  display: table-row;
}

.pro-sel-count .pro-sel-td {
  display: table-cell;
  padding: 0px 0;
  padding-bottom: 20px;
  position: relative;
  border: 0px solid #000;
  vertical-align: top;
}

.pro-sel-count .pro-sel-td .txt-1 {
  font-size: 16px;
  color: #414141;
  font-weight: 700;
  margin-bottom: 5px;
}

.pro-sel-count .pro-sel-td .txt-2 {
  font-size: 16px;
  color: #747474;
  margin-left: 16px;
  margin-bottom: 30px;
}

.pro-sel-count .pro-sel-td.lt {
  padding-right: 10px;
}

.pro-sel-count .pro-sel-td.rt {
  padding-left: 10px;
}

.pro-sel-count .pro-sel-item input.p-ipt {
  width: 100%;
}

.pro-sel-count .pro-sel-item .tit {
  font-size: 15px;
  font-weight: 700;
  color: #414141;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.pro-sel-count .p-btn-plus {
  background-color: #fff;
  background-image: url("../images/svg/icon-btn-plus.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  border: none;
  padding: 1px;
  vertical-align: bottom;
  cursor: pointer;
}

.pro-sel-count .p-btn-plus.mat {
  position: absolute;
  right: 8px;
  bottom: 10px;
}

.pro-sel-count .p-btn-plus.mat-2 {
  position: absolute;
  right: -2px;
  bottom: 0px;
}

.pro-sel-count .p-btn-minus {
  background-color: #fff;
  background-image: url("../images/svg/icon-btn-minus.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  border: none;
  padding: 1px;
  vertical-align: bottom;
  cursor: pointer;
}

.pro-sel-count .p-btn-minus.mat {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.pro-sel-count .p-btn-minus.mat-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.pro-sel-count .p-btn-plus:hover {
  background-image: url("../images/svg/icon-btn-plus-on.png");
}

.pro-sel-count .p-btn-minus:hover {
  background-image: url("../images/svg/icon-btn-minus-on.png");
}

.pro-sel-count .pro-sel-item.mat-box-top {
  position: relative;
  width: 610px;
  height: 70px;
  border: 1px solid #b4b4b4;
  padding: 10px 0 10px 10px;
  margin: 0;
}

.pro-sel-count .pro-sel-item.mat-box-top .tit {
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: 15px;
}

.pro-sel-count .pro-sel-item.mat-box-top input {
  border: none;
  border-bottom: 1px solid #7f7f7f;
  width: 75px;
  margin: 0 2px;
  text-align: center;
  font-size: 24px;
  color: #414141;
  font-weight: 700;
  vertical-align: bottom;
}

.pro-sel-count .pro-sel-item.mat-box-top input.p-ipt {
  width: 100%;
}

.pro-sel-result {
  padding: 50px 0;
  width: 800px;
  border: 0px solid #000;
  padding: 0 0px;
  margin-left: 31px;
}

.pro-sel-result .pro-reult-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 16px;
  color: #414141;
  border-bottom: 0px solid #7f7f7f;
  padding: 20px 20px;
  background-color: #fafafa;
  position: relative;
}

.pro-sel-result .pro-reult-box .t-1 {
  width: 234px;
  text-align: left;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro-sel-result .pro-reult-box .t-2 {
  width: 0;
  text-align: left;

}

.pro-sel-result .pro-reult-box .t-3 {
  width: 120px;
  text-align: left;

}

.pro-sel-result .pro-reult-box .t-4 {
  text-align: left;
  width: 100px;
  padding-left: 0px;
}

.pro-sel-result .pro-reult-box .t-5 {
  width: 0%;
  text-align: right;
  
}

.pro-sel-result .pro-reult-box .t-5 a {
  background-image: url("../images/common/delete-prosel.png");
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.pro-sel-result .pro-reult-box .line-1px {
  height: 1px;
  background-color: #7f7f7f;
  width: 94%;
  position: absolute;
  bottom: 0px;
  left:14px;

}

.pro-sel-result .pro-calculate-box {
  background-color: #416720;
  padding: 20px;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner {
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .line-1px {
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0px;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-1 {
  width: 50%;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-1.bold {
  font-weight: 700;
  font-size: 23px;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-2 {
  width: 50%;
  text-align: right;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-2.sum {
  font-weight: 700;
  font-size: 26px;
}

.pro-warn {
  color: #e03535;
  font-weight: 700;
  margin: 20px 0;
  text-align: right;
}

.baloon-cart {
  position: absolute;
  top: -69px;
  left: 0px;
  border: 1px solid #000;
  padding: 25px 25px;
  background-color: #fff;
  font-size: 16px;
  color: #414141;
  text-align: center;
}

.b-a-c {
  position: absolute;
  bottom: -14px;
  left: 30px;
  width: 27px;
  height: auto;
}

.bal-btn-cart {
  border: 1px solid #7f7f7f;
  padding: 5px 10px;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 15px;
}

.bal-btn-cart:hover {
  background-color: #416720;
  color: #fff;
}

.bal-btn-cart-close {
  background-color: #fff;
  background-image: url("../images/common/baloon-cart-btn-close.png");
  background-repeat: no-repeat;
  background-size: 11px;
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.product-header-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 281px;
}

.p-line-1px {
  background-color: #414141;
  height: 1px;
  margin: 40px 0 0px 0;
}

.product-simple-exp {
  border: 1px solid #7f7f7f;
  padding: 9px 13px;
  margin-top: -11px;
  position: relative;
  width: 276px;
  height: 105px;
  overflow: hidden;
}

.product-simple-exp .tit {
  font-size: 15px;
  font-weight: 700;
  color: #414141;
  text-align: left;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product-simple-exp .size {
  font-size: 13px;
  font-weight: 400;
  color: #414141;
  text-align: left;
  margin-top: 5px;
}

.p-m-b {
  display: block;
}

.p-btn-area {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 0;
  left: 0px;
  text-align: center;
  background-color: rgba(29, 38, 52, 0.8);
  display: none;
}

.p-btn-area .btn-pro-detail {
  display: inline-block;
  color: #fff;
  background-color: #416720;
  width: 103px;
  height: 30px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.p-btn-area .btn-pro-buy {
  display: inline-block;
  color: #414141;
  background-color: #fff;
  width: 103px;
  height: 30px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.btn-p-wish {
  background-image: url("../images/common/icon-wish.png");
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 26px;
  border: none;
  background-color: transparent;
  background-size: 100%;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.btn-p-wish:hover {
  background-image: url("../images/common/icon-wish-on.png");
}

.btn-p-wish.active {
  background-image: url("../images/common/icon-wish-on.png");
}

.wl-chkbox {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 30px;
  left: 20px;
}

.wl-chkbox .w-checkbox {
  display: none;
}

.wl-chkbox .w-checkbox + label {
  background: url(../images/common/join-check-off.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: 0px 0px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 28px;
}

.wl-chkbox .w-checkbox:checked + label {
  background: url(../images/common/join-check-on.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: 0px 0px;
  margin-right: 10px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 28px;
}

.wishlist-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.wishlist-btn a {
  display: inline-block;
  padding: 7px 14px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #7f7f7f;
  margin-right: 8px;
  font-size: 16px;
}

.order-history {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
}

.order-history .order-h-fill {
  width: 50%;
}

.order-history .order-h-fill .odr-h-fill {
  position: relative;
  padding: 14px 0;
}

.order-history .order-h-fill .odr-h-fill .oinp {
  position: relative;
}

.order-history .order-h-fill .odr-h-fill .btn-address {
  position: absolute;
  top: 16px;
  right: 5px;
  font-size: 15px;
  color: #414141;
  background-color: #ebf0ea;
  border: 0px solid #414141;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
}

.order-history .order-h-fill .odr-h-fill .odr-check-addr {
  padding: 10px 0;
  font-size: 14px;
}

.order-history .order-h-fill .odr-h-fill .odr-check-addr input {
  margin: 0 5px;
}

.order-history .order-h-fill .odr-h-fill .odr-check-addr input + label {
  cursor: pointer;
}

.order-history .order-h-fill .odr-h-fill .odr-check-addr .o-h-spc {
  display: inline-block;
  width: 50px;
}

.order-history .order-h-fill .odr-name-searched {
  padding: 0px 0;
  position: relative;
}

.order-history .order-h-fill .odr-title {
  position: relative;
  font-size: 14px;
  color: #1d2634;
  font-weight: 700;
  margin-top: 40px;
}

.order-history .order-h-fill .odr-title.omt {
  margin-top: 10px;
}

.order-history .order-h-fill .odr-title.omt2 {
  margin-top: 23px;
}

.order-history .order-h-fill .odr-title .icon-person {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/product/icon-person.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px;
  vertical-align: middle;
  margin-right: 5px;
}

.order-history .order-h-fill .odr-title .icon-trucks {
  display: inline-block;
  width: 37px;
  height: 22px;
  background-image: url(../images/product/icon-trucks.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  vertical-align: middle;
  margin-right: 5px;
}

.order-history .order-h-fill .odr-title .icon-calendar {
  display: inline-block;
  width: 36px;
  height: 26px;
  background-image: url(../images/common/icon-calendars.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

.order-history .order-h-fill .odr-title a.select-person {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #414141;
  padding: 6px 15px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
}

.order-history .order-h-fill .odr-title a.select-person:hover {
  background-color: #416720;
  color: #fff;
  border: 1px solid #416720;
}

.order-history .order-h-fill .odr-title .remark {
  font-size: 20px;
  color: #e03535;
  position: relative;
  top: -6px;
}

.order-history .order-h-fill .odr-title .o-div {
  width: 1px;
  height: 20px;
  background-color: #7f7f7f;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 3px;
}

.order-history .order-h-fill .odr-title .o-tr,.o-c-info .o-tr {
  display: inline-block;
}

.order-history .order-h-fill .odr-title .o-tr input,.o-c-info .o-tr input {
  margin-right: 10px;
  display: none;
}

.order-history .order-h-fill .odr-title .o-tr input + label,.o-c-info .o-tr input + label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 21px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 26px;
}

.order-history .order-h-fill .odr-title .o-tr input:checked + label,.o-c-info .o-tr input:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 26px;
}

.order-history .order-h-fill .input-odr-fill {
  box-sizing: border-box;
  display: inline-block;
  width: 45%;
  padding: 9px 15px;
  margin-right: 10px;
  border: #bebebe solid 1px;
  font-size: 14px;
  color: #414141;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
}

.order-history .order-h-fill .input-odr-fill.tel {
  width: 51%;
}

.order-history .order-h-fill .input-odr-fill.addr {
  width: 100%;
  margin-bottom: 10px;
}

.order-history .order-h-fill .input-odr-fill.cal {
  width: 100%;
  margin-bottom: 10px;
}

.order-history .order-h-result {
  width: 50%;
  margin-left: 72px;
}

.order-history .order-h-result .odr-title {
  position: relative;
  font-size: 14px;
  color: #1d2634;
  font-weight: 700;
  margin-top: 20px;
}

.order-history .order-h-result .odr-title .remark {
  font-size: 20px;
  color: #e03535;
  position: relative;
  top: -11px;
}

.order-history .order-h-result .odr-title .icon-exclamation {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../images/common/icon-excl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
  vertical-align: middle;
  margin-right: 0px;
}

.order-history .order-h-result .o-h-method-payment {
  background-color: #ebf0ea;
  margin-top: 8px;
  display: inline-block;
  padding: 13px 25px;
  width: 100%;
}

.order-history .order-h-result .o-h-method-payment input {
  margin-right: 10px;
  display: none;
}

.order-history .order-h-result .o-h-method-payment input + label {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 2px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
}

.order-history .order-h-result .o-h-method-payment input:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 2px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
  font-weight: 700;
  color: #416720;
}

.order-history .order-h-result .o-h-textarea textarea {
  width: 100%;
  border: 1px solid #bebebe;
  padding: 5px;
  color: #414141;
  font-size: 15px;
  width: 100%;
  height: 68px;
  display: block;
}

.odr-calculate-box {
  background-color: #ebf0ea;
  padding: 20px 25px;
  margin-top: 40px;
}

.odr-calculate-box .odr-calculate-box-inner {
  color: #414141;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.odr-calculate-box .odr-calculate-box-inner .line-1px {
  height: 1px;
  background-color: #414141;
  width: 100%;
  position: absolute;
  top: 0px;
}

.odr-calculate-box .odr-calculate-box-inner .t-1 {
  width: 50%;
}

.odr-calculate-box .odr-calculate-box-inner .t-1.bold {
  font-weight: 700;
  font-size: 19px;
  color: #416720;
}

.odr-calculate-box .odr-calculate-box-inner .t-2 {
  width: 50%;
  text-align: right;
}

.odr-calculate-box .odr-calculate-box-inner .t-2.sum {
  font-weight: 700;
  font-size: 23px;
  color: #416720;
}

.order-cart-list {
  border-top: 2px solid #7f7f7f;
  margin-top: 60px;
}

.order-cart-list .odr-title {
  position: relative;
  font-size: 14px;
  color: #1d2634;
  font-weight: 700;
  margin-top: 40px;
}

.order-cart-list .odr-title .remark {
  font-size: 20px;
  color: #e03535;
  position: relative;
  top: -11px;
}

.order-cart-list .odr-title .icon-cart-2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/icon-carts-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.order-history-btn-area {
  margin: 30px 0 60px 0;
  text-align: right;
}

.order-history-btn-area .btn-order-confirm {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #416720;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
}

.order-history-btn-area .btn-order-change {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #416720;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
}

.order-history-btn-area .btn-order-change .mr-20 {
  margin-right: 20px;
}

.order-history-btn-area .btn-order-change.b-white {
  background-color: white;
  color: #414141;
  border: 1px solid #414141;
  font-weight: 700;
}

.order-history-btn-area .btn-order-change.b-white:hover {
  background-color: #416720;
  color: #fff;
  border: 1px solid #416720;
}

.order-history-btn-area .btn-order-cancel {
  width: 206px;
  height: 54px;
  color: #414141;
  background-color: #fff;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  border: 1px solid #414141;
  margin-left: 30px;
}

.order-history-btn-area .btn-order-cancel .mr-20 {
  margin-right: 20px;
}

.order-history-btn-area .btn_list {
  width: 206px;
  height: 54px;
  color: #414141;
  background-color: #fff;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  border: 1px solid #414141;
  margin-right: 30px;
}

.order-history-btn-area .btn_list .mr-20 {
  margin-right: 20px;
}

.recent-searched-words {
  position: relative;
  font-size: 14px;
}

.recent-searched-words.words-more {
  display: block;
}

.recent-searched-words .see-more {
  position: absolute;
  top: 10px;
  right: 0px;
  padding-right: 30px;
  background-image: url("../images/common/arrow-down.png");
  background-position: 0 0;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.recent-searched-words .mr-20 {
  margin-right: 20px;
  display: inline-block;
}

.recent-searched-words .txt {
  display: inline-block;
  margin: 0 5px;
  border: 0px solid #7f7f7f;
  padding: 10px 0px;
  position: relative;
}

.recent-searched-words .txt .delete-words {
  display: inline-block;
  padding-left: 10px;
  background-image: url("../images/common/delete-words.png");
  background-position: 0 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  width: 10px;
  height: 10px;
}

.recent-searched-words input {
  margin-right: 0px;
  display: none;
}

.recent-searched-words input + label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 26px;
}

.recent-searched-words input:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 26px;
}

.o-c-num {
  margin-top: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #7f7f7f;
}

.o-c-num .t-1 {
  font-size: 14px;
  color: #1d2634;
  font-weight: 700;
}

.o-c-num .t-2 {
  font-size: 14px;
  color: #7f7f7f;
  margin-left: 25px;
}

.o-c-box {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 14px;
}

.o-c-box .o-c-info {
  display: table-row;
}

.o-c-box .o-c-info .t-1 {
  display: table-cell;
  width: 100px;
  color: #414141;
  font-size: 14px;
  padding-bottom: 17px;
}

.o-c-box .o-c-info .div {
  display: table-cell;
  padding-bottom: 5px;
}

.o-c-box .o-c-info .div .d-v {
  width: 1px;
  background-color: #717171;
  display: inline-block;
  height: 14px;
  position: relative;
  top: 3px;
}

.o-c-box .o-c-info .t-2 {
  display: table-cell;
  color: #414141;
  font-weight: 700;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 17px;
}

.o-c-box .o-c-info .t-2.pl {
  font-weight: normal;
}

.o-c-box-2 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.o-c-box-2.line-1px {
  border-bottom: 2px solid #7f7f7f;
  padding-bottom: 30px;
}

.o-c-box-2 .o-c-lt {
  width: 770px;
}

.o-c-box-2 .o-c-lt.o-c-changes {
  width: 100%;
}

.o-c-box-2 .o-c-lt .oc-l-line-1px {
  border-bottom: 1px solid #7f7f7f;
}

.o-c-box-2 .o-c-rt {
  width: 560px;
  margin-left: 100px;
  border-bottom: 1px solid #7f7f7f;
}

.o-c-box-2 .o-c-rt .o-c-rsum {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.o-c-box-2 .o-c-rt .o-c-rsum.line-1px {
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  margin-bottom: 10px;
}

.o-c-box-2 .o-c-rt .o-c-rsum span {
  display: block;
}

.o-c-box-2 .o-c-rt .o-c-rsum span.t-1 {
  width: 60%;
  font-size: 14px;
  text-align: left;
  padding-bottom: 13px;
}

.o-c-box-2 .o-c-rt .o-c-rsum span.t-1.bold {
  color: #416720;
  align-self: center;
}

.o-c-box-2 .o-c-rt .o-c-rsum span.t-2 {
  width: 40%;
  text-align: right;
  font-size: 14px;
  padding-bottom: 13px;
}

.o-c-box-2 .o-c-rt .o-c-rsum span.t-2.t-sum {
  font-size: 20px;
  color: #416720;
  font-weight: 700;
}

.o-c-box-2 .o-c-rt .o-c-tsum {
  font-size: 14px;
  text-align: left;
  padding-bottom: 13px;
  color: #7f7f7f;
  line-height: 26px;
}

.o-c-tf {
  position: relative;
  margin-top: 0px;
  padding-bottom: 14px;
  border-bottom: 2px solid #7f7f7f;
}

.o-c-tf .t-1 {
  font-size: 14px;
  color: #1d2634;
  font-weight: 700;
}

.o-c-etc {
  margin-top: 0px;
  color: #1d2634;
  font-size: 14px;
}

.o-c-etc .txt-a {
  background-color: #ebf0ea;
  padding: 20px;
  margin-top: 10px;
}

.popup-o-cpt {
  display: none;
  position: absolute;
  z-index: 10101;
  width: 408px;
  height: 235px;
  background-color: #fff;
  text-align: center;
}

.popup-o-cpt .tit {
  font-size: 23px;
  color: #414141;
  font-weight: 700;
  margin-top: 67px;
}

.popup-o-cpt .popup-btn-confirm {
  font-size: 13px;
  color: #414141;
  font-weight: 700;
  border: 1px solid #7f7f7f;
  width: auto;
  height: auto;
  line-height: 25px;
  margin: 0 auto;
  padding: 5px 30px;
  margin-top: 50px;
  border-radius: 72px;
  display: inline-block;
}

.layer-mask {
  position: fixed;
  z-index: 1011;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.btn-close-popup {
  background: url(../images/common/delete-words.png) no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  background-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-area-oh-top {
  position: absolute;
  right: 0px;
  top: -10px;
}

.btn-area-oh-top a {
  display: inline-block;
  border: 1px solid #000;
  padding: 14px 14px;
  background-color: #fff;
  color: #416720;
  font-size: 13px;
  font-weight: normal;
}

.btn-area-oh-top a.icon-excel {
  background: url(../images/common/icon-copy.png) no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 47px;
}

.btn-area-oh-top a.icon-print {
  background: url(../images/common/icon-print.png) no-repeat;
  background-position: 20px center;
  background-size: 20px;
  padding-left: 47px;
}

.order-search {
  position: relative;
}

.order-search table {
  width: 100%;
  border-top: 2px solid #707070;
}

.order-search table th {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}

.order-search table th:nth-child(7) {
  width: 120px;
}

.order-search table td {
  font-size: 13px;
  font-weight: normal;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}

.order-search table td .chkbox_num {
  width: 100px;
}

.order-search table td img {
  vertical-align: middle;
  width: 34px;
  margin-right: 20px;
}

.order-search table td:nth-child(1) {
  color: #7f7f7f;
}

.order-search table td:nth-child(1) a {
  color: #7f7f7f;
}

.order-search table td:nth-child(1) a:hover {
  color: #7f7f7f;
}

.order-search table td:nth-child(2) {
  color: #414141;
  font-weight: 700;
}

.order-search table td:nth-child(3) {
  color: #414141;
  font-weight: 700;
}

.order-search table td:nth-child(4) {
  color: #0fd7f0;
  font-weight: 700;
}

.order-search table td:nth-child(5) {
  color: #e03535;
  font-weight: 700;
}

.order-search table td.btns {
  text-align: center;
}

.order-search table td.btns a {
  olor: #414141;
  border: 1px solid #414141;
  background-color: #fff;
  text-align: center;
  width: 96px;
  height: 34px;
  display: block;
  line-height: 34px;
  font-size: 14px;
}

.order-search table td.btns a:hover {
  color: #414141;
}

.order-search table td.btns .btn-s-cancel {
  margin-bottom: 10px;
  display: inline-block;
}

.order-search table td.btns .btn-s-change {
  margin-bottom: 10px;
  display: inline-block;
}

.order-search table td.btns .btn-s-reorder {
  margin-bottom: 10px;
  display: inline-block;
}

.order-search .oder-search-sum {
  border-top: 1px solid #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
  text-align: right;
  padding: 0px 0 19px 0;
}

.order-search .oder-search-sum .line-ipx {
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  margin-top: 10px;
  margin-bottom: 17px;
}

.order-search .oder-search-sum .t-1 {
  color: #414141;
  font-size: 19px;
  font-weight: 700;
  margin-right: 18px;
}

.order-search .oder-search-sum .t-2 {
  color: #416720;
  font-size: 28px;
  font-weight: 700;
}

.order-search h2 {
  font-size: 22px;
  color: #416720;
  margin-bottom: 10px;
}

.order-search .b-close {
  top: 0px;
  right: 0px;
}

.as-search {
  position: relative;
}

.as-search table {
  width: 100%;
  border-top: 2px solid #707070;
}

.as-search table th {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}

.as-search table th:nth-child(7) {
  width: 120px;
}

.as-search table td {
  font-size: 16px;
  font-weight: normal;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}

.as-search table td .chkbox_num {
  width: 100px;
}

.as-search table td img {
  vertical-align: middle;
  width: 34px;
  margin-right: 20px;
}

.as-search table td:nth-child(1) {
  color: #7f7f7f;
}

.as-search table td:nth-child(1) a {
  color: #7f7f7f;
}

.as-search table td:nth-child(1) a:hover {
  color: #7f7f7f;
}

.as-search table td:nth-child(2) {
  color: #414141;
  font-weight: 700;
}

.as-search table td:nth-child(3) {
  color: #414141;
  font-weight: 700;
}

.as-search table td:nth-child(5) {
  color: #0fd7f0;
  font-weight: 700;
}

.as-search table td:nth-child(6) {
  color: #e03535;
  font-weight: 700;
}

.as-search h2 {
  font-size: 22px;
  color: #416720;
  margin-bottom: 10px;
}

.as-search .b-close {
  top: 0px;
  right: 0px;
}

.select-person-list {
  position: relative;
}

.select-person-list table {
  width: 100%;
  border-top: 2px solid #707070;
}

.select-person-list table th {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}



.select-person-list table td {
  font-size: 16px;
  font-weight: normal;
  color: #414141;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #7f7f7f;
}

.select-person-list table td a.btn-select-person {
  color: #000;
  border: 1px solid #000;
  padding: 5px 20px;
}

.select-person-list h2 {
  font-size: 22px;
  color: #416720;
  margin-bottom: 10px;
}

.select-person-list .b-close {
  top: 0px;
  right: 0px;
}

/* 최근 검색 */
.w-search-delivery {
  position: relative;
  padding: 0 0px;
  margin-bottom: 3px;
}

.w-search-delivery .input-box {
  position: relative;
  z-index: 2;
  padding: 0 0px;
}

.w-search-delivery .input-box .txt {
  position: absolute;
  top: 8px;
  font-size: 23px;
  color: #b4b4b4;
  pointer-events: none;
}

.w-search-delivery .input-box .txt .s-txt-2 {
  vertical-align: middle;
  font-size: 14px;
  margin-left: 6px;
}

.w-search-delivery .input-box .input-search {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 15px;
  color: #416720;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
}

.s-d-i {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  /*background-image: url("../images/svg/search-input-word-delete-icon.png");*/
  background-position: center center;
  background-size: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 0px;
  display: none;
}

img.img-add-plus {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  margin-top: 0px;
}

.icon-zoom {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("../images/svg/zoom.png");
  background-position: center center;
  background-size: 22px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 3px;
}

.os-btn-area {
  position: relative;
  height: 60px;
}

.o-s-terms {
  position: relative;
  font-size: 20px;
  display: inline-block;
}

.o-s-terms .txt {
  display: inline-block;
  margin: 0 5px;
  border: 0px solid #7f7f7f;
  padding: 10px 0px;
  position: relative;
}

.o-s-terms .txt .delete-words {
  display: inline-block;
  padding-left: 10px;
  background-image: url("../images/common/delete-words.png");
  background-position: 0 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  width: 10px;
  height: 10px;
}

.o-s-terms input {
  margin-right: 0px;
  display: none;
}

.o-s-terms input + label {
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 20px;
  padding-left: 26px;
}

.o-s-terms input:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 20px;
  padding-left: 26px;
}

.o-s-terms-2 {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}

.o-s-terms-2 input {
  border: 1px solid #7f7f7f;
  padding: 6px 5px;
  font-size: 14px;
}

.o-s-terms-area {
  text-align: right;
  padding-bottom: 80px;
}

.o-c-info-input {
  border: 1px solid #bebebe;
  padding: 5px;
  font-size: 14px;
  color: #414141;
  width: 140px;
  display: inline-block;
}

.o-c-change {
  position: relative;
  font-size: 20px;
  display: block;
}

.o-c-change .txt {
  display: inline-block;
  margin: 0 5px;
  border: 0px solid #7f7f7f;
  padding: 10px 0px;
  position: relative;
}

.o-c-change .txt .delete-words {
  display: inline-block;
  padding-left: 10px;
  background-image: url("../images/common/delete-words.png");
  background-position: 0 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  width: 10px;
  height: 10px;
}

.o-c-change input {
  margin-right: 0px;
  display: none;
}

.o-c-change input + label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
}

.o-c-change input:checked + label {
  font-size: 14px;
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
}

.o-c-change-area {
  padding: 10px 0;
}

.btn-address-change {
  position: absolute;
  top: 0px;
  font-size: 14px;
  margin-left: 10px;
  color: #414141;
  background-color: #ebf0ea;
  border: 0px solid #414141;
  display: inline-block;
  padding: 7px 12px;
}

.btn-select-change-addr {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 13px;
  margin-left: 10px;
  color: #414141;
  background-color: #fff;
  border: 1px solid #414141;
  display: inline-block;
  padding: 7px 16px;
}

.btn-select-change-addr-area.extd {
  margin-top: 30px;
}

.as-area-radio-button {
  position: relative;
  font-size: 14px;
  display: block;
}

.as-area-radio-button .txt {
  display: inline-block;
  margin: 0 5px;
  border: 0px solid #7f7f7f;
  padding: 10px 0px;
  position: relative;
}

.as-area-radio-button .txt .delete-words {
  display: inline-block;
  padding-left: 10px;
  background-image: url("../images/common/delete-words.png");
  background-position: 0 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 95% center;
  position: relative;
  width: 10px;
  height: 10px;
}

.as-area-radio-button input {
  margin-right: 0px;
  display: none;
}

.as-area-radio-button input + label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  background: url(../images/common/radio-off.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
}

.as-area-radio-button input:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
  display: inline-block;
  height: 23px;
  background-position: 0px 0px;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-size: 15px;
  padding-left: 22px;
}

.as-search-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 11px;
}

.search-form.width-p {
  width: 50%;
  margin-bottom: 0px;
}

.as-area-input {
  display: inline-block;
  font-size: 14px;
}

.as-area-input.width-p {
  width: 50%;
}

.as-area-input input {
  border: 1px solid #7f7f7f;
  padding: 6px 5px;
  font-size: 14px;
  width: 145px;
}

.as-area-input .btn-as-find {
  font-size: 13px;
  margin-left: 10px;
  color: #414141;
  background-color: #ebf0ea;
  border: 0px solid #414141;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  top: -2px;
}

.as-area-input .btn-as-find:hover {
  color: #fff;
  background-color: #416720;
}

.as-list {
  margin-top: 20px;
}

.as-list table {
  width: 100%;
  border-top: 0px solid #7f7f7f;
}

.as-list table th {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #7f7f7f;
  padding: 12px 10px;
  text-align: center;
  color: #1d2634;
}

.as-list table th.no {
  width: 100px;
}

.as-list table th.tit {
  width: 870px;
  text-align: left;
}

.as-list table th.date {
  width: 100px;
}

.as-list table th.st {
  width: 100px;
}

.as-list table td {
  padding: 13px 10px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #7f7f7f;
  color: #1d2634;
  text-align: center;
}

.as-list table td.as-detail {
  padding: 0 0px;
  background-color: #fafafa;
}

.as-list table td.as-detail table {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
}

.as-list table td.as-detail .as-answer {
  padding: 20px;
  text-align: left;
  line-height: 25px;
}

.as-list table td.as-detail .as-answer img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin: 40px 0;
}

.as-list table td.no {
  width: 100px;
}

.as-list table td.tit {
  width: 870px;
  text-align: left;
}

.as-list table td.date {
  width: 100px;
}

.as-list table td.st {
  width: 100px;
}

.as-list table td a {
  color: #1d2634;
}

.as-list table td a:hover {
  text-decoration: underline;
}

.as-write-line-2px {
  height: 2px;
  background-color: #7f7f7f;
  margin: 20px 0;
}

.as-write-input {
  width: 100%;
  display: block;
  border: 1px solid #7f7f7f;
  margin-top: 20px;
  margin-bottom: 30px;
}

.as-write-box .tit {
  font-size: 16px;
  font-weight: 700;
}

.as-write-box .as-write-input {
  width: 100%;
  display: block;
  border: 1px solid #7f7f7f;
  margin-top: 9px;
  margin-bottom: 30px;
  height: 41px;
  font-size: 16px;
  padding: 10px 20px;
}

.as-write-box .as-write-textarea {
  width: 100%;
  display: block;
  border: 1px solid #7f7f7f;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 170px;
  font-size: 24px;
  padding: 10px 20px;
}

.as-write-attach {
  margin: 30px 0;
}

.as-write-attach .tit {
  font-size: 16px;
  color: #1d2634;
  font-weight: 700;
}

.as-write-attach .tit .warn {
  display: inline-block;
  font-size: 13px;
  color: #e03535;
  font-weight: 400;
  margin-left: 5px;
}

.as-write-attach .as-write-attach-1px-line {
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  margin-top: 85px;
}

.as-file-area {
  margin-top: 30px;
}

.as-file-area .image-upload {
  display: inline-block;
  margin-right: 20px;
}

.as-file-area .image-upload > input {
  display: none;
}

.as-file-area .upload-icon {
  display: inline-block;
  width: 104px;
  height: 104px;
  border: 1px solid #ddd;
  position: relative;
}

.as-file-area .upload-icon .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.as-file-area .upload-icon .prev-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  height: 80%;
}

.as-file-area .upload-icon .prev-img {
  display: none;
}

.as-file-link {
  background-color: #fff;
  background-image: url(../images/common/icon-plus-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  border: 1px solid #ddd;
  padding: 50px;
}

.as-file-upload {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 237px;
  height: 237px;
  border: 1px solid #000;
}

.image-upload-button {
  display: inline-block;
  position: relative;
}

.image-upload-button.ml-20 {
  margin-left: 20px;
}

a.btn-as-apply {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #416720;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  margin-left: 0px;
}

#popup-orderList {
  padding: 20px 30px;
  background-color: #fff;
  width: 1150px !important;
  position: absolute;
  top: 1px;
  left: 100px;
}

.btn-select-completed {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #ebf0ea;
  color: #416720;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

.order-search-scroll-area {
  height: 500px;
  overflow-y: auto;
}

.search-results_as {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
  padding: 10px 0;
}

.search-results_as img {
  width: 50px;
  vertical-align: middle;
}

.search-results_as span {
  font-weight: 700;
  color: #414141;
  vertical-align: middle;
  display: inline-block;
}

.s-r-a {
  width: 80%;
}

.s-r-a-w {
  width: 16%;
  text-align: right;
}

.popup-product {
  position: absolute;
  width: 300px;
  background-color: #fff;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  z-index: 101;
}

.popup-product .popup-txt {
  position: relative;
  padding: 50px 0 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.popup-product .btn-close-popup {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.popup-product .btn-popup-confirm {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding: 7px 25px;
  border-radius: 5px;
}

.popup-terms {
  position: absolute;
  width: 1000px;
  height: 700px;
  background-color: #fff;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  z-index: 101;
}

.popup-terms .popup-txt {
  position: relative;
  padding: 50px 0 20px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
  width: 90%;
}

.popup-terms .popup-txt h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.popup-terms .popup-txt-detail {
  height: 500px;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  border-bottom: 1px solid #7f7f7f;
}

.popup-terms .btn-close-popup {
  position: absolute;
  top: 19px;
  right: -45px;
  width: 30px;
  height: 30px;
}

.popup-terms .btn-popup-confirm {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #416720;
  padding: 7px 25px;
  border-radius: 5px;
  border: none;
  border: 1px solid #7f7f7f;
}

.mobile-search {
  display: none;
  position: fixed;
  top: 107px;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 4px 9px 9px -8px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ddd;
  height: 100px;
  z-index: 111111111;
  padding-top: 30px;
}

.header-search {
  width: auto;
  margin-left: 0px;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
}

.search-area {
  position: relative;
  background-color: #fff;
}

.header-search input[type="button"] {
  background-image: url(../images/common/nav-01-search-off.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 17px;
  width: 24px;
  height: 24px;
  border: 0px solid #000;
}

.header-search input {
  border-radius: 50px;
  height: 40px;
  background-color: #aab79d;
  border: 0px solid #b2b2b2;
  padding-left: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
}

.btn-close-m-search {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.btn-close-m-search img {
  width: 100%;
}

.search-engine-down {
  top: 107px;
}

.search-engine-up {
  top: 107px;
}

.bold {
  font-weight: 700;
}

.accordion {
  border-top: 1px solid #b4b4b4;
}

.accordion li {
  position: relative;
  display: block;
  border-bottom: 1px solid #b4b4b4;
}

.accordion li a {
  display: block;
  position: relative;
  padding-left: 17px;
}

.accordion li a.arrow-down {
  background: url("../images/common/arrow-down.png") no-repeat;
  background-position: 99% center;
  background-size: 13px;
}

.accordion li a.arrow-up {
  background: url("../images/common/arrow-up.png") no-repeat;
  background-position: 99% center;
  background-size: 13px;
}

.community-title {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 24px;
  color: #1d2634;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.community-box {
  position: relative;
}

.community-td_tit {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 15px 0 15px 0;
}

.community-td_tit:hover {
  color: #000;
}

.community-td_date {
  position: absolute;
  right: 40px;
  font-size: 15px;
  color: #7f7f7f;
}

.community-answer {
  display: none;
  color: #000;
  padding: 10px 10px 20px 10px;
  line-height: 22px;
  font-size: 13px;
  padding-left: 17px;
  background-color: #f7f7f7;
}

.pagings {
  margin-top: 45px;
  text-align: right;
}

.pagings a {
  display: inline-block;
  margin: 5px 5px;
  font-size: 14px;
  color: #bebebe;
}

.pagings a:hover {
  color: #bebebe;
}

.pagings a.active {
  color: #414141;
  padding: 3px;
}

.breadcumb {
  margin-top: 0px;
  padding: 15px 0;
  background-color: #fafafa;
}

.breadcumb .arrow {
  display: inline-block;
  margin: 0 5px 0 10px;
  color: #7f7f7f;
  font-size: 13px;
}

.breadcumb a {
  color: #7f7f7f;
  font-size: 14px;
  display: inline-block;
}

.breadcumb a.active {
  font-weight: 700;
  color: #416720;
}

.search-form {
  text-align: right;
  margin-bottom: 20px;
  display: block;
}

.search-from_group {
  display: inline-block;
  position: relative;
}

.search-select {
  font-size: 13px;
  width: 100px;
  padding: 9px 10px;
  color: #666666;
  border: 1px solid #c6ced4;
  border-radius: 0;
}

.search-select-2 {
  font-size: 13px;
  width: 100px;
  padding: 9px 10px;
  color: #666666;
  border: 1px solid #c6ced4;
  border-radius: 0;
}

.search-input {
  font-size: 13px;
  width: 200px;
  padding: 10px 10px;
  border: 1px solid #c6ced4;
  width: 260px;
  border-radius: 0;
}

.search-from_group input[type="button"] {
  background-image: url(../images/common/icon-search-board.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  height: 20px;
  width: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 24px;
  height: 24px;
}

.btn-search {
  font-size: 14px;
  padding: 7px 20px;
  color: #fff;
  border: 1px solid #22a2dc;
  background-color: #22a2dc;
}

.top-logo {
  background-color: #426721;
  height: 150px;
}

.top-logo .logo {
  font-size: 40px;
  color: #fff;
  padding-top: 70px;
  text-align: center;
}

.top-logo .bold {
  font-weight: 700;
}

.welcome-txt {
  margin-top: 20px;
  color: #365d13;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
}

.member {
  width: 470px;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;
}

.member-area {
  margin: 0 auto;
}

.member-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 13px 30px;
  margin-right: 10px;
  border: #a1af93 solid 2px;
  font-size: 16px;
  color: #3e651d;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  border-radius: 50px 50px;
}

.btn-login {
  background-color: #b4b4b4;
  color: #fff;
  width: 100%;
  border: 1px solid #b4b4b4;
  cursor: pointer;
  border-radius: 50px 50px;
}

.btn-login:hover {
  background-color: #416720;
  color: #fff;
  width: 100%;
  border: 1px solid #416720;
  cursor: pointer;
  border-radius: 50px 50px;
}

.member-small_line {
  text-align: center;
  margin: 50px 0;
}

.member-small_line span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #a4b298;
  border-radius: 3px 3px;
}

.login-check {
  margin-top: 10px;
}

.l-radiobox {
  display: none;
}

.l-radiobox + label {
  background: url("../images/common/icon-check-agree-not.png") no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  padding: 0px 0 0px 0px;
  cursor: pointer;
  height: 23px;
  background-size: 17px 17px;
  background-position: 0px 4px;
  color: #333;
  padding-left: 0px;
  margin-left: 23px;
}

.l-radiobox:checked + label {
  background: url("../images/common/icon-check-agree.png") no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  padding: 0 0 0 0px;
  height: 23px;
  background-size: 17px 17px;
  padding-left: 0px;
  background-position: 0px 4px;
  margin-left: 23px;
}

.login-label_text {
  position: relative;
  margin-left: 22px;
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #5c5c5c;
}

.main-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: flex-end;
}

.main-product > li {
  display: block;
  width: 25%;
  text-align: center;
  border: 0px solid #000;
  margin-right: 12px;
  margin-bottom: 10px;
  position: relative;
}

.main-product > li .box {
  transition: 0.5s;
  display: block;
  padding: 30px 0;
  background-color: #fafafa;
  position: relative;
  height: 392px;
  position: relative;
  height: 452px;
  padding-top: 80px;
}

.main-product > li .box .m-top-line {
  background-color: #416120;
  height: 10px;
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-bottom: 100px;
}

.main-product > li .box:hover .m-top-line {
  display: block;
}

.main-product > li .box:hover {
  transition: all 0.5s;
}

.main-product > li .box a.link {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #aab79d;
  color: #416720;
  margin-top: 50px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.main-product > li .box a.link:hover {
  background-color: #416720;
  color: white;
}

.main-product > li .box .b-l {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 5px;
  background-color: #416720;
  border: 1px solid #000;
  left: 0px;
  display: none;
}

.main-product > li .box .icon {
  width: 80px;
  height: 80px;
  background-color: #416720;
  background-repeat: no-repeat;
  background-size: 37%;
  background-position: center center;
  margin: 0 auto;
  border-radius: 50%;
}

.main-product > li .box .txt-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #436921;
  margin-top: 20px;
}

.main-product > li .box .txt-1 span {
  display: inline-block;
  width: 1px;
  height: 15px;
  position: relative;
  background-color: #416720;
  margin: 0 10px;
}

.main-product > li .box .txt-2 {
  font-size: 16px;
  color: #436921;
  margin-top: 8px;
}

.main-product li .box a.link:hover .box:before {
  display: block;
}

.sub-product {
  margin-top: 30px;
}

.sub-product li {
  padding: 0px 0;
  line-height: 29px;
}

.sub-product li a:hover {
  color: #416720;
  text-decoration: underline;
}

.cart table {
  width: 100%;
}

.cart table th {
  font-size: 24px;
  color: #414141;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-weight: 700;
  position: relative;
}

.cart table th .star {
  font-size: 24px;
  color: #e03535;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -9px;
  left: 5px;
}

.cart table th.txt {
  width: 190px;
  text-align: left;
}

.cart table th.space {
  width: 2px;
  border-bottom: none;
}

.cart table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: relative;
}

.input-delivery {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px 5px;
  border: none;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
}

.input-delivery.btm {
  margin-bottom: 10px;
}

.input-delivery:focus {
  outline: 1px solid #416120;
}

.input-delivery::placeholder {
  color: #b4b4b4;
  text-align: left;
  font-size: 13px;
}

.btn-address-3 {
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 20px;
  color: #414141;
  background-color: #ebf0ea;
  display: inline-block;
  padding: 11px 26px;
}

.btn-add-complete {
  background-color: #ebf0ea;
  color: #416720;
  text-align: right;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  border: none;
}

.btn-address-3:hover {
  background-color: #416720;
  border: 1px solid #416720;
  color: #fff;
}

.s-d-i {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  /*background-image: url(../images/svg/btn-icon-del.png);*/
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 0px;
}

.line-2px {
  height: 2px;
  background-color: #7f7f7f;
  width: 100%;
}

input:focus {
  /*outline: 1px solid #f1f1f1;*/
  /*font-size: 16px;*/
}

.btn_list {
  color: #414141;
  background-color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border: 1px solid #414141;
  margin-right: 30px;
  font-weight: 700;
}

.btn_list:hover {
 background-color: #416720;
  color:#fff !important;
  border:1px solid #416720;
}

.btn_list.cart {
  padding: 19px 56px;
}

.btn_list.cart:hover {
  color: #414141;
}


/*2020.12.19  이후추가*/
.o-c-change.o-c-a-1 {
  display:inline-block;
}
.o-c-change.o-c-a-1 {
  display:inline-block;
}
.o-s-terms-2.o-c-a-1 {
  display:inline-block;
  position:relative;
  margin-left:10px;
}
.o-c-change-area.o-c-a-1 {
  text-align: right;
  padding-bottom:30px;
}

a.btn-sch-terms {
  display: inline-block;
  right: 0px;
  font-size: 14px;
  color: #000;
  background-color: #ebf0ea;
  display: inline-block;
  padding: 8px 7px;
  border-radius: 0px;
  margin-right: 10px;
  margin-left: -3px;
  margin-left:3px;
}

a.btn-sch-terms:hover {
  background-color: #416720;
  color: #fff;
}

.select-person-list table td:nth-child(2) {
  text-align: left;
}

.select-person-list table td {
  font-size: 13px;
}

.account-info_t__3 select {
  padding: 9px 15px;
  border: #bebebe solid 1px;

}
.pro-sel-result .pro-calculate-box {
  padding:0;
}
.pro-sel-result .pro-calculate-box:before {
  content: "";
  display: block;
  padding: 20px 0;
  background-color: #fafafa;
  width: 510px;
  position: relative;
  top: -20px;
  left: 0px;

}
.box-bank input {
  border: #bebebe solid 1px !important;
  padding: 9px 15px !important;
  position:relative;
  left:4px;
  width:277px;
}
.pro-sel-result .pro-calculate-box .pro-calculate-box-inner {

  padding: 10px 22px;

}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .line-1px {

  width: 91%;

}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-1.bold {

  padding:20px 0;
}

.pro-sel-result .pro-calculate-box .pro-calculate-box-inner .t-2.sum {

  padding:20px 0;
}

.order-history .order-h-fill .input-odr-fill {
  width:44%;
}


.order-history-btn-area .btn_list {

  margin-right: 0;

}
#daum_postcode_wrap {
	z-index: 10000 !important;
}
