@media (max-width: 1260px) {
  .container {
    width: 1228px;
  }
}
@media (max-width: 430px) {
  .container {
    width: 100% !important;
    padding: 0 15px;
  }
  .navbar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main_sub_menu {
    display: none;
  }
  .form-control {
    height: 42px;
    font-size: 15px;
  }
  .main_header {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 54px;
    background-color: #0c6fb6;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
  .main_header .container {
    position: relative;
    text-align: center;
  }
  .main_header .container .main_menu {
    display: none;
  }
  .main_header .container .btn_logo {
    display: none;
  }
  .main_header .container .btn_logo_mobile {
    display: block;
    width: 150px;
    padding: 11px 0;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px;
  }
  .main_header .container .btn_main_menu_mobile {
    display: block;
    width: 44px;
    height: 44px;
    padding: 10px;
    position: absolute;
    top: 3px;
    left: 10px;
  }
  .main_header .container .btn_main_menu_mobile img {
    width: 100%;
    height: 100%;
  }
  .main_header .container .btn_menu {
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 1.7rem;
    color: #ffffff;
  }
  .main_header .container .btn_menu img {
    height: 16px;
    width: auto;
  }
  .main_header .container .btn_menu_user {
    display: block;
    position: absolute;
    top: 13px;
    right: 44px;
  }
  .main_header .container .btn_menu_user img {
    height: 25px;
    width: auto;
  }
  .main_header .container .btn_menu_plus {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
  }
  .main_header .container .btn_menu_plus img {
    height: 22px;
    width: auto;
  }
  .main_header2 {
    display: none;
  }
  .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: 20px;
    height: 20px;
    border-radius: 100%;
    border: 0px;
    background: #ddd;
    margin-right: 0px;
    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;
  }
  .sub_page_top_margin {
    height: 54px;
    display: block !important;
  }
  .body_main .main_header {
    background-color: #0c6fb6;
  }
  .body_main .main_header_full {
    display: block;
  }
  /* 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: 14px;
    font-weight: bold;
    min-width: 110px;
    border: 0px;
  }
  .btn-primary {
    background-color: #0c6fb6;
    color: #fff;
    height: 56px;
    font-size: 14px;
    font-weight: bold;
  }
  .btn_primary_light {
    background-color: #5eb4f4;
    color: #fff;
    height: 40px;
    line-height: 36px;
    padding: 0 0px;
    min-width: 158px;
    font-size: 14px;
    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: 14px;
    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: 14px;
    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: 14px;
    font-weight: bold;
  }
  .btn_sub_blue:hover {
    color: #fff;
    opacity: 0.8;
  }
  .btn-default {
    height: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .btn_black1 {
    background-color: #404040;
    color: #fff;
    height: 50px;
    line-height: 34px;
    font-size: 14px;
    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: 14px;
    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: 14px;
    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: 14px;
    min-width: 150px;
  }
  .btn_gray1:hover {
    color: #fff;
    opacity: 0.8;
  }
  /* /btn */
  .section_sidebar {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -100vw;
    z-index: 999;
    background-color: transparent;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .section_sidebar .main {
    overflow-y: auto;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .section_sidebar .main .area_head {
    background-color: #2086ce;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    padding-left: 5%;
    height: 54px;
  }
  .section_sidebar .main .area_head .title {
    color: #0c6fb6;
  }
  .section_sidebar .main .area_menu {
    padding: 5% 0 5% 5%;
  }
  .section_sidebar .main .area_menu .logo {
    display: block;
    width: 180px;
    padding: 10px 0;
    margin-left: -5px;
  }
  .section_sidebar .main .area_menu .logo img {
    width: 100%;
  }
  .section_sidebar .main .area_menu .menu1 {
    padding: 15px 0 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .section_sidebar .main .area_menu .menu1 a {
    padding: 4px 0;
    display: block;
    color: #000;
  }
  .section_sidebar .main .area_menu .menu1 a .icon_plus {
    display: none;
  }
  .section_sidebar .main .area_menu .menu2 {
    display: block;
    padding: 0px 0 0 10px;
    font-size: 14px;
    font-weight: normal;
  }
  .section_sidebar .main .area_menu .menu2 a {
    padding: 3px;
    display: inline-block;
    color: #000;
  }
  .section_sidebar .main .area_menu .menu1_1 {
    font-size: 2.3rem;
    font-weight: normal;
    padding-top: 2rem;
  }
  .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: transparent;
    text-align: center;
    padding-top: 3vw;
    position: relative;
  }
  .section_sidebar .side .btn {
    position: absolute;
    top: 6px;
    left: -50px;
    z-index: 9;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .section_sidebar .side .btn img {
    display: block;
    width: 20px;
    height: 20px;
  }
  .sub_page_header {
    position: relative;
    height: 105px;
    background-position: center;
    background-size: cover;
  }
  .sub_page_header .area_bread {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 35px;
    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: 35px;
    line-height: 32px;
    font-size: 14px;
  }
  .sub_page_header .area_bread .area_nav a .icon {
    width: 20px;
    height: 20px;
  }
  .sub_page_header .title {
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1rem;
    color: #333333;
  }
  .section_footer {
    background-color: #ffffff;
    padding: 0;
    margin-top: 50px;
    clear: both;
  }
  .section_footer .logo {
    width: 120px;
    margin-bottom: 20px;
  }
  .section_footer .area_sitemap h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .section_footer .area_sitemap .items {
    color: #0c6fb6;
    line-height: 3.1rem;
  }
  .section_footer .area_sitemap .items a {
    padding-top: 14px;
  }
  .section_footer2 {
    position: relative;
    clear: both;
  }
  .section_footer2 .info {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #666;
    color: #0c6fb6;
    text-align: center;
  }
  .global_area_category .btn_artist_category {
    width: initial;
    padding: 0 20px;
    height: 40px;
    margin: 0 1px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .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: 85%;
    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: 14px;
    font-weight: bold;
    padding: 1px 0 1px 0;
    text-align: center;
  }
  .global_artist_item .desc {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 8px;
    text-align: center;
    max-height: 54px;
    overflow: hidden;
  }
  .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: 90%;
    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 {
    display: block;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 0 1px 0;
    text-align: center;
  }
  .global_culture_item .title .artist_category_badge {
    margin-right: 0px;
    display: inline-block;
  }
  .global_culture_item .title .name1 {
    padding-top: 4px;
    display: block;
  }
  .global_culture_item .desc {
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    text-align: center;
    max-height: 52px;
    overflow: hidden;
  }
  .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: 100%;
    overflow: hidden;
  }
  .global_gallery_item .ratio_box:before {
    padding-top: 100%;
  }
  .global_gallery_item .area_user {
    display: block;
    width: 100%;
    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: 90%;
    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 2px 0 2px;
    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: initial;
    padding: 0 10px;
    height: 40px;
    margin: 0 1px 6px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .global_box_menu .btn_menu.active {
    border: 2px solid #5eb4f4;
    font-size: 16px;
    color: #0c6fb6;
  }
  .user_login_page .box_type1 {
    width: 100%;
    margin: 0px auto;
  }
  .user_login_page .box_type1 .area_desc {
    font-size: 18px;
    line-height: 1.8rem;
    padding: 15px 0;
    color: #0c6fb6;
  }
  .user_login_page .area_signup {
    padding: 15px 0;
  }
  .user_login_page .area_signup .divide {
    margin: 0 12px;
  }
  .user_login_page .area_signup a.strong {
    color: #000;
  }
  .user_login_page .area_btn {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0px;
    padding-bottom: 20px;
  }
  .user_login_page .area_btn .naver a {
    background-color: #389a1a;
  }
  .user_login_page .area_btn .kakao a {
    background-color: #efc70f;
    color: #000;
  }
  .area_event_calendar .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;
  }
  .area_event_calendar .event_calendar_bar {
    display: block;
    background-color: #a8a8a8;
    height: 18px;
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    margin: 2px 0px;
    cursor: pointer;
    position: relative;
    border-radius: 14px;
  }
  .area_event_calendar .event_calendar_bar .area_title {
    z-index: 10;
    font-size: 12px;
    line-height: 10px;
    height: 18px;
    display: block;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 85%;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
  }
  .area_event_calendar .event_calendar_bar.color_green {
    background-color: #5ddc61;
  }
  .area_event_calendar .event_calendar_bar.color_orange {
    background-color: #fe8d8d;
  }
  .area_event_calendar .event_calendar_bar.day1 {
    width: 97%;
  }
  .area_event_calendar .event_calendar_bar.start {
    border-radius: 9px 0 0 9px;
  }
  .area_event_calendar .event_calendar_bar.middle {
    border-radius: 0px 0 0 0px;
  }
  .area_event_calendar .event_calendar_bar.middle .area_title {
    display: none;
  }
  .area_event_calendar .event_calendar_bar.end {
    border-radius: 0 9px 9px 0;
  }
  .area_event_calendar .event_calendar_bar.end .area_title {
    display: none;
  }
  .area_event_calendar .event_calendar_bar.middle.dayweek_0 .area_title {
    display: block;
  }
  .area_event_calendar .event_calendar_bar.end.dayweek_0 .area_title {
    display: block;
  }
  .area_event_calendar .event_calendar_bar.length_2 .area_title {
    width: 180%;
  }
  .area_event_calendar .event_calendar_bar.length_3 .area_title {
    width: 270%;
  }
  .area_event_calendar .event_calendar_bar.length_4 .area_title {
    width: 360%;
  }
  .area_event_calendar .event_calendar_bar.length_5 .area_title {
    width: 450%;
  }
  .area_event_calendar .event_calendar_bar.length_6 .area_title {
    width: 540%;
  }
  .area_event_calendar .event_calendar_bar.length_7 .area_title {
    width: 630%;
  }
  .area_event_calendar .event_calendar_bar.blank {
    background-color: transparent;
    opacity: 0;
  }
  .area_event_calendar .event_category_badge_show {
    background-color: #3cccc7;
  }
  .area_event_calendar .event_category_badge_exhibit {
    background-color: #fe8d8d;
  }
  .area_event_calendar .event_category_badge_study {
    background-color: #5ddc61;
  }
  .area_event_calendar .event_category_badge_forum {
    background-color: #ae63d8;
  }
  .area_event_calendar .event_category_badge_etc {
    background-color: #7f7f7f;
  }
  .area_event_calendar .area_btn_month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    width: 330px;
    margin: 20px auto;
  }
  .area_event_calendar .area_btn_month .date {
    font-size: 20px;
    font-weight: bold;
  }
  .area_event_calendar .area_btn_month .btn_calendar_prev img,
.area_event_calendar .area_btn_month .btn_calendar_next img {
    width: 30px;
  }
  .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: 12px;
    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: 5px 0;
    font-size: 12px;
  }
  .section_calendar .row1 .area_date {
    min-height: 90px;
  }
  .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: 20px;
    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: 80px;
  }
  .section_main_notice {
    position: relative;
    background-color: #f8f8f8;
    padding: 15px 0;
  }
  .section_main_notice .container {
    padding: 0 0px;
  }
  .section_main_notice .area_cover {
    display: block;
  }
  .section_main_notice .area_cover .section_board {
    min-height: 300px;
    padding: 15px;
    width: initial;
    position: relative;
  }
  .section_main_notice .area_cover .section_board .area_category {
    min-height: 50px;
  }
  .section_main_notice .area_cover .section_board .area_category .btn_menu {
    border-width: 2px;
  }
  .section_main_notice .area_cover .section_board .area_more {
    position: absolute;
    top: 22px;
    right: 13px;
  }
  .section_main_notice .area_cover .section_board .area_more a {
    color: #084776;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 5px;
  }
  .section_main_notice .area_cover .section_board .area_lists_board {
    padding-top: 15px;
  }
  .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: 12px;
  }
  .section_main_notice .area_cover .section_board .area_lists_board .item .ratio_box .ratio_content h5 {
    font-size: 15px;
    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: 7px 0 10px 0;
    height: 70px;
    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: initial;
    padding: 15px;
  }
  .area_board_box {
    border: 1px solid #e0e0e0;
    min-height: initial;
    background-color: #fff;
    padding: 15px 15px 10px 15px;
  }
  .area_board_box .area_title {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
  }
  .area_board_box .area_content {
    padding: 5px 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;
    font-size: 14px;
  }
  .area_board_box .area_content .item .date {
    width: 25%;
    text-align: right;
    font-size: 12px;
    color: #a8a8a8;
  }
  .artist_category_badge {
    display: inline-block;
    background-color: #a8a8a8;
    min-width: 66px;
    height: 16px;
    border-radius: 8px;
    font-size: 11px;
    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;
  }
  .section_footer {
    background-color: #333333;
    padding: 0;
    margin-top: 50px;
    clear: both;
  }
  .section_footer .area_menu {
    background-color: #404040;
    height: initial;
  }
  .section_footer .area_menu .inner {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .section_footer .area_menu .footer_menu {
    width: 100%;
    height: initial;
    text-align: center;
  }
  .section_footer .area_menu .footer_menu a:first-child {
    padding-left: 0px;
  }
  .section_footer .area_menu .footer_menu a {
    display: inline-block;
    color: #e0e0e0;
    font-size: 12px;
    padding: 15px 2px;
  }
  .section_footer .area_menu .area_menu_link {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    text-align: right;
  }
  .section_footer .area_menu .area_menu_link .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    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: 100%;
    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: 25px 0;
    display: block;
  }
  .section_footer .footer_info .area_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_footer .footer_info .area_logo .logo {
    display: none;
    width: 120px;
    opacity: 0.5;
  }
  .section_footer .footer_info .area_logo .logo_white {
    display: block;
    width: 140px;
    opacity: 0.5;
  }
  .section_footer .footer_info .area_logo .logo2 {
    display: block;
    width: 170px;
    opacity: 0.5;
    margin: 0 0 0 15px;
  }
  .section_footer .footer_info .area_info {
    padding: 20px 0;
    width: 100%;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 24px;
  }
  .section_main_map {
    position: relative;
    background-color: #f8f8f8;
    padding: 0px 0;
  }
  .section_main_map .container {
    padding: 0 15px;
  }
  .section_main_map .info_map {
    display: block;
    justify-content: space-between;
    align-items: start;
  }
  .section_main_map .info_map .info_text {
    width: 100%;
  }
  .section_main_map .info_map .info_text .h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
  }
  .section_main_map .info_map .info_text .h1 br {
    display: none;
  }
  .section_main_map .info_map .info_text .info_num {
    padding-top: 20px;
  }
  .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: 5px;
  }
  .section_main_map .info_map .info_text .info_num .area_box .inner .icon img {
    width: 44px;
    height: 44px;
  }
  .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: 22px;
    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 .area_map {
    width: 100%;
    height: 420px;
    padding: 10px 0;
  }
  .section_main_map .info_map .area_map .map {
    margin: 0 auto;
    width: 245px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
  }
  .section_main_artist {
    position: relative;
    background-color: #fff;
    padding: 15px 0;
  }
  .section_main_artist .container {
    padding: 0 0 0 0px;
  }
  .section_main_artist .area_head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
  .section_main_artist .area_head h4 {
    font-size: 20px;
    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 30px 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: 15px 0;
  }
  .section_main_group .container {
    padding: 0 0px;
  }
  .section_main_group .area_head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
  .section_main_group .area_head h4 {
    font-size: 20px;
    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: 15px;
  }
  .section_main_group .area_more_btn {
    text-align: center;
    padding: 20px 0;
  }
  .section_main_group .area_more_btn .btn {
    min-width: 200px;
  }
  .section_main_event {
    position: relative;
    background-color: #fff;
    padding: 15px 0;
  }
  .section_main_event .container {
    padding: 0 0px;
  }
  .section_main_event .area_head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
  .section_main_event .area_head h4 {
    font-size: 20px;
    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: 15px;
  }
  .section_list_artist .area_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 22px 0;
  }
  .section_list_artist .area_head h4 {
    font-size: 26px;
    font-weight: bold;
    display: none;
  }
  .section_list_artist .area_head .btn_artist_map {
    width: 70%;
    height: 50px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_list_artist .area_head .btn_artist_map .icon {
    width: 30px;
  }
  .section_list_artist .area_head .btn_artist_map .icon2 {
    width: 20px;
  }
  .section_list_artist .area_head .btn_artist_map div {
    font-size: 16px;
    font-weight: bold;
  }
  .area_list_search .container {
    padding: 0px;
  }
  .area_list_search .inner {
    padding: 10px;
    background-color: #f8f8f8;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .area_list_search .inner .area_category {
    width: 100%;
  }
  .area_list_search .inner .area_category .checkbox {
    display: inline-block;
    margin: 5px 20px 5px 5px;
  }
  .area_list_search .inner .area_textform {
    width: 100%;
  }
  .area_list_search .inner .area_textform .form-control {
    width: 100%;
  }
  .area_list_search .inner .area_submit {
    display: block;
    width: 100%;
    text-align: right;
  }
  .area_list_search .inner .area_submit .btn_submit {
    width: 100%;
  }
  .area_list_search_board {
    padding: 0px 0;
  }
  .area_list_search_board .area_category {
    display: none;
  }
  .area_artist_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 20px 0;
  }
  .area_artist_lists .item {
    width: 49%;
    margin-bottom: 100px;
  }
  .pagination_area {
    margin-top: 0px;
  }
  .pagination_area .previous,
