@charset "UTF-8";

.heading-font {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Noto Sans KR', sans-serif;
}
.alt-font {
  font-family: 'Noto Sans KR', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.carousel-indicators {
  color: black;
}
.carousel-indicators li {
  text-indent: 0px;
}

/* font-family: 'Nanum Pen Script', cursive; */
/* font-family: 'Jeju Gothic', sans-serif; */
/* font-family: 'Jeju Myeongjo', serif; */
/* font-family: 'KoPub Batang', serif; */
/* font-family: 'Nanum Brush Script', cursive; */
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Hanna', sans-serif; */
/* font-family: 'Nanum Gothic', sans-serif; */
/* font-family: 'Nanum Myeongjo', serif; */
/* font-family: 'Jeju Hallasan', cursive; */
/* font-family: 'Nanum Gothic Coding', monospace; */

html,
body {
  width: 100%;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000;
}
a:hover,
a:focus {
  color: #f1bfc2;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.contents_wrap {
  padding-top: 50px;
}
.mt50 {
  margin-top: 50px;
}

.benefit_banner img, .add_title img, .small_banner img {width:100%}

#loginModal .modal-dialog {
    margin:10% auto;
}

#loginModal .login_wrap {
    width:454px;
    margin:0 auto 20px;
}

#loginModal .login_wrap > ul {
    float:left;
}

#loginModal .title {
    min-width:100px;
}

#loginModal .input-items .input-item input {
    width:220px;
}

#loginModal .login_btn {
    float:left;
    display:inline-block;
    width:110px;
    height: 104px;
    margin-top: 10px;
    margin-left: 10px;
    background: #fff;
    color:#009474;
    font-weight: bold;
}

#loginModal .btn_wrap {
    border-top:1px solid #e9e9e9;
    padding-top:25px;
    
}

#loginModal .naver_login_btn {
    display:inline-block;
    margin-bottom:10px;
}

.partner_popup {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:3000;
    background:rgba(0,0,0,0.5);
}

.partner_popup .popup_wrap {
    margin:15% auto;
    max-width:800px;
    width:90%;
    padding:3rem;
    background:#fff;    
}

.partner_popup .popup_body {
    padding-bottom:2rem;
    font-size:1.4rem;
    line-height:2;
}

.partner_popup .popup_body .title {
    font-size:2rem;
    font-weight:bold;
}

.partner_popup .popup_footer {
    padding-top:2rem;
}

.partner_popup .popup_footer .col-lg-6:first-child {
    border-right:1px solid #dfdfdf;
}

.popup_wrap.fixed_popup {
    position:fixed; left:50px; top:150px; z-index:9999; border:1px solid #ddd;
}
.mobile_popup img {
    width:100%;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none !important;
}
.section-title {
  padding-top: 0px;
  padding-bottom: 35px;
  font-size: 2.5rem;
  color: #407060;
}
.section-title .title {
  font-size: 3.0rem;
  color: #000;
  font-weight: 600;
}
.section-title-second {
  font-size: 1.6rem;
  color: #1E9D7F;
  text-align: center;
}
.section-title-light {
  font-size: 1.6rem;
  color: #1E9D7F;
  text-align: center;
}
.top-category {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.top-category .menu {
  display: block;
  padding: 10px;
}
.top-category .menu a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 850px) {
  .top-category .menu {
    display: inline;
  }
}
.navbar-default {
  display: block;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px;  
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FAE9EA;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #f1bfc2;
}
.navbar-default .navbar-collapse {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}
.navbar-default .navbar-collapse .top-banner {
  float: left;
  padding: 4px;
}
.navbar-default .navbar-collapse .first-menu {
  color: #b3b3b3;
}
.navbar-default .navbar-collapse .second-menu {
  color: #555555;
  font-weight: 400;

}
@media (min-width: 850px) {
  .navbar-default .navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-default .navbar-collapse .second-menu {
    width:101%;
  }
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 1.2rem;
  color: #000;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Noto Sans KR', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 1.0rem;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #000;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #FAE9EA;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #FAE9EA !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.navbar-default .nav > li:last-child a {
  border-right: 0px solid #000;
}
@media (min-width: 850px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #000;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #000;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #000;
  }
  .navbar-default .first-menu li:after {
    content: '|';
    float: right;
    margin-top: -28px;
    font-size: 0.7rem;
  }
  .navbar-default .first-menu li.list-sylte-none:after {
    content: '';
  }
  .navbar-default .first-menu li a,
  .navbar-default .first-menu li a:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .first-menu li a:hover,
  .navbar-default .first-menu li a:focus:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .first-menu {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .navbar-default .first-menu li > a {
    padding: 0px 10px;
    font-size: 1.1rem !important;
  }
  .navbar-default .second-menu {
    position: absolute;
    top: 60px;
    right: 90px;
  }
  .navbar-default .second-menu .today-view-count {
    position: absolute;
    right: -3px;
    top: 3px;
  }
  .navbar-default .second-menu li > a {
    padding: 0px 7px;
    font-size: 1.23rem !important;
    letter-spacing: -0.2px;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #000;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #FAE9EA;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #000;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #FAE9EA;
  }
}
.nav-header {
  background-color: #FFF;
}
.nav-header .nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 850px) {
  .navbar-right {
    margin-right: 0px;
  }
}
.nav-middle {
  background-color: #fff;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.nav-middle .nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-middle .nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  word-spacing: -3px;
}
.navbar-collapse.nav-bottom {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #cbcbcb !important;
}
.nav-bottom {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  height: 65px !important;
  line-height: 33px;
  background-color: #fff;
}
.nav-bottom ul {
  float: none;
}
.nav-bottom ul > li {
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  float: none;
  padding: 7px 10px;
}
.nav-bottom > ul > li:before {
  content: '•';
  font-size: 1.0rem;
  position:absolute;
  left:-4px;
  top:16px;
}
.nav-bottom > ul > li:nth-child(2) a {
	/* background: url('/img/two-in-one-bg.png') no-repeat center; */
	
}
.nav-bottom > ul > li:first-child:before {
    display:none;
}
.nav-bottom > ul > li:last-child:before {
  content: '';
  width:1px;
  height:20px;
  background:#aaa;
  top:23px;
}
.nav-bottom ul > li.list-sylte-none:after {
  content: '';
}
.nav-bottom ul > li > a {
  font-size: 1.5rem !important;
  font-weight: 400;
}
.nav-bottom ul > li > a:hover {
  color: #407060 !important;
}
.nav-bottom ul > li > a img {
  margin-top: -3px;
}
#main-brand {
  background-color: #336250;
}
#main-brand .main-title {
  color: #407060;
}
#main-brand .brand-wrap {
  float: left;
  box-sizing: border-box;
}
#main-brand .brand-wrap1 {
  width: 27%;
  padding-right: 2%;
  margin-bottom: -3%;
}
#main-brand .brand-wrap2 {
  width: 43%;
  padding-right: 2%;
  padding-left: 2%;
}
#main-brand .brand-wrap3 {
  width: 30%;
  padding-left: 2%;
}
#main-brand .brand-item {
  position: relative;
}
#main-brand .brand-item .title {
  font-size: 4.0rem;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: -0.5px;
}
#main-brand .brand-item .desc {
  font-size: 1.35rem;
  margin-top: 10px;
  color: #333;
  line-height: 23px;
  letter-spacing: -0.2px;
}
#main-brand .brand-item .brand-desc {
  position: absolute;
  left: 33px;
}
#main-brand .brand-item .brand-desc .tail {
  width: 120px;
  display: block;
  border-bottom: 2px solid #000;
  float: right;
  padding-top: 24px;
  margin-left: 20px;
}
#main-brand .brand-item .brand-deardeer {
  position: absolute;
  text-align: center;
  top: -55px;
  width: 100%;
  max-width: 710px;
}
#main-brand .brand-item .brand-prev .cinema {
  max-width: 710px;
  height: 706px;
}
#main-brand .brand-item .brand-prev img {
  max-width: 100%;
}
#main-brand .brand-item.brand1 {
  margin-top: 383px;
}
#main-brand .brand-item.brand1 .brand-desc {
  top: -140px;
}
#main-brand .brand-item.brand2 {
  margin-top: 110px;
}
#main-brand .brand-item.brand2 .brand-desc {
  position: absolute;
}
#main-brand .brand-item.brand2 .brand-desc {
  bottom: -120px;
}
#main-brand .brand-item.brand3 {
  margin-top: 238px;
}
#main-brand .brand-item.brand3 .brand-desc {
  position: absolute;
}
#main-brand .brand-item.brand3 .brand-desc {
  bottom: -120px;
}
#main-brand .container > .row > [class*="col-"] {
  padding: 0px 30px 20px 30px;
}
.container {
  width: 100%;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#main-slogan {
  background: #272727;
  color: #fff;
  text-align: center;
  height: auto;
}
#main-slogan .slogan-wrap {
  padding: 50px 0px 50px 0px;
}
#main-slogan .slogan-wrap:first-child {
  padding-top:100px;
}
#main-slogan .slogan-wrap:last-child > div {
  max-width: 280px;
  margin-left: 70px;
}
#main-slogan .slogan-nomal {
  font-size: 3.0rem;
}
#main-slogan .slogan-bold {
  font-size: 3.2rem;
  font-weight: bold;
  /* border-bottom: 2px solid @pink-primary; */
  color: #00DF96;
}
#main-recommend {
  padding-top: 120px;
  padding-bottom: 40px;
  /* max-width: 1920px; */
  margin: 0 auto;
  background-color: #fff;
}
#main-recommend .nav > li {
  font-size: 1.7rem;
  border-right: 1px solid #fff;
  font-weight: bold;
}
#main-recommend .nav > li > a {
  padding: 19px 30px 18px 30px;
  text-align: left;
  color: #C2C2C2;
  border: 0px solid #ddd;
  border-radius: 0px;
  background-color: #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
}
#main-recommend .nav > li > a:hover {
  color: #000;
  border-bottom: 3px solid #333;
}
#main-recommend .nav > li.active {
  background-color: #407060;
}
#main-recommend .nav > li.active a {
  border-bottom: 3px solid #407060;
  background-color: #407060;
  color: #fff;
}
#main-recommend .nav > li:last-child {
  border-right: 0px solid #fff;
}
#main-recommend .col {
  padding: 0px;
  background-color: #E2EBEA;
  border-right: 2px solid #fff;
}
#main-recommend .col:LAST-CHILD {
  border-right: 0px solid #fff;
}
#main-recommend .recommend-top .col {
  padding: 0px;
  background-color: #D9D9D9;
}
#main-recommend .recommend-middle .col {
  padding: 0px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.main_tab_a img {
  max-width: 100%;
}
#main-ad {
  padding-bottom: 120px;
  /* max-width: 1920px; */
  margin: 0 auto;
}
#main-ad .recommend-ad {
  padding-top: 0px;
  position: relative;
}
#main-ad .recommend-ad .ad-one {
  padding-right: 0px;
  padding-left: 0px;
}
#main-ad .recommend-ad .ad-two {
  padding-right: 0px;
  padding-left: 0px;
}
#main-ad .recommend-ad .ad-three {
  padding-right: 0px;
  padding-left: 0px;
}
.main_slide {
  background: url(/img/main/bg01.gif) no-repeat center top;
  background-size: 1920px 832px;
  position: reative;
}
#main-slide {
  padding-bottom: 120px;
}
#main-slide .slide-item {
  display: inline-block;
  height: 832px;
  width: 975px;
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#main-slide .slide-item .left {
  position: absolute;
  left: 50%;
  z-index: 100px;
  /* display: inline; */
  text-align: left;
  top: 50%;
  margin-left: -650px;
  margin-top: -30px;
  cursor: pointer;
}
#main-slide .slide-item .right {
  position: absolute;
  right: 50%;
  z-index: 100px;
  /* display: inline; */
  text-align: right;
  top: 50%;
  margin-right: -650px;
  margin-top: -30px;
  cursor: pointer;
}
#main-slide li.first {
  text-align: right;
}
#main-slide li.first:after {
  content: url('/img/main/set/center_line.png');
  float: right;
}
#main-slide .nav {
  padding-bottom: 52px;
}
#main-slide .nav > li {
  font-size: 3.0rem;
  border-right: 0px solid #fff;
}
#main-slide .nav > li > a {
  padding: 0px 40px;
  text-align: right;
  color: #C2C2C2;
  border: 0px solid #ddd;
  border-radius: 0px;
  border-bottom: 0px solid #EBEBEB;
}
#main-slide .nav > li > a:hover {
  border-bottom: 0px solid #333;
  background-color: #fff;
  color: #000;
}
#main-slide .nav > li.active {
  background-color: #fff;
}
#main-slide .nav > li.active a {
  border-bottom: 0px solid #407060;
  color: #407060;
}
#main-slide .nav > li:last-child {
  border-right: 0px solid #fff;
}
#main-slide .nav > li:last-child a {
  text-align: left;
}
#main-concept {
  padding-bottom: 120px;
  /* max-width: 1920px; */
  margin: 0 auto;
}
#main-concept .tab-content {
  background-color: #FAE9EA;
}
#main-concept .concept-row {
  padding: 90px 64px;
}
#main-concept .concept-row .col-md-5 {
  max-width: 620px;
  float: right;
  padding: 0px 0px 0px 0px;
}
#main-concept .concept-row .col-md-7 {
  box-sizing: border-box;
  padding: 0px 5% 0px 0px;
}
#main-concept .nav {
  border-bottom: 1px solid #000;
}
#main-concept .nav > li {
  font-size: 1.7rem;
  border-right: 1px solid #fff;
  font-weight: bold;
}
#main-concept .nav > li > a {
  padding: 19px 30px 18px 30px;
  text-align: left;
  color: #C2C2C2;
  border: 0px solid #ddd;
  border-radius: 0px;
  background-color: #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
}
#main-concept .nav > li > a:hover {
  color: #000;
  border-bottom: 3px solid #333;
}
#main-concept .nav > li.active {
  background-color: #407060;
}
#main-concept .nav > li.active a {
  border-bottom: 3px solid #407060;
  background-color: #407060;
  color: #fff;
}
#main-concept .nav > li:last-child {
  2017-06-14border-right: 0px solid #fff;
}
#main-concept .col-slide .slide-title {
  position: absolute;
  right: 650px;
}
#main-concept .col-slide .slide-btn {
  position: absolute;
  bottom: 48px;
  right: 15px;
}
#main-concept .col-slide .slide-desc {
  margin-top: -25px;
  padding-left: 30px;
  max-width: 366px;
  position: relative;
}
#main-concept .col-slide .slide-desc .tail {
  width: 200px;
  display: block;
  border-bottom: 3px solid #000;
  padding-top: 39px;
  margin-left: 0px;
}
#main-concept .col-slide .slide-desc .title {
  line-height: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.5px;
}
#main-concept .col-slide .slide-desc .desc {
  font-size: 1.35rem;
  margin-top: 10px;
  color: #333;
  line-height: 23px;
  letter-spacing: -0.2px;
}
#main-product {
  /* max-width: 1920px; */
  margin: 0 auto;
  padding-bottom: 120px;
}
#main-product div[class*="col-"] {
  padding: 20px 10px;
}
#main-product .section-bottom {
  text-align: center;
}
#main-product .product-wrap .title,
#main-product .product-wrap .desc ,
#main-product .product-wrap .product-label {
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best-product {
  /* max-width: 1920px; */
  margin: 0 auto;
  padding-bottom: 30px;
}
.best-product div[class*="col-"] {
  padding: 20px 10px;
}
.best-product .section-bottom {
  text-align: center;
}
.best-product .product-wrap .title,
.best-product .product-wrap .desc,
.best-product .product-wrap .product-label {
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#special-product .product-wrap .title,
#special-product .product-wrap .desc,
#special-product .product-wrap .product-label {
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hvr-icon-down:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.product-wrap {
  border: 1px solid #ebebeb;
}
.product-wrap .img-wrap {
  text-align: center;
  background-color: #EDEDED;
}
.product-wrap .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
}
.product-wrap .title-wrap {
  padding: 27px 0 50px 0px;
  margin: 0px 20px;
  border-bottom: 1px solid #ebebeb;
}
.product-wrap .price-wrap {
  position: relative;
  padding: 20px 20px;
}
.product-wrap .price {
  padding-right: 55px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FF9CF0;
}

