body, html {
  width:100%;
  padding:0px;
  margin:0px;
}

header,div,ul,li,p,td,dd,dl,span {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

iframe {
  border:0px;
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  /*background-color: #303030;*/
  font-size:14px;
  font-family: "Noto Sans KR","S-CoreDream-4Regular";
  line-height: 20px;
  color:#303030;
}
input:focus {
  outline:none;
}

td.right
,th.right {
  text-align:right;
}
td.left
,th.left {
  text-align: left;
}
td.center
,th.center {
  text-align:center;
}
td.bold
,th.bold {
  font-weight: 500;
}

tr.table-divide
,tr.table-divide td {
  height:2px;
  background-color: #ccc;
}

a,a:hover,a:visited,a:active {
  color:#303030;
  text-decoration: none;
}

.clear-blank {
  clear: both !important;
  border:0px !important;
  height:0px !important;
  width:100% !important;
  padding:0px !important;
  margin:0px !important;
  border-radius: 0px !important;
}

div.popup-bg {
  position: fixed;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  background-color: rgba( 0,0,0,0.3);
  z-index: 4;
  display: none;
}

/* Site container */
div.psh-body {
  width:100%;
  clear: both;
  margin:auto;
  height:auto;
  background-color: #FFF;
  min-height:500px;
}


/* header */
div.top-header-banner {
  background-color:#e50a11;
  height:60px;
  width:100%;
}

.top-header-banner p {
  margin: auto;
  height: 60px;
  width: auto;
  display: table;
  padding-top:12px;
  min-width:857px;
}

div.top-header-banner span {
  display: block;
  float: left;
}

.top-header-banner-point {
  color:#FFF;
  font-size:30px;
  font-family: 'Poppins';
  font-weight: bold;
  line-height:46px;
  padding-right: 35px;
}

.top-header-banner-content {
  color:#FFF;
  font-size:20px;
  font-family: 'S-CoreDream-4Regular';
  line-height: 43px;
}

.top-header-banner-content strong {
  font-family: 'S-CoreDream-6Bold';
}

.top-header-banner-content strong a
,.top-header-banner-content strong a:hover
,.top-header-banner-content strong a:visited
,.top-header-banner-content strong a:active {
  color:#FFF;
}

div.top-header-bg
,div.top-header
,div.top-header-content {
  width:100%;
  min-width:320px;
  margin:auto;
}

div.top-header {
  background-color: #FFF;
  padding:10px 0px;
}

.header-logo {
  padding:0px;
  max-width: 450px;
}

.header-logo img {
  height: 43px;
}

span.top-logo-click-box {
  display: block;
  width:90%;
  height:36px;
  cursor: default;
  margin-left:10%;
}

div.top-header-search {
  margin: auto;
  clear: both;
  background-color: #FFF;
  padding: 5px 0px;
}

div.top-header-search > ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}

.header-search {
  padding:50px 0px 23px 40px;
  background-color: #FFF;
}

div.header-user-menu {
  position: absolute;
  display: inline-block;
  left:15px;
  top:15px;
  right:15px;
  z-index:3;
}

div.hamberg-menu-box.opened > div.header-user-menu-box {
  display: block;
}

div.hamberg-menu-box > div.header-user-menu-box {
  display: none;
  width:150px;
  position: absolute;
  z-index: 3;
  background-color: #FFF;
}

div.hamberg-menu-box > div.header-user-menu-box > ul > li {
  width:40px;
}

div.hamberg-menu-box > div.header-user-menu-box > ul > li > a > img {
  height:22px;
}

div.header-user-menu-box {
  width:100%;
  max-width: 1024px;
  margin: auto;
}

div.header-user-menu-box > ul > li:first-child {
  width:100%;
}

div.header-user-menu-box > ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div.header-user-menu-box > ul > li {
  display: block;
  padding:0px 5px;
  font-size:12px;
  color:#303030;
  font-family: 'S-CoreDream-5Medium';
  text-align: center;
  line-height: 30px;
  text-align: center;
  width:72px;
}

div.header-user-menu-box > ul > li > a > img {
  width:100%;
  height:36px;
}

div.header-user-menu-box > ul > li > a {
  display:inline-block;
}

.header-user-login span {
  display: block;
  float: left;
  height:16px;
  color: #989898;
  font-size:12px;
  padding:0px 20px;
  font-family: 'S-CoreDream-5Medium';
}

.header-user-login span a
,.header-user-login span a:hover {
  text-decoration: none;
  color:#989898;
}

.header-user-mypage {
  width:200px;
}

input#id-header-search {
  border: 1px solid #e50a11;
  height: 53px;
  border-radius: 28px;
  width: 420px;
  padding: 10px 20px;
  font-size: 25px;
}

