body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 15px;
  color: #787878;
  line-height: 1.7;
  font-family: 'Arial','Microsoft JhengHei'; }

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

.color-main-1 {
  color: #f1c6b4; }

.color-main-2 {
  color: #dba48c; }

.color-main-3 {
  color: #a47a68; }

.color-main-4 {
  color: #363636; }

.color-main-5 {
  color: #787878; }

.color-sub-1 {
  color: #f3e2de; }

.color-sub-2 {
  color: #5b95d0; }

.color-sub-3 {
  color: #4984c0; }

.color-sub-4 {
  color: #f3862f; }

.color-sub-5 {
  color: #ea7b23; }

.color-sub-6 {
  color: #bb4968; }

.color-sub-7 {
  color: #406b96; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none; }
  .btn:hover:hover, .btn:hover:active, .btn:hover:focus, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
    box-shadow: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.owl-carousel {
  visibility: hidden; }
  .owl-carousel.owl-loaded {
    visibility: visible; }

.invisible {
  visibility: hidden !important; }

.a-acceky {
  position: absolute;
  display: none;
  top: 0px;
  left: -10px;
  color: #d7d7d7;
  font-size: 14px; }
  .a-acceky:focus, .a-acceky:hover, .a-acceky:visited {
    color: #d7d7d7; }
  @media screen and (min-width: 992px) {
    .a-acceky {
      display: inline-block; } }

.container, #index-news-area {
  position: relative; }

#index-news-area #main {
  top: 3px;
  left: -18px; }

#sitemap_center_area {
  top: 0px;
  left: -15px; }

#breadcrumbs #main {
  top: 8px;
  left: 0px; }

#foot_area {
  top: 37px;
  left: -1px; }

footer.eng #foot_area {
  top: 45px;
  left: -1px; }

header.website .lg-header-area:after, header.website .lg-header-area .top-area:after, .header-nav:after, div.sidebar-content .website-btn-area:after, footer.website .bottom-area:after, .page-area:after, .page-top-area:after, .page-top-area .content-area:after, .page-btn-area .share-box:after, .page-bottom-btn-area .page-btn-area:after, .form-group:after, .form-group .vcode-area:after, .page-search-area:after, .index-video-list-area .video-main-area .media-list:after, .list-area .media-list:after, .list-area .media-list.type-2:after, .list-area .media-list.type-4:after, .internet-security-cat-area:after {
  content: '';
  display: block;
  clear: both; }

.article-area, #tinymce {
  font-size: 15px; }
  .article-area iframe, #tinymce iframe {
    max-width: 100%;
    border: 0; }
  .article-area img, #tinymce img {
    height: auto;
    max-width: 100%; }
  .article-area h3, #tinymce h3 {
    margin: 0;
    font-size: 18px;
    color: #bb4968;
    line-height: 1.5;
    font-weight: bold;
    margin: 18px 0 6px 0; }
  .article-area h4, #tinymce h4 {
    margin: 18px 0 8px 0;
    color: #407ebd;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5; }
  .article-area h6, #tinymce h6 {
    color: #abcd52; }
  .article-area p, #tinymce p {
    /*line-height: 1.6;*/ }
  .article-area a, #tinymce a {
    text-decoration: underline;
    color: #5b95d0; }
    .article-area a:hover, #tinymce a:hover {
      color: #4984c0; }
  .article-area ul, #tinymce ul {
    padding: 0;
    list-style: none !important; }
    .article-area ul > li, #tinymce ul > li {
      padding-left: 22px;
      position: relative; }
      .article-area ul > li:before, #tinymce ul > li:before {
        position: absolute;
        content: '';
        left: 2px;
        top: 11px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #787878; }
  .article-area ol, #tinymce ol {
    padding: 0;
    list-style: none !important;
    counter-reset: ol-item; }
    .article-area ol > li, #tinymce ol > li {
      display: block;
      padding-left: 22px;
      position: relative; }
      .article-area ol > li:before, #tinymce ol > li:before {
        position: absolute;
        text-align: right;
        left: -2px;
        top: 0;
        content: counter(ol-item) ".";
        counter-increment: ol-item;
        font-size: 15px;
        color: #787878;
        display: inline-block;
        min-width: 22px; }
  .article-area table, #tinymce table {
    max-width: 100%;
    border-collapse: collapse; }
    .article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
      border: #dcdcdc solid 1px;
      font-size: 15px;
      padding: 5px 5px;
      font-weight: normal;
      text-align: left; }
      @media screen and (min-width: 400px) {
        .article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
          padding: 6px 30px; } }
    .article-area table tr th, #tinymce table tr th {
      font-size: 16px;
      background-color: #f2f2f2; }

.breadcrumbs {
  font-size: 13px;
  margin: 8px 0px 20px 0px; }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      margin: 10px 0px 27px 0px; } }
  .breadcrumbs a {
    color: #7f7f7f; }
  .breadcrumbs span {
    color: #5b95d0; }

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .page_list {
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .page_list {
      margin-top: 60px; } }
  .page_list .arr {
    position: relative;
    width: 28px; }
    @media screen and (min-width: 768px) {
      .page_list .arr {
        width: 78px; } }
    .page_list .arr a:hover {
      background-color: #5b95d0; }
      .page_list .arr a:hover:before {
        background: url("../img/list/icon_pre_2x_hover.png") no-repeat center;
        background-size: 16px;
        z-index: 1; }
  .page_list .arr.left {
    margin-right: 8px; }
    @media screen and (min-width: 768px) {
      .page_list .arr.left {
        margin-right: 1px; } }
  .page_list .arr.right {
    margin-left: 15px; }
    @media screen and (min-width: 768px) {
      .page_list .arr.right {
        margin-left: 25px; } }
    .page_list .arr.right a:before {
      top: 10px;
      left: 12px;
      background: url("../img/list/icon_next_2x.png") no-repeat center;
      background-size: 16px; }
    .page_list .arr.right a:hover:before {
      background: url("../img/list/icon_next_2x_hover.png") no-repeat center;
      background-size: 16px; }
  .page_list ul {
    margin: 0; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block;
      width: 35px;
      height: 35px; }
      .page_list ul li + li {
        margin-left: 7px; }
        @media screen and (min-width: 768px) {
          .page_list ul li + li {
            margin-left: 24px; } }
      .page_list ul li > span, .page_list ul li > a {
        position: relative;
        background: none;
        border: none;
        font-size: 16px;
        color: #363636;
        padding: 7px 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 10px !important; }
        .page_list ul li > span i, .page_list ul li > a i {
          font-size: 22px;
          color: #363636;
          position: relative;
          bottom: 1px; }
        .page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
          color: #fff;
          background: #5b95d0; }

#to-top {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 50px;
  background-color: #5b95d0;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  display: none;
  position: fixed;
  right: 28px;
  bottom: 10px;
  color: #fff; }
  #to-top.bot {
    position: absolute;
    top: -60px; }
    @media screen and (min-width: 992px) {
      #to-top.bot {
        top: -70px; } }
  #to-top:hover {
    background-color: #4984c0; }
  @media screen and (min-width: 992px) {
    #to-top {
      font-size: 12px;
      right: calc(50% - 970px/2); } }
  @media screen and (min-width: 1200px) {
    #to-top {
      right: calc(50% - 1200px/2); } }
  @media screen and (min-width: 1550px) {
    #to-top {
      right: calc(50% - 1200px/2 - 152px); } }