.product-wrap .price-wrap .product-cart {
  display: block;
  position: absolute;
  top: 0;
  right: 32px;
  width: 20px;
  height: 100%;
  background: no-repeat center;
  background-image: url('/img/product/icon_prd_cart.png');
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .5s ease;
}
.product-wrap .price-wrap .product-cart:hover {
  background-image: url('/img/product/icon_prd_cart_over.png');
}
.product-wrap .price-wrap .product-wish {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background: no-repeat center;
  background-image: url('/img/product/icon_prd_wish.png');
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .5s ease;
}
.product-wrap .price-wrap .product-wish-wrap .tooltip {width:100%; max-width:90px;}
.product-wrap .price-wrap .product-wish:hover,
.product-wrap .price-wrap .product-wish.active {
  background-image: url('/img/product/icon_prd_wish_over.png');
}

.product-wrap .price-sale {
	/*
	font-weight: normal;
	color:#EE3333;
	*/
}
.product-wrap .title {
  font-size: 1.8rem;
  font-weight: .medium;
  color: #000;
  padding-bottom: 5px;
}
.product-wrap .desc {
  font-size: 1.3rem;
  color: #ababab;
  letter-spacing: -0.25px;
}

.product-wrap .product-label {
  font-size: 1.3rem;
  color: #ababab;
  letter-spacing: -0.25px;
}

.product-wrap .product-label a {
  font-size: 1.3rem;
  color: #407060;
  letter-spacing: -0.25px;
}


.product-wrap .price-info {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.25px;
}


#main-review {
  padding-top: 6rem;
  padding-bottom: 120px;
  /* max-width: 1920px; */
  margin: 0 auto;
}
#main-review .col {
  z-index: 100;
}
#main-review .review-wrap {
  border: 1px solid #ebebeb;
}
#main-review .review-wrap .review-img {
  background-color: #ebebeb;
}
#main-review .review-wrap .review-desc {
  background-color: #fff;
}
#main-foryou {
  padding-bottom: 120px;
  /* max-width: 1920px; */
  margin: 0 auto;
}
#main-foryou ol {
  margin-top: 30px;
}
.panel {
  border-radius: 0px;
  border: 0px solid transparent;
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  padding: 60px 0px;
}
.panel .panel-heading {
  background-color: #fff;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: bold;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 30px 0px;
  font-size: 1.5rem;
}
.panel .panel-heading .btn {
  color: #009473;
  border-color: #009473;
  background-color: #fff;
  border-radius: 0px;
}
.panel .panel-heading .btn:hover {
  border-color: #009473;
  color: #fff;
  background-color: #009473;
}
.panel .panel-heading .bold {
  font-size: 2.0rem;
  padding-bottom: 10px;
}
.panel .panel-heading .close {
  margin-right: 10px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.panel .panel-heading.panel-heading-border {
  background: #000;
  border: 1px solid #000;
  border-bottom: 0px solid #000;
  color: #fff;
  padding-left: 10px;
}
.panel .panel-heading .list-style {
  line-height: 40px;
}
.panel .panel-heading .list-style:before {
  content: url("/img/checkout/i_list_style.png");
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.panel .panel-body {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 20px;
}
.panel .panel-body .panel-btn {
  border-color: #000;
  background-color: #fff;
  border-radius: 0px;
}
.panel .panel-body .panel-btn:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.panel .panel-body.boarded {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.panel .panel-body.panel-body-noborder {
  border: 0px solid #000;
}
.panel .panel-body.border-top {
  border: 0px solid #e5e5e5;
  border-top: 2px solid #000;
}
.panel .panel-footer {
  border: 0px solid #000;
  padding: 30px;
  background-color: #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.default-tab.nav > li > a {
  padding: 10px 25px;
  text-align: left;
  color: #C2C2C2;
  border-radius: 0px;
  background-color: #EBEBEB;
  border: 1px solid #EBEBEB;
}
.default-tab.nav > li > a:hover {
  border: 1px solid #EBEBEB;
}
.default-tab.nav > li.active {
  background-color: #272727;
}
.default-tab.nav > li.active a {
  border: 1px solid #272727;
  background-color: #272727;
  color: #fff;
}
.default-tab.nav > li.active a:hover {
  border: 1px solid #272727;
}
.default-tab.nav > li:last-child a {
  margin: 0px;
}
#order_envelope .default-tab.nav > li > a,
#order_content .default-tab.nav > li > a,
#order-additions .default-tab.nav > li > a {
  padding: 10px 20px;
}
#order_envelope .default-tab.nav > li.active,
#order_content .default-tab.nav > li.active,
#order-additions .default-tab.nav > li.active {
  background-color: #2a8a69;
}
#order_envelope .default-tab.nav > li.active a,
#order_content .default-tab.nav > li.active a,
#order-additions .default-tab.nav > li.active a {
  border: 1px solid #2a8a69;
  background-color: #2a8a69;
  color: #fff;
}
#order_envelope .default-tab.nav > li.active a:hover,
#order_content .default-tab.nav > li.active a:hover,
#order-additions .default-tab.nav > li.active a:hover {
  border: 1px solid #2a8a69;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
#order_content .col-lg-1,
#order_envelope .col-lg-1,
#order_item .col-lg-1,
#order_input .col-lg-1,
#order_content .col-lg-10,
#order_envelope .col-lg-10,
#order_item .col-lg-10,
#order_input .col-lg-10,
#order_content .col-lg-11,
#order_envelope .col-lg-11,
#order_item .col-lg-11,
#order_input .col-lg-11,
#order_content .col-lg-12,
#order_envelope .col-lg-12,
#order_item .col-lg-12,
#order_input .col-lg-12,
#order_content .col-lg-2,
#order_envelope .col-lg-2,
#order_item .col-lg-2,
#order_input .col-lg-2,
#order_content .col-lg-3,
#order_envelope .col-lg-3,
#order_item .col-lg-3,
#order_input .col-lg-3,
#order_content .col-lg-4,
#order_envelope .col-lg-4,
#order_item .col-lg-4,
#order_input .col-lg-4,
#order_content .col-lg-5,
#order_envelope .col-lg-5,
#order_item .col-lg-5,
#order_input .col-lg-5,
#order_content .col-lg-6,
#order_envelope .col-lg-6,
#order_item .col-lg-6,
#order_input .col-lg-6,
#order_content .col-lg-7,
#order_envelope .col-lg-7,
#order_item .col-lg-7,
#order_input .col-lg-7,
#order_content .col-lg-8,
#order_envelope .col-lg-8,
#order_item .col-lg-8,
#order_input .col-lg-8,
#order_content .col-lg-9,
#order_envelope .col-lg-9,
#order_item .col-lg-9,
#order_input .col-lg-9,
#order_content .col-md-1,
#order_envelope .col-md-1,
#order_item .col-md-1,
#order_input .col-md-1,
#order_content .col-md-10,
#order_envelope .col-md-10,
#order_item .col-md-10,
#order_input .col-md-10,
#order_content .col-md-11,
#order_envelope .col-md-11,
#order_item .col-md-11,
#order_input .col-md-11,
#order_content .col-md-12,
#order_envelope .col-md-12,
#order_item .col-md-12,
#order_input .col-md-12,
#order_content .col-md-2,
#order_envelope .col-md-2,
#order_item .col-md-2,
#order_input .col-md-2,
#order_content .col-md-3,
#order_envelope .col-md-3,
#order_item .col-md-3,
#order_input .col-md-3,
#order_content .col-md-4,
#order_envelope .col-md-4,
#order_item .col-md-4,
#order_input .col-md-4,
#order_content .col-md-5,
#order_envelope .col-md-5,
#order_item .col-md-5,
#order_input .col-md-5,
#order_content .col-md-6,
#order_envelope .col-md-6,
#order_item .col-md-6,
#order_input .col-md-6,
#order_content .col-md-7,
#order_envelope .col-md-7,
#order_item .col-md-7,
#order_input .col-md-7,
#order_content .col-md-8,
#order_envelope .col-md-8,
#order_item .col-md-8,
#order_input .col-md-8,
#order_content .col-md-9,
#order_envelope .col-md-9,
#order_item .col-md-9,
#order_input .col-md-9,
#order_content .col-sm-1,
#order_envelope .col-sm-1,
#order_item .col-sm-1,
#order_input .col-sm-1,
#order_content .col-sm-10,
#order_envelope .col-sm-10,
#order_item .col-sm-10,
#order_input .col-sm-10,
#order_content .col-sm-11,
#order_envelope .col-sm-11,
#order_item .col-sm-11,
#order_input .col-sm-11,
#order_content .col-sm-12,
#order_envelope .col-sm-12,
#order_item .col-sm-12,
#order_input .col-sm-12,
#order_content .col-sm-2,
#order_envelope .col-sm-2,
#order_item .col-sm-2,
#order_input .col-sm-2,
#order_content .col-sm-3,
#order_envelope .col-sm-3,
#order_item .col-sm-3,
#order_input .col-sm-3,
#order_content .col-sm-4,
#order_envelope .col-sm-4,
#order_item .col-sm-4,
#order_input .col-sm-4,
#order_content .col-sm-5,
#order_envelope .col-sm-5,
#order_item .col-sm-5,
#order_input .col-sm-5,
#order_content .col-sm-6,
#order_envelope .col-sm-6,
#order_item .col-sm-6,
#order_input .col-sm-6,
#order_content .col-sm-7,
#order_envelope .col-sm-7,
#order_item .col-sm-7,
#order_input .col-sm-7,
#order_content .col-sm-8,
#order_envelope .col-sm-8,
#order_item .col-sm-8,
#order_input .col-sm-8,
#order_content .col-sm-9,
#order_envelope .col-sm-9,
#order_item .col-sm-9,
#order_input .col-sm-9,
#order_content .col-xs-1,
#order_envelope .col-xs-1,
#order_item .col-xs-1,
#order_input .col-xs-1,
#order_content .col-xs-10,
#order_envelope .col-xs-10,
#order_item .col-xs-10,
#order_input .col-xs-10,
#order_content .col-xs-11,
#order_envelope .col-xs-11,
#order_item .col-xs-11,
#order_input .col-xs-11,
#order_content .col-xs-12,
#order_envelope .col-xs-12,
#order_item .col-xs-12,
#order_input .col-xs-12,
#order_content .col-xs-2,
#order_envelope .col-xs-2,
#order_item .col-xs-2,
#order_input .col-xs-2,
#order_content .col-xs-3,
#order_envelope .col-xs-3,
#order_item .col-xs-3,
#order_input .col-xs-3,
#order_content .col-xs-4,
#order_envelope .col-xs-4,
#order_item .col-xs-4,
#order_input .col-xs-4,
#order_content .col-xs-5,
#order_envelope .col-xs-5,
#order_item .col-xs-5,
#order_input .col-xs-5,
#order_content .col-xs-6,
#order_envelope .col-xs-6,
#order_item .col-xs-6,
#order_input .col-xs-6,
#order_content .col-xs-7,
#order_envelope .col-xs-7,
#order_item .col-xs-7,
#order_input .col-xs-7,
#order_content .col-xs-8,
#order_envelope .col-xs-8,
#order_item .col-xs-8,
#order_input .col-xs-8,
#order_content .col-xs-9,
#order_envelope .col-xs-9,
#order_item .col-xs-9,
#order_input .col-xs-9 {
  padding-right: 0px;
  padding-left: 0px;
}
.btn-action {
  border: 1px solid #424242;
  background-color: #424242;
  color: #fff;
  border-radius: 0px;
}
.btn-action:hover {
  border: 1px solid #424242;
  background-color: #424242;
  color: #fff;
}
.full-width {
  width: 100%;
}
.btn-xxs {
  padding: 1px 5px;
  font-size: 1.0rem;
  line-height: 1.5;
  border-radius: 0px;
}
blockquote {
  border: 1px solid #407060;
  border-left: 5px solid #407060;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\00A0 - \00A0';
}
.help-block .validetta-inline {
  display: inline;
}
.padding10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padding0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.bg-pink {
  background-color: #FF9CF0;
  color: #fff;
}
.text-pink {
  color: #FF9CF0;
}
.text-green {
  color: #009474;
}
.search-group {
  font-size: 1.2rem;
  font-weight: normal;
}
.search-group .search-input {
  border-radius: 30px !important;
  border: 1px solid #ddd;
  padding: 5px 32px 5px 15px;
  left: 72px;
  position: relative;
  top: 5px;
}
.search-group .glyphicon-search {
  color: #ddd;
  top: 7px;
  right:-42px;
  cursor: pointer;
}
#section_pad {
  padding-top: 230px;
  background-color: #336250;
}
.circle {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -ms-border-radius: 9px;
  -khtml-border-radius: 9px;
  -o-border-radius: 9px;
  background: #389c7b;
  color: #fff;
  text-align: center;
  font-size: 1.0rem;
  padding-top: 2px;
}
#main-foryou .carousel-inner .item .row > div:first-child img {
  margin-right: 2px;
}
#main-foryou .carousel-inner .item .row > div:last-child img {
  margin-left: 2px;
}
#main-foryou .carousel-indicators {
  position: inherit;
  bottom: 10px;
  left: 0%;
  z-index: 15;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
  bottom: 0px;
}
#main-foryou .carousel-indicators li {
  display: inline-block;
  margin: 15px;
  font-size: 1.5rem;
  padding-top: 4px;
}
#main-foryou .carousel-indicators li.active[data-target] {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 1px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #4A4A4A;
  border: 1px solid #4A4A4A;
  color: #fff;
}
#section_cscenter {
  border-top: 1px solid #dfdfdf;
  padding: 60px 0px;
}
#section_cscenter h2 {
  letter-spacing: 3px;
}
#section_cscenter .faq_btn {
  position: absolute;
  bottom: 0;
  left: 550px;
}
#section_cscenter .footer-desc {
  color: #a8a8a8;
  font-size: 1.2rem;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 1.5px;
}
#section_cscenter .footer-desc span {
  padding-right: 25px;
  letter-spacing: 2.5px;
}
#notice_rolling .pull-left {
    width:50%;   
    height:62px;
    border:1px solid #dfdfdf;
}
#notice_rolling .notice_title {
    text-align:right;
    background:#f7f7f7;
    padding:20px 100px;
    border-right:0;
    color:#ff3000;
}

