@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: 'Noto Sans KR', sans-serif; }

.en-font {font-family:'Montserrat', 'Noto Sans KR', sans-serif;}

input, select, textarea, button {

}

.wrap {
  position: relative;
  width: 100%;
  min-width: 1300px;
  padding-top: 70px;
}

.container {
  position: relative;
  width: 100%;
  min-width: 1300px;
  max-width: 1300px;
  margin: 0 auto;
}

footer .container {
  min-width: 1300px;
  max-width: 1300px;
}

header .container {
  min-width: 1300px;
  max-width: 1300px;
}

.S_container {
  position: relative;
  width: 100%;
  min-width: 1300px;
  max-width: 1300px;
  min-height: 700px;
  margin: 30px auto 0;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.right_column {
  float: right;
  width: calc(100% - 230px);
}

.left_column {
  float: left;
  width: 200px;
}

.sub-flex-wrap {max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; padding: 60px 0 120px; box-sizing: border-box;
  position: relative;}
.sub-flex-wrap::before{content: ''; display: block; width: 100%; line-height: 0;  clear:both;}
.sub-flex-wrap::after{content: ''; display: block; width: 100%; line-height: 0;  clear:both;}

/*.sub-flex-wrap .right_column,*/
/*.sub-flex-wrap .left_column {flex: none !important; float: none !important;}*/
.sub-flex-wrap .left_column {width: 200px; margin: 0 80px 0 0;}
.sub-flex-wrap .right_column {width: 1100px;}


/* .cate_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 101;
} */
.cate_wrap .cate_area {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 200px;
  height: 400px;
  background: #fff;
  border: 1px solid #d9d0c9;
  margin-left: 0;
  box-sizing: border-box;
}

.top_head {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.top_head .left_lnk {
  float: left;
}

.top_head .right_lnk {
  float: right;
}

.top_head li {
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #636363;
}

.top_head li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-decoration: none;
  box-sizing: border-box;
}

.top_head li a:hover {
  color: inherit;
}

.top_head .left_lnk li:first-child a {
  padding-left: 0;
}

.top_head .right_lnk li a {
  padding-right: 0;
}

.top_head .right_lnk li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #e1e1e1;
  vertical-align: middle;
  margin-left: 12px;
}

.top_head .right_lnk li:last-child a:after {
  display: none;
}

.top_head .right_lnk li:last-child {
  padding-left: 11px;
}

.top_head .right_lnk li button {
  font-size: 13px;
  line-height: 31px;
  letter-spacing: -0.065rem;
  color: #6ba43a;

  background: none;
  border: none;
  padding: 0;
  outline-color: #6ba43a;
  cursor: pointer;
}

.logo_area {
  position: relative;
  height: 130px;
  overflow: hidden;
}

.logo_area .main_logo {
  width: 290px;
  height: 130px;
  background: url(../img/gaon_logo.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

.logo_area .main_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo_area .sb_area {
  position: absolute;
  top: 27px;
  left: 354px;
  width: 410px;
}

.sb_area .sb_box {
  position: relative;
}

.sb_area .sb_box input {
  width: 100%;
  height: 44px;
  line-height: 38px;
  border: 3px solid #333949;
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: -0.045rem;

  padding: 0 38px 0 20px;
  outline-color: #333949;
  box-sizing: border-box;
}

.sb_area .sb_box input::placeholder {
  color: #888;
}

.sb_area .sb_box button {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 21px;
  border: none;
  background: url(../img/ico/search_bar_ico.png) 0 0 no-repeat;
  text-indent: -9999px;
  outline-color: #333949;
  cursor: pointer;
}

.sb_area .popular_box {
  position: relative;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.sb_area .popular_box .box_tit {
  float: left;
  height: 20px;
  background: #e31c2c;
  font-size: 13px;
  padding: 0 5px;
  letter-spacing: -0.085rem;
  color: #fff;
  margin-right: 20px;
  margin-top: 4px;
  vertical-align: middle;
  line-height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.sb_area .popular_box ol {
  float: left;
  font-size: 0;
}

.sb_area .popular_box ol li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.065em;
}

.sb_area .popular_box ol span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: #6ba43a;
  color: #fff;
  text-align: center;
  line-height: 15px;
}

.logo_area .header_right_menu {
  position: absolute;
  top: 30px;
  right: 0;
  height: 70px;
  overflow: hidden;
  text-align: right;
}

.logo_area .header_right_menu ul {
  height: 100%;
  padding-left: 145px;
  background: url(/images/header_right_vis.png) no-repeat 0% 50%;
  background-size: auto 70px;
}

.logo_area .header_right_menu li a {
  display: block;
  height: 35px;
  color: #333949;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 35px;
}


.gnb_area {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #6ba43a;
}

.gnb_area .gnb_btn {
  float: left;
  width: 64px;
  height: 60px;
  line-height: 60px;
  background: #333949 url(../img/ico/gnb_ico.png) 50% 50% no-repeat;
  border: none;
  text-indent: -9999px;
  outline-color: #333949;
  cursor: pointer;
}

.gnb_area .gnb_btn.on {
  background: #333949 url(../img/ico/gnb_close.png) 50% 50% no-repeat;
}

.gnb_area ul {
  float: right;
  width: 1100px;
  /* width:1136px */
  display: table;
  table-layout: fixed;
  text-align: right;

}

.gnb_area li {
  /*    float: left;*/
  /*	display:inline-block;*/
  display: table-cell;
}

.gnb_area li a {
  display: block;
  width: 100%;
  font-size: 17px;
  letter-spacing: -0.045rem;
  color: #222;
  box-sizing: border-box;
  text-align: center;
}


.gnb_area li a:hover {
  text-decoration: underline;
}

.drop_nav {
  display: none;
  position: absolute;
  top: 223px;
  left: 50%;
  width: 1200px;
  background: #fff;
  margin-left: -600px;
  border: 1px solid #333949;
  padding-bottom: 20px;
  box-sizing: border-box;
  z-index: 999;
}

.drop_nav .nav_box {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 19px 0 15px;
}

.drop_nav .nav_box:after {
  content: '';
  display: block;
  clear: both;
}

.drop_nav .nav_box:last-child {
  border-bottom: none;
}

.drop_nav .nav_box h3 {
  float: left;
  width: 159px;
  font-size: 17px;
  letter-spacing: -0.065rem;
  color: #6ba43a;
  padding-left: 30px;
  box-sizing: border-box;
}

.drop_nav .nav_box ul {
  float: left;
  width: 1039px;
  padding-right: 29px;
  box-sizing: border-box;
}

.drop_nav .nav_box li {
  float: left;
  font-size: 14px;
  letter-spacing: -0.065rem;
  line-height: 23px;
  color: #666;
}

.drop_nav .nav_box li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #eee;
  vertical-align: middle;
  margin: 0 7px;
}

.drop_nav .nav_box li:hover {
  color: #6ba43a;
}

.drop_nav .nav_box li:last-child:after {
  display: none;
}

.center_area {
  width: 100%;
  min-height: 360px;
  background: #f6f5f4;
  padding: 45px 0 35px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.confirm_box .confirm_ttl {position:relative;}
.confirm_box .confirm_ttl a {position:absolute; top:0; right:0;}

.center_area div[class*="box"] {
  float: left;
  width: 25%;
  padding:0 10px;
  
}

.center_area div[class*="box"] div[class*="ttl"] h2 {

  font-weight: 700;
  font-size: 1.25rem;
  line-height: 18px;
  color: #53513d;
  text-transform: uppercase;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;

}

.center_area div[class*="box"]:nth-child(n+3) div[class*="ttl"] h2 {

  font-size: 1.25rem;
  line-height: 18px;
  letter-spacing: -0.085rem;
}

.center_area div.confirm_box {
  margin-right: 0;
}

.bank_number h3 {

  font-size: 30px;
  letter-spacing: -0.025rem;
  color: #555555;
  font-weight: 700;
  margin-bottom:12px;
}

.bank_number .h3333 {
	font-size: 24px;
  letter-spacing: -0.025rem;
  color: #555555;
  font-weight: 700;
  margin-bottom:10px;
}



.bank_info p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.065rem;
  line-height: 26px;
  color: #555555;
  /*text-align: right;*/
  margin-bottom: 3px;
}
.bank_info .p22 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.065rem;
  line-height: 26px;
  color: #6ba43a;
  /*text-align: right;*/
  margin-bottom: 3px;
}

.bank_info span {
  font-size: 15px;
  letter-spacing: -0.085rem;
  line-height: 26px;
  color: #aaa;
 /* justify-content: center;
  align-items: center;
  display: flex;*/
}

.bank_info ul {
  margin-top: 11px;
}

.bank_info li {
  float: left;
  width: 49%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
}

.bank_info li:nth-child(odd) {
  margin: 0 4px 4px 0;
}

.bank_info li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 21px;
  background: #6ba43a;
  font-size: 14px;
  letter-spacing: -0.085rem;
  color: #444;
  transition: all 0.3s;
  box-sizing: border-box;
}

.bank_info li:hover a {
  background: #333949;
  color: #fff;
}


