@charset "UTF-8";
/* common*/
html {
  height: 100%;
  background-color: #fff;
}

body {
  background-color: #fff;
  color: #404040;
}

body,
input,
textarea,
select,
button,
div,
table {
  color: #404040;
  font-family: "Noto Sans KR", "Nanum Gothic", "나눔고딕", "NanumGothic", "Malgun Gothic", "MalgunGothic", "맑은 고딕", "맑은고딕", "돋움", Dotum, AppleGothic, sans-serif;
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #404040;
}

strong,
b {
  font-weight: 600;
}

input,
button,
select,
textarea,
label {
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans KR", "Nanum Gothic", "나눔고딕", "NanumGothic", "Malgun Gothic", "MalgunGothic", "맑은 고딕", "맑은고딕", "돋움", Dotum, AppleGothic, sans-serif;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

a {
  color: #404040;
  transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  font-family: "Noto Sans KR", "Nanum Gothic", "나눔고딕", "NanumGothic", "Malgun Gothic", "MalgunGothic", "맑은 고딕", "맑은고딕", "돋움", Dotum, AppleGothic, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 36px;
}

h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 36px;
}

h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 36px;
}

h4 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 36px;
}

h5 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 36px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 36px;
}

/*parahraphs*/
p {
  margin: 0 0 10px;
}

pre:after,
pre:before {
  clear: both;
  display: table;
  content: "";
}

.overflow-hidden {
  overflow: hidden;
}

/* font-weight 100 300 400 500 700 900 */
ul {
  padding: 0;
}

li {
  list-style: none;
}

.transition1 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition2 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.transition3 {
  -webkit-transition: all 1.05s ease;
  -moz-transition: all 1.05s ease;
  -o-transition: all 1.05s ease;
  transition: all 1.05s ease;
}

.transition_ani1 {
  -webkit-transition: all 2.1s ease;
  -moz-transition: all 2.1s ease;
  -o-transition: all 2.1s ease;
  transition: all 2.1s ease;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.opacity_0 {
  opacity: 0;
}

.clear {
  clear: both;
}

.col {
  float: left;
}

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

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

a.underline {
  text-decoration: none;
  color: #333;
}

a.underline:hover {
  text-decoration: underline;
}

.underline a {
  text-decoration: none;
  color: #333;
}

.underline a:hover {
  text-decoration: underline;
}

.hover_underline {
  text-decoration: none;
}

.hover_underline:hover {
  text-decoration: underline;
}

a:active {
  opacity: 0.8;
}

hr.solid {
  background-color: #ddd;
}

.dot_line {
  background-color: transparent;
  border-top: 1px #ccc dashed;
  margin-bottom: 10px;
}

.full_divide {
  height: 1px;
  border-top: 1px solid #ccc;
}

legend {
  border-bottom: 1px solid #999;
}

.margin {
  height: 10px;
}

.margin2 {
  height: 20px;
}

.margin3 {
  height: 30px;
}

.margin4 {
  height: 40px;
}

.margin5 {
  height: 50px;
}

.margin6 {
  height: 60px;
}

.margin7 {
  height: 70px;
}

.margin8 {
  height: 80px;
}

.margin9 {
  height: 90px;
}

.margin10 {
  height: 100px;
}

.divide10 {
  height: 10px;
}

.divide20 {
  height: 20px;
}

.divide30 {
  height: 30px;
}

.divide40 {
  height: 40px;
}

.divide50 {
  height: 50px;
}

.divide60 {
  height: 60px;
}

.divide70 {
  height: 70px;
}

.divide80 {
  height: 80px;
}

.divide90 {
  height: 90px;
}

.divide100 {
  height: 100px;
}

.overturn {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0px;
}

.no_border {
  border: 0px !important;
}

.form-group .hint,
.control-group .hint,
.control-group .note {
  font-size: 0.85em;
  color: #0c6fb6;
}

.error,
.errorMessage {
  color: #e45a5a;
  border-color: #e45a5a;
}

.errorMessage {
  font-size: 0.85em;
}

.red {
  color: #ff0000 !important;
}

.help-inline {
  color: #e45a5a;
  font-size: 14px;
}

.note_text {
  color: #404040;
  font-size: 1.4rem;
}

.padding {
  padding: 15px;
}

.pre {
  white-space: pre;
}

.pre-line {
  white-space: pre-line;
}

.area_badge {
  text-align: center;
}

.btn-lg {
  font-size: 1.4rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right2 {
  text-align: right;
}

.center {
  margin: 0 auto;
}

.center2 {
  text-align: center;
}

.middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.no_pointer {
  cursor: default;
}

.inline {
  display: inline-block;
}

.relative {
  position: relative;
}

.off {
  opacity: 0.7;
}

.italic {
  font-style: italic;
}

.imgres {
  max-width: 100%;
  height: auto;
}

.imgfull {
  width: 100% !important;
  height: 100% !important;
}

.imgwrap {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.strong {
  font-weight: 700;
}

/*.radio-inline  { float: left; margin-right:15px;}*/
.radio_enum {
  padding-top: 7px;
}

.radio_enum label {
  margin-right: 20px;
  margin-left: 2px;
  margin-bottom: 5px;
}

.radio_enum2 {
  padding-left: 0px;
}

/*.active {color: #e92410;}*/
.number1 {
  letter-spacing: -1.5px !important;
}

.textarea1 {
  min-height: 100px;
}

.table1 .line_height {
  line-height: 24px !important;
  padding-top: 17px;
}

/* Important part */
.ratio_box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.ratio_box:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}

.ratio33_1:before {
  padding-top: 30%;
}

.ratio16_7:before {
  padding-top: 43.75%;
}

.ratio2_1:before {
  padding-top: 50%;
}

.ratio16_9:before {
  padding-top: 56.25%;
}

.ratio32_21:before {
  padding-top: 65.625%;
}

.ratio4_3:before {
  padding-top: 75%;
}

.ratio1_2:before {
  padding-top: 200%;
}

.ratio_movie:before {
  padding-top: 150%; /*141.3637%;*/
}

.ratio_banner1:before {
  padding-top: 63.043%;
}

.ratio_banner2:before {
  padding-top: 35.596%;
}

.ratio_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.owl_box {
  position: relative;
}

.owl_box .btn_owl {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -18px;
  width: 36px;
  z-index: 99;
}

.owl_box .btn_owl {
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  display: block;
}

.owl_box .btn_owl:hover {
  color: rgba(255, 255, 255, 0.9);
}

.owl_box .btn_owl i {
  margin-right: 0;
}

.owl-dots {
  text-align: center;
  padding: 0px 0;
}

.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 0px;
  background: #ddd;
  margin-right: 5px;
  display: inline-block; /*for making them horizontal, if you want vertical then you can use- display: block*/
}

.owl-dot.active {
  background-color: #e0e0e0;
}

.owl_box .btn_prev {
  right: none;
  left: 7px;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

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

.gototop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: block;
  z-index: 999;
  opacity: 0.5;
}

.point_text {
  color: #ff3b30 !important;
}

.bg_cover {
  background-size: cover;
  background-position: top center;
}

.bg_cover2 {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.label_lg {
  font-size: 1.5rem;
}

.btn_middle_image {
  display: block;
  margin: 10px 0;
}

.btn_middle_image img {
  width: 80px;
  height: 80px;
}

.btn_middle_image2 {
  display: block;
  margin: 10px 0;
}

.btn_middle_image2 img {
  width: 200px;
  height: auto;
}

.layer_popup_image {
  position: fixed;
  z-index: 9999;
  background: transparent;
  padding: 0px 0px 0 0px;
  border: 0;
}
.layer_popup_image .bottom {
  font-size: 14px;
  text-align: right;
}

.layer_popup_image .inner {
  background: transparent;
}

.layer_popup_image .inner img {
  max-width: 100%;
  max-height: 100%;
}

.layer_popup_image .btn_close_popup_image {
  position: absolute;
  top: 5px;
  right: 5px;
}

.layer_popup_image .btn_close_popup_image a {
  color: rgba(0, 0, 0, 0.7);
}

.layer_popup_image .btn_close_popup_image a i {
  font-size: 26px;
}

.pagination_area {
  margin-top: 0px;
}

.pagination_area .previous,
.pagination_area .next {
  display: inline !important;
}

.pagination_area .first {
  display: none;
}

.pagination_area .last {
  display: none;
}

.pagination_area .pagination a {
  border-radius: 0px;
  min-width: 42px;
  padding: 9.4px 2px;
}

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  color: #5eb4f4;
  border: 1px solid #5eb4f4;
  font-size: 16px;
  border-radius: 3px;
}

.pagination > li > a {
  margin-right: 10px;
}

.pagination > li > a:hover {
  background-color: #e1f2ff;
  color: #5eb4f4;
  border: 1px solid #5eb4f4;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5eb4f4;
  border: 1px solid #5eb4f4;
}

.pagination .previous a,
.pagination .next a {
  background-color: #fff;
  border: 1px solid #5eb4f4;
  color: #5eb4f4;
}

.pagination .previous a:hover,
.pagination .next a:hover {
  background-color: #e1f2ff;
  border: 1px solid #5eb4f4;
  color: #5eb4f4;
}

/* btn */
.btn {
  border-radius: 0;
}

.btn_base {
  border: 1px solid #e0e0e0;
}

.btn_base:hover {
  border: 1px solid #0c6fb6;
}

.btn_submit {
  background-color: #0c6fb6;
  color: #fff;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  min-width: 110px;
  border: 0px;
}

.btn-primary {
  background-color: #0c6fb6;
  color: #fff;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
}

.btn_primary_light {
  background-color: #5eb4f4;
  color: #fff;
  height: 40px;
  line-height: 36px;
  padding: 0 0px;
  min-width: 158px;
  font-size: 16px;
  font-weight: bold;
}

.btn_primary_light:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_gray {
  background-color: #a8a8a8;
  color: #fff;
  height: 40px;
  line-height: 36px;
  padding: 0 0px;
  min-width: 158px;
  font-size: 16px;
  font-weight: bold;
}

.btn_gray:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_sub_green {
  background-color: #5ddc61;
  color: #fff;
  height: 40px;
  line-height: 36px;
  padding: 0 0px;
  min-width: 158px;
  font-size: 16px;
  font-weight: bold;
}

.btn_sub_green:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_sub_blue {
  background-color: #3cccc7;
  color: #fff !important;
  height: 40px;
  line-height: 36px;
  padding: 0 0px;
  min-width: 158px;
  font-size: 16px;
  font-weight: bold;
}

.btn_sub_blue:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-default {
  height: 56px;
  font-size: 16px;
  line-height: 40px;
}

.btn_black1 {
  background-color: #404040;
  color: #fff;
  height: 50px;
  line-height: 34px;
  font-size: 16px;
  min-width: 150px;
}

.btn_black1:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_default1 {
  background-color: #000;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 1.3rem;
}

.btn_default1:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_default2 {
  background-color: #666;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 1.3rem;
}

.btn_default2:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_bg_gray {
  background-color: #666;
}

.btn_primary1 {
  background-color: #5eb4f4;
  color: #fff;
  height: 50px;
  line-height: 34px;
  font-size: 16px;
  min-width: 150px;
}

.btn_primary1:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_red1 {
  background-color: #e45a5a;
  color: #fff;
  height: 50px;
  line-height: 34px;
  font-size: 16px;
  min-width: 150px;
}

.btn_red1:hover {
  color: #fff;
  opacity: 0.8;
}

.btn_gray1 {
  background-color: #a8a8a8;
  color: #fff;
  height: 50px;
  line-height: 34px;
  font-size: 16px;
  min-width: 150px;
}

.btn_gray1:hover {
  color: #fff;
  opacity: 0.8;
}

/* /btn */
.global_area_category .btn_artist_category {
  width: 175px;
  height: 49px;
  margin: 0 1px 4px 1px;
  display: inline-block;
  border: 2px solid #e0e0e0;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global_area_category .btn_artist_category.active {
  border: 2px solid #5eb4f4;
  font-size: 16px;
  color: #0c6fb6;
}

.global_artist_item {
  display: block;
  position: relative;
  text-align: center;
}
.global_artist_item .ratio_box {
  display: inline-block;
  width: 209px;
  border-radius: 50%;
  overflow: hidden;
}
.global_artist_item .ratio_box:before {
  padding-top: 100%;
}
.global_artist_item .area_badge {
  padding: 6px 0 0 0;
}
.global_artist_item .title {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 1px 0 1px 0;
  text-align: center;
}
.global_artist_item .desc {
  font-size: 14px;
  font-weight: normal;
  padding: 1px 0 1px 0;
  text-align: center;
}

.global_artist_image .ratio_box {
  display: inline-block;
  width: 292px;
  border-radius: 50%;
  overflow: hidden;
}
.global_artist_image .ratio_box:before {
  padding-top: 100%;
}

.global_culture_item {
  display: block;
  position: relative;
  text-align: center;
}
.global_culture_item .ratio_box {
  border: 1px solid #e0e0e0;
  display: inline-block;
  width: 390px;
  overflow: hidden;
}
.global_culture_item .ratio_box:before {
  padding-top: 70%;
}
.global_culture_item .area_badge {
  padding: 6px 0 0 0;
}
.global_culture_item .title {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 1px 0;
  text-align: center;
}
.global_culture_item .title .artist_category_badge {
  margin-right: 10px;
}
.global_culture_item .desc {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px;
  text-align: center;
}

.global_gallery_item {
  display: block;
  position: relative;
  text-align: center;
}
.global_gallery_item .fancybox_gallery {
  cursor: pointer;
}
.global_gallery_item .ratio_box {
  border: 1px solid #e0e0e0;
  display: inline-block;
  width: 370px;
  overflow: hidden;
}
.global_gallery_item .ratio_box:before {
  padding-top: 100%;
}
.global_gallery_item .area_user {
  display: block;
  width: 370px;
  margin: 0 auto;
}
.global_gallery_item .area_user .artist_map_box {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-right: 10px;
  cursor: pointer;
}
.global_gallery_item .area_user .artist_map_box .artist {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 2px 4px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}
.global_gallery_item .area_user .artist_map_box .artist .ratio_box {
  border: 0px solid #e0e0e0;
  display: inline-block;
  width: 50px;
  overflow: hidden;
}
.global_gallery_item .area_user .artist_map_box .artist .ratio_box:before {
  padding-top: 100%;
}
.global_gallery_item .area_user .artist_map_box .artist_info {
  text-align: left;
  padding: 5px 0px 0 10px;
}
.global_gallery_item .area_user .artist_map_box .artist_info .info h3 {
  font-size: 18px;
}
.global_gallery_item .area_user .artist_map_box .artist_info .info .desc_content {
  font-size: 12px;
}
.global_gallery_item .area_badge {
  padding: 6px 0 0 0;
}
.global_gallery_item .area_info {
  padding: 5px 0;
  text-align: center;
  width: 355px;
  margin: 0 auto;
  max-height: 72px;
  overflow: hidden;
}
.global_gallery_item .area_info h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 1px 0;
}
.global_gallery_item .area_info h4 .btn {
  display: inline-block;
  background-color: transparent;
  min-width: 66px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #fe8d8d;
  border: 1px solid #fe8d8d;
  line-height: 18px;
  padding: 0;
}
.global_gallery_item .area_info .desc {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px;
}