.modal-dialog {
  margin: 0;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }

input:focus, select:focus {
  outline: none; }

a:focus, button:focus {
  outline: none; }

.alert-red {
  color: red; }

@keyframes float {
  50% {
    transform: translate(0, 20px); } }

.acart-proportion-box {
  height: 0;
  position: relative; }
  .acart-proportion-box > .proportion-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
  .acart-proportion-box > iframe.proportion-item {
    width: 100%;
    height: 100%; }
  .acart-proportion-box.proportion-3-4 {
    padding-bottom: 133.33333%; }
  .acart-proportion-box.proportion-4-3 {
    padding-bottom: 75%; }
  .acart-proportion-box.proportion-16-9 {
    padding-bottom: 56.25%; }
  .acart-proportion-box.proportion-5-4 {
    padding-bottom: 80%; }
  .acart-proportion-box.proportion-4-5 {
    padding-bottom: 125%; }
  .acart-proportion-box.proportion-1-1 {
    padding-bottom: 100%; }

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 2px 3px rgba(66, 73, 75, 0.1);
  background: #F1C6B4;
  border-bottom: 2px solid #DBA48C; }
  @media screen and (min-width: 992px) {
    .fixed-height.is-sticky {
      height: 50px !important; } }
  .fixed-height.is-sticky .logo-area {
    bottom: 13px !important; }
    .fixed-height.is-sticky .logo-area img {
      height: 44px !important; }
  .fixed-height.is-sticky .top-area {
    display: none !important; }
  .fixed-height.is-sticky .bottom-area {
    padding-top: 14px !important;
    height: 50px !important; }

