﻿@charset "UTF-8";
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.container {
  max-width: 1170px;
  width: 100%;
}

.separator {
  color: #cccccc;
}

.margin-top-5 {
  margin-top: 5px;
}

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

.margin-top-15 {
  margin-top: 15px;
}

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

.margin-10 {
  margin: 10px;
}

.margin-5 {
  margin: 5px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clr1 {
  color: #010326;
}

.clor2 {
  color: #5c9df2;
}

.clor3 {
  color: #aeccf2;
}

.clor4 {
  color: #0367a6;
}

.clor5 {
  color: #025e73;
}

html,
body {
  /* background-image:url(../scss/images/bg_html1.jpg); */
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "Nanum Gothic", "gulim", "굴림", Arial, "Open Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
}

li {
  /*line-height: 24px;*/
}

body {
  position: relative;
  overflow-x: hidden;
}

img {
  border: 0;
}

.parklife {
  font-family: "park_liferegular";
}

h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  /*padding-bottom: 20px;*/
}

h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  /* color: #333333;*/
  margin: 5px 0;
  color: #163f5a;
}

.top2 {
  height: 100px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 {
    height: 85px;
  }
}
.top2 .rw {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw {
    flex-direction: column;
    height: 85px;
  }
}
.top2 .rw a,
.top2 .rw a:visited,
.top2 .rw a:hover {
  color: #fff;
  text-decoration: none;
}
.top2 .rw .top2-rightdiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /*#searchform {
      display: inline;
  }*/
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv {
    flex-direction: row;
    align-items: center;
  }
}
.top2 .rw .top2-rightdiv .logininfo {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv .logininfo {
    /*padding: 8px 0 0 15px;*/
    /*min-width: 80px;*/
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
}
.top2 .rw .top2-rightdiv .searchtext {
  width: 180px;
  height: 37px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  background: url(/Content/img/search_mag.png) no-repeat center right;
}
.top2 .rw .top2-rightdiv .searchtext::-ms-clear {
  display: none;
}
.top2 .rw .top2-rightdiv .searchbox {
  /*display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;*/
}
@media (min-width: 50px) and (max-width: 767px) {
  .top2 .rw .top2-rightdiv .searchbox {
    position: absolute;
    right: 10px;
    top: 10px;
    float: none;
    bottom: initial;
  }
  .top2 .rw .top2-rightdiv .searchbox .searchtext {
    font-size: 11px;
    height: 20px;
    width: 140px;
    background: url(/Content/img/search_mag_m.png) no-repeat center right;
    padding-left: 3px;
    padding-right: 40px;
  }
}

a,
a:visited,
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #5c9df2;
}

.cmscontent a,
.cmscontent a:visited,
.cmscontent a:hover {
  color: #000;
  text-decoration: underline;
}

.cmscontent a:hover {
  color: #5c9df2;
}

.button {
  background-color: #5c9df2;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  cursor: pointer;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  /*width: 100%;*/
}

.link-button {
  background-color: #5c9df2;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  height: 35px;
  padding: 10px 20px;
}
.link-button:visited, .link-button:hover, .link-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.bbbutton {
  width: 95px;
}

.deletebutton {
  background-color: #cc6d62;
}

.cancelbutton {
  background-color: #bbb;
}

.rw {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 0 auto;
  padding: 0;
}

/* rw top1*/
.rw.top1 {
  height: 55px;
}

.top1 .mobilemenubutton {
  display: none;
}

.profilthumbephoto {
  height: 24px;
  vertical-align: middle;
  padding-right: 5px;
}

.social {
  margin-top: 10px;
  float: right;
}

.social a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 7px 0 0;
}

.social a.facebook {
  background-image: url(../scss/img/social_icon_30_facebook.png);
}

.social a.twitter {
  background-image: url(../scss/img/social_icon_30_twitter.png);
}

.social a.instagram {
  background-image: url(../scss/img/social_icon_30_instagram.png);
}

.social a.pinterest {
  background-image: url(../scss/img/social_icon_30_pinterest.png);
}

.social a.googleplus {
  background-image: url(../scss/img/social_icon_30_googleplus.png);
}

.social_m {
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  display: none;
}

.social_m a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 12px 0 0;
}

.social_m a.facebook {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_facebook.png);
  background-size: 20px 20px;
}

.social_m a.twitter {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_twitter.png);
  background-size: 20px 20px;
}

.social_m a.instagram {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_instagram.png);
  background-size: 20px 20px;
}

.social_m a.pinterest {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_pinterest.png);
  background-size: 20px 20px;
}

.social_m a.googleplus {
  background-repeat: no-repeat;
  background-image: url(../scss/img/social_icon_40_googleplus.png);
  background-size: 20px 20px;
}

.cfix {
  clear: both;
  line-height: 1px;
}

.header {
  background-color: #163f5a;
  background-image: url(/Content/img/heading_bg.jpg);
  /*background-repeat:no-repeat;*/
  background-position-x: center;
}