#notice_rolling .notice_title a {
	color:#ff3000;
}

#notice_rolling .notice_title a img {
    padding:0 10px 1px 0;
}
#notice_rolling .notice_content {
    background:#fff;
    position:relative;
    padding:20px 100px;
    overflow:hidden;
}
#notice_rolling .notice_content li {
    position:absolute;
    left:0;
    top:40px;
    padding:20px 60px;
    width:100%;
    background:#fff;
}
#notice_rolling .notice_content li:first-child {
    top:0;
}
.base-shadow {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.09), 0 1px 6px rgba(0, 0, 0, 0.1);
}
#footer {
  padding-bottom:80px;
  background-color: #fcf4f4;
}
#footer .footer-logo {
  padding: 60px 0 20px 0;
}
#footer .footer-desc {
  color: #a8a8a8;
  font-size: 1.2rem;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 1.5px;
}
#footer .footer-desc span {
  padding-right: 25px;
}
.title-nav.nav > li {
  font-size: 1.6rem;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.title-nav.nav > li > a {
  padding: 19px 70px 18px 70px;
  text-align: left;
  color: #C2C2C2;
  border-radius: 0px;
  background-color: #EBEBEB;
  border: 0px solid #ddd;
  border-bottom: 3px solid #EBEBEB;
}
.title-nav.nav > li > a:hover {
  border: 0px solid #ddd;
  color: #000;
  border-bottom: 3px solid #333;
}
.title-nav.nav > li.active {
  background-color: #407060;
}
.title-nav.nav > li.active a {
  border: 0px solid #ddd;
  border-bottom: 3px solid #407060;
  background-color: #407060;
  color: #fff;
}
.title-nav.nav > li.active a:hover {
  border: 0px solid #ddd;
  border-bottom: 3px solid #407060;
}
.title-nav.nav > li.active a:focus {
  border: 0px solid #ddd;
  border-bottom: 3px solid #407060;
}
.title-nav.nav > li:last-child {
  border-right: 0px solid #fff;
}
.nav-order-wrap {
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.nav-order-wrap ul {
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}
.nav-order-wrap ul li {
  color: #808080;
  padding-bottom: 3px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 27px 100px;
}
.nav-order-wrap ul li a {
  font-size: 1.4rem;
  color: #b2b2b2;
  padding: 27px 0px;
  text-decoration: none;
}
.nav-order-wrap ul li a:hover {
  color: #000;
  border-bottom: 1px solid #ff9cf0;
}
.nav-order-wrap ul li.active a {
  color: #000;
  border-bottom: 1px solid #ff9cf0;
}
.nav-order-wrap ul li.active a.blur {
  color: #b2b2b2;
  border-bottom: 0px solid #ff9cf0;
}
.nav-order-wrap ul li.active a:hover {
  color: #000;
  border-bottom: 1px solid #ff9cf0;
}
.dropdown-menu {
  border-radius: 0px;
  padding: 5px 15px;
  min-width: inherit;
}
.dropdown-menu li {
  padding: 7px 20px;
}
.dropdown-menu li:after {
  content: '';
  display: none;
}
.dropdown-menu li a {
  border-bottom: 1px solid #fff;
  padding: 3px 0px;
}
.dropdown-menu li a:hover {
  border-bottom: 1px solid #ff9cf0;
  background-color: #fff;
}
.input-items {
  display: inline-block;
}
.input-items .title {
  min-width: 300px;
  font-size: 1.6rem;
}
.input-items .input-item input {
  width: 400px;
  height: 40px;
  font-size: 1.3rem;
}
.input-items li {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
}
.input-items li.button {
  margin-left: 10px;
  line-height: 37px;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.btn-base {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #666;
  border-color: #666;
  color: #fff;
  min-width: 300px;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
.btn-base:hover {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
  text-decoration: none;
}
.btn-base.btn-base-disabled {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.bg-primary {
  background-color: #fff;
  background-color: #009473;
  border-color: #009473;
}
.bg-primary:hover {
  background-color: #fff;
  background-color: #2A8A69;
  border-color: #2A8A69;
}
.btn-base-large {
  padding: 15px 30px;
  font-size: 1.6rem;
  background-color: #009474;
  border-color: #009474;
}
.btn-base-large:hover {
  background-color: #009474;
  border-color: #009474;
}
.btn-base-large.btn-base-disabled {
  background-color: #009474;
  border-color: #009474;
}
.btn-base-danger {
  background-color: #ff4d24;
  border-color: #ff4d24;
}
.btn-base-danger:hover {
  background-color: #ff2424;
  border-color: #ff2424;
}
.btn-base-danger.btn-base-disabled {
  background-color: #ff4d24;
  border-color: #ff4d24;
}
.btn-base-danger.active {
  background-color: #fff;
  color: #ff4d24;
  border-color: #ff4d24;
}
.btn-base-danger.active:hover {
  background-color: #fff;
  color: #ff4d24;
  border-color: #ff4d24;
}
.btn-base-danger.bone:hover {
  background-color: #fff;
  color: #ff4d24;
  border-color: #ff4d24;
}
.btn-ss {
  padding: 5.5px 11px;
  font-size: 1.2rem;
  min-width: 47px;
}
.btn-xss {
  padding: 1px 3px;
  font-size: 1.2rem;
  min-width: 20px;
}
.validetta-inline,
.validetta-bubble {
  display: block;
  font: 14px !important;
  margin-left: 20px;
  display: inline;
}
.validetta-inline:before,
.validetta-bubble:before {
  content: url('/img/register/failed.png');
  position: relative;
  top: 1.5px;
  left: -10px;
}
.validetta-success {
  display: block;
  font: 14px !important;
  margin-left: 20px;
  color: #000;
  display: inline;
}
.validetta-success:before {
  content: url('/img/register/passed.png');
  position: relative;
  top: 1.5px;
  left: -10px;
}
.nav-mypage > li {
  display: table-cell;
  font-size: 1.6rem;
  border: 1px solid #c8c8c8;
  border-bottom: 1px solid #000;
  border-right: 0px solid #fff;
}
.nav-mypage > li > a {
  padding: 17px;
  text-align: center;
  color: #b7b7b7;
  border-radius: 0px !important;
  background-color: #fff;
  border: 0px solid #ddd !important;
}
.nav-mypage > li > a:hover {
  background-color: #f6f6f6;
}
.nav-mypage > li.active {
  font-weight: 500;
  border: 1px solid #009474;
  background-color: #009474;
}
.nav-mypage > li.active a {
  border: 0px solid #ddd !important;
  background-color: #009474;
  color: #fff;
  border-radius: 0px !important;
}
.nav-mypage > li.active a:hover {
  background-color: #009474;
  color: #fff;
}
.nav-mypage > li.active a:focus {
  background-color: #009474;
  color: #fff;
}
.nav-mypage > li:last-child {
  border-right: 1px solid #c8c8c8;
}
.panel-board2 {
  padding: 10px 0px;
}
.panel-board2 .panel-heading {
  padding: 20px 0px 30px 0px;
  font-size: 1.6rem;
  border-bottom: 0px solid #000;
}
.panel-board2 .panel-body {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.panel-board {
  padding: 10px 0px;
}
.panel-board .panel-heading {
  padding: 20px 0px 30px 0px;
  font-size: 1.6rem;
  border-bottom: 0px solid #000;
}
.panel-board .panel-body {
  border-bottom: 0px solid #c6c6c6;
  padding: 0px 0px 20px 0px;
}
.panel-board .table thead td,
.panel-board .table thead th {
  padding: 19px 0px !important;
  height: 59px;
  vertical-align: middle;
  background-color: #f6f6f6;
  border-bottom: 1px solid #c6c6c6;
  border-top: 0px solid #c6c6c6 !important;
}
.panel-board .table thead td .th-inner-wrap,
.panel-board .table thead th .th-inner-wrap {
  border-right: 1px solid #c6c6c6;
}
.panel-board .table thead td:last-child,
.panel-board .table thead th:last-child {
  border-right: 0px solid #c8c8c8;
}
.panel-board .table thead td:last-child .th-inner-wrap,
.panel-board .table thead th:last-child .th-inner-wrap {
  border-right: 0px solid #c8c8c8;
}
.panel-board .table thead td:first-child,
.panel-board .table thead th:first-child {
  border-right: 0px solid #c8c8c8;
}
.panel-board .table tbody td,
.panel-board .table tbody th {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
.panel-board .table2 th:first-child {
  border-left: 1px solid #e5e5e5;
}
.panel-board .table3 th {
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
.panel-board .table3 td span:nth-child(even):after {
  content: ',';
}
.panel-board .table3 td span:nth-child(even):last-child:after {
  content: '';
}
.panel-board .table3 td span:nth-child(odd) {
  padding: 0 10px 0px 10px;
}
.panel-board .table3 td span:nth-child(odd):after {
  content: ' :';
}
.panel-board .table3 td span:nth-child(odd):last-child:after {
  content: '';
}
.panel-board.panel-layer {
  padding: 0px;
}
.panel-board.panel-layer .panel-heading {
  padding: 10px 10px 10px 10px;
  font-size: 1.6rem;
  border-bottom: 0px solid #389c7b;
  background: #389c7b;
  border: 1px solid #389c7b;
  font-weight: .regular;
}
.panel-board.panel-layer .panel-body {
  border: 1px solid #389c7b;
}
.panel-board.panel-layer .panel-footer {
  border: 1px solid #389c7b;
  border-top: 0px solid #389c7b;
  padding: 15px;
}
.sub-head {
  padding: 90px 0px 30px 0px;
}
.sub-head h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  letter-spacing: -2px;
}
.btn-base-toggle {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.2rem;
  min-width: 70px;
  margin-bottom: 5px;
  margin-right: 1px;
}
.btn-base-toggle.active {
  background: #fff;
  border: 1px solid #009474;
  color: #009474;
  font-weight: bold;
}
.btn-base-toggle:hover {
  background: #fff;
  border: 1px solid #009474;
  color: #009474;
}
.qty-prev {
  color: #009474;
  font-weight: bold;
}
.btn-no-board {
  border: 0px solid #fff;
  background: #fff;
  color: #000;
  padding: 0px;
  min-width: 20px;
}
.btn-no-board.active {
  border: 0px solid #fff;
  background: #fff;
  color: #000;
}
.btn-no-board:hover {
  border: 0px solid #fff;
  background: #fff;
  color: #000;
}
.table.table-board-none {
  margin-bottom: 0px;
}
.table.table-board-none th {
  font-size: 1.4rem;
  color: #999;
}
.table.table-board-none th,
.table.table-board-none td {
  border-top: 0px solid #ddd;
  padding-bottom: 20px;
}
.table.table-board-none tr:last-child th,
.table.table-board-none tr:last-child td {
  padding-bottom: 0px;
}
.btn-base-md {
  max-width: 300px;
  width: 180px;
  height: 45px;
}
.btn-base-big {
  background-color: #fff;
  border: 1px solid #009473;
  color: #009473;
  max-width: 300px;
  width: 210px;
  height: 55px;
}
.btn-base-big:hover {
  background-color: #fff;
  border: 1px solid #2A8A69;
  color: #2A8A69;
}
.btn-base-big.active {
  background-color: #009473;
  border: 1px solid #009473;
  color: #fff;
}
.btn-base-big.active:hover {
  background-color: #2A8A69;
  border: 1px solid #2A8A69;
  color: #fff;
}
.btn-base-big.bg-danger {
  background-color: #fff;
  border-color: #ff4d24;
  color: #ff4d24;
}
.btn-base-big.bg-danger:hover {
  background-color: #fff;
  border-color: #ff2424;
  color: #ff2424;
}
.btn-base-big.bg-danger.active {
  background-color: #ff4d24;
  border: 1px solid #ff4d24;
  color: #fff;
}
.btn-base-big.bg-danger.active:hover {
  background-color: #ff4d24;
  border: 1px solid #ff4d24;
  color: #fff;
}
.btn-base.active {
  background-color: #009473;
  border: 1px solid #009473;
  color: #fff;
  height:55px;
}
.btn-base.active:hover {
  background-color: #2A8A69;
  border: 1px solid #2A8A69;
  color: #fff;
  height:55px;
}

.btn-base.s-active {
  background-color: #FFF;
  border: 1px solid #009473;
  color: #009473;
  height:55px;
}
.btn-base.s-active:hover {
  background-color: #F0F0F0;
  border: 1px solid #2A8A69;
  color: #009473;
  height:55px;
}

.btn-remove-single {
  position: absolute;
  margin-left: -22px;
  margin-top: -1px;
  min-width: 10px;
  padding: 2px 3px 3px 3px;
  font-size: 1.1rem;
}
.table {
  margin-bottom: 0px;
}
.panel-body {
  padding: 0px;
}
.table2.table-bordered {
  border: 0px solid #fff;
}
.table2.table-bordered tr:first-child th,
.table2.table-bordered tr:first-child td {
  border-top: 2px solid #000;
}
.table2.table-bordered th {
  padding-left: 20px;
  background-color: #f6f6f6;
  border-right: 1px solid #c6c6c6;
  text-align: center;
}
.table2.table-bordered td {
  padding-left: 20px;
}
.table2.table-bordered th,
.panel-body .table-bordered th {
  border: 1px solid #e5e5e5;
}
.btn-wrap button {
  margin: 0px 10px;
}
.btn-margin-wrap button {
  margin: 3px 10px;
}
.default-dl {
  margin-top: 0;
  margin-bottom: 0px;
}
.default-dl dt {
  padding: 0px;
  padding-top: 10px;
}
.default-dl dt:first-child {
  padding-top: 0px;
}
.default-dl dd {
  padding: 5px 0px;
}
.total-price-wrap {
  color: #333;
}
.total-price-wrap .total-price {
  padding-left: 100px;
  padding-right: 20px;
}
.default-ul {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
}
.default-ul .title {
  width: 120px;
}
.default-ul li {
  color: #808080;
  padding-bottom: 3px;
  display: inline-block;
}
.default-ul li.content:after {
  content: ',';
}
.default-ul li.content:last-child:after {
  content: '';
}
.default-ul.evenodd li:first-child {
  width: 100px;
}
.default-ul.evenodd li span:nth-child(even):after {
  content: ',';
}
.default-ul.evenodd li span:nth-child(even):last-child:after {
  content: '';
}
.default-ul.evenodd li span:nth-child(odd) {
  padding: 0 10px 0px 10px;
}
.default-ul.evenodd li span:nth-child(odd):after {
  content: ' : ';
}
.pt10 {
  padding: 10px 20px;
}
.board1 {
  border: 1px solid #e5e5e5;
  border-bottom: 0px solid #c6c6c6;
}
.item-container select[name^="option_item_add"] {
  width: 365px;
}
.item-container .qty-prev-wrap {
  width: 380px;
}
.item-container .btn-group {
  width: 380px;
}
.item-list-wrap {
  border: 1px solid #ebebeb;
}
.item-list-wrap:hover {
  border: 1px solid #999;
}
.item-list-wrap:hover .img-wrap .img-layer {
  opacity: 1;
  background: rgba(0, 0, 0, 0.45);
}
.item-list-wrap .img-wrap {
  position: relative;
  text-align: center;
  background-color: #EDEDED;
}
.item-list-wrap .img-wrap a {
  display: block;
}
.item-list-wrap .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
}
.item-list-wrap .img-wrap .img-layer {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.item-list-wrap .img-wrap .img-layer .glyphicon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.item-list-wrap .img-wrap .img-layer .glyphicon :hover {
  color: #fff;
}
.item-list-wrap .title-wrap {
  padding: 26px 0px 10px 0px;
  margin: 0px 20px;
}
.item-list-wrap .title-wrap .title {
  font-size: 2.3rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
}
.item-list-wrap .title-wrap .desc {
  font-size: 1.4rem;
  color: #666;
}
.item-list-wrap .range-wrap {
  padding: 10px 0px 26px 0px;
  margin: 0px 20px;
}
.item-list-wrap .range-wrap .range {
  font-size: 1.2rem;
  color: #bebebe;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.demilight {
  font-weight: 350;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
#event-contents .event-breadcrumb {
  padding: 57px 0px 22px 0px;
  background-color: #fff;
  border-radius: 0px;
  text-align: right;
}
#event-contents .event-breadcrumb ul {
  display: inline-block;
}
#event-contents .event-breadcrumb ul li {
  list-style: none;
  float: left;
  padding-left: 70px;
}
#event-contents .event-breadcrumb ul li strong {
  padding-right: 20px;
  padding-left: 10px;
}
#event-contents .event-breadcrumb.minus10 img {
  margin-top: -10px;
}
#event-contents .event-table th,
#event-contents .event-table td {
  vertical-align: top;
  border-top: 1px solid #ececec;
  padding: 70px 25px;
}
#event-contents .event-table th .title,
#event-contents .event-table td .title {
  padding-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 500;
}
#event-contents .event-table th .desc,
#event-contents .event-table td .desc {
  font-size: 1.6rem;
  padding: 10px 0px;
  font-weight: 400;
}
#event-contents .event-table th .small,
#event-contents .event-table td .small {
  color: #949494;
  font-size: 1.4rem;
  font-weight: 400;
}
#event-contents .event-table tr:first-child th,
#event-contents .event-table tr:first-child td {
  border-top: 2px solid #000;
}
#event-contents .event-table tr:last-child th,
#event-contents .event-table tr:last-child td {
  border-bottom: 2px solid #000;
}
#event-contents .event-table2 th,
#event-contents .event-table2 td {
  vertical-align: top;
  width: 50%;
  height: 100%;
}
#event-contents .event-table2 th .innner-margin {
  font-size: 2.0rem;
  padding: 30px 0px;
  margin: 10px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #333;
  height: 100%;
}
#event-contents .event-table2 td .innner-margin {
  margin: 0px 30px;
  padding: 30px 0px;
  height: 100%;
}
#event-contents .event-table2 tr:last-child td .innner-margin {
  border-bottom: 1px solid #ccc;
}
#event-contents .event-table2 th:first-child .innner-margin,
#event-contents .event-table2 td:first-child .innner-margin {
  margin: 0px 30px 0px 0px;
}
#event-contents .event-table2 th:last-child .innner-margin,
#event-contents .event-table2 td:last-child .innner-margin {
  margin: 0px 0px 0px 30px;
}
#event-contents .title-wrap {
  padding: 117px 57px;
  text-align: center;
}
#event-contents .btn-wrap {
  padding: 60px 0px 30px 0px;
  text-align: right;
}
#event-contents .btn-wrap .layer-write-btn {
  display: inline-block;
}
#event-contents .btn-wrap .layer-write-btn > input {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #666;
  border-color: #666;
  color: #fff;
  min-width: 100px;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  padding: 15px 30px;
  font-size: 1.6rem;
  background-color: #009474;
  border-color: #009474;
  background-color: #fff;
  background-color: #009473;
  border-color: #009473;
}
#event-contents .btn-wrap .layer-write-btn > input:hover {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
  text-decoration: none;
}
#event-contents .btn-wrap .layer-write-btn > input.btn-base-disabled {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
#event-contents .btn-wrap .layer-write-btn > input:hover {
  background-color: #009474;
  border-color: #009474;
}
#event-contents .btn-wrap .layer-write-btn > input.btn-base-disabled {
  background-color: #009474;
  border-color: #009474;
}
#event-contents .btn-wrap .layer-write-btn > input:hover {
  background-color: #fff;
  background-color: #2A8A69;
  border-color: #2A8A69;
}
#event-banner .container {
  padding-left: 0px;
  padding-right: 0px;
}
#event-comments {
  padding-bottom: 120px;
}
#event-comments .event-area {
  padding: 60px 20px;
}

