@charset "UTF-8";
/*!
글로벌에듀
2019-08-07
Last Updated : 2019-08-28
*/
@import url(ui/jquery-ui.css);
@import url(ui/animate.css);
@import url(ui/slick.css);
@import url(ui/magnific-popup.css);
@import url(ui/jquery.scrollbar.css);
@import url(ui/swiper.min.css);
@import url(ui/chart.min.css);
@import url(//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css);
@import url(common.css);
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:100,200,300,400,500,600,700,800,900|Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ed5f00 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cd4d01 !important; }

.bg-secondary {
  background-color: #fff000 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ccc000 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #fff000 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ccc000 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-black {
  background-color: #101010 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ed5f00 !important; }

.border-secondary {
  border-color: #fff000 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #fff000 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-black {
  border-color: #101010 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 481px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 641px) {
  .d-mo-none {
    display: none !important; }
  .d-mo-inline {
    display: inline !important; }
  .d-mo-inline-block {
    display: inline-block !important; }
  .d-mo-block {
    display: block !important; }
  .d-mo-table {
    display: table !important; }
  .d-mo-table-row {
    display: table-row !important; }
  .d-mo-table-cell {
    display: table-cell !important; }
  .d-mo-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-mo-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 769px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 901px) {
  .d-tab-none {
    display: none !important; }
  .d-tab-inline {
    display: inline !important; }
  .d-tab-inline-block {
    display: inline-block !important; }
  .d-tab-block {
    display: block !important; }
  .d-tab-table {
    display: table !important; }
  .d-tab-table-row {
    display: table-row !important; }
  .d-tab-table-cell {
    display: table-cell !important; }
  .d-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-tab-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1201px) {
  .d-pc-none {
    display: none !important; }
  .d-pc-inline {
    display: inline !important; }
  .d-pc-inline-block {
    display: inline-block !important; }
  .d-pc-block {
    display: block !important; }
  .d-pc-table {
    display: table !important; }
  .d-pc-table-row {
    display: table-row !important; }
  .d-pc-table-cell {
    display: table-cell !important; }
  .d-pc-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-pc-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 481px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 641px) {
  .flex-mo-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-mo-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-mo-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-mo-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-mo-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-mo-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-mo-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-mo-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-mo-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-mo-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-mo-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-mo-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-mo-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-mo-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-mo-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-mo-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-mo-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-mo-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-mo-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-mo-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-mo-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-mo-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-mo-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-mo-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-mo-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-mo-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-mo-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-mo-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-mo-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-mo-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-mo-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-mo-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-mo-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-mo-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 901px) {
  .flex-tab-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-tab-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-tab-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-tab-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-tab-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-tab-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-tab-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-tab-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-tab-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-tab-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-tab-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-tab-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-tab-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-tab-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-tab-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-tab-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-tab-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-tab-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-tab-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-tab-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-tab-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-tab-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-tab-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-tab-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-tab-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-tab-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-tab-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-tab-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-tab-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-tab-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-tab-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-tab-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-tab-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-tab-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1201px) {
  .flex-pc-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-pc-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-pc-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-pc-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-pc-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-pc-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-pc-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-pc-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-pc-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-pc-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-pc-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-pc-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-pc-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-pc-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-pc-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-pc-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-pc-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-pc-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-pc-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-pc-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-pc-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-pc-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-pc-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-pc-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-pc-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-pc-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-pc-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-pc-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-pc-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-pc-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-pc-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-pc-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-pc-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-pc-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }


.float_l {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 481px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 641px) {
  .float-mo-left {
    float: left !important; }
  .float-mo-right {
    float: right !important; }
  .float-mo-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 901px) {
  .float-tab-left {
    float: left !important; }
  .float-tab-right {
    float: right !important; }
  .float-tab-none {
    float: none !important; } }

@media (min-width: 1025px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1201px) {
  .float-pc-left {
    float: left !important; }
  .float-pc-right {
    float: right !important; }
  .float-pc-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(16, 16, 16, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(16, 16, 16, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(16, 16, 16, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(16, 16, 16, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 481px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 641px) {
  .m-mo-0 {
    margin: 0 !important; }
  .mt-mo-0,
  .my-mo-0 {
    margin-top: 0 !important; }
  .mr-mo-0,
  .mx-mo-0 {
    margin-right: 0 !important; }
  .mb-mo-0,
  .my-mo-0 {
    margin-bottom: 0 !important; }
  .ml-mo-0,
  .mx-mo-0 {
    margin-left: 0 !important; }
  .m-mo-1 {
    margin: 0.25rem !important; }
  .mt-mo-1,
  .my-mo-1 {
    margin-top: 0.25rem !important; }
  .mr-mo-1,
  .mx-mo-1 {
    margin-right: 0.25rem !important; }
  .mb-mo-1,
  .my-mo-1 {
    margin-bottom: 0.25rem !important; }
  .ml-mo-1,
  .mx-mo-1 {
    margin-left: 0.25rem !important; }
  .m-mo-2 {
    margin: 0.5rem !important; }
  .mt-mo-2,
  .my-mo-2 {
    margin-top: 0.5rem !important; }
  .mr-mo-2,
  .mx-mo-2 {
    margin-right: 0.5rem !important; }
  .mb-mo-2,
  .my-mo-2 {
    margin-bottom: 0.5rem !important; }
  .ml-mo-2,
  .mx-mo-2 {
    margin-left: 0.5rem !important; }
  .m-mo-3 {
    margin: 1rem !important; }
  .mt-mo-3,
  .my-mo-3 {
    margin-top: 1rem !important; }
  .mr-mo-3,
  .mx-mo-3 {
    margin-right: 1rem !important; }
  .mb-mo-3,
  .my-mo-3 {
    margin-bottom: 1rem !important; }
  .ml-mo-3,
  .mx-mo-3 {
    margin-left: 1rem !important; }
  .m-mo-4 {
    margin: 1.5rem !important; }
  .mt-mo-4,
  .my-mo-4 {
    margin-top: 1.5rem !important; }
  .mr-mo-4,
  .mx-mo-4 {
    margin-right: 1.5rem !important; }
  .mb-mo-4,
  .my-mo-4 {
    margin-bottom: 1.5rem !important; }
  .ml-mo-4,
  .mx-mo-4 {
    margin-left: 1.5rem !important; }
  .m-mo-5 {
    margin: 3rem !important; }
  .mt-mo-5,
  .my-mo-5 {
    margin-top: 3rem !important; }
  .mr-mo-5,
  .mx-mo-5 {
    margin-right: 3rem !important; }
  .mb-mo-5,
  .my-mo-5 {
    margin-bottom: 3rem !important; }
  .ml-mo-5,
  .mx-mo-5 {
    margin-left: 3rem !important; }
  .p-mo-0 {
    padding: 0 !important; }
  .pt-mo-0,
  .py-mo-0 {
    padding-top: 0 !important; }
  .pr-mo-0,
  .px-mo-0 {
    padding-right: 0 !important; }
  .pb-mo-0,
  .py-mo-0 {
    padding-bottom: 0 !important; }
  .pl-mo-0,
  .px-mo-0 {
    padding-left: 0 !important; }
  .p-mo-1 {
    padding: 0.25rem !important; }
  .pt-mo-1,
  .py-mo-1 {
    padding-top: 0.25rem !important; }
  .pr-mo-1,
  .px-mo-1 {
    padding-right: 0.25rem !important; }
  .pb-mo-1,
  .py-mo-1 {
    padding-bottom: 0.25rem !important; }
  .pl-mo-1,
  .px-mo-1 {
    padding-left: 0.25rem !important; }
  .p-mo-2 {
    padding: 0.5rem !important; }
  .pt-mo-2,
  .py-mo-2 {
    padding-top: 0.5rem !important; }
  .pr-mo-2,
  .px-mo-2 {
    padding-right: 0.5rem !important; }
  .pb-mo-2,
  .py-mo-2 {
    padding-bottom: 0.5rem !important; }
  .pl-mo-2,
  .px-mo-2 {
    padding-left: 0.5rem !important; }
  .p-mo-3 {
    padding: 1rem !important; }
  .pt-mo-3,
  .py-mo-3 {
    padding-top: 1rem !important; }
  .pr-mo-3,
  .px-mo-3 {
    padding-right: 1rem !important; }
  .pb-mo-3,
  .py-mo-3 {
    padding-bottom: 1rem !important; }
  .pl-mo-3,
  .px-mo-3 {
    padding-left: 1rem !important; }
  .p-mo-4 {
    padding: 1.5rem !important; }
  .pt-mo-4,
  .py-mo-4 {
    padding-top: 1.5rem !important; }
  .pr-mo-4,
  .px-mo-4 {
    padding-right: 1.5rem !important; }
  .pb-mo-4,
  .py-mo-4 {
    padding-bottom: 1.5rem !important; }
  .pl-mo-4,
  .px-mo-4 {
    padding-left: 1.5rem !important; }
  .p-mo-5 {
    padding: 3rem !important; }
  .pt-mo-5,
  .py-mo-5 {
    padding-top: 3rem !important; }
  .pr-mo-5,
  .px-mo-5 {
    padding-right: 3rem !important; }
  .pb-mo-5,
  .py-mo-5 {
    padding-bottom: 3rem !important; }
  .pl-mo-5,
  .px-mo-5 {
    padding-left: 3rem !important; }
  .m-mo-n1 {
    margin: -0.25rem !important; }
  .mt-mo-n1,
  .my-mo-n1 {
    margin-top: -0.25rem !important; }
  .mr-mo-n1,
  .mx-mo-n1 {
    margin-right: -0.25rem !important; }
  .mb-mo-n1,
  .my-mo-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-mo-n1,
  .mx-mo-n1 {
    margin-left: -0.25rem !important; }
  .m-mo-n2 {
    margin: -0.5rem !important; }
  .mt-mo-n2,
  .my-mo-n2 {
    margin-top: -0.5rem !important; }
  .mr-mo-n2,
  .mx-mo-n2 {
    margin-right: -0.5rem !important; }
  .mb-mo-n2,
  .my-mo-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-mo-n2,
  .mx-mo-n2 {
    margin-left: -0.5rem !important; }
  .m-mo-n3 {
    margin: -1rem !important; }
  .mt-mo-n3,
  .my-mo-n3 {
    margin-top: -1rem !important; }
  .mr-mo-n3,
  .mx-mo-n3 {
    margin-right: -1rem !important; }
  .mb-mo-n3,
  .my-mo-n3 {
    margin-bottom: -1rem !important; }
  .ml-mo-n3,
  .mx-mo-n3 {
    margin-left: -1rem !important; }
  .m-mo-n4 {
    margin: -1.5rem !important; }
  .mt-mo-n4,
  .my-mo-n4 {
    margin-top: -1.5rem !important; }
  .mr-mo-n4,
  .mx-mo-n4 {
    margin-right: -1.5rem !important; }
  .mb-mo-n4,
  .my-mo-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-mo-n4,
  .mx-mo-n4 {
    margin-left: -1.5rem !important; }
  .m-mo-n5 {
    margin: -3rem !important; }
  .mt-mo-n5,
  .my-mo-n5 {
    margin-top: -3rem !important; }
  .mr-mo-n5,
  .mx-mo-n5 {
    margin-right: -3rem !important; }
  .mb-mo-n5,
  .my-mo-n5 {
    margin-bottom: -3rem !important; }
  .ml-mo-n5,
  .mx-mo-n5 {
    margin-left: -3rem !important; }
  .m-mo-auto {
    margin: auto !important; }
  .mt-mo-auto,
  .my-mo-auto {
    margin-top: auto !important; }
  .mr-mo-auto,
  .mx-mo-auto {
    margin-right: auto !important; }
  .mb-mo-auto,
  .my-mo-auto {
    margin-bottom: auto !important; }
  .ml-mo-auto,
  .mx-mo-auto {
    margin-left: auto !important; } }

@media (min-width: 769px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 901px) {
  .m-tab-0 {
    margin: 0 !important; }
  .mt-tab-0,
  .my-tab-0 {
    margin-top: 0 !important; }
  .mr-tab-0,
  .mx-tab-0 {
    margin-right: 0 !important; }
  .mb-tab-0,
  .my-tab-0 {
    margin-bottom: 0 !important; }
  .ml-tab-0,
  .mx-tab-0 {
    margin-left: 0 !important; }
  .m-tab-1 {
    margin: 0.25rem !important; }
  .mt-tab-1,
  .my-tab-1 {
    margin-top: 0.25rem !important; }
  .mr-tab-1,
  .mx-tab-1 {
    margin-right: 0.25rem !important; }
  .mb-tab-1,
  .my-tab-1 {
    margin-bottom: 0.25rem !important; }
  .ml-tab-1,
  .mx-tab-1 {
    margin-left: 0.25rem !important; }
  .m-tab-2 {
    margin: 0.5rem !important; }
  .mt-tab-2,
  .my-tab-2 {
    margin-top: 0.5rem !important; }
  .mr-tab-2,
  .mx-tab-2 {
    margin-right: 0.5rem !important; }
  .mb-tab-2,
  .my-tab-2 {
    margin-bottom: 0.5rem !important; }
  .ml-tab-2,
  .mx-tab-2 {
    margin-left: 0.5rem !important; }
  .m-tab-3 {
    margin: 1rem !important; }
  .mt-tab-3,
  .my-tab-3 {
    margin-top: 1rem !important; }
  .mr-tab-3,
  .mx-tab-3 {
    margin-right: 1rem !important; }
  .mb-tab-3,
  .my-tab-3 {
    margin-bottom: 1rem !important; }
  .ml-tab-3,
  .mx-tab-3 {
    margin-left: 1rem !important; }
  .m-tab-4 {
    margin: 1.5rem !important; }
  .mt-tab-4,
  .my-tab-4 {
    margin-top: 1.5rem !important; }
  .mr-tab-4,
  .mx-tab-4 {
    margin-right: 1.5rem !important; }
  .mb-tab-4,
  .my-tab-4 {
    margin-bottom: 1.5rem !important; }
  .ml-tab-4,
  .mx-tab-4 {
    margin-left: 1.5rem !important; }
  .m-tab-5 {
    margin: 3rem !important; }
  .mt-tab-5,
  .my-tab-5 {
    margin-top: 3rem !important; }
  .mr-tab-5,
  .mx-tab-5 {
    margin-right: 3rem !important; }
  .mb-tab-5,
  .my-tab-5 {
    margin-bottom: 3rem !important; }
  .ml-tab-5,
  .mx-tab-5 {
    margin-left: 3rem !important; }
  .p-tab-0 {
    padding: 0 !important; }
  .pt-tab-0,
  .py-tab-0 {
    padding-top: 0 !important; }
  .pr-tab-0,
  .px-tab-0 {
    padding-right: 0 !important; }
  .pb-tab-0,
  .py-tab-0 {
    padding-bottom: 0 !important; }
  .pl-tab-0,
  .px-tab-0 {
    padding-left: 0 !important; }
  .p-tab-1 {
    padding: 0.25rem !important; }
  .pt-tab-1,
  .py-tab-1 {
    padding-top: 0.25rem !important; }
  .pr-tab-1,
  .px-tab-1 {
    padding-right: 0.25rem !important; }
  .pb-tab-1,
  .py-tab-1 {
    padding-bottom: 0.25rem !important; }
  .pl-tab-1,
  .px-tab-1 {
    padding-left: 0.25rem !important; }
  .p-tab-2 {
    padding: 0.5rem !important; }
  .pt-tab-2,
  .py-tab-2 {
    padding-top: 0.5rem !important; }
  .pr-tab-2,
  .px-tab-2 {
    padding-right: 0.5rem !important; }
  .pb-tab-2,
  .py-tab-2 {
    padding-bottom: 0.5rem !important; }
  .pl-tab-2,
  .px-tab-2 {
    padding-left: 0.5rem !important; }
  .p-tab-3 {
    padding: 1rem !important; }
  .pt-tab-3,
  .py-tab-3 {
    padding-top: 1rem !important; }
  .pr-tab-3,
  .px-tab-3 {
    padding-right: 1rem !important; }
  .pb-tab-3,
  .py-tab-3 {
    padding-bottom: 1rem !important; }
  .pl-tab-3,
  .px-tab-3 {
    padding-left: 1rem !important; }
  .p-tab-4 {
    padding: 1.5rem !important; }
  .pt-tab-4,
  .py-tab-4 {
    padding-top: 1.5rem !important; }
  .pr-tab-4,
  .px-tab-4 {
    padding-right: 1.5rem !important; }
  .pb-tab-4,
  .py-tab-4 {
    padding-bottom: 1.5rem !important; }
  .pl-tab-4,
  .px-tab-4 {
    padding-left: 1.5rem !important; }
  .p-tab-5 {
    padding: 3rem !important; }
  .pt-tab-5,
  .py-tab-5 {
    padding-top: 3rem !important; }
  .pr-tab-5,
  .px-tab-5 {
    padding-right: 3rem !important; }
  .pb-tab-5,
  .py-tab-5 {
    padding-bottom: 3rem !important; }
  .pl-tab-5,
  .px-tab-5 {
    padding-left: 3rem !important; }
  .m-tab-n1 {
    margin: -0.25rem !important; }
  .mt-tab-n1,
  .my-tab-n1 {
    margin-top: -0.25rem !important; }
  .mr-tab-n1,
  .mx-tab-n1 {
    margin-right: -0.25rem !important; }
  .mb-tab-n1,
  .my-tab-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-tab-n1,
  .mx-tab-n1 {
    margin-left: -0.25rem !important; }
  .m-tab-n2 {
    margin: -0.5rem !important; }
  .mt-tab-n2,
  .my-tab-n2 {
    margin-top: -0.5rem !important; }
  .mr-tab-n2,
  .mx-tab-n2 {
    margin-right: -0.5rem !important; }
  .mb-tab-n2,
  .my-tab-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-tab-n2,
  .mx-tab-n2 {
    margin-left: -0.5rem !important; }
  .m-tab-n3 {
    margin: -1rem !important; }
  .mt-tab-n3,
  .my-tab-n3 {
    margin-top: -1rem !important; }
  .mr-tab-n3,
  .mx-tab-n3 {
    margin-right: -1rem !important; }
  .mb-tab-n3,
  .my-tab-n3 {
    margin-bottom: -1rem !important; }
  .ml-tab-n3,
  .mx-tab-n3 {
    margin-left: -1rem !important; }
  .m-tab-n4 {
    margin: -1.5rem !important; }
  .mt-tab-n4,
  .my-tab-n4 {
    margin-top: -1.5rem !important; }
  .mr-tab-n4,
  .mx-tab-n4 {
    margin-right: -1.5rem !important; }
  .mb-tab-n4,
  .my-tab-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-tab-n4,
  .mx-tab-n4 {
    margin-left: -1.5rem !important; }
  .m-tab-n5 {
    margin: -3rem !important; }
  .mt-tab-n5,
  .my-tab-n5 {
    margin-top: -3rem !important; }
  .mr-tab-n5,
  .mx-tab-n5 {
    margin-right: -3rem !important; }
  .mb-tab-n5,
  .my-tab-n5 {
    margin-bottom: -3rem !important; }
  .ml-tab-n5,
  .mx-tab-n5 {
    margin-left: -3rem !important; }
  .m-tab-auto {
    margin: auto !important; }
  .mt-tab-auto,
  .my-tab-auto {
    margin-top: auto !important; }
  .mr-tab-auto,
  .mx-tab-auto {
    margin-right: auto !important; }
  .mb-tab-auto,
  .my-tab-auto {
    margin-bottom: auto !important; }
  .ml-tab-auto,
  .mx-tab-auto {
    margin-left: auto !important; } }

@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1201px) {
  .m-pc-0 {
    margin: 0 !important; }
  .mt-pc-0,
  .my-pc-0 {
    margin-top: 0 !important; }
  .mr-pc-0,
  .mx-pc-0 {
    margin-right: 0 !important; }
  .mb-pc-0,
  .my-pc-0 {
    margin-bottom: 0 !important; }
  .ml-pc-0,
  .mx-pc-0 {
    margin-left: 0 !important; }
  .m-pc-1 {
    margin: 0.25rem !important; }
  .mt-pc-1,
  .my-pc-1 {
    margin-top: 0.25rem !important; }
  .mr-pc-1,
  .mx-pc-1 {
    margin-right: 0.25rem !important; }
  .mb-pc-1,
  .my-pc-1 {
    margin-bottom: 0.25rem !important; }
  .ml-pc-1,
  .mx-pc-1 {
    margin-left: 0.25rem !important; }
  .m-pc-2 {
    margin: 0.5rem !important; }
  .mt-pc-2,
  .my-pc-2 {
    margin-top: 0.5rem !important; }
  .mr-pc-2,
  .mx-pc-2 {
    margin-right: 0.5rem !important; }
  .mb-pc-2,
  .my-pc-2 {
    margin-bottom: 0.5rem !important; }
  .ml-pc-2,
  .mx-pc-2 {
    margin-left: 0.5rem !important; }
  .m-pc-3 {
    margin: 1rem !important; }
  .mt-pc-3,
  .my-pc-3 {
    margin-top: 1rem !important; }
  .mr-pc-3,
  .mx-pc-3 {
    margin-right: 1rem !important; }
  .mb-pc-3,
  .my-pc-3 {
    margin-bottom: 1rem !important; }
  .ml-pc-3,
  .mx-pc-3 {
    margin-left: 1rem !important; }
  .m-pc-4 {
    margin: 1.5rem !important; }
  .mt-pc-4,
  .my-pc-4 {
    margin-top: 1.5rem !important; }
  .mr-pc-4,
  .mx-pc-4 {
    margin-right: 1.5rem !important; }
  .mb-pc-4,
  .my-pc-4 {
    margin-bottom: 1.5rem !important; }
  .ml-pc-4,
  .mx-pc-4 {
    margin-left: 1.5rem !important; }
  .m-pc-5 {
    margin: 3rem !important; }
  .mt-pc-5,
  .my-pc-5 {
    margin-top: 3rem !important; }
  .mr-pc-5,
  .mx-pc-5 {
    margin-right: 3rem !important; }
  .mb-pc-5,
  .my-pc-5 {
    margin-bottom: 3rem !important; }
  .ml-pc-5,
  .mx-pc-5 {
    margin-left: 3rem !important; }
  .p-pc-0 {
    padding: 0 !important; }
  .pt-pc-0,
  .py-pc-0 {
    padding-top: 0 !important; }
  .pr-pc-0,
  .px-pc-0 {
    padding-right: 0 !important; }
  .pb-pc-0,
  .py-pc-0 {
    padding-bottom: 0 !important; }
  .pl-pc-0,
  .px-pc-0 {
    padding-left: 0 !important; }
  .p-pc-1 {
    padding: 0.25rem !important; }
  .pt-pc-1,
  .py-pc-1 {
    padding-top: 0.25rem !important; }
  .pr-pc-1,
  .px-pc-1 {
    padding-right: 0.25rem !important; }
  .pb-pc-1,
  .py-pc-1 {
    padding-bottom: 0.25rem !important; }
  .pl-pc-1,
  .px-pc-1 {
    padding-left: 0.25rem !important; }
  .p-pc-2 {
    padding: 0.5rem !important; }
  .pt-pc-2,
  .py-pc-2 {
    padding-top: 0.5rem !important; }
  .pr-pc-2,
  .px-pc-2 {
    padding-right: 0.5rem !important; }
  .pb-pc-2,
  .py-pc-2 {
    padding-bottom: 0.5rem !important; }
  .pl-pc-2,
  .px-pc-2 {
    padding-left: 0.5rem !important; }
  .p-pc-3 {
    padding: 1rem !important; }
  .pt-pc-3,
  .py-pc-3 {
    padding-top: 1rem !important; }
  .pr-pc-3,
  .px-pc-3 {
    padding-right: 1rem !important; }
  .pb-pc-3,
  .py-pc-3 {
    padding-bottom: 1rem !important; }
  .pl-pc-3,
  .px-pc-3 {
    padding-left: 1rem !important; }
  .p-pc-4 {
    padding: 1.5rem !important; }
  .pt-pc-4,
  .py-pc-4 {
    padding-top: 1.5rem !important; }
  .pr-pc-4,
  .px-pc-4 {
    padding-right: 1.5rem !important; }
  .pb-pc-4,
  .py-pc-4 {
    padding-bottom: 1.5rem !important; }
  .pl-pc-4,
  .px-pc-4 {
    padding-left: 1.5rem !important; }
  .p-pc-5 {
    padding: 3rem !important; }
  .pt-pc-5,
  .py-pc-5 {
    padding-top: 3rem !important; }
  .pr-pc-5,
  .px-pc-5 {
    padding-right: 3rem !important; }
  .pb-pc-5,
  .py-pc-5 {
    padding-bottom: 3rem !important; }
  .pl-pc-5,
  .px-pc-5 {
    padding-left: 3rem !important; }
  .m-pc-n1 {
    margin: -0.25rem !important; }
  .mt-pc-n1,
  .my-pc-n1 {
    margin-top: -0.25rem !important; }
  .mr-pc-n1,
  .mx-pc-n1 {
    margin-right: -0.25rem !important; }
  .mb-pc-n1,
  .my-pc-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-pc-n1,
  .mx-pc-n1 {
    margin-left: -0.25rem !important; }
  .m-pc-n2 {
    margin: -0.5rem !important; }
  .mt-pc-n2,
  .my-pc-n2 {
    margin-top: -0.5rem !important; }
  .mr-pc-n2,
  .mx-pc-n2 {
    margin-right: -0.5rem !important; }
  .mb-pc-n2,
  .my-pc-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-pc-n2,
  .mx-pc-n2 {
    margin-left: -0.5rem !important; }
  .m-pc-n3 {
    margin: -1rem !important; }
  .mt-pc-n3,
  .my-pc-n3 {
    margin-top: -1rem !important; }
  .mr-pc-n3,
  .mx-pc-n3 {
    margin-right: -1rem !important; }
  .mb-pc-n3,
  .my-pc-n3 {
    margin-bottom: -1rem !important; }
  .ml-pc-n3,
  .mx-pc-n3 {
    margin-left: -1rem !important; }
  .m-pc-n4 {
    margin: -1.5rem !important; }
  .mt-pc-n4,
  .my-pc-n4 {
    margin-top: -1.5rem !important; }
  .mr-pc-n4,
  .mx-pc-n4 {
    margin-right: -1.5rem !important; }
  .mb-pc-n4,
  .my-pc-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-pc-n4,
  .mx-pc-n4 {
    margin-left: -1.5rem !important; }
  .m-pc-n5 {
    margin: -3rem !important; }
  .mt-pc-n5,
  .my-pc-n5 {
    margin-top: -3rem !important; }
  .mr-pc-n5,
  .mx-pc-n5 {
    margin-right: -3rem !important; }
  .mb-pc-n5,
  .my-pc-n5 {
    margin-bottom: -3rem !important; }
  .ml-pc-n5,
  .mx-pc-n5 {
    margin-left: -3rem !important; }
  .m-pc-auto {
    margin: auto !important; }
  .mt-pc-auto,
  .my-pc-auto {
    margin-top: auto !important; }
  .mr-pc-auto,
  .mx-pc-auto {
    margin-right: auto !important; }
  .mb-pc-auto,
  .my-pc-auto {
    margin-bottom: auto !important; }
  .ml-pc-auto,
  .mx-pc-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 641px) {
  .text-mo-left {
    text-align: left !important; }
  .text-mo-right {
    text-align: right !important; }
  .text-mo-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 901px) {
  .text-tab-left {
    text-align: left !important; }
  .text-tab-right {
    text-align: right !important; }
  .text-tab-center {
    text-align: center !important; } }

@media (min-width: 1025px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1201px) {
  .text-pc-left {
    text-align: left !important; }
  .text-pc-right {
    text-align: right !important; }
  .text-pc-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ed5f00 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #b44401 !important; }

.text-secondary {
  color: #fff000 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #b3a800 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #fff000 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b3a800 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-black {
  color: #101010 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-blue {
  color: #007bff !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #0056b3 !important; }

.text-indigo {
  color: #6610f2 !important; }

a.text-indigo:hover, a.text-indigo:focus {
  color: #4709ac !important; }

.text-purple {
  color: #6f42c1 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #4e2d89 !important; }

.text-pink {
  color: #e83e8c !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important; }

.text-red {
  color: #dc3545 !important; }

.text-red2 {
  color: #ed5f00 !important; }

a.text-red:hover, a.text-red:focus {
  color: #a71d2a !important; }

.text-orange {
  color: #ed5f00 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #b44401 !important; }

.text-yellow {
  color: #fff000 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #b3a800 !important; }

.text-green {
  color: #28a745 !important; }

a.text-green:hover, a.text-green:focus {
  color: #19692c !important; }

.text-teal {
  color: #20c997 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #158765 !important; }

.text-cyan {
  color: #17a2b8 !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #0f6674 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-gray {
  color: #666 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #404040 !important; }

.text-gray-dark {
  color: #343a40 !important; }

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #333 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(16, 16, 16, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

@media (max-width: 480.98px) {
  .font-size-auto {
    font-size: 1em * ; } }

@media (max-width: 640.98px) {
  .font-size-auto {
    font-size: 1em * 0.5; } }

@media (max-width: 768.98px) {
  .font-size-auto {
    font-size: 1em * 0.6; } }

@media (max-width: 900.98px) {
  .font-size-auto {
    font-size: 1em * 0.7; } }

@media (max-width: 1024.98px) {
  .font-size-auto {
    font-size: 1em * 0.8; } }

@media (max-width: 1200.98px) {
  .font-size-auto {
    font-size: 1em * 0.9; } }

.font-size-auto {
  font-size: 1em * 1; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1025px !important; }
  .container {
    min-width: 1025px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #101010; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ed5f00;
    background-color: #ed5f00; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffb182; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffd0b5;
    border-color: #ffd0b5; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 4.2vw; }
  @media screen and (min-width: 641px) {
    .custom-control-label {
      font-size: 1.125rem; } }
  .custom-control-label::before {
    position: absolute;
    top: 50%;
    left: -1.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 50%;
    left: -1.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ed5f00;
  background-color: #ed5f00; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 97, 3, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(254, 97, 3, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 97, 3, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(254, 97, 3, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #ffb182;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffb182;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 97, 3, 0.25);
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 97, 3, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ed5f00;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffd0b5; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ed5f00;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffd0b5; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ed5f00;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffd0b5; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/*
_var.css
*/
::-moz-selection {
  background: #d9d9d9;
  color: #ed5f00;
  text-shadow: none; }
::selection {
  background: #d9d9d9;
  color: #ed5f00;
  text-shadow: none; }

/*
_reset.scss
*/
html {
  font-size: 16px;
  overflow-x: hidden;
  min-width: 320px;
  margin: 0 auto; }

body {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: -1px; }

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 ; }
  @media screen and (min-width: 641px) {
    .wrapper {
      padding: 0px ; } }



/*
_board
// masstige
// tamplate
// author: banghg
*/
.board-box strong,
.board-box b {
  font-weight: bold; }

.board-box u {
  text-decoration: underline; }

.board-box i,
.board-box em {
  font-style: italic; }

.board-box strike,
.board-box s {
  text-decoration: line-through; }

.board-box ol,
.board-box ol li {
  list-style: decimal; }

.board-box ul,
.board-box ul li {
  list-style: disc; }

.board-box img {
  width: auto !important;
  height: auto !important; }

.board-box h1 {
  font-size: 2em; }

.board-box h2 {
  font-size: 1.5em; }

.board-box h3 {
  font-size: 1.17em; }

.board-box h4 {
  font-size: normal; }

.board-box h5 {
  font-size: 0.83em; }

.board-box h6 {
  font-size: 0.67em; }

.col_w {
  width: 120px; }
  @media screen and (min-width: 769px) {
    .col_w {
      width: 90px; } }

table .code {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle; }

/*grid*/
.row,
[class*="row_"] {
  zoom: 1; }
  .row:before, .row:after,
  [class*="row_"]:before,
  [class*="row_"]:after {
    content: '';
    display: table; }
  .row:after,
  [class*="row_"]:after {
    clear: both; }

.row [class*='col-'],
[class*="row_"] [class*='col-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  float: left; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px; }

.row_5 {
  margin-right: -5px;
  margin-left: -5px; }
  .row_5 [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.row_10 {
  margin-right: -10px;
  margin-left: -10px; }
  .row_10 [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

@media screen and (min-width: 641px) {
  .row_m_0 {
    margin-right: 0px;
    margin-left: 0px; }
    .row_m_0 [class*="col-"] {
      padding-right: 0px;
      padding-left: 0px; }
  .row_m_2 {
    margin-right: -2px;
    margin-left: -2px; }
    .row_m_2 [class*="col-"] {
      padding-right: 2px;
      padding-left: 2px; }
  .row_m_5 {
    margin-right: -5px;
    margin-left: -5px; }
    .row_m_5 [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; } }

.col-lg-0 {
  display: none; }

.col-lg-05 {
  width: 4.16667%; }

.col-lg-1 {
  width: 8.33333%; }

.col-lg-15 {
  width: 12.5%; }

.col-lg-2 {
  width: 16.66667%; }

.col-lg-25 {
  width: 20.83333%; }

.col-lg-3 {
  width: 25%; }

.col-lg-35 {
  width: 29.16667%; }

.col-lg-4 {
  width: 33.33333%; }

.col-lg-45 {
  width: 37.5%; }

.col-lg-5 {
  width: 41.66667%; }

.col-lg-55 {
  width: 45.83333%; }

.col-lg-6 {
  width: 50%; }

.col-lg-65 {
  width: 54.16667%; }

.col-lg-7 {
  width: 58.33333%; }

.col-lg-75 {
  width: 62.5%; }

.col-lg-8 {
  width: 66.66667%; }

.col-lg-85 {
  width: 70.83333%; }

.col-lg-9 {
  width: 75%; }

.col-lg-95 {
  width: 79.16667%; }

.col-lg-10 {
  width: 83.33333%; }

.col-lg-105 {
  width: 87.5%; }

.col-lg-11 {
  width: 91.66667%; }

.col-lg-115 {
  width: 95.83333%; }

.col-lg-12 {
  width: 100%; }

@media screen and (min-width: null) {
  .col-sl-0 {
    display: none; }
  .col-sl-05 {
    width: 4.16667%; }
  .col-sl-1 {
    width: 8.33333%; }
  .col-sl-15 {
    width: 12.5%; }
  .col-sl-2 {
    width: 16.66667%; }
  .col-sl-25 {
    width: 20.83333%; }
  .col-sl-3 {
    width: 25%; }
  .col-sl-35 {
    width: 29.16667%; }
  .col-sl-4 {
    width: 33.33333%; }
  .col-sl-45 {
    width: 37.5%; }
  .col-sl-5 {
    width: 41.66667%; }
  .col-sl-55 {
    width: 45.83333%; }
  .col-sl-6 {
    width: 50%; }
  .col-sl-65 {
    width: 54.16667%; }
  .col-sl-7 {
    width: 58.33333%; }
  .col-sl-75 {
    width: 62.5%; }
  .col-sl-8 {
    width: 66.66667%; }
  .col-sl-85 {
    width: 70.83333%; }
  .col-sl-9 {
    width: 75%; }
  .col-sl-95 {
    width: 79.16667%; }
  .col-sl-10 {
    width: 83.33333%; }
  .col-sl-105 {
    width: 87.5%; }
  .col-sl-11 {
    width: 91.66667%; }
  .col-sl-115 {
    width: 95.83333%; }
  .col-sl-12 {
    width: 100%; } }

@media screen and (min-width: 769px) {
  .col-sm-0 {
    display: none; }
  .col-sm-05 {
    width: 4.16667%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-15 {
    width: 12.5%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-25 {
    width: 20.83333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-35 {
    width: 29.16667%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-45 {
    width: 37.5%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-55 {
    width: 45.83333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-65 {
    width: 54.16667%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-75 {
    width: 62.5%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-85 {
    width: 70.83333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-95 {
    width: 79.16667%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-105 {
    width: 87.5%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-115 {
    width: 95.83333%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 641px) {
  .col-xs-0 {
    display: none; }
  .col-xs-05 {
    width: 4.16667%; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-15 {
    width: 12.5%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-25 {
    width: 20.83333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-35 {
    width: 29.16667%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-45 {
    width: 37.5%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-55 {
    width: 45.83333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-65 {
    width: 54.16667%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-75 {
    width: 62.5%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-85 {
    width: 70.83333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-95 {
    width: 79.16667%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-105 {
    width: 87.5%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-115 {
    width: 95.83333%; }
  .col-xs-12 {
    width: 100%; } }

table .w_150 {
  width: 150px; }
  @media screen and (min-width: 1025px) {
    table .w_150 {
      width: 100px; } }

table .xi-volume-up,
table .xi-file-download {
  font-size: 18px;
  color: #ed5f00; }

table .xi-renew {
  font-size: 28px;
  color: #ed5f00; }

table td.text_left {
  text-align: left; }

/*일반게시판*/
.table_board_for {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #ddd;
  text-align: center;
  word-break: break-all; }
  .table_board_for.type_b {
    /*조회수*/ }
    @media screen and (min-width: 1025px) {
      .table_board_for.type_b th:nth-child(2),
      .table_board_for.type_b td:nth-child(2) {
        width: 60%; }
      .table_board_for.type_b th:nth-child(3),
      .table_board_for.type_b td:nth-child(3) {
        width: 20%; }
      .table_board_for.type_b th:nth-child(4),
      .table_board_for.type_b td:nth-child(4) {
        width: 20%; }
      .table_board_for.type_b th:last-child,
      .table_board_for.type_b td:last-child {
        display: none; } }
  .table_board_for.type_c {
    /*  분류*/ }
    @media screen and (min-width: 1025px) {
      .table_board_for.type_c th:nth-child(2),
      .table_board_for.type_c td:nth-child(2) {
        width: 16%; }
      .table_board_for.type_c th:nth-child(3),
      .table_board_for.type_c td:nth-child(3) {
        width: 52%; }
      .table_board_for.type_c th:nth-child(4),
      .table_board_for.type_c td:nth-child(4) {
        width: 16%; }
      .table_board_for.type_c th:last-child,
      .table_board_for.type_c td:last-child {
        width: 16%; } }
  .table_board_for.type_d {
    /* 자료실 */ }
    @media screen and (min-width: 769px) {
      .table_board_for.type_d th,
      .table_board_for.type_d td {
        vertical-align: middle; }
      .table_board_for.type_d colgroup,
      .table_board_for.type_d th:nth-child(1),
      .table_board_for.type_d td:nth-child(1) {
        display: none; }
      .table_board_for.type_d th:nth-child(3),
      .table_board_for.type_d td:nth-child(3) {
        width: 40px; }
      .table_board_for.type_d th:nth-child(4),
      .table_board_for.type_d td:nth-child(4) {
        width: 90px; }
      .table_board_for.type_d th:last-child,
      .table_board_for.type_d td:last-child {
        width: 110px; } }
  .table_board_for.type_e {
    /* 많은 항목 */ }
    .table_board_for.type_e th,
    .table_board_for.type_e td {
      vertical-align: middle; }
    @media screen and (min-width: 1025px) {
      .table_board_for.type_e {
        display: block; }
        .table_board_for.type_e th,
        .table_board_for.type_e td {
          padding: 10px 5px; }
        .table_board_for.type_e colgroup,
        .table_board_for.type_e th:nth-child(1),
        .table_board_for.type_e td:nth-child(1) {
          width: 100%;
          display: block; }
        .table_board_for.type_e th:nth-child(2),
        .table_board_for.type_e td:nth-child(2) {
          width: 100%; }
        .table_board_for.type_e th:nth-child(3),
        .table_board_for.type_e td:nth-child(3) {
          width: 100%; }
        .table_board_for.type_e th:last-child,
        .table_board_for.type_e td:last-child {
          width: 100%; }
        .table_board_for.type_e tbody,
        .table_board_for.type_e colgroup,
        .table_board_for.type_e tr,
        .table_board_for.type_e th,
        .table_board_for.type_e td {
          display: block;
          border: none; }
        .table_board_for.type_e thead {
          display: none; }
        .table_board_for.type_e tr {
          border-bottom: 1px solid #ddd;
          padding: 10px 0 10px 10px;
          text-align: left; }
          .table_board_for.type_e tr td,
          .table_board_for.type_e tr th {
            padding: 0;
            border: none;
            text-align: left;
            line-height: 1.7; }
          .table_board_for.type_e tr th {
            padding: 10px 0 5px;
            text-align: left; }
          .table_board_for.type_e tr td {
            position: relative;
            padding-left: 80px; }
            .table_board_for.type_e tr td:before {
              content: attr(data-title);
              position: absolute;
              top: 0;
              left: 0;
              color: #222;
              font-weight: 500; }
            .table_board_for.type_e tr td a {
              position: relative; }
              .table_board_for.type_e tr td a:before {
                content: '';
                height: 10px;
                border-left: 1px solid #ccc;
                margin-top: -5px;
                position: absolute;
                top: 50%;
                left: -8px;
                margin-top: -5px; } }
  @media screen and (min-width: 1025px) {
    .table_board_for.qna_type_a colgroup,
    .table_board_for.qna_type_a colgroup col,
    .table_board_for.qna_type_a thead {
      display: none; }
    .table_board_for.qna_type_a tr:after {
      content: '';
      display: block;
      clear: both; }
    .table_board_for.qna_type_a tbody tr {
      border-top: 1px solid #ddd;
      padding: 5px 0; }
      .table_board_for.qna_type_a tbody tr:first-child {
        border-top: 0; }
    .table_board_for.qna_type_a tbody,
    .table_board_for.qna_type_a tr,
    .table_board_for.qna_type_a td {
      display: block;
      width: 100% !important;
      text-align: left;
      border: none; }
      .table_board_for.qna_type_a tbody:nth-child(2),
      .table_board_for.qna_type_a tr:nth-child(2),
      .table_board_for.qna_type_a td:nth-child(2) {
        float: left;
        width: 100% !important; }
      .table_board_for.qna_type_a tbody:nth-child(3), .table_board_for.qna_type_a tbody:nth-child(4), .table_board_for.qna_type_a tbody:nth-child(5),
      .table_board_for.qna_type_a tr:nth-child(3),
      .table_board_for.qna_type_a tr:nth-child(4),
      .table_board_for.qna_type_a tr:nth-child(5),
      .table_board_for.qna_type_a td:nth-child(3),
      .table_board_for.qna_type_a td:nth-child(4),
      .table_board_for.qna_type_a td:nth-child(5) {
        float: left;
        margin-right: 5px;
        width: auto !important; } }
  .table_board_for thead th {
    color: #444;
    font-weight: bold; }
  .table_board_for a:hover {
    color: #ed5f00;
    text-decoration: underline !important; }
  .table_board_for th {
    padding: 13px 2px;
    position: relative;
    color: #000;
    font-weight: 700; }
    .table_board_for th:first-child:before {
      display: none; }
  .table_board_for td {
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    text-align: center;
    vertical-align: top; }
    .table_board_for td .img_bx {
      overflow: hidden;
      width: 80px;
      margin: 0 auto;
      background: url(../images/board/no_img.jpg) no-repeat center center;
      background-size: cover; }
      .table_board_for td .img_bx .img_src {
        display: block;
        margin: 0 auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 75%; }
  @media screen and (min-width: 1025px) {
    .table_board_for th,
    .table_board_for td {
      padding: 8px 5px; } }

.anwer,
[class*='anwer_'] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  letter-spacing: -0.4px;
  padding: 0 20px; }
  @media screen and (min-width: 1025px) {
    .anwer,
    [class*='anwer_'] {
      padding: 0 10px;
      height: 20px;
      line-height: 20px;
      font-size: 12px; } }

.anwer {
  min-width: 100px; }
  @media screen and (min-width: 1025px) {
    .anwer {
      min-width: 60px; } }
  .anwer_off, .anwer._off {
    color: #222;
    background-color: #ed5f00; }
  .anwer_on, .anwer._on {
    color: #fff;
    background-color: #18191a; }
  .anwer._ask {
    background-color: #999999;
    color: #fff; }
  .anwer._cancel {
    background-color: #dddddd;
    color: #666; }

.pass-wrap {
  margin-top: 60px; }
  .pass-wrap .tit {
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px; }

/*갤러리형*/
.img_board_list {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  overflow: hidden; }
  .img_board_list li,
  .img_board_list .item {
    float: left;
    width: 25%;
    padding: 0 10px 20px; }
  @media screen and (min-width: 1025px) {
    .img_board_list {
      margin-left: -5px;
      margin-right: -5px; }
      .img_board_list li,
      .img_board_list .item {
        width: 50%;
        padding: 0 5px 10px; } }
  .img_board_list a,
  .img_board_list .wrap {
    position: relative;
    display: block;
    border: 1px solid #ddd; }
    .img_board_list a:before,
    .img_board_list .wrap:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0 solid #ed5f00;
      -webkit-transition: border-width 0.3s;
      -o-transition: border-width 0.3s;
      transition: border-width 0.3s;
      z-index: 5; }
    .img_board_list a:hover:before,
    .img_board_list .wrap:hover:before {
      border-width: 3px; }
    .img_board_list a:hover .img_box .img_src,
    .img_board_list .wrap:hover .img_box .img_src {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .img_board_list a:hover .img_box ._icon,
    .img_board_list .wrap:hover .img_box ._icon {
      color: #ed5f00; }
    .img_board_list a:hover .txt_box .tit,
    .img_board_list .wrap:hover .txt_box .tit {
      color: #ed5f00; }
  .img_board_list .img_box {
    overflow: hidden;
    position: relative; }
    .img_board_list .img_box .img_src {
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 75%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-size: cover;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .img_board_list .img_box ._icon {
      /*포인트아이콘 사용시 가운데 배치*/
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 70px;
      color: #fff;
      text-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2); }
    .img_board_list .img_box .event_state {
      position: absolute;
      top: 10px;
      left: 10px; }
  .img_board_list .txt_box {
    padding: 20px 15px;
    background: #fff; }
    .img_board_list .txt_box .tit {
      color: #222;
      font-weight: 500;
      display: block;
      word-wrap: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .img_board_list .txt_box .date,
    .img_board_list .txt_box .des {
      margin-top: 10px;
      font-size: 0.9em;
      color: #999; }
    .img_board_list .txt_box .des {
      height: 40px;
      line-height: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  @media screen and (min-width: 1025px) {
    .img_board_list .txt_box {
      padding: 10px 5px; } }
  .img_board_list.type_b a,
  .img_board_list.type_b .wrap {
    border: none; }
    .img_board_list.type_b a .txt_box,
    .img_board_list.type_b .wrap .txt_box {
      padding: 15px 0; }
    .img_board_list.type_b a:before,
    .img_board_list.type_b .wrap:before {
      display: none; }
    .img_board_list.type_b a:hover .hover_box,
    .img_board_list.type_b .wrap:hover .hover_box {
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      height: 100%; }
    .img_board_list.type_b a .hover_box,
    .img_board_list.type_b .wrap .hover_box {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px; }
      .img_board_list.type_b a .hover_box .txt,
      .img_board_list.type_b .wrap .hover_box .txt {
        display: inline-block;
        border-bottom: 1px solid #fff; }
      .img_board_list.type_b a .hover_box i,
      .img_board_list.type_b .wrap .hover_box i {
        font-size: 12px;
        margin-left: 5px; }
  .img_board_list.type_c {
    padding: 0;
    border-left: 1px solid #ddd; }
    .img_board_list.type_c li,
    .img_board_list.type_c .item {
      width: 33.33%;
      padding: 0;
      margin-bottom: -1px; }
    .img_board_list.type_c a,
    .img_board_list.type_c .wrap {
      border-left: 0; }
    .img_board_list.type_c .txt_box .date {
      margin-top: 10px;
      font-size: 0.9em;
      color: #999;
      height: auto;
      line-height: 1.5;
      -o-text-overflow: inherit;
      text-overflow: inherit;
      display: block; }
      .img_board_list.type_c .txt_box .date span {
        position: relative;
        padding: 0 7px; }
        .img_board_list.type_c .txt_box .date span:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -1px;
          height: 10px;
          margin-top: -5px;
          border-left: 1px solid #ccc; }
        .img_board_list.type_c .txt_box .date span:first-child {
          padding-left: 0; }
          .img_board_list.type_c .txt_box .date span:first-child:before {
            display: none; }
    @media screen and (min-width: 1025px) {
      .img_board_list.type_c .txt_box,
      .img_board_list.type_c .date {
        margin-top: 5px; } }
    @media screen and (min-width: 769px) {
      .img_board_list.type_c li,
      .img_board_list.type_c .item {
        width: 100%; } }

/*썸네일형*/
.img_board_list_02 {
  border-top: 1px solid #222; }
  .img_board_list_02 li,
  .img_board_list_02 .item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
  .img_board_list_02 a,
  .img_board_list_02 .wrap {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .img_board_list_02 a .no_txt,
    .img_board_list_02 .wrap .no_txt {
      position: absolute;
      top: 50%;
      left: 0;
      color: #222;
      font-weight: 400;
      margin-top: -12px; }
    .img_board_list_02 a:hover .txt_box .tit,
    .img_board_list_02 .wrap:hover .txt_box .tit {
      text-decoration: underline; }
    .img_board_list_02 a:hover .img_box img,
    .img_board_list_02 a:hover .img_box .img_src,
    .img_board_list_02 .wrap:hover .img_box img,
    .img_board_list_02 .wrap:hover .img_box .img_src {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .img_board_list_02 .img_box {
    overflow: hidden;
    float: left;
    width: 160px;
    margin-right: 30px;
    border: 1px solid #ddd; }
    .img_board_list_02 .img_box .img_src {
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 80%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .img_board_list_02 .img_box img {
      width: 100%; }
    .img_board_list_02 .img_box img,
    .img_board_list_02 .img_box .img_src {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .img_board_list_02 .txt_box {
    line-height: 1.4;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative; }
    .img_board_list_02 .txt_box .tit {
      color: #222;
      font-weight: 400; }
    .img_board_list_02 .txt_box .des,
    .img_board_list_02 .txt_box .tbl_detail_span {
      font-size: 0.9em;
      margin-top: 10px;
      color: #999; }
    .img_board_list_02 .txt_box .des {
      display: block;
      word-wrap: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .img_board_list_02 .txt_box .tbl_detail_span span {
      position: relative;
      padding: 0 7px; }
      .img_board_list_02 .txt_box .tbl_detail_span span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #ccc; }
      .img_board_list_02 .txt_box .tbl_detail_span span:first-child {
        padding-left: 0; }
        .img_board_list_02 .txt_box .tbl_detail_span span:first-child:before {
          display: none; }
  @media screen and (min-width: 1025px) {
    .img_board_list_02 li,
    .img_board_list_02 .item {
      padding: 10px 0; }
    .img_board_list_02 .img_box {
      width: 90px;
      margin-right: 10px; }
    .img_board_list_02 .txt_box .des,
    .img_board_list_02 .txt_box .tbl_detail_span {
      margin-top: 5px; } }

/*썸네일 2형*/
.event_img_list {
  border-bottom: 1px solid #222;
  border-top: 1px solid #999; }
  .event_img_list .event_t {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 8px 20px;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center; }
    .event_img_list .event_t.on {
      background: rgba(254, 97, 3, 0.7); }
  .event_img_list li,
  .event_img_list .item {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #ddd; }
    .event_img_list li:first-child,
    .event_img_list .item:first-child {
      border-top: 0; }
  .event_img_list a,
  .event_img_list .wrap {
    position: relative;
    display: table;
    width: 100%; }
    .event_img_list a:hover .txt_box .tit,
    .event_img_list .wrap:hover .txt_box .tit {
      color: #ed5f00; }
    .event_img_list a:hover .btn_link,
    .event_img_list .wrap:hover .btn_link {
      background: #ed5f00;
      color: #fff; }
    .event_img_list a:hover .img_box:before,
    .event_img_list .wrap:hover .img_box:before {
      border-width: 3px; }
  .event_img_list .img_box {
    position: relative;
    float: left;
    width: 400px;
    margin-right: 40px;
    border: 1px solid #ddd; }
    .event_img_list .img_box .img_src {
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 66%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .event_img_list .img_box img {
      width: 100%; }
    .event_img_list .img_box:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 0 solid #ed5f00;
      -webkit-transition: border-width 0.3s;
      -o-transition: border-width 0.3s;
      transition: border-width 0.3s;
      z-index: 5; }
  .event_img_list .txt_box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 10px 0; }
    .event_img_list .txt_box .tit {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      font-size: 1.3em;
      color: #333;
      font-weight: bold;
      display: block;
      word-wrap: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .event_img_list .txt_box .des,
    .event_img_list .txt_box .date {
      margin-top: 20px; }
    .event_img_list .txt_box .des {
      font-size: 1.1em;
      display: block;
      word-wrap: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      margin-top: 20px; }
  @media screen and (min-width: 769px) {
    .event_img_list .event_t {
      font-size: 13px;
      padding: 5px 10px; }
    .event_img_list a,
    .event_img_list .wrap {
      display: block; }
    .event_img_list .img_box {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
    .event_img_list .txt_box {
      display: block;
      padding: 0; }
      .event_img_list .txt_box .des,
      .event_img_list .txt_box .date {
        margin-top: 5px; } }

/*일반게시판 - 뷰페이지*/
.table-view-01 {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #ddd; }
  .table-view-01 .tit {
    font-size: 16px;
    color: #000; }
  .table-view-01 tr:first-child th,
  .table-view-01 tr:first-child td {
    border-top: solid 1px #000; }
  .table-view-01 th,
  .table-view-01 td {
    padding: 10px 8px;
    vertical-align: top;
    border-top: solid 1px #ddd; }
  .table-view-01 th {
    color: #333;
    text-align: left;
    font-weight: 500; }
  .table-view-01 .blue {
    color: #5d9ad3; }
  .table-view-01 .text_left {
    text-align: left; }
  .table-view-01 .addfile_txt {
    padding-left: 35px;
    background-image: url(../images/icon/file_i.png);
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (min-width: 1025px) {
      .table-view-01 .addfile_txt {
        padding-left: 20px;
        background-size: 15px; } }
  .table-view-01 .notice-b {
    display: inline-block;
    padding: 2px 8px;
    background-color: #489fc4;
    color: #fff;
    font-size: 12px;
    border-radius: 10px; }
  .table-view-01.title-black th {
    color: #333; }
  .table-view-01.th-center th {
    text-align: center; }
  .table-view-01.table-line th,
  .table-view-01.table-line td {
    border: solid 1px #ddd; }
  .table-view-01 td .board-box {
    min-height: 150px;
    padding: 10px;
    text-align: initial; }
  .table-view-01 .tbl_detail_list li {
    display: inline-block;
    position: relative;
    padding: 0 10px; }
    .table-view-01 .tbl_detail_list li:last-child {
      padding-right: 0; }
    .table-view-01 .tbl_detail_list li:first-child {
      padding-left: 0; }
    .table-view-01 .tbl_detail_list li .tit_t {
      font-weight: bold;
      color: #222;
      margin-right: 5px; }
    .table-view-01 .tbl_detail_list li:first-child:before {
      display: none; }
    .table-view-01 .tbl_detail_list li:before {
      content: '';
      border-left: 1px solid #ccc;
      height: 10px;
      margin-top: -5px;
      top: 50%;
      left: -2px;
      position: absolute; }
    @media screen and (min-width: 769px) {
      .table-view-01 .tbl_detail_list li {
        padding: 0 4px; }
        .table-view-01 .tbl_detail_list li .tit_t {
          margin-right: 0; } }
  .table-view-01 .tit_box p.tit {
    float: left; }
    .table-view-01 .tit_box p.tit .type_t {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #fff;
      font-weight: 400;
      background: #666;
      letter-spacing: -0.8px;
      padding: 0 5px;
      height: 25px;
      line-height: 23px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 10px; }
  .table-view-01 .tit_box p.tbl_detail_span {
    float: right; }
    .table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
      display: none; }
    .table-view-01 .tit_box p.tbl_detail_span span:before {
      display: inline-block;
      overflow: hidden;
      width: 1px;
      height: 10px;
      margin: -1px 7px 0 4px;
      background: #bbb;
      content: '';
      vertical-align: middle; }
    .table-view-01 .tit_box p.tbl_detail_span > span.anwer:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
      display: none; }
  .table-view-01.type_e {
    /*항목이 많은 경우 */ }
    .table-view-01.type_e .col_w {
      width: 150px; }
    .table-view-01.type_e th {
      background: #f6f6f6;
      text-align: left; }
    @media screen and (min-width: 1025px) {
      .table-view-01.type_e .col_w {
        width: 80px; }
      .table-view-01.type_e th {
        padding: 8px 2px; } }

/*뷰페이지 이전/다음글 이동*/
.border-list-type {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999; }
  .border-list-type li {
    border-bottom: solid 1px #c7c7c7;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 100px;
    text-align: left; }
    .border-list-type li a {
      display: block; }
      .border-list-type li a .list-title {
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #222;
        background-repeat: no-repeat;
        background-position: 24px center;
        background-size: 12px; }
      .border-list-type li a .list-up-bg {
        background-image: url("../images/icon/list-prev.png"); }
      .border-list-type li a .list-down-bg {
        background-image: url("../images/icon/list-next.png"); }
      .border-list-type li a .w-con {
        float: none;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .border-list-type .border-none {
    border-bottom: none; }

/*목록 페이징*/
.paging-area {
  position: relative;
  margin-top: 50px;
  font-size: 0; }
  .paging-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .paging-area li {
    display: inline;
    margin-left: 4px;
    padding: 0; }
  .paging-area a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    .paging-area a span {
      display: inline-block;
      text-indent: -9999px; }
    .paging-area a:hover {
      color: #ed5f00; }
    .paging-area a.active {
      border-color: #ed5f00;
      text-decoration: none;
      border-color: #111; }
    .paging-area a.prev-first {
      background-image: url("../images/paging/prev-first.png"); }
    .paging-area a.prev {
      background-image: url("../images/paging/prev.png"); }
    .paging-area a.next-last {
      background-image: url("../images/paging/next-last.png"); }
    .paging-area a.next {
      background-image: url("../images/paging/next.png"); }
  @media screen and (min-width: 769px) {
    .paging-area {
      margin-top: 30px; }
      .paging-area a {
        font-size: 13px;
        width: 28px;
        height: 28px;
        background-size: 28px;
        line-height: 26px; } }

/*목록 검색*/
.board-search-01 {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .board-search-01.type_c .select-type-01 {
      top: 65px; }
    .board-search-01.type_c .select-type-01.first {
      position: static;
      width: 100%;
      margin-bottom: 5px; }
    .board-search-01.type_c .btn-color-01 {
      top: 65px; } }
  .board-search-01 select,
  .board-search-01 input {
    border: solid 1px #ddd;
    background-color: #fff; }
  .board-search-01 .select-type-01 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fff; }
  .board-search-01 .input-type-01 {
    padding: 0 5px;
    width: 20%;
    height: 40px;
    line-height: 40px;
    background-color: #fff; }
  .board-search-01 .btn {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    line-height: normal; }
  .board-search-01 .btn-color-01 {
    width: 90px;
    color: #333;
    background-color: #f6f6f6;
    border: solid 1px #ddd; }
  @media screen and (min-width: 1025px) {
    .board-search-01 .select-type-01 {
      width: 21%;
      position: absolute;
      top: 20px;
      left: 0; }
    .board-search-01 .input-type-01 {
      margin: 0 22% 0 22%;
      width: 56%; }
    .board-search-01 .btn-color-01 {
      width: 21%;
      position: absolute;
      top: 20px;
      right: 0; } }

/*목록 컨트롤 버튼*/
.board_write_btn_bx {
  position: relative;
  text-align: right;
  margin-top: 40px; }
  @media screen and (min-width: 1025px) {
    .board_write_btn_bx {
      margin-top: 10px; }
      .board_write_btn_bx a {
        width: 100%; } }

.board_view_btn_box {
  margin: 40px auto; }
  @media screen and (min-width: 1025px) {
    .board_view_btn_box {
      position: relative; }
      .board_view_btn_box a {
        min-width: 70px;
        padding: 0 10px; }
        .board_view_btn_box a:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 35px; }
        .board_view_btn_box a:nth-child(3) {
          position: absolute;
          top: 0;
          left: 60px;
          min-width: 35px; }
        .board_view_btn_box a:nth-child(4) {
          position: absolute;
          top: 0;
          left: 120px;
          min-width: 35px; } }

/*폼게시판*/
.table-form-01 {
  width: 100%;
  border-top: 1px solid #000;
  background: #fff; }
  .table-form-01 .join_s_txt {
    font-size: 0.9em; }
  .table-form-01.type_c th,
  .table-form-01.type_c td {
    display: block;
    border-bottom: 0; }
  .table-form-01.type_c td {
    padding: 0; }
  .table-form-01.type_c th {
    padding: 10px 0 5px; }
  .table-form-01 .col_w {
    width: 120px; }
    @media screen and (min-width: 1025px) {
      .table-form-01 .col_w {
        width: 70px; } }
  .table-form-01 tr th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 700;
    color: #222; }
  .table-form-01 tr th,
  .table-form-01 tr td {
    border-bottom: 1px solid #ddd; }
  .table-form-01 td {
    padding: 12px 10px; }
    @media screen and (min-width: 1025px) {
      .table-form-01 td {
        padding: 10px 5px; } }
  .table-form-01 th label {
    font-weight: bold; }
  .table-form-01 .code {
    background: #ddd;
    padding: 10px 10px;
    margin-right: 5px;
    color: #333;
    font-weight: bold; }
  .table-form-01 .btn-type-01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.form_wrap.type_c {
  max-width: 600px;
  margin: 0 auto; }

/*QNA*/
.qna {
  border-top: 1px solid #000;
  background: #fff;
  text-align: left; }
  .qna.type_b .qna-header a {
    background: none !important; }
  .qna.type_b .qna-header a {
    position: relative; }
    .qna.type_b .qna-header a.select:before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
      background-color: rgba(0, 0, 0, 0.8);
      width: 14px;
      height: 2px;
      position: absolute;
      right: 22px;
      top: 50%;
      margin-top: -1px;
      content: '';
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (min-width: 1025px) {
        .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
          right: 12px; } }
    .qna.type_b .qna-header a:before {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
    .qna.type_b .qna-header a:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .qna .qna-header {
    padding: 15px 10px;
    position: relative;
    border-bottom: solid 1px #ddd; }
    .qna .qna-header.select {
      color: #ed5f00; }
      .qna .qna-header.select a {
        color: #ed5f00;
        background: url(../images/qna/qna-down.png) no-repeat right center; }
      .qna .qna-header.select:before {
        color: #ed5f00; }
    .qna .qna-header:before {
      content: 'Q.';
      position: absolute;
      top: 50%;
      left: 15px;
      font-size: 20px;
      margin-top: -15px;
      font-weight: 500; }
    .qna .qna-header a {
      display: block;
      padding-left: 40px;
      padding-right: 30px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: 400;
      color: #222;
      background: url(../images/qna/qna-up.png) no-repeat right center; }
      @media screen and (min-width: 1025px) {
        .qna .qna-header a {
          font-size: 14px; } }
      .qna .qna-header a:hover {
        color: #ed5f00; }
  .qna .qna-body {
    display: none;
    padding: 20px 20px 20px 50px;
    line-height: 1.5;
    color: #333;
    border-bottom: solid 1px #ddd;
    position: relative;
    background: #f6f6f6; }
    @media screen and (min-width: 1025px) {
      .qna .qna-body {
        font-size: 14px; } }
    .qna .qna-body:before {
      content: 'A.';
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 20px;
      font-weight: 500;
      color: #ed5f00; }
  .qna_tab {
    margin-bottom: 30px; }
    .qna_tab ul {
      text-align: center; }
      .qna_tab ul li {
        float: left; }
        .qna_tab ul li a {
          display: block;
          position: relative;
          height: 45px;
          line-height: 45px;
          text-align: center;
          font-size: 16px;
          color: #666;
          border: 1px solid #ddd;
          background: #fff;
          margin-left: -1px;
          margin-top: -1px; }
          .qna_tab ul li a.on, .qna_tab ul li a:hover {
            color: #fff;
            border-color: #ed5f00;
            background: #ed5f00; }
    @media screen and (min-width: 1025px) {
      .qna_tab {
        margin-bottom: 20px; }
        .qna_tab ul li a {
          height: 35px;
          font-size: 13px;
          line-height: 35px;
          letter-spacing: -0.8px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }

/*댓글*/
.txt_post_wrap.type_a {
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid #999; }
  @media screen and (min-width: 1025px) {
    .txt_post_wrap.type_a {
      margin-top: 30px;
      padding: 15px 15px; } }
  .txt_post_wrap.type_a .name_box {
    margin-top: 10px;
    position: relative;
    padding-left: 70px;
    max-width: 200px; }
    .txt_post_wrap.type_a .name_box label {
      position: absolute;
      top: 0;
      left: 0; }
  .txt_post_wrap.type_a .post_list {
    margin-top: 30px; }
    .txt_post_wrap.type_a .post_list li {
      position: relative;
      padding: 15px 0;
      border-top: 1px solid #ccc; }
      .txt_post_wrap.type_a .post_list li .btn_del {
        position: absolute;
        top: 15px;
        right: 0;
        display: inline-block;
        height: 28px;
        line-height: 28px;
        border: 1px solid #333;
        color: #333;
        width: 50px;
        font-size: 13px;
        text-align: center; }
      .txt_post_wrap.type_a .post_list li .name_01 {
        font-size: 16px;
        font-weight: 500;
        color: #666; }
      .txt_post_wrap.type_a .post_list li .date_01 {
        font-size: 13px;
        font-weight: 500;
        color: #999; }
      .txt_post_wrap.type_a .post_list li .des_txt {
        margin-top: 10px; }
  .txt_post_wrap.type_a .write_box table {
    width: 100%; }
    .txt_post_wrap.type_a .write_box table .col_w {
      width: 80px; }
      @media screen and (min-width: 1025px) {
        .txt_post_wrap.type_a .write_box table .col_w {
          width: 40px; } }
    .txt_post_wrap.type_a .write_box table .col_w2 {
      width: 90px; }
      @media screen and (min-width: 1025px) {
        .txt_post_wrap.type_a .write_box table .col_w2 {
          width: 60px; } }
    .txt_post_wrap.type_a .write_box table th {
      color: #222;
      font-weight: bold;
      text-align: left;
      text-indent: 8px; }
  .txt_post_wrap.type_a .write_box .txt_num i {
    color: #ed5f00;
    margin-right: 5px; }
  .txt_post_wrap.type_a .write_box .write_area {
    position: relative;
    margin-top: 10px;
    padding-right: 140px; }
    .txt_post_wrap.type_a .write_box .write_area textarea {
      width: 98%;
      padding: 10px 1%;
      height: 50px;
      min-height: 50px; }
    .txt_post_wrap.type_a .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 72px;
      line-height: 72px;
      text-align: center;
      width: 140px;
      background: #777;
      font-size: 17px;
      color: #fff; }
    @media screen and (min-width: 1025px) {
      .txt_post_wrap.type_a .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_a .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          width: 100%;
          font-size: 15px;
          position: static;
          margin-top: 10px; } }

/*댓글의 댓글*/
.txt_post_wrap.type_b {
  margin-top: 20px; }
  .txt_post_wrap.type_b .list_box {
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8; }
  .txt_post_wrap.type_b .post_list li {
    position: relative;
    border-top: 1px solid #e8e8e8; }
    .txt_post_wrap.type_b .post_list li.post_li .inner {
      padding: 15px 15px; }
    .txt_post_wrap.type_b .post_list li .left {
      float: left; }
    .txt_post_wrap.type_b .post_list li .right {
      float: right; }
    .txt_post_wrap.type_b .post_list li .answer_box {
      display: none; }
      .txt_post_wrap.type_b .post_list li .answer_box .inner {
        position: relative;
        padding: 15px 15px 15px 40px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner i {
          position: absolute;
          top: 15px;
          left: 15px;
          width: 12px;
          height: 15px;
          background: url(../../static/img/icon/subdirectory-arrow.png) no-repeat; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .area-type-form {
          height: 35px;
          min-height: 35px;
          width: 100%;
          padding: 7px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .des_txt.write_txt {
          position: relative;
          padding-right: 95px; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_write {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 35px;
          line-height: 35px;
          text-align: center;
          width: 80px;
          background: #212121;
          color: #fff; }
        .txt_post_wrap.type_b .post_list li .answer_box .inner .btn_censel {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          height: 72px;
          line-height: 72px;
          text-align: center;
          width: 72px;
          background: #999;
          color: #fff; }
    .txt_post_wrap.type_b .post_list li .name_01 {
      font-weight: 500;
      color: #000;
      padding-right: 10px;
      border-right: 1px solid #ddd; }
    .txt_post_wrap.type_b .post_list li .date_01 {
      font-size: 13px;
      font-weight: 700;
      color: #999; }
    .txt_post_wrap.type_b .post_list li .des_txt {
      margin-top: 10px;
      font-size: 13px; }
  .txt_post_wrap.type_b .txt_num i {
    color: #212121;
    margin-right: 5px; }
  .txt_post_wrap.type_b .write_box .write_area {
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .write_box .write_area textarea {
      width: 100%;
      padding: 10px;
      height: 80px;
      min-height: 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd;
      font-size: 14px; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #212121;
      font-size: 15px;
      color: #fff; }
    .txt_post_wrap.type_b .write_box .write_area .btn_submit_02 {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #8c8c8c;
      font-size: 15px;
      color: #fff; }
    @media screen and (min-width: 1025px) {
      .txt_post_wrap.type_b .write_box .write_area {
        padding-right: 0; }
        .txt_post_wrap.type_b .write_box .write_area .btn_submit {
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          margin-top: 10px;
          position: static;
          width: 100%; } }
  .txt_post_wrap.type_b .btn_answer {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #212121;
    width: 50px;
    font-size: 13px;
    text-align: center; }
  .txt_post_wrap.type_b .btn_del {
    font-size: 13px;
    color: #f1281b;
    padding: 0 10px; }
  .txt_post_wrap.type_b .btn_modify {
    position: relative;
    font-size: 13px;
    color: #000;
    padding: 0 10px; }
    .txt_post_wrap.type_b .btn_modify:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ddd; }
  .txt_post_wrap.type_b .modify_box {
    margin-top: 10px;
    display: none;
    position: relative;
    padding-right: 95px; }
    .txt_post_wrap.type_b .modify_box textarea {
      height: 80px;
      min-height: 80px;
      width: 100%;
      padding: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd; }
    .txt_post_wrap.type_b .modify_box a,
    .txt_post_wrap.type_b .modify_box input[type='button'],
    .txt_post_wrap.type_b .modify_box .btn_write {
      position: absolute;
      bottom: 7px;
      right: 0;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      text-align: center;
      width: 80px;
      background: #212121;
      color: #fff; }

.calendar_wrap_a {
  position: relative; }
  .calendar_wrap_a .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_a .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_a .btn_date_wr {
    position: absolute;
    top: 20px;
    right: 0; }
  .calendar_wrap_a .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_a .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 45px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .calendar_wrap_a .control_bx .year {
          font-size: 26px; } }
    .calendar_wrap_a .control_bx .btn_prev_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_prev_month i {
        vertical-align: middle; }
      @media screen and (min-width: 769px) {
        .calendar_wrap_a .control_bx .btn_prev_month {
          font-size: 30px; } }
    .calendar_wrap_a .control_bx .btn_next_month {
      font-size: 40px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_a .control_bx .btn_next_month i {
        vertical-align: middle; }
      @media screen and (min-width: 769px) {
        .calendar_wrap_a .control_bx .btn_next_month {
          font-size: 30px; } }

.schedule_type_a {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  word-break: break-all; }
  .schedule_type_a thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f8f8f8;
    font-weight: bold; }
    @media screen and (min-width: 769px) {
      .schedule_type_a thead th {
        font-size: 13px; } }
  .schedule_type_a tbody {
    background: #fff; }
    .schedule_type_a tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      padding: 5px 5px;
      height: 140px;
      vertical-align: top;
      border: 1px solid #ccc; }
      .schedule_type_a tbody td .date {
        display: block;
        color: #222;
        font-weight: bold; }
        .schedule_type_a tbody td .date.red {
          color: #f03d3d; }
        .schedule_type_a tbody td .date.blue {
          color: #26488c; }
      .schedule_type_a tbody td:hover {
        background: #edf3f7; }
        .schedule_type_a tbody td:hover .btn_tooltip_ajax {
          color: #000;
          text-decoration: underline !important; }
      .schedule_type_a tbody td .cursor_default {
        cursor: default; }
      @media screen and (min-width: 769px) {
        .schedule_type_a tbody td .meal_list li,
        .schedule_type_a tbody td .kcal_t {
          font-size: 10px; } }

.calendar_wrap_b {
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  .calendar_wrap_b .term_data {
    position: absolute;
    top: 20px;
    left: 0; }
    .calendar_wrap_b .term_data .tit {
      font-size: 17px;
      color: #333;
      font-weight: 500;
      margin-right: 10px; }
  .calendar_wrap_b .control_bx {
    position: relative;
    margin: 0 auto 10px;
    text-align: center; }
    .calendar_wrap_b .control_bx .year {
      color: #26488c;
      font-weight: bold;
      font-size: 24px;
      padding: 0 15px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .calendar_wrap_b .control_bx .year {
          font-size: 18px; } }
    .calendar_wrap_b .control_bx .btn_prev_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_prev_month i {
        vertical-align: middle; }
    .calendar_wrap_b .control_bx .btn_next_month {
      font-size: 20px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
      .calendar_wrap_b .control_bx .btn_next_month i {
        vertical-align: middle; }

.schedule_type_b {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
  text-align: center; }
  .schedule_type_b thead th {
    color: #222;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .schedule_type_b thead th {
        font-size: 13px; } }
  .schedule_type_b tbody {
    background: #fff; }
    .schedule_type_b tbody td {
      position: relative;
      width: 14.258%;
      font-weight: normal;
      vertical-align: top;
      padding: 5px;
      color: #333;
      border-bottom: 1px solid #ddd; }
      .schedule_type_b tbody td .date {
        display: block;
        margin: 0 auto;
        color: #222;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        width: 40px; }
        .schedule_type_b tbody td .date.today {
          background: #32c5d2;
          color: #fff; }
        .schedule_type_b tbody td .date.on {
          background: #ed5f00;
          color: #fff; }
        .schedule_type_b tbody td .date.sunday {
          color: #f03d3d; }
        .schedule_type_b tbody td .date.blue {
          color: #26488c; }
      .schedule_type_b tbody td .btn_date_wr {
        position: absolute;
        top: 20px;
        right: 0; }
      .schedule_type_b tbody td .cursor_default {
        cursor: default; }

.total_clause_bx {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  color: #333;
  margin-bottom: 30px; }

.clause_list {
  margin-bottom: 30px; }
  .clause_list h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 500; }
  .clause_list li .textarea_box_border {
    border: 1px solid #dedede; }
  .clause_list li .textarea_box {
    width: 96%;
    height: 150px;
    padding: 20px 2%;
    overflow-y: auto;
    font-size: 13px; }
    @media screen and (min-width: 1025px) {
      .clause_list li .textarea_box {
        width: 100%;
        padding: 10px;
        height: 120px; } }

.login_con .login_wrap {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px; }
  .login_con .login_wrap .login_list li {
    margin-top: 10px; }
    .login_con .login_wrap .login_list li input {
      height: 50px;
      line-height: 50px; }
      .login_con .login_wrap .login_list li input.btn_login {
        width: 100%;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        background: #fff;
        color: #666;
        line-height: 1.5;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #000;
        background: #000;
        color: #fff; }
  .login_con .login_wrap .bot_sec {
    margin-top: 20px; }
    .login_con .login_wrap .bot_sec .tit {
      margin-bottom: 10px; }
    .login_con .login_wrap .bot_sec a {
      width: 100%;
      -webkit-box-sizing: border;
      box-sizing: border;
      padding: 0;
      height: 45px;
      line-height: 45px; }

.login_con .tab-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .login_con .tab-wrap .tab li {
    float: left;
    width: 50%;
    margin: 0 auto; }
    .login_con .tab-wrap .tab li a {
      display: block;
      position: relative;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px; }
      .login_con .tab-wrap .tab li a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        border-top: 2px solid #000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .login_con .tab-wrap .tab li a.on {
        color: #6a635b; }
        .login_con .tab-wrap .tab li a.on:before {
          width: 100%; }

.num {
  display: table;
  vertical-align: middle;
  width: 100%;
  max-width: 500px; }
  .num li {
    display: table-cell;
    width: 33.3333%;
    padding-left: 10px; }
    .num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .num li:first-child {
      padding-left: 0; }
      .num li:first-child:before {
        display: none; }

.e_mail_box {
  display: table;
  width: 100%; }
  .e_mail_box .mail_txt,
  .e_mail_box .mail_txt2 {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle; }
  .e_mail_box .mail_a {
    display: table-cell;
    width: 4%;
    text-align: center;
    vertical-align: middle; }
  .e_mail_box .mail_sel {
    display: table-cell;
    width: 31.333%;
    vertical-align: middle;
    padding-left: 10px; }
    .e_mail_box .mail_sel:before {
      float: left;
      width: 10px;
      line-height: 28px;
      margin-left: -10px;
      text-align: center;
      content: ''; }

.id_num {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .id_num li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
    .id_num li:before {
      float: left;
      width: 10px;
      line-height: 40px;
      margin-left: -10px;
      color: #444;
      text-align: center;
      content: '-'; }
    .id_num li:first-child {
      padding-left: 0; }
      .id_num li:first-child:before {
        display: none; }

.area_select {
  display: table;
  vertical-align: middle;
  width: 100%; }
  .area_select li {
    display: table-cell;
    width: 50%;
    padding-left: 10px; }
  .area_select.txt3 li {
    display: table-cell;
    width: 33.333%;
    padding-left: 10px; }
  .area_select li:first-child {
    padding-left: 0; }
    .area_select li:first-child:before {
      display: none; }
  .area_select li:before {
    float: left;
    width: 10px;
    line-height: 28px;
    margin-left: -10px;
    text-align: center;
    content: ''; }

.select_10 {
  width: 100px;
  border: 1px solid #ccc; }

.input_7 {
  width: 70px;
  padding: 0;
  text-indent: 7px; }

.input_10 {
  width: 100px;
  padding: 0; }

.input_12 {
  width: 120px;
  padding: 0;
  text-indent: 7px; }

.input_15 {
  width: 150px;
  padding: 0;
  text-indent: 7px; }

.input_20 {
  width: 200px;
  padding: 0;
  text-indent: 7px; }

.input_txt,
.input_30 {
  max-width: 300px;
  width: 100%;
  padding: 0; }

.input_50 {
  width: 50%;
  padding: 0;
  text-indent: 7px; }

.input_80 {
  width: 80%;
  padding: 0;
  text-indent: 7px; }

.input_date {
  position: relative;
  width: 150px;
  display: inline-block; }
  .input_date i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    font-size: 24px; }

.input_won {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .input_won .won_t {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px; }

.input_for {
  width: 100%;
  padding: 0; }

.sel_for {
  width: 100%;
  border: 1px solid #ccc; }

.sel_30 {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc; }

textarea {
  margin: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  min-height: 200px;
  width: 80%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none; }

.area_for {
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  border: solid 1px #ddd;
  overflow-y: auto; }

.filebox_css input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.filebox_css label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #6a6a6a;
  cursor: pointer;
  border: 1px solid #555; }

.filebox_css .upload-name {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc; }

.file_box {
  position: relative;
  padding-right: 90px; }
  .file_box:hover .btn_type_file {
    background: #666; }
  .file_box .text_01 {
    position: absolute;
    top: 2px;
    left: 0; }
  .file_box p {
    border: 1px solid #ccc;
    line-height: 36px;
    height: 36px;
    overflow: hidden; }
  .file_box .btn_type_file {
    display: block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #999;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .file_box .btn_type_file:hover {
      background: #666; }
  .file_box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 36px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-appearance: none; }

.input_btn_box {
  position: relative;
  padding-right: 100px; }
  .input_btn_box .table-btn-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 95px; }

/*기본형 버튼*/
.btn-type-01,
input.btn-type-01[type="submit"], .btn-type-02,
input.btn-type-02[type="submit"], .btn-type-03,
input.btn-type-03[type="submit"], .btn-type-04,
input.btn-type-04[type="submit"] {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn-type-01,
input[type="submit"].btn-type-01 {
  color: #fff;
  background: #ed5f00;
  border: 1px solid #ed5f00; }
  .btn-type-01:hover,
  input[type="submit"].btn-type-01:hover {
    background: #fff;
    color: #ed5f00; }

.btn-type-02,
input[type="submit"].btn-type-02 {
  color: #fff;
  background: #999;
  border: 1px solid #999; }
  .btn-type-02:hover,
  input[type="submit"].btn-type-02:hover {
    background: #fff;
    color: #999; }

.btn-type-03,
input[type="submit"].btn-type-03 {
  background: #fff;
  border: 1px solid #000;
  color: #000; }
  .btn-type-03:hover,
  input[type="submit"].btn-type-03:hover {
    background: #000;
    color: #fff; }

.btn-type-04,
input[type="submit"].btn-type-04 {
  color: #fff;
  background-color: #666;
  border: 1px solid #666; }
  .btn-type-04:hover,
  input[type="submit"].btn-type-04:hover {
    background: #fff;
    color: #666; }

.table-btn-01 {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  color: #fff !important;
  background-color: #999;
  vertical-align: middle;
  min-width: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chk_area input[type="checkbox"],
.chk_area input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .chk_area input[type="checkbox"] + label,
  .chk_area input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }

.chk_area input[type='checkbox'] {
  line-height: 19px; }
  .chk_area input[type='checkbox'] + label {
    padding-left: 22px; }
    .chk_area input[type='checkbox'] + label:before {
      width: 19px;
      height: 19px;
      top: 50%;
      margin-top: -9.5px;
      content: '';
      position: absolute;
      left: 0;
      text-align: center;
      background-position: center;
      background-size: cover;
      background-image: url(../images/icon/chk.png); }
  .chk_area input[type='checkbox']:checked + label:before {
    background-image: url(../images/icon/chk-on.png); }

.chk_area input[type='radio'] {
  line-height: 17px; }
  .chk_area input[type='radio'] + label {
    padding-right: 20px;
    padding-left: 23px; }
    .chk_area input[type='radio'] + label:before {
      top: 50%;
      margin-top: -8.5px;
      width: 17px;
      height: 17px;
      content: '';
      border: 1px solid #ddd;
      border-radius: 50%;
      position: absolute;
      left: 0; }
  .chk_area input[type='radio']:hover + label:before {
    border-color: #222; }
  .chk_area input[type='radio']:checked + label:before {
    border: 4px solid #222; }

/*지점안내*/
.store_find_wrap {
  background-color: #f7f7f7;
  text-align: center;
  padding: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .store_find_wrap select,
  .store_find_wrap input,
  .store_find_wrap button {
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    min-width: auto;
    width: 100%; }
  .store_find_wrap .btn {
    background-color: #444;
    color: #fff; }
  .store_find_wrap .wrap {
    max-width: 660px;
    width: 100%;
    margin: 0 auto; }
    .store_find_wrap .wrap > * {
      margin-bottom: 5px; }
  @media screen and (min-width: 481px) {
    .store_find_wrap {
      padding: 10px 5px;
      padding-bottom: 5px; } }

.store_cont {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .store_cont .item {
    border-top: 1px solid #ddd;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .store_cont .item .txt_box {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .store_cont .item .txt_box .map_btn {
        position: absolute;
        line-height: 42px;
        border-radius: 42px;
        padding: 0 20px 0 30px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        right: 0;
        bottom: 0;
        background-color: #636363; }
        .store_cont .item .txt_box .map_btn i {
          margin-left: 10px; }
    .store_cont .item .img_bx {
      display: table-cell;
      vertical-align: top; }
    .store_cont .item .img_bx {
      width: 40%; }
      .store_cont .item .img_bx .img_src {
        display: block;
        width: 100%;
        height: 0;
        border: 1px solid #ddd;
        padding-bottom: 66.66667%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .store_cont .item .txt_bx {
      padding-left: 40px;
      text-align: left; }
      .store_cont .item .txt_bx .tit {
        font-size: 28px;
        color: #ed5f00;
        font-weight: bold; }
    .store_cont .item .store_info {
      padding-bottom: 42px;
      margin-top: 20px; }
      .store_cont .item .store_info dl {
        position: relative;
        line-height: 1.4;
        font-weight: 300;
        padding-left: 120px;
        font-size: 18px;
        margin-top: 15px; }
        .store_cont .item .store_info dl:first-child {
          margin-top: 0; }
        .store_cont .item .store_info dl dt {
          position: absolute;
          left: 0;
          top: 0;
          font-weight: 500;
          color: #333; }
          .store_cont .item .store_info dl dt:before {
            content: '· '; }
        .store_cont .item .store_info dl a {
          color: #1751ab;
          text-decoration: underline; }
  .store_cont .map_box {
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    -webkit-transition: 400ms height;
    -o-transition: 400ms height;
    transition: 400ms height; }
    .store_cont .map_box.on {
      height: 492px; }
    .store_cont .map_box .root_daum_roughmap {
      width: 100%; }
    .store_cont .map_box .wrap_map,
    .store_cont .map_box iframe {
      height: 460px !important; }
  @media screen and (min-width: 1025px) {
    .store_cont .item {
      padding: 20px 0; }
      .store_cont .item .txt_box {
        display: block; }
        .store_cont .item .txt_box .map_btn {
          position: absolute;
          line-height: 36px;
          border-radius: 36px;
          padding: 0 10px 0 20px;
          font-size: 13px; }
      .store_cont .item .img_bx {
        display: block; }
      .store_cont .item .img_bx {
        width: 100%; }
      .store_cont .item .txt_bx {
        padding-bottom: 38px;
        padding-left: 0; }
        .store_cont .item .txt_bx .tit {
          font-size: 18px; }
      .store_cont .item .store_info {
        margin-top: 15px; }
        .store_cont .item .store_info dl {
          padding-left: 80px;
          font-size: 15px;
          margin-top: 10px; }
    .store_cont .map_box {
      margin-top: 10px; }
      .store_cont .map_box.on {
        height: 300px; }
      .store_cont .map_box #map,
      .store_cont .map_box .wrap_map,
      .store_cont .map_box iframe {
        height: 280px !important; } }

/*
_tab
*/
.tab2 li {
  width: 50%; }

.tab3 li {
  width: 33.33333%; }

.tab4 li {
  width: 25%; }

.tab5 li {
  width: 20%; }

.tab6 li {
  width: 16.66667%; }

.tab7 li {
  width: 14.28571%; }

.tab8 li {
  width: 12.5%; }

.tab9 li {
  width: 11.11111%; }

.tab10 li {
  width: 10%; }

.tab11 li {
  width: 9.09091%; }

.tab12 li {
  width: 8.33333%; }

.tab-wrap,
.tabwrap {
  position: relative; }
  .tab-wrap .tab,
  .tabwrap .tab {
    padding: 0;
    list-style: none; }
    .tab-wrap .tab li,
    .tabwrap .tab li {
      float: left; }
    .tab-wrap .tab a,
    .tabwrap .tab a {
      display: inline-block;
      text-align: center;
      position: relative;
      width: 100%; }
      .tab-wrap .tab a.active, .tab-wrap .tab a.on, .tab-wrap .tab a:hover,
      .tabwrap .tab a.active,
      .tabwrap .tab a.on,
      .tabwrap .tab a:hover {
        z-index: 1; }
  .tab-wrap .tab-content,
  .tabwrap .tab-content {
    display: none; }

.tab.bar li {
  font-size: 0;
  margin-bottom: 5px;
  width: auto !important;
  display: inline-block;
  float: none;
  padding: 0 10px;
  border-left: 1px solid #ddd; }
  .tab.bar li:first-child {
    border-left: 0;
    padding-left: 0; }

.tab.bar a {
  border: 0;
  width: 100%;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #666;
  font-size: 1.0625em;
  position: relative; }
  .tab.bar a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    display: inline-block;
    bottom: 0;
    left: 0;
    background-color: #ed5f00;
    -webkit-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms; }
  .tab.bar a:hover {
    color: #ed5f00; }
  .tab.bar a.on {
    color: #ed5f00; }
    .tab.bar a.on:after {
      width: 100%; }

.tab.box {
  margin: 0 auto;
  width: 100%; }
  .tab.box:before, .tab.box:after {
    display: table;
    content: ''; }
  .tab.box:after {
    clear: both; }
  .tab.box li {
    display: inline-block;
    float: left;
    margin-left: -1px; }
  .tab.box a {
    height: 55px;
    line-height: 55px;
    border: 0;
    width: 100%;
    letter-spacing: -0.5px;
    color: #222;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.0625em; }
    .tab.box a:not(.on):hover {
      color: #ed5f00; }
    .tab.box a.on, .tab.box a.active {
      border-color: #ed5f00;
      background-color: #ed5f00; }

.tab.border {
  margin: 0 auto 30px;
  width: 100%;
  border-right: 1px solid #ddd; }
  .tab.border:before, .tab.border:after {
    display: table;
    content: ''; }
  .tab.border:after {
    clear: both; }
  .tab.border li {
    float: left;
    display: table;
    height: 60px;
    line-height: 60px; }
  .tab.border a {
    border: 1px solid #ddd;
    border-right: 0;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    letter-spacing: -0.5px;
    color: #666; }
    .tab.border a:not(.on):hover {
      color: #ed5f00; }
    .tab.border a.on, .tab.border a.active {
      color: #222;
      border-bottom: 0;
      border-top: 2px solid #1e84ff; }

.bar_span span {
  position: relative;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0 10px; }
  .bar_span span:first-child:before {
    content: none; }
  .bar_span span:before {
    height: 10px;
    margin-top: -5px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background: #ccc; }

.hyphen_list li {
  position: relative;
  padding-left: 10px; }
  .hyphen_list li:before {
    position: absolute;
    content: '- ';
    top: 0;
    left: 0; }
  .hyphen_list li.none:before {
    content: ''; }

.dot_list > li {
  position: relative;
  padding-left: 10px; }
  .dot_list > li:before {
    position: absolute;
    content: '· ';
    top: 0;
    left: 0; }

/*
_inc.scss
*/
.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.125vw 4.6875vw;
  border-bottom:1px solid #ccc;
  }

.header .logo a img{
  display: block;
  height: 17.4vw;
  border:0px solid #ccc;
  /**background-image: url(../images/main/logo.png);**/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%; }

.header .btn-nav {
  position: relative;
  display: block;
  width: 4.84375vw;
  height: 4.84375vw;
  cursor: pointer; }
  .header .btn-nav span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ed5f00; }
    .header .btn-nav span:nth-child(1) {
      top: 0;
      left: 0; }
    .header .btn-nav span:nth-child(2) {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header .btn-nav span:nth-child(3) {
      bottom: 0;
      left: 0; }

@media screen and (min-width: 641px) {
  .header .header-wrap {
    padding: 1.875rem; }
  .header .logo a {
    width: 10.0625rem;
    height: 3.75rem; }
  .header .btn-nav {
    width: 1.9375rem;
    height: 1.9375rem; } }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 640px;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out; }
  .nav.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .nav-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4.6875vw; }
  .nav .nav-logo a {
    display: block;
	  width: 24.07813vw;}
  .nav .nav-close {
    position: absolute;
    top: 50%;
    right: 4.6875vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav .nav-close .xi-close-thin {
      font-size: 6.25vw; }
  .nav .nav-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nav .nav-user-info .user-profile {
      font-size: 9.375vw;
      margin-right: 1.5625vw;
      line-height: 9.375vw; }
    .nav .nav-user-info .user-name {
      font-weight: 500; }
  .nav .nav-btn-group {
    padding: 4.6875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nav .nav-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    max-width: 49%;
    font-size: 0.9375rem;
    display: block;
    text-align: center;
    padding: 0.4rem 0;
    background-color: #ddd;
    border-radius: 0.5em;
    border: 1px solid #ddd; }
    .nav .nav-btn.login {
      background-color: #fff;
      border-color: #ed5f00;
      color: #ed5f00; }
    .nav .nav-btn.join {
      border-color: #ed5f00;
      background-color: #ed5f00;
      color: #ffffff; }
  .nav .nav-list .depth01 > a {
    position: relative;
    display: block;
    padding: 2.34375vw 4.6875vw;
    border-bottom: 1px solid #ccc; }
    .nav .nav-list .depth01 > a::after {
      font-family: xeicon !important;
      display: inline-block;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      content: '\e93e'; }
    .nav .nav-list .depth01 > a.on {
      color: #ed5f00; }
  .nav .nav-list .depth01.hasChild > a::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    content: "\e913"; }
  .nav .nav-list .depth01.hasChild > a.open::after {
    content: "\e91a"; }
  .nav .nav-list .depth02 {
    display: none; }
    .nav .nav-list .depth02 li a {
      display: block;
      padding: 1.95313vw 4.6875vw;
      background-color: #f5f5f5;
      border-bottom: 1px solid #fff; }
    .nav .nav-list .depth02 li:last-child {
      border-bottom: 0; }
  .nav .nav-shortcut {
    padding: 0.625rem 4.6875vw;
    text-align: center; }
    .nav .nav-shortcut a {
      display: inline-block;
      font-size: 0.875rem;
      padding: 0 0.625em;
      color: #666666;
      border-right: 1px solid #666;
      line-height: 1; }
      .nav .nav-shortcut a:last-child {
        border-right: 0; }
  @media screen and (min-width: 641px) {
    .nav-title {
      padding: 1.875em; }
    .nav .nav-logo a {
      width: 20.0625rem;
      height: 7.5rem; }
    .nav .nav-close {
      right: 1.875rem; }
      .nav .nav-close .xi-close-thin {
        font-size: 2.5rem; }
    .nav .nav-user-info .user-profile {
      font-size: 3.75rem;
      line-height: 3.75rem; }
    .nav .nav-btn-group {
      padding: 1.875rem; }
    .nav .nav-list .depth01 > a {
      padding: 0.9375rem 1.875rem; }
    .nav .nav-list .depth02 a {
      padding: 0.9375rem 1.875rem; } }

.footer {
  background-color: #2c2d30;
  padding: 7.8125vw 0; }


  .footer .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.8125vw; }
    .footer .call-box .call-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%; }
      .footer .call-box .call-item:first-child {
        margin-bottom: 1.25em; }
      .footer .call-box .call-item .tit {
        margin-bottom: 0.75em;
        padding-left: 1.25em;
        font-size: 3.51563vw;
        font-weight: 300;
        line-height: 1; }
      .footer .call-box .call-item .call-num {
        line-height: 1;
        color: #ffffff;
        font-weight: 700;
        font-size: 5.85938vw; }
      .footer .call-box .call-item.tel .tit {
        color: #ffd21f;
        background-image: url(../images/icon/ico_tel.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; }
      .footer .call-box .call-item.fax .tit {
        color: #fe5003;
        background-image: url(../images/icon/ico_fax.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; }




  .footer .call-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.8125vw; }
    .footer .call-box2 .call-item2 {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      max-width: 100%; }
      .footer .call-box2 .call-item2:first-child {
        margin-bottom: 1.25em; }
      .footer .call-box2 .call-item2 .tit {
        margin-bottom: 0.75em;
        padding-left: 1.25em;
        font-size: 3.51563vw;
        font-weight: 300;
        line-height: 1; }
      .footer .call-box2 .cstit {
        line-height: 1;
        color: #ffffff;
        font-weight: 600;
        font-size: 4.85938vw;margin-bottom:15px; }


      .footer .call-box2 .call-item2 .call-num {
        line-height: 1;
        color: #ffffff;
        font-weight: 700;
        font-size: 5.85938vw; }
      .footer .call-box2 .call-item2.tel .tit {
        color: #ffd21f;
        background-image: url(../images/icon/ico_tel.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; }
      .footer .call-box2 .call-item2.fax .tit {
        color: #fe5003;
        background-image: url(../images/icon/ico_fax.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; }

      .footer .call-box2 .call-item2.tel .tit {
        color: #ffd21f;
        background-image: url(../images/icon/ico_tel.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; margin-top:5px; }

      .footer .call-box2 .call-item2.tel .tit2 {
        color: #ffd21f;
        background-image: url(../images/icon/ico_kakaoch02.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; margin-top:5px; }


      .footer .call-box2 .call-item2.tel .tit3 {
        color: #ffd21f;
        background-image: url(../images/icon/ico_kakaotalk02.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%; margin-top:5px; }


  .footer .footer-logo {
    margin-bottom: 4.6875vw; }
    .footer .footer-logo img {
      width: 25.07813vw; }
  .footer .agree-box {
    color: #c9ccd7;
    font-size: 2.8125vw;
    font-weight: 500; }
    .footer .agree-box a {
      color: #c9ccd7; }
    .footer .agree-box .bar_span span::before {
      border-color: #c9ccd7; }
  .footer .bar_span span {
    color: #999999;
    font-size: 2.8125vw;
    font-weight: 300;
    height: auto;
    line-height: 1.2; }
    .footer .bar_span span:first-child {
      padding-left: 0; }
  .footer .bar_span.no-line span {
    padding: 0 0.39063vw; }
    .footer .bar_span.no-line span:first-child {
      padding-left: 0; }
    .footer .bar_span.no-line span::before {
      display: none; }
    .footer .bar_span.no-line span:last-child {
      padding-right: 0; }
  .footer .sns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7.1875vw; }
    .footer .sns-box .sns-item {
      width: 2em;
      height: 2em;
      margin-right: 0.3125em; }
      .footer .sns-box .sns-item:last-child {
        margin-right: 0; }
      .footer .sns-box .sns-item a {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto; }
      .footer .sns-box .sns-item.blog a {
        background-image: url(../images/icon/ico_blog.png); }
      .footer .sns-box .sns-item.youtube a {
        background-image: url(../images/icon/ico_youtube.png); }
      .footer .sns-box .sns-item.facebook a {
        background-image: url(../images/icon/ico_facebook.png); }
      .footer .sns-box .sns-item.instagram a {
        background-image: url(../images/icon/ico_insta.png); }
  @media screen and (min-width: 641px) {
    .footer .bar_span span {
      font-size: 1.125rem; } }

.quick {
  position: fixed;
  bottom: 5%;
  right: 1.875em;
  z-index: 90; }
  .quick .quick-box {
    display: none; }
    .quick .quick-box .quick-item {
      width: 3.875em;
      height: 3.875em;
      margin-bottom: 0.5625em;
      border-radius: 100%;
      -webkit-box-shadow: 20px 20px 20px rgba(59, 59, 59, 0.2);
      box-shadow: 20px 20px 20px rgba(59, 59, 59, 0.2); }
      .quick .quick-box .quick-item a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        word-break: keep-all;
        white-space: nowrap;
        border-radius: 100%; }
        .quick .quick-box .quick-item a::before {
          display: inline-block;
          color: #ffffff;
          font-size: 0.75em;
          font-weight: 100;
          line-height: 1;
          padding: 0.41667em 0.83333em;
          border-radius: 2em;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          z-index: -1;
          opacity: 0; }
      .quick .quick-box .quick-item:nth-child(1) a {
        background-image: url(../images/icon/ico_quick01.png); }
      .quick .quick-box .quick-item:nth-child(2) a {
        background-image: url(../images/icon/ico_quick02.png); }
      .quick .quick-box .quick-item:nth-child(3) a {
        background-image: url(../images/icon/ico_quick03.png); }
      .quick .quick-box .quick-item:nth-child(1) a {
        background-color: #363636; }
        .quick .quick-box .quick-item:nth-child(1) a::before {
          content: '수강신청'; }
      .quick .quick-box .quick-item:nth-child(2) a {
        background-color: #3cb878; }
        .quick .quick-box .quick-item:nth-child(2) a::before {
          content: '레벨테스트 신청'; }
      .quick .quick-box .quick-item:nth-child(3) a {
        background-color: #3c1e1e; }
        .quick .quick-box .quick-item:nth-child(3) a::before {
          content: '카카오톡채널'; }
      .quick .quick-box .quick-item:hover a::before {
        right: 5.16667em;
        -webkit-transform: translate(-0.83333em, -50%);
        -ms-transform: translate(-0.83333em, -50%);
        transform: translate(-0.83333em, -50%);
        opacity: 1; }
  .quick .quick-btn {
    width: 3.875em;
    height: 3.875em;
    margin-bottom: 0.5625em;
    border-radius: 100%;
    -webkit-box-shadow: 20px 20px 20px rgba(59, 59, 59, 0.2);
    box-shadow: 20px 20px 20px rgba(59, 59, 59, 0.2);
    background-color: #fff;
    background-image: url(../images/icon/ico_quick04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer; }
  .quick.on .quick-btn {
    background-image: url(../images/icon/ico_quick04_on.png); }

.iframe-pop {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.pop {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .pop .pop-header {
    text-align: center; }
    .pop .pop-header .pop-close {
      position: relative;
      background-color: #333; }
      .pop .pop-header .pop-close:before, .pop .pop-header .pop-close:after {
        display: table;
        content: ''; }
      .pop .pop-header .pop-close:after {
        clear: both; }
      .pop .pop-header .pop-close .mfp-close {
        position: static;
        float: right;
        font-size: 2.125em;
        color: #ffffff; }
    .pop .pop-header .pop-tit {
      position: relative;
      font-size: 1.5em;
      height: 2.58333em;
      font-weight: 500;
      color: #ffffff;
      background-color: #252525;
      padding: 0.5em 0.41667em; }
      .pop .pop-header .pop-tit .mfp-close {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffffff;
        font-size: 1.58333em; }
  .pop .pop-body {
    padding: 1.5em;
    max-height: 75vh;
    overflow-y: auto;
    padding: 6.25vw 3.125vw; }
  .pop .scroll-body {
    padding: 1em;
    overflow-y: auto;
    max-height: 30vh; }
  @media screen and (min-width: 641px) {
    .pop .pop-body {
      padding: 2.5rem 1.25rem; } }

.pop-video {
  position: relative;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto; }

.pop-login,
.pop-join {
  position: relative;
  background-color: #fff;
  width: 600px;
  max-width: 90%;
  margin: 0 auto; }

.pop-level {
  position: relative;
  background-color: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }
  .pop-level-item {
    text-align: left; }
    .pop-level-item:first-child {
      margin-bottom: 1.25rem; }
  .pop-level .level-test-caption {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .pop-level .level-test-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.6875vw; }
    .pop-level .level-test-item .thumb {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
      flex: 1 0 20%;
      max-width: 20%;
      padding-left: 0;
      font-size: 0.875em; }
    .pop-level .level-test-item .desc {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
      flex: 1 0 80%;
      max-width: 80%;
      padding: 4.6875vw 0; }
      .pop-level .level-test-item .desc .step {
        font-size: 3.90625vw; }
      .pop-level .level-test-item .desc .txt {
        font-size: 3.90625vw;
        line-height: 1.5;
        word-break: keep-all; }
  .pop-level .input-tel {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    max-width: 70%; }
  .pop-level .input-tel-select {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%; }
  .pop-level .custom-control-label {
    font-size: 3.90625vw; }
  @media screen and (min-width: 641px) {
    .pop-level .level-test-item .desc .step {
      font-size: 1.25rem; }
    .pop-level .level-test-item .desc .txt {
      font-size: 1.25rem; } }

.pop-toeic {
  width: 1000px;
  max-width: 1000px; }
  .pop-toeic .pop-body {
    height: 740px;
    padding: 0;
    overflow-y: auto; }

.calendar_wrap .control_bx {
  font-size: 1.75em;
  margin-bottom: 0.35714em;
  text-align: center; }
  .calendar_wrap .control_bx .year {
    margin: 0 1.25em; }

/*
_main.css
*/
.f_18 {
  font-size: 18px; }
  @media screen and (min-width: 901px) {
    .f_18 {
      font-size: 14px; } }

.f_22 {
  font-size: 22px; }
  @media screen and (min-width: 901px) {
    .f_22 {
      font-size: 17px; } }

.f_30 {
  font-size: 30px; }
  @media screen and (min-width: 901px) {
    .f_30 {
      font-size: 24px; } }

.f_35 {
  font-size: 35px; }
  @media screen and (min-width: 901px) {
    .f_35 {
      font-size: 28px; } }

html > *::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 8px; }

html > *::-webkit-scrollbar-button {
  height: 0;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all; }

html > *::-webkit-scrollbar-corner {
  background-color: #222; }

html > *::-webkit-scrollbar-thumb {
  background: rgba(254, 97, 3, 0.7);
  border-radius: 8px;
  border: 1px solid #000; }
  html > *::-webkit-scrollbar-thumb:hover, html > *::-webkit-scrollbar-thumb:active {
    background: rgba(254, 97, 3, 0.9); }

html > *::-webkit-scrollbar-track {
  background-color: #222;
  border-radius: 0;
  border: 0; }
  html > *::-webkit-scrollbar-track:hover, html > *::-webkit-scrollbar-track:active {
    background: #222; }

.no-js .home {
  display: none; }

.js .home {
  display: block; }

@-webkit-keyframes verticalMoveMargin {
  0% {
    margin-top: 0; }
  50% {
    margin-top: 10px; }
  100% {
    margin-top: 0; } }

@keyframes verticalMoveMargin {
  0% {
    margin-top: 0; }
  50% {
    margin-top: 10px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes verticalMoveBottom {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }

@keyframes verticalMoveBottom {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }

@-webkit-keyframes chartBar1 {
  from {
    height: 0; }
  to {
    height: 20%; } }

@keyframes chartBar1 {
  from {
    height: 0; }
  to {
    height: 20%; } }

@-webkit-keyframes chartBar2 {
  0% {
    height: 0; }
  100% {
    height: 38%; } }

@keyframes chartBar2 {
  0% {
    height: 0; }
  100% {
    height: 38%; } }

@-webkit-keyframes chartBar3 {
  0% {
    height: 0; }
  100% {
    height: 58%; } }

@keyframes chartBar3 {
  0% {
    height: 0; }
  100% {
    height: 58%; } }

@-webkit-keyframes chartBar4 {
  0% {
    height: 0; }
  100% {
    height: 98%; } }

@keyframes chartBar4 {
  0% {
    height: 0; }
  100% {
    height: 98%; } }




select.form-control {
  background-image: url(../images/icon/select_down.png);
  background-size: 0.8125em 0.4375em;
  background-position: center right 1.25em;
  border-color: #ddd;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 0.9375em;
  color: #666666; }
  select.form-control:focus {
    outline: none; }

.btn-datepicker {
  width: 2.5em;
  height: 2.5em;
  background-color: #252525;
  background-image: url(../images/icon/calender.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; }

input[type=text].form-control {
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 0.9375em;
  color: #666666; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 200ms color, background;
  -o-transition: 200ms color, background;
  transition: 200ms color, background; }
  a:hover, a:focus {
    text-decoration: none; }



.main-section {
  padding: 11.71875vw 0; }
  @media screen and (min-width: 641px) {
    .main-section {
      padding: 4.6875rem 0; } }

.main-section-title {
  text-align: center;
  margin-bottom: 7.42188vw; }
  .main-section-title img {
    max-width: 90%; }
  @media screen and (min-width: 641px) {
    .main-section-title {
      margin-bottom: 2.8125rem; } }





.main-visual {
  position: relative;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .main-visual .main-visual-txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main-visual .main-visual-txt-box .wrapper {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .main-visual .main-visual-txt-box .main-visual-txt-item {
      margin-top: 120px;
      color: #ffffff; }
      .main-visual .main-visual-txt-box .main-visual-txt-item .sub-tit {
        font-size: 7.03125vw;
        font-weight: 300;
        text-shadow:1px 1px 5px #838383;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 1; }
        .main-visual .main-visual-txt-box .main-visual-txt-item .sub-tit img {
          width: 18.59375vw; }
      .main-visual .main-visual-txt-box .main-visual-txt-item .tit {
        font-weight: 700;
        font-size: 9.375vw;
        text-shadow:1px 1px 5px #838383;
        margin-bottom: 7.03125vw; }
  .main-visual .embed-responsive-custom {
    max-height: 80vh; }
    .main-visual .embed-responsive-custom video {
      top: 50%;
      bottom: inherit;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      height: 102%; }
    .main-visual .embed-responsive-custom::after {
      content: '';
      display: block;
      padding-bottom: 110.625%; }

.txt-dot {
  position: relative; }
  .txt-dot::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, -350%);
    -ms-transform: translate(-50%, -350%);
    transform: translate(-50%, -350%);
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%; }
  @media screen and (min-width: 641px) {
    .txt-dot::before {
      width: 7px;
      height: 7px;
      -webkit-transform: translate(-50%, -250%);
      -ms-transform: translate(-50%, -250%);
      transform: translate(-50%, -250%); } }





/* CUSTOM MAIN */

ul.main_quick {
	border-top:8px solid #f1f1f1;
	background-color:#f1f1f1;
	padding:8px;
}
ul.main_quick:after {content:""; display:block; clear:both;}
ul.main_quick li {
	position:relative;
	text-align:center;
	float:left;
	width:33%;
	height:130px;
	box-sizing:border-box;
	border-right:10px solid #f1f1f1;
	border-bottom:8px solid #f1f1f1;
	background-color:#fff;
}
ul.main_quick li.last {border-right:none;}
ul.main_quick li a {
	display:inline-block;
	width:100%;
}
ul.main_quick li span {
	display:inline-block;
	height:40px;
	line-height:40px;
	text-align:center;
}
ul.main_quick li span img {
	width:100%;
	margin-top:10px;
	vertical-align:middle;
}
ul.main_quick li p {
	margin-top:40px;
	font-size:1.0em;
	line-height:1em;
	color:#222;
	font-weight:400;
	padding-top:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	letter-spacing:-0.050em;
}












.mainnotice {text-align:left;border:0px solid #888;padding:0; margin:3% 0; }
.mainnotice li{text-align:left;overflow:hidden;height:30px;line-height:25px;border-bottom:1px #e8e8e8 solid;}
.mainnotice .tit{padding:3px;text-align:left;overflow:hidden;height:35px;line-height:30px;font-size:1.0em;width:100%;background-color:#505b61;border-radius: 0.2rem !important;margin-bottom:10px }
.mainnotice span{float:left;text-align:left;width:78%;overflow:hidden;color:#fff;}
.mainnotice .datetit{float:right;text-align:right;width:20%;overflow:hidden;color:#fff;  }
.mainnotice .subjecttxt{font-size:0.9em; }
.mainnotice .date{float:right;text-align:right;width:20%;overflow:hidden; }
.mainnotice img{margin-top:8px}
.mainnotice:after {content:""; display:block; clear:both;}


.maincscenter {text-align:left;margin-bottom:10.0vw}
.maincscenter .tit{padding:3px;text-align:center;height:35px;line-height:30px;font-size:1.0em;width:96%;background-color:#505b61;color:#fff; border-radius: 0.2rem !important;}
.maincscenter:after {content:""; display:block; clear:both;}
.maincscenter div {float:left; width:50%; padding:0ox; margin:3% 0; box-sizing:border-box;}
.maincscenter div h2 {padding-bottom:7%;}
.maincscenter div.foot_cs {border-right:1px solid #ccc; }
.maincscenter div.foot_cs h3 {font-size:1.6em; color:#ed5f00; font-weight:500; ;padding:1% 3%}
.maincscenter div.foot_cs h4 {font-size:1.0em;font-weight:500; line-height:15px; letter-spacing:-0.025em;padding:1% 3%;}
.maincscenter div.foot_cs p {color:#888; font-weight:400; padding:0 3%;}
.maincscenter div.foot_bank {}
.maincscenter div.foot_bank h3 {font-size:1.6em;color:#333; font-weight:500;padding:1% 3%;}
.maincscenter div.foot_bank h4 {font-size:1.0em;color:#505b61; font-weight:500;padding:1% 3%;}
.maincscenter div.foot_bank p {color:#333; font-weight:400;padding:0 3%;}

/**
.foot_btn {padding:3px;text-align:center;font-size:1.0em;font-weight:500;width:98%;background-color:#5784b7;color:#fff; border-radius: 0.5rem !important;}
.foot_btn:after {content:""; display:block; clear:both;}
.foot_btn li img{height: 40px;}
.foot_btn li {text-align:center;width:100%;height:46px;line-height:46px}
.foot_btn img {height:80%}
**/

.foot_bar {height:36px;border-bottom:1px dotted #7d8f99 !important;}
.foot_bar ul {margin:0 1.5625%;}
.foot_bar ul li {float:left;width:32.8%;text-align:center;height:36px;line-height:36px;}
.foot_bar ul li:nth-child(3) {width:32.8%;}
.foot_bar ul li:last-child {width:30.2%;}
.foot_bar ul li a {display:inline-block;width:100%;height:36px;line-height:36px;color:#fff; font-size: 0.9rem;font-weight:500;}
.foot_txt {padding:3%; text-align:left}
.foot_txt address {color:#fff;font-size:0.8em;line-height:1.5em; font-weight:400;}
.foot_txt address a {color:#fff;}
.foot_txt p.copy {padding:8px 0;color:#aaa;font-size:.9em;line-height:1.5em; font-weight:400;}

.foot_cscenter {text-align:left; }
.foot_cscenter .tit{text-align:center;height:50px;line-height:45px;font-size:1.0em;width:98%;background-color:#7d8f99;color:#fff;}
.foot_cscenter .tit img{vertical-align: middle; height:40px}
.foot_cscenter:after {content:""; display:block; clear:both;}
.foot_cscenter div {float:left; width:48%; padding:0ox; margin:3% 0; box-sizing:border-box;}
.foot_cscenter div.foot_phone {margin-left:2%}
.foot_cscenter div.foot_cs h3 {font-size:1.6em; color:#ed5f00; font-weight:500; ;padding:1% 3%}
.foot_cscenter div.foot_cs h4 {font-size:1.0em;font-weight:500; line-height:15px; letter-spacing:-0.025em;padding:1% 3%;}
.foot_cscenter div.foot_cs p {color:#888; font-weight:400; padding:0 3%;}
.foot_cscenter div.foot_bank {}
.foot_cscenter div.foot_bank h3 {font-size:1.6em;color:#333; font-weight:500;padding:1% 3%;}
.foot_cscenter div.foot_bank h4 {font-size:1.0em;color:#505b61; font-weight:500;padding:1% 3%;}
.foot_cscenter div.foot_bank p {color:#333; font-weight:400;padding:0 3%;}


.table-scroll-wrap {
  max-width: 100%;
  overflow-x: auto; }

#contentMypage {
	width:100%;display: inline-block;;padding:10.0vw 2.0vw;text-align:center;
  position: relative;}
  @media screen and (min-width: 641px) {
    .wrapper {
      padding: 0px ; } }
#contentMypage .tit1{font-size:4.3vw;font-weight:600;color:#7c7c7c !important;}
#contentMypage .tit2{font-size:7.375vw;font-weight:900;text-decoration:underline;color:#333333 !important;}
#contentMypage .list .item { background-color: #ffffff;width:95%; padding: 40px;border:1px solid #cdcdcd;margin:auto;margin-top:1.3125em;border-radius:3em;}
#contentMypage .list .item img { margin: 20px auto; }
#contentMypage .list .item .tit { line-height: 1.3; font-weight: 700; color: #111; font-size: 6.3vw; }
#contentMypage .list .item .tit span { margin-bottom: 10px; display: block; font-size: 6.3vw; ; color: #cacaca; }
#contentMypage .list .item .txt {line-height: 1.6; font-size: 4.3vw; }
#contentMypage .wrapper { position: relative; width: 100%; margin: 0 auto; max-width: 1200px; padding: 0 15px;margin-top:60px }




#contentvideo {background-color:#424242;width:100%;text-align:center;position: relative;margin:auto;padding:20px;}
  @media screen and (min-width: 641px) {
    .contentvideo {
      padding: 0px ; } }
#contentvideo .tit1{font-size:4.3vw;font-weight:600;color:#fff !important;}
#contentvideo .tit2{font-size:7.375vw;font-weight:900;text-decoration:underline;color:#ed5f00 !important;}
#contentvideo .tit3{font-size:3.7vw;color:#fff;}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:90%;}



#advantages {width:100%;background-color:#f3f3f3;display: inline-block;;padding:10.0vw 2.0vw;text-align:left;position: relative;}
@media screen and (min-width: 641px) {
  .wrapper {
    padding: 0px ; } }
#advantages .list {text-align:center}
#advantages .list .item { background-color: #ffffff;width:95%; padding: 40px;border:1px solid #cdcdcd;margin:auto;margin-top:1.3125em;border-radius:1em;text-align:left}
#advantages .list .item img { margin: 20px auto; }
#advantages .list { position: relative; width: 100%; margin: 0 auto; max-width: 1200px; padding: 0 15px;margin-top:60px }
#advantages .list .item .tit2 {display: block;font-size:3.9vw;font-weight:600;color: #7c7c7c;font-weight:700 }
#advantages .list .item .tit1 {display: block;font-size:4.375vw;font-weight:900;;color: #333333; }



#contentUp {width:100%;background-color:#d3e8ff;display: inline-block;;padding:10.0vw 2.0vw;text-align:left;position: relative;}
@media screen and (min-width: 641px) {
  .wrapper {
    padding: 0px ; } }
#contentUp .list {text-align:center}
#contentUp .list { position: relative; width: 100%; margin: 0 auto; max-width: 1200px; padding: 0 15px;margin-top:60px }



#contentleveltest {background-color:#31343b;width:100%;text-align:center;position: relative;margin:auto;padding:80px 20px 80px 20px;;}
  @media screen and (min-width: 641px) {
    .contentleveltest {
      padding: 0px ; } }

#contentleveltest .wrapper1 { padding:40px;display: inline-block;width:100%;position: relative; margin: auto; background-color: #4b5366;border-radius:2em;;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;margin-top:60px }
#contentleveltest .wrapper1 li{border:0px solid #ff0000;}
#contentleveltest .wrapper1 .list .item {text-align:center;line-height: 1.6;}
#contentleveltest .wrapper1 .list .item .tit1 {font-size:6.375vw;font-weight:900;color:#ed5f00 !important; }
#contentleveltest .wrapper1 .list .item .tit2 {font-size:4.5vw;font-weight:600;color:#fff !important;}
#contentleveltest .wrapper1 .list .item .tit3 {font-size:3.9vw;font-weight:600;color:#fff !important;}





.btn-submit {
	margin-top: 1.25rem;
  display: inline-block;
  font-size: 4.375vw;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 2em;
  background-color: #ed5f00;
 }
.btn-submit:hover{background-color: #ff8f44; }

.content_teacher {position:relative;height:370px; width:1440px; margin:30px auto; padding:0; clear:both;border:0px solid #ed5f00;}
.content_teacher li{float:left;text-align:center;width:330px;height:370px;background:#fff;border:1px #e0e0e0 solid;box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);border-radius:1em;;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.content_teacher .tit{line-height:30px;width:230px;margin:10px auto;overflow:hidden}
.content_teacher .timg{width:230px;height:175px;margin:10px auto;overflow:hidden}
.content_teacher .ttxt1{width:100%;height:60px;margin:15px auto auto auto;overflow:hidden;line-height: 1.6;font-size: 4.375vw;font-weight:600;border:0px solid #ed5f00;}
.content_teacher .ttxt2{width:100%;height:50px;margin:5px auto auto auto;overflow:hidden;line-height: 1.6;font-size: 3.9vw;color:#7c7c7c;border:0px solid #ed5f00;}
.content_teacher img{vertical-align:top;}






.teacher_btn {
  display: inline-block;
  font-weight: 500;
  font-size: 4.375vw;
  line-height: 1;
  padding: 1em 1.45833em;
  border-radius: 2em;
  background-color: #3f3f3f;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
    .teacher_btn.teacher_btn-arrow:hover {
      background-color: #fe8433;
      color: #ffffff; }
  @media screen and (min-width: 641px) {
    .teacher_btn {
      font-size: 1.75rem; } }


.content_After_tit .tit1{font-size:4.3vw;font-weight:600;margin-top:0.625em;}
.content_After_tit .tit2{font-size:7.375vw;font-weight:900;text-decoration:underline;color:#ed5f00 !important;}
.content_After_tit .tit3{font-size:3.7vw;color:#fff;}
.content_After {height:460px;width:100%;min-width:2300px;text-align:center;padding:80px 0px}
/**.content_After .list .item { background-color: #ffffff; width:350px; height: auto;padding: 40px;border:1px solid #cdcdcd;float:left }**/
.content_After .list .item {
	 		width:350px;float:left;
      position: relative;
      background-color: #fff;
      padding: 6.25vw 5.46875vw;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      border: 1px solid #cdcdcd;
      min-height:350px;
      height: auto; }

.content_After .list .item img { margin: -80px auto; }
.content_After .list .item .tit {margin-top:50px;line-height: 1.3; font-weight: 700; color: #111; font-size: 4.375vw;}
.content_After .list .item .tit span { margin-bottom: 10px; display: block; font-size:6.3vw; color: #cacaca; }
.content_After .list .item .txt {margin-top:20px;line-height: 1.6;font-weight:300; font-size:4.8vm;color: #585858; }
/**.content_After { position: relative; width: 100%; margin:auto;margin-top:100px; max-width: 1200px; padding: 0 15px;border:0px solid #ff0000;}**/









/***************** teacher_profile(홈페이지) ***********************/
.teacher-grid-mobile {
	margin:30px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.teacher-grid-mobile li{text-align:center; float:left}

.teacher-grid-item-mobile {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  display: inline-block;
  margin-left: 2.75%;
  border: 1px solid #ddd;
  box-sizing:border-box;
  padding:30px;
  margin-bottom:30px;
  max-width: 100%;
  }


  .teacher-grid-item-mobile .name {
      font-size: 20px;
      color: #555555;
      font-weight: 600;
      text-align:center;
	}
  .teacher-grid-item-mobile .name img{margin-bottom:5px}

  .teacher-grid-item-mobile .thumb {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin:20px auto auto auto;
    max-width: 100%;
    max-height: 100%;
    box-sizing:border-box;
    }
    .teacher-grid-item-mobile .thumb img {
    	width:99%;height:99%;border:1px solid #ddd;
      }


  .teacher-grid-item-mobile .tit1 {
      font-size: 20px;
      color: #3f3f3f;
      font-weight: 800;
      margin-top:20px;
      text-align:center;
      height:60px;
      overflow: hidden;
    }
  .teacher-grid-item-mobile .text1 {
      font-size: 15px;
      color: #6e6e6e;
      font-weight: 500;
      margin-top:10px;
       height:50px;
      overflow: hidden;

    }

.btn-video_on-mobile {
	border:0px solid #cdcdcd;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align:center;
  line-height: 28px;
  padding: 10px 0px 10px 0px;
  width:100%;
  margin-top:10px;
  border-radius: 1em;
  background-color: #ed5f00;
  color:#fff;
  box-sizing:border-box;
 }
.btn-video-mobile img{vertical-align:middle;}
.btn-video_on-mobile:hover{background-color: #f47824;color: #ffffff;}

.btn-video_off-mobile {
	border:0px solid #cdcdcd;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align:center;
  line-height: 28px;
  padding: 10px 0px 10px 0px;
  width:100%;
  margin-top:10px;
  border-radius: 1em;
  background-color: #9a9a9a;
  color:#fff;
  box-sizing:border-box;
 }

/***************** teacher_profile(홈페이지) ***********************/




/***************** textbook_list ***********************/
.textbook-grid-mobile {
	margin:30px auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.textbook-grid-mobile li{text-align:center; float:left}

.textbook-grid-item-mobile {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 32.16667%;
  flex: 1 0 32.16667%;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing:border-box;
  padding:30px;
  margin-bottom:30px;
  }


.textbook-grid-item-mobile .name {
	 border:0px solid #ddd;
      font-size: 20px;
      color: #555555;
      font-weight: 600;
      text-align:center;
      border-bottom:1px solid #ddd;
      padding-bottom:10px;
	}
  .textbook-grid-item-mobile .name img{margin-bottom:5px}


.textbook-grid-in1-mobile {
	border:0px solid #ddd;
	float:left;
	width:100%;
	height:auto;
	margin-top:30px;
	box-sizing:border-box;
	}

.textbook-grid-in2-mobile {
	float:left;
	max-width: 100%;
	padding:0px;
	margin-top:30px;
	box-sizing:border-box;
	}
.textbook-grid-in2-mobile img{vertical-align:middle;}

  .textbook-grid-item-mobile .thumb {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin:auto;
    max-width: 100%;
    max-height: 100%;
    box-sizing:border-box;
    }
    .textbook-grid-item-mobile .thumb img {
    	width:99%;height:99%;border:1px solid #ddd;
      }


  .textbook-grid-in2-mobile .tit1 {
      font-size: 15px;
      color: #3f3f3f;
      font-weight: 600;
      text-align:left;
    }
  .textbook-grid-in2-mobile .text1 {
      font-size: 15px;
      color: #6e6e6e;
      font-weight: 500;
      text-align:left;

    }

.btn-textbook_on-mobile {
	border:0px solid #cdcdcd;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align:center;
  line-height: 28px;
  padding: 5px 0px 5px 0px;
   width:100%;
  margin-top:10px;
  border-radius: 1em;
  background-color: #ed5f00;
  color:#fff;
  box-sizing:border-box;
 }
.btn-btn-textbook_on-mobile img{vertical-align:middle;}
.btn-textbook_on-mobile:hover{background-color: #f47824;color: #ffffff;}

.btn-textbook_off-mobile {
	border:0px solid #cdcdcd;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align:center;
  line-height: 28px;
  padding: 5px 0px 5px 0px;
   width:100%;
  margin-top:10px;
  border-radius: 1em;
  background-color: #9a9a9a;
  color:#fff;
  box-sizing:border-box;
 }
 /***************** textbook_list ***********************/


 /***************** 검색 ***********************/
 .search_box{margin:auto;margin-bottom:20px;padding:0.9375em;background-color:#f3f3f3}
.button-search {
  text-align: center;
  margin-top: 0.8em; }
.btn-search {
  display: inline-block;
  font-size: 4.21563vw;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em 1.2em;
  border-radius: 2em;
  background-color: #616161; }
  @media screen and (min-width: 641px) {
    .btn-search {
      font-size: 1.25rem; } }

/***************** 검색 ***********************/



/***************** 20220313 Mypage추가작업 ***********************/
.mobile-mypage-table{table-layout:fixed;border-top:1px solid #cecece; border-bottom:1px solid #cecece;border-collapse:collapse;}
.mobile-mypage-table td {text-align:center;border-bottom:1px solid #cecece; border:1px #cecece solid;font-size: 1.0rem;}
.mobile-mypage-table img {vertical-align:middle; margin:0;}

.inbox-table {table-layout:fixed;width:100%;height:80px;;margin:auto;border:0px solid #cacaca;border-collapse:collapse; border:0px solid #d0d1d3;}
.inbox-table td{border:0px solid #cacaca;display: table-cell  !important;vertical-align: middle !important;}

.inbox-table p{text-align:left}
.inbox-table .tit1{font-size: 1.2rem;;font-weight:700;}
.inbox-table .tit2{font-size: 1.0rem;}
/***************** 20220313 Mypage추가작업 ***********************/