@charset "UTF-8";
@use "@fontsource/fira-mono";

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/NotoSansKR-Light.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSansKR-Regular.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  src: url(../../fonts/NotoSansKR-Medium.otf) format("opentype")
}

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 600;
  src: url(../../fonts/NotoSansKR-Bold.otf) format("opentype")
}

@font-face {
  font-family: SCDream;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/SCDream4.woff) format("woff")
}

@font-face {
  font-family: SCDream;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/SCDream5.woff) format("woff")
}

@font-face {
  font-family: SCDream;
  font-style: normal;
  font-weight: 600;
  src: url(../../fonts/SCDream6.woff) format("woff")
}

@font-face {
  font-family: SCDream;
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/SCDream7.woff) format("woff")
}

@font-face {
  font-family: SCDream;
  font-style: normal;
  font-weight: 900;
  src: url(../../fonts/SCDream9.woff) format("woff")
}

.mo_elm {
  display: none
}

@media screen and (max-width: 768px) {
  .pc_elm {
    display: none
  }

  .mo_elm {
    display: block
  }
}

.wrapper {
  margin: 0 auto;
  background: #fff
}

.at-container {
  max-width: 1400px;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -o-box-sizing: initial;
  -moz-box-sizing: initial;
  -ms-box-sizing: initial
}

.page-container {
  max-width: 1400px;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -o-box-sizing: initial;
  -moz-box-sizing: initial;
  -ms-box-sizing: initial
}

.at-content {
  position: relative
}

.at-row {
  margin-left: -15px;
  margin-right: -15px
}

.at-col {
  position: relative;
  padding: 20px 15px
}

.nav-fixed .at-menu {
  width: 100%;
  z-index: 10;
  left: 0
}

@media all and (max-width: 768px) {
  .at-container {
    padding: 0 5.20833vw;
    margin: 0 auto 10vw
  }

  .page-container {
    padding: 0 5.20833vw;
    margin: 0 auto 20px
  }

  .at-container.w-main {
    padding: 0
  }

  .responsive .at-body .at-row {
    margin-left: 0;
    margin-right: 0
  }

  .responsive .at-body .at-col {
    padding-left: 0;
    padding-right: 0
  }

  .responsive .pull-right.at-main,
  .responsive .pull-left.at-side {
    float: none !important
  }
}

h1,
h2,
p {
  font-weight: 400
}

p {
  line-height: 1.5
}

a {
  color: var(--color-theme-1);
  text-decoration: none
}

h1 {
  font-size: 2rem;
  text-align: center
}

h2 {
  font-size: 1rem
}

.text-column {
  display: flex;
  max-width: 48rem;
  flex: .6;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto
}

input,
button {
  font-size: inherit;
  font-family: inherit
}

::placeholder {
  font-size: .9rem
}

a {
  color: #000
}

button {
  background: none;
  border: none;
  cursor: pointer;
  word-break: keep-all
}

input,
select,
textarea {
  min-height: 2.5rem;
  padding: .5rem .75rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  resize: none
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-height: 0
}

input[type=submit] {
  padding: .625rem .875rem;
  min-height: 2.5rem;
  cursor: pointer
}

input[type=submit]:hover {
  background: #434071
}

caption {
  display: none
}

body.hide {
  overflow-y: hidden
}

#wrap {
  display: flex
}

main {
  width: 100%;
  background: #fff
}

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

* {
  margin: 0;
  padding: 0;
  color: #000;
  border: 0;
  box-sizing: border-box;
  font-family: SCDream;
  font-size: .9375rem
}

@media (max-width: 768px) {
  * {
    font-size: .8125rem
  }
}

.admin * {
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-size: .9375rem
}

.admin main {
  min-height: calc(100vh - 154px)
}

.table_srcoll {
  min-height: 480px
}

.page_title h2 {
  width: 100%;
  padding: 1.25rem 2rem;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.5rem;
  font-weight: 700
}

.sub_title {
  margin: 20px 0 0;
  font-size: 1.1rem;
  font-weight: 600
}

.part {
  padding: 2rem;
  overflow: hidden
}

.part button {
  margin: 10px 0 0;
  float: right;
  background: #656390;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 300
}

.part button a {
  color: #fff;
  font-size: .9rem
}

.part button:hover {
  background: #434071
}

.search_top_wrap {
  display: flex;
  justify-content: space-between
}

.search_row input,
.search_row select {
  height: 39px;
  padding: 0 20px
}

.search_row input[type=text] {
  padding: 0 5px
}

.search_row input[type=submit]:hover {
  color: #fff
}

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

.search_row>li {
  float: left;
  margin: 0 0 0 5px
}

.search_row>li:first-of-type {
  margin: 0
}

.search_row>li>span {
  font-size: .8125rem;
  color: #8f8f8f;
  display: block;
  margin: 0 0 3px
}

.etc_wrap {
  display: flex;
  flex-direction: column-reverse
}

.etc_buttons {
  width: max-content;
  margin: 10px 0 0
}

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

.etc_buttons button {
  width: max-content;
  overflow: hidden;
  float: left;
  background: #656390;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 300;
  margin: 0 0 0 5px
}

.etc_buttons button:first-of-type {
  margin: 0
}

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

.search_top_wrap.on_btn {
  display: block
}

.search_top_wrap.on_btn .etc_buttons {
  float: right
}

.register_list {
  max-width: 900px;
  margin: 1.25rem 0 0;
  display: flex;
  justify-content: end
}

.register_list button {
  margin: 0 0 0 5px;
  float: none
}

.page_title {
  position: relative
}

table {
  width: 100%;
  margin: 1.25rem 0 0;
  border-collapse: collapse
}

table th {
  padding: 8px 16px;
  background: #f4f4f4;
  border: 1px solid #cacaca;
  word-break: keep-all
}

table td {
  padding: 10px 16px;
  border: 1px solid #e2e2e2;
  text-align: center
}

table td select {
  width: 100%
}

table td .alert,
.alert-pw {
  margin: 5px 0 0;
  font-size: .88rem;
  text-align: left
}

table td .alert.yes {
  color: #1414c3
}

table td .alert.no {
  color: red
}

table .text_center {
  text-align: center
}

table .flex_td {
  display: flex;
  justify-content: center;
  align-items: center
}

table .flex_td .large_button,
table .flex_td input+input,
table .flex_td select {
  margin: 0 0 0 5px
}

table .flex_td p {
  margin: 0 5px
}

table .flex_td .large_button {
  min-height: 2.5rem
}

table input {
  width: 100%
}

table td.btn_td {
  text-align: left
}

.add_table {
  max-width: 1200px;
  min-width: 0 !important
}

.add_table th {
  word-break: keep-all;
  border-left: 0
}

.add_table td {
  padding: 1.25rem;
  border-right: 0
}

.file_wrap {
  display: flex;
  gap: 10px
}

.post_info img {
  width: 100%
}

.button_container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 28px;
  width: 35px;
  cursor: pointer;
  z-index: 1;
  transition: opacity .25s ease;
  border: 0;
  background-color: transparent
}

.button_container:hover {
  opacity: .7
}

.button_container.active .top {
  transform: translateY(11px) translate(0) rotate(45deg);
  background: #fff
}

.button_container.active .middle {
  opacity: 0;
  background: #fff
}

.button_container.active .bottom {
  transform: translateY(-11px) translate(0) rotate(-45deg);
  background: #fff
}

.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer
}

.button_container span:nth-of-type(2) {
  top: 11px
}

.button_container span:nth-of-type(3) {
  top: 22px
}

.overlay {
  position: fixed;
  background: #2a3f50;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  font-weight: 300
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.overlay nav {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  text-align: center
}

.overlay-list {
  width: 50%;
  display: inline-block
}

.overlay-list>li {
  height: 5rem;
  line-height: 5rem;
  margin: 20px 0 0;
  position: relative;
  opacity: 0
}

.overlay-list>li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  overflow: hidden
}

.overlay-list li a:hover:after,
.overlay-list li a:focus:after,
.overlay-list li a:active:after {
  width: 50%
}

.overlay-list li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0%;
  transform: translate(-50%);
  height: 3px;
  background: #fff;
  transition: .35s
}

.mobile_link_buttons {
  height: 5rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1
}

.mobile_link_buttons>li {
  width: 8.75rem;
  height: 5rem;
  line-height: 5rem;
  opacity: 0
}

.mobile_link_buttons>li a {
  width: 100%;
  height: 100%;
  color: #fff
}

.mobile_link_buttons .go_home {
  margin: 0 10px 0 0;
  background: none !important;
  color: #fff
}

.mobile_link_buttons .select_account button {
  width: 100%;
  height: 100%;
  line-height: 5rem;
  padding: 0 0 0 10px;
  background: none;
  text-align: left;
  color: #fff
}

.mobile_link_buttons .select_account button span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff
}

.mobile_link_buttons .select_account ul {
  background: #fff
}

.mobile_link_buttons .select_account li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #333;
  opacity: 0
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%
  }

  to {
    opacity: 1;
    left: 0
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%
  }

  to {
    opacity: 1;
    left: 0
  }
}

@media (max-width: 1023px) {
  #contents {
    width: 100%
  }

  .table_srcoll {
    width: 100%;
    overflow-x: auto
  }

  table {
    min-width: 80rem;
    table-layout: fixed
  }
}

@media (max-width: 750px) {
  .add_table colgroup {
    display: revert
  }

  .add_table col:first-child {
    width: 85px !important
  }

  .add_table td {
    padding: 1rem 1.25rem
  }
}

@media (max-width: 375px) {
  .search_bar {
    flex-wrap: wrap
  }

  .search_bar input[type=text] {
    width: calc(100% - 56px);
    margin: 5px 0 0
  }

  .search_bar input[type=submit] {
    width: 51px;
    margin: 5px 0 0 5px
  }

  .part button {
    padding: 6px 10px
  }

  .mobile_link_buttons {
    left: 15px
  }

  .mobile_link_buttons>li {
    width: 6.5rem
  }
}

.admin .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.admin .pagination>li {
  display: inline
}

.admin .pagination>li>a,
.admin .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer
}

.admin .pagination>li:first-child>a,
.admin .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.admin .pagination>li:last-child>a,
.admin .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.admin .pagination>li>a:hover,
.admin .pagination>li>span:hover,
.admin .pagination>li>a:focus,
.admin .pagination>li>span:focus {
  color: #2a3f50;
  background-color: #eee;
  border-color: #ddd
}

.admin .pagination>.active>a,
.admin .pagination>.active>span,
.admin .pagination>.active>a:hover,
.admin .pagination>.active>span:hover,
.admin .pagination>.active>a:focus,
.admin .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2a3f50;
  border-color: #2a3f50
}

.admin .pagination>.disabled>span,
.admin .pagination>.disabled>span:hover,
.admin .pagination>.disabled>span:focus,
.admin .pagination>.disabled>a,
.admin .pagination>.disabled>a:hover,
.admin .pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.admin .pagination-lg>li>a,
.admin .pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 1.125rem
}

.admin .pagination-lg>li:first-child>a,
.admin .pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px
}

.admin .pagination-lg>li:last-child>a,
.admin .pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.admin .pagination-sm>li>a,
.admin .pagination-sm>li>span {
  padding: 5px 10px;
  font-size: .75rem
}

.admin .pagination-sm>li:first-child>a,
.admin .pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

.admin .pagination-sm>li:last-child>a,
.admin .pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

li {
  list-style: none
}

.amina-header {
  display: none
}

.fx_header {
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 12;
  transition: all ease .5s;
  background: #fff
}

.fx_header_m {
  display: none
}

.fx_header .con_rt .fx_search input.on::placeholder {
  color: #666
}

.fx_header_m .pull-right .fx_search input.on::placeholder {
  color: #ff7200
}

.fx_header .con_lt {
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto
}

.fx_header .con_lt .fx_logo {
  width: 120px;
  height: 90px;
  line-height: 90px;
  float: left;
  text-align: center
}

.fx_header .con_lt .fx_menu {
  float: left;
  padding-left: 40px
}

.fx_header .con_lt .fx_menu ul li {
  display: inline-block;
  padding-left: 30px
}

.fx_header .con_rt ul {
  float: left;
  line-height: 90px
}

.fx_header .con_lt .fx_menu ul li:last-child {
  padding-right: 255px
}

.fx_header .con_lt .fx_menu ul li a,
.fx_header .con_rt ul li a {
  font-size: .9375rem;
  color: #777;
  display: block;
  height: 90px;
  line-height: 90px;
  letter-spacing: -.75px;
  padding: 0;
  transition: all ease .5s;
  border-bottom: 2px solid transparent
}

.fx_header .con_lt .fx_menu ul li.on a {
  color: #ff7200 !important
}

.fx_header .con_lt .fx_menu ul li.off a {
  color: #666
}

.fx_header .con_rt ul div.allMenu a {
  font-size: 1.5625rem;
  position: relative;
  top: 2px;
  color: #777 !important
}

.fx_header .con_rt ul div.allMenu a:hover {
  border-bottom: 0;
  color: #777 !important
}

.fx_header .con_rt ul div.allMenu i.fa-close {
  display: none
}

.fx_header .con_rt ul div.allMenu.active i.fa-close {
  display: inline
}

.fx_header .con_rt ul div.allMenu.active i.fa-bars,
.fx_header .con_rt ul div.allMenu.active img {
  display: none
}

.fx_header .con_rt {
  float: left;
  position: relative;
  height: 90px;
  overflow: hidden
}

.fx_header .con_rt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
  background: #ffffff4d;
  transition: all ease .5s
}

.fx_header .con_rt .fx_search {
  display: inline-block;
  float: left;
  line-height: 90px;
  padding-left: 50px;
  padding-right: 35px
}

.fx_header_m .pull-right .fx_search {
  display: inline-block;
  float: left;
  line-height: 90px;
  padding-left: 0;
  padding-right: 25px
}