/* .cs_box .cs_number h3 {
	padding:3px 0 8px;
    font-size: 32px;
    color: #000;

} */

.cs_box .cs_img {
  width: 100%;
  height: 167px;
  margin: 0 0 5px;
}

.cs_box .cs_img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.cs_box .cs_img a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.footertime>li {
    margin: 0 10px 0 20px;
}

.footertime>li::marker {
    color: #6ba43a;
}
.cs_box .cs_img .footertime>li p {
    display: block;
    margin-left: -.3em;
}

.cs_box .cs_img .footertime>li {
    list-style: disc;
    line-height: 20px;
    font-size: 15px;
	color: #555;
}

.cs_box .cs_img .footertime>li .tititi {
    font-weight: 600;
}
.cs_box .cs_info p {

  font-size: 15px;
  line-height: 20px;
  color: #181818;
}

.cs_box .cs_info p strong {
  display: inline-block;
  width: 52px;
  color: #aaa;
  margin-right: 13px;
}

.cs_box .cs_info .reference {
  margin: 10px 0;
}

.cs_box .cs_info .reference dt {
  padding: 5px 0 5px;
  font-size: 15px;

  font-weight: 700;
  letter-spacing: -0.025rem;
  color: #6ba43a;
}

.cs_box .cs_info .reference dd {
  color: #aaa;
  font-size: 14px;
  letter-spacing: -0.065rem;
  line-height: 22px;
}

.cs_box .cs_info .reference dd em {
  color: #111;
  font-size: 16px;
  letter-spacing: 0;
}


.cs_box .cs_info a {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.065rem;
  color: #333949;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background:#fff;
}

.cs_box .cs_info .center_arr {
  position: absolute;
  top: 50%;
  right: 68px;
  width: 5px;
  height: 8px;
  background: url(../img/ico/foot_arr.png) no-repeat;
  margin-top: -4px;
  vertical-align: middle;
}

.cs_box .cs_info a:hover .center_arr {
  animation: center_arr 0.7s infinite linear;
}

@keyframes center_arr {
  from {
    right: 68px
  }
  25% {
    right: 66px;
  }
  50% {
    right: 64px;
  }
  75% {
    right: 66px;
  }
  to {
    right: 68px
  }
}

.sian_box .sian_txt p {
  font-size: 14px;
  letter-spacing: -0.085rem;
  line-height: 20px;
  color: #181818;
  margin-bottom: 5px;
}


.sian_box .sian_document {
  width: 270px;
  height: 68px;
  border: 1px solid #ccc;
  margin-bottom: 7px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

.sian_box .sian_document .contents {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  box-sizing: border-box;

}

.sian_box .sian_document .contents p {
  font-size: 14px;
  letter-spacing: -0.085rem;
  line-height: 22px;
  color: #333949;
}

.sian_document .document_list {
  position: relative;
  height: 25px;
  background: url(../img/ico/foot_select.png) no-repeat right 5px top 50%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.sian_document .document_list span {
  display: block;
  width: 100%;
  padding-left: 5px;
  font-size: 13px;
  color: #6ba43a;
  line-height: 23px;
  box-sizing: border-box;
  cursor: pointer;
}

.sian_document .document_list ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 18px;
  width: 100%;
  padding: 10px 0 5px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sian_document .document_list ul li {
  line-height: 22px;
}

.sian_document .document_list a {
  display: block;
  width: 100%;
  padding-left: 5px;
  color: #333;
  font-size: 13px;
  letter-spacing: -0.025em;
  box-sizing: border-box;
  transition: all .3s;
}

.sian_document .document_list a:hover {
  color: #6ba43a;
}


.sian_box .sian_lnk {
  width: 270px;
  height: 68px;
  /*border: 1px solid #a2a2a2;*/
  margin-bottom: 7px;
  background: #f6f5f4;
  text-align: center;
  box-sizing: border-box;
}

.sian_box .sian_lnk.email {
  cursor: pointer
}

.sian_box .sian_lnk:last-of-type {
  margin-bottom: 0;
}

.sian_box .sian_lnk a, .sian_box .sian_lnk .contents {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  background: url(../img/ico/foot_arr.png) right 20px top 50% no-repeat;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
}

.sian_box .sian_lnk a:hover, .sian_box .sian_lnk.email:hover .contents {
  animation: sian_arr 0.5s infinite linear;
}


@keyframes sian_arr {
  from {
    background-position: right 25px top 50%;
  }
  25% {
    background-position: right 23px top 50%;
  }
  50% {
    background-position: right 21px top 50%;
  }
  75% {
    background-position: right 23px top 50%;
  }
  to {
    background-position: right 25px top 50%;
  }
}

.sian_box .sian_lnk p {
  font-size: 15px;
  letter-spacing: -0.065rem;
  color: #333949;
  margin-bottom: 4px;
}

.sian_box .sian_lnk span {
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #6ba43a;
}

.confirm_ttl h2 {
  /*float: left;*/
}

.confirm_ttl a {
  float: right;

  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-decoration: underline;
}

.confirm_board li:after {
  content: '';
  display: block;
  clear: both;
}

.confirm_board li a {
  float: left;
  max-width: 160px;
  font-size: 14px;
  letter-spacing: -0.065rem;
  line-height: 27px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.confirm_board li a:hover {
  text-decoration: underline;
}

.confirm_board li a:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #333949;
  vertical-align: middle;
  margin-right: 3px;
}

.confirm_board li .date {
  float: right;
  font-size: 13px;
  line-height: 27px;
  color: #999;
}

.foot_info {
  height: 231px;
  padding: 30px 0 0 270px;
  background: url(../img/foot_logo.png) 52px 38px no-repeat;
}

.foot_info .foot_top li {
  float: left;
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #444;
  margin-bottom: 30px;
}
.foot_info .foot_top li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ddd;
  vertical-align: middle;
  margin: 0 10px;
}

.foot_info .foot_top li:nth-child(4) {
  font-weight: 600;
  color: #181818;
}

.foot_info .foot_top li.none:after {
  display: none;
}

.foot_info .info_txt {
  width: 600px;
}

.foot_info .info_txt li {
  float: left;
  font-size: 13px;
  letter-spacing: -0.065rem;
  line-height: 24px;
  color: #888;
}

.foot_info .info_txt li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ddd;
  vertical-align: middle;
  margin: 0 10px;
}

.foot_info .info_txt li.none:after,
.foot_info .info_txt li.copy:after {
  display: none;
}

.foot_info .info_txt li.copy {
  float: none;
  clear: both;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

.M_visual {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.M_visual .slide {
  display: inline-block;
  width: 100%;
  height: 460px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.M_visual .visual_pager {
  position: absolute;
  left: 50%;
  bottom: 32px;
  /* margin-left:-360px; */
  transform: translateX(-50%);
  z-index: 500;
}

.M_visual .visual_pager span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #333949;
  margin-right: 5px;
  text-indent: -9999px;
  cursor: pointer;
}

.M_visual .visual_pager span.cycle-pager-active {
  background: #6ba43a
}

.M_visual .visual_pager span:last-child {
  margin-right: 0;
}

.cate_area {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 200px;
  height: 400px;
  background: #fff;
  border: 1px solid #d9d0c9;
  box-sizing: border-box;
  margin-left: -600px;
  z-index: 101;
}

.cate_area .cate_list {
  padding: 15px 0;
}

.cate_area .cate_list li {
  font-size: 15px;
  line-height: 31px;
  color: #181818;
  letter-spacing: -0.065rem;
}

.cate_area .cate_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 29px;
  transition: all 0.2s;
  box-sizing: border-box;
}

.cate_area .cate_list li:hover a {
  background: #e8f1db;
  color: #6ba43a;
}

.cate_area .cate_list li.on a {
  background: #e8f1db;
  color: #6ba43a;
}

.cate_area .cate_cont {
  position: absolute;
  left: 198px;
  top: 0;
}

.cate_area .cate_cont .cate_box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 460px;
  height: 400px;
  border: 1px solid #333949;
  background: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
  z-index: 200;
}

.cate_area .cate_cont .depth_cate {
  float: left;
  width: 132px;
}

.cate_box .depth_cate li {
  width: 140px;
  font-size: 13px;
  letter-spacing: -0.065rem;
  line-height: 26px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cate_box .depth_cate li:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #888;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}

.cate_box .depth_cate li a:hover {
  color: #080808;
  text-decoration: underline;
}

.confirm_box .service_lnk_list li {
  float: left;
  width: calc(50% - 3.5px);
  height: 68px;
  margin-right: 7px;
  margin-bottom: 7px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.confirm_box .service_lnk_list li:nth-child(2n) {
  margin-right: 0;
}

.confirm_box .service_lnk_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333949;
  font-size: 14px;
  letter-spacing: -0.065rem;
  text-align: center;
  overflow: hidden;
}

.confirm_box .service_lnk_list li .img {
  height: 28px;
  margin: 10px 0 8px;
  text-align: center;
}

.confirm_box .service_lnk_list li img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100%;
}

.M_visual .cate_table {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 280px;
  margin-left: 320px;
  z-index: 101;
}

