﻿@charset "utf-8";


/*=================================================
  contents
=================================================*/
.container-product-list  .sort-wrapper {margin-top: 30px; }
.container-video-list  .sort-wrapper {margin-top: 30px; }
.container-bj-list .sort-wrapper {margin-top: 30px; }


.page-header-category {display: block; width: 100%; margin-top: 40px; }
.page-header-category:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.page-header-category li {float: left; position: relative; width:  310px; background-color: #fff; }
.page-header-category li a {display: block; position: relative; height: 50px; padding: 0 14px; margin: -1px 0 0 -1px; border: 1px solid #e3e4e5; box-sizing: border-box; line-height: 50px; white-space: nowrap;  font-size: 12px; color: #444; }
.page-header-category li a:hover,
.page-header-category li a.active {z-index: 1; border-color: #e60e61; font-weight: 450; color: #e60e61; }



/* container-search
--------------------------------*/
.container-search {}
.container-search .section {margin-bottom: 80px; }
/* .container-search .section-product .card:first-child,
.container-search .section-product .card:nth-child(6n+1) {margin-left: 0; }
.container-search .section-movie .card:first-child,
.container-search .section-movie .card:nth-child(6n+1) {margin-left: 0; }
.container-search .section-bj .card:first-child,
.container-search .section-bj .card:nth-child(5n+1) {margin-left: 0; } */





/* container-benefit 혜택관리
-------------------------------------------*/
.container-benefit {}
.container-benefit .table-point td {font-size: 14px; }
.container-benefit .table-point .point {margin: 0; font-size: 16px; }
.container-benefit .table-point .point.save {color: #7460de; font-weight: 500; }

/*.container-benefit .table-coupon td:first-child {vertical-align: top; }*/
.container-benefit .table-coupon .title strong {font-size: 15px; color: #333; }
.container-benefit .table-coupon .title ul {margin-top: 5px; }
.container-benefit .table-coupon .title li {font-size: 13px; line-height: 16px; }





/*=================================================
  login
=================================================*/


/* container-login 주문조회
--------------------------------------------------------------------------------------*/
.login-wrapper.box {width: 46%; padding: 30px 30px; margin-top: 30px; }
.login-wrapper.box .login-title {border-bottom: 1px solid #7460de; text-align: center; }
.login-wrapper.box .login-form {margin-top: 20px; }
.login-wrapper.box .login-util {padding: 0; }




/* container-member 나의정보 회원정보 수정,  BJ 정보수정
---------------------------------------------
.container-member {}
.container-member .reward-wrapper {margin: 50px auto 0; }

.container-member .bj-img { width: 350px; margin-bottom: 10px; border: 1px solid #d5d5d5; }
 */





/*=================================================
  policy
=================================================*/
.container-policy, .container-terms {background: #fff; word-break: keep-all; }
.shortcut-wrapper {margin: 10px 0 30px; padding: 20px 20px; border: 3px solid #e3e3e3;  }
.shortcut-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.shortcut {float: left; width: 50%; list-style-position: inside; }
.container-policy .shortcut li {margin-top: 7px;  }
.container-policy .shortcut li:first-child {margin-top: 0; }
.container-policy .shortcut a {color: #333; }
.container-policy .shortcut a:hover {text-decoration: underline; }

.container-policy .ol-default .title {margin-top: 30px; }
.container-policy .ol-default .title:first-child {margin-top: 0; }
.container-policy ul {list-style:none;}
.container-policy .depth li {padding-left: 20px; margin-bottom: 5px; }

.container-terms h4:first-child {margin-top: 0; }
.container-terms h4 {margin-top: 30px; }
.container-terms .ol-default li {margin-bottom: 5px; }

.content-policy .policy-wrapper {padding: 0 30px; }
.policy-wrapper {padding: 0 0 30px; }
.policy-wrapper h2 {font-size: 20px; padding-top: 20px; }
.policy-wrapper h2:first-child {padding-top: 0; }
.policy-wrapper h3 {font-size: 16px; }
.policy-wrapper .policy-list01 {padding-left: 5px; }
.policy-wrapper .policy-list01 li {margin-bottom: 5px; }
.policy-wrapper .policy-list02 {padding-left: 10px; }
.policy-wrapper .policy-list03 {padding-left: 15px; }





.troioi-info-wrapper {padding-bottom: 55px; text-align: center; }


/*=================================================
  popup
=================================================*/
.popup {width: 450px; border: 3px solid #e5e5e5; border-radius: 10px;  box-sizing: border-box; /*  -moz-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.2); -webkit-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.2); box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.2); */  background-color: #fff;}

.popup-content {padding: 15px 15px; }
.popup a {display: block; }
.popup img {width: 100%; }
.popup .popup-textbox {width: 100%; padding: 15px 0; box-sizing: border-box; background-color: #fff; }
.popup .popup-title {margin-bottom: 5px; line-height: 22px; font-size: 18px; color: #333; font-weight: 500;  }
.popup .popup-text {color: #666; }
.popup .popup-bottom {position: relative; padding: 10px 15px; background-color: #fff; border-top: 1px solid #e5e5e5; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-sizing: border-box;  }
.popup .popup-bottom .popup-close {position: absolute; top: 11px; right: 20px; font-size: 13px; color: #555; }