.pagination_area .next {
    display: none !important;
  }
  .pagination_area .first {
    display: none;
  }
  .pagination_area .last {
    display: none;
  }
  .pagination_area .pagination a {
    border-radius: 0px;
    min-width: 32px;
    padding: 5px 0px;
    margin: 2px;
  }
  .pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    color: #5eb4f4;
    border: 1px solid #5eb4f4;
    font-size: 14px;
    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;
  }
  .area_culture_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 20px 0;
  }
  .area_culture_lists .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .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: 80px;
    height: 80px;
    line-height: 80px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
  }
  .gm-style-iw .info-body.group {
    border-radius: 0%;
    width: 90px;
    height: 80px;
  }
  .gm-style-iw .info-body.group .ratio_box:before {
    padding-top: 75%;
  }
  .gm-style-iw .artist_info {
    width: 150px;
  }
  .gm-style-iw .gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
  }
  .gm-style-iw .artist_category_badge {
    text-align: center;
    line-height: 14px;
  }
  .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: 100px;
    width: 160px;
  }
  .gm-style-iw .artist_map_box .stamed_stamp.stamed {
    display: block;
  }
  .section_list_gallery .area_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .section_list_gallery .area_head h4 {
    font-size: 26px;
    font-weight: bold;
    display: none;
  }
  .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;
  }
  .user_login_page {
    padding: 15px 0;
  }
  .section_view_artist {
    padding: 20px 0;
  }
  .section_view_artist .container .inner {
    padding: 0 0px;
  }
  .section_view_artist .container .area_main {
    display: block;
    justify-content: space-between;
    align-items: start;
    position: relative;
  }
  .section_view_artist .container .area_main .area_image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 140px;
  }
  .section_view_artist .container .area_main .area_image .ratio_box {
    width: 140px;
  }
  .section_view_artist .container .area_main .area_artist {
    width: initial;
  }
  .section_view_artist .container .area_main .area_artist div {
    text-align: left;
  }
  .section_view_artist .container .area_main .area_artist .area_badge {
    padding-left: 160px;
  }
  .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: 0 0 0 160px;
    display: block;
    justify-content: start;
    align-items: center;
  }
  .section_view_artist .container .area_main .area_artist .area_title h2 {
    font-size: 24px;
  }
  .section_view_artist .container .area_main .area_artist .area_title .area_button {
    padding: 15px 0px 5px;
  }
  .section_view_artist .container .area_main .area_artist .area_title .area_button .btn_like {
    min-width: 100px !important;
  }
  .section_view_artist .container .area_main .area_artist .area_title .btn_sns {
    display: inline-block;
    width: 28px;
    min-width: 28px;
    margin: 0 0 0 0px;
    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 {
    display: none;
    padding-left: 160px;
    padding-top: 3px;
    font-size: 14px;
  }
  .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: 30px 0 0 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: 20px;
    border-top: 1px solid #e0e0e0;
    display: block;
    justify-content: space-between;
    align-items: start;
  }
  .section_view_artist .container .area_contents .area_desc {
    width: 100%;
  }
  .section_view_artist .container .area_contents .area_desc h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section_view_artist .container .area_contents .area_right {
    width: 100%;
    padding-top: 10px;
  }
  .section_view_artist .container .area_contents .area_right .area_map {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
  }
  .section_view_artist .container .area_contents .area_right .area_map .item {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
  }
  .section_view_artist .container .area_contents .area_right .area_map .view_map_over {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .section_view_artist .container .area_contents .area_right .area_map .view_map {
    width: 100%;
    height: 250px;
  }
  .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: 20px 0;
  }
  .section_view_group .container .inner {
    padding: 0 0px;
  }
  .section_view_group .container .area_main {
    display: block;
    justify-content: space-between;
    align-items: start;
    position: relative;
  }
  .section_view_group .container .area_main .area_image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 140px;
  }
  .section_view_group .container .area_main .area_image .ratio_box {
    width: 140px;
  }
  .section_view_group .container .area_main .area_artist {
    width: initial;
  }
  .section_view_group .container .area_main .area_artist div {
    text-align: left;
  }
  .section_view_group .container .area_main .area_artist .area_badge {
    padding-left: 160px;
  }
  .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: 0 0 0 160px;
  }
  .section_view_group .container .area_main .area_artist .area_title_name h2 {
    font-size: 24px;
  }
  .section_view_group .container .area_main .area_artist .area_title {
    padding: 0 0 0 160px;
    display: block;
    justify-content: start;
    align-items: center;
  }
  .section_view_group .container .area_main .area_artist .area_title h2 {
    font-size: 24px;
  }
  .section_view_group .container .area_main .area_artist .area_title .area_button {
    padding: 15px 0px 5px;
  }
  .section_view_group .container .area_main .area_artist .area_title .area_button .btn_like {
    min-width: 100px !important;
  }
  .section_view_group .container .area_main .area_artist .area_title .btn_sns {
    display: inline-block;
    width: 28px;
    min-width: 28px;
    margin: 0 0 0 0px;
    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 {
    display: none;
    padding-left: 160px;
    padding-top: 3px;
    font-size: 14px;
  }
  .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: 30px 0 0 0;
  }
  .section_view_group .container .area_main .area_artist .area_contacts {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .section_view_group .container .area_main .area_artist .area_contacts .item {
    margin-right: 20px;
  }
  .section_view_group .container .area_contents {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    display: block;
    justify-content: space-between;
    align-items: start;
  }
  .section_view_group .container .area_contents .area_desc {
    width: 100%;
  }
  .section_view_group .container .area_contents .area_desc h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section_view_group .container .area_contents .area_right {
    width: 100%;
    padding-top: 10px;
  }
  .section_view_group .container .area_contents .area_right .area_map {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
  }
  .section_view_group .container .area_contents .area_right .area_map .item {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
  }
  .section_view_group .container .area_contents .area_right .area_map .view_map_over {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .section_view_group .container .area_contents .area_right .area_map .view_map {
    width: 100%;
    height: 250px;
  }
  .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;
  }
  .area_event_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 20px 0;
  }
  .area_event_lists .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .section_view_event {
    padding: 20px 0;
  }
  .section_view_event .container .inner {
    padding: 0 0px;
  }
  .section_view_event .container .area_main {
    display: block;
    justify-content: space-between;
    align-items: start;
    position: relative;
  }
  .section_view_event .container .area_main .area_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
  }
  .section_view_event .container .area_main .area_image .ratio_box {
    width: 140px;
  }
  .section_view_event .container .area_main .area_image .area_button {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .section_view_event .container .area_main .area_image .area_button .btn {
    min-width: 100%;
  }
  .section_view_event .container .area_main .area_artist {
    width: initial;
  }
  .section_view_event .container .area_main .area_artist .area_info {
    padding: 110px 0 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: 14px;
  }
  .section_view_event .container .area_main .area_artist .area_info .item .desc {
    font-size: 14px;
  }
  .section_view_event .container .area_main .area_artist div {
    text-align: left;
  }
  .section_view_event .container .area_main .area_artist .area_badge {
    padding-left: 160px;
  }
  .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: 0 0 0 160px;
  }
  .section_view_event .container .area_main .area_artist .area_title_name h2 {
    font-size: 24px;
  }
  .section_view_event .container .area_main .area_artist .area_title {
    padding: 0 0 0 160px;
    display: block;
    justify-content: start;
    align-items: center;
  }
  .section_view_event .container .area_main .area_artist .area_title h2 {
    font-size: 24px;
  }
  .section_view_event .container .area_main .area_artist .area_title .area_button {
    padding: 15px 0px 5px;
  }
  .section_view_event .container .area_main .area_artist .area_title .area_button .btn_like {
    min-width: 100px !important;
  }
  .section_view_event .container .area_main .area_artist .area_title .btn_sns {
    display: inline-block;
    width: 28px;
    min-width: 28px;
    margin: 0 0 0 0px;
    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 {
    display: none;
    padding-left: 160px;
    padding-top: 3px;
    font-size: 14px;
  }
  .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: 30px 0 0 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_contacts .item {
    margin-right: 20px;
  }
  .section_view_event .container .area_contents {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    display: block;
    justify-content: space-between;
    align-items: start;
  }
  .section_view_event .container .area_contents .area_desc {
    width: 100%;
  }
  .section_view_event .container .area_contents .area_desc h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section_view_event .container .area_contents .area_right {
    width: 100%;
    padding-top: 10px;
  }
  .section_view_event .container .area_contents .area_right .area_map {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
  }
  .section_view_event .container .area_contents .area_right .area_map .item {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
  }
  .section_view_event .container .area_contents .area_right .area_map .view_map_over {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .section_view_event .container .area_contents .area_right .area_map .view_map {
    width: 100%;
    height: 250px;
  }
  .section_view_event .container .area_contents .area_right .area_map .gmnoprint,
.section_view_event .container .area_contents .area_right .area_map .gm-fullscreen-control,
.section_view_event .container .area_contents .area_right .area_map .gm-style-cc {
    display: none;
  }
  .section_view_event .container .area_contents .area_right .area_map img[alt=Google] {
    display: none;
  }
  .site_sub_board .sub_board_type1 {
    width: 100%;
    padding-top: 0px;
    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: 30px 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 img {
    max-width: 100%;
    height: initial !important;
  }
  .site_sub_board .sub_board_type1_content .board_content .board_title {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0px;
    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 0px;
    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 0px;
    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: 10px;
  }
  .site_sub_board .board_list_type1 li {
    margin: 0px;
    padding: 4px 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: 14px;
    height: initial;
    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: 14px;
  }
  .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: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site_sub_board .board_list_type1 li .col_title .title_mobile {
    display: block;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.7;
    padding-bottom: 5px;
  }
  .site_sub_board .board_list_type1 li .col_name {
    display: none;
    width: 10%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site_sub_board .board_list_type1 li .col_date {
    display: none;
    width: 15%;
    text-align: center;
    color: #a99f8f;
  }
  .site_sub_board .board_list_type1 li .col_access {
    display: none;
    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: 20px auto;
    width: 100%;
  }
  .site_sub_board .board_content .board_comments h4 {
    font-size: 18px;
    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;
  }
  .sub_board_type1_update {
    padding: 50px 100px;
  }
  .sub_board_type1_update h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sub_board_type1_update .area_btn .btn {
    width: 200px;
  }
  .box_type1 {
    border: 1px solid #e0e0e0;
    width: 100%;
    margin: 30px auto;
    padding: 30px 20px;
  }
  .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;
  }
  .section_artist_map {
    height: 75vh;
  }
  .site_sub_stamp .stamp_image {
    width: 40px;
  }
  .site_sub_stamp .board_list_type1 li .col_no {
    width: 15%;
  }
  .site_sub_stamp .board_list_type1 li .col_title {
    width: 85%;
  }
  .top_notice_bar {
    position: absolute;
    width: 100%;
    top: 54px;
  }
}
.sub_content {
  float: none;
  padding: 0px;
}

.sub_content_changepassword {
  padding: 50px 0;
}

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