.fixed-height {
  height: 50px; }
  .fixed-height .container {
    height: 100%; }
  @media screen and (min-width: 992px) {
    .fixed-height {
      height: 129px; } }
  .fixed-height.sticky {
    height: 129px; }

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99; }
  header.website h1 {
    margin: 0; }
  header.website .lg-header-area {
    position: relative;
    height: 100%;
    width: 100%; }
    header.website .lg-header-area .top-area {
      background-color: #f1c6b4;
      height: 84px;
      padding-top: 14px; }
      header.website .lg-header-area .top-area .logo-area {
        float: left; }
        header.website .lg-header-area .top-area .logo-area img {
          width: 285px; }
      header.website .lg-header-area .top-area .header-btn-area {
        float: right;
        padding-top: 13px; }
        header.website .lg-header-area .top-area .header-btn-area .link-btn-area {
          display: inline-block;
          vertical-align: top; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn + .link-btn {
            margin-left: 5px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.search {
            display: inline-block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_search_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.search:hover {
              background: url("../img/header/icon_search_hover_2x.png") center no-repeat;
              background-size: 32px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.facebook {
            display: inline-block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_facebook_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.facebook:hover {
              background: url("../img/header/icon_facebook_hover_2x.png") center no-repeat;
              background-size: 32px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.youtube {
            display: inline-block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_youtube_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.youtube:hover {
              background: url("../img/header/icon_youtube_hover_2x.png") center no-repeat;
              background-size: 32px; }
        header.website .lg-header-area .top-area .header-btn-area .web-btn-area {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px; }
          header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn {
            display: inline-block;
            font-size: 13px;
            color: #fff;
            background-color: #C29684;
            border: 2px solid #B68876;
            padding: 2px 9px;
            border-radius: 30px;
            font-weight: bold; }
            header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn:hover {
              background-color: #be917e; }
    header.website .lg-header-area .bottom-area {
      height: 45px;
      background-color: #dba48c;
      padding-top: 11px; }
    header.website .lg-header-area .search-area {
      margin-left: 10px;
      width: 200px;
      height: 30px;
      position: relative;
      background: #f5f5f5;
      border-radius: 15px;
      display: inline-block;
      vertical-align: middle; }
      header.website .lg-header-area .search-area input {
        background: transparent;
        color: #a5a5a5;
        font-size: 13px;
        border: none;
        width: 100%;
        height: 100%;
        padding: 0 40px 0 17px; }
      header.website .lg-header-area .search-area .btn {
        color: transparent;
        overflow: hidden;
        width: 40px; }
      header.website .lg-header-area .search-area input, header.website .lg-header-area .search-area .btn {
        height: 100%; }
      header.website .lg-header-area .search-area .btn {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: url("../img/header/header_icon_search.png") center right 10px no-repeat;
        background-size: 30px auto; }
        header.website .lg-header-area .search-area .btn:focus {
          outline: 2px rgba(102, 175, 233, 0.6) solid; }

.header-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
  height: 100%; }
  .header-nav .header-nav2 {
    display: none;
    padding: 0px;
    list-style: none; }
  .header-nav > li {
    float: left;
    position: relative;
    height: 100%; }
    .header-nav > li + li {
      margin-left: 37px; }
      .header-nav > li + li:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: -19px;
        width: 2px;
        height: 12px;
        background: url("../img/header/menu_dot_2x.png") center no-repeat;
        background-size: 100%; }
    .header-nav > li > a {
      font-size: 17px;
      position: relative;
      height: 100%;
      width: 100%;
      text-align: center;
      color: #271710; }
    .header-nav > li > a:focus ~ .header-nav2 {
      display: block; }
    .header-nav > li.open .header-nav2 {
      display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav > li + li {
        margin-left: 76px; }
        .header-nav > li + li:before {
          left: -38px; } }
    .header-nav > li.open > a, .header-nav > li:hover > a {
      color: #fff; }
    .header-nav > li.active > a {
      color: #fff; }
    .header-nav > li:hover .header-nav2 {
      display: block; }
  .header-nav .header-nav2 {
    width: 100%;
    position: absolute;
    top: 100%;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fffcfa;
    width: 180px;
    margin-left: -90px; }
    .header-nav .header-nav2 > li + li {
      border-top: 1px dashed #f3862f; }
    .header-nav .header-nav2 > li > a {
      position: relative;
      font-size: 15px;
      padding: 10px 25px 10px 25px;
      display: block;
      color: #363636; }
      .header-nav .header-nav2 > li > a:after {
        content: '';
        display: none;
        position: absolute;
        left: 14px;
        top: 18px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent #ea7b23;
        border-width: 4px 0 4px 6px; }
      .header-nav .header-nav2 > li > a:hover {
        color: #f1c6b4; }
        .header-nav .header-nav2 > li > a:hover:after {
          display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav .header-nav2 {
        margin-left: -90px; }
        .header-nav .header-nav2 > li > a {
          padding: 15px 12px 15px 35px;
          font-size: 16px; }
          .header-nav .header-nav2 > li > a:after {
            left: 15px;
            top: 23px; } }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 60px;
  height: 100%; }
  div.mb-header .mb-logo-area {
    padding-top: 7px;
    display: inline-block;
    padding-left: 10px; }
    div.mb-header .mb-logo-area img {
      vertical-align: middle;
      width: 204px;
      max-width: 100%;
      height: auto; }
  div.mb-header .button-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  div.mb-header div.xs-menu {
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    position: relative;
    padding: 0 20px; }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      margin: 18px 0 0 0;
      width: 21px;
      height: 15px;
      position: relative; }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #A87B67;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
          top: 0; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
          top: 6px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          top: 6px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
          top: 12px; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    div.mb-header div.xs-menu.active span:nth-child(4) {
      top: 14px;
      width: 0%;
      left: 50%; }

header .main-area-quick-link {
  position: absolute;
  left: 15px;
  opacity: 0;
  color: #000; }
  header .main-area-quick-link:focus {
    opacity: 1; }

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #f3e2de;
  padding-bottom: 20px; }
  div#mb-sidebar .slimScrollDiv {
    width: 100%; }
  div#mb-sidebar.hidden-sidebar {
    display: block;
    top: -100%;
    -webkit-animation-name: hiddensidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: hiddensidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  div#mb-sidebar.show-sidebar {
    display: block;
    top: 50px;
    height: calc(100vh - 50px);
    -webkit-animation-name: showsidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: showsidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  @media screen and (min-width: 992px) {
    div#mb-sidebar {
      display: none; }
      div#mb-sidebar.show-sidebar {
        display: none; } }
  div#mb-sidebar .sidebar-top.english .dropdown {
    width: 100%; }
  div#mb-sidebar .sidebar-top.english .share-box {
    display: none; }

@-webkit-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-moz-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-ms-keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@keyframes hiddensidebar {
  0% {
    top: 50px; }
  100% {
    top: -100%; } }

@-webkit-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@-moz-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@-ms-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

@keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 50px; } }

div.sidebar-content {
  padding-bottom: 50px; }
  div.sidebar-content .search-area {
    padding: 17px 15px;
    background-color: #a47a68; }
    div.sidebar-content .search-area .input-group {
      width: 100%;
      height: 30px; }
      div.sidebar-content .search-area .input-group input {
        padding: 0 50px 0 8px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #ebd2c8;
        border-radius: 5px; }
      div.sidebar-content .search-area .input-group .btn {
        width: 50px; }
      div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
        height: 100%; }
      div.sidebar-content .search-area .input-group .btn {
        color: transparent;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: url("../img/sidebar/icon_search_2x.png") center no-repeat;
        background-size: 20px; }
  div.sidebar-content .website-btn-area {
    background-color: #fff; }
    div.sidebar-content .website-btn-area .website-btn {
      width: calc( (100% - 4px) / 3);
      background-color: #5BAF85;
      float: left;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 14px 0; }
      div.sidebar-content .website-btn-area .website-btn.main {
        background-color: #5BAF85; }
      div.sidebar-content .website-btn-area .website-btn.kids {
        background-color: #F3941A; }
      div.sidebar-content .website-btn-area .website-btn.youth {
        background-color: #1E94A0; }
      div.sidebar-content .website-btn-area .website-btn + .website-btn {
        margin-left: 2px; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    div.sidebar-content ul li a {
      display: block;
      padding: 16px 36px; }
      div.sidebar-content ul li a .sidebar-nav-icon {
        float: right;
        font-size: 22px;
        transition: all .5s; }
      div.sidebar-content ul li a.open .sidebar-nav-icon {
        transform: rotate(90deg); }
      div.sidebar-content ul li a.active ~ ul {
        display: block; }
    div.sidebar-content ul li.link-btn {
      position: relative; }
      div.sidebar-content ul li.link-btn a {
        padding-left: 70px; }
      div.sidebar-content ul li.link-btn.facebook:after {
        content: '';
        position: absolute;
        left: 36px;
        top: 19px;
        display: block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: url("../img/header/icon_facebook_2x.png") center no-repeat;
        background-size: 100% auto; }
      div.sidebar-content ul li.link-btn.youtube:after {
        content: '';
        position: absolute;
        left: 36px;
        top: 19px;
        display: block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: url("../img/header/icon_youtube_2x.png") center no-repeat;
        background-size: 100% auto; }
    div.sidebar-content ul.layer-2 > li {
      position: relative; }
      div.sidebar-content ul.layer-2 > li > a {
        padding-left: 30px;
        position: relative; }
        div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
          font-size: 16px;
          position: absolute;
          top: 15px;
          right: 17px;
          transform-origin: center; }
        div.sidebar-content ul.layer-2 > li > a.active:before {
          content: '';
          display: block;
          position: absolute;
          top: 18px;
          left: 15px;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent transparent #5b95d0;
          border-width: 4px 0 4px 6px; }
    div.sidebar-content ul.layer-3 > li {
      position: relative; }
      div.sidebar-content ul.layer-3 > li > a {
        padding-left: 44px; }
        div.sidebar-content ul.layer-3 > li > a.active {
          color: #ca6f27; }
    div.sidebar-content ul.layer-1 > li > a {
      font-size: 16px;
      background: #f3e2de;
      color: #363636; }
      div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
        background: #fff; }
    div.sidebar-content ul.layer-1 > li:not(.search-area) {
      border-top: 1px solid #fdf9f8; }
    div.sidebar-content ul.layer-2 > li > a {
      font-size: 16px;
      background: #fcecba;
      color: #363636; }
      div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
        background: #fed696; }
    div.sidebar-content ul.layer-2 > li:not(.search-area) {
      border-top: 1px solid #fffad6; }
    div.sidebar-content ul.layer-3 > li > a {
      font-size: 15px;
      background: #FED796;
      color: #363636; }
      div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
        background: #FED796; }
    div.sidebar-content ul.layer-3 > li:not(.search-area) {
      border-top: 1px solid #fffad6; }
  div.sidebar-content > ul {
    display: block; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
  background-color: #a47a68; }
  footer.website .top-area {
    padding: 45px 0 35px 0; }
    @media screen and (min-width: 992px) {
      footer.website .top-area {
        padding: 36px 0 30px 0; } }
    footer.website .top-area .logo-area img.img {
      display: inline-block;
      width: calc(91px * 0.85);
      height: auto; }
      @media screen and (min-width: 992px) {
        footer.website .top-area .logo-area img.img {
          width: 91px; } }
    footer.website .top-area .logo-area img.text {
      display: inline-block;
      width: 130px;
      height: auto;
      margin-left: 7px; }
    footer.website .top-area .info-area .info {
      font-size: 15px;
      color: #fff;
      line-height: 2; }
      footer.website .top-area .info-area .info .key, footer.website .top-area .info-area .info .value {
        display: inline-block; }
    footer.website .top-area img.lottery {
      width: 195px;
      height: auto; }
    @media screen and (min-width: 992px) {
      footer.website .top-area .footer-outer-box {
        display: table;
        width: 100%; } }
    footer.website .top-area .footer-box:nth-child(1) {
      margin-bottom: 20px; }
    footer.website .top-area .footer-box:nth-child(2) {
      margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      footer.website .top-area .footer-box .info-left-area, footer.website .top-area .footer-box .info-right-area {
        display: inline-block;
        vertical-align: top; }
      footer.website .top-area .footer-box .info-right-area {
        margin-left: 30px; } }
    @media screen and (min-width: 900px) {
      footer.website .top-area .footer-box:nth-child(2) {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
        border-right: 1px solid #B69586;
        padding-right: 25px; }
      footer.website .top-area .footer-box:nth-child(3) {
        text-align: right;
        display: inline-block;
        vertical-align: top;
        padding-left: 25px; } }
    @media screen and (min-width: 1200px) {
      footer.website .top-area .footer-box {
        margin: 0;
        display: inline-block; }
        footer.website .top-area .footer-box + .footer-box {
          border-right: none;
          border-left: 1px solid #B69586; }
        footer.website .top-area .footer-box:nth-child(1) {
          display: table-cell;
          vertical-align: middle;
          width: 292px; }
        footer.website .top-area .footer-box:nth-child(2) {
          display: table-cell;
          vertical-align: middle;
          padding: 16px 0px;
          text-align: center; }
          footer.website .top-area .footer-box:nth-child(2) .info-area {
            text-align: left;
            display: inline-block; }
        footer.website .top-area .footer-box:nth-child(3) {
          display: table-cell;
          vertical-align: middle;
          text-align: right;
          width: 240px;
          padding-left: 40px; } }
  footer.website .bottom-area {
    line-height: 1.8;
    font-size: 14px;
    border-top: 1px solid #B69586;
    padding: 27px 0;
    text-align: center; }
    @media screen and (min-width: 992px) {
      footer.website .bottom-area {
        font-size: 15px;
        padding: 11px 0;
        text-align: left; } }
    footer.website .bottom-area .copyright-area {
      display: inline-block;
      color: #fff;
      opacity: 0.8; }
    footer.website .bottom-area .acart-area {
      color: #fff;
      opacity: 0.5; }
      footer.website .bottom-area .acart-area a {
        color: #fff; }
      @media screen and (min-width: 992px) {
        footer.website .bottom-area .acart-area {
          float: right; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  font-size: 15px;
  width: 100%;
  border-radius: 8px;
  color: #fff; }
  .btn:focus {
    color: #fff; }
  .btn.btn-gray {
    background-color: #787878; }
    .btn.btn-gray:hover {
      color: #fff; }
  .btn.btn-blue {
    background-color: #5b95d0; }
    .btn.btn-blue:hover {
      background-color: #4984c0;
      color: #fff; }

#page-container {
  overflow: hidden; }

.page-area {
  margin-bottom: 76px; }
  .page-area .main-left-area {
    display: none; }

.article-area, #tinymce {
  overflow: auto;
  padding: 20px 0 10px;
  min-height: 100px; }
  @media screen and (min-width: 992px) {
    .article-area, #tinymce {
      min-height: 300px; } }

.page-title-area {
  text-align: center;
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .page-title-area {
      margin-bottom: 35px; } }

.page-title {
  position: relative;
  text-align: center; }
  .page-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7; }
    @media screen and (min-width: 600px) {
      .page-title:before {
        width: 545px;
        left: calc((100% - 545px)/ 2); } }
    @media screen and (min-width: 768px) {
      .page-title:before {
        top: 13px; } }
  .page-title h2 {
    display: inline-block;
    background-color: #fff;
    position: relative;
    margin: 0;
    font-size: 22px;
    padding: 0 15px;
    color: #363636; }
    @media screen and (min-width: 768px) {
      .page-title h2 {
        font-size: 24px; } }

.title-icon.about {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.about {
      width: 312px; } }

.title-icon.download {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.download {
      width: 312px; } }

.title-icon.expert {
  max-width: 100%;
  width: calc( 314px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.expert {
      width: 314px; } }

.title-icon.guide {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.guide {
      width: 312px; } }

.title-icon.issue {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.issue {
      width: 312px; } }

.title-icon.resource {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.resource {
      width: 312px; } }

.title-icon.video {
  max-width: 100%;
  width: calc( 312px * 0.7);
  height: auto;
  margin: auto;
  margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .title-icon.video {
      width: 312px; } }

.page-detail-title h2 {
  color: #363636;
  line-height: 1.4;
  font-size: 22px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 4px;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .page-detail-title h2 {
      font-size: 24px; } }

.page-top-area {
  position: relative; }
  @media screen and (min-width: 768px) {
    .page-top-area {
      display: table;
      width: 100%; } }
  .page-top-area .media-area .acart-proportion-box {
    border-radius: 8px;
    overflow: hidden; }
    .page-top-area .media-area .acart-proportion-box:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: rgba(0, 0, 0, 0.05) 1px solid; }
  @media screen and (min-width: 768px) {
    .page-top-area .media-area {
      display: table-cell;
      width: 345px;
      border-radius: 20px;
      vertical-align: top; } }
  @media screen and (min-width: 992px) {
    .page-top-area .media-area {
      width: 420px; } }
  .page-top-area .content-area {
    position: relative;
    padding-bottom: 24px;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        margin-top: 0; } }
    .page-top-area .content-area .date {
      display: block;
      font-size: 15px;
      color: #f3862f; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area .date {
          display: inline-block; } }
    .page-top-area .content-area .tag {
      font-size: 14px;
      color: #a07a5c;
      background-color: #ffead9;
      padding: 1px 17px;
      width: auto;
      display: block;
      border-radius: 27px;
      margin: 2px 0 0px 0px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area .tag {
          margin: 0 0 8px 12px; } }
    .page-top-area .content-area:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      height: 1px;
      width: 100%;
      border-top: 1px solid #D7D7D7; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area:before {
          width: calc(100% - 30px); } }
    .page-top-area .content-area h2.title-area {
      color: #363636;
      line-height: 1.4;
      font-size: 22px;
      margin-top: 18px;
      margin-bottom: 12px;
      border-bottom: 1px solid #D7D7D7;
      padding-bottom: 4px;
      margin: 4px 0 8px 0; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area h2.title-area {
          margin: 0px 0 6px 0; } }
      @media screen and (min-width: 992px) {
        .page-top-area .content-area h2.title-area {
          font-size: 24px; } }
    .page-top-area .content-area .desc-area {
      color: #787878;
      font-size: 15px;
      line-height: 1.7;
      padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px;
        width: calc(100% - 345px); } }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        width: calc(100% - 420px); } }
    .page-top-area .content-area .download-btn {
      display: inline-block;
      width: auto;
      position: absolute;
      padding: 6px 27px;
      bottom: 24px;
      left: 0px; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area .download-btn {
          padding: 9px 27px;
          bottom: 15px;
          left: 30px; } }

.page-btn-area {
  float: right; }
  @media screen and (min-width: 768px) {
    .page-btn-area {
      position: absolute;
      right: 0;
      bottom: 15px; } }
  .page-btn-area .share-box {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .page-btn-area .share-box:before {
      content: '';
      width: 41px;
      height: 41px;
      display: inline-block;
      position: absolute;
      top: 1px;
      left: -47px;
      background: url("../img/page/icon_share_2x.png");
      background-size: 41px auto; }
    .page-btn-area .share-box .share-btn {
      width: 38px;
      height: 38px;
      display: inline-block;
      text-indent: -9999999px; }
      .page-btn-area .share-box .share-btn.facebook {
        background: url("../img/page/icon_fb_2x.png") no-repeat center;
        background-size: 100%; }
        .page-btn-area .share-box .share-btn.facebook:hover {
          background-image: url("../img/page/icon_fb_hover_2x.png");
          background-size: 100%; }
      .page-btn-area .share-box .share-btn.line {
        background: url("../img/page/icon_line_2x.png") no-repeat center;
        background-size: 100%;
        margin-left: 2px; }
        .page-btn-area .share-box .share-btn.line:hover {
          background: url("../img/page/icon_line_hover_2x.png") no-repeat center;
          background-size: 100%; }

.page-bottom-btn-area {
  padding-top: 20px;
  border-top: 1px solid #D7D7D7; }
  .page-bottom-btn-area .page-btn-area {
    position: static;
    right: 0;
    bottom: 0;
    float: none; }
    .page-bottom-btn-area .page-btn-area .back-btn {
      float: left;
      display: inline-block;
      width: auto;
      background-color: #787878;
      border-radius: 10px;
      font-size: 16px;
      padding: 5px 48px; }
      @media screen and (min-width: 500px) {
        .page-bottom-btn-area .page-btn-area .back-btn {
          padding: 5px 72px; } }
      .page-bottom-btn-area .page-btn-area .back-btn:hover {
        background-color: #6e6e6e; }
    .page-bottom-btn-area .page-btn-area .share-box {
      float: right; }

.gsc-control-cse {
  padding: 0 !important;
  border: none !important; }
  .gsc-control-cse .gsc-input-box {
    border: 0;
    border-radius: 0; }
  .gsc-control-cse form.gsc-search-box {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    background: #f3f3f3;
    margin: 0;
    padding: 8px 12px; }
    .gsc-control-cse form.gsc-search-box td {
      padding: 0; }
    .gsc-control-cse form.gsc-search-box * {
      background: #f3f3f3; }
    .gsc-control-cse form.gsc-search-box input {
      padding-left: 15px !important;
      height: 33px !important;
      background-position: left 15px center !important; }
    .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
      background-color: #5b95d0;
      border: #dba48c;
      border-radius: 0;
      padding: 6px 27px;
      margin: 0; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 * {
        background-color: #5b95d0; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover {
        background-color: #4984c0; }
        .gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover * {
          background-color: #4984c0; }
  .gsc-control-cse .gsc-orderby {
    white-space: nowrap; }

.jump-page-box {
  margin-top: 50px;
  margin-bottom: 64px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .jump-page-box {
      margin-top: 76px; } }
  .jump-page-box .img-area img {
    margin: 0 auto;
    width: 570px;
    height: auto;
    max-width: 100%; }
  .jump-page-box .text-area {
    text-align: center;
    font-size: 22px;
    margin-top: 22px;
    font-weight: bold; }
    .jump-page-box .text-area .ch {
      font-family: 'Microsoft JhengHei';
      color: #363636;
      font-size: 20px; }
      @media screen and (min-width: 500px) {
        .jump-page-box .text-area .ch {
          font-size: 24px; } }
    .jump-page-box .text-area .en {
      font-family: 'Arial';
      color: #363636;
      font-size: 26px; }
      @media screen and (min-width: 500px) {
        .jump-page-box .text-area .en {
          font-size: 32px; } }
    @media screen and (min-width: 992px) {
      .jump-page-box .text-area {
        margin-top: 44px; } }
    .jump-page-box .text-area #error-time {
      color: #f3862f;
      font-size: 26px; }

@media screen and (min-width: 768px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%; }
    .column-system.two-column.type1 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 36%); }
      .column-system.two-column.type1 > .column.static-column {
        width: 36%; } }

@media screen and (min-width: 1200px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%; }
    .column-system.two-column.type1 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 258px); }
      .column-system.two-column.type1 > .column.static-column {
        width: 258px; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.for-search {
    display: table;
    width: 100%; }
    .column-system.two-column.for-search > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 130px); }
      .column-system.two-column.for-search > .column.static-column {
        width: 130px; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.half {
    display: table;
    width: 100%; }
    .column-system.two-column.half > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 50%); }
      .column-system.two-column.half > .column.static-column {
        width: 50%; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.type3 {
    display: table;
    width: 100%; }
    .column-system.two-column.type3 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 40%); }
      .column-system.two-column.type3 > .column.static-column {
        width: 40%; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.type4 {
    display: table;
    width: 100%; }
    .column-system.two-column.type4 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 45%); }
      .column-system.two-column.type4 > .column.static-column {
        width: 45%; } }

.form-control {
  border: 1px solid #f3862f; }
  .form-control:not(textarea) {
    height: 35px; }
  .form-control:focus {
    box-shadow: none; }
  .form-control ::-webkit-input-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control :-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control ::-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control :-ms-input-placeholder {
    color: #717171;
    font-size: 15px; }

.contact-area {
  position: relative;
  background-color: #ea7b23;
  padding: 20px; }

.avg-two-column {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (min-width: 768px) {
    .avg-two-column .column {
      display: table-cell;
      width: 50%; } }

.control-label {
  font-weight: normal;
  font-size: 15px;
  color: #a47a68;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  padding-left: 0; }

.requred-area {
  text-align: right;
  margin-bottom: -20px; }

.form-group {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none; }
  @media screen and (min-width: 768px) {
    .form-group.type-1 > .control-label {
      width: 100px;
      padding-left: 0;
      float: left; } }
  @media screen and (min-width: 768px) {
    .form-group.type-1 > div {
      float: left;
      width: calc(100% - 100px); } }
  .form-group .vcode-area > * {
    float: left; }
  .form-group .vcode-area > input {
    margin-bottom: 15px; }
    @media screen and (min-width: 400px) {
      .form-group .vcode-area > input {
        margin-bottom: 0;
        width: calc(100% - 35px - 10px - 35px - 10px - 114px - 10px); } }
    @media screen and (min-width: 768px) {
      .form-group .vcode-area > input {
        width: 210px; } }
  .form-group .vcode-area > .vcode_img {
    width: 114px;
    padding: 0; }
    @media screen and (min-width: 400px) {
      .form-group .vcode-area > .vcode_img {
        margin-left: 10px; } }
  .form-group .vcode-area > .vcode_refresh, .form-group .vcode-area > #auth_code_audio {
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #f3862f;
    border-radius: 5px;
    padding-top: 7px; }
    .form-group .vcode-area > .vcode_refresh i, .form-group .vcode-area > #auth_code_audio i {
      color: #8e8e8e;
      font-size: 18px; }
      .form-group .vcode-area > .vcode_refresh i.fa-wheelchair, .form-group .vcode-area > #auth_code_audio i.fa-wheelchair {
        font-size: 25px; }
    .form-group .vcode-area > .vcode_refresh:hover, .form-group .vcode-area > #auth_code_audio:hover {
      background-color: #4984c0; }
      .form-group .vcode-area > .vcode_refresh:hover i, .form-group .vcode-area > #auth_code_audio:hover i {
        color: #ffffff; }
  .form-group .vcode-area > #auth_code_audio {
    padding-left: 5px;
    padding-top: 4px; }

.row.small-padding {
  margin-left: -12px;
  margin-right: -12px; }
  .row.small-padding > div[class*='col-'] {
    padding: 0 12px; }

.page-search-area {
  background-color: #ea7b23;
  padding: 10px 15px; }
  .page-search-area input {
    height: 35px; }
  .page-search-area ::-webkit-input-placeholder {
    color: #717171;
    font-size: 15px; }
  .page-search-area :-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .page-search-area ::-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .page-search-area :-ms-input-placeholder {
    color: #717171;
    font-size: 15px; }
  @media screen and (min-width: 768px) {
    .page-search-area .input-area {
      float: left;
      width: calc(100% - 110px - 30px); } }
  .page-search-area .search-btn-area {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page-search-area .search-btn-area {
        margin-left: 30px;
        float: left;
        width: 110px; } }

.xs-mt {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .xs-mt {
      margin-top: 0; } }

textarea {
  resize: vertical;
  overflow: auto;
  height: 120px !important; }

.form-btn-area {
  margin-top: 34px;
  text-align: center; }
  .form-btn-area .btn {
    display: block;
    width: auto;
    padding: 6px 32px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 400px) {
      .form-btn-area .btn {
        display: inline-block; } }
    .form-btn-area .btn + .btn {
      margin-top: 15px; }
      @media screen and (min-width: 400px) {
        .form-btn-area .btn + .btn {
          margin-top: 0;
          margin-left: 20px; } }

.alert-hint {
  color: red;
  padding-right: 5px; }

.home-banner-area {
  background-color: #f3e2de; }
  .home-banner-area #home-banner-carousel {
    position: relative; }
    @media screen and (min-width: 768px) {
      .home-banner-area #home-banner-carousel .owl-box {
        position: relative;
        overflow: hidden;
        height: 34vw; } }
    @media screen and (min-width: 1170px) {
      .home-banner-area #home-banner-carousel .owl-box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden; } }
    .home-banner-area #home-banner-carousel .owl-box a {
      display: block; }
    .home-banner-area #home-banner-carousel .banner-img {
      width: 100%;
      height: auto; }
      .home-banner-area #home-banner-carousel .banner-img.for-sm {
        display: none; }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .banner-img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .home-banner-area #home-banner-carousel .banner-img.for-xs {
            display: none; }
          .home-banner-area #home-banner-carousel .banner-img.for-sm {
            display: block; } }
    .home-banner-area #home-banner-carousel .owl-nav {
      display: none; }
    .home-banner-area #home-banner-carousel .owl-dots {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          bottom: 8px; } }
      .home-banner-area #home-banner-carousel .owl-dots .owl-dot {
        background: none;
        border: 0;
        padding: 0; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
          border-radius: 0;
          width: 30px;
          height: 5px;
          margin: 5px 2px;
          background-color: #000;
          opacity: 0.2;
          border-radius: 5px; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span {
          opacity: 0.5; }

.index-area {
  position: relative;
  margin-top: 25px; }
  @media screen and (min-width: 992px) {
    .index-area {
      margin-top: 58px; } }
  .index-area.expert .index-more-btn-area {
    margin-top: 45px; }
    @media screen and (min-width: 768px) {
      .index-area.expert .index-more-btn-area {
        margin-top: 30px; } }
  .index-area.suggestion {
    padding: 34px 0 206px;
    margin-top: 60px; }
    .index-area.suggestion .suggestion-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/index/bg_01.png") center repeat;
      background-size: 50px; }
    .index-area.suggestion .index-more-btn-area {
      margin-top: 25px; }
      .index-area.suggestion .index-more-btn-area .more-btn {
        background-color: #406b96; }
        .index-area.suggestion .index-more-btn-area .more-btn:hover {
          background-color: #345d88; }
      @media screen and (min-width: 768px) {
        .index-area.suggestion .index-more-btn-area {
          margin-top: 20px; } }
    .index-area.suggestion .woman {
      position: absolute;
      bottom: 0;
      left: 10px;
      width: calc(240px *.7); }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .woman {
          width: 240px;
          left: calc(50% - 489px); } }
    .index-area.suggestion .man {
      position: absolute;
      bottom: 0;
      right: -41px;
      width: calc(300px *.7); }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .man {
          width: 300px;
          right: calc(50% - 518px); } }
    .index-area.suggestion .suggestion-circle-icon.float {
      animation: float 5s ease-out infinite; }
    .index-area.suggestion .window {
      position: absolute;
      bottom: 36px;
      left: calc(50% - 207px);
      width: calc(85px * .7); }
      .index-area.suggestion .window.float {
        animation-delay: 0.2s; }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .window {
          left: calc(50% - 237px);
          width: 85px; } }
    .index-area.suggestion .lock {
      position: absolute;
      bottom: 90px;
      left: calc(50% - 103px);
      width: calc(78px * .7); }
      .index-area.suggestion .lock.float {
        animation-delay: 1.8s; }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .lock {
          width: 78px;
          left: calc(50% - 133px); } }
    .index-area.suggestion .shield {
      position: absolute;
      bottom: 38px;
      left: calc(50% + 10px);
      width: calc(75px * .7); }
      .index-area.suggestion .shield.float {
        animation-delay: 1.2s; }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .shield {
          width: 75px;
          left: calc(50% - 20px); } }
    .index-area.suggestion .firewall {
      position: absolute;
      bottom: 57px;
      left: calc(50% + 109px);
      width: calc(110px * .7); }
      .index-area.suggestion .firewall.float {
        animation-delay: 1s; }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .firewall {
          width: 110px;
          left: calc(50% + 79px); } }
    .index-area.suggestion .computer {
      width: 216px;
      position: absolute;
      top: -78px;
      right: 45px; }
      @media screen and (min-width: 992px) {
        .index-area.suggestion .computer {
          right: calc(50% - 447px); } }
      @media screen and (min-width: 1200px) {
        .index-area.suggestion .computer {
          right: calc(50% - 566px); } }
    @media screen and (min-width: 1200px) {
      .index-area.suggestion {
        padding: 63px 0 200px; } }
  .index-area.issue {
    margin-top: 42px;
    padding-bottom: 38px; }
    @media screen and (min-width: 992px) {
      .index-area.issue {
        padding-bottom: 80px;
        margin-top: 60px; } }
    .index-area.issue .index-more-btn-area {
      margin-top: 80px; }
      @media screen and (min-width: 992px) {
        .index-area.issue .index-more-btn-area {
          margin-top: 60px; } }
    @media screen and (min-width: 992px) {
      .index-area.issue .girl {
        position: absolute;
        right: calc(50% - 450px);
        bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .index-area.issue .girl {
        right: calc(50% - 545px); } }
  .index-area.video {
    padding: 58px 0  80px;
    margin-top: 0px; }
    .index-area.video .video-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/index/bg_02.png") center repeat;
      background-size: 50px; }
    .index-area.video .index-more-btn-area {
      margin-top: 15px; }
      @media screen and (min-width: 992px) {
        .index-area.video .index-more-btn-area {
          margin-top: 58px; } }