.fx_header .con_rt .fx_search button {
  background: 0 0;
  border: 0;
  color: #777;
  font-size: 1.25rem;
  position: relative;
  transition: all ease .5s
}

.fx_header_m .pull-right .fx_search button {
  background: 0 0;
  border: 0;
  color: #ff7200;
  font-size: 1.25rem;
  position: relative;
  top: -9px;
  transition: all ease .5s
}

.fx_header .con_rt .fx_search input {
  background: 0 0;
  border: 0;
  color: #777;
  font-size: 1.25rem;
  padding-left: 5px;
  transition: all ease .5s
}

.fx_header_m .pull-right .fx_search input {
  background: 0 0;
  border: 0;
  color: #ff7200;
  font-size: 1.25rem;
  padding-left: 5px;
  transition: all ease .5s
}

.fx_header .con_rt .fx_search input::placeholder {
  color: #777;
  letter-spacing: .7px;
  transition: all ease .5s
}

.fx_header_m .pull-right .fx_search input::placeholder {
  color: #ff7200;
  letter-spacing: .7px;
  transition: all ease .5s
}

.fx_header .con_rt .fx_sns {
  display: block;
  float: left
}

.fx_header .con_rt .fx_sns ul li {
  display: inline-block
}

.fx_header .con_rt .fx_sns ul li a {
  display: block;
  height: 90px;
  line-height: 90px;
  padding: 0 25px
}

.fx_header_drop {
  z-index: 20;
  position: fixed;
  background-color: #ff7200e6;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  margin-right: -100%;
  padding: 5% 10% 5% 5%;
  box-sizing: initial
}

.fx_header_drop ul {
  overflow: hidden;
  width: 100%
}

.fx_header_drop ol li a {
  font-weight: 300;
  line-height: 2;
  font-size: 1.0625rem;
  cursor: pointer;
  color: #fff
}

.fx_header_drop ul>li.wid {
  padding: 55px 60px 70px
}

.fx_header_drop ul>li h1 {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: -.05em;
  padding-bottom: 5%;
  margin-bottom: 5%
}

.fx_header_drop ul>li>ol {
  color: #fff;
  line-height: 160%;
  letter-spacing: -.05em;
  overflow: hidden
}

.fx_header_drop .li1 {
  width: 48%;
  height: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  float: left
}

.fx_header_drop .li2 {
  width: 47%;
  height: 30%;
  float: left;
  margin-bottom: 5%;
  padding-bottom: 40px
}

.fx_header_drop .li3,
.fx_header_drop .li4,
.fx_header_drop .li5,
.fx_header_drop .li6 {
  width: 20%;
  float: left;
  margin-right: 6%
}

.fx_header_drop .li6 {
  margin-right: 0
}

.fx_header_drop .li1 ol li {
  float: left;
  width: 50%;
  display: flex;
  align-items: center
}

.fx_header_drop .li2 ol li:nth-child(2n-1) {
  float: left;
  width: 30%
}

.fx_header_drop .li2 ol li:nth-child(2n) {
  float: left;
  width: 70%
}

.fx_header_drop .li3 ol li,
.fx_header_drop .li4 ol li,
.fx_header_drop .li5 ol li,
.fx_header_drop .li6 ol li {
  width: 100%
}

.fx_header_drop p {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 53px;
  letter-spacing: -.05em;
  color: #fff;
  margin-bottom: 5%
}

#close-menu-btn {
  cursor: pointer;
  position: absolute;
  right: 10%;
  color: #fff
}

.fa-search {
  line-height: 1.15em !important
}

.fx_header_m_search {
  display: none
}

.search-area {
  z-index: 10000;
  position: fixed;
  background-color: #ff7200e6;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  margin-right: -100%;
  padding: 5% 10% 5% 5%;
  color: #fff;
  box-sizing: initial
}

.search-input {
  width: 100%;
  border-bottom: 2px solid #fff;
  height: 10%;
  display: flex;
  align-items: center;
  margin-top: 7%;
  margin-bottom: 10%
}

#search-input {
  height: 53px;
  width: 100%;
  border: none;
  background: 0 0;
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: -.05em
}

#search-input::placeholder {
  color: #ffffff80
}

#search-input::-webkit-input-placeholder {
  color: #ffffff80
}

#search-input:-ms-input-placeholder {
  color: #ffffff80
}

#search-btn {
  width: 25px;
  height: 25px;
  margin-left: 7px;
  cursor: pointer
}

.search-title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 160%;
  letter-spacing: -.05em;
  color: #fff;
  margin: 0 0 20px
}

.tags {
  width: 100%;
  margin-bottom: 5%;
  font-weight: 300
}

.tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.tag {
  border: 1px solid #fff;
  padding: 6px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer
}

.side-event-thumbnail {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden
}

.side-event-thumbnail img {
  width: 100%;
  height: 100%
}

.progress-events {
  height: 100%
}

.events {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap
}

.events div {
  cursor: pointer
}

.progress-img {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  height: 25%
}

.progress-img img {
  opacity: 1
}

.progress-title {
  position: relative
}

.progress-title div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .9375rem;
  line-height: 26px
}

.progress-event {
  width: 47%
}

.progress-event:nth-child(1) {
  margin-right: 5%
}

.event-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -.05em;
  color: #fff;
  width: 60%;
  display: block
}

#close-search-btn,
#close-menu-btn {
  cursor: pointer;
  position: absolute;
  right: 10%
}

@media (max-width: 1600px) {
  .fx_header .con_lt .fx_menu ul li {
    padding-left: 20px
  }

  .fx_header .con_rt .fx_search button,
  .fx_header .con_rt .fx_search input {
    font-size: 1.0625rem
  }

  .fx_header .con_rt .fx_sns {
    padding-right: 40px
  }

  .fx_header .con_rt .fx_search {
    padding-left: 10px
  }

  .fx_header .con_lt {
    margin-left: 8%
  }

  .fx_header .con_lt .fx_menu ul li:last-child {
    padding-right: 180px
  }
}

@media (max-width: 1400px) {
  .fx_header .con_lt .fx_menu ul li:last-child {
    padding-right: 70px
  }
}

@media (max-width: 1300px) {
  .fx_header .con_lt {
    width: 75%;
    margin-left: 6%
  }

  .fx_header .con_lt .fx_menu ul li {
    padding-left: 25px
  }

  .fx_header .con_rt {
    width: 29%
  }

  .fx_header .con_rt:before {
    height: 30px
  }

  .fx_header .con_rt .fx_search button,
  .fx_header .con_rt .fx_search input {
    font-size: 1rem
  }

  .fx_header .con_lt .fx_menu ul li:last-child {
    padding-right: 15px
  }

  .fx_header .con_rt .fx_sns {
    padding-right: 0
  }

  .fx_header .con_lt .fx_menu {
    padding-left: 20px
  }
}

@media (max-width: 1200px) {
  .fx_header .con_lt {
    margin-left: 3%
  }

  .fx_header .con_lt .fx_menu {
    padding-left: 10px
  }

  .fx_header .con_rt .fx_sns ul li:nth-of-type(1) a {
    padding-left: 5px
  }

  .fx_header .con_rt .fx_sns ul li a {
    padding: 0 12px
  }

  .fx_header .con_rt {
    width: 22%
  }

  .fx_header .con_lt .fx_menu ul li {
    padding-left: 20px
  }
}

@media (max-width: 1100px) {
  .fx_header .con_lt .fx_menu ul li {
    padding-left: 15px
  }

  .fx_header .con_lt .fx_menu ul li a {
    font-size: .9375rem
  }

  .fx_header .con_rt:before {
    display: none
  }

  .fx_header .con_rt .fx_search button,
  .fx_header .con_rt .fx_search input {
    font-size: .9375rem
  }

  .fx_header .con_rt {
    width: 27%;
    margin-left: 4%
  }

  .fx_header .con_rt .fx_sns {
    padding-right: 0
  }

  .fx_header .con_rt .fx_search {
    padding-right: 25px
  }

  .fx_header .con_lt .fx_menu ul li:last-child {
    padding-right: 10px
  }

  .fx_header .con_rt .fx_sns ul li a {
    padding: 0 17px
  }

  .fx_header .con_lt {
    margin-left: 2px
  }
}