div.header-menu-box {
  width:100%;
  /*height:60px;*/
  background-color: #FFF;
  border-bottom:1px solid #CCC;
  position: sticky;
  top: 0px;
  z-index:1;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

div.header-menu {
  /*height: 60px;*/
  width:100%;
  max-width: 1024px;
  margin: auto;
  padding-top:5px;
}

div.header-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

div.header-menu ul.site-main-menu {
  font-size:18px;
  border-bottom:1px solid #DDD;
}

div.header-menu ul li {
  font-family: 'S-CoreDream-5Medium';
  line-height: 15px;
  color:#303030;
  font-weight: 600;
}

div.header-menu > ul.site-main-menu > li {
  padding:15px;
}

div.header-menu > ul.page-sub-menu > li {
  margin-left:15px;
  font-size:16px;
  padding:10px 10px;
}



/* main */
div.main-top-banner {
  width:100%;
  height:517px;
  border-bottom:1px solid #ABABAB;
}

p.banner-subject {
  display: block;
  font-family: 'S-CoreDream-6';
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  padding: 17px 0px 8px 0px;
}

p.banner-point {
  display: block;
  font-family: 'S-CoreDream-4Regular';
  font-size: 15px;
  color:#FFF;
  line-height: 35px;
}

div.banner-price {
  display: block;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size:22px;
  color:#ff6d72;
  padding:25px 0px;
  line-height: 33px;
  letter-spacing: -0.8px;
  height: 220px;
  cursor: default;
}

div.banner-price small {
  font-size:12px;
  line-height: 33px;
  padding-left:10px;
}

div.banner-price ul {
  display: block;
  clear: both;
}

div.banner-price ul li {
  float: left;
  width:50%;
}

p.banner-desc {
  display: block;
  font-family: 'S-CoreDream-3Light';
  color: #FFF;
  font-size: 13px;
}

div.slide-controler-box {
  display: block;
  position: absolute;
  margin-top:-100px;
  height:60px;
  left:0px;
  right:0px;
  z-index: 4;
}

div.slide-controler {
  font-family: 'Poppins';
  font-weight: 400;
  background-color: rgba(0,0,0,0.4);
  width: 174px;
  height: 60px;
  color: #FFF;
  border-radius: 30px;
  margin: auto;
  position: relative;
  left: 453px;
  font-size: 20px;
  line-height: 62px;
  text-align: center;
  padding: 0px 30px;
  cursor: default;
  display: none;
}

div.slide-controler span {
  float: left;
  display: block;
}

div.slide-controler span.navi {
  font-size:35px;
}


div.main-top-banner-content {
  height:100%;
  margin:auto;
}

div.main-top-banner-content-box {
  float: left;
  width:400px;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  padding:65px 35px 75px 35px;
}

div.main-top-banner-menu {
  font-family: 'S-CoreDream-5Medium';
  height:60px;
  background-color: #FFF;
  margin:auto;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

div.main-top-banner-menu ul li {
  float:left;
  width:220px;
  height:60px;
  border-bottom:3px solid #FFF;
  padding:20px 0px;
}

div.main-top-banner-menu ul li.active {
  border-bottom:3px solid #E50A11;
}

div.main-top-banner-menu ul li.active span {
  font-family: 'S-CoreDream-6Bold';
  color:#E50A11;
}

div.main-top-banner-menu ul li span {
  text-align: center;
  display: block;
  font-size:18px;
  line-height: 25px;
  color:#747474;
  border-right:1px solid #A2A2A2;
}

div.main-top-banner-menu ul li:last-child span {
  border-right:0px;
}

div.main-top-banner-menu-bg {
  position: absolute;
  width:100%;
  left:0px;
  right:0px;
  z-index: 1;
  display: none;
}
div.product-list.main-page {
  padding-top:0px;
}

div.main-top-banner-item {
  width:100%;
  height:520px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left:0px;
  z-index:3;
}


/* main banner slider */
.bx-wrapper {
  border:none !important;
  box-shadow:none !important;
}


/* content */
div.main-body
,div.footer-menu
,div.content-body
,div.products-list
,div.main-top-banner-content
,div.main-top-banner-menu
,div.copy-right
,div.psh-body {
  /*max-width:1280px;*/
  width:100%;
  min-width:320px;
}

div.psh-body {
  max-width:1024px;
}

div.main-body {
  padding:40px 0px;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.main-section-title {
  font-size:32px;
  line-height: 45px;
  color:#303030;
  text-align: center;
  font-family: 'S-CoreDream-5Medium';
  padding-bottom:30px;
}

div.product-list {
  padding-top:60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
}

div.product-list-item {
  width:33%;
  height: auto;
  display: inline-block;
  padding:10px 7px 15px 10px;
  cursor: default;
}

.product-list-item-box {
  background-color: #FFF;
  height:480px;
  width:100%;
  display: inline-block;
  box-shadow: 0 3px 11px rgba(0,0,0,0.16);
  border-radius:10px;
}

.product-list-image {
  width:100%;
  height:265px;
  overflow: hidden;
}

.product-list-image img {
  width:100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-list-item-content {
  padding:20px;
}

.product-list-item-content p.product-status {
  font-family:'Noto Sans KR';
  font-weight: 400;
  line-height: 18px;
  font-size:12px;
  height: 20px;
  letter-spacing: -0.36px;
}

.product-list-item-content span.deal-status {
  /**
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  **/
  border-radius:3px;
  border: solid 1px #e50a11;
  background-color: #e50a11;
  color:#FFF;
  padding: 1px 7px 1px 8px;
}

.product-list-item-content span.deal-amount {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: solid 1px #e50a11;
  background-color: #FFF;
  color: #e50a11;
  padding: 1px 7px 1px 8px;
}

.product-list-item-content p.title {
  height: 31px;
  padding: 8px 0 2px 0;
  font-family: 'S-CoreDream-5Medium';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: -0.47px;
  text-align: left;
  color: #303030;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.product-list-item-content p.desc {
  height: 45px;
  padding: 2px 0 2px 0;
  font-family: 'Noto Sans KR';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: -0.36px;
  text-align: left;
  color: #898989;
  overflow: hidden;
  text-overflow:ellipsis;
}

.product-list-item-content p.product-option {
  text-align: center;
  padding-top:15px;
}

.product-list-item-content p.product-option span.option-price {
  height:22px;
  color:#e50a11;
  font-family: 'Montserrat';
  font-size:18px;
  line-height: 22px;
  font-weight: 600;
  margin-left:9px;
}

.product-list-item-content p.product-option span.option-name {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size:10px;
  color:#e50a11;
  line-height: 15px;
  letter-spacing: -0.3px;
  padding-left:5px;
  margin-right:0px;
}

/* footer */
footer {
  width:100%;
  display: block;
  box-sizing: border-box;
  font-family: 'Noto Sans KR';
}

footer.footer-copyright-box {
  background-color: #FFF;
}

div.footer-menu-box {
  display: inline-block;
  width:100%;
  background-color: #000;
  font-size:12px;
  font-family: "Noto Sans KR";
  padding:15px;
  color:#FFF;
}

div.footer-menu-box a {
  color:#FFF;
}

div.footer-menu-box a.yellow-point{
  color:#ffdd00;
  font-weight: 600;
}

div.footer-menu-box > ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: flex-start;
  width:100%;
  max-width: 720px;
  margin:auto;
}

div.footer-menu-box li {
  max-width:150px;
  min-width:100px;
  text-align: center;
}

div.footer-menu {
  margin:auto;
  padding-top:24px;
  max-width: 1024px;
}

div.footer-menu a {
  display: inline-block;
  border-right: 1px solid #b2b2b2;
  height:20px;
  padding:0px 10px;
  line-height: 20px;
}

div.copy-right {
  margin:auto;
  font-size:12px;
  color:#9f9f9f;
  line-height: 22px;
  padding:20px 10px 10px 10px;
  max-width: 700px;
  margin:auto;
}

div.copy-right > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.copy-right > ul > li {
  padding:0px 5px;
}

div.copy-right-corp {
  max-width:720px;
  margin:auto;
  padding:0px 0px 20px 0px;
}

div.copy-right-corp > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
  color:#9f9f9f;
}

/* Content body */
div.content-body {
  margin:auto;
  padding:30px 0px;
  display: table;
}

div.products-list {
  margin:auto;
  padding:0px 0px;
  display: table;
}

div.page-title {

}

div.deal-list-item {
  padding:10px;
  width:33.33%;
  overflow: hidden;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

div.deal-list-item:nth-child(1n){
  border-left: 0px;
}

.blank-white {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  float: none;
  clear: both;
  margin-top: -1px;
  position: relative;
  left: 0px;
  top: -1px;
}

.deal-list-image {
  width:100%;
  height:215px;
  overflow:hidden;
  border-radius: 5px;
}

.deal-list-image img {
  width:100%;
  border-radius: 5px;
}

.deal-list-item-content {
  width:100%;
  padding:25px 0px;
  font-size:14px;
  color:#989898;
}

.deal-list-item-header {
  font-size:20px;
  font-family: 'Poppins';
  line-height: 33px;
  color:#e50a11;
  font-weight: 600;
  display: block;
}

.deal-list-item-header span {
  font-size:11px;
  font-family: 'S-CoreDream-5Medium';
  font-weight: normal;
  line-height: 14px;
  border:1px solid #e50a11;
  border-radius: 3px;
  padding:2px 5px;
  margin-left:10px;
  position: relative;
  top:-5px;
}

.deal-list-item-content .title {
  font-size:16px;
  line-height: 22px;
  color:#303030;
  display: block;
}

.deal-list-item-content .desc {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  line-height: 20px;
}

.deal-list-item-content .deal-option {
  line-height: 20px;
  padding: 20px 0px 10px 0px;
  font-family: 'S-CoreDream-5Medium';
  font-size:14px;
  color:#989898;
}

.deal-list-item-content .deal-option .option-name {
  font-size:14px;
  color: #e50a11;
  line-height: 23px;
  font-family: 'S-CoreDream-5Medium';
}

.deal-list-item-content .deal-option .option-price {
  padding-left:5px;
  font-family: 'S-CoreDream-5Medium';
  font-size:14px;
  color:#303030;
}


/* page common */
.content-page-header {
  width:100%;
  display: table;
  padding:0px 30px 30px 30px;
  font-size: 26px;
  font-family: 'S-CoreDream-5Medium';
  border-bottom:1px solid #CCC;
}

div.divided-blank {
  width:100%;
  height:6px;
  background-color: #ECECEC;
  clear: both;
}

/* form control */
select.form-control
,input.form-control {
  height:36px;
  border-color: #707070;
  font-family: 'Noto Sans KR';
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.36px;
  color:#898989;
}

.btn-success {
  background-color: #e50a11 !important;
  border-color: #e50a11 !important;
  background-image:none !important;
  filter:none;
  font-weight: bold;
}

.btn-info {
  background-color: #2c64af !important;
  border-color: #184d95 !important;
  background-image:none !important;
  filter:none;
  font-weight: bold;
}

.btn-primary
,.btn-warning
,.btn-danger {
  background-image:unset;
  font-family: 'S-CoreDream-6Bold';
  color: #FFF !important;
}
.btn-warning {
  background-color: #ff6600 !important;
  border-color: #b14700 !important;
}
.btn {
  line-height: 25px;
}

/* tab contents */
div.tab-contents-container {
  border-top:2px solid #303030;
}
div.tab-contents-container ul.content-tab-navi {
  display: block;
  height: 34px;
}
div.tab-contents-container ul.content-tab-navi li {
  width:33.33%;
  float:left;
  padding:7px 0px;
  font-size:14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color:#303030;
  text-align: center;
  cursor:default;
}
div.tab-contents-container ul.content-tab-navi li.active {
  color:#F5F5F5;
  background-color: #303030;
  font-family: 'Noto Sans KR';
}

div.tab-content {
  padding-top:10px;
}

div.tab-content div.product-content-images {
  text-align: center;
}

div.tab-content-box {
  width:100%;
}

div.tab-content-box img {
  width:100%;
}

div.tab-content div.product-content-images img {
  width:100%;
  margin:auto;
  max-width: 810px;
}

div.tab-content div.tab-content-box {
  padding:20px 0px;
  font-size:14px;
  line-height: 18px;
  color:#303030;
  letter-spacing: -0.36px;
  font-weight:400;
  min-height:350px;
  word-break: break-all;
  width: 100%;
  max-width: 860px;
  margin: auto;
}

div.tab-content div.tab-content-box .point {
  font-size:16px;
  font-weight: bold;
  line-height: 20px;
}

div.tab-content div.tab-content-box .red {
  color:#e50a11;
}
div.tab-content div.tab-content-box .list {
  padding:0px 10px !important;
  line-height: 25px;
}

div.tab-content div.tab-panel {
  display: none;
}
div.tab-content div.tab-panel.active {
  display: block !important;
}


/* deal detail */
div.product-detail > div.title-image {
  width:40%;
  min-width:266px;
  /*height:440px;*/
  overflow: hidden;
  padding:20px;
}

div.product-detail > div.product-summary {
  width:60%;
  padding:20px 20px 20px 20px;
  font-size:14px;
  color:#303030;
  min-width:398px;
}

div.product-detail > div.title-image img {
  width:100%;
  border-radius: 5px;
}

div.product-detail {
  padding:20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

div.deal_option_selected input {
  float:left;
  border:1px solid #000;
  border-radius: 2px;
  padding-right: 8px;
}

div.deal_option_selected table {
  margin-top:10px;
  width:100%;
}
div.deal_option_selected table td {
  padding:5px;
}
div.btn_order {
  padding:10px 0 !important;
}

div.btn_order button {
  width:100%;
}

div.btn_order_payment {
  display: none;
}

table.select_option_table {
  display:none;
}

.btn_amount_box {
  width:70px;
  float:left;
  text-align: left;
}

span.btn_amount {
  display: block;
  padding: 8px 8px 8px 8px;
  text-align: center;
  width: 28px;
  float: left;
  font-size: 12px;
  border: 1px solid #000;
  border-radius: 2px;
}

span.btn_amount:first-child {
  border-right:0px;
  border-left:0px;
}

input.inp-buy-count {
  height:30px;
}

.btn_plus {
  background-color:#FFF;
  color: #000;
}

.btn_minus {
  color: #000;
  background-color: #FFF;
}
.number {
  text-align:right;
}

.number_3 {
  width:55px;
}

div.deal_option div.deal-option-box {
  width:100%;
  height:100%;
  max-width: 440px;
  margin: auto;
  /*width:440px;*/
}

div.divided-blank {
  width:100%;
  height:6px;
  background-color: #ECECEC;
}

div.product-title {
  font-size:18px;
  font-family: 'S-CoreDream-5Medium';
  line-height: 36px;
  color:#303030;
}

div.desc {
  font-family: 'S-CoreDream-4Regular';
  line-height: 22px;
  color:#9d9d9d;
}

div.product-option {
  color: #e50a11;
  font-family: 'S-CoreDream-4Regular';
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
  padding:20px 20px;
}

div.product-option .option-price {

}

div.product-option .option-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-right:10px;
  color:#303030;
}

div.product-content-detail {
  padding:20px;
  width:100%;
  display: table;
}


/* Order preview */
div.order_preview_title
,div.pop_modal_title {
  padding: 10px 10px;
  background-color: #e50a11;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  margin-left: -5px;
  margin-right: -5px;
}

div.order_preview_option {
  padding: 0px;
  margin: 10px auto;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  top: 50px;
  right: 10px;
  bottom: 125px;
}

div.order_preview_option table {
  width:100%;
}

div.order_preview_btn
,div.pop_modal_btn {
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  right: 0px;
  border-top:1px solid #c7c7c7;
  background-color:#FFF;
}

.order_preview_box .deal_name {
  font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #666;
}

tr.order_preview_row_title th {
  font-size:12px;
  color: #666;
  text-align:center;
  padding: 8px 5px;
  font-weight: bold;
}

tr.order_preview_row_option td {
  padding: 5px 0;
  border-top: 1px dotted #BBB;
}

tr.order_preview_row_option.day-total td {
  padding: 5px 0;
  border-top: 1px dotted #BBB;
  border-bottom: 1px solid #333;
}

div.order_preview_payment {
  padding: 10px 0;
  border-top: 1px dashed #BBB;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 80px;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
}

span.payment_total_price {
  color: #ef0707;
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}

tbody.order_preview_option_list td {
  font-size:12px;
  padding: 10px 2px;
}

div.order_preview_payment_info div.input-group {
  margin-top:15px;
}

div.order_preview_payment_agree {
  margin-top:15px;
  padding:0px;
  font-size:12px;
}

.spread_title {
  display:block;
  cursor:default;
  font-weight: bold;
  font-size:14px;
  padding:10px;
}

.spread_title.spread_open + .spread_content {
  display:block;
}

.spread_content {
  display: none;
  background-color: #EFEFEF;
  padding: 15px 5px;
  line-height: 17px;
}
label[for=id-agree-yn] {
  font-size:14px;
  font-weight: bold;
  padding: 10px 0px;
}


/* Mypage */
div.mypage-content {
  padding:10px 20px;
  clear: both;
  margin:auto;
  display: table;
  width:100%;
  max-width: 1024px;
}
div.mypage-header {
  height: 97px;
  padding-bottom: 20px;
}
div.mypage-header ul li.user-id {
  float:left;
  font-size:22px;
  line-height: 33px;
  height:77px;
  font-family: 'Poppins';
  font-weight: 500;
  color:#303030;
  padding-top:40px;
}
div.mypage-header ul li span.user-class {
  font-size: 11px;
  height: 21px;
  color: #e50a11;
  padding: 2px 8px;
  border: 1px solid #e50a11;
  border-radius: 11px;
  font-weight: 500;
}
div.mypage-header ul li.user-class-box {
  float:left;
  height: 77px;
  padding-top: 9px;
  padding-left: 5px;
  padding-top:47px;
}
div.mypage-header ul li.user-icon {
  background-color: #e50a11;
  width:77px;
  height:77px;
  border-radius:39px;
  float:right;
  padding:27px;
}
div.user-point {
  clear: both;
}
div.user-point ul li {
  float:left;
  width:33.33%;
  border-right:1px solid #c9c9c9;
  text-align: center;
  font-size:12px;
  line-height: 18px;
}
div.user-point ul li:last-child {
  border-right:0px;
}
div.my-order-count {
  padding:40px 0px;
  width:100%;
  min-width: 320px;
  margin:auto;
  display: table;
}
div.my-order-count ul li {
  font-size:15px;
  line-height: 22px;
  font-weight: 500;
  padding:12px 0px;
}
div.my-order-count ul li a {
  font-family: 'S-CoreDream-5Medium';
  font-size:16px;
}
span.red-dot {
  display: inline-block;
  background-color: #e50a11;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 2px;
  margin-left: 6px;
}


/* Order */

div.order-list {
  padding:20px 0px;
}
div.order-list div.content-page {
  padding:15px 15px 15px 15px;
  background-color: #f3f3f3;
}
div.order-list div.order-item-list {
  padding:0px 0px;
}
div.order-list div.order-item-list li.order-item span.facil {
  padding: 1px 3px;
  background-color: #e50a11;
  color:#FFF;
  font-size: 11px;
  line-height: 17px;
}
p.btn-square {
  width:34px;
  height:34px;
  padding:7px 8px 8px 7px;
  border:1px solid #c0c0c0;
  border-radius: 5px;
  display: block;
}
p.btn-color {
  height:34px;
  padding:7px 15px 8px 15px;
  background-color:#5cb85c;
  color: #FFF;
  font-weight: bold;
  line-height: 21px;
  border-radius: 5px;
  display: block;
  font-size: 12px;

}
div.btn-list {
  clear: both;
  padding:10px 0px;
  height:54px;
  margin-left:-5px;
}
div.btn-list ul li {
  float: left;
  padding-left:5px;
}
div.order-list div.order-item-list li.order-item {
  padding:16px;
  background-color: #FFF;
  margin:15px;
}
div.order-list div.order-item-list li.order-item p.order-title {
  font-size:15px;
  font-weight:500;
  line-height: 30px;
  height:30px;
}
div.order-list div.order-item-list li.order-item p.order-desc {
  font-size:12px;
  line-height: 18px;
  color:#303030;
  width:100%;
  display: block;
  height:18px;
}
div.order-list div.order-item-list li.order-item span.desc-title {
  color:#a6a6a6;
  width:60px;
  display: block;
  float: left;
}
div.order-page-title {
  font-size:18px;
  font-weight:bold;
  line-height: 27px;
  padding:10px 30px;
  margin:auto;
}

div.order-page-navi {
  clear: both;
  height: 45px;
  padding: 15px;
  width:100%;
  max-width:1024px;
  margin: auto;
}
div.order-page-navi li {
  float:left;
  text-align:center;
  border-bottom:3px solid #d1d1d1;
  font-size:12px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom:12px;
  cursor: default;
}
div.order-page-navi li.active {
  border-bottom:3px solid #e50a11;
  color:#e50a11;
}

div.order-detail-content {
  padding:20px;
}

#id-btn-order-cancel {
  padding:20px 20px;
}


/* Order history */

div.content-page.order {
  min-height: 160px;
  clear: both;
  width: 100%;
  height: auto;
  max-height: 721px;
  overflow-y: auto;
  padding:15px;
}
div.order-list-item {
  background-color: #FFF;
  padding:16px;
  margin-top:10px;
  width:33.33%;
  display: inline-block;
  float:left;
}

div.order-list-item:nth-child(3n+1) {
  clear: both;
}

div.order.used
,div.order.order_canceled
,div.order.order_cancel_request {
  display: none;
}

div.order-list-item p.coupon-no {
  color:#a6a6a6;
  font-size:11px;
  line-height: 17px;
}

div.order-list-item p.order-title {
  color:#303030;
  font-size:15px;
  line-height:22px;
  font-weight: 500;
  padding:5px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

div.order-list-item p.order-count {
  color:#303030;
  font-size:12px;
  line-height:14px;
  margin-left:-5px;
}
div.order-list-item p.order-price {
  color:#303030;
  font-size:14px;
  line-height:22px;
  font-weight: 500;
  padding:5px 0px;
}
div.order-list-item p.order-count span.bolder-box:nth-child(2){
  margin-left:10px;
}
div.order-list-none {
  background-color: #FFF;
  padding:16px;
  margin: auto;
  margin-bottom:10px;
  width:100%;
  max-width: 1024px;
  display: inline-block;
  clear: both;
  min-height:120px;
  text-align: center;
  padding-top:50px;
  font-weight: 400;
}
span.bolder-box-black {
  border:1px solid #707070;
  padding:3px 5px 2px 5px;
  margin-left:5px;
  margin-right:5px;
  font-size:10px;
  border-radius: 3px;
  color: #303030;
}
span.bolder-box-red {
  border:1px solid #e50a11;
  padding:3px 5px 2px 5px;
  margin-right:5px;
  font-size:10px;
  border-radius: 3px;
  color: #e50a11;
}
span.bolder-btn-black {
  border:1px solid #707070;
  padding:5px 10px 3px 10px;
  font-size:12px;
  border-radius: 3px;
  color: #303030;
  margin-left:3px;
  margin-right:3px;
  background-color: #FFF;
  font-weight: 600;
  cursor:default;
}
span.bolder-btn-black.disabled {
  border:1px solid #D2D2D2;
  padding:5px 10px 3px 10px;
  font-size:12px;
  border-radius: 3px;
  color: #D2D2D2;
  margin-left:3px;
  margin-right:3px;
  background-color: #FFF;
  cursor:default;
}
span.bolder-btn-red {
  border:1px solid #e50a11;
  padding:5px 10px 3px 10px;
  font-size:12px;
  border-radius: 3px;
  color: #FFF;
  background-color: #e50a11;
  margin-left:3px;
  margin-right:3px;
  font-weight: 600;
  cursor:default;
}
span.bolder-btn-blue {
  border:1px solid #2e65b0;
  padding:5px 10px 3px 10px;
  font-size:12px;
  border-radius: 3px;
  color: #FFF;
  background-color: #2e65b0;
  margin-left:3px;
  margin-right:3px;
  font-weight: 600;
  cursor:default;
}
div.order-product p.btn-order {
  padding: 10px 0px;
  margin-left: -5px;
}
div.order-product p.product-category {
  line-height: 20px;
}
div.order-product p.product-title {
  line-height: 20px;
}
div.order-product li.product-info {
  padding: 0px 10px;
  line-height: 22px;
}
div.order-product {
  padding:15px 0px;
  display: inline-block;
}
div.order-product ul li {
  float:left;
  height:auto;
}

div.order-product ul li.product-image {
  width:73px;
  overflow-y: hidden;
}

div.order-product ul li.product-image img {
  width:100%;
}


form[name=order-search] div.input-group {
  padding: 5px 0px;
}

div.order_list.inner-view {
  padding:10px 20px;
}

div.order_list {
  min-height:200px;
  padding:10px 0px;
}

div.order_list p.title {
  text-align:left;
  padding:5px;
  height:auto;
}

td.table-border {
  height:20px;
  border-bottom:1px dashed #E1E1E1;
}

div.order_list p.desc {
  height:auto;
}

div.order_list table {
  width:100%;
}
div.order_list table tr td.order-content {
  padding: 5px;
  vertical-align: top;
}

div.order_list table tr td.product_title img {
  width:100%;
}
div.order_list table tr td.product_title .image-box img {
  border-radius: 8px;
}

div.order_list table tr td.detail_view {
  text-align:right;
}

div.order-info-detail {
  padding:10px;
}

div.order-info-detail div.deal_product_title_image img {
  border-radius: 8px;
}

div.order-ticket {
  padding:10px 10px;
  border-top:1px solid #f3f3f3;
  margin-top:10px;
  clear: both;
}

div.order-ticket span.canceled
,li.order-item span.order_canceled
,li.order-item span.pay_user_cancel
,li.order-item span.pay_canceled {
  color:#e50a11;
}
div.order-ticket span.unused
,li.order-item span.order_complete
,li.order-item span.pay_complete
,li.order-item span.order_cancel_request
,li.order-item span.request_cancel {
  color:#2c64af;
}
div.order-ticket span.used
,li.order-item span.prepending
,li.order-item span.preparing
,li.order-item span.pay_request {
  color:#c556a7;
}
div.order-ticket span.expired
,li.order-item span.pay_failure {
  color:#ffb103;
}


/* common popup */
div.popup-info {
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color: #FFF;
  padding:20px;
  z-index:3;
  display: none;
}
div.popup-control {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 17px;
}
div.popup-control span.popup-close {
  float: left;
}
div.popup-control span.popup-btns {
  float: right;
}

div.mypage-content div.popup-control {
  height:60px;
  margin-bottom:0px;
}

div.ticket-list-box p.product-title {
  font-size:18px;
  font-weight:bold;
  line-height: 27px;
  color:#303030;
  margin:25px 0px;
}

div.ticket-list-box .section-title {
  font-size:16px;
  line-height: 24px;
  font-weight: 500;
  color:#303030;
  border-bottom:1px solid #D1D1D1;
  padding-bottom:12px;
  margin:12px 0px;
}

div.ticket-list-box .section-value {
  font-size:11px;
  line-height: 17px;
  color:#303030;
  font-weight: 400;
  padding:5px 0px;
}
div.ticket-list-box .section-value .value-title {
  color:#A6A6A6;
  width: 70px;
  display: block;
  float: left;
}

div.package-ticket-list div.ticket-table .section-value .value-title {
  width: auto;
}

div.package-ticket-list div.ticket-table p {
  display: block;
}
div.package-ticket-list div.ticket-table p.section-value {
  display: inline-block;
}

div.ticket-list-box {
  color: #A6A6A6;
  width: 100%;
  overflow-y: auto;
  position: relative;
  bottom: 10px;
  height: 100%;
  padding:0px 0px 20px 0px;
}

div.ticket-list-box div.ticket-list {

}
div.ticket-list-box div.ticket-list .value-title {
  float: none;
  clear: both;
  font-size:10px;
  line-height:12px;
  width:100%;
}
div.ticket-list-box div.ticket-list .section-value {
  font-size:14px;
  font-weight: 500;
  line-height: 10px;
}

div.ticket-list-box div.ticket-table {
  width:100%;
  padding:10px 0px;
}

div.ticket-list-box div.ticket-table ul {
  display: table;
  padding:20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin:3px 0px;
  width:100%;
}
div.ticket-list-box div.ticket-table ul li {
  height:60px;
}
div.ticket-list-box div.ticket-table ul li:nth-child(1){
  float: left;
  min-width: 130px;
  width: 100%;
  max-width: 178px;
}
div.ticket-list-box div.ticket-table ul li:nth-child(2){
  float: right;
  padding-top:9px;
}
div.ticket-list-box div.ticket-table ul li:nth-child(3){
  float: right;
  line-height: 17px;
  padding-right: 8px;
  width: 80px;
  text-align: right;
  padding-top: 10px;
}
div.ticket-list-box div.ticket-table ul.ticket-info li.added_url_button {
  width:100%;
  clear: both;
}
.added_url_button a {
  display: block;
  width: 100%;
  border: 1px solid #303030;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
}
div.ticket-list-box div.package-ticket-list div.ticket-table ul li:nth-child(3){
  float: right;
  line-height: 22px;
  padding-right:8px;
}
div.ticket-list-box div.ticket-table .btn-charge {
  display: inline-block;
  background-color: #5cb85c;
  padding: 8px;
  border-radius: 5px;
  float: right;
}
div.ticket-list-box div.ticket-table .btn-charge.disable {
  background-color: #BBB;
}


/** popup modal */
div.popup-info-modal {
  position: fixed;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  z-index:4;
  background-color: rgba(0,0,0,0);
  padding:20px;
  display: none;
}

div.popup-info-modal div.popup-info-box {
  background-color: #FFF;
  border-radius: 15px;
  padding:12px;
}

div.popup-info-modal div.popup-control span.popup-close {
  float:right;
  margin-top: -19px;
  width:22px;
  height:22px;
}

div.popup-info-modal div.popup-control > p {
  padding-top:17px;
}

div.ticket-barcode-box {
  text-align:center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding-bottom: 40px;
  color:#303030;
  position: relative;
  top: 10%;
}

div.ticket-barcode-box svg {
  width:100%;
}

@media screen and ( max-width:860px ){
  div.product-list > div.product-list-item
  ,div.product-list > div.deal-list-item {
    width:45%;
  }
}

@media screen and ( max-width:520px ){
  div.product-list > div.product-list-item
  ,div.product-list > div.deal-list-item {
    width:90%;
  }
}

@media screen and ( max-width:720px ){
  div.header-user-menu {
    display: none;
  }

  div.header-menu-box {
    position:relative;
  }

  div.top-header {
    background-color: #FFF;
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    z-index: 2;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
    height:74px;
  }

  div.header-menu-box {
    box-shadow:none;
  }

  div.header-menu > ul.page-sub-menu > li {
    padding:10px 0px;
    margin-left: 10px;
    font-size: 14px;
  }

  div.hamberg-menu-box {
    display:inline-block !important;
  }

  div.header-menu ul.site-main-menu {
    font-size: 16px;
  }

  div.product-detail > div.title-image
  ,div.product-detail > div.product-summary {
    width: 100%;
    margin: auto;
  }
  div.product-detail > div.title-image {
    max-width: 440px;
    min-width: 280px;
  }
  div.product-detail > div.product-summary {
    max-width: 460px;
    min-width: 280px;
  }

  div.product-detail > div.product-summary > div.product-title {
    font-size: 14px;
    line-height: 16px;
  }
  
  div.content-page-header {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .header-logo img {
    height: 35px;
  }

  div.header-menu-box {
    display: none;
  }

}

@media screen and (max-width:361px ) {
  .header-logo img {
    height: 28px;
  }
}

@media screen and (max-width:320px ) {
  .header-logo img {
    height: 20px;
  }
}

@media screen and (min-width:513px ) {
  div.popup-info {
    position: fixed;
    top:0px;
    left:unset !important;
    width:400px;
    right:0px;
    bottom:0px;
    background-color: #FFF;
    padding:20px;
    z-index:3;
    display: none;
    box-shadow: -4px 2px 5px rgba(0,0,0,0.5);
  }
  div.popup-info-modal div.popup-info-box {
    max-width:400px;
    margin:auto;
  }
}


/* customer center */
#id-cs-tabs.content-tab-navi li {
  width:50% !important;
}


div#id-faq li {
  font-size:14px;
  list-style: decimal;
  margin-left: 15px;
  line-height: 35px;
  cursor: default;
}

div#id-faq li p.faq-subject {
  font-weight:bold;
  border-bottom:1px solid #CCC;
  padding-top:5px;
  padding-bottom:5px;
}

div#id-faq li p.faq-content {
  display:none;
  padding:10px;
  border-bottom:1px solid #eee;
  line-height: 25px;
}