@media (max-width: 768px) {
	#event-comments .col-lg-8{
	    padding-right: 0px;
	    padding-left: 0px;
	}
	#event-comments .event-area {
	  padding: 60px 0px;
	}
}

#event-comments table {
  margin-top: 50px;
}
#event-comments table tr {
  border-bottom: 1px solid #ccc;
}
#event-comments table tr th {
  padding: 20px;
  background: #777;
  color: #fff;
}
#event-comments table tr td {
  text-align: center;
  padding: 20px;
}
#event-comments table tr td:nth-child(3) {
  text-align: left;
}
#event-comments table tr td .contents {
  padding: 60px 0;
}
#event-comments table tr td .panel {
  border: 1px solid #f6f6f6;
  padding: 0;
}
#event-comments table tr td .panel .panel-heading {
  padding: 10px;
  background: #f6f6f6;
  font-size: 1.4rem;
  font-weight: normal;
}
#event-comments table tr td .panel .panel-body {
  padding: 10px;
}
#event-comments table tr.comment td {
  text-align: left;
}
#event-comments table .title {
  padding: 5px 0px;
}
#event-comments table .head li {
  padding-right: 50px;
}
#event-comments table .head li strong {
  padding-right: 10px;
}
#event-comments table .link a {
  color: #2A8A69;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}