@media (max-width: 1024px) {

  .fx_header_pc,
  .fx_header_drop {
    display: none
  }

  .fx_header_m {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
  }

  .fx_header_m .pull-left {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    margin-left: 20px
  }

  .fx_header_m .pull-right {
    height: 80px;
    line-height: 80px;
    padding-right: 20px
  }

  .fx_header_m .pull-right a {
    color: #ff7200;
    font-size: 1.875rem
  }

  .fx_header_m .fx_header_m_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff7a00f2;
    z-index: 9999;
    padding: 0 20px
  }

  .fx_header_m .fx_header_m_pop .fx_top_m {
    overflow: hidden;
    margin: 0 -20px
  }

  .fx_header_m .fx_header_m_pop .fx_top_m .pull-right a {
    color: #fff;
    font-size: 2.5rem
  }

  .fx_header_m .fx_header_m_pop .fx_search_m {
    margin: 5% 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    overflow: hidden
  }

  .fx_header_m .fx_header_m_pop .fx_search_m button {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    width: 35px;
    float: left;
    text-align: left
  }

  .fx_header_m .fx_header_m_pop .fx_search_m input {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 1.375rem;
    width: calc(100% - 35px);
    float: left;
    text-align: left
  }

  .fx_header_m .fx_header_m_pop .fx_search_m input::placeholder {
    color: #fff
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m ul {
    width: 100%;
    margin-top: 20%;
    list-style: none
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m li {
    margin-bottom: 40px;
    text-align: center
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m li a {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.625rem;
    color: #fff
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m li.on a {
    border-bottom: 2px solid #fff
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m {
    margin-top: 5%
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul {
    text-align: center
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li {
    display: inline-block;
    margin: 0 15px
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li a img {
    width: 65px
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li:first-of-type a img {
    width: 22px
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li:nth-of-type(2) a img {
    width: 50px
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li:last-of-type a img {
    width: 60px
  }

  .fx_header_m_search {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
  }

  .fx_header_m_search .pull-left {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    margin-left: 20px
  }

  .fx_header_m_search .pull-right {
    height: 80px;
    line-height: 80px;
    padding-right: 20px
  }

  .fx_header_m_search .pull-right a {
    color: #ff7200;
    font-size: 1.875rem
  }

  .fx_header_m_search .fx_header_m_search_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff7a00f2;
    z-index: 9999;
    padding: 0 30px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_top_m_search {
    overflow: hidden;
    margin: 0 -20px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_top_m_search .pull-right a {
    color: #fff;
    font-size: 2.5rem
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_search_m {
    margin: 5% 0;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    overflow: hidden
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_search_m button {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 1.25rem;
    width: 35px;
    float: right;
    text-align: left
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_search_m input {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 1.3125rem;
    width: calc(100% - 35px);
    float: left;
    text-align: left;
    letter-spacing: -.5px;
    padding-top: 6px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_search_m input::placeholder {
    color: #fff
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_menu_m ul {
    width: 100%;
    margin-top: 20%;
    list-style: none
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_menu_m li {
    margin-bottom: 40px;
    text-align: center
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_menu_m li a {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 1.625rem;
    color: #fff
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_menu_m li.on a {
    border-bottom: 2px solid #fff
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m {
    margin-top: 5%
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul {
    text-align: center
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul li {
    display: inline-block;
    margin: 0 15px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul li a img {
    width: 65px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul li:first-of-type a img {
    width: 22px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul li:nth-of-type(2) a img {
    width: 50px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_sns_m ul li:last-of-type a img {
    width: 60px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_information_m {
    padding-top: 35px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_information_m .fx_info_title_m,
  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_title_m {
    font-size: 1.6875rem;
    font-weight: 700;
    letter-spacing: -2.1px;
    color: #fff
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_information_m .fx_info_section {
    padding-top: 30px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_information_m .fx_info_section .fx_info {
    display: inline-block;
    font-size: .9375rem;
    width: auto;
    padding: 6px 14px;
    height: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m {
    padding-top: 45px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m {
    padding-top: 35px;
    overflow-x: scroll;
    overflow-y: hidden
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .post-row {
    width: 214px !important
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .post-row .post-list {
    box-shadow: none;
    border-radius: 0;
    margin-right: 15px;
    margin-bottom: 40px
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .post-row .post-list .img-wrap {
    height: 120px;
    padding-bottom: 0
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .post-row .post-list .img-wrap .img-item img {
    width: 100%;
    height: 100%
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .basic-post-gallery {
    width: 650px;
    overflow-x: scroll
  }

  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .basic-post-gallery .post-content,
  .fx_header_m_search .fx_header_m_search_pop .fx_event_m .fx_event_section_m .basic-post-gallery .post-txt {
    background: 0 0;
    margin-top: 15px;
    border-top: 2px solid #fff
  }
}

@media (max-width: 767px) {
  .fx_header_m .pull-left {
    width: 80px;
    height: 80px;
    line-height: 80px
  }

  .fx_header_m .pull-left img {
    width: 70px
  }

  .fx_header_m .pull-right {
    height: 80px;
    line-height: 80px
  }

  .fx_header_m .pull-right a {
    color: #ff7200;
    font-size: 1.6875rem
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m li {
    margin-bottom: 20px
  }

  .fx_header_m .fx_header_m_pop .fx_menu_m li a {
    font-size: 1.25rem
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m {
    margin-top: 10%
  }

  .fx_header_m .fx_header_m_pop .fx_sns_m ul li a img {
    width: 45px
  }
}

#paging {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10
}

#paging li {
  position: relative;
  margin-bottom: 15px
}

#paging li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px
}

#paging li:last-of-type {
  margin-bottom: 0
}

#paging li a {
  color: #fff;
  font-size: 1.125rem;
  padding-left: 30px
}

#paging li.active a {
  color: #ff7200
}

#paging li.active:before {
  border-color: #ff7200
}

.section {
  background-size: cover !important;
  transition: all ease .5s
}

.section#section0 {
  background: linear-gradient(#0009, #0009), url(/img/main_con1_bg.jpg) center center no-repeat
}

.section#section1 {
  background: linear-gradient(#0009, #0009), url(/img/main_con2_1_bg.jpg) center center no-repeat
}

.section#section2 {
  background: linear-gradient(#0009, #0009), url(/img/main_con3_bg.jpg) center center no-repeat
}

.section#section3 {
  background: linear-gradient(#0009, #0009), url(/img/main_con4_bg.jpg) center center no-repeat
}

.section .con {
  max-width: 1420px;
  padding: 0 10px;
  margin: 6% auto 0
}

.section .con h1 {
  font-size: 4.375rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 70px
}

.section .con1 .play {
  width: 54px;
  height: 61px;
  left: 50%;
  top: 50%;
  background: url(/img/play-button.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  transform: translate(-50%, -50%)
}

.section .con1 #video {
  width: 100%;
  max-width: 1200px
}

.section .con2 .intro_main {
  margin-bottom: 70px
}

.section .con2 .intro_main p {
  font-size: 1.875rem;
  color: #ff7200;
  margin: 35px 0 15px
}

.section .con2 .intro_main span {
  font-size: .875rem;
  color: #fff
}

.section .con2 .intro_box {
  display: none;
  max-width: 900px;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 70px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 10px 10px 5px -2px #19191973, -10px -5px 5px -2px #19191973, 10px 10px 18px -2px #19191973
}

.section .con2 .intro_box>div {
  display: table-cell
}

.section .con2 .intro_box>div.int_img {
  width: 70%;
  background: url(/img/main_con2_sm1.jpg) center center;
  background-size: 100% 100% !important;
  vertical-align: bottom;
  padding-bottom: 40px;
  text-align: left;
  text-indent: 30px;
  transition: all ease .5s
}

.section .con2 .intro_box>div.int_img ul li {
  display: none
}

.section .con2 .intro_box>div.int_img ul li.on {
  display: block
}

.section .con2 .intro_box>div.int_img ul li span {
  display: block;
  color: #fff;
  font-size: 3.125rem;
  margin-bottom: 40px
}

.section .con2 .intro_box>div.int_img ul li font {
  color: #fff;
  font-size: 1.875rem;
  display: block
}

.section .con2 .intro_box>div.int_txt {
  width: 30%;
  background: #ff7200;
  color: #fff;
  text-align: left;
  padding: 130px 0
}

.section .con2 .intro_box>div.int_txt font {
  font-size: 1.375rem;
  color: #fff;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  line-height: 30px
}

.section .con2 .intro_box>div.int_txt a {
  display: block;
  max-width: 200px;
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 0;
  font-size: 1rem
}

.section .con2 .intro_box>div.int_txt ul li {
  display: none
}

.section .con2 .intro_box>div.int_txt ul li.on {
  display: block
}

.section .con2 ul.intro_btn {
  margin-right: -35px;
  overflow: hidden
}

.section .con2 ul.intro_btn li {
  width: 20%;
  float: left;
  padding-right: 35px;
  margin-bottom: 35px
}

.section .con2 ul.intro_btn li a {
  display: block;
  background: #ff7200;
  border: 1px solid #ff7200;
  height: 80px;
  text-align: center
}

.section .con2 ul.intro_btn li a strong {
  display: block;
  font-size: 1.875rem;
  color: #fff;
  margin: 17px 0 10px
}

.section .con2 ul.intro_btn li a small {
  font-size: .875rem;
  color: #fff
}

.section .con2 ul.intro_btn li.on a {
  background: #ff7200;
  border-color: #ff7200
}

.section .con2 ul.intro_btn li.off a {
  background: 0 0;
  border-color: #fff
}

.section .con2 .intro_btn.intro_btn_m {
  display: none;
  margin-top: 50px;
  position: relative;
  z-index: 5
}

.section .con2 .intro_btn.intro_btn_m button {
  background: #ff7200;
  border: 0;
  color: #fff;
  width: 300px;
  height: 100px;
  position: relative
}

.section .con2 .intro_btn.intro_btn_m button span {
  display: block;
  font-size: 2.1875rem;
  line-height: 1;
  margin-bottom: 10px
}

.section .con2 .intro_btn.intro_btn_m button font {
  font-size: 1.125rem
}

.section .con2 .intro_btn.intro_btn_m button i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5625rem
}

.section .con2 .intro_btn.intro_btn_m ul {
  list-style: none;
  display: none;
  width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 1px solid #ff7200;
  border-width: 1px 0 0 1px
}

.section .con2 .intro_btn.intro_btn_m ul li {
  color: #fff;
  border: 1px solid #ff7200;
  border-width: 0 1px 1px 0;
  background: #000c;
  padding: 15px 0 10px;
  cursor: pointer
}

.section .con2 .intro_btn.intro_btn_m ul li span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 5px
}

.section .con2 .intro_btn.intro_btn_m ul li font {
  font-size: .875rem
}

.section .con3 .wid .wid_btn {
  margin-top: 50px;
  text-align: center
}

.section .con3 .wid .wid_btn a {
  margin: 0 auto;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  width: 300px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 1.25rem;
  display: block
}

.section .con3 .wid .wid_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 400px
}

.section .con3 .wid .wid_img a img {
  width: 400px;
  height: 400px;
  cursor: pointer;
  visibility: hidden;
  border-radius: 15px
}

.section .con3 .wid .wid_img a p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  text-align: center
}

.section .con4 {
  margin-top: 3.5%
}

@media (max-width: 1400px) {
  #paging {
    display: none
  }
}

@media (max-width: 1300px) {
  .section .con1 #video {
    max-width: 1000px
  }

  .section .con2 ul.intro_btn {
    margin-right: -15px
  }

  .section .con2 ul.intro_btn li {
    padding-right: 15px;
    margin-bottom: 15px
  }

  .section .con2 ul.intro_btn li a strong {
    font-size: 1.5625rem
  }

  .section .con2 ul.intro_btn li a small {
    font-size: .8125rem
  }
}

@media (max-width: 1100px) {
  .section .con2 ul.intro_btn {
    margin-right: -10px
  }

  .section .con2 ul.intro_btn li {
    padding-right: 10px;
    margin-bottom: 10px
  }

  .section .con2 ul.intro_btn li a strong {
    font-size: 1.4375rem
  }

  .section .con2 ul.intro_btn li a small {
    font-size: .75rem
  }
}

@media (max-width: 991px) {
  .section {
    height: auto !important
  }

  .section .con {
    margin-top: 0;
    padding: 50px 30px
  }

  .section .con h1 {
    font-size: 3.75rem;
    margin-bottom: 40px
  }

  .section .con1 {
    padding: 20% 20px !important
  }

  .section .con1 .play {
    width: 36px;
    height: 41px
  }

  .section .con2 .intro_box {
    margin-bottom: 0
  }

  .section .con2 .intro_box>div {
    display: block;
    width: 100% !important
  }

  .section .con2 .intro_box>div.int_img {
    height: 350px !important;
    position: relative;
    text-indent: 0;
    background-size: cover !important
  }

  .section .con2 .intro_box>div.int_img ul {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 100%;
    transform: translate(-50%);
    text-align: center
  }

  .section .con2 .intro_box>div.int_txt {
    padding: 30px;
    overflow: hidden
  }

  .section .con2 .intro_box>div.int_txt a {
    margin-top: 10px;
    width: 40%;
    float: right
  }

  .section .con2 .intro_box>div.int_txt font {
    width: 60%;
    float: left
  }

  .section .con2 .intro_btn.intro_btn_pc {
    display: none
  }

  .section .con2 .intro_btn.intro_btn_m {
    display: block
  }

  .section .con3 .wid .wid_btn a {
    font-size: 1.125rem;
    width: 250px;
    height: 60px;
    line-height: 60px
  }
}

@media (max-width: 950px) {
  .section .con {
    padding: 140px 20px
  }
}

@media (max-width: 767px) {
  .section .con h1 {
    font-size: 2.8125rem
  }

  .section .con1 {
    padding: 61.5% 20px !important
  }

  .section .con2 .intro_main {
    margin-bottom: 0
  }

  .section .con2 .intro_main img {
    width: 70%
  }

  .section .con2 .intro_main p {
    font-size: 1.5625rem
  }

  .section .con2 .intro_box>div.int_img {
    height: 300px !important
  }

  .section .con2 .intro_box>div.int_img ul li span {
    font-size: 2.8125rem;
    margin-bottom: 25px
  }

  .section .con2 .intro_box>div.int_img ul li font {
    font-size: 1.5625rem
  }

  .section .con2 .intro_box>div.int_txt font {
    font-size: 1.25rem
  }

  .section .con2 .intro_box>div.int_txt a {
    padding: 10px
  }

  .section .con2 .intro_btn.intro_btn_m button {
    width: 300px;
    height: 80px;
    padding-top: 3px
  }

  .section .con2 .intro_btn.intro_btn_m button span {
    font-size: 1.5625rem;
    margin-bottom: 5px
  }

  .section .con2 .intro_btn.intro_btn_m button font {
    font-size: .9375rem
  }

  .section .con2 .intro_btn.intro_btn_m button i {
    right: 15px;
    font-size: 1.375rem
  }

  .section .con2 .intro_btn.intro_btn_m ul li {
    padding: 10px 0 5px
  }

  .section .con2 .intro_btn.intro_btn_m ul li span {
    font-size: 1.125rem
  }

  .section .con2 .intro_btn.intro_btn_m ul li font {
    font-size: .8125rem
  }

  .section .con3 .wid .wid_btn a {
    font-size: 1rem;
    width: 230px;
    height: 55px;
    line-height: 55px
  }

  .section .con3 .wid .wid_img {
    height: 200px
  }

  .section .con3 .wid .wid_img a img {
    width: 200px;
    height: 200px
  }
}

@media (max-width: 600px) {
  .section .con2 .intro_main p {
    font-size: 1.375rem;
    margin: 35px 0 10px
  }

  .section .con2 .intro_main span {
    font-size: .8125rem
  }

  .section .con2 .intro_box>div.int_img ul li span {
    font-size: 2.1875rem;
    margin-bottom: 20px
  }

  .section .con2 .intro_box>div.int_img ul li font {
    font-size: 1.25rem
  }

  .section .con2 .intro_box>div.int_txt {
    padding: 20px
  }

  .section .con2 .intro_box>div.int_txt font {
    font-size: 1.125rem
  }

  .section .con2 .intro_box>div.int_txt a {
    padding: 10px;
    font-size: .9375rem
  }

  .section .con2 .intro_btn.intro_btn_m button {
    width: 270px;
    height: 70px
  }

  .section .con2 .intro_btn.intro_btn_m button span {
    font-size: 1.375rem
  }

  .section .con2 .intro_btn.intro_btn_m button font {
    font-size: .8125rem
  }

  .section .con2 .intro_btn.intro_btn_m button i {
    font-size: 1.125rem
  }

  .section .con2 .intro_btn.intro_btn_m ul {
    width: 270px
  }

  .section .con3 .wid .wid_btn a {
    font-size: 1rem;
    width: 220px;
    height: 50px;
    line-height: 50px
  }
}

@media (max-width: 500px) {
  .section .con2 .intro_main p {
    font-size: 1.25rem
  }

  .section .con2 .intro_box>div.int_img ul li span {
    font-size: 1.875rem;
    margin-bottom: 15px
  }

  .section .con2 .intro_box>div.int_img ul li font {
    font-size: 1.125rem
  }

  .section .con2 .intro_box>div.int_txt {
    padding: 25px
  }

  .section .con2 .intro_box>div.int_txt font {
    font-size: 1rem;
    line-height: 23px
  }

  .section .con2 .intro_box>div.int_txt a {
    padding: 7px;
    font-size: .875rem
  }

  .section .con2 .intro_btn.intro_btn_m button {
    height: 60px;
    padding-top: 10px
  }

  .section .con2 .intro_btn.intro_btn_m button span {
    font-size: 1.25rem;
    margin-bottom: 2px
  }

  .section .con2 .intro_btn.intro_btn_m button font {
    font-size: .75rem
  }

  .section .con2 .intro_btn.intro_btn_m button i {
    font-size: 1.125rem
  }

  .section .con2 .intro_btn.intro_btn_m ul li {
    padding: 10px 0 4px
  }

  .section .con2 .intro_btn.intro_btn_m ul li span {
    font-size: 1rem;
    margin-bottom: 0
  }

  .section .con2 .intro_btn.intro_btn_m ul li font {
    font-size: .75rem
  }

  .section .con3 .wid .wid_btn a {
    font-size: 1rem;
    width: 200px;
    height: 45px;
    line-height: 45px
  }
}

.page-wrap img {
  max-width: none !important
}

.sub_wrap {
  overflow: hidden;
  position: relative
}

.sub_wrap .sub_img {
  position: relative
}

.sub_img img {
  width: 1920px;
  height: 500px
}

.sub_cate {
  position: relative;
  max-width: 1400px;
  width: 100%;
  z-index: 2;
  display: inline-block
}

.sub_cate>div a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.0625rem
}

.sub_cate .lt_cate a img {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%)
}

.sub_cate .rt_cate a img {
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%)
}

.sub_cate .ct_cate {
  height: 100%
}

.sub_cate>div a font {
  display: block;
  font-size: 1.0625rem
}

.sub_cate>div.ct_cate {
  width: fit-content;
  text-align: center;
  margin: 0 auto
}

.sub_cate>div.ct_cate a span {
  display: inline-block;
  font-size: 3.125rem;
  padding-bottom: 20px;
  line-height: 1
}

.sub_cate>div.lt_cate {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%)
}

.sub_cate>div.rt_cate {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%)
}

.sub_menu {
  position: relative;
  z-index: 1
}

.sub_menu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  z-index: -1
}

.sub_menu ul {
  max-width: max-content;
  display: flex;
  padding: 0 30px;
  margin: 0 auto;
  gap: 40px;
  justify-content: space-between;
  align-content: center;
  overflow-x: auto
}

.sub_menu ul::-webkit-scrollbar {
  height: 6px;
  background-color: #f4f4f4
}

.sub_menu ul::-webkit-scrollbar-thumb {
  width: 6px !important;
  background-color: #e3e3e3;
  border-radius: 20px
}

.sub_menu ul li {
  width: fit-content;
  min-width: fit-content
}

.sub_menu ul li a {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block
}

.sub_menu ul li a span {
  padding: 18px 0 19px;
  display: block;
  font-size: .9375rem;
  color: #818589;
  font-weight: 300
}

.sub_menu ul li a:hover span {
  color: #505051
}

.sub_menu ul li.on a span {
  color: #ff7200;
  border-bottom: 2px solid #ff7200;
  font-weight: 700
}

@media screen and (max-width: 768px) {
  .sub_menu ul {
    gap: 3.90625vw;
    padding: 0 5.20833vw;
    margin: 0
  }

  .sub_menu ul::-webkit-scrollbar {
    height: 1.04166vw
  }

  .sub_menu ul::-webkit-scrollbar-thumb {
    width: 1.04166vw !important;
    border-radius: 2.60416vw
  }

  .sub_menu ul li a {
    padding: 0
  }

  .sub_menu ul li a span {
    padding: 3.125vw 0;
    font-size: 3.64583vw
  }

  .sub_menu ul li.on a span {
    border-bottom: .52083vw solid #ff7200
  }
}

.sub_drop {
  display: none
}

.sub_drop>div {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10
}

.sub_drop>div button {
  display: block;
  overflow: hidden;
  width: 100%;
  background: 0 0;
  border: 1px solid #d2d2d2;
  padding: 17px;
  color: #888
}

.sub_drop>div button .pull-left {
  font-size: 1.375rem
}

.sub_drop>div button .pull-left .off {
  display: none
}

.sub_drop>div button .pull-right {
  font-size: 1.5625rem
}

.sub_drop>div:last-of-type button {
  color: #ff7200;
  border-left: 0
}

.sub_drop>div ul {
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  background: #fff;
  list-style: none;
  border: 1px solid #d2d2d2;
  border-top: 0;
  display: none
}

.sub_drop>div ul.off {
  display: none !important
}

.sub_drop>div ul li.on {
  display: none
}

.sub_drop>div ul li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1.125rem
}

.sub_drop>div ul li.on a {
  background: #ff7200;
  color: #fff
}

@media (max-width: 1450px) {
  .sub_wrap .sub_cate {
    padding: 0 10px
  }
}

@media (max-width: 991px) {
  .sub_wrap .sub_img {
    left: 0
  }

  .sub_wrap .sub_img img {
    width: 100%;
    height: 250px
  }

  .sub_wrap .sub_cate>div.lt_cate,
  .sub_wrap .sub_cate>div.rt_cate {
    display: none
  }

  .sub_wrap .sub_cate>div.ct_cate {
    width: 100%
  }

  .sub_drop {
    display: block
  }
}

@media (max-width: 768px) {
  .sub_visual {
    background: #fff !important
  }

  .sub_visual:after {
    display: none !important
  }

  .sub_cate>div.ct_cate {
    margin: 0vw 5.02vw 3.2vw
  }

  .sub_wrap .sub_cate>div a {
    font-size: .9375rem
  }

  .sub_wrap .sub_cate>div a font {
    font-size: .9375rem
  }

  .sub_wrap .sub_cate>div.ct_cate a span {
    font-size: 2.8125rem
  }

  .sub_drop>div button {
    padding: 15px
  }

  .sub_drop>div ul {
    top: 57px
  }

  .sub_visual {
    height: auto !important;
    padding: calc(140/7.68 * 1vw) 0px 0 !important
  }

  .sub_cate {
    height: 100%;
    max-width: 100%
  }

  .sub_cate .lt_cate,
  .sub_cate .rt_cate,
  .sub_visual p {
    display: none
  }
}

@media (max-width: 600px) {
  .sub_drop>div button {
    padding: 18px 10px 15px
  }

  .sub_drop>div button .pull-left {
    font-size: 1rem
  }

  .sub_drop>div button .pull-right {
    font-size: 1.375rem
  }

  .sub_drop>div ul {
    top: 57px;
    left: -1px
  }

  .sub_drop>div ul li a {
    padding: 2px 0;
    font-size: .8125rem
  }
}

@media (max-width: 500px) {
  .sub_wrap .sub_cate>div a {
    font-size: .875rem
  }

  .sub_wrap .sub_cate>div a font {
    font-size: .875rem
  }

  .sub_wrap .sub_cate>div.ct_cate a span {
    font-size: 2.5rem;
    padding-bottom: 12px
  }

  .sub_drop>div button .pull-left {
    font-size: .875rem
  }

  .sub_drop>div button .pull-right {
    font-size: .875rem
  }
}

.sub_box {
  margin: 50px 0 0
}

.sub_box strong {
  text-align: center;
  display: block;
  font-size: 1.875rem;
  margin: 0 0 60px
}

.sub_box .txt_wrap {
  margin: 80px 0 0;
  text-align: center
}

.sub_box.notice .rt_detail p span {
  font-size: 1rem;
  display: block;
  line-height: 28px;
  color: #212529;
  font-weight: 300;
  font-family: Noto Sans KR
}

.sub_wid {
  max-width: 1230px;
  padding: 15px;
  margin: 0 auto 80px;
  overflow: hidden
}

.sub_box.write_box {
  max-width: 1000px;
  margin: 0 auto
}

.sub_box .fm_group {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px
}

.sub_box .fm_group>label {
  width: 150px;
  display: table-cell;
  text-align: center
}

.sub_box .fm_group>div {
  width: calc(100% - 150px);
  display: table-cell
}

.sub_box .fm_group>div>input,
.sub_box .fm_group>div>select {
  height: 40px
}

.sub_box .detail {
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed
}

.sub_box .detail>div {
  display: table-cell;
  vertical-align: top
}

.sub_box .detail>div.lt_detail {
  width: 750px
}

.sub_box .detail>div.rt_detail {
  width: calc(100% - 750px);
  padding-left: 40px;
  text-align: left
}

.sub_box .detail>div.rt_detail h1 {
  padding: 10px 0 0;
  margin: 20px 0 0;
  position: relative;
  font-size: 1.75rem;
  overflow: visible;
  text-align: left
}

.sub_box .detail>div.rt_detail h1:before {
  content: "";
  background: #ff7200;
  width: 30px;
  height: 4px;
  position: absolute;
  top: -5px
}

.sub_box .detail>div.rt_detail .view-content {
  margin: 5px 0 0;
  font-size: .9375rem;
  font-weight: 300;
  color: #515559;
  line-height: 1.8
}

.sub_box .image {
  margin-top: 30px;
  display: table;
  table-layout: fixed;
  width: 100%
}

.sub_box .image li {
  width: 50%;
  display: table-cell;
  list-style: none
}

.sub_box .image li:nth-of-type(odd) {
  padding-right: 20px
}

.sub_box .image li:nth-of-type(2n) {
  padding-left: 20px
}

.sub_box .image li img {
  margin: 0 auto 10px;
  max-width: 100%
}

.sub_box .image li .subject {
  font-size: 1.4375rem;
  line-height: 1;
  margin-bottom: 10px;
  padding: 15px 0 10px;
  font-weight: 600;
  text-align: left
}

.sub_box .image li .content {
  font-size: .9375rem;
  font-weight: 300;
  text-align: left;
  color: #515559;
  line-height: 1.8
}

@media (max-width: 1300px) {
  .sub_box {
    margin: 30px 0 0
  }

  .view-img img {
    max-width: 100% !important;
    margin: 0 auto
  }

  .sub_box .detail>div.lt_detail {
    display: block;
    width: 100%
  }

  .sub_box .detail>div.rt_detail {
    width: 100%;
    display: block;
    padding-left: 0
  }
}

@media (max-width: 991px) {
  .sub_box .image {
    display: block
  }

  .sub_box .image li {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 50px
  }

  .sub_box .image li .subject {
    margin-top: 10px
  }
}

@media (max-width: 768px) {
  .sub_box {
    margin: 6vw 0 5vw
  }

  .sub_box strong {
    font-size: 4.5vw;
    margin: 0 0 5vw
  }

  .sub_box .txt_wrap {
    margin: 10vw 0 0
  }

  .sub_box.notice .rt_detail p span {
    font-size: 2.8vw;
    line-height: 4.5vw
  }

  .sub_box .fm_group {
    display: block
  }

  .sub_box .fm_group>label {
    display: block;
    width: 100%;
    background: #f1f1f1;
    padding: 10px 0
  }

  .sub_box .fm_group>div {
    display: block;
    width: 100%
  }

  .sub_box .fm_group>div>* {
    border-color: #f1f1f1 !important
  }

  .sub_wid {
    margin-bottom: 40px
  }

  .sub_box .detail>div.rt_detail {
    margin: 5vw 0 0
  }

  .sub_box .detail>div.rt_detail h1 {
    margin: 0;
    font-size: 3.90625vw
  }

  .sub_box .detail>div.rt_detail .view-content {
    font-size: 2.60416vw
  }

  .sub_box .image li .subject {
    font-size: 3.90625vw
  }

  .sub_box .image li .content {
    font-size: 2.60416vw
  }
}

.page {
  overflow: hidden;
  padding: 50px 0 35px
}

.page h1,
.page h2,
.page h3 {
  text-align: center;
  color: #212529;
  font-size: 1.875rem;
  font-weight: 600
}

.section-title {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #ff7200;
  padding-bottom: 10px;
  font-weight: 600
}

.page-title {
  text-align: center;
  margin-bottom: 2rem
}

.page-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .5rem
}

.page-title h2 {
  font-size: 1.25rem;
  color: #666;
  font-weight: 400
}

@media (max-width: 768px) {
  .page-title h1 {
    font-size: 1.875rem
  }

  .page-title h2 {
    font-size: 1rem
  }
}

.page_list li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 80px
}

.page_list li:nth-of-type(2n) {
  flex-direction: row-reverse
}

.page_list li:nth-of-type(2n) .rt {
  margin: 0 -3% 0 0
}

.page_list li .lt {
  width: 772px;
  padding: 0 0 35%;
  height: 0;
  position: relative;
  overflow: hidden
}

.page_list li .lt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

.page_list li .rt {
  width: calc(100% - 772px);
  padding: 50px 40px;
  position: relative;
  background: #fff;
  margin: 0 0 0 -3%
}

.page_list li .rt h3,
.page_list li .rt h2 {
  font-size: 1.5625rem;
  line-height: 1;
  margin: 0 0 15px;
  position: relative;
  padding-top: 10px;
  color: #333
}

.page_list li .rt h3:before,
.page_list li .rt h2:before {
  width: 25px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -9px;
  background: #ff7200
}

.page_list li .rt p,
.page_list li .rt span {
  display: block;
  color: #666;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.8
}

.page_list li .rt span small {
  display: inline-block;
  font-size: .75rem;
  color: #666;
  position: relative;
  top: -1px;
  margin: 0 5px
}

@media (max-width: 1280px) {
  .page_list li {
    text-align: left;
    display: block;
    margin: 0 0 50px
  }

  .page_list li .lt {
    width: 500px
  }

  .page_list li:nth-of-type(2n) .rt {
    margin: 30px 0 0
  }

  .page_list li .rt h3:before {
    right: auto;
    left: 0
  }

  .page_list li .lt {
    width: 100%;
    padding: 0 0 65%
  }

  .page_list li .rt {
    width: 100%;
    position: static;
    padding: 0;
    margin: 30px 0 0
  }

  .page_list li .rt h3 {
    font-size: 1.4375rem
  }
}

@media (max-width: 1024px) {
  .page_list li {
    display: block
  }

  .page h2 {
    font-size: 1.625rem
  }

  .page_list li {
    margin-bottom: 30px
  }

  .page_list li .lt {
    width: 100%
  }

  .page_list li .rt {
    width: 100%;
    position: static;
    transform: none
  }

  .page_list li .lt img {
    width: 100%
  }

  .page_list li .rt p br {
    display: none
  }

  .page_list li .rt h3 {
    font-size: 1.375rem;
    margin-bottom: 10px
  }

  .search-area,
  .fx_header_drop {
    width: 100%;
    box-sizing: border-box;
    padding: 5%
  }

  #close-search-btn,
  #close-menu-btn {
    cursor: pointer;
    position: absolute;
    right: 5%
  }

  .tag {
    border: 1px solid #fff;
    padding: 7px 15px
  }

  .progress-img {
    border-bottom: 2px solid #fff
  }

  #search-input {
    font-size: 1.375rem
  }

  .search-input {
    height: 7%;
    margin-top: 12%
  }

  #search-btn {
    width: 20px;
    height: 20px
  }
}

@media (max-width: 768px) {
  .page {
    padding: 7.5vw 5.20833vw 3.5vw
  }

  .page h1 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 16px
  }

  .page h2 {
    font-size: 4.2vw;
    text-align: center
  }

  .page_list li {
    margin: 0 0 9.765625vw
  }

  .page_list li .rt {
    margin: 4vw 0 0
  }

  .page_list li .rt h3 {
    font-size: 3.90625vw;
    margin: 0 0 2.34375vw
  }

  .page_list li .rt p {
    font-size: 2.60416vw
  }

  .page_list li .rt span {
    font-size: 2.1vw;
    margin: 1vw 0 2vw
  }

  .section-title,
  .page-title h1 {
    font-size: 3.5vw;
    margin-bottom: 3vw;
    padding-bottom: 2vw
  }
}

.tab {
  max-width: fit-content;
  display: flex;
  gap: 10px;
  padding: 0 40px;
  margin: 0 auto 60px;
  list-style: none;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.tab li {
  width: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.tab li a {
  display: block;
  padding: 20px 0;
  background: #f6f6f6;
  color: #666;
  font-size: 1.0625rem;
  transition: all, .2s;
  -webkit-transition: all, .2s;
  -o-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s
}

.tab li a:hover {
  background-color: #ededed
}

.tab li.active a {
  background: #ff7200;
  color: #fff
}

.tab li.active a:hover,
.tab li.active a:focus {
  background: #ed6300
}

.tab_content.con {
  max-width: 1430px;
  margin: 0 auto
}

@media (max-width: 768px) {
  .tab {
    max-width: initial;
    padding: 0 5.20833vw;
    flex-wrap: wrap;
    gap: 1.953125%;
    margin: 0 auto 3vw;
    justify-content: center
  }

  .tab.two_tab li {
    width: 49%
  }

  .tab li {
    width: 32.03125%;
    margin: 0 0 1.9%
  }

  .tab li a {
    padding: 2.8vw 0;
    font-size: 3vw
  }

  .tab.pass {
    padding: 0;
    justify-content: start
  }

  .tab.pass li {
    width: fit-content;
    margin: 0
  }

  .tab.pass li.active a {
    background-color: #ff7a00;
    border-color: #ff7a00
  }

  .tab.pass li a {
    border-radius: 5vw;
    padding: 2.8vw 3.6458vw;
    border: .2604vw solid #E0E0E0;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
  }
}

.fixed {
  display: none;
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  margin: 0
}

.fixed li {
  border-left: 1px solid #eee;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
  color: #666;
  font-size: .9375rem;
  transition: all ease .5s;
  cursor: pointer
}

.fixed li:last-of-type {
  padding-bottom: 0
}

.fixed li span {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #eee;
  transition: all ease .5s
}

@media (max-width: 1700px) {
  .fixed {
    display: none !important
  }
}

.regular>div {
  cursor: pointer
}

.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  z-index: 9999999999 !important;
  cursor: pointer
}

.pop>div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, -50%)
}

.pop>div span {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 3.75rem;
  margin-bottom: 30px
}

.pop iframe {
  height: 720px !important
}

@media (max-width: 1300px) {
  .pop iframe {
    height: 620px !important
  }
}

@media (max-width: 1100px) {
  .pop iframe {
    height: 520px !important
  }
}

@media (max-width: 991px) {
  .pop iframe {
    height: 420px !important
  }

  .pop>div span {
    font-size: 2.5rem
  }
}

@media (max-width: 768px) {
  .pop iframe {
    height: 250px !important
  }
}

.sub_visual {
  width: 100%;
  height: 458px;
  padding: 225px 40px 0;
  position: relative;
  background: url(../../img/common/m07.jpg) center no-repeat;
  text-align: center
}

.sub_visual:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  background-color: #0006;
  top: 0;
  left: 0
}

.sub_visual.themeTour {
  background-image: url(../../img/common/m02.jpg)
}

.sub_visual.attractions {
  background-image: url(../../img/common/m03.jpg)
}

.sub_visual.introduction {
  background-image: url(../../img/common/m05.jpg)
}

.sub_visual.event {
  background-image: url(../../img/common/m04.jpg)
}

.sub_visual.satisfact {
  background-image: url(../../img/common/m06.jpg)
}

.sub_visual strong {
  font-size: 3.125rem;
  color: #fff;
  font-family: SCDream
}

.sub_visual p {
  margin: 8px 0 0;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 300;
  font-family: Noto Sans KR
}

@media (max-width: 768px) {
  .sub_visual strong {
    font-size: 5.9895833vw;
    color: #000
  }
}

.user nav {
  text-align: center;
  margin: 0 0 50px;
  overflow: hidden
}

.user .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.user .pagination>li:first-of-type {
  margin: 0 10px 0 0
}

.user .pagination>li:last-of-type {
  margin: 0 0 0 10px
}

.user .pagination>li {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 0 0 3px;
  position: relative
}

.user .pagination>li>a {
  line-height: 38px;
  display: block;
  cursor: pointer;
  font-size: .8125rem
}

.user .pagination>li>span {
  cursor: pointer
}

.user .pagination>li>a:hover,
.user .pagination>li>a:focus {
  background-color: #f8f8f8
}

.user .pagination>.active>a,
.user .pagination>.active>span,
.user .pagination>.active>a:hover,
.user .pagination>.active>span:hover,
.user .pagination>.active>a:focus,
.user .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff7a00
}

.user .pagination>.disabled>span,
.user .pagination>.disabled>span:hover,
.user .pagination>.disabled>span:focus,
.user .pagination>.disabled>a,
.user .pagination>.disabled>a:hover,
.user .pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff
}

.user .pagination>.disabled>a[aria-label=Previous],
.user .pagination>.disabled>a[aria-label=Next] {
  background: url(../../img/common/pagination_icon_disabled.png) center / cover
}

.user .pagination>li>a[aria-label=Previous],
.user .pagination>li>a[aria-label=Next] {
  width: 38px;
  height: 38px;
  text-indent: -99999px;
  background: url(../../img/common/pagination_icon.png) center / cover
}

.user .pagination>li>a[aria-label=Previous] {
  rotate: 180deg
}

@media (max-width: 768px) {
  .user nav {
    margin: 0 0 10vw
  }

  .user .pagination {
    margin: 5vw 0;
    border-radius: 5vw
  }

  .user .pagination>li:first-of-type {
    margin: 0 2vw 0 0
  }

  .user .pagination>li:last-of-type {
    margin: 0 0 0 2vw
  }

  .user .pagination>li {
    width: 6.5104vw;
    height: 6.5104vw;
    margin: 0 0 0 .5vw
  }

  .user .pagination>li>a {
    line-height: 6.5104vw;
    font-size: 2.5vw
  }

  .user .pagination>li>a[aria-label=Previous],
  .user .pagination>li>a[aria-label=Next] {
    width: 6.5104vw;
    height: 6.5104vw
  }
}

.list-top {
  line-height: 1px
}

.list-category .div-tab.tabs {
  margin-bottom: 0
}

.list-board {
  margin-bottom: 15px
}

.list-board #infscr-loading {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -110px;
  text-align: center;
  bottom: 50px;
  color: #fff;
  position: fixed;
  z-index: 100;
  opacity: .8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
}

.list-board .list-more {
  text-align: center;
  margin-top: 15px
}

.list-board .list-more a {
  color: #ddd;
  font-size: 3.75rem
}

.list-board .list-top {
  line-height: 1px
}

.list-board .wr-text {
  font-size: .6875rem;
  letter-spacing: -1px;
  line-height: 11px;
  font-weight: 400
}

.list-board .wr-icon {
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top
}

.list-board .wr-notice {
  width: 37px;
  height: 19px;
  background-image: url(../../img/icon_notice.gif)
}

.list-board .wr-new {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_new.gif)
}

.list-board .wr-secret {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_secret.gif)
}

.list-board .wr-hot {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_hot.gif)
}

.list-board .wr-video {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_video.gif)
}

.list-board .wr-image {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_image.gif)
}

.list-board .wr-file {
  width: 12px;
  height: 12px;
  background-image: url(../../img/icon_file.gif)
}

.list-board .wr-vicon {
  position: absolute;
  left: 4px;
  bottom: 3px;
  color: #fff;
  font-size: 1rem;
  z-index: 1
}

.list-board .reply-wait {
  width: 44px;
  height: 15px;
  background-image: url(../../img/reply_wait.gif)
}

.list-board .reply-end {
  width: 44px;
  height: 15px;
  background-image: url(../../img/reply_end.gif)
}

.list-board .wr-chk {
  width: 40px
}

.list-board .wr-num,
.list-board .wr-thumb {
  width: 60px
}

.list-board .wr-category {
  width: 80px
}

.list-board .wr-name {
  width: 120px
}

.list-board .wr-date {
  color: #757575
}

.list-board .wr-hit {
  width: 60px
}

.list-board .wr-down,
.list-board .wr-visit,
.list-board .wr-good,
.list-board .wr-nogood {
  width: 50px
}

.list-board .wr-star {
  width: 80px
}

.list-board .wr-reply {
  width: 60px
}

.list-board .wr-none {
  padding: 50px 0;
  text-align: center;
  color: #888
}

.list-board .wr-comment {
  margin: 0 10px
}

.list-board .wr-hidden {
  display: none
}

.list-board .list-body {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #333
}

.list-board .list-body .data_desc {
  padding: 15px 30px
}

.list-board .list-body .data_desc>div:first-of-type {
  width: 97%
}

.list-board .list-body .data_desc>div:last-of-type {
  min-width: 30px;
  width: 3%
}

.list-board .list-body li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all, .2s;
  -webkit-transition: all, .2s;
  -o-transition: all, .2s;
  -moz-transition: all, .2s;
  -ms-transition: all, .2s
}

.list-board .list-body li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden
}

.list-board .list-body li:first-of-type:hover {
  background-color: transparent
}

.list-board .list-body li:hover {
  background-color: #f8f8f8
}

.list-board .list-body .wr-subject {
  max-width: 800px;
  width: 80%;
  padding: 10px 0 10px 10px;
  text-align: left
}

.list-board .list-body .wr-subject .item-subject {
  display: block;
  word-break: break-all
}

.list-board .list-body .wr-name {
  text-align: center
}

.list-board .list-body .wr-name a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden
}