.global_event_item {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
.global_event_item .inner {
  width: 252px;
  margin: 0 auto;
}
.global_event_item .ratio_box {
  overflow: hidden;
}
.global_event_item .ratio_box:before {
  padding-top: 146%;
}
.global_event_item .area_badge {
  padding: 6px 0 0 0;
}
.global_event_item .title {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global_event_item .time {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
  text-align: center;
}
.global_event_item .location {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

.global_box_menu .btn_menu {
  width: 185px;
  height: 49px;
  margin: 0 1px;
  display: inline-block;
  border: 2px solid #e0e0e0;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.global_box_menu .btn_menu.active {
  border: 2px solid #5eb4f4;
  font-size: 16px;
  color: #0c6fb6;
}

.artist_category_badge {
  display: inline-block;
  background-color: #a8a8a8;
  min-width: 66px;
  height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12px;
  color: #ffffff;
}

.artist_category_badge_view {
  background-color: #3cccc7;
}

.artist_category_badge_show {
  background-color: #fe8d8d;
}

.artist_category_badge_write {
  background-color: #5ddc61;
}

.artist_category_badge_study {
  background-color: #ae63d8;
}

.artist_category_badge_etc {
  background-color: #7f7f7f;
}

.event_category_badge {
  display: inline-block;
  background-color: #a8a8a8;
  min-width: 76px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

.event_calendar_bar {
  display: block;
  background-color: #a8a8a8;
  height: 28px;
  font-size: 12px;
  color: #ffffff;
  padding: 0px;
  margin: 2px 0px;
  cursor: pointer;
  position: relative;
  border-radius: 14px;
}
.event_calendar_bar .area_title {
  z-index: 10;
  font-size: 15px;
  line-height: 18px;
  height: 26px;
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 85%;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  color: #ffffff;
}

.event_calendar_bar.color_green {
  background-color: #5ddc61;
}

.event_calendar_bar.color_orange {
  background-color: #fe8d8d;
}

.event_calendar_bar.day1 {
  width: 97%;
}

.event_calendar_bar.start {
  border-radius: 14px 0 0 14px;
}

.event_calendar_bar.middle {
  border-radius: 0px 0 0 0px;
}
.event_calendar_bar.middle .area_title {
  display: none;
}

.event_calendar_bar.end {
  border-radius: 0 14px 14px 0;
}
.event_calendar_bar.end .area_title {
  display: none;
}

.event_calendar_bar.middle.dayweek_0 .area_title {
  display: block;
}

.event_calendar_bar.end.dayweek_0 .area_title {
  display: block;
}

.event_calendar_bar.length_2 .area_title {
  width: 180%;
}

.event_calendar_bar.length_3 .area_title {
  width: 270%;
}

.event_calendar_bar.length_4 .area_title {
  width: 360%;
}

.event_calendar_bar.length_5 .area_title {
  width: 450%;
}

.event_calendar_bar.length_6 .area_title {
  width: 540%;
}

.event_calendar_bar.length_7 .area_title {
  width: 630%;
}

.event_calendar_bar.blank {
  background-color: transparent;
  opacity: 0;
}

.event_category_badge_show {
  background-color: #3cccc7;
}

.event_category_badge_exhibit {
  background-color: #fe8d8d;
}

.event_category_badge_study {
  background-color: #5ddc61;
}

.event_category_badge_forum {
  background-color: #ae63d8;
}

.event_category_badge_etc {
  background-color: #7f7f7f;
}

.common_form1 {
  padding: 15px 0;
}
.common_form1 .form-control {
  margin-top: 20px;
}
.common_form1 .help-inline {
  margin-top: -20px;
}
.common_form1 .radio-inline {
  margin-top: 0px;
  margin-bottom: 15px;
}
.common_form1 .radio-inline span {
  margin-right: 20px;
}
.common_form1 .btn_search_address {
  margin-top: 20px;
  height: 60px;
  line-height: 30px;
  background-color: #eee;
}
.common_form1 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.common_form1 .btn_upload_file {
  margin-top: 0px;
  height: 60px;
  line-height: 50px;
  background-color: #eee;
}
.common_form1 .small_text {
  font-size: 1.4rem;
}
.common_form1 .sub_title {
  margin-top: 10px;
  font-size: 1.6rem;
}
.common_form1 .sub_title label {
  font-size: 1.6rem;
}
.common_form1 .sub_title small {
  font-size: 1.4rem;
  color: #777;
}
.common_form1 .sub_title .errorMessage {
  display: block;
  font-size: 1.4rem;
  margin-top: -7px;
}
.common_form1 .sub_title2 {
  margin-bottom: -15px;
}
.common_form1 .area_text {
  margin-top: 20px;
  line-height: 60px;
}
.common_form1 .form_textarea {
  min-height: 100px;
}
.common_form1 .col-lg-1,
.common_form1 .col-lg-10,
.common_form1 .col-lg-11,
.common_form1 .col-lg-12,
.common_form1 .col-lg-2,
.common_form1 .col-lg-3,
.common_form1 .col-lg-4,
.common_form1 .col-lg-5,
.common_form1 .col-lg-6,
.common_form1 .col-lg-7,
.common_form1 .col-lg-8,
.common_form1 .col-lg-9,
.common_form1 .col-md-1,
.common_form1 .col-md-10,
.common_form1 .col-md-11,
.common_form1 .col-md-12,
.common_form1 .col-md-2,
.common_form1 .col-md-3,
.common_form1 .col-md-4,
.common_form1 .col-md-5,
.common_form1 .col-md-6,
.common_form1 .col-md-7,
.common_form1 .col-md-8,
.common_form1 .col-md-9,
.common_form1 .col-sm-1,
.common_form1 .col-sm-10,
.common_form1 .col-sm-11,
.common_form1 .col-sm-12,
.common_form1 .col-sm-2,
.common_form1 .col-sm-3,
.common_form1 .col-sm-4,
.common_form1 .col-sm-5,
.common_form1 .col-sm-6,
.common_form1 .col-sm-7,
.common_form1 .col-sm-8,
.common_form1 .col-sm-9,
.common_form1 .col-xs-1,
.common_form1 .col-xs-10,
.common_form1 .col-xs-11,
.common_form1 .col-xs-12,
.common_form1 .col-xs-2,
.common_form1 .col-xs-3,
.common_form1 .col-xs-4,
.common_form1 .col-xs-5,
.common_form1 .col-xs-6,
.common_form1 .col-xs-7,
.common_form1 .col-xs-8,
.common_form1 .col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}
.common_form1 .area_btn {
  margin-top: 20px;
}

.common_textarea {
  min-height: 150px;
}

.common_form2 .control-label {
  margin-bottom: 0px;
  padding-left: 1px;
}
.common_form2 .form-control {
  margin-top: 0px;
  margin-bottom: 15px;
}
.common_form2 .help-inline {
  display: block;
  height: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.common_form3 .btn_search_address {
  margin-top: 0px;
}

.common_form4 .control-label {
  padding-top: 12px;
  font-weight: bold;
}

.common_form5 .control-label {
  font-size: 16px;
  font-weight: bold;
}
.common_form5 .checkbox,
.common_form5 .radio {
  margin-top: 0px !important;
}
.common_form5 .radio-inline {
  margin-left: 20px;
}

.common_form6 .control-label {
  font-size: 14px;
  font-weight: bold;
}
.common_form6 .checkbox,
.common_form6 .radio {
  margin-top: 0px !important;
}
.common_form6 .radio-inline {
  margin-left: 20px;
}

/* /common*/
/*overwrite*/
.form-control {
  border-radius: 0;
  height: 60px;
}

.toast {
  color: #fff;
}
.toast .toast-title {
  color: #fff;
}
.toast .toast-message {
  color: #fff;
}

#toast-container > div {
  opacity: 1;
  box-shadow: none;
  border-radius: 3px;
}

.toast {
  background-color: #0c6fb6;
}

.toast-success {
  background-color: #5ddc61;
}

.toast-error {
  background-color: #e45a5a;
}

.toast-info {
  background-color: #5eb4f4;
}

.toast-warning {
  background-color: #fe8d8d;
}

.datepicker {
  z-index: 9999 !important;
}

/* /overwrite*/
/* website */
.daum_search_address {
  background-color: #fff;
}

.layer_payapp {
  background-color: #fff;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  width: 320px;
  height: 460px;
  margin-left: -160px;
  margin-top: -230px;
  border: 5px solid;
  left: 50%;
  top: 50%;
}

.area_html_select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.area_html_select .html_select {
  position: relative;
  width: 50%;
  margin: 0 5px;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 10px 10px 8px 10px;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #ccc;
}
.area_html_select .html_select small {
  font-size: 1.1rem;
}
.area_html_select .html_select.on {
  background-color: #777;
  color: #fff;
}
.area_html_select .html_select.on:after {
  content: url("../img/icon_checked2.png");
  position: absolute;
  top: 10px;
  left: 10px;
}

.widget_star {
  position: relative;
  width: 90px;
  height: 14px;
  overflow: hidden;
}
.widget_star .on {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  z-index: 3;
}
.widget_star .on span {
  display: block;
  float: left;
  padding: 0 2px;
  width: 18px;
  height: 14px;
  background-image: url("../img/icon_star_on.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.widget_star .off {
  opacity: 0.3;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  z-index: 2;
}
.widget_star .off span {
  display: block;
  float: left;
  padding: 0 2px;
  width: 18px;
  height: 14px;
  background-image: url("../img/icon_star_off.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.form_display_image {
  width: 300px;
  height: auto;
  margin-bottom: 50px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #585858;
  background-image: -moz-linear-gradient(to bottom, #585858, #181818);
  background-image: -ms-linear-gradient(to bottom, #585858, #181818);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#585858), to(#181818));
  background-image: -webkit-linear-gradient(to bottom, #585858, #181818);
  background-image: -o-linear-gradient(to bottom, #585858, #181818);
  background-image: linear-gradient(to bottom, #585858, #181818);
}

.select2-selection__choice__display {
  font-size: 1.3rem;
}

.section_navi {
  padding: 15px 0;
}
.section_navi .area_navi li {
  display: inline;
}

.sub_content {
  float: none;
  padding: 100px;
}

.sub_content_changepassword {
  padding: 50px 0;
}

.form-control {
  border-radius: 0;
  height: 56px;
  font-size: 18px;
  border-color: #e0e0e0;
}

.common_form1 {
  width: 800px;
  margin: 0 auto;
}
.common_form1 .btn_search_address {
  height: 42px;
  line-height: 32px;
}
.common_form1 .btn_upload_file {
  height: 42px;
  line-height: 32px;
}

.navbar > .container {
  padding-left: 0px;
  padding-right: 0px;
}

.main_header {
  height: 80px;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.main_header .container {
  position: relative;
  text-align: center;
}
.main_header .container .btn_logo {
  display: block;
  width: 240px;
  padding: 5px 0;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -120px;
}
.main_header .container .btn_logo .subtitle {
  color: #6b1335;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 27px;
  left: 170px;
  width: 100px;
  padding-left: 0px;
  opacity: 0.95;
  text-overflow: ellipsis;
}
.main_header .container .btn_logo_mobile {
  display: none;
}
.main_header .container .btn_main_menu_mobile {
  display: none;
}
.main_header .container .btn_menu {
  display: none;
  position: absolute;
  top: 16px;
  left: 20px;
}
.main_header .container .btn_menu img {
  height: 16px;
  width: auto;
}
.main_header .container .btn_menu_plus {
  display: none;
  position: absolute;
  top: 16px;
  right: 20px;
}
.main_header .container .btn_menu_plus img {
  height: 16px;
  width: auto;
}
.main_header .container .main_search_bar {
  display: none;
  position: absolute;
  top: 30px;
  left: 416px;
  width: 400px;
  height: 43px;
  border: 2px solid #a8a8a8;
  border-radius: 22px;
}
.main_header .container .main_search_bar .input_search {
  position: absolute;
  top: 2px;
  left: 40px;
  width: 300px;
  height: 36px;
  font-size: 18px;
  border: 0px;
}
.main_header .container .main_search_bar .btn_search {
  position: absolute;
  top: 7px;
  right: 16px;
}
.main_header .container .main_sub_menu {
  position: absolute;
  top: 32px;
  right: 0px;
}
.main_header .container .main_sub_menu a {
  display: inline-block;
  padding: 0 0 0 30px;
  color: #404040;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 4px solid transparent;
}

.main_header2:hover .main_menu_sub {
  display: block;
}

.main_header2 {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  height: 77px;
  border-top: 1px solid #5eb4f4;
  border-bottom: 1px solid #5eb4f4;
  background-color: #5eb4f4;
  position: relative;
  width: 100%;
}
.main_header2 .main_menu_sub {
  display: none;
  position: absolute;
  z-index: 999;
  top: 75px;
  left: 0px;
  width: 100%;
  min-height: 214px;
  background-color: rgba(12, 111, 182, 0.95);
}
.main_header2 .main_menu_sub .area_menu_sub {
  display: flex;
  justify-content: center;
}
.main_header2 .main_menu_sub .area_menu_sub .menu2 {
  width: 200px;
  padding: 20px 0;
}
.main_header2 .main_menu_sub .area_menu_sub .menu2 a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 18px;
  padding: 9px 0;
}
.main_header2 .main_menu_sub .area_menu_sub .menu2 a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(3, 60, 100);
}
.main_header2 .main_menu_sub .area_menu_sub .menu2:hover {
  background-color: rgba(7, 103, 172, 0.5);
}
.main_header2 .container {
  position: relative;
  text-align: center;
}
.main_header2 .container .btn_logo {
  display: block;
  width: 130px;
  padding: 5px 0;
  position: absolute;
  top: 10px;
  left: 0px;
}
.main_header2 .container .btn_menu {
  display: none;
  position: absolute;
  top: 16px;
  left: 20px;
}
.main_header2 .container .btn_menu img {
  height: 16px;
  width: auto;
}
.main_header2 .container .btn_menu_plus {
  display: none;
  position: absolute;
  top: 16px;
  right: 20px;
}
.main_header2 .container .btn_menu_plus img {
  height: 16px;
  width: auto;
}
.main_header2 .container .main_menu_icon {
  position: absolute;
  top: 24px;
  right: 0px;
}
.main_header2 .container .main_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main_header2 .container .main_menu .btn_logo_header2 {
  display: none;
}
.main_header2 .container .main_menu .area_menu {
  display: flex;
  justify-content: center;
}
.main_header2 .container .main_menu .area_menu .icon_plus {
  display: none;
}
.main_header2 .container .main_menu .area_menu .menu1 {
  position: relative;
  display: block;
  padding: 0 0px;
}
.main_header2 .container .main_menu .area_menu .menu1 a {
  display: block;
  padding: 20px 0px;
  width: 200px;
  height: 77px;
  color: #20222e;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.main_header2 .container .main_menu .area_menu .menu1 a:hover {
  color: #17181d;
}
.main_header2 .container .main_menu .area_menu .menu1 .area_menu2 {
  position: absolute;
  z-index: 999;
  top: 55px;
  left: 50%;
  margin-left: -75px;
  display: none;
  padding: 0px 0 0px 0;
  width: 150px;
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.25);
}
.main_header2 .container .main_menu .area_menu .menu1 .area_menu2 a {
  display: block;
  padding: 10px 5px;
  height: 40px;
  color: #0c6fb6;
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: normal;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.main_header2 .container .main_menu .area_menu .menu1 .area_menu2 a:hover {
  border-bottom: 0;
  background-color: rgba(107, 19, 53, 0.9);
  color: #ffffff;
}
.main_header2 .container .main_menu .area_menu .menu1 .area_menu2 .divide {
  margin: 10px 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main_header2 .container .main_menu .area_menu .menu1:hover .area_menu2 {
  display: block;
}
.main_header2 .container .main_menu .area_menu .menu1_mobile {
  display: none;
}
.main_header2 .container .main_sub_menu {
  position: absolute;
  top: 15px;
  right: 0px;
}
.main_header2 .container .main_sub_menu a {
  display: inline-block;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  border-bottom: 4px solid transparent;
}

.sub_page_top_margin {
  height: 0px;
}

.body_scroll {
  padding-top: 174px;
}

body .main_header_full {
  display: none;
}
body .main_header2_full {
  position: fixed;
  top: 0px;
  z-index: 999;
  opacity: 0.95;
}
body .main_header2_full .container .main_menu .btn_logo_header2 {
  display: block;
  position: absolute;
  width: 180px;
  top: 18px;
  left: 0px;
}
body .main_header2_full .container .main_menu .area_menu {
  justify-content: end;
}
body .main_header2_full .main_menu_sub .area_menu_sub {
  justify-content: end;
}
body .sub_page_top_margin {
  display: none;
}

.section_sidebar {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: -100vw;
  z-index: 999;
  background-color: #f1f1f1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section_sidebar .main {
  width: 85vw;
  background-color: #f1f1f1;
}
.section_sidebar .main .area_head {
  background-color: #000;
  font-size: 5vw;
  font-weight: bold;
  line-height: 14vw;
  color: #fff;
  padding-left: 5vw;
}
.section_sidebar .main .area_head .title {
  color: #0c6fb6;
}
.section_sidebar .main .area_menu {
  padding: 5vw 0 5vw 5vw;
}
.section_sidebar .main .area_menu .menu1 {
  font-size: 6vw;
  font-weight: bold;
}
.section_sidebar .main .area_menu .menu1 a {
  padding: 2vw 0;
  display: block;
  color: #000;
}
.section_sidebar .main .area_menu .menu1 .menu2 {
  font-size: 5vw;
  font-weight: normal;
}
.section_sidebar .main .area_menu .menu1 .menu2 a {
  padding: 0 0 0 5vw;
  display: block;
  color: #000;
}
.section_sidebar .main .area_menu .menu1_1 {
  font-size: 5vw;
  font-weight: normal;
  padding-top: 4vw;
}
.section_sidebar .main .area_menu .menu1_1 a {
  color: #0c6fb6;
}
.section_sidebar .main .area_menu .menu1_1 a span {
  font-weight: bold;
}
.section_sidebar .side {
  width: 15vw;
  background-color: #333;
  text-align: center;
  padding-top: 3vw;
}
.section_sidebar .side .btn {
  display: inline-block;
  width: 5vw;
  padding: 0;
}
.section_sidebar .side .btn img {
  width: 5vw;
}

.forcefullwidth_wrapper_tp_banner {
  border-bottom: 1px solid #f8f8f8;
  background-color: #e0e0e0;
}

.section_main_map {
  position: relative;
  background-color: #f8f8f8;
  padding: 30px 0;
}
.section_main_map .container {
  padding: 0 30px;
}
.section_main_map .info_map {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_main_map .info_map .info_text {
  width: 35%;
}
.section_main_map .info_map .info_text .h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
}
.section_main_map .info_map .info_text .info_num {
  padding-top: 40px;
}
.section_main_map .info_map .info_text .info_num .title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 3px;
  color: #20222e;
}
.section_main_map .info_map .info_text .info_num .area_box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_main_map .info_map .info_text .info_num .area_box .inner {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .icon {
  padding: 10px;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .icon img {
  width: 56px;
  height: 56px;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .info1 {
  padding-left: 10px;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .info1 .title2 {
  font-size: 16px;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .info1 .number {
  font-size: 26px;
  font-weight: bold;
  color: #ba1b10;
}
.section_main_map .info_map .info_text .info_num .area_box .inner .info1 .number2 {
  color: #3078ff;
}
.section_main_map .info_map .info_text .info_num .area_box2 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location .title2 {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location .title2 span {
  font-weight: normal;
  font-size: 15px;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location .num {
  width: 50%;
  text-align: right;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location .num .number {
  font-size: 16px;
  font-weight: bold;
  color: #ba1b10;
}
.section_main_map .info_map .info_text .info_num .area_box2 .info_location .num .number2 {
  color: #3078ff;
}
.section_main_map .info_map .area_map {
  width: 65%;
  height: 700px;
  padding: 20px 0 0 100px;
}
.section_main_map .info_map .area_map .map {
  margin: 0 auto;
  width: 435px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}
.section_main_map .info_map .area_map .map .gm {
  cursor: pointer;
  position: absolute;
  padding: 3px 15px;
  border-radius: 15px;
  background-color: #ffffff;
  min-width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.section_main_map .info_map .area_map .map .gm div {
  font-size: 18px;
  white-space: nowrap;
}
.section_main_map .info_map .area_map .map .gm .num {
  margin-left: 10px;
  font-weight: bold;
}
.section_main_map .info_map .area_map .map .gm .num .number {
  color: #ba1b10;
}
.section_main_map .info_map .area_map .map .gm .num .number2 {
  color: #3078ff;
}
.section_main_map .info_map .area_map .map .gm:hover {
  background-color: #e6ffc0;
}
.section_main_map .info_map .area_map .map .gm1 {
  top: 9%;
  left: 14%;
}
.section_main_map .info_map .area_map .map .gm2 {
  top: 25%;
  left: -11%;
}
.section_main_map .info_map .area_map .map .gm3 {
  top: 17%;
  left: 58%;
}
.section_main_map .info_map .area_map .map .gm4 {
  top: 30%;
  left: 60%;
}
.section_main_map .info_map .area_map .map .gm5 {
  top: 48%;
  left: 73%;
}
.section_main_map .info_map .area_map .map .gm6 {
  top: 74%;
  left: 72%;
}
.section_main_map .info_map .area_map .map .gm7 {
  top: 62%;
  left: 10%;
}

.section_main_artist {
  position: relative;
  background-color: #fff;
  padding: 45px 0;
}
.section_main_artist .container {
  padding: 0 52px;
}
.section_main_artist .area_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.section_main_artist .area_head h4 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.section_main_artist .area_head .btn_more {
  font-size: 1.5rem;
  padding: 5px 0;
}
.section_main_artist .area_category {
  padding: 20px 0 50px 0;
  text-align: center;
}
.section_main_artist .area_lists {
  padding-bottom: 20px;
}
.section_main_artist .area_more_btn {
  text-align: center;
  padding: 20px 0;
}
.section_main_artist .area_more_btn .btn {
  min-width: 200px;
}

.section_main_group {
  position: relative;
  background-color: #f8f8f8;
  padding: 45px 0;
}
.section_main_group .container {
  padding: 0 0px;
}
.section_main_group .area_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.section_main_group .area_head h4 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.section_main_group .area_head .btn_more {
  font-size: 1.5rem;
  padding: 5px 0;
}
.section_main_group .area_category {
  padding: 20px 0 50px 0;
  text-align: center;
}
.section_main_group .area_lists {
  padding-bottom: 80px;
}
.section_main_group .area_more_btn {
  text-align: center;
  padding: 20px 0;
}
.section_main_group .area_more_btn .btn {
  min-width: 200px;
}

.section_main_notice {
  position: relative;
  background-color: #f8f8f8;
  padding: 77px 0;
}
.section_main_notice .container {
  padding: 0 0px;
}
.section_main_notice .area_cover {
  display: flex;
  justify-content: space-between;
}
.section_main_notice .area_cover .section_board {
  width: 708px;
  position: relative;
}
.section_main_notice .area_cover .section_board .area_more {
  position: absolute;
  top: 12px;
  right: 2px;
}
.section_main_notice .area_cover .section_board .area_more a {
  color: #084776;
  font-weight: bold;
}
.section_main_notice .area_cover .section_board .area_lists_board {
  padding-top: 25px;
}
.section_main_notice .area_cover .section_board .area_lists_board .item:hover .ratio_box {
  border: 1px solid #0c6fb6;
}
.section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
.section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box .ratio_content {
  padding: 25px;
}
.section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box .ratio_content h5 {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box .ratio_content .desc {
  font-size: 14px;
  padding: 15px 0 10px 0;
  height: 85px;
  overflow: hidden;
}
.section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box .ratio_content .time {
  font-size: 14px;
  color: #a8a8a8;
}
.section_main_notice .area_cover .section_banner1 {
  width: 460px;
}

.area_board_box {
  border: 1px solid #e0e0e0;
  min-height: 290px;
  background-color: #fff;
  padding: 15px 25px 0px 25px;
}
.area_board_box .area_title {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0 0 0;
}
.area_board_box .area_content {
  padding: 15px 0;
}
.area_board_box .area_content .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.area_board_box .area_content .item .title {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.area_board_box .area_content .item .date {
  width: 25%;
  text-align: right;
  font-size: 14px;
  color: #a8a8a8;
}

.section_main_event {
  position: relative;
  background-color: #fff;
  padding: 45px 0;
}
.section_main_event .container {
  padding: 0 0px;
}
.section_main_event .area_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.section_main_event .area_head h4 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.section_main_event .area_head .btn_more {
  font-size: 1.5rem;
  padding: 5px 0;
}
.section_main_event .area_category {
  padding: 20px 0 50px 0;
  text-align: center;
}
.section_main_event .area_lists {
  padding-bottom: 80px;
}

.section_banner2 {
  position: relative;
  background-color: #fff;
  padding: 25px 0;
}
.section_banner2 .container {
  padding: 0 0px;
}

.section_footer {
  background-color: #333333;
  padding: 0;
  margin-top: 100px;
  clear: both;
}
.section_footer .area_menu {
  background-color: #404040;
  height: 70px;
}
.section_footer .area_menu .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_footer .area_menu .footer_menu {
  width: 60%;
  height: 70px;
}
.section_footer .area_menu .footer_menu a:first-child {
  padding-left: 5px;
}
.section_footer .area_menu .footer_menu a {
  display: inline-block;
  color: #e0e0e0;
  font-size: 16px;
  padding: 24px 25px;
}
.section_footer .area_menu .area_menu_link {
  width: 40%;
  height: 70px;
  padding-top: 15px;
  text-align: right;
}
.section_footer .area_menu .area_menu_link .dropdown {
  position: relative;
  display: inline-block;
  width: 167px;
  height: 40px;
  margin-left: 15px;
}
.section_footer .area_menu .area_menu_link .dropdown .dropdown-menu {
  top: initial;
  bottom: 100%;
  min-width: 167px;
}
.section_footer .area_menu .area_menu_link .btn_menu_link {
  position: relative;
  display: inline-block;
  width: 167px;
  height: 40px;
  padding: 7px 40px 0 15px;
  font-size: 16px;
  background-color: #5a5a5a;
  color: #f8f8f8;
  text-align: center;
}
.section_footer .area_menu .area_menu_link .btn_menu_link .icon {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 11px;
  height: 17px;
  transform: rotate(90deg);
}
.section_footer .footer_info {
  padding: 66px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_footer .footer_info .area_logo {
  width: 45%;
}
.section_footer .footer_info .area_logo .logo {
  width: 120px;
  opacity: 0.5;
}
.section_footer .footer_info .area_logo .logo_white {
  display: none;
}
.section_footer .footer_info .area_logo .logo2 {
  width: 270px;
  opacity: 0.5;
  margin: 0 40px;
}
.section_footer .footer_info .area_info {
  width: 55%;
  color: #a8a8a8;
  font-size: 16px;
  line-height: 24px;
}

.section_sub_title {
  padding: 5px 20px;
}
.section_sub_title h2 {
  font-size: 22px;
  font-weight: bold;
}
.section_sub_title h2 .point {
  color: #0c6fb6;
}

.box_type1 {
  border: 1px solid #e0e0e0;
  width: 500px;
  margin: 30px auto;
  padding: 50px 45px;
}
.box_type1 h3 {
  text-align: center;
  margin: 5px 0 10px 0;
}
.box_type1 .form_sub_title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
.box_type1 .area_desc {
  font-size: 16px;
  line-height: 1.8rem;
  padding: 15px 0;
  color: #0c6fb6;
}

.area_signup {
  padding: 15px 0;
}
.area_signup .divide {
  margin: 0 12px;
}
.area_signup a.strong {
  color: #000;
}

.area_btn {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.area_btn .naver a {
  background-color: #389a1a;
}
.area_btn .kakao a {
  background-color: #efc70f;
  color: #000;
}

.box_type2 {
  width: 700px;
  margin: 30px auto;
  padding: 50px 45px;
}
.box_type2 h3 {
  text-align: center;
  margin: 5px 0 10px 0;
}
.box_type2 .checkbox,
.box_type2 .radio {
  margin-top: 10px;
  margin-right: 20px;
}

.section_biz_mv {
  background-color: #ec6864;
  position: relative;
}
.section_biz_mv .title {
  padding: 30px 0 20px 0;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 3.4rem;
  color: #fff;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
}
.section_biz_mv .desc {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.2rem;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
}
.section_biz_mv .area_btn {
  padding: 20px 0;
}
.section_biz_mv .area_btn .btn_apply {
  height: 60px;
  border-radius: 30px;
  width: 600px;
  margin: 0 auto;
  background-color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section_biz_mv .area_btn .btn_apply .icon {
  height: 30px;
  width: auto;
}
.section_biz_mv .area_btn .btn_apply .text {
  margin: 0 0px 0 10px;
  font-size: 2.5rem;
  font-weight: bold;
}

.area_tags {
  z-index: 9;
  display: flex;
  align-items: start;
  justify-content: start;
}
.area_tags .tag {
  color: #fff;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
  padding: 0 10px;
  height: 24px;
}

.sub_page_header {
  position: relative;
  height: 220px;
  background-position: center;
  background-size: cover;
}
.sub_page_header .area_bread {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}
.sub_page_header .area_bread .area_nav {
  display: flex;
  justify-content: start;
}
.sub_page_header .area_bread .area_nav a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.sub_page_header .area_bread .area_nav a {
  color: #333333;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.sub_page_header .area_bread .area_nav a .icon {
  width: 24px;
  height: 24px;
}
.sub_page_header .title {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1rem;
  color: #333333;
}

.item_blank {
  padding: 60px 0px 0 0 !important;
  height: 135px !important;
  text-align: center !important;
}

.image_btn_upload {
  margin-top: 20px !important;
}

.board_info3 .text_bar {
  margin: 0 10px;
}

.section_list_artist .area_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.section_list_artist .area_head h4 {
  font-size: 26px;
  font-weight: bold;
}
.section_list_artist .area_head .btn_artist_map {
  width: 406px;
  height: 92px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_list_artist .area_head .btn_artist_map div {
  font-size: 22px;
  font-weight: bold;
}

.section_list_gallery .area_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.section_list_gallery .area_head h4 {
  font-size: 26px;
  font-weight: bold;
}
.section_list_gallery .area_head .btn_artist_map {
  width: 406px;
  height: 92px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_list_gallery .area_head .btn_artist_map div {
  font-size: 22px;
  font-weight: bold;
}

.area_list_search .inner {
  padding: 20px 20px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_list_search .inner .area_category {
  width: 50%;
}
.area_list_search .inner .area_category .checkbox {
  margin-right: 20px;
}
.area_list_search .inner .area_textform {
  width: 40%;
}
.area_list_search .inner .area_textform .form-control {
  width: 475px;
}
.area_list_search .inner .area_submit {
  width: 10%;
  text-align: right;
}

.area_list_search_board {
  padding: 30px 0;
}

.area_artist_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 60px 0;
}
.area_artist_lists .item {
  width: 25%;
  margin-bottom: 100px;
}

.area_culture_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 60px 0;
}
.area_culture_lists .item {
  width: 33.33%;
  margin-bottom: 50px;
}

.section_event_calendar .area_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  min-height: 136px;
}
.section_event_calendar .area_head h4 {
  font-size: 26px;
  font-weight: bold;
}

.area_event_calendar .area_btn_month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width: 330px;
  margin: 20px auto;
}
.area_event_calendar .area_btn_month .date {
  font-size: 32px;
  font-weight: bold;
}

.section_calendar {
  border-top: 1px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
}
.section_calendar .row1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #a8a8a8;
}
.section_calendar .row1 .area_date,
.section_calendar .row1 .area_day {
  width: 14.2857%;
  padding: 0px 0;
  font-size: 20px;
  text-align: left;
  border-left: 0px solid #a8a8a8;
  text-align: center;
}
.section_calendar .row1 .area_date .date,
.section_calendar .row1 .area_day .date {
  padding: 2px 6px;
  font-size: 18px;
  text-align: left;
}
.section_calendar .row1 .area_date.out .date {
  color: #a8a8a8;
}
.section_calendar .row1 .area_date.Sun .date,
.section_calendar .row1 .area_date.holiday .date {
  color: #ff3b30;
}
.section_calendar .row1 .area_date.Sat .date {
  color: #3078ff;
}
.section_calendar .row1 .area_date.today {
  background-color: #e1f2ff;
}
.section_calendar .row1 .area_day {
  padding: 20px 0;
}
.section_calendar .row1 .area_date {
  min-height: 170px;
}
.section_calendar .row1 .area_date:first-child,
.section_calendar .row1 .area_day:first-child {
  border-left: 0px solid #a8a8a8;
}
.section_calendar .row2 {
  background-color: #dff1ff;
  padding: 50px;
}
.section_calendar .row2 .title {
  font-size: 26px;
  font-weight: bold;
}

.section_event_calendar_main {
  background-color: #f6fbff;
  border-bottom: 1px solid #e0e0e0;
}
.section_event_calendar_main .area_btn_month {
  padding: 0px 0;
}
.section_event_calendar_main .area_btn_month .date {
  font-size: 26px;
  font-weight: bold;
}
.section_event_calendar_main .section_calendar {
  border-top: 1px solid #a8a8a8;
  border-bottom: 0px solid #a8a8a8;
}
.section_event_calendar_main .section_calendar .row1 .area_date {
  min-height: 100px;
}

.area_event_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 60px 0;
}
.area_event_lists .item {
  width: 25%;
  margin-bottom: 100px;
}

.site_sub_board .sub_board_type1 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.site_sub_board .for_mobile {
  display: none;
}
.site_sub_board .sub_board_type1 h1 {
  font-weight: 100;
  font-size: 50px;
  border-bottom: 0px solid #333;
  text-align: center;
}
.site_sub_board .sub_board_type1 .area_btn_bottom {
  text-align: right;
  padding: 0 0 30px 0;
}
.site_sub_board .col_dot1 {
  padding-left: 10px;
  background: url("../img/dot1.png") no-repeat 0px 13px;
}
.site_sub_board .sub_board_type1_content {
  margin-top: 0px;
}
.site_sub_board .sub_board_type1_content .area_btn_prev_next {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 200px;
  display: block;
  text-align: right;
}
.site_sub_board .sub_board_type1_content .board_content {
  color: #333;
}
.site_sub_board .sub_board_type1_content .board_content .board_title {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 3px;
  border-bottom: 1px solid #e0e0e0;
}
.site_sub_board .sub_board_type1_content .board_content .board_info1 {
  padding: 5px 0;
  border-bottom: 0px solid #e0e0e0;
}
.site_sub_board .sub_board_type1_content .board_content .board_info1 .remain_date {
  color: #fa5605;
  font-size: 12px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info1 .info1 {
  font-size: 13px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info1 .info2 {
  font-size: 13px;
  text-align: right;
  color: #777;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 {
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info1 img {
  width: 100%;
  height: auto;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info2 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #f79201;
  padding: 10px 20px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info2 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 10px 20px;
  background-color: #f7f7f7;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info2 .col1 {
  clear: both;
  width: 90px;
  padding-left: 10px;
  background: url("../img/dot1.png") no-repeat 0px 13px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info2 .col2 {
  width: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info2 .info2 .col3 {
  width: 300px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3 {
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3 .inner1 {
  border-bottom: 1px solid #ddd;
  padding: 50px 20px;
  min-height: 300px;
  word-break: break-all;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3 .inner2 {
  border: 0px solid #ccc;
  border-top: 0px;
  padding: 5px 10px;
  word-break: break-all;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3_qna .inner1 {
  border: 1px solid #ddd;
  padding: 10px 20px;
  min-height: 200px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info3_qna h4 {
  font-weight: 300;
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 {
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #cda326;
  padding: 5px 20px;
  position: relative;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px 20px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner1 .col1 {
  clear: both;
  width: 90px;
  padding-left: 10px;
  background: url("../img/dot1.png") no-repeat 0px 13px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner1 .col2 {
  width: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner1 .col3 {
  width: 390px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info4 .inner1 .col4 {
  width: 400px;
  text-align: right;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 {
  margin-top: 30px;
  position: relative;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #cda326;
  padding: 5px 20px;
  position: relative;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 0;
  min-height: 300px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 .inner2 #map {
  height: 300px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info5 .overlay_noscroll {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 9999;
}
.site_sub_board .sub_board_type1_content .board_content .board_info6 {
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info6 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info6 .inner1 {
  border-top: 2px solid #4c4c4c;
  padding: 0px 0px;
  position: relative;
}
.site_sub_board .sub_board_type1_content .board_content .board_info6 table .cast_price a.btn {
  margin-left: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info7 {
  margin-top: 10px;
  text-align: right;
  display: none;
}
.site_sub_board .sub_board_type1_content .board_content .board_info7 .sns_icon img {
  width: 27px;
  height: 27px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info8 {
  padding: 50px 0;
  text-align: right;
  border-top: 1px solid #e0e0e0;
}
.site_sub_board .sub_board_type1_content .board_content .board_info9 {
  margin-top: 30px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info9 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.site_sub_board .sub_board_type1_content .board_content .board_info9 .inner1 {
  border-top: 2px solid #4c4c4c;
  padding: 0px 0px;
  padding-top: 20px;
  position: relative;
}
.site_sub_board .board_list_type1 {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #e0e0e0;
  margin-top: 70px;
}
.site_sub_board .board_list_type1 li {
  margin: 0px;
  padding: 12px 0;
  line-height: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.site_sub_board .board_list_type1 li:hover {
  background-color: #f6faff;
  cursor: pointer;
}
.site_sub_board .board_list_type1 li .col {
  color: #555;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.site_sub_board .board_list_type1 li.head {
  background-color: #f8f8f8;
  cursor: initial;
}
.site_sub_board .board_list_type1 li.head .col {
  color: #333333;
  text-align: center;
  font-size: 18px;
}
.site_sub_board .board_list_type1 li .col_no {
  width: 10%;
  text-align: center;
  color: #a99f8f;
}
.site_sub_board .board_list_type1 li .col_title {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site_sub_board .board_list_type1 li .col_title .title_mobile {
  display: none;
}
.site_sub_board .board_list_type1 li .col_name {
  width: 10%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site_sub_board .board_list_type1 li .col_date {
  width: 10%;
  text-align: center;
  color: #a99f8f;
}
.site_sub_board .board_list_type1 li .col_access {
  width: 10%;
  text-align: center;
  color: #a99f8f;
}
.site_sub_board .board_list_type1_notice li .col_no {
  width: 10%;
}
.site_sub_board .board_list_type1_notice li .col_title {
  width: 70%;
}
.site_sub_board .board_list_type1_notice li .col_name {
  display: none;
}
.site_sub_board .board_list_type1_notice li .col_date {
  width: 10%;
}
.site_sub_board .board_list_type1_notice li .col_access {
  width: 10%;
}
.site_sub_board .board_content .board_comments {
  margin: 50px auto;
  width: 70%;
}
.site_sub_board .board_content .board_comments h4 {
  margin-bottom: 10px;
}
.site_sub_board .area_board_comment {
  margin-bottom: 100px;
}
.site_sub_board .area_board_comment .create_board_comment {
  position: relative;
}
.site_sub_board .area_board_comment .create_board_comment .board_comment_content {
  width: 100%;
  height: 90px;
  border: 1px solid #b3b3b3;
  padding-right: 132px;
}
.site_sub_board .area_board_comment .create_board_comment .btn_create_board_comment {
  width: 130px;
  height: 90px;
  line-height: 75px;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #5eb4f4;
}
.site_sub_board .area_board_comment .area_delete a {
  color: #aaa;
  opacity: 0.8;
}
.site_sub_board .area_board_comment .area_delete a .icon {
  width: 30px;
  height: 30px;
}
.site_sub_board .area_board_comment .area_delete a:hover {
  opacity: 1;
}
.site_sub_board .area_comments {
  border-top: 1px solid #cbcbcb;
  margin-top: 10px;
  padding: 10px 0;
}
.site_sub_board .area_comments .comment {
  padding: 10px 0;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
}
.site_sub_board .area_comments .comment .user {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.site_sub_board .area_comments .comment .content {
  font-size: 14px;
  color: #333;
  white-space: pre-line;
  padding: 10px 0;
}
.site_sub_board .area_comments .comment .date {
  font-size: 13px;
  color: #888;
}
.site_sub_board .area_comments .comment .area_delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.site_sub_board .board_form1 {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
  border-top: 1px solid #453e32;
}
.site_sub_board .board_form1 legend {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  border-bottom: 1px solid #aaa;
}
.site_sub_board .board_form1 legend.form_bottom {
  border-bottom: 1px solid #453e32;
  margin-top: 50px;
  margin-bottom: 50px;
}
.site_sub_board .empty_message {
  text-align: center;
  padding: 20px 0;
}

.board_form1 .radio {
  margin-top: 0px;
  margin-right: 20px;
}

.sub_board_type1_update {
  padding: 50px 100px;
}
.sub_board_type1_update h1 {
  font-size: 22px;
  margin-bottom: 40px;
}
.sub_board_type1_update .area_btn .btn {
  width: 200px;
}

.sub_board_type1_update .area_btn_prev_next {
  padding-top: 7px;
}

.sub_board_type1_update .board_content {
  color: #333;
}

.board_form_file_image {
  width: 217px;
  margin-bottom: 5px;
}

.sub_board_type1_update .board_content .board_info1 {
  padding: 5px 0;
  border-bottom: 1px solid #e1e1e1;
}

.sub_board_type1_update .board_content .board_info1 .remain_date {
  color: #fa5605;
  font-size: 12px;
}

.sub_board_type1_update .board_content .board_info1 .info1 {
  font-size: 13px;
}

.sub_board_type1_update .board_content .board_info1 .info2 {
  font-size: 13px;
  text-align: right;
}

.sub_board_type1_update .board_content .board_info2 {
  margin-top: 30px;
}

.sub_board_type1_update .board_content .board_info2 .info1 img {
  width: 100%;
  height: auto;
}

.sub_board_type1_update .board_content .board_info2 .info2 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #f79201;
  padding: 10px 20px;
}

.sub_board_type1_update .board_content .board_info2 .info2 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 10px 20px;
  background-color: #f7f7f7;
}

.sub_board_type1_update .board_content .board_info2 .info2 .col1 {
  clear: both;
  width: 90px;
  padding-left: 10px;
  background: url("../img/dot1.png") no-repeat 0px 13px;
}

.sub_board_type1_update .board_content .board_info2 .info2 .col2 {
  width: 30px;
}

.sub_board_type1_update .board_content .board_info2 .info2 .col3 {
  width: 300px;
}

.sub_board_type1_update .board_content .board_info3 {
  margin-top: 30px;
}

.sub_board_type1_update .board_content .board_info3 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.sub_board_type1_update .board_content .board_info3 .inner1 {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.sub_board_type1_update .board_content .board_info3 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px 20px;
}

.sub_board_type1_update .board_content .board_info4 {
  margin-top: 30px;
}

.sub_board_type1_update .board_content .board_info4 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.sub_board_type1_update .board_content .board_info4 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #cda326;
  padding: 5px 20px;
  position: relative;
}

.sub_board_type1_update .board_content .board_info4 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px 20px;
}

.sub_board_type1_update .board_content .board_info4 .inner1 .col1 {
  clear: both;
  width: 90px;
  padding-left: 10px;
  background: url("../img/dot1.png") no-repeat 0px 13px;
}

.sub_board_type1_update .board_content .board_info4 .inner1 .col2 {
  width: 30px;
}

.sub_board_type1_update .board_content .board_info4 .inner1 .col3 {
  width: 390px;
}

.sub_board_type1_update .board_content .board_info4 .inner1 .col4 {
  width: 400px;
  text-align: right;
}

.sub_board_type1_update .board_content .board_info5 {
  margin-top: 30px;
}

.sub_board_type1_update .board_content .board_info5 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.sub_board_type1_update .board_content .board_info5 .inner1 {
  border: 1px solid #ccc;
  border-top: 2px solid #cda326;
  padding: 5px 20px;
  position: relative;
}

.sub_board_type1_update .board_content .board_info5 .inner2 {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 0;
  min-height: 300px;
}

.sub_board_type1_update .board_content .board_info5 .inner2 #map {
  height: 300px;
}

.sub_board_type1_update .board_content .board_info6 {
  margin-top: 30px;
}

.sub_board_type1_update .board_content .board_info6 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.sub_board_type1_update .board_content .board_info6 .inner1 {
  border-top: 2px solid #4c4c4c;
  padding: 0px 0px;
  position: relative;
}

.sub_board_type1_update .board_content .board_info6 table .cast_price a.btn {
  margin-left: 30px;
}

.sub_board_type1_update .board_content .board_info7 .sns_icon img {
  width: 27px;
  height: 27px;
}

.sub_board_type1_update .board_content .board_info8 {
  padding: 50px 0;
  text-align: right;
}

.section_artist_map {
  height: 85vh;
}
.section_artist_map #map-container {
  margin-top: 0px;
  margin-left: 0px;
  height: 100%;
  padding-top: 0px;
}
.section_artist_map #map {
  width: 100%;
  height: 100%;
}
.section_artist_map #markerlist a:hover,
.section_artist_map #markerlist a:visited,
.section_artist_map #markerlist a:link {
  text-decoration: none;
  color: #555;
}

.gm-style-iw .info {
  margin-left: 20px;
}
.gm-style-iw h3 {
  font-size: 20px;
  margin: 5px 0;
}
.gm-style-iw .ratio_content {
  background-position: center center;
  background-size: cover;
}
.gm-style-iw .desc_content {
  font-size: 14px;
  word-break: break-all;
}
.gm-style-iw .info-body {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: 2px 0;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}
.gm-style-iw .info-body.group {
  border-radius: 0%;
  width: 140px;
  height: 110px;
}
.gm-style-iw .info-body.group .ratio_box:before {
  padding-top: 75%;
}
.gm-style-iw .info-body.stamp {
  border-radius: 0%;
  width: 140px;
  height: 110px;
}
.gm-style-iw .info-body.stamp .ratio_box:before {
  padding-top: 75%;
}
.gm-style-iw .artist_info {
  width: 180px;
}
.gm-style-iw .gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}
.gm-style-iw .artist_category_badge {
  text-align: center;
  line-height: 18px;
}
.gm-style-iw .artist_map_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-right: 10px;
  cursor: pointer;
}
.gm-style-iw .artist_map_box .stamed_stamp {
  display: none;
  position: absolute;
  z-index: 99;
  top: 37px;
  left: 130px;
  width: 160px;
}
.gm-style-iw .artist_map_box .stamed_stamp.stamed {
  display: block;
}

.section_view_artist {
  padding: 70px 0;
}
.section_view_artist .container .inner {
  padding: 0 104px;
}
.section_view_artist .container .area_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_artist .container .area_main .area_image {
  width: 415px;
}
.section_view_artist .container .area_main .area_artist {
  width: 600px;
}
.section_view_artist .container .area_main .area_artist div {
  text-align: left;
}
.section_view_artist .container .area_main .area_artist .area_badge .artist_category_badge {
  text-align: center;
}
.section_view_artist .container .area_main .area_artist .area_title {
  padding: 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.section_view_artist .container .area_main .area_artist .area_title .area_button {
  padding: 0 40px;
}
.section_view_artist .container .area_main .area_artist .area_title .btn_sns {
  display: block;
  width: 38px;
  min-width: 38px;
  margin: 0 5px;
  text-align: center;
}
.section_view_artist .container .area_main .area_artist .area_title .btn_sns .naver {
  width: 28px;
  height: 28px;
}
.section_view_artist .container .area_main .area_artist .area_like {
  padding-top: 7px;
}
.section_view_artist .container .area_main .area_artist .area_like .count_like {
  font-weight: bold;
}
.section_view_artist .container .area_main .area_artist .area_desc {
  padding: 20px 0;
}
.section_view_artist .container .area_main .area_artist .area_contacts {
  display: flex;
  justify-content: start;
  align-items: start;
}
.section_view_artist .container .area_main .area_artist .area_contacts .item {
  margin-right: 20px;
}
.section_view_artist .container .area_contents {
  margin-top: 70px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_artist .container .area_contents .area_desc {
  width: 708px;
}
.section_view_artist .container .area_contents .area_desc h4 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.section_view_artist .container .area_contents .area_right {
  width: 292px;
  padding-top: 70px;
}
.section_view_artist .container .area_contents .area_right .area_map {
  width: 292px;
  height: 292px;
  margin-bottom: 50px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.section_view_artist .container .area_contents .area_right .area_map .item {
  display: block;
  width: 292px;
  height: 292px;
  position: relative;
}
.section_view_artist .container .area_contents .area_right .area_map .view_map_over {
  width: 292px;
  height: 292px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.section_view_artist .container .area_contents .area_right .area_map .view_map {
  width: 292px;
  height: 292px;
}
.section_view_artist .container .area_contents .area_right .area_map .gmnoprint,
.section_view_artist .container .area_contents .area_right .area_map .gm-fullscreen-control,
.section_view_artist .container .area_contents .area_right .area_map .gm-style-cc {
  display: none;
}
.section_view_artist .container .area_contents .area_right .area_map img[alt=Google] {
  display: none;
}

.section_view_group {
  padding: 70px 0;
}
.section_view_group .container .inner {
  padding: 0 104px;
}
.section_view_group .container .area_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_group .container .area_main .area_image {
  width: 415px;
}
.section_view_group .container .area_main .area_image .ratio_box {
  width: 400px;
  border: 0;
}
.section_view_group .container .area_main .area_artist {
  width: 500px;
}
.section_view_group .container .area_main .area_artist div {
  text-align: left;
}
.section_view_group .container .area_main .area_artist .area_badge .artist_category_badge {
  text-align: center;
}
.section_view_group .container .area_main .area_artist .area_title_name {
  padding: 15px 0;
}
.section_view_group .container .area_main .area_artist .area_title {
  padding: 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.section_view_group .container .area_main .area_artist .area_title .area_button {
  padding: 0 40px 0 0;
}
.section_view_group .container .area_main .area_artist .area_title .btn_sns {
  display: block;
  width: 38px;
  min-width: 38px;
  margin: 0 5px;
  text-align: center;
}
.section_view_group .container .area_main .area_artist .area_title .btn_sns .naver {
  width: 28px;
  height: 28px;
}
.section_view_group .container .area_main .area_artist .area_like {
  padding-top: 7px;
}
.section_view_group .container .area_main .area_artist .area_like .count_like {
  font-weight: bold;
}
.section_view_group .container .area_main .area_artist .area_desc {
  padding: 20px 0;
}
.section_view_group .container .area_main .area_artist .area_contacts {
  display: flex;
  justify-content: start;
  align-items: start;
}
.section_view_group .container .area_contents {
  margin-top: 70px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_group .container .area_contents .area_desc {
  width: 708px;
}
.section_view_group .container .area_contents .area_desc h4 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.section_view_group .container .area_contents .area_right {
  width: 292px;
  padding-top: 70px;
}
.section_view_group .container .area_contents .area_right .area_map {
  width: 292px;
  height: 292px;
  margin-bottom: 50px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.section_view_group .container .area_contents .area_right .area_map .item {
  display: block;
  width: 292px;
  height: 292px;
  position: relative;
}
.section_view_group .container .area_contents .area_right .area_map .view_map_over {
  width: 292px;
  height: 292px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.section_view_group .container .area_contents .area_right .area_map .view_map {
  width: 292px;
  height: 292px;
}
.section_view_group .container .area_contents .area_right .area_map .gmnoprint,
.section_view_group .container .area_contents .area_right .area_map .gm-fullscreen-control,
.section_view_group .container .area_contents .area_right .area_map .gm-style-cc {
  display: none;
}
.section_view_group .container .area_contents .area_right .area_map img[alt=Google] {
  display: none;
}

.section_view_event {
  padding: 70px 0;
}
.section_view_event .container .inner {
  padding: 0 104px;
}
.section_view_event .container .area_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_event .container .area_main .area_image {
  width: 415px;
}
.section_view_event .container .area_main .area_image .ratio_box {
  width: 340px;
}
.section_view_event .container .area_main .area_image .ratio_box:before {
  padding-top: 140%;
}
.section_view_event .container .area_main .area_image .area_button {
  width: 340px;
  padding: 15px 0;
  text-align: center;
}
.section_view_event .container .area_main .area_artist {
  width: 100%;
  padding-left: 20px;
}
.section_view_event .container .area_main .area_artist div {
  text-align: left;
}
.section_view_event .container .area_main .area_artist .area_badge .artist_category_badge {
  text-align: center;
}
.section_view_event .container .area_main .area_artist .area_title_name {
  padding: 15px 0;
}
.section_view_event .container .area_main .area_artist .area_title {
  padding: 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.section_view_event .container .area_main .area_artist .area_title .area_button {
  padding: 0 40px 0 0;
}
.section_view_event .container .area_main .area_artist .area_title .btn_sns {
  display: block;
  width: 38px;
  min-width: 38px;
  margin: 0 5px;
  text-align: center;
}
.section_view_event .container .area_main .area_artist .area_title .btn_sns .naver {
  width: 28px;
  height: 28px;
}
.section_view_event .container .area_main .area_artist .area_like {
  padding-top: 0px;
}
.section_view_event .container .area_main .area_artist .area_like .count_like {
  font-weight: bold;
}
.section_view_event .container .area_main .area_artist .area_desc {
  padding: 20px 0;
}
.section_view_event .container .area_main .area_artist .area_contacts {
  display: flex;
  justify-content: start;
  align-items: start;
}
.section_view_event .container .area_main .area_artist .area_info {
  padding: 10px 0;
}
.section_view_event .container .area_main .area_artist .area_info .item {
  padding: 5px 0;
  display: flex;
  justify-content: start;
  align-items: start;
}
.section_view_event .container .area_main .area_artist .area_info .item .title {
  width: 70px;
  font-weight: bold;
  font-size: 18px;
}
.section_view_event .container .area_main .area_artist .area_info .item .desc {
  font-size: 18px;
}
.section_view_event .container .area_contents {
  margin-top: 70px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section_view_event .container .area_contents .area_desc {
  width: 708px;
}
.section_view_event .container .area_contents .area_desc h4 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.section_view_event .container .area_contents .area_right {
  width: 292px;
  padding-top: 70px;
}
.section_view_event .container .area_contents .area_right .area_map {
  width: 292px;
  height: 292px;
  margin-bottom: 50px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.section_view_event .container .area_contents .area_right .area_map .item {
  display: block;
  width: 292px;
  height: 292px;
  position: relative;
}
.section_view_event .container .area_contents .area_right .area_map .view_map {
  width: 292px;
  height: 292px;
}

.area_btn_delete {
  padding: 100px 0 0 0;
  text-align: center;
}
.area_btn_delete a {
  color: #e45a5a;
}

.stamp_menu {
  height: 80px;
  background-color: #f1fdff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.stamp_menu .container {
  position: relative;
}
.stamp_menu .area_stamp_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stamp_menu .area_stamp_menu .btn_menu {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #374284;
}
.stamp_menu .area_stamp_menu .btn_menu i {
  font-size: 30px;
  color: #374284;
}

.site_sub_stamp .stamp_image {
  width: 40px;
}
.site_sub_stamp .stamp_image.restamp {
  opacity: 0.3;
}
.site_sub_stamp .box_stamp_image {
  display: block;
  width: 40px;
  height: 10px;
}
.site_sub_stamp .board_list_type1 li .col_no {
  width: 15%;
  text-align: center;
  color: #a99f8f;
}
.site_sub_stamp .board_list_type1 li .col_title2 {
  width: 100%;
  text-align: center;
}

.top_notice_bar {
  background-color: #46b90d;
}
.top_notice_bar .btn_link {
  cursor: pointer;
}
.top_notice_bar .container {
  padding: 10px;
}
.top_notice_bar .container div {
  color: #fff !important;
  text-align: center;
  font-size: 16px;
}

.form-artist_category .radio-inline {
  margin-left: 0px;
  margin-right: 15px;
}
.form-artist_category .p-bottom {
  clear: both;
  height: 30px;
}

/*# sourceMappingURL=custom.css.map */