div#id-customer-center p {
  padding:3px;
}

div.deal_content_box p.row-title{
  font-weight:bold;
}

#id-cs-tabs.content-tab-navi li {
  width:50% !important;
}

.content-tab-navi li {
  cursor:default;
}

table.terms {
  width:100%;
  border:1px solid #E1E1E1;
  background-color: #EFEFEF;
}

table.terms th {
  text-align: center;
}
table.terms th
,table.terms td {
  padding:5px;
  font-size:14px;
  border-bottom:1px solid #E1E1E1;
  border-right:1px solid #E1E1E1;
  word-break: keep-all;
}

table.terms tr td:last-child
,table.terms tr th:last-child {
  border-right:0px;
}
div.content-page {
  clear: both;
  padding:20px 20px 30px 20px;
  width:100%;
  max-width:1024px;
  margin:auto;
}

div.content-page-header {
  padding:0px 10px;
  font-weight: bold;
  font-size:20px;
  line-height: 27px;
  color:#303030;
  background-color: #FFF;
  padding-bottom:20px;
  padding-top:20px;
  width:100%;
  max-width:1024px;
  margin: auto;
}

div.content-page-header.sub-title {
  padding:20px 0px;
  border-bottom:0px;
  font-weight: 500;
}
div.sub-list-row ul li {
  list-style-type: decimal-leading-zero;
  margin-left:20px;
  margin-bottom:20px;
}