.list-board .list-body .thumb-img {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 auto
}

.list-board .list-body .thumb-icon {
  position: relative;
  width: 46px;
  height: 46px;
  display: table;
  margin: 0 auto
}

.list-board .list-body .thumb-icon a {
  display: table-cell;
  width: 1%;
  background: #eee;
  color: #fff;
  vertical-align: middle;
  font-size: 1.875rem
}

.list-board .list-body .thumb-icon img {
  width: 46px;
  height: 46px;
  margin: 0 auto
}

.list-board .list-body .wr-reply span {
  font-size: .6875rem;
  letter-spacing: -1px;
  padding: 3px 5px;
  line-height: 11px
}

@media all and (max-width: 768px) {
  .list-board .list-body .wr-subject {
    max-width: auto;
    width: 100%
  }

  .list-board .list-body .data_desc {
    padding: 10px
  }

  .list-board .list-body .data_desc>div:first-of-type {
    width: 100%
  }

  .list-board .list-body .data_desc>div:last-of-type {
    display: none
  }

  .list-board .list-body li {
    padding: 0
  }

  .responsive .list-board .wr-hidden {
    display: inline-block !important
  }

  .responsive .list-board .item-subject {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden
  }

  .responsive .list-board .item-details {
    margin-right: -15px
  }

  .responsive .list-board .item-details>span {
    margin-right: 15px;
    font-weight: 400
  }

  .responsive .list-board .item-details>span:last-child {
    margin-right: 0
  }
}