#event-comments table .link a:hover {
  color: #2A8A69;
  font-weight: blod;
}
.banner-section .container {
  padding-right: 0px;
  padding-left: 0px;
}
.banner-section .top-banner-wrap img {
  max-width: 100%;
  width: 100%;
}
.pt30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.border_bottom2 {
  border-bottom: 2px solid #000;
}
.btn-img {
  cursor: pointer;
}
.faq-area {
  padding: 30px 0px 30px 0px;
}
.faq-area .title {
  font-weight: 500;
  padding: 10px 0px;
  font-size: 1.6rem;
  border-top: 1px solid #c6c6c6;
  background-color: #f6f6f6;
  padding: 18.5px;
}
.faq-area pre {
  font-weight: 400;
  display: block;
  padding: 20px 18.5px;
  margin: 0px;
  font-size: 1.3rem;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 0px solid #ececec;
  border-top: 0px solid #000;
  border-radius: 0px;
  font-family: 'Noto Sans KR', sans-serif;
}
.faq-area:last-child {
  padding-bottom: 120px;
}
.faq-area:first-child {
  padding-top: 90px;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
.nav-faq > li {
  display: table-cell;
  font-size: 1.6rem;
  border: 1px solid #c8c8c8;
  border-bottom: 1px solid #000;
  border-right: 0px solid #fff;
}
.nav-faq > li > a {
  padding: 17px;
  text-align: center;
  color: #b7b7b7;
  border-radius: 0px !important;
  background-color: #fff;
  border: 0px solid #ddd !important;
}
.nav-faq > li > a:hover {
  background-color: #f6f6f6;
}
.nav-faq > li.active {
  font-weight: 500;
  border: 1px solid #009474;
  background-color: #009474;
}
.nav-faq > li.active a {
  border: 0px solid #ddd !important;
  background-color: #009474;
  color: #fff;
  border-radius: 0px !important;
}
.nav-faq > li.active a:hover {
  background-color: #009474;
  color: #fff;
}
.nav-faq > li.active a:focus {
  background-color: #009474;
  color: #fff;
}
.nav-faq > li:last-child {
  border-right: 1px solid #c8c8c8;
}
.nav-faq li:last-child {
  border-right: 1px solid #c8c8c8;
}
#footer-menu {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 12;
  background: rgba(252, 244, 244, 0.8);
  border-top: 1px solid #FAE9EA;
  text-align: center;
}
#footer-menu .footer-box-wrap {
  display: inline-block;
  padding: 10px 0px 5px 0px;
}
#footer-menu .footer-box-wrap .footer-box {
  font-size: 2.0rem;
  border-right: 1px solid #FAE9EA;
  float: left;
  padding: 0px 50px;
}
#footer-menu .footer-box-wrap .footer-box:last-child {
  border-right: 0px solid #FAE9EA;
}
#footer-menu .footer-box-wrap .footer-box .title {
  font-weight: 500;
  padding-right: 10px;
}
#footer-menu .footer-box-wrap .footer-box .desc {
  font-weight: 300;
  padding-left: 10px;
}
#footer-menu .footer-box-wrap .footer-box > div {
  float: left;
}
#footer-menu .footer-box-wrap .footer-box .footer_qty {
  text-align: center;
  background-color: #FCF4F4;
  width: 50px;
  border: 1px solid #FAE9EA;
}
#footer-menu .footer-box-wrap .footer-box .footer_qty_minus {
  background-color: #FAE9EA;
  border: 1px solid #FAE9EA;
  color: #000;
  padding: 1px 11px;
}
#footer-menu .footer-box-wrap .footer-box .footer_qty_minus:hover {
  background-color: #FFA4F1;
  border: 1px solid #FFA4F1;
  color: #000;
}
#footer-menu .footer-box-wrap .footer-box .footer_qty_plus {
  background-color: #FAE9EA;
  border: 1px solid #FAE9EA;
  color: #000;
  padding: 1px 9px;
}
#footer-menu .footer-box-wrap .footer-box .footer_qty_plus:hover {
  background-color: #FFA4F1;
  border: 1px solid #FFA4F1;
  color: #000;
}
.btn-base-transparent {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #666;
  border-color: #666;
  color: #fff;
  min-width: 100px;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  padding: 0px;
  min-width: 10px;
  font-size: 2.0rem;
  margin-top: -5px;
}
.btn-base-transparent:hover {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
  text-decoration: none;
}
.btn-base-transparent.btn-base-disabled {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-base-white {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #666;
  border-color: #666;
  color: #fff;
  min-width: 100px;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  background-color: white;
  padding: 0px;
  min-width: 10px;
  font-size: 2.0rem;
}
.btn-base-white:hover {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
  text-decoration: none;
}
.btn-base-white.btn-base-disabled {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-base-pink {
  background-color: #FAE9EA;
  border: 1px solid #FAE9EA;
  color: #000;
}
.btn-base-pink:hover {
  background-color: #FFA4F1;
  border: 1px solid #FFA4F1;
  color: #000;
}
.btn-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  padding: 5px;
  z-index: 100;
}
.text-through {
  text-decoration: line-through;
  -moz-text-decoration-color: #ff9cf0;
  text-decoration-color: #ff9cf0;
  color: #c6c6c6;
}
.text-through:before {
  content: '\00a0\00a0';
}
.text-through:after {
  content: '\00a0\00a0';
}
.btn-base-white {
  display: inline-block;
  padding: 9px 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #666;
  border-color: #666;
  color: #fff;
  min-width: 100px;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
  font-weight: 400;
  padding: 5px 9px;
  min-width: 50px;
  font-size: 1.3rem;
  color: #000;
  background: #fff;
  border: 1px solid #E5E5E5;
}
.btn-base-white:hover {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
  text-decoration: none;
}
.btn-base-white.btn-base-disabled {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-base-white:hover {
  color: #000;
  background: #fff;
}
.thumbnail-addition {
  width: 25%;
  margin: 10px 10px 10px 0px;
  vertical-align: top;
}
.thumbnail-addition input[type="radio"] {
  vertical-align: top !important;
  margin-right: 10px;
}
.panel-item {
  border-radius: 0px;
  border: 0px solid transparent;
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  padding: 60px 0px;
  padding: 20px 0px;
}
.panel-item .panel-heading {
  background-color: #fff;
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: bold;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 30px 0px;
  font-size: 1.5rem;
}
.panel-item .panel-heading .btn {
  color: #009473;
  border-color: #009473;
  background-color: #fff;
  border-radius: 0px;
}
.panel-item .panel-heading .btn:hover {
  border-color: #009473;
  color: #fff;
  background-color: #009473;
}
.panel-item .panel-heading .bold {
  font-size: 2.0rem;
  padding-bottom: 10px;
}
.panel-item .panel-heading .close {
  margin-right: 10px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.panel-item .panel-heading.panel-heading-border {
  background: #000;
  border: 1px solid #000;
  border-bottom: 0px solid #000;
  color: #fff;
  padding-left: 10px;
}
.panel-item .panel-heading .list-style {
  line-height: 40px;
}
.panel-item .panel-heading .list-style:before {
  content: url("/img/checkout/i_list_style.png");
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.panel-item .panel-body {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 20px;
}
.panel-item .panel-body .panel-btn {
  border-color: #000;
  background-color: #fff;
  border-radius: 0px;
}
.panel-item .panel-body .panel-btn:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.panel-item .panel-body.boarded {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.panel-item .panel-body.panel-body-noborder {
  border: 0px solid #000;
}
.panel-item .panel-body.border-top {
  border: 0px solid #e5e5e5;
  border-top: 2px solid #000;
}
.panel-item .panel-footer {
  border: 0px solid #000;
  padding: 30px;
  background-color: #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-item .panel-heading {
  border-bottom: 0px solid #000;
  padding: 0px;
}
.panel-item .panel-body {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 20px;
  padding: 0px 20px 30px 20px;
}
.panel-item .panel-body .panel-btn {
  border-color: #000;
  background-color: #fff;
  border-radius: 0px;
}
.panel-item .panel-body .panel-btn:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.panel-item .panel-body.boarded {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.panel-item .panel-body.panel-body-noborder {
  border: 0px solid #000;
}
.panel-item .panel-body.border-top {
  border: 0px solid #e5e5e5;
  border-top: 2px solid #000;
}
.panel-item .panel-body .area {
  border-bottom: 0px dashed #e9e9e9;
  padding: 34px 0px;
}
.panel-item .panel-body .area.area-pd {
  padding: 20px 0px 25px 0px;
}
.panel-item .panel-body .area.no-padding {
  padding: 0px 0px;
}
.panel-item .panel-body .area:last-child {
  border-bottom: 0px dashed #e9e9e9;
}
.table3 td,
.table3 th {
  font-weight: 400;
  border: 1px solid #e5e5e5;
  padding: 19px 19px !important;
}
.table3 tr:first-child td,
.table3 tr:first-child th {
  border-top: 2px solid #000;
}
.table3 th {
  background-color: #f6f6f6;
  text-align: center;
}
.table3 th[rowspan] {
  background-color: #fff;
}
.table3 td span:nth-child(odd) {
  font-weight: 700;
  padding-right: 10px;
}
.table3 td span:nth-child(even) {
  padding-right: 30px;
}
.table3 td span:ONLY-CHILD {
  font-weight: 400;
}
.table2 td,
.table2 th {
  font-weight: 400;
  border: 1px solid #e5e5e5;
  padding: 19px 19px !important;
}
.table2 tr:first-child td,
.table2 tr:first-child th {
  border-top: 2px solid #000;
}
.table2 td span:nth-child(odd) {
  font-weight: 700;
  padding-right: 10px;
}
.table2 td span:nth-child(even) {
  padding-right: 30px;
}
.table2 td span:ONLY-CHILD {
  font-weight: 400;
}
.form-control {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
pre {
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
}
.input-group .form-control.single {
  width: 100px;
  border-left: 1px solid #ccc;
  margin-right: 5px;
  display: inline-block;
}
.top-tab-ba-wrap {
  background-color: #fae9ea;
  height: 183px;
  padding-top: 20px;
}
.top-tab-ba-wrap .title-wrap {
  padding-bottom: 30px;
}
.top-tab-ba-wrap .title-desc {
  position: absolute;
  top: 10px;
  left: 450px;
}
.nav-top {
  border-bottom: 0;
  width: 100%;
  font-size: 1.5rem;
}
.nav-top > li {
  display: table-cell;
  width: 1%;
  float: none;
  position: relative;
  top: 1px;
}
.nav-top > li > a,
.nav-top > li > a:hover,
.nav-top > li > a:focus {
  margin-right: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 19px 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.nav-top > li > a:first-child,
.nav-top > li > a:hover:first-child,
.nav-top > li > a:focus:first-child {
  border-left: 1px solid #e5e5e5;
}
.nav-top > .active > a,
.nav-top > .active > a:hover,
.nav-top > .active > a:focus {
  border: 1px solid #000;
  border-radius: 0;
  border-bottom-color: #fff;
  background: #fff;
  color: #000;
}
.nav-top > .active > a:first-child,
.nav-top > .active > a:hover:first-child,
.nav-top > .active > a:focus:first-child {
  border-left: 1px solid #000;
}
@media (min-width: 850px) {
  .nav-top > li > a {
    border-bottom: 1px solid #000;
    border-radius: 0;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* remove dynamic */
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  /* min-width: 1280px; */
}
/* remove dynamic */
@media (max-width: 1600px) {
  .container {
/*    min-width: 1600px;*/
    max-width: none !important;
  }
}
.modal-dialog .modal-header {
  background-color: #FAE9EA;
  border-bottom: 1px solid #FAE9EA;
}
.modal-dialog .modal-header .close {
  color: #FF9BF1;
  opacity: 1;
  font-weight: 800;
}
.modal-dialog .modal-footer {
  background-color: #FAE9EA;
  padding: 8px;
  text-align: right;
  border-top: 1px solid #FAE9EA;
}
.modal-dialog .modal-footer .btn {
  background-color: #FF9BF1;
  border: 1px solid #FAE9EA;
  color: #fff;
}
.modal-dialog .toggle-button label {
  font-weight: 400;
}

.selected-coupon-list {
  padding: 10px 0px;
}
.selected-coupon-list label {
  font-weight: 400;
}
.btn-base-white i.pull-right {
  margin: .3em .3em 0em .3em;
}
.pagination > li > a,
.pagination > li > span {
  padding: 8px 16px;
  color: #389c7b;
  border: 1px solid #389c7b;
}
.mobile .pagination > li > a,
.mobile .pagination > li > span {
  padding: 5px 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #8fd6be;
  border-color: #389c7b;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #389c7b;
  border-color: #389c7b;
}
.pagination > .disabled > span:hover,
.pagination > .disabled > span:hover:hover,
.pagination > .disabled > span:focus:hover,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:hover:hover,
.pagination > .disabled > a:focus:hover {
  background-color: #8fd6be;
  border-color: #389c7b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #389c7b;
  border-color: #389c7b;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:hover:hover,
.pagination > .active > span:hover:hover,
.pagination > .active > a:focus:hover,
.pagination > .active > span:focus:hover {
  background-color: #389c7b;
  border-color: #389c7b;
}
/*# sourceMappingURL=bootstrap.css.map */
/* remove dynamic */
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  /* min-width: 1280px; */
  width: 100%;
  min-width: auto;
}
@media (max-width: 1280px) {
  /* Reset the container */
  .container {
/*    min-width: 1280px;*/
    max-width: none !important;
  }
}
.mg-lr-50 {
  margin: 0px 50px !important;
}
.check-error {
  border: 1px solid #FF9CF0 !important;
}
#scroll-progress {
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #FF9CF0;
  width: 0%;
  -webkit-transition-property: width;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: width;
  transition-duration: 0.5s;
}
.ajax-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(255, 238, 238, 0.2);
}

.ajax-backdrop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  color: #FF9CF0;
  font-size: 2.5rem;
  -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.input-keyword input {
  font-weight: 400;
  height: 55px;
  padding-left: 30px;
  font-size: 1.6rem;
}
.input-keyword button {
  height: 55px;
  font-size: 1.6rem;
}
@media (max-width: 1600px) {
  #main-brand .brand-item .title {
    font-size: 2.3vw;
    line-height: 1.2;
  }
  .product-footer-menu .footer-box-wrap .option-box {
    width: 50%;
  }
  .product-footer-menu .footer-box-wrap .option-add-box {
    width: 50%;
  }
  .product-footer-menu .footer-box-wrap .price-box {
    margin-top: 20px;
    width: 50%;
  }
  .product-footer-menu .footer-box-wrap .btn-box {
    margin-top: 20px;
    width: 50%;
  }
  .item-container .col-md-5 + .col-md-6 {
    width: 58%;
  }
  .item-container .right_thumbnail {
    display: none;
  }
  .benefit-table td .btn-read {
    bottom: 5% !important;
  }
  .col-xs-8 {
    width: 79.999999%;
  }
  .col-xs-offset-2 {
    margin-left: 9.99999%;
  }
  #bottom_nav {
    text-align: center;
  }
  #bottom_nav .btn-wrap {
    display: inline-block;
  }
  #bottom_nav .btn-wrap a.btn-base {
    margin: 0 0 10px !important;
    display: block;
  }
  .btn-auto-wrap {
  	display: block;
  }
  .review-coupon-btn, .schedule-btn {
    /* display:block; */
    margin-top:10px;
    margin-left:0 !important;
    /*width: 420px !important;*/
  }
}
@media (max-width: 1400px) {
  #product-review .board_container {
    margin:0 5%;
  }
  
  #main-brand .brand-item .desc {
    display: none;
  }
  #main-slogan .slogan-nomal {
    font-size: 2vw;
  }
  #faq-contents li {
    font-size: 1.4rem;
  }
  #mypqge-nav li a {
    font-size: 1.5rem;
  }
  .benefit-table td .btn-read {
    bottom: 7% !important;
  }
  .col-xs-8 {
    width: 87.999999%;
  }
  .col-xs-offset-2 {
    margin-left: 6.99999%;
  }
  
  .review-coupon-btn, .schedule-btn {
    /* display:block; */
    margin-top:10px;
    margin-left:0 !important;
    /*width: 420px !important;*/
  }
}
@media (max-width: 1199px) {
  #main-slogan {
    height: auto;
  }
  #main-slogan .row {
    padding: 50px 0;
  }
  #main-slogan .row .slogan-nomal {
    font-size: 4.5vw;
  }
  #main-slogan .row .slogan-desc * {
    display:block;
  }
  #main-slogan .row > .slogan-wrap {
    padding: 0;
  }
  #main-slogan .row > .slogan-wrap:last-child > div {
    margin: 50px auto 0;
  }
  #main-product .benefit-table td {
    display: block;
    text-align: center;
  }
  .nav-order-wrap ul li {
    width: 24%;
    padding: 27px 0;
    text-align: center;
  }
  .btn-box button {
    min-width: 150px !important;
    height: 50px;
    font-size: 1.6rem;
  }
  .benefit-table td .btn-read {
    left: 50%;
    margin-left: -45px;
    bottom: 5% !important;
  }
  #partnerPopup .popup_footer .col-lg-6:first-child {
    border-right:0;
    border-top:1px solid #dfdfdf;
    padding-top:2rem;
  }
  #partnerPopup .popup_footer .col-lg-6:last-child {
    border-top:1px solid #dfdfdf;
    padding-top:2rem;
    margin-top:2rem;
  }
}
@media (max-width: 991px) {
  #event-banner .tar,
  #event-banner .tal {
    text-align: center !important;
  }
  #cate-banner .tar,
  #cate-banner .tal {
    text-align: center !important;
  }
  #main-slogan .slogan-nomal {
    font-size: 4vw;
  }
  #order-additions .use_toss-wrap li {
    display: block;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
  #order-additions .use_toss-wrap li input,
  #order-additions .use_toss-wrap li select {
    max-width: 300px;
  }
  #section_cscenter .faq_btn {
    position: relative;
    left:0;
    padding-top: 10px;
  }
  .item-container .col-md-5 + .col-md-6 {
    width: 100%;
    margin-top: 30px;
  }
  .product-footer-menu .footer-box-wrap .option-box {
    width: 40%;
  }
  .product-footer-menu .footer-box-wrap .option-add-box {
    width: 60%;
  }
  .product-footer-menu .footer-box-wrap .price-box {
    padding-top: 20px;
    width: 100%;
  }
  .product-footer-menu .footer-box-wrap .btn-box {
    padding-top: 20px;
    width: 100%;
  }
  #product-review .review_header td:last-child,
  #product-review .review_header th:last-child {
    display:none;
  }
  .mobile-footer-menu .footer-box,
  .movie-footer-menu .footer-box {
    width: 100%;
  }
  .mobile-footer-menu .footer-box:last-child,
  .movie-footer-menu .footer-box:last-child {
    margin-top: 20px;
  }
  #event-comments table th:nth-child(2),
  #event-comments table td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .best-product .show_product_wrap {
    padding:2rem !important;
  }
  .best-product div[class*="col-"] {
    padding:0.5rem;
  }
  .new_review {
    height:auto !important;
    overflow:visible !important;
  }
  .new_review .no_review {
    font-size: 1.0rem;
  }
  .new_review .pull-left {
    float:none !important;
    width:100% !important;
  }
  .new_review .title {
    line-height:1.6 !important;
    padding-bottom:20px;
    border-bottom:1px dashed #dbdbdb;
  }
  .new_review ul {
    padding-top:20px;
  }
  .new_review ul li {
    padding:0;
  }
  .label_block {
    display: inline-block !important;
  }
  .label_block * {
    display: inline-block !important;
  }
  .label_block .title {
    padding: 0 !important;
  }
  .label_block + div {
    display: inline-block !important;
  }
  h2 {
    font-size: 2.4rem;
  }
  .navbar-brand.visible-xs {
    max-width: 152px;
    width: 30%;
  }
  .navbar-brand.visible-xs img {
    display: inline-block;
    max-width: 100%;
  }
  .mobile-sample {
    position: absolute;
    right: 85px;
    top: 17px;
    font-size: 1.2rem;
  }
  .mobile-sample .today-view-count {
    position: absolute;
    right: -12px;
    top: -12px;
  }
  #section_pad {
    padding-top: 50px;
  }
  #main-slogan .slogan-bold {
    display: block;
  }
  #cate-banner h2 {
    text-align: left;
    padding-left: 10px;
  }
  #order_input .inline {
    margin-bottom: 10px;
  }
  #order_input table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order_input table tr {
    border-style: none;
  }
  #order_input table tr:first-child td {
    border-top: none;
  }
  #order_input table tr th {
    border-style: none;
    background: #fae9ea;
    display: block;
  }
  #order_input table tr td {
    border-style: none;
    display: block;
    height: auto !important;
  }
  #order_input table tr td #delivery_email1 + span {
    padding: 0;
  }
  #order_input table tr td div {
    margin-top: 5px;
  }
  #order_content .form-group.col-xs-2 {
    float: none;
  }
  #order_content table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order_content table tr {
    border-style: none;
  }
  #order_content table tr:first-child td {
    border-top: none;
  }
  #order_content table tr th {
    border-style: none;
    background: #fae9ea;
    display: block;
  }
  #order_content table tr td {
    border-style: none;
    display: block;
    height: auto !important;
  }
  #order_content table tr td * {
    display: block;
  }
  #order_content table tr td .call-weddmap {
    display: inline-block;
  }
  #order_content table tr td .wedd_name {
    display: inline-block;
  }
  #order_content table tr td input {
    margin-bottom: 10px;
  }
  #order_content table tr td input[type="radio"],
  #order_content table tr td input[type="checkbox"] {
    display: none;
  }
  #order_content table tr td span {
    padding: 0;
  }
  #order_content table tr td .toggle-button {
    display: inline-block;
  }
  #order_envelope .form-group.col-xs-2 {
    float: none;
  }
  #order_envelope table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order_envelope table tr {
    border-style: none;
  }
  #order_envelope table tr:first-child td {
    border-top: none;
  }
  #order_envelope table tr th {
    border-style: none;
    background: #fae9ea;
    display: block;
  }
  #order_envelope table tr td {
    border-style: none;
    display: block;
    height: auto !important;
  }
  #order_envelope table tr td * {
    display: block;
  }
  #order_envelope table tr td input[type="radio"],
  #order_envelope table tr td input[type="checkbox"] {
    display: none;
  }
  #order_envelope table tr td span {
    padding: 0;
  }
  #order_envelope table tr td .env-phone-wrap label + label span.title {
    padding: 0 !important;
  }
  .env label + label span.title {
    padding: 0 15px 0 0 !important;
  }
  .tic td.inputmax100 span {
    display : block;
    padding : 5px;
  }
  #order-additions table tr:first-child td {
    border-top: none;
  }
  #order-additions table tr th {
    height: auto;
    display: block;
  }
  #order-additions table tr td {
    overflow: hidden;
    display: block;
    height: auto !important;
  }
  #order-additions table tr td * {
    display: block;
  }
  #order-additions table tr td .ticket_title * {
    display:inline-block;
  }
  #order-additions table tr td input {
    margin-bottom: 10px;
  }
  #order-additions table tr td input[type="radio"],
  #order-additions table tr td input[type="checkbox"] {
    display: inline-block;  /* 이것이 왜 none이었는지 기억이 안난느 부분... */
  }
  #order-additions table tr td span {
    padding: 0;
  }
  #order-additions table tr td .sampe-itme-wrap.tar {
    margin-bottom: 10px;
  }
  #order-additions table tr td .title {
    display: inline-block;
  }
  #order-additions table tr td .bride_father {
    display: inline-block;
  }
  #order-additions table tr td .sticker-label input[type="radio"] {
    display: inline-block;
  }
  #order-additions table tr td ul {
    display: inline-block;
  }
  #order-additions table tr td li {
    display: list-item;
  }
  #order-additions .panel-heading a {
    display: block;
  }
  #order-additions .radio label {
    display: block;
    margin: 0;
  }
  #order-additions .radio label:first-child {
    margin-bottom: 10px;
  }
  #order-additions .pay-detail-wrap li {
    display: block;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
  #order_gallry table tr:first-child td {
    border-top: none;
  }
  #order_gallry table tr th {
    height: auto;
    display: block;
  }
  #order_gallry table tr td {
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #order_gallry table tr td * {
    display: block;
  }
  #order_gallry table tr td input {
    display: block;
    margin-bottom: 10px;
  }
  #order_gallry table tr td input[name="map_title"] {
    display: inline-block;
  }
  #order_gallry table tr td button.search_wedd {
    display: inline-block;
  }
  #order_gallry table tr td input[type="radio"],
  #order_gallry table tr td input[type="checkbox"] {
    display: none;
  }
  #order_gallry table tr td span {
    padding: 0;
  }
  #order_gallry table tr td .sampe-itme-wrap.tar {
    margin-bottom: 10px;
  }
  #prev-list .col-lg-8 {
    padding: 0;
  }
  #prev-list .panel-body {
    padding: 0;
  }
  #prev-list table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #prev-list table tr {
    border-top: none;
  }
  #prev-list table tr:first-child td {
    border-top: none;
  }
  #prev-list table tr th {
    border-top: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #prev-list table tr th.table-subject {
    background: #fff;
    color: #407060;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
  }
  #prev-list table tr td {
    border-top: none;
    overflow: hidden;
    display: block;
    height: auto !important;
  }
  #prev-list table tr td * {
    display: block;
  }
  #prev-list table tr td input {
    margin-bottom: 10px;
  }
  #prev-list table tr td input[type="radio"],
  #prev-list table tr td input[type="checkbox"] {
    display: none;
  }
  #prev-list table tr td span {
    display: inline-block;
    padding: 0;
  }
  #prev-list table tr td span.item-subject {
    background: #eee;
    margin: 5px 0;
  }
  #prev-list table tr td span.item-content {
    padding: 0 8px 0 3px;
    margin: 5px 0;
  }
  #prev-list table tr td span.item_subject {
    background: #eee;
    margin: 5px 0;
  }
  #prev-list table tr td span.item_content {
    padding: 0 8px 0 3px;
    margin: 5px 0;
  }
  #prev-list table tr td .sampe-itme-wrap.tar {
    margin-bottom: 10px;
  }
  #movie_checkform table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #movie_checkform table tr {
    border-style: none;
  }
  #movie_checkform table tr:first-child td {
    border-top: none;
  }
  #movie_checkform table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #movie_checkform table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #movie_checkform table tr td * {
    display: block;
  }
  #movie_checkform table tr td input {
    display: block;
    margin-bottom: 10px;
  }
  #movie_checkform table tr td input[type="radio"],
  #movie_checkform table tr td input[type="checkbox"] {
    display: none;
  }
  #movie_checkform table tr td span {
    padding: 0;
  }
  #movie_checkform table tr td .sampe-itme-wrap.tar {
    margin-bottom: 10px;
  }
  #order-base table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order-base table tr {
    border-style: none;
  }
  #order-base table tr:first-child td {
    border-top: none;
  }
  #order-base table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #order-base table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #order-address table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order-address table tr {
    border-style: none;
  }
  #order-address table tr:first-child td {
    border-top: none;
  }
  #order-address table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #order-address table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #order-payment table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order-payment table tr {
    border-style: none;
  }
  #order-payment table tr:first-child td {
    border-top: none;
  }
  #order-payment table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #order-payment table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #order-detail table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order-detail table tr {
    border-style: none;
  }
  #order-detail table tr:first-child td {
    border-top: none;
  }
  #order-detail table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #order-detail table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #order-detail table tr td dd li {
    display: block;
    margin: 10px 0;
  }
  #order_info table {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }
  #order_info table tr {
    border-style: none;
  }
  #order_info table tr:first-child td {
    border-top: none;
  }
  #order_info table tr th {
    border-style: none;
    background: #fae9ea;
    height: auto;
    display: block;
  }
  #order_info table tr td {
    border-style: none;
    overflow: hidden;
    display: block;
    text-align: left !important;
    height: auto !important;
  }
  #mcard_checkform .radio label {
    display: block;
    margin-left: 0;
  }
  #mcard_checkform .default-ul li {
    display: block;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  #special-banner select.input-lg {
    margin-top: 10px;
  }
  #special-product {
    border-top: 2px solid #000;
  }
  #faq-contents pre {
    white-space: pre-wrap;
    line-height: 1.8;
  }
  .goods_checkout .row:first-child .panel-board .panel-body {
    border: 1px solid #ddd;
    padding: 30px;
  }
  .goods_checkout .row:first-child .panel-board table th {
    display: none;
  }
  .goods_checkout .row:first-child .panel-board table tbody td {
    display: block;
    height: auto;
    text-align: center;
    border-width: 0;
    padding: 5px;
    font-size: 1.6rem;
  }
  .goods_checkout .row:first-child .panel-board table tbody td .sub_real_total {
    display: none;
  }
  .goods_checkout .row:first-child .panel-board table tbody td:nth-child(3) {
    padding-right: 20px;
  }
  .goods_checkout .row:first-child .panel-board table tbody td:nth-child(3):before {
    content: "수량";
    display: inline-block;
    font-weight: bold;
    padding-right: 100px;
  }
  .goods_checkout .row:first-child .panel-board table tbody td.total_price_td {
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }
  .goods_checkout .row:first-child .panel-board table tbody td:last-child {
    text-align: center !important;
  }
  .goods_checkout .input-sm {
    display: inline-block !important;
  }
  .goods_checkout input[name^="order_phone"] {
    width: 50px !important;
  }
  .goods_checkout input[name^="order_email"] {
    width: 100px !important;
  }
  .goods_checkout input[name^="delivery_phone"] {
    width: 50px !important;
  }
  .goods_checkout input[name^="delivery_email"] {
    width: 100px !important;
  }
  .goods_checkout input[name^="env_person"] {
    width: 100px !important;
  }
  .goods_checkout .search_post {
    margin-top: 5px;
  }
  .goods_checkout .table-bordered tr:first-child td {
    border-top: 0;
  }
  .goods_checkout .table-bordered th {
    display: block;
    height: auto !important;
    background-color: #fae9ea !important;
    border: 0 !important;
    border-bottom: 0 !important;
  }
  .goods_checkout .table-bordered td {
    display: block;
    height: auto !important;
    border: 0 !important;
    border-bottom: 0 !important;
  }
  #section_cscenter span {
    display: block;
  }
  #section_cscenter a {
    display: block;
  }
  #section_cscenter a:first-child {
    margin-bottom: 10px;
  }
  #footer span {
    display: block;
    line-height: 1.6;
  }
  .product-footer-menu .footer-box-wrap .footer-box {
    padding: 0 10px;
  }
  .product-footer-menu .footer-box-wrap .option-box {
    width: 100%;
  }
  .product-footer-menu .footer-box-wrap .option-add-box {
    padding-top: 10px;
    width: 100%;
  }
  .product-footer-menu .footer-box-wrap .price-box {
    padding-top: 10px;
    width: 100%;
  }
  .product-footer-menu .footer-box-wrap .btn-box {
    padding-top: 10px;
    width: 100%;
  }
  .product-footer-menu .footer-box-wrap .btn-box .footer_action img {
    width: 150px;
  }
  .benefit-table td .btn-read {
    bottom: 3% !important;
  }
  .item-container .mobile-item-menu {
    clear: both;
    padding-top: 10px;
  }
  .item-container .mobile-item-menu .review-coupon-btn, .item-container .mobile-item-menu .schedule-btn {
    /* width:97% !important; */
  }
  .item-container .mobile-item-menu > div {
    margin: 20px 0;
  }
  .item-container .mobile-item-menu .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .item-container .mobile-item-menu .mobile-qty .mobile_qty_minus {
    background-color: #FAE9EA;
    border: 1px solid #FAE9EA;
    color: #000;
    padding: 1px 11px;
  }
  .item-container .mobile-item-menu .mobile-qty .qty_prev {
    text-align: center;
    background-color: #FCF4F4;
    width: 50px;
    height: 32px;
    border: 1px solid #FAE9EA;
  }
  .item-container .mobile-item-menu .mobile-qty .mobile_qty_plus {
    background-color: #FAE9EA;
    border: 1px solid #FAE9EA;
    color: #000;
    padding: 1px 11px;
  }
  .item-container .mobile-item-menu .mobile-option select {
    display: inline-block;
    width: 116px;
  }
  .item-container .mobile-item-menu .mobile-price .total_price {
    font-weight: bold;
    font-size: 1.6rem;
    color: #ff9cf0;
  }
  .item-container .mobile-item-menu .mobile-btn-box button, .mobile-btn-box button  {
    width: 48%;
    height: 50px;
    font-size: 1.6rem;
    display: inline-block;
  }
  .mobile-product {
    width: 80%;
    margin: 0 10% 10%;
    padding: 5%;
    border: 1px solid #e5e5e5;
  }
  .mobile-product .mobile-product-img {
    text-align: center;
  }
  .mobile-product .mobile-product-subject {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
  }
  .mobile-product .mobile-product-info {
    font-size: 1.6rem;
  }
  .mobile-product .mobile-product-info span {
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height: 30px;
  }
  .mobile-product .mobile-product-info span:first-child {
    font-weight: bold;
  }
  .mobile-product .mobile-product-info span:last-child {
    text-align: right;
  }
  .mobile-product .mobile-product-info span + strong {
    text-align: right;
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height: 30px;
  }
  .mobile-product .mobile-product-btn {
    padding-top: 20px;
    text-align: center;
  }
  .mobile_price_info {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.6rem;
  }
  .mobile-total-price span:last-child {
    font-weight: bold;
  }
  #event-comments table th:nth-child(5),
  #event-comments table td:nth-child(5) {
    display: none;
  }
  #event-comments table th:nth-child(6),
  #event-comments table td:nth-child(6) {
    display: none;
  }
  #review-coupon .desc {
    font-size: 1.0rem;
  }
  #notice_rolling .pull-left {
    width:100%;
    text-align:center;
    border-left:0;
    border-right:0;
  }
  #notice_rolling .notice_title{
    border-bottom:0;
  }
  .xs-inline input {
    display: inline-block !important;
    max-width: 50px !important;
    width: auto !important;
  }
  .xs-inline input[type="text"] {
    max-width: 100px !important;
  }
  .xs-inline select,
  .xs-inline span {
    display: inline-block !important;
  }
  .panel {
    padding: 0 0 60px;
  }
  .mg-lr-50 {
    margin: 0 !important;
  }
  .col-xs-8 {
    width: 89.999999%;
  }
  .col-xs-offset-2 {
    margin-left: 4.99999%;
  }
  
    #loginModal .login_wrap {
        width:100%;
        text-align:center;
    }
    
    #loginModal .login_wrap .error {
        display:block;
    }
    
    #loginModal .login_wrap > ul {
        float:none;
    }
    
    #loginModal .input-items .input-item input {
        width:160px;
    }
    
    #loginModal .login_btn {
        float:none;
        width:250px;
        height:50px;
        display:block;
        margin:0 auto;
    }
    
    #navAd {
    	display:none;
    }
}