div.sub-list-row p.row-title {
  font-size:16px;
  line-height: 35px;
  font-weight:bold;
  margin-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom:1px dashed #929292;
}

div.page-content {
  padding:0px 10px;
  color:#303030;
  min-height:350px;
}
a
,a:hover
,a:active
,a.visited {
  color:#303030;
  text-decoration: none;
}
div.page-content a
,div.page-content a:hover
,div.page-content a:active
,div.page-content a:visited
,div.content-page-header a
,div.content-page-header a:hover
,div.content-page-header a:active
,div.content-page-header a:visited
 {
  color:#303030;
  text-decoration: none;
}

div.article-body {
  min-height:350px;
}
div.article-body span.glyphicon {
  margin-right:5px;
}

div.article-body .article-content {
  padding:0 0px;
}
div.article-body .article-subject {
  font-weight:bold;
  font-size:18px;
  line-height: 22px;
  padding:0px 0px 20px 0px;

}
.article-point {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding-top:10px;
  padding-bottom:10px;
}
div.article-body .sub-list ul li {
  list-style-type: decimal-leading-zero;
  margin-left:25px;
  margin-right:25px;
  padding:5px 0px;
}

div.sub-list-nostyle ul li {
  margin-left:5px;
  margin-right:5px;
  padding:5px 0px;
}