.list-item .tack-check {
  right: 10px;
  bottom: 10px;
  z-index: 1;
  position: absolute;
  font-weight: 400
}

.list-item .tack-check-left {
  left: 10px;
  bottom: 10px;
  z-index: 1;
  position: absolute;
  font-weight: 400
}

.list-item h2 {
  display: block;
  font-size: 1rem;
  line-height: 22px;
  margin: 10px 5px;
  text-align: center
}

.list-item .list-img {
  position: relative;
  overflow: hidden
}

.list-item .list-img img {
  width: 100%;
  height: auto
}

.list-item .list-date {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  font-size: .75rem;
  line-height: 23px
}

.list-item .list-date.left {
  left: 0
}

.list-item .list-date.right {
  right: 0
}

.list-item .list-details {
  padding: 0 3%
}

.list-item .list-details .member,
.list-item .list-details .guest {
  color: #787878 !important
}

.list-item .image img {
  width: 70%
}

.list-row.clearfix {
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important
}

@media all and (max-width: 767px) {
  .responsive .list-row {
    width: 50% !important
  }
}

@media all and (max-width: 420px) {
  .responsive .list-row {
    width: 100% !important
  }
}

.list-wrap .list-container {
  overflow: visible !important
}

.list-wrap #infscr-loading {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -110px;
  text-align: center;
  bottom: 50px;
  color: #fff;
  position: fixed;
  z-index: 100;
  opacity: .8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
}

.list-wrap .list-more {
  text-align: center;
  margin-bottom: 20px
}

.list-wrap .list-more a {
  color: #ddd;
  font-size: 3.75rem
}

.list-wrap .list-top {
  line-height: 1px
}

.list-row .list-item {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 10px 10px 5px -2px #19191926, 10px 10px 5px -2px #1919191a
}

.list-row .img-wrap {
  position: relative;
  overflow: hidden
}

.list-row .list-content {
  margin: -2px 0;
  overflow: hidden;
  background: #ff7200;
  text-align: left;
  padding: 25px 25px 30px
}

.list-row .list-subject {
  overflow: hidden;
  letter-spacing: -1px;
  padding-right: 1px;
  height: auto !important;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 3px;
  color: #fff;
  font-size: 1.25rem
}