.M_visual .cate_table table {
  width: 280px;
  height: 400px;
  background: #fff;
  border: 1px solid #d9d2cb;
  box-sizing: border-box;
}

.M_visual .cate_table td {
  width: 33.3%;
  height: 99px;
  text-align: center;
  border: 1px solid #ddd;
}

.M_visual .cate_table td a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 78px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  font-size: 10px;
  letter-spacing: -0.09rem;
  color: #000;


  box-sizing: border-box;
}

.M_visual .cate_table td:hover a {
  text-decoration: underline;
}

.cate_area.sub {
  height: auto;
  padding: 27px 0;
}

.cate_area.sub + .cate_area.sub {
  margin-top: 10px;
}

.cate_area .sub_ttl {
  font-size: 20px;
  letter-spacing: -0.065rem;
  line-height: 31px;
  color: #6ba43a;
  font-weight: 600;
  padding: 0 0 22px 24px;
}

.cate_area .sub_cate li {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.065rem;
  color: #181818;
}

.cate_area .sub_cate li:hover a {
  text-decoration: underline;
}

.cate_area .sub_cate li.on {

  color: #6ba43a;
  background: url(../img/ico/snb_arrow.png) right 25px top 50% no-repeat;
}

.cate_area .sub_cate li.on:hover a {
  text-decoration: none;
}

.cate_area .sub_cate li.bor {
  padding: 16px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  margin: 12px 0;
}

.cate_area .sub_cate li a {
  line-height: 1.9;
  display: block;
  padding: 0 24px;
}

.M_bn {
  margin: 30px auto;
}

.M_bn .top_bn {
  margin-bottom: 30px;
}

.M_bn .top_bn div {
  float: left;
  width: 382px;
  height: 202px;
  margin-left: 27px;
}

.M_bn .top_bn div:first-child {
  margin-left: 0;
}

.M_bn .top_bn .banner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.M_bn .top_bn .banner img {
  width: 382px;
  height: 202px;
}

.M_bn .gaon_video {
  border: 1px solid #ddd;
  box-sizing: border-box;
}


.M_bn .bot_bn div[class*="bn"] {
  float: left;
  margin-left: 10px;
}

.M_bn .bot_bn div[class*="bn"] a {
  display: block;
  width: 100%;
  height: 100%;
}

.M_bn .bot_bn div[class*="bn"] a img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.M_bn .bot_bn div.b_bn {
  width: 600px;
  height: 350px;
  margin-left: 0;
  border: 2px solid #ddd;
  box-sizing: border-box;
}

.M_bn .bot_bn div.b_bn img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.M_bn .bot_bn .m_bn {
  width: 290px;
  height: 350px;
}

.M_bn .bot_bn .c_bn {
  width: 290px;
  height: 350px;
}

.M_bn .bot_bn div.c_bn a {
  display: block;
  width: 100%;
  height: 170px;
}

.M_bn .bot_bn .c_bn a:first-child {
  margin-bottom: 10px;
}

.keyword_area {
  width: 100%;
  height: 240px;
  background: #fcdaad;
  margin-bottom: 40px;
}

.keyword_area .key_ttl {
  float: left;
  height: 240px;
  padding: 50px 0;
  box-sizing: border-box;
}

.keyword_area .key_ttl strong {
  display: block;

  font-size: 20px;
  font-weight: 700;
  color: #feae3d;
  margin-bottom: 16px;
}

.keyword_area .key_ttl h2 {

  font-size: 35px;
  letter-spacing: -0.065rem;
  color: #222;
  margin-bottom: 24px;
}

.keyword_area .key_ttl p {
  font-size: 17px;
  letter-spacing: -0.065rem;
  line-height: 25px;
  color: #222;
}

.keyword_area ul {
  float: right;
  height: 240px;
}

.keyword_area li {
  float: left;
  height: 240px;
}

.keyword_area li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background: url(../img/ico/keyword_ico.png) left 50% top 68px no-repeat; */
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.065rem;
  color: #181818;
  text-align: center;
  padding: 175px 27px 0;
  box-sizing: border-box;
}

/*
.keyword_area li:nth-child(2) a {
    background: url(../img/ico/keyword_ico2.png) left 50% top 76px no-repeat;
}

.keyword_area li:nth-child(3) a {
    background: url(../img/ico/keyword_ico3.png) left 50% top 76px no-repeat;
}

.keyword_area li:nth-child(4) a {
    background: url(../img/ico/keyword_ico4.png) left 50% top 71px no-repeat;
}

.keyword_area li:nth-child(5) a {
    background: url(../img/ico/keyword_ico5.png) left 50% top 68px no-repeat;
}

.keyword_area li:nth-child(6) a {
    background: url(../img/ico/keyword_ico6.png) left 50% top 73px no-repeat;
}
*/
.cate_bn {
  width: 100%;
  border-top: 3px solid #6ba43a;
  margin-bottom: 60px;
}

.cate_bn td {
  width: 200px;
  height: 119px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eee;
  /* background-image: url(../img/cate_img1.jpg); */
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
  background-size: 90% auto;
  box-sizing: border-box;
}

.cate_bn tr:last-child td {
  border-bottom: 1px solid #000;
}

/*
.cate_bn tr:first-child td:nth-child(2) {
    background-image: url(../img/cate_img2.jpg);
}

.cate_bn tr:first-child td:nth-child(3) {
    background-image: url(../img/cate_img3.jpg);
}

.cate_bn tr:first-child td:nth-child(4) {
    background-image: url(../img/cate_img4.jpg);
}

.cate_bn tr:first-child td:nth-child(5) {
    background-image: url(../img/cate_img5.jpg);
}

.cate_bn tr:first-child td:nth-child(6) {
    background-image: url(../img/cate_img6.jpg);
}

.cate_bn tr:last-child td:first-child {
    background-image: url(../img/cate_img7.jpg);
}

.cate_bn tr:last-child td:nth-child(2) {
    background-image: url(../img/cate_img8.jpg);
}

.cate_bn tr:last-child td:nth-child(3) {
    background-image: url(../img/cate_img9.jpg);
}

.cate_bn tr:last-child td:nth-child(4) {
    background-image: url(../img/cate_img10.jpg);
}

.cate_bn tr:last-child td:nth-child(5) {
    background-image: url(../img/cate_img11.jpg);
}

.cate_bn tr:last-child td:nth-child(6) {
    background-image: url(../img/cate_img12.jpg);
}
*/
.cate_bn td a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 21px;
  box-sizing: border-box;
}

.cate_bn td:last-child {
  border-right: 0;
}

.cate_bn td .ttl {
  font-size: 16px;
  letter-spacing: -0.065rem;
  color: #404040;
}

.hit_area {
  margin: 10px auto 85px;
}

.hit_area .hit_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.hit_area .hit_ttl h2 {

  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.105rem;
  color: #333949;
}

.hit_area .hit_ttl .hit_ico {
  display: inline-block;
  width: 40px;
  height: 41px;
  background: url(../img/ico/ico_hit.png) no-repeat;
  vertical-align: top;
  margin-right: 12px;
}

.hit_area li {
  float: left;
  width: 202px;
  height: 300px;
  margin: 0 19px;
  box-sizing: border-box;
}

.hit_area li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hit_area li .thumb_box {
  width: 202px;
  height: 202px;
  /*border-radius: 50%;*/
  overflow: hidden;
  text-align: center;
  line-height: 202px;
  background: #f7f7f7;
}

.hit_area li .thumb_box img {
  /*
      width: 202px;
      height: 202px;
  */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s;
}

.hit_area li:hover .thumb_box img {
  transform: scale(1.05);
}

.hit_area li .txt_box {
  margin-top: 18px;
  text-align: center;
}

.hit_area .txt_box .code {
  font-size: 12px;
  color: #aaa;
}