/* media xs */

.mobile .best-product .show_product_wrap {
padding:2rem !important;
}
.mobile .best-product div[class*="col-"] {
padding:0.5rem;
}
.mobile .new_review {
height:auto !important;
overflow:visible !important;
}
.mobile .new_review .no_review {
font-size: 1.0rem;
}
.mobile .new_review .pull-left {
float:none !important;
width:100% !important;
}
.mobile .new_review .title {
line-height:1.6 !important;
padding-bottom:20px;
border-bottom:1px dashed #dbdbdb;
}
.mobile .new_review ul {
padding-top:20px;
}
.mobile .new_review ul li {
padding:0;
}
.mobile .label_block {
display: inline-block !important;
}
.mobile .label_block * {
display: inline-block !important;
}
.mobile .label_block .title {
padding: 0 !important;
}
.mobile .label_block + div {
display: inline-block !important;
}
.mobile h2 {
font-size: 2.4rem;
}
.mobile .navbar-brand.visible-xs {
max-width: 152px;
width: 30%;
}
.mobile .navbar-brand.visible-xs img {
display: inline-block;
max-width: 100%;
}
.mobile .mobile-sample {
position: absolute;
right: 85px;
top: 17px;
font-size: 1.2rem;
}
.mobile .mobile-sample > span {position:relative;}
.mobile .mobile-sample > span.wish_ea {margin-left:10px;}
.mobile .mobile-sample > span.wish_ea .today-view-count {
position: absolute;
right: -14px;
top: -12px;
}
.mobile .mobile-sample > span.sample_ea .today-view-count {
position: absolute;
right: -9px;
top: -12px;
}
.mobile #section_pad {
padding-top: 50px;
}
.mobile #main-slogan .slogan-bold {
display: block;
}
.mobile #cate-banner h2 {
text-align: left;
padding-left: 10px;
}
.mobile #order_input .inline {
margin-bottom: 10px;
}
.mobile #order_input table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order_input table tr {
border-style: none;
}
.mobile #order_input table tr:first-child td {
border-top: none;
}
.mobile #order_input table tr th {
border-style: none;
background: #fae9ea;
display: block;
}
.mobile #order_input table tr td {
border-style: none;
display: block;
height: auto !important;
}
.mobile #order_input table tr td #delivery_email1 + span {
padding: 0;
}
.mobile #order_input table tr td div {
margin-top: 5px;
}
.mobile #order_content .form-group.col-xs-2 {
float: none;
}
.mobile #order_content table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order_content table tr {
border-style: none;
}
.mobile #order_content table tr:first-child td {
border-top: none;
}
.mobile #order_content table tr th {
border-style: none;
background: #fae9ea;
display: block;
}
.mobile #order_content table tr td {
border-style: none;
display: block;
height: auto !important;
}
.mobile #order_content table tr td * {
display: block;
}
.mobile #order_content table tr td .call-weddmap {
display: inline-block;
}
.mobile #order_content table tr td .wedd_name {
display: inline-block;
}
.mobile #order_content table tr td input {
margin-bottom: 10px;
}
.mobile #order_content table tr td input[type="radio"],
.mobile #order_content table tr td input[type="checkbox"] {
display: none;
}
.mobile #order_content table tr td span {
padding: 0;
}
.mobile #order_content table tr td .toggle-button {
display: inline-block;
}
.mobile #order_envelope .form-group.col-xs-2 {
float: none;
}
.mobile #order_envelope table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order_envelope table tr {
border-style: none;
}
.mobile #order_envelope table tr:first-child td {
border-top: none;
}
.mobile #order_envelope table tr th {
border-style: none;
background: #fae9ea;
display: block;
}
.mobile #order_envelope table tr td {
border-style: none;
display: block;
height: auto !important;
}
.mobile #order_envelope table tr td * {
display: block;
}
.mobile #order_envelope table tr td input[type="radio"],
.mobile #order_envelope table tr td input[type="checkbox"] {
display: none;
}
.mobile #order_envelope table tr td span {
padding: 0;
}
.mobile #order_envelope table tr td .env-phone-wrap label + label span.title {
padding: 0 !important;
}
.mobile .env label + label span.title {
padding: 0 15px 0 0 !important;
}
.mobile .tic td.inputmax100 span {
display : block;
padding : 5px;
}
.mobile #order-additions table tr:first-child td {
border-top: none;
}
.mobile #order-additions table tr th {
height: auto;
display: block;
}
.mobile #order-additions table tr td {
overflow: hidden;
display: block;
height: auto !important;
}
.mobile #order-additions table tr td * {
display: block;
}
.mobile #order-additions table tr td .ticket_title * {
display:inline-block;
}
.mobile #order-additions table tr td input {
margin-bottom: 10px;
}
.mobile #order-additions table tr td input[type="radio"],
.mobile #order-additions table tr td input[type="checkbox"] {
display: inline-block;  /* 이것이 왜 none이었는지 기억이 안난느 부분... */
}
.mobile #order-additions table tr td span {
padding: 0;
}
.mobile #order-additions table tr td .sampe-itme-wrap.tar {
margin-bottom: 10px;
}
.mobile #order-additions table tr td .title {
display: inline-block;
}
.mobile #order-additions table tr td .bride_father {
display: inline-block;
}
.mobile #order-additions table tr td .sticker-label input[type="radio"] {
display: inline-block;
}
.mobile #order-additions table tr td ul {
display: inline-block;
}
.mobile #order-additions table tr td li {
display: list-item;
}
.mobile #order-additions .panel-heading a {
display: block;
}
.mobile #order-additions .radio label {
display: block;
margin: 0;
}
.mobile #order-additions .radio label:first-child {
margin-bottom: 10px;
}
.mobile #order-additions .pay-detail-wrap li {
display: block;
margin-bottom: 10px;
padding-left: 0 !important;
}
.mobile #order_gallry table tr:first-child td {
border-top: none;
}
.mobile #order_gallry table tr th {
height: auto;
display: block;
}
.mobile #order_gallry table tr td {
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #order_gallry table tr td * {
display: block;
}
.mobile #order_gallry table tr td input {
display: block;
margin-bottom: 10px;
}
.mobile #order_gallry table tr td input[name="map_title"] {
display: inline-block;
}
.mobile #order_gallry table tr td button.search_wedd {
display: inline-block;
}
.mobile #order_gallry table tr td input[type="radio"],
.mobile #order_gallry table tr td input[type="checkbox"] {
display: none;
}
.mobile #order_gallry table tr td span {
padding: 0;
}
.mobile #order_gallry table tr td .sampe-itme-wrap.tar {
margin-bottom: 10px;
}
.mobile #prev-list .col-lg-8 {
padding: 0;
}
.mobile #prev-list .panel-body {
padding: 0;
}
.mobile #prev-list table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #prev-list table tr {
border-top: none;
}
.mobile #prev-list table tr:first-child td {
border-top: none;
}
.mobile #prev-list table tr th {
border-top: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #prev-list table tr th.table-subject {
background: #fff;
color: #407060;
font-weight: bold;
font-size: 1.8rem;
text-align: left;
}
.mobile #prev-list table tr td {
border-top: none;
overflow: hidden;
display: block;
height: auto !important;
}
.mobile #prev-list table tr td * {
display: block;
}
.mobile #prev-list table tr td input {
margin-bottom: 10px;
}
.mobile #prev-list table tr td input[type="radio"],
.mobile #prev-list table tr td input[type="checkbox"] {
display: none;
}
.mobile #prev-list table tr td span {
display: inline-block;
padding: 0;
}
.mobile #prev-list table tr td span.item-subject {
background: #eee;
margin: 5px 0;
}
.mobile #prev-list table tr td span.item-content {
padding: 0 8px 0 3px;
margin: 5px 0;
}
.mobile #prev-list table tr td span.item_subject {
background: #eee;
margin: 5px 0;
}
.mobile #prev-list table tr td span.item_content {
padding: 0 8px 0 3px;
margin: 5px 0;
}
.mobile #prev-list table tr td .sampe-itme-wrap.tar {
margin-bottom: 10px;
}
.mobile #movie_checkform table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #movie_checkform table tr {
border-style: none;
}
.mobile #movie_checkform table tr:first-child td {
border-top: none;
}
.mobile #movie_checkform table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #movie_checkform table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #movie_checkform table tr td * {
display: block;
}
.mobile #movie_checkform table tr td input {
display: block;
margin-bottom: 10px;
}
.mobile #movie_checkform table tr td input[type="radio"],
.mobile #movie_checkform table tr td input[type="checkbox"] {
display: none;
}
.mobile #movie_checkform table tr td span {
padding: 0;
}
.mobile #movie_checkform table tr td .sampe-itme-wrap.tar {
margin-bottom: 10px;
}
.mobile #order-base table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order-base table tr {
border-style: none;
}
.mobile #order-base table tr:first-child td {
border-top: none;
}
.mobile #order-base table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #order-base table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #order-address table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order-address table tr {
border-style: none;
}
.mobile #order-address table tr:first-child td {
border-top: none;
}
.mobile #order-address table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #order-address table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #order-payment table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order-payment table tr {
border-style: none;
}
.mobile #order-payment table tr:first-child td {
border-top: none;
}
.mobile #order-payment table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #order-payment table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #order-detail table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order-detail table tr {
border-style: none;
}
.mobile #order-detail table tr:first-child td {
border-top: none;
}
.mobile #order-detail table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #order-detail table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #order-detail table tr td dd li {
display: block;
margin: 10px 0;
}
.mobile #order_info table {
border-top: 2px solid #000 !important;
border-bottom: 2px solid #000 !important;
}
.mobile #order_info table tr {
border-style: none;
}
.mobile #order_info table tr:first-child td {
border-top: none;
}
.mobile #order_info table tr th {
border-style: none;
background: #fae9ea;
height: auto;
display: block;
}
.mobile #order_info table tr td {
border-style: none;
overflow: hidden;
display: block;
text-align: left !important;
height: auto !important;
}
.mobile #mcard_checkform .radio label {
display: block;
margin-left: 0;
}
.mobile #mcard_checkform .default-ul li {
display: block;
margin-bottom: 10px;
padding: 0 !important;
}
.mobile #special-banner select.input-lg {
margin-top: 10px;
}
.mobile #special-product {
border-top: 2px solid #000;
}
.mobile #faq-contents pre {
white-space: pre-wrap;
line-height: 1.8;
}
.mobile #section_cscenter span {
display: block;
}
.mobile #section_cscenter a {
display: block;
}
.mobile #section_cscenter a:first-child {
margin-bottom: 10px;
}
.mobile #footer span {
display: block;
line-height: 1.6;
}
.mobile .product-footer-menu .footer-box-wrap .footer-box {
padding: 0 10px;
}
.mobile .product-footer-menu .footer-box-wrap .option-box {
width: 100%;
}
.mobile .product-footer-menu .footer-box-wrap .option-add-box {
padding-top: 10px;
width: 100%;
}
.mobile .product-footer-menu .footer-box-wrap .price-box {
padding-top: 10px;
width: 100%;
}
.mobile .product-footer-menu .footer-box-wrap .btn-box {
padding-top: 10px;
width: 100%;
}
.mobile .product-footer-menu .footer-box-wrap .btn-box .footer_action img {
width: 150px;
}
.mobile .benefit-table td .btn-read {
bottom: 3% !important;
}
.mobile .item-container .mobile-item-menu {
clear: both;
padding-top: 10px;
}
.mobile .item-container .mobile-item-menu .review-coupon-btn, .item-container .mobile-item-menu .schedule-btn {
/* width:97% !important; */
}
.mobile .item-container .mobile-item-menu > div {
margin: 20px 0;
}
.mobile .item-container .mobile-item-menu .title {
font-size: 1.8rem;
font-weight: bold;
margin-right: 10px;
}
.mobile .item-container .mobile-item-menu .mobile-qty .mobile_qty_minus {
background-color: #FAE9EA;
border: 1px solid #FAE9EA;
color: #000;
padding: 1px 11px;
}
.mobile .item-container .mobile-item-menu .mobile-qty .qty_prev {
text-align: center;
background-color: #FCF4F4;
width: 50px;
height: 32px;
border: 1px solid #FAE9EA;
}
.mobile .item-container .mobile-item-menu .mobile-qty .mobile_qty_plus {
background-color: #FAE9EA;
border: 1px solid #FAE9EA;
color: #000;
padding: 1px 11px;
}
.mobile .item-container .mobile-item-menu .mobile-option select {
display: inline-block;
width: 116px;
}
.mobile .item-container .mobile-item-menu .mobile-price .total_price {
font-weight: bold;
font-size: 1.6rem;
color: #ff9cf0;
}
.mobile .item-container .mobile-item-menu .mobile-btn-box button, .mobile-btn-box button  {
width: 48%;
height: 50px;
font-size: 1.6rem;
display: inline-block;
}
.mobile .mobile-product {
width: 80%;
margin: 0 10% 10%;
padding: 5%;
border: 1px solid #e5e5e5;
}
.mobile .mobile-product .mobile-product-img {
text-align: center;
}
.mobile .mobile-product .mobile-product-subject {
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
}
.mobile .mobile-product .mobile-product-info {
font-size: 1.6rem;
}
.mobile .mobile-product .mobile-product-info span {
display: inline-block;
width: 50%;
height: 30px;
line-height: 30px;
}
.mobile .mobile-product .mobile-product-info span:first-child {
font-weight: bold;
}
.mobile .mobile-product .mobile-product-info span:last-child {
text-align: right;
}
.mobile .mobile-product .mobile-product-info span + strong {
text-align: right;
display: inline-block;
width: 50%;
height: 30px;
line-height: 30px;
}
.mobile .mobile-product .mobile-product-btn {
padding-top: 20px;
text-align: center;
}
.mobile .mobile_price_info {
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
font-size: 1.6rem;
}
.mobile .mobile-total-price span:last-child {
font-weight: bold;
}
.mobile #event-comments table th:nth-child(5),
.mobile #event-comments table td:nth-child(5) {
display: none;
}
.mobile #event-comments table th:nth-child(6),
.mobile #event-comments table td:nth-child(6) {
display: none;
}
.mobile #review-coupon .desc {
font-size: 1.0rem;
}
.mobile #notice_rolling .pull-left {
width:100%;
text-align:center;
border-left:0;
border-right:0;
}
.mobile #notice_rolling .notice_title{
border-bottom:0;
}
.mobile .xs-inline input {
display: inline-block !important;
max-width: 50px !important;
width: auto !important;
}
.mobile .xs-inline input[type="text"] {
max-width: 100px !important;
}
.mobile .xs-inline select,
.mobile .xs-inline span {
display: inline-block !important;
}
.mobile .panel {
padding: 0 0 60px;
}
.mobile .mg-lr-50 {
margin: 0 !important;
}
.mobile .col-xs-8 {
width: 89.999999%;
}
.mobile .col-xs-offset-2 {
margin-left: 4.99999%;
}