.list-row .list-txt {
  font-size: .875rem;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.is-pc .ko .basic-post-gallery .post-ko {
  font-size: .6875rem
}

.list-link {
  position: relative;
  text-align: right;
  top: -22px
}

.list-link a {
  display: inline-block;
  background: #ff7200;
  color: #fff;
  padding: 10px 25px;
  font-size: .75rem
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

@media (max-width: 768px) {
  .list-link {
    top: -15px
  }

  .list-link a {
    padding: 3px 10px;
    font-size: .6875rem
  }

  .list-row .list-subject a {
    font-size: 3.5vw
  }

  .list-row .list-content {
    padding: 3vw 4vw 4vw
  }
}

.magazine_row {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  display: table;
  table-layout: fixed;
  box-shadow: 15px 15px 15px #0003;
  margin-bottom: 50px
}

.magazine_row .image {
  position: relative;
  width: 620px;
  display: table-cell;
  padding-bottom: 30%
}

.magazine_row .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.magazine_row .image a img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: 100%
}

.magazine_row .image input {
  position: absolute;
  right: 20px;
  bottom: 20px
}

.magazine_row .content {
  width: calc(100% - 620px);
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 5%
}

.magazine_row .content.trip {
  background: #f9f9f9
}

.magazine_row .content .category {
  margin-bottom: 25px
}

.magazine_row .content .category span {
  display: inline-block;
  border: 1px solid #ff7200;
  color: #ff7200;
  padding: 7px 25px 5px;
  line-height: 1.5
}

.magazine_row .content .subject {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px
}

.magazine_row .content .subject a {
  color: #333;
  font-size: 1.5625rem;
  line-height: 1.8;
  font-weight: 600
}

.magazine_row .content .detail {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: .9375rem;
  font-weight: 300
}

.magazine_row .content .name {
  margin-top: 40px;
  color: #777;
  display: none
}

@media (max-width: 1400px) {
  .magazine_row .image {
    width: 50%
  }

  .magazine_row .image a img {
    width: 100%
  }

  .magazine_row .content {
    width: 50%
  }
}

@media (max-width: 991px) {
  .list-wrap .list-container {
    overflow: hidden !important;
    padding: 0;
    margin-bottom: 5% !important;
    text-align: center
  }

  .magazine_row {
    border-radius: 0;
    display: block;
    width: 50%;
    float: left;
    box-shadow: none;
    padding: 0 10px
  }

  .magazine_row .image {
    display: block;
    border-radius: 0 !important;
    width: 100%;
    padding-bottom: 67%
  }

  .magazine_row .image a img {
    border-radius: 0;
    height: 302px
  }

  .magazine_row .content {
    display: block;
    border-radius: 0 !important;
    width: 100%;
    padding: 20px 15px
  }

  .magazine_row .content .category {
    margin-bottom: 15px
  }

  .magazine_row .content .subject {
    margin-bottom: 5px
  }

  .magazine_row .content .subject a {
    font-size: 1.375rem
  }

  .magazine_row .content .detail {
    font-size: .875rem
  }

  .magazine_row .content .name {
    margin-top: 20px;
    font-size: .875rem
  }
}

@media (max-width: 767px) {
  .list-wrap .list-container.magazine_container {
    margin-right: 0 !important
  }

  .magazine_row {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
  }

  .magazine_row .content .category {
    margin-bottom: 10px
  }

  .magazine_row .content .category span {
    font-size: .8125rem;
    padding: 7px 15px 5px
  }

  .magazine_row .image a img {
    height: auto
  }

  .magazine_row .content .subject a {
    font-size: 1.125rem
  }

  .magazine_row .content .detail {
    font-size: .8125rem
  }

  .magazine_row .content .name {
    margin-top: 15px;
    font-size: .8125rem
  }
}

.view-wrap .img-photo i {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #8f8f8f;
  font-size: 2.5rem;
  display: inline-block
}

.view-wrap .img-photo img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block
}

.view-wrap .img-resize img {
  max-width: 100%;
  height: auto
}

.view-wrap .no-attach {
  border-bottom: 0
}

.view-wrap .view-cnt {
  letter-spacing: 0
}

.view-wrap h1 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 50px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
  color: #3b3e43;
  letter-spacing: -1px
}

.view-wrap h1 span.talker-photo {
  margin-bottom: 10px;
  margin-right: 10px
}

.view-head {
  border-left: 0;
  border-right: 0
}

.view-head .sp {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: .6875rem;
  color: #888
}

.view-head .list-group-item {
  padding: 5px 15px;
  border-style: dotted
}

.view-tag {
  margin: 10px 0;
  padding: 0;
  color: #888
}

.view-tag a {
  color: #888
}

.view-tag a:hover {
  color: #dc143c
}

.view-cnt {
  margin-top: 4px
}

.view-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
  border: 0;
  height: auto
}

.view-content {
  padding-bottom: 20px;
  line-height: 180%
}

.view-content img {
  width: auto;
  height: auto;
  max-width: 100%
}

.view-content p {
  padding: 0;
  margin: 0;
  line-height: 180%
}

.view-good-box {
  text-align: center
}

.view-good-box span {
  margin: 15px 6px;
  width: 80px;
  height: 80px;
  display: inline-block
}

.view-good-box a {
  background: #f5f5f5;
  padding-top: 14px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #333;
  font-size: 1.375rem;
  line-height: 26px;
  display: inline-block
}

.view-good-box .view-good a:hover {
  background: #df1119;
  color: #fff
}

.view-good-box .view-nogood a:hover {
  background: #000;
  color: #fff
}

.view-author .auth-photo {
  width: 160px;
  padding-right: 15px
}

.view-icon {
  margin-bottom: 10px
}

.view-icon img {
  width: 34px;
  border-radius: 50%;
  margin-bottom: 5px
}

.view-comment {
  margin: 0;
  padding: 0 0 5px;
  text-transform: capitalize;
  overflow: hidden;
  border-bottom: 1px solid #333;
  display: inline-block;
  position: relative
}

.view-padding {
  padding-left: 15px;
  padding-right: 15px
}

.is-mobile .view-padding {
  padding-left: 0;
  padding-right: 0
}

.view-author-none {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 12px 0 20px
}

.comment-media {
  margin: 10px 0
}

.comment-media .photo i {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #8f8f8f;
  font-size: 1.875rem;
  display: inline-block
}

.comment-media .photo img {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  display: inline-block
}

.view-mobile .comment-media .photo i {
  padding: 10px;
  width: 54px;
  height: 54px
}

.view-mobile .comment-media .photo img {
  width: 54px !important;
  height: 54px !important
}

.comment-media .media {
  border-top: 1px solid #eee;
  margin: 7px 0;
  padding: 7px 0 0
}

.comment-media :first-child.media {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

.comment-media h5 {
  margin: 2px 0;
  line-height: 22px
}

.comment-media .media .media-body {
  padding-left: 0
}

.comment-media .media .media-info {
  margin-left: 10px
}

.comment-media .media .media-content {
  margin-top: 8px
}

.comment-media .media .media-btn {
  margin-left: 4px
}

.comment-media .cmt-good-btn {
  text-align: right;
  padding-right: 1px
}

.comment-media .cmt-good,
.comment-media .cmt-nogood {
  display: inline-block;
  width: 74px;
  height: 20px;
  margin-top: 10px;
  padding-right: 10px;
  margin-right: -1px;
  font: 700 11px verdana;
  text-align: right;
  letter-spacing: -1px;
  line-height: 19px;
  cursor: pointer
}

.comment-media .cmt-good {
  background: url(../../img/cmt_good.gif) no-repeat left center;
  color: #f4695b
}

.comment-media .cmt-nogood {
  background: url(../../img/cmt_nogood.gif) no-repeat left center;
  color: #888
}

.comment-form {
  padding-top: 10px
}

.comment-box {
  border: 1px solid #ddd;
  padding: 12px 12px 0;
  margin-bottom: 15px;
  background: #fbfbfb
}

.comment-content {
  display: table;
  width: 100%;
  table-layout: fixed
}

.comment-content .comment-cell {
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle
}

.comment-content .comment-cell.comment-submit {
  width: 80px;
  height: 100%;
  background: #fafafa;
  border: 1px solid #ccc;
  border-left: 0;
  cursor: pointer
}

.comment-btn .cursor {
  margin-left: 12px;
  color: #787878
}

#wr_content {
  resize: none
}

#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1
}

#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#bo_vc_opt ol li {
  float: left;
  margin: 0
}

#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1
}

#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#bo_vc_send_sns ul li {
  float: left;
  margin: 0 20px 0 0
}

#bo_vc_send_sns input {
  margin: 0 0 0 5px
}

@media all and (max-width: 768px) {
  .responsive .view-wrap h1 {
    text-overflow: clip;
    overflow: none;
    white-space: normal;
    line-height: 28px;
    font-size: 1.25rem;
    margin-bottom: 10px
  }

  .responsive .view-wrap h1 .photo {
    display: none
  }
}

@media all and (max-width: 480px) {
  .responsive .view-author .auth-photo {
    float: none;
    width: 100%;
    padding-right: 0
  }

  .responsive .view-icon .pull-right {
    float: none !important
  }
}

.magazine_view {
  margin: 50px 0 0;
  text-align: left
}

.magazine_view .main {
  overflow: hidden
}

.magazine_view .main .image {
  width: 850px;
  float: left
}

.magazine_view .main .image img {
  width: 100%
}

.magazine_view .main .content {
  width: calc(100% - 850px);
  float: left;
  padding-left: 50px;
  padding-top: 40px
}

.magazine_view .main .content h3 {
  color: #000;
  font-size: 1.8125rem;
  line-height: 1.3;
  position: relative;
  padding-top: 20px
}

.magazine_view .main .content h3:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #ff7200;
  position: absolute;
  left: 0;
  top: 0
}

.magazine_view .main .content p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 300
}

.magazine_view .list {
  margin: 30px 0 0
}

.magazine_view .list p {
  color: #333;
  font-size: .9375rem;
  line-height: 1.8;
  font-weight: 300;
  text-align: center
}

.magazine_view h4 {
  margin: 30px 0;
  text-align: center;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.4
}

.magazine_view strong {
  font-size: 1.25rem
}

.magazine_view .list img {
  margin: 0 auto
}

.magazine_view .list .loca {
  color: #999;
  font-size: .9375rem;
  line-height: 1.8;
  margin-top: 25px;
  font-weight: 300
}

.magazine_view .list ul {
  list-style: none;
  padding: 0;
  margin: 100px 0;
  display: flex;
  justify-content: space-around;
  gap: 40px
}

.magazine_view .list ul li {
  width: 50%;
  padding: 0 0 32%;
  position: relative;
  overflow: hidden
}

.magazine_view .list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.magazine_tag {
  margin-top: 100px;
  background: #fff8f2;
  padding: 50px 0
}

.magazine_tag ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 850px
}

.magazine_tag ul li {
  display: inline-block;
  border: 1px solid #ff7200;
  color: #ff7200;
  margin: 5px 10px;
  border-radius: 15px;
  padding: 5px 10px
}

@media (max-width: 1350px) {
  .magazine_view {
    margin: 30px 0 0
  }

  .magazine_view .main .image {
    width: 70%
  }

  .magazine_view .main .content {
    width: 30%;
    padding-left: 25px
  }

  .magazine_view .main .content br {
    display: none
  }

  .magazine_view .main .content h3 {
    font-size: 2.1875rem
  }

  .magazine_view .main .content p {
    font-size: 1rem
  }
}

@media (max-width: 1100px) {

  .magazine_view h4,
  .magazine_view .list ul {
    margin: 70px 0
  }

  .magazine_tag {
    margin-top: 70px
  }
}

@media (max-width: 991px) {
  .magazine_view .main .image {
    width: 100%
  }

  .magazine_view .main .content {
    width: 100%;
    padding-left: 0
  }

  .magazine_view .main .content h3 {
    font-size: 1.875rem
  }

  .magazine_view .main .content p {
    font-size: .9375rem;
    margin-top: 10px
  }

  .magazine_view h4 {
    font-size: 1.6875rem
  }

  .magazine_tag {
    margin-top: 40px
  }

  .magazine_tag ul {
    max-width: 100%
  }

  .magazine_tag ul li {
    margin: 5px
  }

  .magazine_view .relate ul {
    margin: 0 -10px
  }

  .magazine_view .relate ul li {
    width: 50%;
    padding: 0 10px
  }

  .magazine_view .relate ul li .content .subject a {
    font-size: 1.0625rem
  }

  .magazine_view .relate ul li .content .detail,
  .magazine_view .relate ul li .content .name {
    font-size: .875rem
  }
}

@media (max-width: 768px) {
  .magazine_view {
    margin: 5.208333vw 0 0
  }

  .magazine_view h4,
  .magazine_view .list ul {
    margin: 5vw 0
  }

  .magazine_tag {
    margin-top: 5vw
  }

  .magazine_view .main .content {
    padding-top: 2vw
  }

  .magazine_view .main .content h3 {
    font-size: 3.90625vw
  }

  .magazine_view .main .content p {
    font-size: 2.60416vw;
    text-align: left !important
  }

  .magazine_view h4 {
    font-size: 3.90625vw;
    margin: 0
  }

  .magazine_view .list p {
    font-size: 2.60416vw;
    text-align: left !important
  }

  .magazine_tag {
    padding: 5vw 0
  }

  .magazine_tag ul li {
    font-size: 2.60416vw
  }

  .magazine_view .list ul {
    gap: 20px
  }

  .magazine_view .list ul li {
    padding: 0 0 40%
  }

  .magazine_view .list ul li:last-of-type {
    width: 100%
  }

  .magazine_view .list ul li:first-of-type {
    width: 100%
  }
}

#footerGnb {
  margin: 0 auto;
  padding: 30px 0;
  background-color: #0000004d;
  overflow: hidden
}

#footerGnb .img_box {
  max-width: max-content;
  margin: 0 auto;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -o-box-sizing: initial;
  -moz-box-sizing: initial;
  -ms-box-sizing: initial
}

#footerGnb ul {
  max-width: inherit;
  overflow-x: auto;
  padding: 0 0 10px;
  display: flex;
  gap: 12px
}

#footerGnb ul::-webkit-scrollbar {
  height: 10px
}

#footerGnb ul::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px
}

#footerGnb ul::-webkit-scrollbar-track {
  background-color: #0000001a
}

#footerGnb ul li {
  width: 341px;
  min-width: 341px;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden
}

#footerGnb ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  gap: 13px
}

#footerGnb ul li a:hover .over_txt {
  opacity: 1
}

#footerGnb .thumb_img {
  width: 104px;
  height: 104px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box
}

#footerGnb .thumb_img img {
  width: 100%
}