.hit_area .txt_box .ttl {
  font-size: 15px;
  letter-spacing: -0.065rem;
  line-height: 19px;
  color: #181818;
  margin: 10px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hit_area li:hover .txt_box .ttl {
  text-decoration: underline;
}

.hit_area .txt_box .price {

  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  color: #000;
}

.hit_area .txt_box .price span {

  font-size: 18px;
}

.plan_area {
  margin-bottom: 85px;
}

/*
.plan_area .plan_ttl h2 {
    float: left;

    font-size: 35px;
    line-height: 65px;
    letter-spacing: -0.085rem;
    color: #333949;
}
*/
.plan_area .plan_ttl .hit_ico {
  display: inline-block;
  width: 40px;
  height: 41px;
  background: url(../img/ico/ico_hit.png) no-repeat;
  margin-right: 12px;
  position: relative;
  top: 10px;
}

.plan_area .plan_ttl h2 {

  font-size: 30px;
  line-height: 65px;
  letter-spacing: -0.065rem;
  color: #333949;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/*
.plan_area .plan_ttl .plan_controls {
    float: right;
    margin-top: 21px;
}
*/
.plan_area .plan_ttl .plan_controls {
  float: right;
  margin-top: 36px;
}

.plan_area .plan_ttl .plan_controls > div {
  /*float: left;*/
}

.plan_area .plan_ttl .plan_caption {

  font-size: 17px;
  color: #999;
  line-height: 36px;
  margin-right: 20px;
}

.plan_area .plan_ttl .plan_caption b {
  font-weight: 700;
  color: #181818;
}

.plan_area .plan_ttl .controls span {
  float: left;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #d9d9d9 url(../img/ico/plan_prev.png) 50% 50% no-repeat;
  cursor: pointer;
}

.plan_area .plan_ttl .controls .plan_next {
  background-image: url(../img/ico/plan_next.png);
  border-left: 1px solid #fff;
}

.plan_area .plan_slide {
  width: 1200px;
  max-height: 1322px;
}

.plan_area .plan_slide .slide {
  width: 1200px;
  max-height: 1322px;
  border-top: 3px solid #fc9521;
  /*    border-bottom: 1px solid #ddd;*/
  box-sizing: border-box;
}

.plan_area .plan_slide table {
  width: 1200px;
}

.plan_area .plan_slide table td {
  width: 240px;
  height: 330px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.plan_area .plan_slide table tr:first-child td {
  border-top: none;
}

.plan_area .plan_slide table td a {
  display: block;
  /* width: 200px; */
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  box-sizing: border-box;
}

.plan_area .plan_slide .thumb_box {
  width: 201px;
  height: 201px;
  line-height: 201px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.plan_area .plan_slide .thumb_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s;
}

.plan_area .plan_slide td:hover .thumb_box img {
  transform: scale(1.05);
}

.plan_area .plan_slide .prd_info {
  width: 201px;
  margin: 14px auto 0;
  text-align: center;
}

.plan_area .plan_slide .prd_info .code {
  font-size: 12px;
  color: #888;
}

.plan_area .plan_slide .prd_info .ttl {
  font-size: 15px;
  letter-spacing: -0.065rem;
  line-height: 19px;
  color: #181818;
  margin: 9px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.plan_area .plan_slide td:hover .prd_info .ttl {
  text-decoration: underline;
}

.plan_area .plan_slide .prd_info .price {

  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  color: #000;
}

.plan_area .plan_slide .prd_info .price span {

  font-size: 18px;
}

.com_area {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.com_area h2 {
  font-size: 27px;
  letter-spacing: -0.065rem;
  line-height: 32px;
  color: #181818;
  text-align: center;
  margin-bottom: 25px;
}

.com_area h2 strong {
  font-weight: 600;
}

.com_area .com_slide table {
  width: 1200px;
  border: 1px solid #ddd;
}

.com_area .com_slide table td {
  position: relative;
  width: 200px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #ddd;
}

.com_area .com_slide table td img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.com_area .com_slide .controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -18px;
  z-index: 200;
}

.com_area .com_slide .controls div {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, .15) url(../img/ico/plan_prev.png) 50% 50% no-repeat;
  cursor: pointer;
}

.com_area .com_slide .controls .com_next {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/ico/plan_next.png);
}

.cate_ttl {
  margin-bottom: 10px;
}

.cate_ttl h2 {
  font-size: 30px;
  letter-spacing: -0.085rem;
  color: #333949;
  font-weight: 600;
}

.prd_list .prd_category {
  border: 1px solid #ddd;
  border-collapse: separate;
}

.prd_list .prd_category td {
  padding: 8px 10px 8px 20px;
  vertical-align: middle;
}

.prd_list .prd_category tr:first-child td {
  padding-top: 17px;
}

.prd_list .prd_category tr:last-child td {
  padding-bottom: 17px;
}

.prd_list .prd_category td a {
  display: inline-block;
  max-width: 128px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.035rem;
  color: #888;
  white-space: nowrap;
}

.prd_list .prd_category td a:hover {
  color: #181818;
}

.prd_list .prd_category td a:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #888;
  margin-right: 3px;
  vertical-align: middle;
}

.prd_list_info td {
  vertical-align: middle;
}

.prd_list_info .cate_depth {
  display: inline-block;
  vertical-align: middle;
}

.prd_list_info .cate_depth li {
  float: left;
  font-size: 15px;
  letter-spacing: -0.085rem;
  color: #70757d;
}

.prd_list_info .cate_depth .home a {
  padding-left: 19px;
  background: url(../img/ico/home_ico.png) left 0 top 50% no-repeat;
}

.prd_list_info .cate_depth li:after {
  content: '>';
  display: inline-block;
  color: #b4b4b4;
  font-size: 11px;
  margin: -2px 9px 0 10px;
  vertical-align: middle;
}

.prd_list_info .cate_depth li:last-child:after {
  display: none;
}

.prd_list_info .cate_depth .current {
  color: #6ba43a;
}

.prd_list_info .total_count {
  display: inline-block;
  font-size: 15px;
  line-height: 55px;
  letter-spacing: -0.085rem;
  color: #444;
  vertical-align: middle;
  margin-left: 19px;
}

.prd_list_info label {
  display: inline-block;
  font-size: 16px;
  line-height: 55px;
  letter-spacing: -0.085rem;
  color: #333949;
  vertical-align: middle;
  margin-right: 15px;
}

.prd_list_info .search_box {
  float: right;
  position: relative;
  width: 220px;
  height: 36px;
  margin-top: 9px;
}

.prd_list_info .search_box input {
  width: 220px;
  height: 36px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3 #ddd #ddd #a4a4a4;
  background: #f9f9f9;

  font-size: 15px;
  letter-spacing: -0.045rem;
  color: #666;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
  padding: 0 20px 0 15px;
  box-sizing: border-box;
}

.prd_list_info .search_box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 36px;
  background: url(../img/ico/search_bar_ico.png) 50% 50% no-repeat;
  border: none;
  outline-color: #ddd;
  text-indent: -9999px;
  cursor: pointer;
}

.prd_list_info .orderby {
  margin-left: 10px;
}

.prd_list_info .orderby li {
  float: left;
  font-size: 15px;
  letter-spacing: -0.085rem;
  color: #333949;
}

.prd_list_info .orderby li a {
  padding-left: 16px;
}

.prd_list_info .orderby li a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ddd;
  vertical-align: middle;
  margin-left: 16px;
}

.prd_list_info .orderby li:last-child a:after {
  display: none;
}

.prd_list_info .viewCount {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.085rem;
  color: #333949;
  margin-right: 9px;
}

.prd_list_info select[name="viewCount"], .prd_list_info select[name="limit"], .prd_list_info select[name="orderby"] {
  width: 90px;
  height: 36px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3 #ddd #ddd #a4a4a4;
  background: #f9f9f9 url(../img/ico/select_arr.png) right 7px top 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 13px;

  font-size: 16px;
  color: #333949;
  box-sizing: border-box;
}

.prd_list_info select[name="viewCount"] option {
  color: #333949;
  font-size: 16px;

}

.prd_list_info select::-ms-expand {
  display: none;
}

.item_list_wrap {
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
  margin-bottom: 30px;
}

.item_list > tbody > tr > td {
  border: 1px solid #ddd;
}

.item_list .pro_list,
.best_prd_list td {
  width: 242px;
  height: 330px;
}

.item_list .pro_list a,
.best_prd_list td a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  box-sizing: border-box;
}

.item_list .pro_list .thumb_box,
.best_prd_list .thumb_box {
  position: relative;
  width: 201px;
  height: 201px;
  overflow: hidden;
}

.item_list .pro_list .thumb_box img,
.best_prd_list .thumb_box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: auto;
  max-width: 201px;
  max-height: 201px;
  transition: all 0.3s;
}

.item_list .pro_list td:hover .thumb_box img,
.best_prd_list td:hover .thumb_box img {
  transform: scale(1.05);
}

.item_list .pro_list .prd_info,
.best_prd_list td .prd_info {
  width: 201px;
  margin-top: 14px;
  text-align: center;
}

.item_list .pro_list .prd_info .code,
.best_prd_list td .prd_info .code {
  font-size: 12px;
  color: #aaa;
}

.item_list .pro_list .prd_info .ttl,
.best_prd_list .prd_info .ttl {
  font-size: 15px;
  letter-spacing: -0.065rem;
  line-height: 19px;
  color: #181818;
  margin: 9px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item_list .pro_list td:hover .prd_info .ttl,
.best_prd_list td:hover .prd_info .ttl {
  text-decoration: underline;
}

.item_list .pro_list .prd_info .price,
.best_prd_list .prd_info .price {

  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  color: #000;
}

.item_list .pro_list .prd_info .price span,
.best_prd_list .prd_info span {

  font-size: 18px;
}

.page_list_table td {
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #888;
}

.page_list_table a {
  display: inline-block;
  margin: 0 2px;
}

.page_list_table b {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin: 0 3px;
}

.best_prd_wrap {
  margin: 25px auto 40px;
  text-align: left;
}

.best_prd_wrap h2 {

  font-size: 25px;
  color: #333949;
  font-weight: 600;
  margin-bottom: 10px;
}

.best_prd_list {
  border-top: 3px solid #6ba43a;
  border-bottom: 1px solid #000;
}

.best_prd_list td {
  border-width: 0 1px;
  border-style: solid;
  border-color: #ddd;
}

#quick > table {
  width: 90px;
  background: #fff;
  border: 1px solid #ccc;
}