.index-title-area {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .index-title-area {
      margin-bottom: 30px; } }
  .index-title-area .index-title-icon.expert {
    width: 55px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto; }
    @media screen and (min-width: 992px) {
      .index-title-area .index-title-icon.expert {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; } }
  .index-title-area .index-title-icon.guide {
    width: 43px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto; }
    @media screen and (min-width: 992px) {
      .index-title-area .index-title-icon.guide {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; } }
  .index-title-area .index-title-icon.issue {
    width: 62px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto; }
    @media screen and (min-width: 992px) {
      .index-title-area .index-title-icon.issue {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; } }
  .index-title-area .index-title-icon.video {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto 8px auto; }
    @media screen and (min-width: 992px) {
      .index-title-area .index-title-icon.video {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; } }
  .index-title-area h2 {
    text-align: center;
    color: #363636;
    font-size: 22px;
    margin: 0 0 8px 0; }
    @media screen and (min-width: 992px) {
      .index-title-area h2 {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle; } }

#home-expert-carousel, #home-issue-carousel {
  padding-left: calc((100vw - 60px - 240px) / 2);
  padding-right: calc((100vw - 60px - 240px) / 2); }
  @media screen and (min-width: 768px) {
    #home-expert-carousel, #home-issue-carousel {
      padding-left: 0;
      padding-right: 0; } }
  #home-expert-carousel .owl-stage-outer, #home-issue-carousel .owl-stage-outer {
    overflow: visible; }
    @media screen and (min-width: 768px) {
      #home-expert-carousel .owl-stage-outer, #home-issue-carousel .owl-stage-outer {
        overflow: hidden; } }
  #home-expert-carousel .owl-dots, #home-issue-carousel .owl-dots {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%); }
    #home-expert-carousel .owl-dots .owl-dot, #home-issue-carousel .owl-dots .owl-dot {
      background: none;
      border: 0;
      padding: 0; }
      #home-expert-carousel .owl-dots .owl-dot span, #home-issue-carousel .owl-dots .owl-dot span {
        border-radius: 0;
        width: 12px;
        height: 12px;
        margin: 5px 5px;
        background-color: #d6d6d6;
        border-radius: 7px; }
      #home-expert-carousel .owl-dots .owl-dot.active span, #home-expert-carousel .owl-dots .owl-dot:hover span, #home-issue-carousel .owl-dots .owl-dot.active span, #home-issue-carousel .owl-dots .owl-dot:hover span {
        background-color: #787878; }