#footerGnb .txt_elm {
  padding: 13px 0 0;
  box-sizing: border-box;
  text-align: left
}

#footerGnb .txt_elm strong {
  font-size: 1.25rem;
  font-family: Noto Sans KR
}

#footerGnb .txt_elm p {
  padding: 4px 0 0;
  font-weight: 400;
  font-size: 1rem;
  font-family: Noto Sans KR;
  opacity: .6;
  line-height: 23px
}

#footerGnb .over_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .2s
}

#footerGnb .over_txt:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-color: #000000b3
}

#footerGnb .over_txt img {
  height: 100%;
  object-fit: contain
}

#footerGnb a {
  text-decoration: none !important
}

#footerGnb .over_txt span {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  padding-right: 34px;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: unset;
  height: 30px;
  background-color: unset;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: Noto Sans KR;
  z-index: 2
}

#footerGnb .over_txt span:after {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../img/common/arrow_img1.png) 50% 50% no-repeat;
  background-size: cover
}

@media (max-width: 768px) {
  #footerGnb ul::-webkit-scrollbar {
    height: 2vw
  }

  #footerGnb ul::-webkit-scrollbar-thumb {
    border-radius: 2vw
  }

  #footerGnb {
    padding: 5.20833vw 0 5.20833vw 5.20833vw
  }

  #footerGnb .img_box {
    padding: 0
  }

  #footerGnb ul {
    padding: 0 0 2vw;
    gap: 1.5625vw
  }

  #footerGnb ul li {
    width: 60.0260416vw;
    min-width: 60.0260416vw;
    border-radius: 3.125vw
  }

  #footerGnb ul li a {
    padding: 2.08333vw;
    border-radius: 3.125vw;
    gap: 3.125vw
  }

  #footerGnb .thumb_img {
    width: 18.2291vw;
    height: 18.2291vw;
    border-radius: 2.08333vw
  }

  #footerGnb .txt_elm {
    padding: 1.5vw 0 0
  }

  #footerGnb .txt_elm strong {
    font-size: 3.90625vw
  }

  #footerGnb .txt_elm p {
    padding: .24vw 0 0;
    font-size: 3.125vw;
    line-height: 4.5vw
  }

  #footerGnb .over_txt span {
    font-size: 3.90625vw;
    line-height: 30px
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

.item_cont.active .map_arrow,
.item_cont.active .item_icon {
  z-index: 2
}

.tab.pass {
  padding: 0
}

.to_btn_wrap {
  display: flex;
  gap: 2px;
  margin: 50px 0 0
}

.to_btn_wrap button {
  padding: 6px 15px;
  color: #fff;
  font-size: .875rem;
  background-color: #ff7a00;
  font-weight: 300
}

.to_btn_wrap button:hover,
.to_btn_wrap button:focus {
  background-color: #e97100
}

@media (max-width: 768px) {
  .to_btn_wrap {
    margin: 5vw 0 0;
    gap: .5vw
  }

  .to_btn_wrap button {
    padding: 1vw 2vw;
    color: #fff;
    font-size: 2.5vw
  }
}

dl,
ol,
ul {
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  color: #000
}

header.search_open .search_btn {
  display: none
}

header.search_open .close_search_btn {
  display: block
}

header.search_open .search_contain {
  display: block
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  overflow: hidden;
  padding: 0 40px;
  top: 0;
  background-color: transparent
}

header:after {
  content: "";
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea
}

.header_contain {
  max-width: 1800px;
  margin: 0 auto;
  border-radius: 0 0 60px 60px;
  background-color: #fff
}

.gnb_wrap {
  max-width: 1800px;
  height: 92px;
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0 80px;
  justify-content: space-between
}

#gnb {
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}

#gnb:after {
  content: "";
  display: block;
  clear: both
}

#gnb>li {
  position: relative;
  float: left
}

#gnb>li>button {
  height: 92px;
  display: block;
  padding: 0 28px 4px;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  position: relative
}

#gnb>li>button:after {
  width: 0%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #ff7a00;
  transition: all .2s
}

#gnb>li>button.active:after {
  width: 100%
}

#gnb>li>button:hover:after,
#gnb>li>button:focus:after {
  width: 100%
}

#logo {
  padding: 27px 0 0
}

#logo a {
  width: 100%;
  height: 100%;
  display: block
}

#logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}

.search_btn {
  width: 40px;
  height: 40px;
  margin: 25px 0 0;
  display: block;
  text-indent: -999em;
  background: url(../../img/layout/icon_search.png) no-repeat center/contain
}

.gnb_menu {
  width: 100%;
  position: absolute;
  top: 102px;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center
}

.gnb_menu li {
  width: 100%;
  margin: 15px 0
}

.gnb_menu a {
  height: 100%;
  padding: 2px 0;
  display: inline-block;
  line-height: 24px;
  color: #717579;
  font-size: .9375rem;
  font-weight: 400;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  transition: color, .2s;
  text-decoration: none
}

.gnb_menu a:hover,
.gnb_menu a:focus {
  color: #212529
}

.search_contain {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  display: none
}

.search_contain .search_wrap {
  max-width: 880px;
  margin: 100px auto 40px
}

.search_contain .input_wrap {
  margin: 0 auto;
  position: relative;
  background: #fff
}

.search_contain .input_wrap input {
  width: 100%;
  min-height: 68px;
  line-height: 68px;
  padding: 0 40px 0 0;
  font-size: 1.625rem;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0
}

.search_contain .input_wrap input:focus+.sch_btn_gray {
  background: url(../../img/layout/icon_search.png) no-repeat center/contain
}

.search_contain .input_wrap input::placeholder {
  font-size: 1.625rem;
  color: #212529;
  opacity: .2
}

.search_contain .sch_btn_gray {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/layout/icon_search_gray.png) no-repeat center/contain;
  text-indent: -999em
}

.search_contain .hash_tag {
  margin: 32px 0 0
}

.search_contain .hash_tag p {
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left
}

.search_contain .hash_tag ul {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap
}

.search_contain .hash_tag li {
  margin: 0 6px 8px 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f5f5f5
}

.search_contain .hash_tag li a {
  width: 100%;
  display: block;
  color: #212529;
  font-weight: 400
}

.search_contain .close_search_wrap {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 50%;
  padding: 0 30px;
  transform: translate(-50%)
}

.search_contain .close_search_wrap .close_search_btn {
  width: 40px;
  height: 40px;
  margin: 30px 0 0;
  display: block;
  float: right;
  text-indent: -999em;
  background: url(../../img/layout/icon_close.png) no-repeat center/contain
}

.dimmed {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0009;
  z-index: 9;
  display: none;
  opacity: 0
}

.mobile_header,
.mobile_panel,
.search_contain_m {
  display: none
}

@media (max-width: 1160px) {
  header {
    display: none
  }

  .header_wrap_m {
    width: 100%;
    height: 100px;
    position: fixed;
    padding: 0 40px;
    z-index: 10
  }

  .mobile_header {
    width: 100%;
    height: 92px;
    padding: 0 80px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 0 0 60px 60px
  }

  .mobile_header .mobile_header_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .mobile_header .mobile_header_top h1 {
    width: 142px;
    height: 35px
  }

  .mobile_header .mobile_header_top h1 a {
    width: 100%;
    height: 100%;
    display: block
  }

  .mobile_header .mobile_header_top h1 a>img {
    width: 100%;
    height: 100%
  }

  .mobile_header .gnb_btn_wrap>* {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    text-indent: -99999px
  }

  .mobile_header .sch_btn {
    background: url(../../img/layout/icon_search.png) no-repeat center/contain;
    margin: 0 2.34375vw 0 0
  }

  .mobile_header .menu_btn {
    background: url(../../img/layout/icon_menu.png) no-repeat center/contain
  }

  .search_contain_m {
    width: 500px;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 12;
    right: -500px;
    top: 0;
    background-color: #fff
  }

  .search_contain_m .search_wrap {
    padding: 20px 30px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
  }

  .search_contain_m .input_wrap {
    margin: 0 auto;
    position: relative;
    background: #fff
  }

  .search_contain_m .input_wrap input {
    width: 100%;
    min-height: 68px;
    line-height: 68px;
    padding: 0 40px 0 0;
    font-size: 1.625rem;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0
  }

  .search_contain_m .input_wrap input:focus+.sch_btn_gray {
    background: url(../../img/layout/icon_search.png) no-repeat center/contain
  }

  .search_contain_m .input_wrap input::placeholder {
    font-size: 1.625rem;
    color: #212529;
    opacity: .2;
    font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
    letter-spacing: -1px
  }

  .search_contain_m .sch_btn_gray {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../img/layout/icon_search_gray.png) no-repeat center/contain;
    text-indent: -99999px
  }

  .search_contain_m .hash_tag {
    margin: 32px 0 0
  }

  .search_contain_m .hash_tag p {
    margin: 0 0 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left
  }

  .search_contain_m .hash_tag ul {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap
  }

  .search_contain_m .hash_tag li {
    margin: 0 6px 8px 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f5f5f5
  }

  .search_contain_m .hash_tag li a {
    widows: 100%;
    height: 100%;
    display: block
  }

  .search_contain_m .close_search_wrap {
    width: 100%
  }

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

  .search_contain_m .close_search_wrap .close_search_btn_m {
    width: 40px;
    height: 40px;
    margin: 30px 32px 0 0;
    display: block;
    float: right;
    text-indent: -99999px;
    background: url(../../img/layout/icon_close.png) no-repeat center/contain
  }

  .mobile_panel {
    width: 500px;
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    z-index: 100;
    overflow-x: hidden;
    background-color: #f5f5f5
  }

  .mobile_panel .inner {
    width: 100%;
    height: 100vh;
    position: relative;
    float: right
  }

  .mobile_panel .inner .close_btn_m {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 30px;
    left: 25px
  }

  .mobile_panel .inner .close_btn_m:after {
    width: 14px;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../../img/layout/close.png) no-repeat center/contain
  }

  .mobile_panel .inner .mobile_panel_top {
    height: 100px;
    position: relative;
    padding: 0 20px;
    background: #fff;
    text-align: center
  }

  .mobile_panel .inner .mobile_panel_top strong {
    display: inline-block;
    padding: 35px 0;
    font-size: 1.25rem;
    font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif
  }

  .mobile_panel .inner .mobile_panel_top:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e0e0e0;
    bottom: 0;
    left: 0
  }

  .mobile_panel .inner .mobile_panel_menu {
    min-height: calc(100vh - 100px);
    background-color: #fff
  }

  .mobile_panel .inner .sub_menu_wrap {
    width: 33.8541666%;
    min-height: calc(100vh - 100px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #f5f5f5
  }

  .mobile_panel .one_depth {
    width: 100%;
    margin: 0 0 60px
  }

  .mobile_panel .menu_list {
    width: 100%;
    display: flex;
    background: #f5f5f5
  }

  .mobile_panel .menu_list.on>button {
    color: #fff
  }

  .mobile_panel .menu_list.on>button:after {
    display: block
  }

  .mobile_panel .menu_list.on>button+.two_depth {
    display: block
  }

  .mobile_panel .menu_list>button {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
    color: #212529;
    position: relative;
    text-align: left;
    font-size: 1.125rem;
    z-index: 1
  }

  .mobile_panel .menu_list>button:after {
    content: "";
    display: none;
    position: absolute;
    background-color: #ff7a00;
    border-radius: 0 90px 90px 0;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    z-index: -1
  }

  .mobile_panel .two_depth {
    position: absolute;
    width: 66.145833%;
    top: 100px;
    left: 33.8541666%;
    display: none;
    padding: 0 40px;
    background-color: #fff
  }

  .mobile_panel .two_depth a {
    display: block;
    font-size: 1.125rem;
    margin: 10px 0;
    padding: 10px 0;
    font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
    color: #212529
  }

  .mobile_panel .sns_link {
    width: 100%;
    height: 100%
  }

  .mobile_panel .sns_link ul {
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
  }

  .mobile_panel .sns_link ul li {
    width: 60px;
    height: 60px;
    border-radius: 60px
  }

  .mobile_panel .sns_link ul a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999px
  }

  .mobile_panel .sns_link .facebook {
    background: url(../../img/layout/facebook.png) no-repeat 50%/cover
  }

  .mobile_panel .sns_link .instagram {
    background: url(../../img/layout/instagram.png) no-repeat 50%/cover
  }

  .mobile_panel .sns_link .youtube {
    background: url(../../img/layout/youtube.png) no-repeat 50%/cover
  }

  .mobile_panel .sns_link .owl {
    background: url(../../img/layout/owl.png) no-repeat 50%/cover
  }

  .dimmed {
    z-index: 12
  }
}

.mobile_header .sch_btn.change {
  right: calc(40 / 7.68 * 1vw) !important
}