#quick > table > tbody .menu_td {
  height: 38px;
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  box-sizing: border-box;
}

#quick > table > tbody .menu_td img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#quick > table > tbody .menu_td a {
  overflow: hidden;
  line-height: normal;
}

#quick .recent_prd {
  font-size: 13px;
  letter-spacing: -0.065rem;
  color: #111;
  text-align: center;
  vertical-align: middle;
}

#quick > table > tbody > tr > td > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

#quick > table > tbody > tr > td > a.kakao {
  background: #f9e02f;
  color: #000;
}

#quick > table > tbody > tr > td .lnk-tit + img {
  width: auto;
  height: auto;
  max-width: 21px;
  max-height: 25px;
  margin-left: 7px;
  vertical-align: middle;
}


#quick #gdscroll {
  padding-top: 14px;
  margin-top: 1px;
}

#quick #gdscroll table {
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}

#quick table .controls {
  padding-bottom: 15px;
}

#quick table .controls a {
  float: left;
}

#quick table .controls a:first-child {
  margin-left: 32px;
}

#quick .quick_banner {
  width: 90px;
  height: auto;
  margin-top: 10px;
}

#quick .quick_banner a {
  display: block;
  width: 100%;
  height: 100%;
}

#quick .quick_banner img {
  width: auto;
  height: auto;
  max-width: 90px;
}

.thumb_item table img {
  cursor: pointer;
}

.thumb_item table.first {
  margin-left: 0;
}

.thumb_item table {
  border: 1px solid #fff;
  margin: 0 2px;
}

.thumb_item table.on {
  border-color: #333949;
}

.sns_lnk {
  float: right;
}

.sns_lnk li {
  float: left;
  margin-left: 5px;
}

.sns_lnk li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../img/ico/face.png) no-repeat;
}

.sns_lnk li:nth-child(2) a {
  background: url(../img/ico/twitt.png) no-repeat;
}

.sns_lnk li:nth-child(3) a {
  background: url(../img/ico/insta.png) no-repeat;
}

.sns_lnk li:nth-child(4) a {
  background: url(../img/ico/kakao.png) no-repeat;
}

.sns_lnk li:hover a {
  background: url(../img/ico/face_on.png) no-repeat;
}

.sns_lnk li:nth-child(2):hover a {
  background: url(../img/ico/twitt_on.png) no-repeat;
}

.sns_lnk li:nth-child(3):hover a {
  background: url(../img/ico/insta_on.png) no-repeat;
}

.sns_lnk li:nth-child(4):hover a {
  background: url(../img/ico/kakao_on.png) no-repeat;
}

.item_info .yel,
.item_figure .yel {
  font-size: 15px;
  letter-spacing: -0.085rem;
  color: #6ba43a;
}

.item_info .favorite {
  cursor: pointer;
}

.item_info .favorite,
.item_info .item_qna {
  position: absolute;
  top: 0;
  right: 66px;
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
  box-sizing: border-box;
}

.item_info .item_qna {
  position: absolute;
  top: 0;
  right: 0;
}

.item_info .favorite span,
.item_info .item_qna span {
  display: block;
  font-size: 11px;
  letter-spacing: -0.085rem;
  color: #6ba43a;
  margin-top: 4px;
  text-align: center;
}

.item_info .favorite:hover,
.item_info .item_qna:hover {
  border-color: #6ba43a;
}

.item_figure strong.yel {
  display: inline-block;

  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  margin-left: 6px;
}

.item_info tr td {
  vertical-align: middle;
}

.item_info .prd_title {
  display: inline-block;
  width: 70%;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: -0.085rem;
  padding: 4px 0 20px;
  color: #333949;
  word-break: keep-all;
}

.item_info .prd_head_price {
  margin: 0 0 10px;
}

.item_info .prd_head_price th, .item_info .prd_head_price td {
  height: 40px;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.item_info .prd_head_price th {
  width: 95px;
  background-color: #6ba43a;
  color: #fff;
  text-align: center;
  letter-spacing: -0.065rem;
}

.item_info .prd_head_price td {
  background: rgba(211, 211, 211, 0.1);
  font-size: 17px;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.025rem;
}

.item_info .prd_head_price td span {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.item_memo {
  border-width: 1px;
  border-style: solid;
  border-color: #6ba43a;
  background: #fefefe;
  margin: 12px 0;
}

.item_memo th {
  width: 80px;

  font-size: 13px;
  color: #6ba43a;
  padding: 13px 0 0 13px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}

.item_memo td {
  width: 520px;
  height: 42px;

  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.065rem;
  color: #222;
  padding: 13px 0;
  vertical-align: top;
}

.item_figure select {
  min-width: 60%;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3 #ddd #ddd #a4a4a4;
  background: #f9f9f9 url(../img/ico/select_arr.png) right 7px top 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 13px;
  padding-right: 20px;

  font-size: 16px;
  color: #333949;
  box-sizing: border-box;
}

.item_figure td {
  font-size: 15px;
  letter-spacing: -0.065rem;
  color: #181818;
  vertical-align: middle;
}

.item_figure .p_tit {
  width: 95px;
  font-size: 14px;
  letter-spacing: -0.065rem;
  line-height: 41px;
  color: #666;
  padding: 2px 0;
}

.item_figure input[type="text"] {
  min-width: 90px;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3 #ddd #ddd #a4a4a4;
  background: #f9f9f9;
  padding-left: 13px;

  font-size: 16px;
  color: #333949;
  box-sizing: border-box;
}

.item_figure select option {
  color: #333949;
  font-size: 16px;

}

.item_figure select::-ms-expand {
  display: none;
}

.item_figure input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.item_figure input[type="radio"] + label {
  font-size: 15px;
  letter-spacing: -0.065rem;
  color: #000;
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer;
}

#buy_total strong {

  font-size: 25px;
  color: #000;
  font-weight: 700;
}

#buy_total strong span {

  font-size: 20px;
  letter-spacing: -0.065rem;
}

.order_table {
  width: 600px;
  margin-top: 18px;
}

.order_table td {
  width: 150px;
  vertical-align: middle;
}

.order_table tr:first-child td a {
  float: left;
  display: inline-block;
  width: 142px;
  margin: 0 10.5px 10px 0;
}

.order_table tr:first-child td a:last-child {
  margin-right: 0;
}

/* .order_table tr:last-child td a {
    display: inline-block;
    width: 100%;
    height: 100%;
} */

.order_table td .buy_btn, .order_table td .basket_btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  letter-spacing: -0.065rem;
}

.order_table td .buy_btn {
  background: #6ba43a;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.order_table td .basket_btn {
  background: #333948;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}


.item_detail_wrap {
  margin-top: 70px;
}

.item_detail_wrap .detail_tabBtn {
  margin-bottom: 50px;
  border-bottom: 1px solid #cdcdcd;
}

.item_detail_wrap .detail_tabBtn li {
  float: left;
  font-size: 16px;
  letter-spacing: -0.065rem;
  line-height: 46px;
  color: #848484;
  padding-left: 18px;
  cursor: pointer;
}

.item_detail_wrap .detail_tabBtn li.on {
  /* color: #333949; */
  color: #6ba43a;
}

/* .item_detail_wrap .detail_tabBtn em{color:#fda12b;} */

.item_detail_wrap .detail_tabBtn li:after {
  content: '/';
  display: inline-block;
  color: #ddd;
  margin-left: 18px;
}

.item_detail_wrap .detail_tabBtn li:last-child:after {
  display: none;
}

.detail_cont div[id^="tab"] {
  margin-bottom: 70px;
}

.detail_cont .item_info {
  width: 900px;
  height: 165px;
  margin: 0 auto 50px;
  border: 1px solid #ddd;
}

.detail_cont .item_info td,
.detail_cont .item_info th {
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -0.065rem;
  color: #666;
}

.detail_cont .item_info th {
  width: 140px;
  background: #f9f9f9;
  color: #444;
}

.detail_cont .item_notice {
  margin: 0 auto 0;
}

.item_notice .notice_ttl {
  margin-bottom: 8px;
}

.item_notice .notice_ttl h2 {
  float: left;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.065rem;
  color: #000;
  font-weight: 600;
  margin-right: 15px;
}

.item_notice .notice_ttl span {
  float: left;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: -0.065rem;
  color: #000;
}

.item_notice .notice_cont {
  width: 100%;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

.item_notice .notice_cont li {
  font-size: 16px;
  letter-spacing: -0.045rem;
  line-height: 25px;
  color: #888;
}

.item_notice .notice_cont li strong {
  display: inline-block;
  width: 185px;
  color: #000;
}

.item_notice .summary_cont {
  /*margin: 30px 0;*/
  margin: 20px 0;
}

/*  ???? ??? ?? 1  */
.item_notice .summary_cont_table {
  width: 100%;
  border-top: 1px solid #333;
  box-sizing: border-box;
}

.item_notice .summary_cont_table th,
.item_notice .summary_cont_table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}

.item_notice .summary_cont_table th {
  width: 15%;
  color: #000;
  background: #f7f7f7;
}

.item_notice .summary_cont_table td {
  width: 85%;
  color: #555;
}

.item_notice .summary_cont_table thead td {
  color: #6ba43a;
}

/*  ???? ??? ?? 2  */

.item_notice .prd_summary_table {
  width: 100%;
  margin: 10px 0 0;
  border-top: 1px solid #333;
  box-sizing: border-box;
}

.item_notice .prd_summary_table th,
.item_notice .prd_summary_table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}