/* Video content */
div.vod-list {
  width:100%;
  padding:20px 0px;
}
div.vod-list ul {
  clear:both;
}
div.vod-list ul li {
  width:33.33%;
  margin:5px 0px;
  padding:5px;
  float: left;
}
div.vod-list ul li:nth-child(3n + 1){
  clear: both;
}
div.vod-list div.vod-list-item {
  /*height:241px;*/
  width:100%;
  max-width:400px;
  background-color: #FFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin:auto;
  border-radius: 8px;
}
div.vod-list div.vod-list-item div.vod-image {
  width:100%;
  /*height:160px;*/
  overflow-y: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
div.vod-list div.vod-list-item div.vod-image img {
  width:100%;
}
div.vod-list div.vod-list-item div.vod-caption {
  width:100%;
  height:81px;
  overflow-y: hidden;
  background-color: #efefef;
  padding:20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

div.vod-list div.vod-list-item div.vod-caption .vod-title {
  font-size:17px;
  font-weight:500;
  line-height: 23px;
  color:#303030;
}
div.vod-list div.vod-list-item div.vod-caption .vod-desc {
  font-size:14px;
  line-height:15px;
  color:#898989;
}
div.vod-player-btn {
  display: block;
  background-color: rgba(0,0,0,0);
  z-index: 3;
  padding: 20px;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: -73px;
  top: -35px;
  /*
  position: absolute;
  height: 160px;
  width: 320px;
  padding:70px 143px 65px 144px;*/
}

div.vod-player-box {
  display: none;
  position: fixed;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(0,0,0,0.7);
  z-index: 4;
}
div.vod-player {
  width:100%;
  height:100%;
  min-width:340px;
  min-height:360px;
  max-width:720px;
  margin: auto;
  padding:20px;
  background-image: url(/libs/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

div.vod-player iframe {
  width:100%;
  height:100%;
  margin-top:100px;
}
div.vod-player-box div.vod-close {

}
div.vod-player-box div.vod-close p.btn-close {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  margin: auto;
  border-radius: 25px;
  text-align: center;
  padding-top: 11px;
  font-size:12px;
}
div.vod-player-box div.vod-close p.btn-close span {
  display: block;
}
div.vod-player-box div.vod-close p.btn-close span.title {
  padding-top:3px;
}


/* Reservation */

div.added-option {
  padding:10px 0px;
}

div.added-option-box {
  padding:15px 10px;
  background-color: #F3F3F3;
  margin-bottom:15px;
}

ul.added-option-item li {
  display: block;
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding:5px;
}


ul.added-option-date li {
  display: block;
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

ul.added-option-date li span.title {
  font-size: 12px;
  font-weight: 500;
  color:#999;
  display: block;
  float: left;
  width:50px;
}


div.reserv_date {
  padding: 20px 0px;
  clear: both;
  height:90px;
  display: none;
}

div.reserv_date p.title {
  height: 19px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #303030;
}

div.reserv_date p.date_select {
  height: 31px;
  font-family: 'Poppins';
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.66px;
  text-align: left;
  color: #303030;
}
div.reserv_date div.checkin
,div.reserv_date div.checkout {
  width: 50%;
}
div.reserv_date div.checkin {
  float:left;
}
div.reserv_date div.checkout {
  float:right;
}
div.reserv_date p.date_select {
  width: 155px;
  line-height: 33px;
  padding-bottom: 35px;
}
div.reserv_date p.date_select input {
  border:0px;
  border-bottom: 1px solid #BBB;
  width:155px;
  padding-left:5px;
  padding-right:25px;
  margin-right: -22px;
  background-color:#FFF;
}


div.product-detail div.deal_option.reserv_option div.deal-option-close-box {
  display: block;
  padding: 10px;
  text-align: right;
}
div.product-detail div.deal_option.reserv_option {
  /*position: fixed;*/
  left:0px;
  right:0px;
  bottom:0px;
  overflow-y: auto;
  z-index:3;
}

div.hamberg-menu-box {
  position: fixed;
  top:20px;
  right:0px;
  display: none;
  padding: 0px;
  z-index: 2;
  width: 100%;
  min-width: 130px;
  max-width: 180px;
}

div.hamberg-menu-box.opened > div.hamberg-main-menu {
  display: block;
  background-color: #FFF;
}

div.hamberg-menu-box > ul > li {
  text-align: right;
  padding:00px 10px;
}

div.hamberg-menu-box > ul > li a {
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
}

div.hamberg-menu-box > div.hamberg-main-menu {
  display: none;
  padding:20px;
  margin-top: 10px;
  border-left:1px solid rgba(0,0,0,.1);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, .1);
}

div.hamberg-menu-box > div.hamberg-main-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 15px 0px 10px 0px;
  border-bottom:1px solid #DDD;
  font-size: 14px;
  font-weight: 600;
}

div.hamberg-menu-box > div.hamberg-main-menu > ul > li > div.hamberg-sub-menu {
  display: block;
  width: 100%;
  padding-top:5px;
}

div.hamberg-menu-box > div.hamberg-main-menu > ul > li > div.hamberg-sub-menu > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
}

div.hamberg-menu-box > div.hamberg-main-menu > ul > li > div.hamberg-sub-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
}



/* 개인정보 처리방침 */
div.privacy-box.tab-content-box p {
  word-break:keep-all;
}

div.privacy-box.tab-content-box p.row-title {
  padding:10px 0px;
  font-weight: 600;
}

div.privacy-box.tab-content-box div.split-title > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div.privacy-box.tab-content-box div.split-title {
  padding-bottom:20px;
}

div.privacy-box.tab-content-box p.row-title.center {
  display: block;
  text-align: center;
}

div.privacy-box.tab-content-box p span.title-point,
div.privacy-box.tab-content-box p span.title-normal {
  font-weight: 600;
  display: unset;
}

div.privacy-box.tab-content-box p span.title-point {
  color:#005bd9;
}

div.privacy-box.tab-content-box p.row-type1 {
  padding:5px 20px;
  font-size: 12px;
  font-weight: 400;
  word-break: keep-all;
}

div.privacy-box.tab-content-box p.row-type2 {
  padding:3px 0px 5px 28px;
  font-size: 12px;
  font-weight: 300;
  word-break: break-all;
}

div.privacy-box.tab-content-box p.row-type3 {
  padding:0px 5px 0px 25px;
  font-size: 10px;
  font-weight: 300;
  word-break: break-all;
}

div.privacy-box.tab-content-box p.row-type1 span
,div.privacy-box.tab-content-box p.row-type2 span
,div.privacy-box.tab-content-box p.row-type3 span {
  display: block;
  padding: 0px 0px 0px 10px;
}

div.privacy-box.tab-content-box p.row-type1.btn {
  padding:6px 12px;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  border: 1px solid #CCC;
  border-radius: 10px;
  cursor: default;
  margin-top:10px;
  margin-bottom:15px;
  user-select: none;
  -user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

div.privacy-box.tab-content-box p.chart {
  display: block;
  padding:30px 10px 40px 10px;
  text-align: center;
}

div.privacy-box.tab-content-box p.chart img {
  width:90%;
}


div.privacy-box.tab-content-box table.table {
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

div.privacy-box.tab-content-box table.table > thead > tr > th {
  background-color:#EFEFEF;
}

div.privacy-box.tab-content-box table.table > thead > tr > th
,div.privacy-box.tab-content-box table.table > tbody > tr > th {
  font-size:12px;
  border-right:1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}

div.privacy-box.tab-content-box table.table > tbody > tr > td {
  font-size:11px;
  border-right:1px solid #ddd;
  vertical-align: middle;
}

div.privacy-box.tab-content-box table.table > tbody > tr > td > p {
  padding-bottom:5px;
  word-break: break-all;
}


/* 정보보호 */
div > ul.lebeling {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

div > ul.lebeling > li {
  text-align: center;
  padding:10px 5px;
}

div > ul.lebeling > li {
  width:30%;
}

div > ul.lebeling > li > img {
  width:100%;
  max-width: 200px;
}

div.privacy-box.tab-content-box p.row-title {
  display: inline-block;
  padding-left: 40px;
  background-position: 5px 2px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