@media (max-width: 768px) {
  .header_wrap_m {
    width: 100%;
    padding: 0;
    height: calc(140 / 7.68 * 1vw)
  }

  .mobile_header {
    height: 100%;
    padding: 0 calc(40 / 7.68 * 1vw);
    border-radius: 0 0 calc(50 / 7.68 * 1vw) calc(50 / 7.68 * 1vw)
  }

  .mobile_header .mobile_header_top h1 {
    position: relative;
    width: calc(142 / 7.68 * 1vw);
    height: calc(32 / 7.68 * 1vw)
  }

  .mobile_header .mobile_header_top h1 img {
    position: absolute;
    left: 0;
    top: 0
  }

  .mobile_header .menu_btn {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    right: calc(40 / 7.68 * 1vw);
    background: url(../../img/layout/icon_menu.png) no-repeat center/contain
  }

  .mobile_header .sch_btn {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    right: calc(118 / 7.68 * 1vw);
    background: url(../../img/layout/icon_search.png) no-repeat center/contain
  }

  .search_contain_m {
    width: 100%;
    height: 100vh;
    right: -100%
  }

  .search_contain_m .search_wrap {
    margin: calc(25 / 7.68 * 1vw) auto calc(10 / 7.68 * 1vw);
    padding: 0 calc(40 / 7.68 * 1vw)
  }

  .search_contain_m .input_wrap input {
    padding: calc(10 / 7.68 * 1vw) 0 0vw;
    font-size: calc(30 / 7.68 * 1vw)
  }

  .search_contain_m .input_wrap input::placeholder {
    font-size: calc(40 / 7.68 * 1vw);
    opacity: .2;
    color: #000;
    letter-spacing: calc(-2 / 7.68 * 1vw)
  }

  .search_contain_m .sch_btn_gray {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    text-indent: calc(-99999 / 7.68 * 1vw)
  }

  .search_contain_m .hash_tag {
    margin: calc(80 / 7.68 * 1vw) 0 0
  }

  .search_contain_m .hash_tag p {
    margin: 0 0 calc(30 / 7.68 * 1vw) 0;
    font-size: calc(32 / 7.68 * 1vw)
  }

  .search_contain_m .hash_tag ul {
    max-width: 100%
  }

  .search_contain_m .hash_tag li {
    margin: 0 1.5625vw calc(14 / 7.68 * 1vw) 0;
    padding: calc(10 / 7.68 * 1vw) calc(15 / 7.68 * 1vw);
    padding: 2.34375vw calc(26 / 7.68 * 1vw);
    border-radius: calc(8 / 7.68 * 1vw)
  }

  .search_contain_m .hash_tag li a {
    font-size: calc(26 / 7.68 * 1vw);
    color: #212529
  }

  .search_contain_m .close_search_wrap .close_search_btn_m {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    margin: calc(30 / 7.68 * 1vw) calc(40 / 7.68 * 1vw) 0 0;
    text-indent: calc(-9999 / 7.68 * 1vw)
  }

  .mobile_panel {
    width: 100%
  }

  .mobile_panel .inner {
    width: 100%;
    height: 100vh
  }

  .mobile_panel .inner .close_btn_m {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    text-indent: calc(-999 / 7.68 * 1vw);
    top: calc(30 / 7.68 * 1vw);
    left: calc(40 / 7.68 * 1vw)
  }

  .mobile_panel .inner .close_btn_m:after {
    width: calc(23 / 7.68 * 1vw);
    height: calc(39 / 7.68 * 1vw)
  }

  .mobile_panel .inner .mobile_panel_top {
    height: calc(120 / 7.68 * 1vw);
    padding: 0 calc(40 / 7.68 * 1vw)
  }

  .mobile_panel .inner .mobile_panel_top strong {
    padding: calc(32 / 7.68 * 1vw) 0;
    font-size: calc(38 / 7.68 * 1vw)
  }

  .mobile_panel .inner .mobile_panel_menu,
  .mobile_panel .inner .sub_menu_wrap {
    min-height: calc(100vh - 120 / 7.68 * 1vw)
  }

  .mobile_panel .menu_list>button {
    padding: calc(32 / 7.68 * 1vw) calc(40 / 7.68 * 1vw);
    font-size: calc(30 / 7.68 * 1vw)
  }

  .mobile_panel .menu_list>button:after {
    border-radius: 0 calc(60 / 7.68 * 1vw) calc(60 / 7.68 * 1vw) 0
  }

  .mobile_panel .two_depth {
    top: calc(120 / 7.68 * 1vw);
    padding: 0 calc(70 / 7.68 * 1vw)
  }

  .mobile_panel .two_depth a {
    font-size: calc(30 / 7.68 * 1vw);
    margin: calc(25 / 7.68 * 1vw) 0;
    padding: calc(10 / 7.68 * 1vw) 0
  }

  .mobile_panel .sns_link ul {
    margin: 0 auto calc(20 / 7.68 * 1vw);
    gap: calc(10 / 7.68 * 1vw)
  }

  .mobile_panel .sns_link ul li {
    width: 11.71875vw;
    height: 11.71875vw;
    border-radius: 11.71875vw
  }

  .mobile_panel .sns_link ul a {
    text-indent: calc(-9999 / 7.68 * 1vw)
  }
}

header {
  transition: all .3s
}

header.open_menu {
  box-shadow: 0 0 10px #0000001a;
  overflow: visible
}

dl,
ol,
ul {
  padding: 0;
  margin: 0
}

footer {
  margin: 0 auto;
  background-color: #4b4b4b
}

footer .footer_wrap {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 30px
}

footer .con {
  max-width: 1420px;
  margin: 0 auto;
  position: relative
}

footer .ft_link {
  position: relative;
  overflow: hidden;
  padding: 40px 0 26px;
  border-bottom: 1px solid rgba(217, 217, 217, .1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}

footer .ft_link .pull-left {
  display: flex;
  justify-content: space-between;
  align-items: center
}

footer .ft_link .pull-left ul {
  display: flex;
  justify-content: right;
  margin: -9px 0 0
}

footer .ft_link .pull-left ul li {
  display: inline-block
}

footer .ft_link .pull-left ul li:first-child a {
  opacity: 1;
  font-weight: 500
}

footer .ft_link .pull-left ul li:nth-child(2) {
  margin: 0 25px
}

footer .ft_link .pull-left ul li a {
  position: relative;
  font-size: 1rem;
  color: #fff;
  opacity: .6;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-weight: 400;
  text-decoration: none
}

footer .ft_link .pull-left ul li a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  opacity: .2;
  background: #fff
}

footer .ft_link .pull-left ul li:last-of-type a:after {
  display: none
}

footer .ft_link .pull-right ul li {
  display: inline-block;
  margin-left: 10px
}

footer .ft_link .pull-right ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%
}

footer .ft_info {
  overflow: hidden;
  background: #4b4b4b;
  padding: 24px 0 40px
}

footer .ft_info .title {
  font-size: 1.125rem;
  display: inline-block;
  margin: 0 0 14px;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif
}

footer .ft_info .copyright {
  margin: 13px 0 0;
  font-size: 1rem;
  color: #fff;
  opacity: .2;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-weight: 300
}

footer .ft_info .pull-left {
  text-align: left
}

footer .ft_info .pull-left div {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px
}

footer .ft_info .pull-left ul {
  display: inline-block;
  list-style: none
}

footer .ft_info .pull-left ul li span {
  width: 80px;
  display: inline-block;
  font-size: .9375rem;
  color: #fff;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-style: normal;
  font-weight: 500;
  opacity: .8
}

footer .ft_info .pull-left ul li p {
  display: inline-block;
  line-height: 24px;
  margin: 0 0 2px;
  font-size: .9375rem;
  color: #fff;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-style: normal;
  font-weight: 300;
  opacity: .6
}

footer .ft_info .pull-right ul {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: right;
  position: absolute;
  bottom: 0;
  right: 0
}

footer .ft_info .pull-right ul li {
  color: #ff7200;
  font-size: 1.5625rem;
  margin: 0 9px 10px 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #666
}

footer .ft_info .pull-right ul li:last-child {
  margin: 0
}

footer .ft_info .pull-right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center
}

footer .ft_info .pull-right ul li a img {
  margin: 6px 0 0;
  vertical-align: -webkit-baseline-middle
}

footer .ft_info .pull-right ul li font {
  font-size: 1.125rem;
  color: #999;
  display: inline-block;
  margin-left: 8px
}

footer .ft_info .pull-right ul li a {
  text-indent: -999em;
  position: relative
}

.facebook {
  background: url(../../img/layout/ico_facebook_tail.png) no-repeat center/auto
}

.youtube {
  background: url(../../img/layout/ico_youtube_tail.png) no-repeat center/auto
}

.instagram {
  background: url(../../img/layout/ico_instagram_tail.png) no-repeat center/auto
}

.blog {
  background: url(../../img/layout/ico_blog_tail.png) no-repeat center/auto
}

@media (max-width: 1280px) {
  footer .ft_info .pull-left {
    width: 100%
  }

  footer .ft_info .pull-left div {
    display: block;
    margin-top: 15px
  }

  footer .ft_info .pull-left ul {
    padding-left: 0
  }

  footer .ft_info .pull-right {
    width: 100%
  }
}

@media (max-width: 768px) {
  footer .footer_wrap {
    padding: 0 calc(40 / 7.68 * 1vw)
  }

  footer .ft_link {
    height: calc(137 / 7.68 * 1vw);
    padding: calc(46 / 7.68 * 1vw) 0 calc(40 / 7.68 * 1vw);
    overflow: visible
  }

  footer .con {
    padding: 0
  }

  footer .ft_logo {
    width: 19.53125vw;
    display: block
  }

  footer .ft_logo img {
    width: 100%
  }

  footer .ft_link:after {
    width: 100%
  }

  footer .ft_link .pull-left {
    display: block
  }

  footer .ft_link .pull-left ul {
    position: relative;
    bottom: calc(-68 / 7.68 * 1vw);
    z-index: 3;
    justify-content: left
  }

  footer .ft_link .pull-left ul li a {
    font-size: 3.125vw
  }

  footer .ft_info .title {
    font-size: 3.125vw;
    margin: 0 0 calc(10 / 7.68 * 1vw)
  }

  footer .ft_info .copyright {
    font-size: calc(22 / 7.68 * 1vw);
    margin: calc(20 / 7.68 * 1vw) 0 0;
    line-height: calc(34 / 7.68 * 1vw)
  }

  footer .ft_info .pull-left ul {
    padding: calc(80 / 7.68 * 1vw) 0 0
  }

  footer .ft_info .pull-left ul li {
    padding: calc(4 / 7.68 * 1vw) 0
  }

  footer .ft_info .pull-left ul li span {
    width: auto;
    min-width: calc(110 / 7.68 * 1vw);
    font-size: calc(22 / 7.68 * 1vw)
  }

  footer .ft_info .pull-left ul li p {
    font-size: calc(22 / 7.68 * 1vw);
    line-height: calc(30 / 7.68 * 1vw);
    margin: 0
  }

  footer .ft_info .pull-right ul {
    margin: calc(50 / 7.68 * 1vw) 0 0;
    position: static;
    justify-content: left
  }

  footer .ft_info .pull-right ul li {
    width: calc(70 / 7.68 * 1vw);
    height: calc(70 / 7.68 * 1vw)
  }

  footer .ft_info .pull-right ul li:nth-of-type(4) {
    background-color: #7d7d7d
  }

  footer .ft_info .pull-right ul li a.facebook {
    background: url(../../img/layout/ico_facebook_tail_m.png) no-repeat center/cover
  }

  footer .ft_info .pull-right ul li a.youtube {
    background: url(../../img/layout/ico_youtube_tail_m.png) no-repeat center/cover
  }

  footer .ft_info .pull-right ul li a.instagram {
    background: url(../../img/layout/ico_instagram_tail_m.png) no-repeat center/cover
  }

  footer .ft_info .pull-right ul li a.blog {
    background-size: 55%
  }
}

aside {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 90px;
  bottom: 48px;
  display: block;
  border-radius: 100%;
  background: #7f7f7f url(../../img/main/btn_top.png) no-repeat center/25px 15px;
  text-indent: -999em;
  z-index: 1;
  opacity: 0;
  transition: .3s
}

aside a {
  width: 100%;
  height: 100%;
  display: block
}

.show {
  opacity: 1 !important
}

@media (max-width: 1280px) {
  aside {
    right: 40px;
    bottom: 40px
  }
}

@media (max-width: 768px) {
  aside {
    width: calc(70 / 7.68 * 1vw);
    height: calc(70 / 7.68 * 1vw);
    right: 28px;
    bottom: 28px;
    background-size: calc(25 / 7.68 * 1vw) calc(15 / 7.68 * 1vw)
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.tab-pane.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.tab-pane.fade.show {
  opacity: 1
}

.show {
  display: block !important
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.show {
  opacity: 1
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-item {
  display: list-item
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: all .15s ease-in-out
}

.nav-link:hover {
  color: #0a58ca
}

.nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav.nav-tabs.tab {
  border-bottom: 0;
  margin-bottom: 60px
}

.nav.nav-tabs.tab .nav-item {
  width: 200px;
  box-sizing: border-box
}

.nav.nav-tabs.tab .nav-link {
  cursor: pointer;
  display: block;
  padding: 20px 0;
  background: #f6f6f6;
  color: #666;
  font-size: 1.0625rem;
  transition: all .2s;
  border: 0;
  border-radius: 0;
  margin-right: 0
}

.nav.nav-tabs.tab .nav-link:hover {
  background-color: #ededed
}

.nav.nav-tabs.tab .nav-link.active,
.nav.nav-tabs.tab .nav-link.active:hover,
.nav.nav-tabs.tab .nav-link.active:focus {
  background: #ff7200;
  color: #fff;
  border: 0
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .375rem;
  transition: all .15s ease-in-out
}

.btn:hover {
  color: #212529
}

.btn:focus {
  box-shadow: 0 0 0 .25rem #0d6efd40
}

@media (max-width: 768px) {
  .nav.nav-tabs.tab {
    max-width: initial;
    padding: 0 5.20833vw;
    flex-wrap: wrap;
    gap: 1.953125%;
    margin: 0 auto 3vw
  }

  .nav.nav-tabs.tab .nav-item {
    width: 32.03125%;
    margin: 0 0 1.9%
  }

  .nav.nav-tabs.tab .nav-link {
    padding: 2.8vw 0;
    font-size: 3vw
  }
}

body {
  background: #fff;
  margin: 0;
  padding: 0
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 1rem 0;
  text-align: center
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #555;
  margin: .5rem 0
}

.nav-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  margin: .5rem 0;
  text-align: center
}

main {
  background-color: #fff
}

.sub_visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

ul.pagination li.page-item {
  width: 38px;
  height: 38px
}

ul.pagination a.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  color: #000
}

ul.pagination a.page-link.active {
  background-color: #ff7200;
  color: #fff
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  padding: 0 20px;
  background-color: #ff7a00
}

.button .label {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none
}