.item_notice .prd_summary_table th {
  width: 15%;
  color: #000;
  background: #f7f7f7;
}

.item_notice .prd_summary_table td {
  width: 35%;
  color: #555;
}

.item_notice .prd_summary_table thead td {
  color: #6ba43a;
}


/*  //?? 2 ??? ????  */
.item_notice .prd_add_cont {
  /*margin: 30px 0 40px;*/
  margin: 20px 0 40px;
}

.item_atten .notice_ttl h2 {
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.065rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.item_atten .atten_list, .item_atten .atten_list * {
  font-size: 16px;
  letter-spacing: -0.045rem;
  line-height: 25px;
  color: #333;
}

.item_atten .atten_list img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.item_atten .atten_list b {
  font-weight: bold;
}


.view_control_btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 130px;
  z-index: 201;
}

.view_control_btn button {
    width: 55px;
    height: 52.5px;
    background: #fff url(/img/ico/go_top.png) 50% 50% no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .15);
    margin-bottom: 5px;
}

.view_control_btn .go_top {
  background-color: #fff;
}

.view_control_btn .go_down {
  background-image: url(/img/ico/go_bot.png);
}


.sub_title {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.sub_title h2 {
  float: left;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #333949;
  letter-spacing: -0.085rem;
}

.sub_title .cate_depth {
  float: right;
  line-height: 40px;
}

.company_area {
  width: 100%;
  min-height: 600px;
 /* background: url(../img/company_vis.jpg) right 0 top 0 no-repeat;*/
  margin-top: 50px;
}

.company_area h2 {
  font-size: 40px;
  letter-spacing: -0.065rem;
  line-height: 45px;
  color: #333949;
  margin-bottom: 27px;
}

.company_area h2 strong {
  font-weight: 600;
}

.company_area h2 .yel {
  color: #6ba43a;
}

.company_area p {
  width: 470px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.065rem;
  color: #8f929a;
  word-break: keep-all;
  margin-bottom: 35px;
}

.company_area table {
  width: 520px;
}

.company_area th,
.company_area td {
  vertical-align: middle;
  padding-left: 14px;
  text-align: left;
  font-size: 15px;
  letter-spacing: -0.045rem;
  color: #444;
}

.company_area th {
  width: 115px;
  height: 50px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #bcbcbc;
  background: #f7f7f7;
}

.company_area td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #e4e4e4;
}

.AW_member_tit {
  font-size: 18px;
  color: #333;
  letter-spacing: -0.07em;
  line-height: 1.3;

}

.AW_member_tit span {
  color: #999;
}

.AW_member_hr {
  border: 0 none;
  border-top: 1px solid #eaeaea;
  padding: 50px 0 0;
  margin: 50px 0 0;
}

.AW_call_time {
  height: 45px;
  padding: 0 15px;
  margin: 15px 0 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.AW_call_time ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 43px;
}

.AW_call_time li input, .AW_call_time li label {
  vertical-align: middle;
}

.AW_call_time li input[type="radio"] {
  display: inline-block;
  margin: 0;
}

.AW_call_time li label {
  display: inline-block;
  margin: 0 15px 0 4px;
}

.AW_table {
  border-top: 1px solid #999;
}

.AW_table, .AW_table * {
  vertical-align: middle;
}

.AW_table caption {
  position: relative;
  top: -10px;
  text-align: right;
  font-size: 13px;
  letter-spacing: -0.05em;
  color: #777;
  line-height: 1.3;
}

.AW_table caption.big {
  font-size: 15px;
  color: #333;
}

.AW_table th, .AW_table td {
  height: 30px;
  padding: 7px 0;
  text-align: left;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
}

.AW_table th {
  padding-left: 15px;
  color: #333;
}

.AW_table td {
  padding-left: 15px;
}

.AW_table th:first-child, .AW_table td:first-child {
  border-left: 0 none;
}

.AW_table thead {
}

.AW_table thead th, .AW_table thead td {
}

.AW_table thead th {
  background: #fafaf9;
}

.AW_table thead td {
}

.AW_table tbody {
}

.AW_table tbody th, .AW_table tbody td {
}

.AW_table tbody th {
  background: #fafaf9;
}

.AW_table tbody td {
}

.AW_table i {
  color: red;

  font-size: 120%;
}

.AW_table font {
  letter-spacing: -0.05em;
}

.AW_table button.btn {
  height: 28px;
  padding: 0 15px;
  letter-spacing: -0.05em;
  background: #888;
  color: #fff;
  border-radius: 3px;
}

.AW_table button.btn:hover {
  background: #666;
}

.AW_table label {
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}

.AW_table label:hover {
  color: #111;
}

.AW_table label:last-child {
  margin-right: 0;
}