.mobile #loginModal .login_wrap {
    width:100%;
    text-align:center;
}

.mobile #loginModal .login_wrap > ul {
    float:none;
}

.mobile #loginModal .input-items .input-item input {
    width:160px;
}

.mobile #loginModal .login_btn {
    float:none;
    width:250px;
    height:50px;
    display:block;
    margin:0 auto;
}




.mobile .product-wrap .title-wrap, .mobile .product-wrap .price-wrap {
    padding: 1rem 0px;
    margin: 0px 1rem;	
}

.mobile .product-wrap .price {
  font-size: 1.2rem;
}


.mobile #best-md { padding-top:3rem }

.grid-item-detail {border: 1px solid #dfdfdf;}
.main-revie-grid .col-md-3, .main-revie-grid .col-xs-12{ padding-left: 0px; padding-right: 0px;}
.main-revie-grid .grid-item-detail {margin: 5px;}
.main-revie-grid .grid-item-detail .represent-image{border-bottom: 1px solid #dfdfdf;}

.review-contents .content {padding:15px;height: 132px;line-height: 23px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; }
.review-contents .products{padding:15px; border-top:1px solid #dfdfdf;}

.review-contents .products .product-item {height: 50px; margin: 3px 0px;}
.review-contents .products .product-item img{height: 50px; }


.review-contents .products .product-item .link {padding-left:10px;}
.review-contents .products .product-item .price {float: right; line-height: 50px; }
.mobile .main-revie-grid .grid-item-detail{margin: 5px 0px;}


h1, h2 {	
    margin-top: 0;
    margin-bottom: 0;	
}

.breadcrumb {
	padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: inherit;
    border-radius: 0px;
}

/* 추가 191203 */
.modal.mg {margin:10% auto;}
.modal-dialog .modal-content2 {
  border:1px solid #e0e0e0;
}
.modal-dialog .modal-header2 {
  background: #fae9ea;
  border: 0;
}
.modal-dialog .modal-header2 h4 {
  padding-left: 26px;
  background: url('/img/product/icon_prd_opt.gif') no-repeat left center;
}
.modal-dialog .modal-title2 {
  color: #000;
}
.modal-dialog .modal-footer2 {
  padding: 10px 8px;
  border: 0;
  background-color: #fae9ea;
  text-align: right;
}
.modal-dialog .modal-footer2 .btn {
  background-color: #ff9bf1;
  border: 0;
  color: #fff;
}
.modal-dialog .modal-footer2 .btn.btn2 {
  background-color: #009473;
}

.change_child {
  padding: 0 !important;
  border: 1px solid #eaeaea;
}
.change_child label {
  margin: 0;
  color: #545454;
  cursor: pointer;
}
.change_child .img {
  font-size: 0;
  line-height: 1;
}
.change_child .img img {
  width: 100%;
  height: auto;
}
.change_child .check {
  padding: 8px 15px;
}
.change_child .check input[type=radio] {
  display:inline-block; 
  overflow:hidden; 
  width:20px; 
  height:20px; 
  margin:-2px 8px 0 0; 
  border:0; 
  background:no-repeat center; 
  background-image:url('/img/product/checkbox.gif'); 
  outline:0; 
  -webkit-appearance:none; 
  appearance:none;
  vertical-align:middle;
}
.change_child .check input[type=radio]:checked {
  background-image:url('/img/product/checkbox_on.gif');
}
#sample-view-body .nav-tabs {
  margin:0; 
  padding:0; 
  font-size:0; 
  line-height:1; 
  text-align:center;
}
#sample-view-body .nav-tabs > li {
  display:inline-block; 
  float:none; 
  width:30%; 
  vertical-align:top;
}
#sample-view-body .nav-tabs > li > a {
  display:block; 
  margin:0; 
  padding:30px 0 29px; 
  border:0; 
  border-radius:0; 
  color:#545454; 
  font-size:15px; 
  font-weight:500; 
  line-height:1;
}
#sample-view-body .nav-tabs > li > a:hover {
  background:none;
}
#sample-view-body .nav-tabs > li.active > a {
  border-bottom:1px solid #ff9bf0; 
  background:none; 
  color:#ff9bf0;
}
#sample-view-body .btn-remove-single-cart {
  position: absolute;
  margin-left: -22px;
  margin-top: -1px;
  min-width: 10px;
  padding: 2px 3px 3px 3px;
  font-size: 1.1rem;
}
.wish_list {overflow:hidden; max-width:1220px; margin:0 auto; padding-bottom:120px;}
.wish_list h2.subtitle {width:100%; padding:90px 10px 30px; font-weight:bold; letter-spacing:-2px; text-align:left;}
.wish_list .btn_list {padding:0 10px 38px; font-size:0;}
.wish_list .btn_list > a {display:inline-block; width:90px; height:35px; margin-right:9px; border:1px solid #5b5b5b; border-radius:2px; font-size:13px; letter-spacing:-0.03rem; line-height:32px; vertical-align:top; text-align:center; cursor:pointer;}
.wish_list .btn_list > a:hover {background:#5b5b5b; color:#fff; text-decoration:none;}
.wish_list .list {width:100%; margin:0 auto; font-size:0; vertical-align:top;}
.wish_list .list:after {display:block; clear:both; content:'';}
.wish_list .list .col {float:left; width:20%; padding:0 10px 30px;}
/*
.wish_list .list .check-wrap input[type=checkbox] {display:inline-block; overflow:hidden; width:41px; height:35px; margin:0 0 10px; border:0; background:no-repeat center / 100%; background-image:url('/img/product/wish_checkbox.png'); outline:0; -webkit-appearance:none; appearance:none; cursor:pointer;}
.wish_list .list .check-wrap input[type=checkbox]:checked {background-image:url('/img/product/wish_checkbox_on.png');}
*/
.wish_list .list .product_wrap .badge-wrap:after {display:block; clear:both; content:'';}
.wish_list .list .product_wrap .badge-wrap .type0 {height:26px; padding:0 12px; background:#cd3b3b; color:#fff; font-size:15px; font-weight:300; line-height:24px;}
.wish_list .list .product_wrap .badge-wrap .type1 {height:26px; padding:0 12px; background:#3b5dcd; color:#fff; font-size:15px; font-weight:300; line-height:24px;}
.wish_list .list .product-wrap .img-wrap {min-height:100px; background-color:#ebebeb;}
.wish_list .list .product_wrap .title-wrap {padding:11.5px 10px; margin:0;}
.wish_list .list .product_wrap .title-wrap .title {overflow:hidden; padding:0; font-size:13px; font-weight:350; text-overflow:ellipsis; white-space:nowrap;}
.wish_list .list .product_wrap .title-wrap .title input {margin:0; vertical-align:middle;}
.wish_list .list .product-wrap .price-wrap {margin:0; padding:0;}
.wish_list .list .product-wrap .price-wrap .price {padding:11px 34px 11px 10px; color:#242323; font-size:13px; font-weight:350;}
.wish_list .list .product-wrap .price-wrap .product-cart {right:10px;}
@media (max-width: 1200px) {
  .wish_list .list .col {width:33%;}
}
@media (max-width: 768px) {
  .wish_list .list .col {width:50%;}
}
.navbar-default .second-menu .wish_ea .today-view-count {
	width: 18px;
    height: 18px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -ms-border-radius: 9px;
    -khtml-border-radius: 9px;
    -o-border-radius: 9px;
    background: #389c7b;
    color: #fff;
    text-align: center;
    font-size: 1.0rem;
    padding-top: 2px;}

.navbar-default .second-menu .wish_ea .today-view-count {
    position: absolute;
    right: -3px;
    top: 3px;
}