.logodiv {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.searchblock {
  float: right;
}

.bbsearchtext {
  width: 180px;
  height: 37px;
  border: 1px solid #aaa;
  background-color: #000;
  color: #000;
  padding-left: 10px;
  padding-right: 40px;
  background: url(/Content/img/search_mag.png) no-repeat center right;
}

.bbsearchtext::-ms-clear {
  display: none;
}

/*.cntr .top4 */
.top4 {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #878787;
}

.top4 .rw {
  height: 35px;
}

ul.mainmenu {
  color: #fff;
  font-weight: bold;
  /*display: inline-block;*/
  width: 100%;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.mainmenu {
    padding-top: 0px;
    padding-left: 15px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu {
    background-color: #336699;
    /*display: block;*/
    /*width: 100%;*/
    display: flex;
  }
}
ul.mainmenu li {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu li {
    /*
    width: 14.2%;
    float: left;
    border-right: 1px solid #163f5a;
    */
  }
  ul.mainmenu li:last-child {
    border-right: none;
  }
}
ul.mainmenu a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  /*background: #336699;*/
  background-color: rgba(51, 102, 153, 0.8);
  height: 35px;
  line-height: 35px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.mainmenu a {
    min-width: 70px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.mainmenu a {
    min-width: initial;
    margin-right: 0px;
    font-size: 11px;
  }
}
ul.mainmenu a:hover,
ul.mainmenu a.activemenu {
  color: #163f5a;
}
ul.mainmenu li.activemenu a {
  color: #5c9df2;
}

/* .ctnr .top3 */
.top3 {
  height: 31px;
  border-bottom: 1px solid #ccc;
  /*background: url(../scss/img/bg_breadcrumb_31.png) repeat-x;*/
  line-height: 31px;
  font-size: 12px;
  color: #878787;
  /* text-align: center; */
}

.breadc {
  padding-left: 15px;
}
.breadc ul li {
  display: inline;
}
.breadc ul li .arrow {
  display: inline-block;
  background: url(/Content/img/breadcrumb_arrow.png) no-repeat;
  width: 15px;
  height: 12px;
  vertical-align: middle;
}

/* .cntr .topadminmenu */
/* .ctnr .tail1*/
.tail1 {
  font-size: 12px;
  line-height: 51px;
  color: #fff;
  height: 51px;
  background-color: #163f5a;
  background-image: url(/Content/img/heading_bg.jpg);
  background-position-x: center;
}

.tail1 a {
  color: #fff;
  text-decoration: underline;
}

.tail1 .copyright {
  float: left;
  padding-left: 15px;
}

.tailspace {
  display: inline-block;
  width: 75px;
}

.worldparkscongress {
  float: right;
}

.tail3 {
  background-color: #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 25px;
  background-color: #000;
  display: none;
}

.tail3 a {
  color: #fff;
  text-decoration: underline;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

.pagebox {
  clear: both;
  margin: 3px 10px;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -51px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer,
.page-wrap:after {
  /* .push must be the same height as footer */
  height: 51px;
}

.box {
  border: 1px solid #c0c0c0;
  margin: 20px 0 8px 0;
}

.box.noborder {
  border: none;
}

.col {
  float: left;
}

.col9 {
  width: 70%;
}

.col3 {
  width: 30%;
}

.section {
  margin: 20px 20px;
}

/* kij
.section a {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}
*/
/*
.section h2 {
  float: left;
}
  */
.section .right {
  float: right;
}

.section .content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rightimage {
  float: right;
}

.sharebox {
  height: 45px;
  margin: 0 0 0 0;
}

.addthis {
  padding-top: 5px;
  /*float: right;*/
}

.errmsg {
  color: Red;
  /*font-weight: bold;*/
  /*margin-top: 12px;*/
  clear: both;
  float: left;
  text-shadow: 1px 1px #ccc;
  font-size: 12px;
}

.errmsg2 {
  color: Red;
  font-size: 12px;
  text-shadow: 1px 1px #ccc;
}

.errmsg3 {
  color: Red;
  font-size: 12px;
  text-shadow: 1px 1px #ccc;
}

.styledRadio,
.styledCheckbox {
  display: inline-block;
}

.checklabel,
.radiolabel {
  line-height: 25px;
  vertical-align: top;
  padding-left: 0px;
}

.lh40 {
  line-height: 40px;
}

.lh20 {
  line-height: 20px;
}

/*
.thumb .img {
  width: 213px;
  height: 213px;
}
  */
.cfix.d {
  display: none;
}

/* .top5  */
.mobilemenu {
  display: none;
}

/* sharebox */
.sharebox .addThis {
  width: 260px;
}

.sharebox .addthis_toolbox {
  width: 250px;
}

.mobileleftarrow,
.mobilerightarrow {
  width: 30px;
  height: 40px;
}

/* info button */
span.info {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  height: 22px;
  display: inline-block;
  background: url(/Content/img/info.png) no-repeat center center;
}

/* reply start */
.replyarticlediv .articlediv {
  width: calc(100% - 100px);
  padding-right: 20px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .articlediv {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .rightdiv {
    padding-bottom: 10px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .replyarticlediv .rightdiv .votediv {
    display: inline;
  }
}

.rightdiv {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
}

.reply {
  display: block;
  clear: both;
  position: relative;
  min-height: 60px;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #eee;
}

.rere {
  display: block;
  clear: both;
  position: relative;
  min-height: 60px;
  padding: 0px 0px 0px 30px;
  border-bottom: 1px solid #eee;
}

.rere {
  padding-top: 10px;
}

.wnameline {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* reply end */
/* bbs write start */
.replywritediv,
.rerewritediv {
  margin-top: 10px;
  /*padding: 10px 0 10px 0;*/
  /*background-color: #eee;*/
}
.replywritediv textarea,
.rerewritediv textarea {
  height: 60px;
}

.rerewritediv {
  margin-top: 0;
}

.replywritediv .username,
.rerewritediv .username {
  text-align: center;
  display: block;
  float: left;
  width: 150px;
  height: 75px;
  font-weight: bold;
  line-height: 75px;
  padding: 0 10px 0 10px;
}

.rerewritediv .username {
  width: 110px;
}

.replywritediv .username span,
.rerewritediv .username span {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}

ul.rerediv li:first-child {
  border-top: 1px solid #eee;
}

ul.rerediv li:last-child {
  border-bottom: initial;
}

/* bbs write end */
/* rere start */
/* rere end */
.img-responsive {
  display: inline-block;
}

.filebutton {
  width: 110px;
  font-size: 14px;
  background: #ccc;
  color: #000;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border: 1px solid #000;
}

.fbtn {
  display: inline-block;
}

.homerightblock {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

/* exchange rate box start */
.erate {
  width: 100%;
  text-align: center;
}

.erate tbody:hover {
  background-color: #acddf2;
}

.erate td:nth-child(1),
.erate td:nth-child(2) {
  text-align: right;
}

.erate td:nth-child(2) {
  font-size: 1.1em;
}

.erate td {
  height: 26px;
}

.erateinfo {
  font-size: 11px;
  color: #999;
  float: right;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* exchange rate box end */
a.more,
a.m {
  font-weight: bold;
  font-size: 12px;
  color: #5c9df2;
}

.shopinhome {
  float: left;
  display: block;
  width: 150px;
  margin-right: 6px;
}

.maponmap {
  width: 100%;
  height: 500px;
}

.leftad {
  margin-top: 20px;
}

.bottomad {
  margin-top: 20px;
}

/*
ul.newslist li, ul.bloglist li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  */
ul.newslist li,
ul.bloglist li,
ul.articlelist li,
ul.shoplist li {
  position: relative;
}
ul.newslist li a,
ul.bloglist li a,
ul.articlelist li a,
ul.shoplist li a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 3px 0 3px 0;
}

/*ul.newslist li a, ul.bloglist li a, ul.articlelist li a, ul.shoplist li a {
}*/
ul.shoplist li a {
  padding-right: 0;
}

ul.newslist li a,
ul.bloglist li a,
ul.articlelist li a {
  width: 100%;
}
ul.newslist li a.has-date,
ul.bloglist li a.has-date,
ul.articlelist li a.has-date {
  width: calc(100% - 40px);
}
ul.newslist li .date,
ul.bloglist li .date,
ul.articlelist li .date {
  color: #999;
  font-size: smaller;
  text-align: right;
  position: absolute;
  width: 40px;
  right: 0;
  bottom: 0;
  padding: 3px 0;
}

.mapbox {
  border: 1px solid #c0c0c0;
  margin: 10px 0 8px 0;
}

.mapbox ul.city li {
  float: left;
  margin-right: 5px;
  color: #163f5a;
}

.mapbox ul.city li.selected {
  float: left;
  margin-right: 5px;
  color: #163f5a;
  font-weight: bold;
}

/* home page photo block */
ul.homephoto li {
  float: left;
  padding-right: 2px;
  padding-bottom: 2px;
}

ul.homephoto a {
  display: block;
  max-width: 70px;
  max-height: 70px;
}

ul.homephoto a img {
  width: 100%;
}

/* home page photo block end*/
/* side block start */
.sideblock {
  font-size: 13px;
  margin-top: 20px;
}
.sideblock h5 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.sideblock .articlelist li a {
  width: 100%;
}
.sideblock .articlelist li a.has-date {
  width: calc(100% - 35px);
}
.sideblock .articlelist li .date {
  width: 35px;
}

/* side block end*/
/* main menu start */
.desc {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 20px;
  /*display:none;*/
}

/*.articlebox {
    min-height: 280px;
}*/
/* main menu end*/
/* search start */
.noresult {
  color: #ccc;
  font-size: 12px;
}

.searchresultblock {
  margin-top: 20px;
}

.searchword {
  font-size: 24px;
}

/* search end*/
.youtubeframe {
  min-height: 510px;
}

.shopblock .right {
  position: absolute;
  margin-bottom: 5px;
  right: 0;
  bottom: 0;
  /*width:200px;*/
}

.homeblock.shopblock .more {
  position: initial;
}

/* news */
.newspage .listul,
.blogpage .listul {
  max-width: 660px;
  width: 100%;
}

.newspage .listul .title,
.blogpage .listul .title {
  font-size: 16px;
  padding: 8px 0 5px 0;
}

.newspage .listul .desc,
.blogpage .listul .desc {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.newspage .listul .copy,
.blogpage .listul .copy {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
  color: #aaa;
}

.newspage .loadmore,
.blogpage .loadmore {
  text-align: center;
  line-height: 40px;
}

/* bb list table*/
.bblist {
  border-collapse: collapse;
  border-spacing: 1;
  width: 100%;
}

.bblist td,
.bblist th {
  padding: 8px 5px;
}

.bbcontextmenu {
  padding: 5px 0;
}

/* maplistmenu begin */
ul.maplistmenu {
  display: inline-block;
  /*&:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }*/
}
ul.maplistmenu li {
  white-space: nowrap;
  overflow: hidden;
}
ul.maplistmenu li {
  float: left;
  margin: 0px;
  padding: 5px;
  border: 1px solid #000;
  border-right: none;
}
ul.maplistmenu li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.maplistmenu li:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.maplistmenu img {
  display: inline;
  height: 16px;
  margin: 0px 3px 3px 3px;
}
ul.maplistmenu li.selected {
  background-color: rgba(174, 204, 242, 0.2);
}

/* maplistmenu end */
.subsearchdiv {
  padding: 5px 0;
  display: inline-block;
  float: right;
}

.subsearchdiv .bbsearchtext {
  width: 200px;
  height: 31px;
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
}

/* popup begin */
.popupusermenu,
.popupsendmessage,
.popupuserinfo,
.downpopup {
  border-radius: 3px;
  box-shadow: #163f5a 2px 2px 10px;
}

.closebtn {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 10px;
  display: block;
}

.popupusermenu {
  display: none;
  z-index: 10;
  position: absolute;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
}

.popupsendmessage {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
  z-index: 30;
}

.popupsendmessage input {
  margin-top: 2px;
  margin-bottom: 2px;
}

.popupuserinfo {
  display: none;
  position: absolute;
  width: 300px;
  height: 350px;
  background: #fafafa;
  border: 2px solid #666;
  padding: 5px;
  z-index: 20;
}

.popupuserinfo .username,
.popupuserinfo .regdate,
.popupuserinfo .score {
  /*font-weight:bold;*/
}

.popupuserinfo .lbl {
  color: #999;
}

.popupuserinfo .bioline {
  padding-top: 5px;
  padding-bottom: 5px;
}

.popupuserinfo .bio {
  height: 220px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
  font-size: 11px;
}

/* popup end */
/* view list begin */
.halfbox {
  width: 50%;
}

.form-label {
  padding-top: 5px;
  padding-bottom: 3px;
}

.loadrecipientbutton {
  width: 200px;
  margin-bottom: 5px;
}

/* prev next */
ul.prevnextarticle {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

ul.prevnextarticle li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eee;
}

ul.prevnextarticle li a {
  display: block;
  line-height: 40px;
}

ul.prevnextarticle li:first-child {
  border-top: 1px solid #eee;
}

.downpopup {
  position: absolute;
  display: none;
  background: #eee;
  border: 1px solid black;
  padding: 5px;
  z-index: 100;
}

ul.bannerlist li {
  padding-bottom: 5px;
}

/* view list end */
.bspace {
  height: 40px;
}

.mainrw {
  position: relative;
}

.sidebaradcontainer {
  display: none;
  right: -130px;
  /*top:100px;*/
  top: 5px;
  position: absolute;
  /*background-color:blue;*/
  width: 125px;
  /*height:450px;*/
}

@media screen and (min-width: 1440px) {
  .sidebaradcontainer {
    display: block;
  }
}
.sidebarad {
  width: 125px;
  height: 125px;
  /*background-color:red;*/
  margin-bottom: 5px;
}

.infoicon {
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}

.desc {
  /*display: none;*/
}

.bbtitle h1 {
  display: inline-block;
}

.rsicon {
  height: 22px;
}

.announce {
  margin-top: 20px;
  margin-bottom: 100px;
  color: #f28080;
}

.maindirectory {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    /*-webkit-text-size-adjust: none;
    -webkit-appearance: none;*/
  }
  input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
  }
  .searchtext {
    padding-right: 30px;
  }
  .cfix.d {
    display: block;
  }
  .logodiv .logo img {
    height: 70px;
  }
  .cfix.d {
    display: block;
  }
  .logodiv {
    padding-left: 15px;
    padding-right: 0px;
  }
  /*.menulinediv {
    padding-top: 10px;
    display:inline-block;
    padding-top: 0;
  }*/
  .tail2 .copyright {
    padding-left: 15px;
  }
  .tailspace {
    width: 15px;
  }
  .worldparkscongress {
    margin-right: 15px;
  }
  /* info button */
  span.info {
    margin-left: 0;
  }
  .leftad {
    display: none;
  }
  .bottomad {
    display: none;
  }
  .bb .ct.writer {
    width: auto;
  }
  .replywritediv .articlectrl,
  .rerewritediv .articlectrl {
    width: 330px;
    height: 75px;
  }
  .youtubeframe {
    min-height: 410px;
  }
  /* exchange rate box start */
  .erate {
    width: 100%;
    margin: 0;
  }
  .erateinfo {
    padding-right: 0;
  }
  /* exchange rate box end */
  .sidebaradcontainer {
    display: none;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  body {
    /*-webkit-text-size-adjust: none;*/
  }
  input {
    /*-webkit-appearance: none;*/
    border-radius: 0;
  }
  .pagebox {
    margin: 5px 0;
  }
  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -51px;
  }
  .site-footer,
  .page-wrap:after {
    /* .push must be the same height as footer */
    height: 51px;
  }
  .top1 {
    height: 32px;
  }
  .top1 .mobilemenubutton {
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
  }
  .top1 .social {
    display: none;
  }
  .profilthumbephoto {
    height: 22px;
    padding-right: 2px;
  }
  .cfix.d {
    display: none;
  }
  .articlebox {
    min-height: inherit;
  }
  .articlebox .desc {
    display: none;
  }
  /* header */
  .logodiv {
    /*float: left;*/
    /*margin-top:0;*/
    float: none;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .logodiv .logo img {
    height: 40px;
  }
  .tail1 {
    height: 51px;
    line-height: 18px;
  }
  .nswparklogo {
    height: 30px;
  }
  .iucnlogo {
    height: 30px;
  }
  /* footer */
  /* .ctnr .tail2*/
  .fmenu {
    display: block;
  }
  .fmenu .tailspace {
    display: none;
    width: 0;
  }
  .fmenu a {
    display: inline-block;
    height: auto;
    line-height: none;
  }
  .tail2 .copyright {
    padding-left: 15px;
  }
  .social_m {
    display: block;
  }
  .tail3 {
    display: block;
  }
  /* .ctnr .top3 */
  .top3 {
    text-align: left;
    display: none;
  }
  /* .cntr .top4 */
  .mobilemenu {
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobilemenu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sharebox {
    padding-top: 6px;
  }
  /* info button */
  span.info {
    margin-left: 0;
  }
  .shopinhome {
    margin-right: 0;
  }
  .leftad {
    display: none;
  }
  .bottomad {
    display: none;
  }
  .maponmap {
    height: 250px;
  }
  .copyright {
    padding-top: 5px;
    padding-left: 10px;
  }
  .shopline li {
    width: 100%;
  }
  .replywritediv {
    padding-top: 0;
    padding-bottom: 0;
  }
  .replywritediv .articlectrl,
  .rerewritediv .articlectrl {
    width: 100%;
    height: 75px;
  }
  .replywritediv .username,
  .rerewritediv .username {
    line-height: 22px;
    height: inherit;
    text-align: left;
  }
  .replywritediv .username span,
  .rerewritediv .username span {
    line-height: inherit;
  }
  .youtubeframe {
    min-height: 260px;
  }
  /* exchange rate box start */
  .erate {
    width: 100%;
    margin: 0;
    max-width: 420px;
  }
  .erateinfo {
    padding-right: 0;
  }
  /* exchange rate box end */
  /* bb list table */
  .bblist td {
    padding: 10px 0;
  }
  .bblist tr td:nth-child(1),
  .bblist tr th:nth-child(1) {
    display: none;
  }
  .bblist tr td:nth-child(3),
  .bblist tr th:nth-child(3) {
    display: none;
  }
  .bblist tr td:nth-child(4),
  .bblist tr th:nth-child(4) {
    display: none;
  }
  .bblist tr td:nth-child(5),
  .bblist tr th:nth-child(5) {
    display: none;
  }
  .bblist tr td:nth-child(6),
  .bblist tr th:nth-child(6) {
    display: none;
  }
  .bblist td a {
    display: block;
  }
  /*
  .bblistheader h1 {
    display: none;
  }
  */
  .bblistheader .desc {
    display: none;
  }
  /* bb list table end*/
  ul.newslist li a,
  ul.bloglist li a,
  ul.articlelist li a,
  ul.shoplist li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ul.newslist .date,
  ul.bloglist .date,
  ul.articlelist .date {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bb h1 {
    display: none;
  }
  .reply {
    padding: 5px 0;
  }
  .replyarticlediv {
    padding-bottom: 0;
  }
  .replyarticlediv .article {
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*padding-bottom: 10px;*/
  }
  .rightdiv {
    position: relative;
    clear: both;
    width: 100%;
    top: auto;
  }
  .rightdiv .updiv {
    display: inline-block;
  }
  .rightdiv .writediv {
    float: right;
  }
}
@media (min-width: 50px) and (max-width: 767px) and (min-width: 50px) and (max-width: 767px) {
  .rightdiv .writediv {
    margin-left: 5px;
    float: none;
    display: inline;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .wnameline {
    padding-bottom: 5px;
  }
  .rere {
    padding-left: 20px;
  }
  .subsearchdiv .bbsearchtext {
    width: 100px;
  }
  .maindirectory > div:first-child ul.col li:last-child {
    border-bottom: none;
  }
  ul.col li:last-child {
    border-bottom: none;
  }
  .titleline {
    padding: 5px 0;
    font-size: 18px;
  }
  .titleline .lbl {
    display: none;
  }
  .bodydiv {
    padding: 5px 0;
  }
  .bbcontextmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /*background-color:aquamarine; */
    padding-left: 5px;
    padding-right: 5px;
  }
  .bbcontextmenu span {
    /*display: none;*/
  }
  .sidebaradcontainer {
    display: none;
  }
}
/* from List.cshtml*/
/* 
.h {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.d {
    border-bottom: 1px solid #eee;
}

.cnt {
    font-size: 10px;
}

.form-control.search {
    padding: 3px 5px;
    height: 26px;
    margin: 2px 0 5px 0;
    line-height: 16px;
    font-size: 14px;
}
*/
/* outline button */
/* Green */
.btn-success-border {
  background-color: white;
  border-color: #04AA6D;
  color: green;
}

.btn-success-border:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.btn-info-border {
  background-color: white;
  border-color: #2196F3;
  color: dodgerblue;
}

.btn-info-border:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.btn-warning-border {
  background-color: white;
  border-color: #ff9800;
  color: orange;
}

.btn-warning-border:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.btn-danger-border {
  background-color: white;
  border-color: #f44336;
  color: red;
}

.btn-danger-border:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.btn-default-border {
  background-color: white;
  border-color: #e7e7e7;
  color: black;
}

.btn-default-border:hover {
  background: #e7e7e7;
}

.recent-shop-div .recent-shop-item {
  display: flex;
  justify-content: space-between;
}
.recent-shop-div .recent-shop-item .title {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*display: block;*/
  padding: 3px 10px 3px 0;
}
.recent-shop-div .recent-shop-item .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
}
.recent-shop-div .recent-shop-item .category {
  flex-basis: initial;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 0 3px 0;
}

ul.home-articlelist li {
  display: flex;
  align-items: center;
}
ul.home-articlelist li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.home-articlelist li a .has-date {
  width: calc(100% - 40px);
}
ul.home-articlelist li .date {
  color: #999;
  font-size: smaller;
  text-align: right;
  width: 40px;
  padding: 3px 0;
}

.flex-line {
  display: flex;
  align-items: center;
}

.flex-line.justify-between {
  justify-content: space-between;
}

.flex-line.justify-center {
  justify-content: center;
}

.flex-grow {
  flex-grow: 1;
}

.gap-5 {
  gap: 5px;
}

.flex {
  display: flex;
}

.flex-wide-spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* about page */
.tabcontentbox {
  position: relative;
  min-height: 550px;
}

.aboutbox .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.aboutbox .section {
  margin-top: 0px;
  margin-left: 20px;
}

ul.tab {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 100;
}

.tab li {
  font-size: 18px;
  font-weight: bold;
  /*width: 237px;*/
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-bottom: none;
  cursor: pointer;
  float: left;
  position: relative;
}

.tab li.active, .tab li:hover {
  background-color: #000;
  color: #fff;
}

ul.tab li ul {
  padding-left: 0;
  position: absolute;
  /*width: 237px;*/
  width: 100%;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-top: none;
  display: none;
  top: 49px;
  left: 0px;
}

ul.tab li ul li {
  border: none;
  color: #000;
  height: 45px;
  line-height: 45px;
  /*width: 235px;*/
  width: 100%;
}

ul.tab li ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

ul.tab li ul li a:hover, ul.tab li ul li:hover {
  color: #fff;
}

/*.outc {
  position: relative;
  position:absolute;
}

.inc {
  width:100%;
  position: absolute;
  top: 50%;
  height: 10em;
  margin-top: -5em;
}*/
.outc {
  display: table;
  width: 100px; /* width of parent */
  height: 100px; /* height of parent */
  overflow: hidden;
}

.outc .inc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.leftcol {
  width: initial;
  margin-right: 250px;
  float: left;
}

.rightimage {
  position: absolute;
  top: 0;
  right: 0;
}

.enternowsmallbutton {
  display: none;
}

.youtubevideo {
  float: left;
  width: 100%;
  /*padding-top:10px;
  padding-bottom:20px;*/
  /*padding-right: 228px;*/
}

.youtubevideo iframe {
  display: block;
  width: 100%;
  height: 415px;
}

.youtubevideoc {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  /*padding-right: 228px;*/
}

.youtubevideoc iframe {
  display: block;
  width: 100%;
  height: 415px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab li {
    font-size: 15px;
  }
  .youtubevideo iframe {
    height: 315px;
  }
  .youtubevideoc iframe {
    height: 315px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .contentbox {
    min-height: initial;
  }
  .tab li {
    font-size: 12px;
    width: 33.33333%;
  }
  ul.tab li ul li a {
    font-size: 11px;
    line-height: initial;
  }
  .rightimage {
    display: none;
  }
  .leftcol {
    margin-right: 0;
  }
  .enternowsmallbutton {
    display: block;
    margin: 15px;
  }
  .youtubevideo iframe {
    height: 215px;
  }
  .youtubevideoc iframe {
    height: 215px;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
ul.submenu {
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  ul.submenu:after {
    clear: both;
  }
}
ul.submenu li {
  display: block;
  height: 30px;
  font-size: 13px;
  text-align: left;
  padding-left: 5px;
  border-top: 1px solid #eee;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu li {
    float: left;
    border: none;
    padding-left: 0px;
    padding-right: 10px;
  }
}
ul.submenu li:last-child {
  border-bottom: 1px solid #eee;
}
@media (min-width: 50px) and (max-width: 767px) {
  ul.submenu li:last-child {
    border-bottom: none;
  }
}

ul.submenu li.activesubmenu a, ul.submenu li.activesubmenu a:hover, ul.submenu li.activesubmenu a:visited {
  color: #5c9df2;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* contact us */
.contactusbox {
  max-width: 900px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 0 40px 0;
}
.contactusbox .header-box {
  padding: 40px 40px 30px 40px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
  text-align: center;
}
.contactusbox .header-box .page-title {
  margin: 10px 0 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.contactusbox .header-box .page-title .en-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.contactusbox .contentbox {
  padding: 0 40px;
}
.contactusbox .col-6 {
  width: 100%;
  /* Full width for better mobile/desktop consistency in this constrained layout */
  max-width: 600px;
  margin: 0 auto;
}
.contactusbox .form-group {
  margin-bottom: 24px;
}
.contactusbox .form-group label.bilingual-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.contactusbox .form-group label.bilingual-label .en-label {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-left: 6px;
}
.contactusbox .form-group .form-control {
  width: 100%;
  height: auto;
  /* Override default fixed height to prevent text cutoff */
  min-height: 44px;
  /* Ensure premium touch target size */
  padding: 10px 16px;
  /* Balanced padding */
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.contactusbox .form-group .form-control:focus {
  background-color: #fff;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
  outline: none;
}
.contactusbox .form-group .form-control::placeholder {
  color: #ccc;
}
.contactusbox .form-group select.form-control {
  /* specific fix for select if needed, but height:auto above usually works. 
      Ensuring background position for arrow if custom appearance is used (not currently), 
      but for standard select, standard padding works. */
  padding-right: 30px;
  /* Space for the arrow */
}
.contactusbox .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.contactusbox .submitbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 14px 20px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  /* Example gradient */
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
  text-align: center;
}
.contactusbox .submitbutton .en-btn {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
  margin-left: 8px;
  line-height: 1;
  margin-top: 2px;
}
.contactusbox .submitbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}
.contactusbox .submitbutton:active {
  transform: translateY(0);
}
.contactusbox .cfix {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactusbox .contactusbox {
    margin: 20px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .contactusbox .contactusbox {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .contactusbox .contentbox {
    padding: 0 20px;
  }
  .contactusbox .header-box {
    padding: 20px;
  }
  .contactusbox .header-box .page-title {
    font-size: 24px;
  }
  .contactusbox .header-box .page-title .en-title {
    font-size: 16px;
  }
}

/*@import "_enternow.scss";*/
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.confirmbox {
  width: 490px;
  height: 450px;
  border: 1px solid #c0c0c0;
  margin: 23px auto 23px auto;
  background: url(../scss/img/bg_enternowconfirm.png) no-repeat bottom left;
  position: relative;
}

.confirmbox .confirmcontent {
  width: 430px;
  margin: 27px auto;
}

.confirmbox p {
  padding-top: 0;
  padding-bottom: 20px;
}

/*
.logincontent input {
  width: 98%;
}
  */
.shareyourentry {
  display: inline;
}

@media (min-width: 50px) and (max-width: 767px) {
  .confirmbox {
    width: initial;
    margin-left: 7px;
    margin-right: 7px;
    background-size: 120px;
    background-position: left bottom;
    height: 400px;
  }
  .confirmbox .confirmcontent {
    width: initial;
    margin: 5px auto;
  }
  .form-group {
    margin-left: 7px;
    margin-right: 7px;
  }
  .confirmbox p {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 12px;
  }
  .shareyourentry {
    margin-left: 7px;
    font-size: 14px;
  }
  .addthis {
    margin-left: 7px;
    float: initial;
  }
  .buttonbox {
    right: 7px;
    bottom: 7px;
  }
}
/*@import "_gallery_featured.scss";*/
/* faqs */
.faqs .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.faqs .section h2 {
  margin-bottom: 0px;
  float: none;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.homediv {
  /* home */
  /*.cover {
    display: none;
  }*/
  /* weather start */
  /* weather end */
}
.homediv .home {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homediv .home .line1 {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 135px;
}
.homediv .home .leftcol {
  float: left;
  margin-left: 15px;
  margin-right: 310px;
  margin-bottom: 15px;
}
.homediv .home .rightimage {
  position: absolute;
  right: 0;
}
.homediv .home h1 {
  font-size: 21px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}
.homediv .rightimage {
  padding-top: 15px;
}
.homediv .herobox {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  width: 100%;
  /*width:910px;*/
  padding-top: 15px;
  clear: both;
  position: relative;
}
.homediv .hero {
  display: block;
  margin: 0 auto 20px auto;
}
.homediv .youtubesidebox {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  width: 100%;
  padding-top: 0px;
  clear: both;
  position: relative;
}
.homediv .youtubesidebox .sidebar {
  position: absolute;
  right: 0;
  width: 213px;
  /*float: right; */
}
.homediv .youtubesidebox .sidebar img {
  display: block;
  margin-bottom: 20px;
}
.homediv .home .sidebar .sidethumb {
  position: relative;
  width: 213px;
  height: 125px;
  margin-bottom: 20px;
}
.homediv .home .sidebar .sidethumb .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 213px;
  height: 50px;
  color: #fff;
}
.homediv .home .sidebar .sidethumb .cover .a {
  margin-left: 20px;
  margin-top: 20px;
}
.homediv .home .sidebar .sidethumb .cover .parklife {
  font-size: 39px;
  line-height: 25px;
}
.homediv #slider1_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 910px;
  height: 303px;
}
.homediv #slider1_container #slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 910px;
  height: 303px;
  overflow: hidden;
}
.homediv .youtubevideo {
  float: left;
  width: 100%;
  padding-right: 228px;
}
.homediv .youtubevideo iframe {
  display: block;
  width: 100%;
  height: 415px;
}
.homediv .weathercitylist .city {
  font-size: 12px;
  display: inline-block;
  width: 9%;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.homediv .weatherforecast {
  padding-top: 10px;
}
.homediv .weatherforecast .day {
  float: left;
  width: 20%;
  font-size: 12px;
  border-right: 1px solid #ddd;
}
.homediv .weatherforecast .day:last-child {
  border-right: none;
}
.homediv .weatherforecast .forecast {
  text-align: center;
}
.homediv .weatherforecast .day .date {
  font-size: 16px;
}
.homediv .weatherforecast .icon {
  width: 60%;
}
.homediv .weather .degree {
  font-size: 40px;
  font-weight: bold;
  float: right;
  padding-top: 4px;
  padding-right: 10px;
  color: #0367a6;
}
.homediv .weather span.desc,
.homediv .sunrisesunset span.d {
  color: #999;
  font-size: 11px;
}
.homediv .weatherinfo {
  font-size: 11px;
  color: #999;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.homediv .sunrisesunset {
  padding-top: 5px;
  line-height: 24px;
  clear: both;
}
.homediv .sunrisesunset .d {
  padding-left: 2px;
}
.homediv .sunrisesunset span.t {
  font-size: larger;
  padding-right: 5px;
}
.homediv .deg {
  font-size: 10px;
}
.homediv .deghigh {
  font-size: 13px;
}
.homediv .hr {
  border-top: 1px solid #D1E4FB;
  margin-left: -15px;
  margin-right: -15px;
}
.homediv .weathercitydiv {
  display: none;
}
.homediv .weathercitylist {
  font-size: 11px;
}
.homediv .showweather.selected {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homediv .rightimage {
    display: none;
  }
  .homediv .home .leftcol {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
    /*width: 100%;*/
  }
  .homediv .home h1 {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .homediv .weathercitylist .city {
    font-size: 11px;
    width: 8%;
  }
  .homediv .sunrisesunset .d {
    padding-left: 0px;
  }
  .homediv .sunrisesunset span.t {
    font-size: 11px;
    padding-right: 0px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homediv .rightimage {
    display: none;
  }
  .homediv .home .leftcol {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
    /*width: 100%;*/
  }
  .homediv .home h1 {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .homediv .home p {
    font-size: 12px;
  }
  .homediv .herobox {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 7px;
    padding-right: 7px;
    width: initial;
  }
  .homediv .youtubevideo {
    float: initial;
    padding-right: 0;
    margin-left: 7px;
    margin-right: 7px;
    display: block;
    width: initial;
  }
  .homediv .youtubevideo iframe {
    display: block;
    width: 100%;
    height: 215px;
  }
  .homediv .youtubesidebox .sidebar {
    width: initial;
    position: initial;
    right: initial;
    margin: 5px;
  }
  .homediv .youtubesidebox .sidebar .sidethumb {
    width: 33.3333%;
    float: left;
  }
  .homediv .youtubesidebox .sidebar a {
    display: block;
  }
  .homediv .youtubesidebox .sidebar .sidethumb a img {
    width: 100%;
  }
  .homediv .home .sidebar .sidethumb .cover {
    width: 100%;
    height: 25px;
  }
  .homediv .thumbinner {
    margin: 2px;
    position: relative;
  }
  .homediv .home .sidebar .sidethumb .cover .parklife {
    font-size: 18px;
    line-height: 14px;
  }
  .homediv .home .sidebar .sidethumb .cover .a {
    margin-top: 8px;
    margin-left: 10px;
  }
}

.recentshop_home {
  margin-top: 15px;
  margin-bottom: 10px;
  /*.slick-slide {
      width: 200px;
  }*/
}
.recentshop_home .hoju-slider-wrapper {
  position: relative;
}
.recentshop_home h3 {
  text-align: center;
}
.recentshop_home h3 a,
.recentshop_home h3 a:visited,
.recentshop_home h3 a:hover,
.recentshop_home h3 a:active {
  color: #163f5a;
}
.recentshop_home .slick-prev {
  z-index: 10;
  left: 0;
}
.recentshop_home .slick-next {
  z-index: 10;
  right: 0;
}

.shopad {
  height: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}

.homeadblock {
  width: 100%;
  height: 250px;
}
.homeadblock .homead {
  min-width: 200px;
  max-width: 310px;
  width: 100%;
  height: 250px;
}

.feedlist li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 3px 0px 3px 0;
}

.homeblock {
  /*height: 285px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -10px;
  margin-left: -10px;
}
.homeblock.gallery {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  padding-bottom: 0;
}
.homeblock .title {
  position: relative;
}
.homeblock .title h3 {
  display: inline-block;
}
.homeblock .more {
  position: absolute;
  margin-right: 5px;
  margin-bottom: 5px;
  right: 0;
  bottom: 0;
}
.homeblock.bizad {
  margin-top: 15px;
}
.homeblock.bizad .articlelist li a {
  padding-bottom: 1px;
}

/*.homeblockcol {
    height: 290px;
}*/
.homerightcol {
  background-color: #f0f5fc;
  border: 1px solid #D1E4FB;
  margin-top: 15px;
}

.homedivwrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.homeaddiv {
  margin-top: 35px;
  margin-left: -6px;
  margin-right: -6px;
  width: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
  /*.item {
      width: 300px;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .homeaddiv {
    width: 230px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homeaddiv {
    width: initial;
    max-width: 414px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.homeaddiv.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.homeaddiv .slick-dots {
  bottom: 0;
  /*background-color: rgba(255,255,255,0.3);*/
}
.homeaddiv .slick-dots li button:before {
  color: white;
  /*opacity: 0.25;*/
}
.homeaddiv .slick-dots li .slick-active button:before {
  color: white;
  opacity: 0.75;
}
.homeaddiv a {
  outline: 0;
}

.hojuen-ad-impression .item {
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}

.googlead {
  width: 320px;
  margin: 5px auto;
}

.googlead-home {
  width: 728px;
  text-align: center;
  margin: 15px auto 10px auto;
}

.googlead-content-horizontal-690x90 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.googlead-responsive {
  margin-top: 5px;
  margin-bottom: 5px;
}

.googlead-home-728x90 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.homegallerydiv {
  margin-top: 5px;
  margin-left: -6px;
  margin-right: -6px;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homegallerydiv {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .homegallerydiv {
    width: initial;
    /*max-width: 414px;*/
    margin-left: -15px;
    margin-right: -15px;
  }
}
.homegallerydiv .photo {
  /*background-color: rgba(189,189,189,0.1);*/
  /*#f0f5fc;*/
  /*background-size: contain;*/
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homegallerydiv .photo {
    height: 230px;
  }
}
.homegallerydiv .slick-arrow.slick-prev {
  left: 5px;
  z-index: 1;
}
.homegallerydiv .slick-arrow.slick-next {
  right: 5px;
  z-index: 1;
}
.homegallerydiv a {
  outline: 0;
}

.articlelist {
  margin-left: 0px;
  margin-right: 10px;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* login */
.loginbox {
  width: 490px;
  border: 1px solid #c0c0c0;
  margin: 23px auto 23px auto;
}
.loginbox .logincontent {
  width: 330px;
  margin: 27px auto;
}
.loginbox .buttonbox a {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
.loginbox .link {
  margin-top: 10px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .loginbox .sociallogindiv {
    margin: 7px;
  }
}
.loginbox .social-div {
  margin-top: 10px;
}

/*
.logincontent input {
  width: 98%;
}
  */
.loginlink {
  display: none;
}

.retrievebutton {
  display: none;
}

@media (min-width: 50px) and (max-width: 767px) {
  .loginbox {
    width: initial;
    margin-left: 7px;
    margin-right: 7px;
    background-size: 85%;
    background-position: center center;
    height: initial;
  }
  .loginbox .logincontent {
    width: initial;
    margin: 5px auto;
  }
  .form-group {
    margin-left: 7px;
    margin-right: 7px;
  }
  /*.buttonbox {
      display: block;
      float: initial;
      width: initial;
  }*/
  /*.buttonbox .form-group {
      width: 150px;
      float: right;
  }*/
  /*.link {
      float: left;
      text-align: left;
      padding-left: 7px;
  }*/
  .errmsg {
    display: block;
    width: 100%;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.photobox {
  position: relative;
}

.photobox .photo {
  float: left;
  width: 516px; /* square, landscape */
  padding: 16px;
}

.photobox.portrait .photo {
  width: 400px; /* portrait */
}

.photobox.portrait .photo img.photoimg {
  width: 400px; /* portrait */
}

.photobox.landscape .photo {
  width: 516px; /* square, landscape */
}

.photobox.landscape .photo img.photoimg {
  width: 486px; /* square, landscape */
}

.right {
  float: right;
  width: 370px; /* square, landscape */
  margin-right: 30px;
  padding-top: 30px;
}

.photobox.portrait .right {
  width: 440px; /* portrait */
}

.photobox.landscape .right {
  width: 370px; /* square, landscape */
}

.photobox .likeline {
  text-align: center;
  margin-top: 10px;
}

.photobox .likeline img {
  vertical-align: middle;
}

.photobox .likeline .count {
  line-height: 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.photobox h1, .photobox h2 {
  font-family: "park_liferegular";
  font-size: 40px;
  padding-bottom: 0;
}

.photobox h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.photobox h5 {
  font-weight: normal;
  font-size: 14px;
}

.photobox h6 {
  font-size: 14px;
  font-weight: bold;
}

.photobox .userthumb {
  float: right;
}

.photobox .userline {
  width: 70%;
  float: left;
}

.photobox hr {
  width: 100%;
  border: 1px dotted #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photobox p {
  width: 90%;
}

.tags {
  margin-bottom: 50px;
}

.tags span {
  font-weight: bold;
}

.leftarrow, .rightarrow {
  position: absolute;
  cursor: pointer;
}

.leftarrow {
  left: -30px;
  top: 200px;
}

.rightarrow {
  right: -30px;
  top: 200px;
}

ul.tag {
  display: inline;
  padding-left: 0;
}

ul.tag li {
  display: inline;
  list-style: none;
}

ul.tag li:after {
  content: ", ";
  color: #aaa;
}

ul.tag li:last-child:after {
  content: "";
}

.mobileleftarrow, .mobilerightarrow {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box {
    border: none;
  }
  .photobox {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
  }
  .photobox .photo {
    padding: 0;
    float: none;
    float: initial;
  }
  .photobox.landscape .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.portrait .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.landscape .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox.landscape .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox .likeline {
    margin-top: 5px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .box {
    border: none;
  }
  .photobox .photo {
    padding: 0;
    float: none;
    float: initial;
  }
  .photobox.landscape .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.portrait .photo {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    width: initial;
  }
  .photobox.landscape .photo img.photoimg {
    width: 100%;
  }
  .photobox.portrait .photo img.photoimg {
    width: 100%;
  }
  .leftarrow {
    display: none;
  }
  .rightarrow {
    display: none;
  }
  .photobox.portrait .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox.landscape .right {
    float: none;
    float: initial;
    width: auto;
    width: initial;
    padding: 0;
    margin: 0;
    margin-left: 7px;
    margin-right: 7px;
  }
  .photobox h1, .photobox h2 {
    font-size: 25px;
  }
  .photobox h5 {
    font-size: 12px;
  }
  .photobox h6 {
    font-size: 12px;
  }
  .box p {
    font-size: 12px;
  }
  .sharebox .addthis_toolbox {
    width: 250px;
  }
  .photobox .likeline {
    margin-top: 0;
  }
  .mobileleftarrow {
    float: left;
    display: block;
  }
  .mobilerightarrow {
    float: right;
    display: block;
  }
  .likebox {
    display: inline-block;
    margin-top: 10px;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.registerdiv .box {
  margin-bottom: 0;
}
.registerdiv .register .title {
  margin-left: 20px;
  margin-top: 25px;
}
.registerdiv .register .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.registerdiv .col1 {
  width: 180px;
  float: left;
}
.registerdiv .col2 {
  width: 445px;
  float: left;
}
.registerdiv .col2 .form-label {
  float: left;
  width: 25%;
  height: 40px;
  margin-bottom: 10px;
}
.registerdiv .col2 .form-group {
  float: left;
  width: 70%;
  margin-bottom: 10px;
}
.registerdiv .form-control.usernamectrl {
  width: 90%;
  display: inline-block;
}
.registerdiv .col3 {
  width: 310px;
  float: left;
}
.registerdiv .col5 {
  width: 640px;
  float: left;
}
.registerdiv .col6 {
  width: 35%;
  float: left;
}
.registerdiv .col7 {
  width: 65%;
  float: left;
}
.registerdiv .col8 {
  width: 80%;
  float: left;
}
.registerdiv .col9 {
  padding-top: 20px;
  width: 20%;
  float: left;
}
.registerdiv .register h3, .registerdiv .register h6 {
  margin-left: 20px;
}
.registerdiv .filebutton {
  width: 140px;
}
.registerdiv .tnc {
  text-align: right;
  padding-bottom: 20px;
}
.registerdiv .tnc a {
  text-decoration: underline;
  font-size: 12px;
}
.registerdiv textarea.form-control {
  height: 120px;
}
.registerdiv .imageholder img {
  width: 140px;
}
.registerdiv #usernameinfo {
  /*height:33px;*/
  vertical-align: middle;
}
.registerdiv .cfix.e {
  display: none;
}
.registerdiv .instagramhandle {
  padding-left: 25px;
  background: url(../scss/img/at.png) no-repeat left center;
}
.registerdiv .viewgallery {
  width: 640px;
  float: left;
  font-weight: bold;
}
.registerdiv .viewgallery a {
  color: #163f5a;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .registerdiv .box {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .register {
    background-position: top 40px center;
    background-size: 80%;
  }
  .registerdiv h1 {
    padding-bottom: 10px;
  }
  .registerdiv .register .title {
    margin-top: 7px;
    margin-left: 7px;
  }
  .registerdiv .register h3, .registerdiv .register h6 {
    margin-left: 7px;
  }
  .registerdiv .col5 {
    width: initial;
    float: initial;
  }
  .registerdiv .col1 {
    float: initial;
  }
  .registerdiv .col2 {
    width: 100%;
  }
  .registerdiv .col2 .form-label {
    float: initial;
    width: initial;
    height: initial;
    margin-bottom: 0;
    margin-left: 7px;
  }
  .registerdiv .form-control.usernamectrl {
    width: 95%;
    display: inline-block;
  }
  .registerdiv .lh40 {
    height: initial;
    line-height: initial;
  }
  .registerdiv .h40 {
    height: initial;
  }
  .registerdiv .form-control {
    width: 100%;
  }
  .registerdiv .col2 .form-group, .registerdiv .col7 .form-group {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .col3 {
    width: initial;
    float: initial;
  }
  .registerdiv .imageholder {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .imageholder img {
    width: 100%;
  }
  .registerdiv .filebutton {
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .dimension {
    margin-left: 7px;
  }
  .registerdiv .textarea {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv textarea.form-control {
    width: 100%;
  }
  .registerdiv .col6 {
    margin-left: 7px;
    width: initial;
  }
  .registerdiv .col8 {
    float: initial;
    width: initial;
  }
  .registerdiv .col8 .form-group {
    margin-bottom: 5px;
  }
  .registerdiv .styledCheckbox {
    margin-left: 7px;
  }
  .registerdiv .styledCheckbox {
    float: left;
  }
  .registerdiv .youthlabel {
    float: left;
    display: block;
    width: 80%;
  }
  .registerdiv .col9 {
    width: initial;
    float: initial;
  }
  .registerdiv .button {
    display: block;
  }
  .registerdiv .savebutton {
    width: initial;
    display: block;
    width: 100%;
  }
  .registerdiv .cfix.e {
    display: block;
  }
  .registerdiv .tnc {
    margin-right: 15px;
  }
  .registerdiv .col6, .registerdiv .col7 {
    width: initial;
    float: none;
  }
  .registerdiv .viewgallery {
    width: initial;
    float: initial;
    margin-left: 7px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .registerdiv .box {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .register {
    background-position: top 40px center;
    background-size: 80%;
  }
  .registerdiv h1 {
    padding-bottom: 10px;
  }
  .registerdiv .register .title {
    margin-top: 7px;
    margin-left: 7px;
  }
  .registerdiv .register h3, .registerdiv .register h6 {
    margin-left: 7px;
  }
  .registerdiv .col5 {
    width: initial;
    float: initial;
  }
  .registerdiv .col1 {
    float: initial;
  }
  .registerdiv .col2 {
    width: 100%;
  }
  .registerdiv .col2 .form-label {
    float: initial;
    width: initial;
    height: initial;
    margin-bottom: 0;
    margin-left: 7px;
  }
  .registerdiv .lh40 {
    height: initial;
    line-height: initial;
  }
  .registerdiv .h40 {
    height: initial;
  }
  .registerdiv .form-control {
    width: 100%;
  }
  .registerdiv .col2 .form-group, .registerdiv .col7 .form-group {
    float: initial;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .col3 {
    width: initial;
    float: initial;
  }
  .registerdiv .imageholder {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv .imageholder img {
    width: 100%;
  }
  .registerdiv .filebutton {
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    width: initial;
  }
  .registerdiv .dimension {
    margin-left: 7px;
  }
  .registerdiv .textarea {
    margin-left: 7px;
    margin-right: 7px;
  }
  .registerdiv textarea.form-control {
    width: 100%;
  }
  .registerdiv .col6 {
    margin-left: 7px;
    width: initial;
  }
  .registerdiv .col8 {
    float: initial;
    width: initial;
  }
  .registerdiv .col8 .form-group {
    margin-bottom: 5px;
  }
  .registerdiv .styledCheckbox {
    margin-left: 7px;
  }
  .registerdiv .styledCheckbox {
    float: left;
  }
  .registerdiv .youthlabel {
    float: left;
    display: block;
    width: 80%;
  }
  .registerdiv .col9 {
    width: initial;
    float: initial;
  }
  .registerdiv .button {
    display: block;
  }
  .registerdiv .savebutton {
    width: initial;
    display: block;
    width: 100%;
  }
  .registerdiv .cfix.e {
    display: block;
  }
  .registerdiv .tnc {
    margin-right: 15px;
  }
  .registerdiv .col6, .registerdiv .col7 {
    width: initial;
    float: none;
  }
  .registerdiv .viewgallery {
    width: initial;
    float: initial;
    margin-left: 7px;
  }
}

@media (min-width: 50px) and (max-width: 767px) {
  .register .register-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.register .savebuttondiv {
  text-align: right;
  margin-left: 15px;
  margin-right: 60px;
}
@media (min-width: 50px) and (max-width: 767px) {
  .register .savebuttondiv {
    text-align: left;
    margin-right: 10px;
  }
}
.register .form-group {
  margin-bottom: 5px;
}
.register .control-label {
  display: block;
  text-align: left;
}
@media (min-width: 50px) and (max-width: 767px) {
  .register .register-form-label {
    padding-left: 0;
    padding-right: 0;
  }
}

/* terms and conditions */
.tncbox .title {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.tncbox .title h2 {
  float: left;
}

.bodydiv {
  padding: 20px 5px 20px 5px;
}
.bodydiv img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bodydiv .articlebody ul, .bodydiv > ul {
  display: block !important;
  list-style-type: disc !important;
  padding-left: 40px !important;
  margin: 10px 0 !important;
  flex-direction: unset !important;
  gap: unset !important;
}
.bodydiv .articlebody ul li, .bodydiv > ul li {
  display: list-item !important;
  float: none !important;
  padding: 2px 0 !important;
  width: auto !important;
  flex-grow: unset !important;
}
.bodydiv .articlebody ul ul, .bodydiv > ul ul {
  list-style-type: circle !important;
}
.bodydiv .articlebody ol, .bodydiv > ol {
  display: block !important;
  list-style-type: decimal !important;
  padding-left: 40px !important;
  margin: 10px 0 !important;
  flex-direction: unset !important;
  gap: unset !important;
}
.bodydiv .articlebody ol li, .bodydiv > ol li {
  display: list-item !important;
  float: none !important;
  padding: 2px 0 !important;
  width: auto !important;
  flex-grow: unset !important;
}

.replydiv {
  border-top: 1px solid #eee;
}
.replydiv .article.deleted {
  font-style: italic;
  color: #ccc;
}

.homeblock.directory .articlelist {
  margin-right: 0;
}
.homeblock.directory .articlelist li {
  display: flex;
  justify-content: space-between;
}
.homeblock.directory .articlelist li a {
  padding-right: 5px;
}
.homeblock.directory .articlelist li .category {
  min-width: 60px;
  text-align: right;
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
ul.attachedphotos {
  border-top: 1px solid #eee;
}
ul.attachedphotos:after {
  content: "";
  display: table;
  clear: both;
}
ul.attachedphotos li {
  float: left;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
}
ul.attachedphotos li:after {
  content: "";
  display: table;
  clear: both;
}
ul.attachedphotos li a {
  display: block;
  border: 1px solid gray;
  width: 102px;
  height: 102px;
  margin: 5px 5px 5px 0;
}
ul.attachedphotos li a > img {
  max-height: 100px;
  max-width: 100px;
  margin: 0;
}

.bodydiv:after {
  content: "";
  display: table;
  clear: both;
}
.bodydiv img {
  max-width: 100%;
  height: auto;
}
.bodydiv .votediv {
  /*border-bottom: 1px solid #eee;*/
  height: 45px;
  line-height: 45px;
  /*margin-top: 0px;*/
  text-align: center;
  margin-top: 30px;
}
.bodydiv a {
  text-decoration: underline;
}
.bodydiv .articlebody {
  padding-top: 10px;
}

.shopline {
  /*li:first-child {
      width: 100%;
  }*/
}
.shopline li {
  /*width: 50%;*/
  /*display:inline-block;*/
  /*float: left;*/
  line-height: 25px;
}

.titleline {
  /*background-color: #eee;*/
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 7px 0 7px 5px;
  border-collapse: separate;
  font-size: 20px;
}
.titleline .title-en {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-left: 4px;
}
.titleline .subtitle {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  font-weight: normal;
}

.sourceline {
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  padding: 7px 0 7px 5px;
  border-collapse: separate;
  font-size: 12px;
}

.shopline,
.shareline,
.saleline {
  border-bottom: 1px solid #eee;
  padding: 0px 0;
  border-collapse: separate;
  margin: 0 0 0 0;
}

.writerline {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

/*.writerline li {
    float: left;
}*/
ul.shareline li {
  display: block;
}

.bb .lbl {
  display: inline-block;
  width: 75px;
  text-align: center;
}

.shopview .bodydiv {
  border-top: none;
}
.shopview .titleline {
  border-top: 1px solid #eee;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
.shopview .shopline a {
  text-decoration: none;
}

.shopimage {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  /*background-image: none !important;*/
}
.shopimage .shop-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 140% 140%;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(5px) opacity(0.7);
}
.shopimage .shop-inner-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(0px);
  -webkit-filter: blur(0);
}

.col-sm-4 .shopimage {
  height: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-4 .shopimage {
    height: 100px;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .col-sm-4 .shopimage {
    height: 200px;
  }
}

/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
.directory li {
  line-height: 20px;
}

.shopdirectorydiv {
  /*.maindirectory ul.col li,.maindirectory ul.col li:last-child {
    border-top: 5px #ffffff;
    border-bottom: 3px #ffffff;
  }*/
  /*ul.mainshopcategory li {
      display: inline-block;
      font-size: 14px;
  }

  ul.mainshopcategory li a::after {
      content: ' ';
  }*/
}
.shopdirectorydiv .maindirectory {
  clear: both;
}
.shopdirectorydiv .maindirectory > div:first-child ul.col li:last-child {
  border-bottom: none;
}
.shopdirectorydiv ul.col li {
  border-top: 1px dotted #D1E4FB;
  background-color: #ffffff;
}
.shopdirectorydiv ul.col li:last-child {
  border-bottom: 1px dotted #D1E4FB;
}
.shopdirectorydiv ul.col li .title,
.shopdirectorydiv ul.col ul.col li .contact {
  background-color: #ffffff;
}
.shopdirectorydiv ul.col.imageonly li {
  border-top: none;
  margin-bottom: 10px;
}
.shopdirectorydiv ul.col.imageonly li .shopitem {
  -webkit-box-shadow: 2px 2px 10px 0px #cccccc;
  -moz-box-shadow: 2px 2px 10px 0px #cccccc;
  box-shadow: 2px 2px 10px 0px #cccccc;
}
.shopdirectorydiv ul.col.imageonly li:last-child {
  border-bottom: none;
}
.shopdirectorydiv .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.shopdirectorydiv .category-header h2 {
  margin: 0;
  padding: 0;
}
.shopdirectorydiv .category-header .category-search input {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
  transition: border-color 0.2s;
}
.shopdirectorydiv .category-header .category-search input:focus {
  outline: none;
  border-color: #5c9df2;
}
@media (min-width: 50px) and (max-width: 767px) {
  .shopdirectorydiv .category-header .category-search input {
    width: 100%;
  }
}
.shopdirectorydiv ul.shopcategory {
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 5px;
  padding: 8px 0;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.shopdirectorydiv ul.shopcategory::-webkit-scrollbar {
  display: none;
}
.shopdirectorydiv ul.shopcategory li {
  flex-shrink: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}
.shopdirectorydiv ul.shopcategory li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.shopdirectorydiv ul.shopcategory li a:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}
.shopdirectorydiv ul.shopcategory li .cnt {
  color: #666;
  font-size: 12px;
  margin-left: 2px;
}
.shopdirectorydiv ul.shopcategory li.maincategory a {
  background-color: #5c9df2;
  border-color: #5c9df2;
  color: #fff;
  font-weight: 500;
}
.shopdirectorydiv ul.shopcategory li.maincategory a:hover {
  background-color: #4a8be0;
}
.shopdirectorydiv ul.shopcategory li.maincategory a .cnt {
  color: rgba(255, 255, 255, 0.8);
}
.shopdirectorydiv ul.shopcategory li.search-hidden {
  display: none;
}
.shopdirectorydiv ul.shopcategory li.category-collapsed {
  display: none;
}
.shopdirectorydiv .category-scroll-container {
  position: relative;
  overflow: hidden;
}
.shopdirectorydiv .category-scroll-container .scroll-gradient-left,
.shopdirectorydiv .category-scroll-container .scroll-gradient-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s;
}
.shopdirectorydiv .category-scroll-container .scroll-gradient-left {
  left: 0;
  background: linear-gradient(to right, #fff 20%, transparent);
  opacity: 0;
}
.shopdirectorydiv .category-scroll-container .scroll-gradient-right {
  right: 0;
  background: linear-gradient(to left, #fff 20%, transparent);
}
.shopdirectorydiv .category-scroll-container.scroll-end .scroll-gradient-right {
  opacity: 0;
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fff;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn.scroll-left {
  left: 0;
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn.scroll-right {
  right: 0;
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn.visible {
  opacity: 1;
  visibility: visible;
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn:hover {
  background-color: #f8f8f8;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn:active {
  background-color: #eee;
  transform: translateY(-50%) scale(0.95);
}
.shopdirectorydiv .category-scroll-container .category-scroll-btn i {
  margin-top: 1px;
  /* Visual center adjustment */
}

.shopcategorydiv.is-collapsed ul.shopcategory li.maincategory a {
  background-color: #5c9df2;
  border-color: #5c9df2;
  color: #fff;
}

.category-toggle-item {
  flex-shrink: 0 !important;
  display: inline-flex !important;
}
.category-toggle-item .category-toggle-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px !important;
  background: transparent !important;
  border: none !important;
  color: #5c9df2 !important;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.category-toggle-item .category-toggle-link:hover {
  color: #4a8be0 !important;
  text-decoration: underline !important;
  background: transparent !important;
}
.category-toggle-item .category-toggle-link .toggle-text {
  font-weight: 500;
}
.category-toggle-item .category-toggle-link .toggle-count {
  color: #999;
  font-size: 12px;
  margin-left: 3px;
}

.category-no-result {
  display: none;
  padding: 20px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.category-no-result.show {
  display: block;
}

/*ul.shopcategory li a::after {
        content: ' ';
    }*/
/*ul.emptyshopcategory li {
        display: inline-block;
        font-size: 12px;
    }*/
.bannerlist img {
  padding-bottom: 5px;
}

.directory.col {
  width: 100%;
}

.shopitem {
  width: 100%;
}

.shopitem .sline {
  min-height: 24px;
  font-size: 14px;
  position: relative;
}
.shopitem .sline .title {
  /*float: left;*/
  /*position: absolute;*/
  /*z-index: 0;*/
  width: 100%;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  max-height: 24px;
  font-size: 14px;
}
.shopitem .sline .title img {
  height: 14px;
  display: inline;
  line-height: initial;
  padding: 0px 1px 0px 0px;
  margin-top: 3px;
  /*margin-right: 0px;*/
  /*margin-left: 2px;*/
  float: left;
}
.shopitem .sline .contact {
  background-color: #ffffff;
  /*background-color: rgb(243, 243, 243);*/
  /*z-index: 1;*/
  /*right: 0;*/
  /*float: right;*/
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}

.shopitem .img {
  display: block;
  width: 100%;
  /*height:154px;*/
  height: 168px;
}
.shopitem .img img {
  display: block;
  margin: 0 auto;
  /*max-height:150px;*/
  max-height: 165px;
}

.shopincategory h3 a {
  text-decoration: none;
}
.shopincategory .shoplistdiv {
  overflow-y: auto;
}
.shopincategory .shoplistdiv .shopitem {
  margin-bottom: 5px;
}
.shopincategory .shoplistdiv .shopitem .title {
  font-size: 14px;
  text-decoration: none;
}
.shopincategory .shoplistdiv .shopitem .title.current {
  color: #337ab7;
  font-weight: bold;
}
.shopincategory .shoplistdiv .shopitem .icon {
  height: 14px;
}

.articlelist-seminar {
  list-style: none;
  padding: 0;
  margin: 0;
}
.articlelist-seminar li {
  margin-bottom: 5px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  background: #ffffff;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
  /*transition: all 0.3s ease;*/
  position: relative;
  overflow: hidden;
  /*        &:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px);
      border-color: #007bff;
  }*/
}
.articlelist-seminar li:last-child {
  margin-bottom: 0;
}
.articlelist-seminar li .has-date {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.articlelist-seminar li .has-date:hover {
  color: #007bff;
  text-decoration: none;
}
.articlelist-seminar li div {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.articlelist-seminar li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #337ab7;
  /*linear-gradient(135deg, #007bff, #28a745);*/
}
@media (max-width: 768px) {
  .articlelist-seminar li {
    padding: 15px;
    margin-bottom: 15px;
  }
  .articlelist-seminar li .has-date {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .articlelist-seminar li div {
    font-size: 13px;
  }
  .articlelist-seminar li::after {
    right: 15px;
    top: 15px;
    font-size: 18px;
  }
}

.event-notice-section {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px 0;
}
.event-notice-section h5 {
  margin-top: 5px;
}
.event-notice-section.with-title {
  padding: 15px;
}
.event-notice-section.with-title h5 {
  color: #dc3545;
  margin-bottom: 10px;
  font-weight: bold;
}
.event-notice-section.with-title ul {
  margin: 0;
  padding-left: 10px;
}
.event-notice-section.without-title {
  padding: 5px;
}
.event-notice-section.without-title ul {
  margin: 0;
  padding-left: 5px;
}
.event-notice-section li a {
  font-weight: bold;
  color: #337ab7;
  text-decoration: none;
}
.event-notice-section li a:hover {
  text-decoration: underline;
}
.event-notice-section li .date-info {
  color: #6c757d;
  font-size: 12px;
  margin-left: 10px;
}

/* Hoju Slider - 공통 슬라이더 스타일 */
.hoju-slider-wrapper {
  position: relative;
}

.hoju-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.hoju-slider-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hoju-slider-arrow i {
  font-size: 16px;
  color: #333;
}
.hoju-slider-arrow.hoju-slider-arrow-left {
  left: 5px;
}
.hoju-slider-arrow.hoju-slider-arrow-right {
  right: 5px;
}

.hoju-slider-container {
  cursor: grab;
  user-select: none;
  /* 스크롤바 숨기기 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hoju-slider-container::-webkit-scrollbar {
  display: none;
}
.hoju-slider-container:active {
  cursor: grabbing;
}
.hoju-slider-container a, .hoju-slider-container img {
  -webkit-user-drag: none;
  user-select: none;
}
.hoju-slider-container img {
  pointer-events: none;
}

/* Shop Image Marquee - 가로 스크롤 스타일 */
.shop-marquee-wrapper {
  position: relative;
  margin: 20px 0;
}

.shop-marquee-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.shop-marquee-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.shop-marquee-arrow i {
  font-size: 16px;
  color: #333;
}
.shop-marquee-arrow.shop-marquee-arrow-left {
  left: 5px;
}
.shop-marquee-arrow.shop-marquee-arrow-right {
  right: 5px;
}

.shop-marquee-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  cursor: grab;
  user-select: none;
  /* 스크롤바 숨기기 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.shop-marquee-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.shop-marquee-container:active {
  cursor: grabbing;
}

.shop-marquee-track {
  display: flex;
  gap: 15px;
  width: fit-content;
}

.shop-marquee-item {
  flex-shrink: 0;
  height: 200px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-user-drag: none;
  user-select: none;
}
.shop-marquee-item:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.shop-marquee-item img {
  height: 100%;
  width: auto;
  display: block;
  border-radius: 8px;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.shop-marquee-item .shop-marquee-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 8px 8px;
}

/* 반응형 */
@media (max-width: 768px) {
  .hoju-slider-arrow,
  .shop-marquee-arrow {
    width: 32px;
    height: 32px;
  }
  .hoju-slider-arrow i,
  .shop-marquee-arrow i {
    font-size: 14px;
  }
  .shop-marquee-container {
    padding: 10px;
  }
  .shop-marquee-track {
    gap: 10px;
  }
  .shop-marquee-item {
    height: 160px;
  }
}
/*
@mixin mobile {

}

@mixin tablet {

}

@mixin lg {
  @media (min-width: 992px) and (max-width: 1199px) {
    @content;
  }
}

@mixin md {
  @media (min-width: 768px) and (max-width: 991px) {
    @content;
  }
}

@mixin sm {
  @media (max-width:767px) { //(min-width: 480px) and 
    @content;
  }
}

@mixin sx {
  @media (max-width: 480px) { // (max-width: 479px) 
    @content;
  }
}

*/
/*@mixin col-lg {
    @media (min-width: 1200px) {
        @content;
    }
}*/
/*@mixin col-xs {
    @media (max-width: 767px) {
        @content;
    }
}*/
/* Advertise Page */
.advertisebox {
  max-width: 1000px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 0 40px 0;
  /* Info Section */
  /* Pricing Section */
  /* Process Section */
  /* Form Section */
  /* Contact Section */
  /* Responsive */
}
.advertisebox .header-box {
  padding: 40px 40px 40px 40px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
  text-align: center;
  background: #3498db;
  color: #fff;
}
.advertisebox .header-box .page-title {
  margin: 0 0 15px 0;
  padding-top: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.advertisebox .header-box .page-title .en-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
}
.advertisebox .header-box .page-subtitle {
  margin: 0;
  font-size: 16px;
  opacity: 0.95;
  padding-bottom: 5px;
}
.advertisebox .contentbox {
  padding: 0 40px;
  margin-bottom: 40px;
}
.advertisebox .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.advertisebox .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #3498db;
  border-radius: 2px;
}
.advertisebox .info-section .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.advertisebox .info-section .info-card {
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.advertisebox .info-section .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.advertisebox .info-section .info-card .info-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advertisebox .info-section .info-card .info-icon i {
  font-size: 24px;
  color: #fff;
}
.advertisebox .info-section .info-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.advertisebox .info-section .info-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.advertisebox .pricing-section .pricing-highlight {
  text-align: center;
  padding: 30px;
  background: #f5f7fa;
  border-radius: 12px;
  margin-bottom: 30px;
}
.advertisebox .pricing-section .pricing-highlight .price-original {
  margin-bottom: 10px;
}
.advertisebox .pricing-section .pricing-highlight .price-original .strikethrough {
  font-size: 24px;
  color: #999;
  text-decoration: line-through;
}
.advertisebox .pricing-section .pricing-highlight .price-promo .price-amount {
  font-size: 48px;
  font-weight: 700;
  color: #e53e3e;
}
.advertisebox .pricing-section .pricing-highlight .price-promo .price-unit {
  font-size: 20px;
  color: #666;
}
.advertisebox .pricing-section .pricing-highlight .price-promo .promo-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 12px;
  background: #e53e3e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  vertical-align: middle;
}
.advertisebox .pricing-section .pricing-highlight .price-note {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.advertisebox .pricing-section .duration-table {
  overflow-x: auto;
}
.advertisebox .pricing-section .duration-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.advertisebox .pricing-section .duration-table table th, .advertisebox .pricing-section .duration-table table td {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.advertisebox .pricing-section .duration-table table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
}
.advertisebox .pricing-section .duration-table table td {
  font-size: 15px;
}
.advertisebox .pricing-section .duration-table table .original-price {
  color: #999;
  text-decoration: line-through;
}
.advertisebox .pricing-section .duration-table table .promo-price {
  color: #e53e3e;
  font-weight: 600;
  font-size: 16px;
}
.advertisebox .pricing-section .duration-table table tr:last-child td {
  border-bottom: none;
}
.advertisebox .pricing-section .duration-table table tr:hover td {
  background-color: #fafafa;
}
.advertisebox .process-section .process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.advertisebox .process-section .process-steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
.advertisebox .process-section .process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
}
.advertisebox .process-section .process-step .step-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
.advertisebox .process-section .process-step .step-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.advertisebox .process-section .process-step .step-content p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
  padding: 0 10px;
}
.advertisebox .form-section .login-required-box {
  text-align: center;
  padding: 50px 30px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #ddd;
}
.advertisebox .form-section .login-required-box i {
  font-size: 48px;
  color: #ccc;
  margin-bottom: 20px;
}
.advertisebox .form-section .login-required-box h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.advertisebox .form-section .login-required-box p {
  color: #666;
  margin-bottom: 20px;
}
.advertisebox .form-section .login-required-box .login-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #3498db;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.advertisebox .form-section .login-required-box .login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}
.advertisebox .form-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.advertisebox .form-section .form-group {
  margin-bottom: 24px;
}
.advertisebox .form-section .form-group.half {
  flex: 1;
}
.advertisebox .form-section .form-group label.bilingual-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.advertisebox .form-section .form-group label.bilingual-label .en-label {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-left: 6px;
}
.advertisebox .form-section .form-group label.bilingual-label .required {
  color: #e53e3e;
  margin-left: 2px;
}
.advertisebox .form-section .form-group .form-control {
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.advertisebox .form-section .form-group .form-control:focus {
  background-color: #fff;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
  outline: none;
}
.advertisebox .form-section .form-group .form-control::placeholder {
  color: #ccc;
}
.advertisebox .form-section .form-group select.form-control {
  padding-right: 30px;
}
.advertisebox .form-section .form-group textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.advertisebox .form-section .form-group.has-error .form-control {
  border-color: #e53e3e;
  background-color: #fff5f5;
}
.advertisebox .form-section .auto-renew-group {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 24px;
}
.advertisebox .form-section .auto-renew-group .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
.advertisebox .form-section .auto-renew-group .checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.advertisebox .form-section .auto-renew-group .checkbox-label .checkbox-text {
  font-size: 15px;
  color: #333;
}
.advertisebox .form-section .auto-renew-group .checkbox-hint {
  margin: 10px 0 0 28px;
  font-size: 13px;
  color: #666;
}
.advertisebox .form-section .auto-renew-group .checkbox-hint i {
  color: #3498db;
  margin-right: 5px;
}
.advertisebox .form-section .payment-notice {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #e8f4fd;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #2980b9;
  font-size: 14px;
}
.advertisebox .form-section .payment-notice i {
  margin-right: 10px;
  font-size: 16px;
}
.advertisebox .form-section .errmsg {
  color: #e53e3e;
  font-size: 14px;
  line-height: 1.6;
}
.advertisebox .form-section .submitbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 14px 20px;
  background: #3498db;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
  text-align: center;
}
.advertisebox .form-section .submitbutton .en-btn {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
  margin-left: 8px;
  line-height: 1;
  margin-top: 2px;
}
.advertisebox .form-section .submitbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}
.advertisebox .form-section .submitbutton:active {
  transform: translateY(0);
}
.advertisebox .form-section .submitbutton:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.advertisebox .form-section .cfix {
  clear: both;
}
.advertisebox .contact-section {
  text-align: center;
  padding: 30px 40px;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 0 40px 0;
}
.advertisebox .contact-section p {
  margin: 0;
  color: #666;
}
.advertisebox .contact-section p a {
  color: #3498db;
  font-weight: 600;
  text-decoration: none;
}
.advertisebox .contact-section p a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advertisebox {
    margin: 20px;
  }
  .advertisebox .info-section .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .advertisebox .process-section .process-steps {
    flex-wrap: wrap;
    gap: 20px;
  }
  .advertisebox .process-section .process-steps::before {
    display: none;
  }
  .advertisebox .process-section .process-step {
    flex: 0 0 calc(33.333% - 14px);
  }
  .advertisebox .form-section .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 50px) and (max-width: 767px) {
  .advertisebox {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .advertisebox .header-box {
    padding: 30px 20px;
  }
  .advertisebox .header-box .page-title {
    font-size: 26px;
  }
  .advertisebox .header-box .page-title .en-title {
    font-size: 16px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .advertisebox .contentbox {
    padding: 0 20px;
  }
  .advertisebox .info-section .info-grid {
    grid-template-columns: 1fr;
  }
  .advertisebox .pricing-section .pricing-highlight .price-promo .price-amount {
    font-size: 36px;
  }
  .advertisebox .process-section .process-step {
    flex: 0 0 100%;
  }
  .advertisebox .contact-section {
    margin: 0 20px;
  }
}