@media screen and (min-width: 992px) {
  #home-issue-carousel {
    padding-left: 100px;
    padding-right: 100px; } }

#home-issue-carousel .owl-nav {
  margin-top: 0;
  height: 0; }

#home-issue-carousel .prev, #home-issue-carousel .next {
  width: 61px;
  height: 61px;
  display: block;
  position: absolute; }

#home-issue-carousel .prev {
  background: url("../img/index/button_pre_2x.png") center no-repeat;
  background-size: 100%;
  top: calc(50% - 30px);
  left: 0; }
  #home-issue-carousel .prev:hover {
    background: url("../img/index/button_pre_hover_2x.png") center no-repeat;
    background-size: 100%; }

#home-issue-carousel .next {
  background: url("../img/index/button_next_2x.png") center no-repeat;
  background-size: 100%;
  top: calc(50% - 30px);
  right: 0; }
  #home-issue-carousel .next:hover {
    background: url("../img/index/button_next_hover_2x.png") center no-repeat;
    background-size: 100%; }

#home-issue-carousel .owl-dots {
  bottom: -55px; }

#home-issue-carousel .media-list .title-area {
  margin: 8px 0 2px 0; }

.index-expert-list-area .row [class*='col'] {
  padding: 0; }

@media screen and (min-width: 992px) {
  .index-suggestion-list-area .row {
    margin-left: -20px;
    margin-right: -20px; } }