.AW_table label input {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.AW_table.center {
}

.AW_table.center th, .AW_table.center td {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.AW_table.noline {
}

.AW_table.noline th, .AW_table.noline td {
  border-left: 0 none;
}

.AW_table .price {
  font-size: 18px;
  color: #111;
}

.AW_table .date_of_use select, .AW_table .delivery_date select {
  min-width: 50px;
  padding: 3px;
  border: 1px solid #ddd;
  color: #555;
}

.AW_table.biz_table input[type="radio"]:checked + label {
  color: #222;
  font-weight: 500;
}

.AW_table.biz_table input[type="text"] {
  padding: 3px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.AW_table.biz_table label {
  margin-right: 5px;
}

.AW_table.biz_table .notice_txt {
  color: rgb(238, 74, 74);
  font-size: 13px;
  vertical-align: middle;
}

.AW_table .biz_regi_file, .AW_table .biz_email {
  margin: 10px 0;
}

.AW_table .biz_regi_file input[type="file"] {
  border: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}

.AW_table .biz_regi_file .notice_txt {
  padding-left: 5px;
  color: #999;
  font-size: 14px;
}

.AW_table .biz_regi_file .warning_txt {
  padding: 5px 0 0;
  color: rgb(238, 74, 74);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.065em;
}

.non_members_agree {
  margin: 15px 0 0;
}

.non_members_agree .txt {
  text-align: right;
}

.non_members_agree textarea {
  width: 100%;
  height: 150px;
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #333;
  line-height: 1.6;
  box-sizing: border-box;
  overflow-y: auto;
  resize: none;
}

.non_members_agree .txt label {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
}

.non_members_agree .txt input[type="checkbox"] {
  display: inline-block;
  margin: 2px 0 0;
  vertical-align: middle;
}

.AW_member_btn {
  font-size: 0;
  white-space: nowrap;
}

.AW_member_btn a,
.AW_member_btn button {
  display: inline-block;
  min-width: 100px;
  height: 45px;
  line-height: 43px;
  padding: 0 25px;
  font-size: 17px;
  color: #999;
  letter-spacing: -0.07em;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;

  vertical-align: middle;
  box-sizing: border-box;
}

.AW_member_btn a:hover,
.AW_member_btn button:hover {
  border-color: #999;
}

.AW_member_btn a:first-child,
.AW_member_btn button:first-child {
  margin-left: 0;
}

.AW_member_btn .on {
  background: #6ba43a;
  border-color: #6ba43a;
  color: #fff;
}

.AW_member_btn .on:hover {
  background: #667b6c;
  border-color: #667b6c;
  color: #fff;
}

.join_input {
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 3px;
  margin: 0;
}


.textarea {
  width: 100%;
  padding: 15px;
  font-size: 14px;

  color: #666;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  box-sizing: border-box;
}


.AW-basket_step {
  background: #f7f7f7;
  text-align: center;
  padding: 25px 0;
}

.AW-basket_step .step_wrap {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.AW-basket_step .step_wrap li {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  /*width: 70px;*/
  padding: 20px 0 20px 100px;
  /*margin-left: 50px;*/
  width: 15%;
  margin-left: 60px;
}

.AW-basket_step .step_wrap li i {
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -14px;
  width: 14px;
  height: 28px;
  background: url(../images/shop/step_arrow.png) 0 0 no-repeat;
}

.AW-basket_step .step_wrap li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 500px;
  border: 1px solid #ddd;
}

.AW-basket_step .step_wrap li span.icon1 {
  background: url(../images/shop/step1.png) 50% 50% no-repeat #fff;
}

.AW-basket_step .step_wrap li span.icon2 {
  background: url(../images/shop/step2.png) 50% 50% no-repeat #fff;
}

.AW-basket_step .step_wrap li span.icon3 {
  background: url(../images/shop/step3.png) 50% 50% no-repeat #fff;
}

.AW-basket_step .step_wrap li span.icon4 {
  background: url(../images/shop/step4.png) 50% 50% no-repeat #fff;
}

.AW-basket_step .step_wrap li small {
  display: block;
  font-size: 13px;

  color: #999;
}

.AW-basket_step .step_wrap li strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.07em;
  color: #999;
}

.AW-basket_step .step_wrap li.on {
}

.AW-basket_step .step_wrap li.on span {
  border-color: #222;
}

.AW-basket_step .step_wrap li.on small {
  color: #222;
}

.AW-basket_step .step_wrap li.on strong {
  color: #222;
}


.AW-amount {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.AW-amount a {
  display: inline-block;
  font-size: 15px;
  width: 31px;
  height: 31px;
  line-height: 33px;
  text-align: center;
  font-weight: 100;
  border: 1px solid #ddd;
}

.AW-amount input {
  display: inline-block;

  width: 60px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  color: #333;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  text-align: center;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
}

.AW-amount button {
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.07em;
  height: 33px;
  background: #fff;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 3px;
}

.etc-pay-form-wrap {
  padding-top: 30px;
}

.etc-pay-table {
  border-top: 1px solid #999;
}

.etc-pay-table caption {
  padding-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  text-align: left;
}

.etc-pay-table input[type="text"], .etc-pay-table input[type="number"], .etc-pay-table input[type="email"] {
  width: 200px;
  height: 30px;
  padding: 0 3px;
  margin-right: 5px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
}

.etc-pay-table th, .etc-pay-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.065rem;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}

.etc-pay-table th {
  background: #fafaf9;
  border-right: 1px solid #ddd;
  color: #1c1c1c;
  letter-spacing: -0.065rem;
}

.etc-pay-table .etc-txt {
  color: rgba(255, 0, 0, 0.719)
}






.plan_area2 {
  margin-bottom: 85px;
}

.plan_area2 .plan_ttl2 .hit_ico {
  display: inline-block;
  width: 40px;
  height: 41px;
  background: url(../img/ico/ico_hit.png) no-repeat;
  margin-right: 12px;
  position: relative;
  top: 10px;
}

.plan_area2 .plan_ttl2 h2 {

  font-size: 30px;
  line-height: 65px;
  letter-spacing: -0.065rem;
  color: #333949;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.plan_area2 .plan_ttl2 .plan_controls2 {
  float: right;
  margin-top: 36px;
}

.plan_area2 .plan_ttl2 .plan_controls2 > div {
  /*float: left;*/
}

.plan_area2 .plan_ttl2 .plan_caption2 {

  font-size: 17px;
  color: #999;
  line-height: 36px;
  margin-right: 20px;
}

.plan_area2 .plan_ttl2 .plan_caption2 b {
  font-weight: 700;
  color: #181818;
}

.plan_area2 .plan_ttl2 .controls2 span {
  float: left;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #d9d9d9 url(../img/ico/plan_prev.png) 50% 50% no-repeat;
  cursor: pointer;
}

.plan_area2 .plan_ttl2 .controls2 .plan_next2 {
  background-image: url(../img/ico/plan_next.png);
  border-left: 1px solid #fff;
}

.plan_area2 .plan_slide2 {
  width: 1200px;
  max-height: 1322px;
}

.plan_area2 .plan_slide2 .slide {
  width: 1200px;
  max-height: 1322px;
  border-top: 3px solid #fc9521;
  /*    border-bottom: 1px solid #ddd;*/
  box-sizing: border-box;
}

.plan_area2 .plan_slide2 table {
  width: 1200px;
}

.plan_area2 .plan_slide2 table td {
  width: 240px;
  height: 330px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.plan_area2 .plan_slide2 table tr:first-child td {
  border-top: none;
}

.plan_area2 .plan_slide2 table td a {
  display: block;
  /* width: 200px; */
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  box-sizing: border-box;
}

.plan_area2 .plan_slide2 .thumb_box {
  width: 201px;
  height: 201px;
  line-height: 201px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.plan_area2 .plan_slide2 .thumb_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s;
}

.plan_area2 .plan_slide2 td:hover .thumb_box img {
  transform: scale(1.05);
}

.plan_area2 .plan_slide2 .prd_info {
  width: 201px;
  margin: 14px auto 0;
  text-align: center;
}

.plan_area2 .plan_slide2 .prd_info .code {
  font-size: 12px;
  color: #888;
}

.plan_area2 .plan_slide2 .prd_info .ttl {
  font-size: 15px;
  letter-spacing: -0.065rem;
  line-height: 19px;
  color: #181818;
  margin: 9px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.plan_area2 .plan_slide2 td:hover .prd_info .ttl {
  text-decoration: underline;
}

.plan_area2 .plan_slide2 .prd_info .price {

  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  color: #000;
}

.plan_area2 .plan_slide2 .prd_info .price span {

  font-size: 18px;
}


/* ========== Header ========== */
.header {position: absolute;top: 0;left: 0;width: 100%; z-index: 999;padding: 0 2rem;background-color: #fff;transition: .3s;}
#header-fixed.header {position: fixed; /*height: 90px;*/}
#header-fixed.header.header-shadow {box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%);}
.header-inner {display: flex; flex-wrap: wrap; justify-content: space-between;align-items: center;}

/* header logo */
.header-logo {position: relative;padding: 24px 0; width:18%;}
.header-logo a {display: block;}
.header-logo a img {display: block;height: auto;width:60%;}

.gnb-wrap  {flex:0 0 auto;/*width:64%;*/width:67%;}
.gnb-wrap .gnb {display: flex; flex-wrap: wrap; justify-content: space-between;align-items:center;position: relative;}
.gnb-wrap .mobile-box {display: none;}
.gnb-wrap .gnb .gnb-nav {display: flex;flex-wrap: wrap;}
.gnb-wrap .gnb .gnb-nav > li {position: relative; padding: 0 20px 0 0;}
.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding:0;line-height: 70px;font-size: 0.875rem;;font-weight: 400;color: #333;}
.gnb-wrap .gnb .gnb-nav > li > a.cate-dropdown-open {display: none;}
.gnb-wrap .gnb .gnb-nav > li > a:hover, .gnb-wrap .gnb .gnb-nav > li.active > a {color:#8AA090;}
.gnb-wrap .gnb .gnb-nav > li > a::after {display: none;}
.gnb-wrap .gnb .gnb-nav > li > ul {display: block;left: -5%; opacity: 0;visibility: hidden;/*min-width: 150px;*/     min-width: 180px;padding: 5px 30px;background-color: #fff; border: 0 none;-webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;-ms-transition: all 0.25s ease;transition: all 0.25s ease}
.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1; visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
.gnb-wrap .gnb .gnb-nav > li > ul > li > a {display: block; padding: 10px 0;font-size: .875rem;color: #333;background: none; line-height: 1.5;}
.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child > a {border: 0 none}
.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: var(--primary-color);background: none}
.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: var(--text-color-light);}
.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;position: relative;top: inherit;left: inherit;min-width: 100%;padding: 0 10px 5px;margin-bottom: 10px;border: 0 none;border-left: 1px solid var(--body-color-deep);background-color: var(--body-color);box-shadow: 0 0 0 var(--white-color);}
.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 5px 0 0;font-size: var(--smaller-font-size);color: var(--text-color);background: none}
.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li:last-child > a {border-bottom: 0 none}
.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {background: none;color: var(--primary-color);}
.category-nav ul {display: flex;justify-content: flex-end;padding: 20px 0;}
.category-nav ul li {margin-left: 15px;}
.category-nav ul li a {display: block;line-height: 30px; font-family:'Montserrat', 'Noto Sans KR', sans-serif; font-size: 0.875rem;font-weight: 300; transition: .3s;}
.category-nav ul li a:hover {color: var(--primary-color);}
.category-nav ul li.last-link a {padding:0 12px;font-size: 0.75rem;font-weight: 600;color:#fff;background-color:#6ba43a;border-radius:15px;}
.category-nav ul li.last-link a:hover {background-color:#667b6c; font-weight: 600;}
.dropdown-menu {position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;text-align:left;list-style:none;background-clip:padding-box;margin-top:0;font-size:.9375rem;border-width:1px;border-style:solid;border-radius:0}

/* top bar */
.top-bar {margin-left: auto;}
.top-bar .top-bar-list {display: flex;flex-wrap: wrap; justify-content: flex-end; padding: 20px 0;}
.top-bar .top-bar-list li {margin-left: 15px;}
.top-bar .top-bar-list li a, .top-bar .top-bar-list li button {display:flex;align-items:center;height: 30px;line-height: 30px;text-align: center;border: 0 none;background: none;transition: .3s ease-out;}
.top-bar .top-bar-list li img {width: 21px;}
.top-bar .top-bar-list li.btn-cart a span {display: inline-block;width: 18px;height: 18px;line-height: 18px;font-size: 0.75rem;color: #6ba43a;border-radius: 50%;background-color: #e8f1db;}

/* main */
.m-tb {margin: 3.75rem 0;}
.goods-wrap {position:relative;}

.goods-wrap .goods-title h2 {margin-bottom:20px; font-size:2.25rem; text-align:center; color:#53513d;}
.goods-wrap .tab-content {position:relative}
.goods-wrap .goods-tabs {display:flex;flex-wrap:wrap;justify-content:center;position:relative;margin-bottom:30px;list-style:none;border:0 none}
.goods-wrap .goods-tabs li {position:relative;}
.goods-wrap .goods-tabs li a {position:relative;display:block;padding:12px 20px;font-size:0.875rem;color:#909090;border-bottom:2px solid transparent;transition:all 0.3s ease-in-out}
.goods-wrap .goods-tabs li a:hover {color:#555;}
.goods-wrap .goods-tabs li a:after {content:"";display:block;position:absolute;right:0;top:50%;width:1px;height:16px;margin-top:-8px;background-color:#ddd;}
.goods-wrap .goods-tabs li:last-child a:after {display:none;}
.goods-wrap .goods-tabs li.ui-state-active a {color:#6ba43a; border-bottom-color:#6ba43a;}


.goods-gallery .rgba-banner-area {position:absolute;top:5px;right:5px;}
.goods-gallery .shop-rgba-red {background:#FF4848;opacity:0.9}
.goods-gallery .shop-rgba-yellow {background:#FDAB29;opacity:0.9}
.goods-gallery .shop-rgba-green {background:#73B852;opacity:0.9}
.goods-gallery .shop-rgba-purple {background:#907EEC;opacity:0.9}
.goods-gallery .shop-rgba-orange {background:#FF6F42;opacity:0.9}
.goods-gallery .shop-rgba-dark {background:#4B4B4D;opacity:0.9}
.goods-gallery .shop-rgba-default {background:#A6A6A6;opacity:0.9}
.goods-gallery .rgba-banner {display:block;height:14px;width:60px;padding:0 12px;margin-bottom:2px;line-height:14px;color:#fff;font-size:0.655rem;text-align:center;font-weight:normal;position:relative;text-transform:uppercase}

.good-ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.good-ul li { padding: 0 0 40px; box-sizing: border-box; margin: 0 0.75%; }
.good-ul.lst-type-4 li {width: calc((100% - 6%) / 4);}
.good-ul.lst-type-3 li {width: calc((100% - 6%) / 3);}

.good-ul .good-box {position:relative;height:100%;border:1px solid #ddd;background-color: #f5f5f5;}
.good-ul .img-box a { display: block; width: 100%; }
.good-ul .thumb {position:relative; width:100%; padding-top:99%; margin:0 0 17px; box-sizing:border-box; overflow:hidden;  box-sizing: border-box;}
.good-ul .thumb img {position:absolute; width:100%; transition:all 0.3s; height: auto; min-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.good-ul .des-box {position:relative;overflow:hidden; padding: 20px 15px;}
.good-ul .des-box dt {position:relative;margin:0 0 5px; height:40px;}
.good-ul .des-box dt a {display:block;font-size:1rem;word-break:keep-all;color:#333;}
.good-ul .des-box dd {display:flex;align-items:center;flex-wrap:wrap; font-size:1rem;font-weight:bold;}

.btn-more {text-align:center;}
.btn-more a { position: relative; z-index: 1; display: inline-block; padding: 8px 25px; font-size: 0.75rem; color:#fff; background-color: #000; line-height:1.5;}
.btn-more a:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;border:3px solid #000;transition: 0.3s linear;}
.btn-more a:hover:before {top: -6px;right: -6px;bottom: -6px;left: -6px;}
.btn-more.btn-wht a {color: #000;background-color:#fff;}
.btn-more.btn-wht a:before {border-color: #fff;}
.mt-20 {margin-top: 20px !important;}
.bg-gray {background-color:#f5f5f5;}
.p-tb {padding: 3.25rem 0;}

.md_banner_area .slide {display: inline-block; width: 1300px; height: 300px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
.m_slide_controls {position: absolute;top: 50%; left: 15px; width: 100%; margin-top: -18px; z-index: 200;}
.m_slide_controls div {width: 40px;  height: 40px;  background: rgba(0, 0, 0, .15) url(../img/ico/plan_prev.png) 50% 50% no-repeat;  cursor: pointer;  border-radius: 50%;}
.m_slide_controls .com_next {position: absolute; top: 0; right: 30px; background-image: url(../img/ico/plan_next.png);}
.m_slide_controls .com_next2 {position: absolute; top: 0; right: 30px; background-image: url(../img/ico/plan_next.png);}

.main-tit h2 {position: relative;margin-bottom:25px;text-align: center;}
.main-tit h2:after {content: "";opacity: .6;display: block;position: absolute;top: 50%;width: 100%;height: 4px;margin-top:-2px;background-color: #ddd;}
.main-tit h2 a {display: inline-block;position: relative;z-index: 1;padding: 0 50px;font-size: 1.25rem;font-family: 'Montserrat', 'Noto Sans KR', sans-serif; letter-spacing: .05em;background-color: var(--white-color);transition: .3s;}
.bg-gray .main-tit h2 a {background-color:#f5f5f5;}
.main-tit h2 a:hover {color: #8AA090;}
.main-tit h2 a span small {display: block;margin-top: 10px;font-size:0.875rem ;color: #707070;}
.row {display: flex; flex-wrap: wrap;}
.row > * {max-width: 100%; padding: 0 9px; margin-top: 15px;}

.col-left {flex: 0 0 auto; width: 25%; }
.col-right {position:relative; flex: 0 0 auto; width: 75%; padding:0;}

.item-box {display:block;position: relative;}
.item-box .item-img {height:420px;}
.item-box .item-img.md {background:url('/img/md_bg.jpg') no-repeat 50% 50% / cover;}
.item-box .item-img.best {background:url('/img/best_bg.jpg') no-repeat 50% 50% / cover; }
.item-box .btn-more {position: absolute;bottom: 20px;left: 0;width: 100%;padding:0 15px; text-align:right;}
.good-ul.lst-type-3 li {margin: 0 1.0%;}

.footer {/*background: #E4D8C3;*/}
.bank_info .kakao {width: 100%; height: 70px; background-color: #fff; display: flex; justify-content: center; margin-top: 15px; border: 1px solid #ccc;} 
.bank_info .kakao:hover {/*background-color: #fbe902; transition: .3s;*/}
.bank_info .kakao img {padding-top: 3px;}

.footer-btm {height: auto; /*padding: 60px 0 60px 270px; */ padding: 60px 0 60px 250px;background: url(../img/foot_logo.png) 52px 38px no-repeat;}

ul.footer-btm-list {display:flex;flex-wrap:wrap;justify-content:space-between;}
ul.footer-btm-list > li {flex:0 0 auto;}
ul.footer-btm-list > li h4 {margin-bottom: 15px;font-size:1.25rem;color:#53513d;}
ul.footer-btm-list > li .footer-info {position: relative;}
ul.footer-btm-list > li .footer-info address {margin-bottom: 0;}
ul.footer-btm-list > li .footer-info address span {display: block;margin-top:5px;font-size:.875rem;color:#707070;}
ul.footer-btm-list > li .footer-info address span a {color:#707070;transition:.3s}
ul.footer-btm-list > li .footer-info address span a:hover {color:#8AA090;}
ul.footer-btm-list > li ul.footer-link-list li {margin-top:7px;}
ul.footer-btm-list > li ul.footer-link-list li a {font-size:.875rem;color:#707070;transition:.3s}
ul.footer-btm-list > li ul.footer-link-list li a:hover {color:#8AA090;}

.footer .copyright {padding:10px;font-size: .75rem;text-align:center;color:#919ea1;background-color:#333;}

.page-title-wrap {position:relative;width:100%;height:60px;background:#fff;padding:0;margin-top: 11px;}
.page-title-wrap > .container {position:relative}
.page-title-wrap h2 {margin:0;padding:20px 0;font-size:1.25rem;color:#6ba43a;font-weight:700}
.page-title-wrap .sub-breadcrumb-wrap {display:block;position:absolute;top:22px;right:15px}
.page-title-wrap .sub-breadcrumb {color:#888;font-size:.875rem}
.page-title-wrap .sub-breadcrumb:after {content:"";display:block;clear:both}
.page-title-wrap .sub-breadcrumb li {float:left;margin-left:7px}
.page-title-wrap .sub-breadcrumb li:before {content:"/";margin-right:7px}
.page-title-wrap .sub-breadcrumb li:first-child:before {display:none}
.page-title-wrap .sub-breadcrumb a {color:#70757d;}
.mr-10 {margin-right:10px;}

.good-ul.row-slide {flex-wrap: nowrap;}

@media (max-width: 1490px) {
    .wrap {padding-top:120px;}

    .header-logo {
        order: 1;
    }

    .gnb-wrap {
        flex: 0 0 auto;
        width: 100%;
        order: 3;
        border-top: 1px solid #eee;
    }

    .top-bar {
        display: flex;
        justify-content: flex-end;
        flex: 0 0 auto;
        width: 50%;
        order: 2;
    }
}