.index-suggestion-list-area .row [class*='col'] {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .index-suggestion-list-area .row [class*='col'] {
      margin-bottom: 20px !important; } }
  @media screen and (min-width: 992px) {
    .index-suggestion-list-area .row [class*='col'] {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px !important; } }

.index-suggestion-list-area .media-list {
  border-radius: 10px;
  padding: 10px;
  background-color: #F7E2D8; }
  .index-suggestion-list-area .media-list .media-area {
    width: 120px; }
  .index-suggestion-list-area .media-list .content-area .date {
    font-size: 15px;
    color: #bb4968; }
  .index-suggestion-list-area .media-list .content-area .title-area {
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .index-suggestion-list-area .media-list .content-area .title-area {
        font-size: 18px; } }
  .index-suggestion-list-area .media-list .content-area .desc-area {
    font-size: 15px;
    color: #787878; }

@media screen and (min-width: 992px) {
  .index-issue-list-area.list-area .date {
    display: inline-block; } }

.index-issue-list-area.list-area .tag {
  font-size: 14px;
  color: #a07a5c;
  background-color: #ffead9;
  padding: 1px 17px;
  width: auto;
  display: inline-block;
  border-radius: 27px;
  margin: 5px 0 0px 0px; }
  @media screen and (min-width: 992px) {
    .index-issue-list-area.list-area .tag {
      margin: 0 0 0 12px; } }

.index-issue-list-area.list-area .row [class*='col'] {
  padding: 0; }

@media screen and (min-width: 992px) {
  .index-issue-list-area.list-area .media-list.type-2 .media-area {
    width: 300px; } }

@media screen and (min-width: 1200px) {
  .index-issue-list-area.list-area .media-list.type-2 .media-area {
    width: 360px; } }

@media screen and (min-width: 992px) {
  .index-issue-list-area.list-area .media-list.type-2 .content-area {
    padding-left: calc(300px + 30px); } }

@media screen and (min-width: 1200px) {
  .index-issue-list-area.list-area .media-list.type-2 .content-area {
    padding-left: calc(360px + 30px); } }

.index-video-list-area .media-area .iframe-border {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.index-video-list-area .content-area {
  margin-top: 15px; }
  .index-video-list-area .content-area .desc-area {
    font-size: 15px; }

.index-video-list-area .video-main-area {
  padding-bottom: 110px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: #e5cfd4 1px solid; }
  .index-video-list-area .video-main-area .popcorn {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: calc(280px * .8);
    height: auto; }
    @media screen and (min-width: 992px) {
      .index-video-list-area .video-main-area .popcorn {
        width: 280px; } }
  @media screen and (min-width: 992px) {
    .index-video-list-area .video-main-area .media-list .media-area {
      float: left;
      width: 400px; } }
  @media screen and (min-width: 1200px) {
    .index-video-list-area .video-main-area .media-list .media-area {
      width: 565px; } }
  @media screen and (min-width: 992px) {
    .index-video-list-area .video-main-area .media-list .content-area {
      padding-left: calc(400px + 40px); } }
  @media screen and (min-width: 1200px) {
    .index-video-list-area .video-main-area .media-list .content-area {
      padding-left: calc(565px + 40px); } }
  .index-video-list-area .video-main-area .media-list .content-area .title-area {
    font-size: 18px; }

.index-video-list-area .video-sub-area .row [class*='col'] {
  margin-bottom: 22px; }

.index-video-list-area .video-sub-area .media-list .title-area {
  font-size: 15px; }

.index-video-list-area .video-sub-area .content-area .date {
  font-size: 15px; }

.index-video-list-area .video-sub-area .content-area .title-area {
  margin-bottom: 0; }

.index-more-btn-area {
  text-align: center; }
  .index-more-btn-area .more-btn {
    width: auto;
    padding: 6px 67px; }

.ellipsis-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .ellipsis-area.line-1 {
    -webkit-line-clamp: 1; }
  .ellipsis-area.line-2 {
    -webkit-line-clamp: 2; }
  .ellipsis-area.line-3 {
    -webkit-line-clamp: 3; }
  .ellipsis-area.line-4 {
    -webkit-line-clamp: 4; }
  .ellipsis-area.line-5 {
    -webkit-line-clamp: 5; }

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

@media screen and (min-width: 992px) {
  .main-right-area .list-area {
    min-height: 200px; } }

.list-area {
  margin: 0; }
  .list-area ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .list-area a:hover .title-area {
    color: #bb4968; }
  .list-area .row.type-1 [class*='col'] {
    margin-bottom: 50px; }
    .list-area .row.type-1 [class*='col']:before {
      content: '';
      display: block;
      position: absolute;
      top: -15px;
      left: 0;
      width: 100%;
      height: 1px;
      border-top: 1px dashed #e1e1e1; }
    .list-area .row.type-1 [class*='col']:first-child:before {
      display: none; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-1 [class*='col']:before {
        display: none; } }
  .list-area .row.type-2 [class*='col'] {
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-2 [class*='col'] {
        margin-bottom: 45px; } }
  .list-area .row.type-3 [class*='col'] {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-3 [class*='col'] {
        margin-bottom: 50px; } }
  .list-area .media-list {
    font-size: 0; }
    .list-area .media-list .title-area {
      color: #363636;
      font-size: 16px;
      line-height: 1.5;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .list-area .media-list .title-area {
          font-size: 18px;
          margin: 4px 0 8px 0; } }
    .list-area .media-list .desc-area {
      color: #787878;
      font-size: 15px;
      line-height: 1.7; }
    .list-area .media-list .date {
      font-size: 15px;
      color: #f3862f;
      line-height: 1;
      margin-bottom: 5px; }
    .list-area .media-list .acart-proportion-box {
      position: relative; }
      .list-area .media-list .acart-proportion-box:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: rgba(0, 0, 0, 0.05) 1px solid;
        border-radius: 8px;
        z-index: 1; }
      .list-area .media-list .acart-proportion-box.no-border:before {
        display: none; }
    @media screen and (min-width: 768px) {
      .list-area .media-list.type-1 {
        height: auto; } }
    .list-area .media-list.type-1 .media-area {
      height: 100%;
      width: 112px;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 500px) {
        .list-area .media-list.type-1 .media-area {
          width: 35%; } }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-1 .media-area {
          display: block;
          width: auto; } }
      .list-area .media-list.type-1 .media-area .acart-proportion-box {
        border-radius: 8px; }
    .list-area .media-list.type-1 .content-area {
      position: relative;
      display: inline-block;
      width: calc(100% - 112px);
      vertical-align: top;
      height: 100%;
      padding-left: 12px; }
      @media screen and (min-width: 500px) {
        .list-area .media-list.type-1 .content-area {
          width: calc(100% - 35%); } }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-1 .content-area {
          display: block;
          margin-top: 10px;
          width: auto;
          padding-left: 0px; } }
    .list-area .media-list.type-2 + .type-2 {
      margin-top: 30px; }
    .list-area .media-list.type-2 .media-area {
      border-radius: 15px; }
      .list-area .media-list.type-2 .media-area .acart-proportion-box {
        border-radius: 8px; }
      @media screen and (min-width: 992px) {
        .list-area .media-list.type-2 .media-area {
          width: 420px;
          float: left; } }
      .list-area .media-list.type-2 .media-area .acart-proportion-box {
        border-radius: 8px;
        overflow: hidden;
        -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .list-area .media-list.type-2 .content-area {
      margin-top: 10px; }
      @media screen and (min-width: 992px) {
        .list-area .media-list.type-2 .content-area {
          padding-left: calc(420px + 30px); } }
    .list-area .media-list.type-3 .media-area {
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      overflow: hidden;
      margin: auto;
      padding: 15px; }
      .list-area .media-list.type-3 .media-area .acart-proportion-box:before {
        display: none; }
      .list-area .media-list.type-3 .media-area .proportion-friend {
        padding-bottom: calc(100 / 360 * 100%); }
    .list-area .media-list.type-3 .content-area {
      margin-top: 10px; }
      .list-area .media-list.type-3 .content-area .title-area {
        font-size: 16px;
        margin: 0; }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-3 .content-area .title-area {
            font-size: 18px; } }
    .list-area .media-list.type-4 {
      position: relative; }
      .list-area .media-list.type-4 .media-area {
        height: 100%;
        width: 112px;
        display: inline-block;
        position: relative; }
        @media screen and (min-width: 500px) {
          .list-area .media-list.type-4 .media-area {
            width: 35%; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-4 .media-area {
            width: 220px; } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-4 .media-area {
            width: 268px; } }
        .list-area .media-list.type-4 .media-area .acart-proportion-box {
          border-radius: 8px; }
      .list-area .media-list.type-4 .content-area {
        position: relative;
        display: inline-block;
        width: calc(100% - 112px);
        vertical-align: top;
        height: 100%;
        padding-left: 12px; }
        @media screen and (min-width: 500px) {
          .list-area .media-list.type-4 .content-area {
            width: calc(100% - 35%); } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-4 .content-area {
            width: calc(100% - 220px); } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-4 .content-area {
            width: calc(100% - 268px); } }
      .list-area .media-list.type-4 .btn-area {
        text-align: right;
        margin-top: 10px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-4 .btn-area {
            position: absolute;
            right: 0;
            bottom: 0;
            margin-top: 0; } }
        .list-area .media-list.type-4 .btn-area .download-btn {
          width: auto;
          padding: 6px 27px; }
          @media screen and (min-width: 700px) {
            .list-area .media-list.type-4 .btn-area .download-btn {
              padding: 9px 27px; } }
    .list-area .media-list.type-5 .media-area {
      border-radius: 8px;
      overflow: hidden; }
      .list-area .media-list.type-5 .media-area .acart-proportion-box {
        border-radius: 8px; }
    .list-area .media-list.type-5 .content-area {
      margin-top: 10px; }
      .list-area .media-list.type-5 .content-area .desc-area {
        font-size: 15px; }
    .list-area .media-list.type-6 {
      min-height: 110px; }
      @media screen and (min-width: 992px) {
        .list-area .media-list.type-6 {
          min-height: 171px; } }
      @media screen and (min-width: 1200px) {
        .list-area .media-list.type-6 {
          min-height: 200px; } }
      .list-area .media-list.type-6 .media-area {
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        width: 120px;
        vertical-align: top; }
        @media screen and (min-width: 500px) {
          .list-area .media-list.type-6 .media-area {
            width: 35%; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-6 .media-area {
            width: 200px; } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-6 .media-area {
            width: 240px; } }
      .list-area .media-list.type-6 .content-area {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 120px);
        padding-left: 12px; }
        @media screen and (min-width: 500px) {
          .list-area .media-list.type-6 .content-area {
            width: calc(100% - 35%); } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-6 .content-area {
            width: calc(100% - 200px);
            padding-left: 20px; } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-6 .content-area {
            width: calc(100% - 240px); } }

.internet-security-cat-area {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .internet-security-cat-area {
      padding: 20px 30px 10px 30px; } }
  .internet-security-cat-area .cat-text {
    display: inline-block;
    width: 70px;
    float: left;
    padding-top: 3px;
    font-size: 16px;
    color: #363636; }
  .internet-security-cat-area .internet-security-cat-box {
    float: left;
    display: inline-block;
    width: calc(100% - 70px); }
  .internet-security-cat-area .internet-security-cat {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #c1c1c1;
    padding: 5px 19px;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px; }
    .internet-security-cat-area .internet-security-cat.active, .internet-security-cat-area .internet-security-cat:hover {
      background-color: #bb4968; }

/*# sourceMappingURL=maps/base.css.map */
