/**
 *     공통 요소
 */

/**
 *     Spinner
 */

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #85cff3;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    } 20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}






.html_makerfaire-seoul iframe {
    background-image: url(../images/background-images/polygon.png);
}




/* for ALL */

/* Caption */
.html_makerfaire-seoul .wp-caption {
    max-width: unset !important;
    border: 0px;
    padding: 0px;
}

.html_makerfaire-seoul .wp-caption-text {
    font-family: inherit;
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding: 0px;
}

.html_makerfaire-seoul .single .wp-caption,
.html_makerfaire-seoul .page .wp-caption {
    max-width: 100% !important;
    border: 0px;
    padding: 0px;
}

/*hide-desktop*/
.hide-desktop{
    display: none;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover{
    background-color: unset!important;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .avia-search-tooltip.avia-tt{
    left: 150px!important;
}


/* for DESKTOP */
@media only screen and (min-width: 768px){
    
/* Layout */


.responsive-pc-padding-left-65 {
    padding-left: 65px;
}

/*최소 높이_푸터 늘어짐 방지*/
.html_makerfaire-seoul #main .main_color.container_wrap_first.container_wrap.fullsize{
    min-height: 850px;
}
.html_makerfaire-seoul #main .main_color.container_wrap_first.container_wrap.sidebar_right{
    min-height: 850px;
}

}


/**
 *     Header Meta
 */

/* for ONLY MOBILE */
@media only screen and (max-width: 767px){

.html_makerfaire-seoul .hide-mobile {
    display: none !important;
}

.html_makerfaire-seoul #header_meta {
    display: none;
}

.av-burger-overlay-inner {
    
}


.html_makerfaire-seoul .av_minimal_header_shadow {
    box-shadow: none;
}

.html_makerfaire-seoul #mfsmainbanner {
    background: #d5eff8 !important;
}

.html_makerfaire-seoul #mfsmainbanner > .container {
    /* background-image: url(../images/mobile_2018.jpg); */
    background-image: url(https://makerfaire.co.kr/wp-content/uploads/sites/2/2020/03/mobile_2020.png);
    background-size: cover;
    background-position: center;
    width: 100% !important;
    max-width: unset !important;
}

/*최소 높이_푸터 늘어짐 방지*/
.html_makerfaire-seoul #main .main_color.container_wrap_first.container_wrap.fullsize{
    min-height: 500px;
}
.html_makerfaire-seoul #main .main_color.container_wrap_first.container_wrap.sidebar_right{
    min-height: 500px;
}

}



/**
 *     MOBILE HAMBURGER Menu
 */

.html_makerfaire-seoul.html_av-overlay-side #top .av-burger-overlay-scroll {
    background-color: #00afec;
}

.html_makerfaire-seoul.html_av-overlay-side-minimal .av-burger-overlay-bg {
    opacity: 0.5;
}

.html_makerfaire-seoul #av-burger-menu-ul {
    vertical-align: unset;
}

.html_makerfaire-seoul.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    
    
    /*
    border-top: 1px solid #f2fafd;
    border-bottom: 1px solid #f2fafd;
    */
}

.html_makerfaire-seoul.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li li a {
    padding-left: 15px;
    margin-left: 30px;
    border-top: 1px solid #85cff3;
    background-color: transparent;
}

.html_makerfaire-seoul.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li li:first-child a {
    border: none;
}

.html_makerfaire-seoul.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
.html_makerfaire-seoul.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner:before,
.html_makerfaire-seoul.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner:after {
    background-color: #fff;
}
/*모바일 대메뉴 설정*/
.html_makerfaire-seoul #top #wrap_all #header #av-burger-menu-ul li.av-active-burger-items > a{
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
/*검색버튼 스타일 수정*/
/*.html_makerfaire-seoul #top #wrap_all #header #av-burger-menu-ul li.menu-item-search > a {
    padding-left: 15px;
    margin-left: 30px;
    border-top: 1px solid #85cff3;
    background-color: transparent;
}*/

/**/
.mfs-contain-cover,
.mfs-contain-cover.avia-full-contain {
    background-size: 100% 100% !important;
}    

.mfs-color-red {
    color: #eb212e;
}

.mfs-cover-thumbnail-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mfs-cover-thumbnail-container img {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden;
    display: block;
}

/**
 *     Scroll TOP
 */
.html_makerfaire-seoul #scroll-top-link {
    -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;;
}

/**
 *     Font
 */
.html_makerfaire-seoul body {
    font-family: 'Noto Sans KR', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
}

.html_makerfaire-seoul .template-page .entry-content-wrapper h1,
.html_makerfaire-seoul .template-page .entry-content-wrapper h2,
.html_makerfaire-seoul .widgettitle,
.html_makerfaire-seoul th {
    text-transform: none;
    letter-spacing: inherit;
}

.html_makerfaire-seoul .av-thin-font .av-special-heading-tag,
.html_makerfaire-seoul .modern-quote .av-special-heading-tag {
    font-weight: inherit;
}








/**
 *     Form
 */
.html_makerfaire-seoul #top .input-text,
.html_makerfaire-seoul #top input[type="text"],
.html_makerfaire-seoul #top input[type="input"],
.html_makerfaire-seoul #top input[type="password"],
.html_makerfaire-seoul #top input[type="email"],
.html_makerfaire-seoul #top input[type="number"],
.html_makerfaire-seoul #top input[type="url"],
.html_makerfaire-seoul #top input[type="tel"],
.html_makerfaire-seoul #top input[type="search"],
.html_makerfaire-seoul #top textarea,
.html_makerfaire-seoul #top select {
    border-color: #b2e7f9;
    background-color: #f2fafd;
    color: #000;
    
    font-size: inherit;
    font-family: inherit;
    
    padding: 18px 15px;
}

.html_makerfaire-seoul #top ::-webkit-input-placeholder { font-weight: normal !important; color: #85cff3 !important; } 
.html_makerfaire-seoul #top ::-moz-placeholder { font-weight: normal !important; color: #85cff3 !important; }
.html_makerfaire-seoul #top :-ms-input-placeholder { font-weight: normal !important; color: #85cff3 !important; }
.html_makerfaire-seoul #top :-moz-placeholder { font-weight: normal !important; color: #85cff3 !important; }
.html_makerfaire-seoul #top ::placeholder { font-weight: normal !important; color: #85cff3 !important; }




.html_makerfaire-seoul #top .mfsForm input,
.html_makerfaire-seoul #top .mfsForm input[type='text'],
.html_makerfaire-seoul #top .mfsForm textarea,
.html_makerfaire-seoul #top .mfsForm .pseudo-select-container {
    margin-bottom: 30px;
}

.html_makerfaire-seoul #top .mfsForm input,
.html_makerfaire-seoul #top .mfsForm input[type='text'],
.html_makerfaire-seoul #top .mfsForm textarea {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 8px 10px;
    color: #000;
    outline: none;
}

.html_makerfaire-seoul #top .mfsForm textarea {
    resize: none;
}


.html_makerfaire-seoul #top .mfsForm input:focus,
.html_makerfaire-seoul #top .mfsForm input[type='text']:focus,
.html_makerfaire-seoul #top .mfsForm textarea:focus {
    box-shadow: none;
    outline: none;
}

.html_makerfaire-seoul #top .mfsForm .fieldWrap {
    padding-left: 20px;
    position: relative;
}

.html_makerfaire-seoul #top .mfsForm .fieldWrap label {
    font-size: inherit;
    font-weight: inherit;
    display: block;
    margin-bottom: 8px;
}

.html_makerfaire-seoul #top .mfsForm .fieldWrap label:before {
    content: '·';
    display: block;
    position: absolute;
    left: 0px;
    padding: 0 5px;
    font-weight: bold;
    font-size: 20px;
}

.html_makerfaire-seoul #top .mfsForm .pseudo-option {
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}

.html_makerfaire-seoul #top .mfsForm .pseudo-option + .pseudo-option {
    margin-top: 8px;
}


.html_makerfaire-seoul #top .mfsForm .pseudo-option:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 5px;
    border-radius: 100%;
    border: 1px solid #000;
    background: #fff;
    
    cursor: pointer;
}

.html_makerfaire-seoul #top .mfsForm .pseudo-option:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 9px;
    border-radius: 100%;
    cursor: pointer;
}

.html_makerfaire-seoul #top .mfsForm .pseudo-option:hover:after {
    background: #ddd;
}

.html_makerfaire-seoul #top .mfsForm .pseudo-option.selected:after,
.html_makerfaire-seoul #top .mfsForm .pseudo-option.selected:hover:after {
    background: #000;
}










/* Contact form */
.html_makerfaire-seoul #top .mfs-contact-form .input-text,
.html_makerfaire-seoul #top .mfs-contact-form input[type="text"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="input"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="password"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="email"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="number"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="url"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="tel"],
.html_makerfaire-seoul #top .mfs-contact-form input[type="search"],
.html_makerfaire-seoul #top .mfs-contact-form textarea,
.html_makerfaire-seoul #top .mfs-contact-form select {
    border-color: #b2e7f9;
    background-color: #f2fafd;
    color: #000;
    
    font-size: inherit;
    font-family: inherit;
    
    padding: 12px 15px;
}

.html_makerfaire-seoul #top .mfs-contact-form textarea {
    resize: none;
}

.html_makerfaire-seoul #top .mfs-contact-form fieldset {
    margin: 0;
}

.html_makerfaire-seoul #top .mfs-contact-form fieldset .form_element:last-child {
    text-align: center;
    margin-bottom: 0;
} 

.html_makerfaire-seoul #top .mfs-contact-form .form_element input[type="submit"] {
    border-radius: 1px;
    margin: 0;
    line-height: 1;
    min-width: 220px;
    border: 1px solid #00afec;
    background-color: #fff;
    color: #00afec;
    padding: 16px 24px 17px 24px;
    
    font-size: 20px;
    
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    outline: none;
    float: none;
}

.html_makerfaire-seoul #top .mfs-contact-form .form_element input[type="submit"]:hover {
    border-color: #00afec;
    background-color: #00afec;
    color: #fff;
}




.html_makerfaire-seoul #top .mfs-contact-form {
    padding: 58px 80px;
    background: url(../images/etc_contact_inquire_bg.png) no-repeat;
    background-size: 100% 100%;
}

.html_makerfaire-seoul #top .mfs-contact-form fieldset:before {
    content: '';
    display: block;
    background: url(../images/etc_contact_inquire_title.png) no-repeat;
    width: 220px;
    height: 41px;
    margin: 0 auto 30px auto;
}

@media only screen and (max-width: 767px){
.html_makerfaire-seoul #top .mfs-contact-form {
    padding: 30px 20px;
}
.html_makerfaire-seoul #top .mfs-contact-form input{   
    padding: 7px 10px!important;
}

}











/**
 *     Naver Map
 */
table.naver-map {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
    padding: 0px;
    border: none;
    width: auto;
}

table.naver-map td {
    padding: 0px;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

/**
 *     Featured Video
 */
.featured-video-wrapper,
.empty-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /* padding-top: 25px; */
    height: 0;
    
    background-image: url(../images/background-images/polygon.png);
}

.featured-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**
 *     Maker Faire Flag
 */
.mfs-flag-label {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    background-color: #00afec;
    border: 0;
    width: auto;
    margin: 0px;
    padding: 9px 28px 9px 15px;
    border-radius: 0px;
    position: relative;
    line-height: 1;
    height: 35px;
}

.mfs-flag-label.mfs-flag-red {
    background-color: #eb212e;
}

.mfs-flag-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    
    top: 0;
    bottom: 0;
    right: 0;
        
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
    border-right: 13px solid #fff;
}

.mfs-flag-label.mfs-flag-right {
    text-align: right;
    padding: 9px 15px 9px 28px;
}

.mfs-flag-label.mfs-flag-right:after {
    right: unset;
    left: 0;
    
    border-right: 0;
    border-left: 13px solid #fff;
}






/** for DESKTOP **/
@media only screen and (min-width: 768px){
/**
 *     Header
 */

/* Container */
.html_makerfaire-seoul .av_minimal_header_shadow {
    box-shadow: none;
}

/* Meta */
.html_makerfaire-seoul #header_meta,
.html_makerfaire-seoul #header_meta .container {
    min-height: 35px;
}

.html_makerfaire-seoul .header_color .container_wrap_meta {
    background-color: #00afec;
}

.html_makerfaire-seoul .sub_menu {
    top: 11.5px;
    line-height: 35px;
    font-size: 13px;
}

.html_makerfaire-seoul .sub_menu li {
    border: none;
    padding: 0 20px;
}

.html_makerfaire-seoul .av_secondary_right .sub_menu>ul>li:last-child,
.html_makerfaire-seoul .av_secondary_right .sub_menu>div>ul>li:last-child {
    padding-left: 20px;
}

.html_makerfaire-seoul .sub_menu>ul>li>a,
.html_makerfaire-seoul .sub_menu>div>ul>li>a {
    padding: 8px 0;
}

.html_makerfaire-seoul .sub_menu>ul>li:hover>a {
    text-decoration: none;
}

.html_makerfaire-seoul .header_color .sub_menu>ul>li>a {
    color: #fff;
    font-weight: 500;
}

.html_makerfaire-seoul #top .header_color .sub_menu ul li a:hover {
    color: #fff;
}

.html_makerfaire-seoul .header_color .sub_menu>ul:first-child>li.current-menu-item>a,
.html_makerfaire-seoul .header_color .sub_menu>ul:first-child>li.current_page_item>a {
    color: #fff;
}


/* Search */
.html_makerfaire-seoul #top #menu-item-search {
    color: #fff;
}

.html_makerfaire-seoul #top .menu-item-search-dropdown > a,
.html_makerfaire-seoul #searchform #searchsubmit,
.html_makerfaire-seoul .ajax_search_image, .iconfont {
    font-size: 14px;
}

.html_makerfaire-seoul .avia-search-tooltip {
    width: 134px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    
    top: -4px !important;
    right: 20px;
    left: unset !important;
    margin-left: 0;
}

.html_makerfaire-seoul .avia-search-tooltip.avia-tt {
    background-color: transparent;
}

.html_makerfaire-seoul .avia-search-tooltip .avia-arrow-wrap {
    display: none;
}

.html_makerfaire-seoul .avia-search-tooltip #searchform>div {
    margin: 0px;
    background-color: transparent;
}

.html_makerfaire-seoul #top .avia-search-tooltip input {
    background-color: transparent;
}

.html_makerfaire-seoul #top .avia-search-tooltip input[type="text"]#s {
    background-color: transparent;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px 0px 2px 0px;
    width: 120px;
}

.html_makerfaire-seoul #top #searchsubmit,
.html_makerfaire-seoul .ajax_load {
    width: 14px;
    background: none;
    min-width: 0px;
    height: auto;
    line-height: normal;
    text-indent: -10000px;
}

.html_makerfaire-seoul #top #s::-webkit-input-placeholder { color: #fff !important; } 
.html_makerfaire-seoul #top #s::-moz-placeholder { color: #fff !important; }
.html_makerfaire-seoul #top #s:-ms-input-placeholder { color: #fff !important; }
.html_makerfaire-seoul #top #s:-moz-placeholder { color: #fff !important; }
.html_makerfaire-seoul #top #s::placeholder { color: #fff !important; }

.html_makerfaire-seoul .ajax_search_response {
    display: none;
}







/* Logo */
.html_makerfaire-seoul .logo {
    position: relative;
    margin-top: 20px;
    z-index: 10;
    height: auto;
}

.html_makerfaire-seoul .logo a {
    height: auto;
}

.html_makerfaire-seoul .logo img {
    height: 42px;
}

/* Navigation */

/* 위치 조정 */
.html_makerfaire-seoul .main_menu {
    position: static;
    float: left;
    margin-left: 57px;
}

.html_makerfaire-seoul .av-main-nav > li + li {
    margin-left: 57px;
}

/* font 속성 및 너비 크기, 액션 조정 */
.html_makerfaire-seoul .av-main-nav > li > a {
    font-size: 18px;
    font-weight: 500;
}

.html_makerfaire-seoul #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: auto;
    line-height: 1;
    margin-top: 32px;
    margin-bottom: 21.5px;
    width: 100%;
}

.html_makerfaire-seoul #top #header_main > .container .main_menu .av-main-nav > li > a:hover,
.html_makerfaire-seoul #top #header_main > .container .main_menu .av-main-nav > li.current-menu-item > a {
    color: #00afec;
}

.html_makerfaire-seoul .avia-menu-text {
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    position: relative;
}

.html_makerfaire-seoul #top #header_main > .container .main_menu .av-main-nav > li > a:hover .avia-menu-text,
.html_makerfaire-seoul #top #header_main > .container .main_menu .av-main-nav > li.current-menu-item > a .avia-menu-text {
    border-color: #00afec;
}

/* 서브메뉴 컨테이너 조정 */
.html_makerfaire-seoul .avia-menu .av-main-nav ul.sub-menu {
    opacity: 0 !important;
    position: relative;
    
    -webkit-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -ms-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease-out;
}

.html_makerfaire-seoul .avia-menu.nav-wrap-active .av-main-nav ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
}

.html_makerfaire-seoul .avia-menu.nav-wrap-active.nav-wrap-action .av-main-nav ul.sub-menu {
    opacity: 0 !important;
    visibility: visible !important;
}

.html_makerfaire-seoul .av-main-nav ul {
    width: auto;
    box-shadow: none;
    margin: 0px;
}

.html_makerfaire-seoul .av-main-nav ul:after {
    content: '';
    display: table;
    clear: both;
}

.html_makerfaire-seoul .av-main-nav ul li {
    border: none;
    float: none;
    line-height: 27px;
}

.html_makerfaire-seoul .av-main-nav ul.sub-menu li a,
.html_makerfaire-seoul .header_color .main_menu ul ul,
.html_makerfaire-seoul .header_color .main_menu .menu ul li a,
.html_makerfaire-seoul .header_color .main_menu .menu ul li a:hover,
.html_makerfaire-seoul .header_color .av-subnav-menu ul a:hover {
    background-color: transparent;
}

.html_makerfaire-seoul .av-main-nav ul li a,
.html_makerfaire-seoul .av-main-nav ul li:last-child > a {
    border: none;
}



/* 서브메뉴 세부 조정 */
.html_makerfaire-seoul #top .av-main-nav ul a {
    font-size: 14px;
    padding-right: 0px;
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px;
    min-height: 1px;
    display: inline-block;
}

.html_makerfaire-seoul #top .header_color .main_menu .av-main-nav ul li>a:hover,
.html_makerfaire-seoul #top .header_color .main_menu .av-main-nav ul li.current-menu-item>a {
    color: #00afec;
}

/* full width 메뉴 Overlay */
.html_makerfaire-seoul .avia-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    
    opacity: 0;
}

.html_makerfaire-seoul .avia-menu.nav-wrap-active:before {
    transform: translate(-100vw);
    width: 200vw;
    height: 100%;
    min-height: 275px;
    
    background: url(../images/common_menu_over_bg.png) 100% 100%;
    
    opacity: 1;
}

.html_makerfaire-seoul .avia-menu.nav-wrap-active.nav-wrap-action:before {
    opacity: 0;
}

/**
 *     여백, 레이아웃
 */
.html_makerfaire-seoul body:not(.home) #header_main {
    padding-bottom: 60px;
}

.html_makerfaire-seoul .container .av-content-small.units {
    width: 100%;
    max-width: 932px;
}

/** for DESKTOP **/
@media only screen and (min-width: 768px){
    
.html_makerfaire-seoul .content .entry-content-wrapper,
.html_makerfaire-seoul.html_overlay-title-blog .single .big-preview.single-big,
.html_makerfaire-seoul.html_overlay-title-blog .single .big-preview.single-big a,
.html_makerfaire-seoul.html_overlay-title-blog .single .entry-content-wrapper {
    padding-right: 112px;
}

.html_makerfaire-seoul.html_overlay-title-blog .single .big-preview.single-big a:before {
    right: 112px;
}


/* Layout */
.html_makerfaire-seoul .author-extra-border {
    border: 0px;
}

.html_makerfaire-seoul body.author #main main.content {
    max-width: 820px;
    padding-right: 112px;
}

.html_makerfaire-seoul body.author .page-heading-container,
.html_makerfaire-seoul body.author .content .entry-content-wrapper {
    padding-right: 0px;
}


}

/**
 *     사이드바
 */
.html_makerfaire-seoul .inner_sidebar {
    margin-left: 0;
}

.html_makerfaire-seoul .inner_sidebar .widget_nav_menu a {
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid transparent;
    margin-bottom: 16px;
    display: inline-block;
    color: #000;
}

.html_makerfaire-seoul .inner_sidebar .widget_nav_menu a:hover {
    border-color: transparent;
    color: #00afec;
}

.html_makerfaire-seoul .widget_nav_menu .current-menu-item>a,
.html_makerfaire-seoul .widget_nav_menu .current_page_item>a {
    font-weight: inherit;
}

.html_makerfaire-seoul .sidebar .widget_nav_menu ul:first-child>.current-menu-item,
.html_makerfaire-seoul .sidebar .widget_nav_menu ul:first-child>.current_page_item {
    padding: 0;
    left: 0;
    margin-top: 0;
    box-shadow: none;
    margin: 0;
    background: none;
}

.html_makerfaire-seoul .widget_nav_menu ul:first-child>.current-menu-item>a,
.html_makerfaire-seoul .widget_nav_menu ul:first-child>.current_page_item>a {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #00afec;
    color: #00afec;
}


/**
 *     Footer
 */
/* 위젯 */
.html_makerfaire-seoul #footer {
    min-height: 212px;
    font-size: 14px;
    margin-top: 80px;
}

.html_makerfaire-seoul #footer .widget {
    margin-top: 15px;
}

.html_makerfaire-seoul #footer .widgettitle {
    margin-top: 0px;
    font-size: 14px;
    font-weight: inherit;
}

/* Socket */
.html_makerfaire-seoul #socket .container {
    padding: 0px;
    text-align: center;
    padding-bottom: 24px;
}

.html_makerfaire-seoul #socket .copyright {
    float: none;
    line-height: 35px;
    font-size: 13px;
}

}
@media only screen and (max-width: 767px){
.html_makerfaire-seoul #footer{
    display: none;
}
}






/* Footer Info */

#footer-info {
    text-align: center;
}

#footer-info .widget_nav_menu .menu {
    line-height: 1.4;
}

#footer-info .widget_nav_menu .menu li {
    display: inline-block;
    font-size: 12px;
}

#footer-info .widget_nav_menu .menu li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 16px;
    margin-right: 14px;
}

#footer-info .widget_nav_menu .menu li:last-child:after {
    display: none;
}

#footer-info .widget_nav_menu a {
    padding: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    
    font-weight: bold;
    font-size: 14px;
}

#footer-info .widget_text {
    font-size: 12px;
}

#footer-info > .container > .flex_column > .widget:nth-child(1) { margin-top: 32px; margin-bottom: 32px; padding-bottom:0px; }
#footer-info > .container > .flex_column > .widget:nth-child(2) { padding-top: 0; }

#footer-info > .container > .flex_column > .widget:nth-child(2) .menu li {
    vertical-align: top;
    line-height: 22px;
}


#footer-info > .container > .flex_column > .widget:nth-child(3) .menu li:after {
    margin-left: 10px;
    margin-right: 6px;
}

#footer-info > .container > .flex_column > .widget:nth-child(3) .menu a { color: #ffffff; }


/*
 * For Mobile
 */
@media only screen and (max-width: 767px) {

.html_makerfaire-seoul #socket .container {
    text-align: center;
}

.html_makerfaire-seoul #socket .copyright {
    float: none;
}

.responsive #top #wrap_all #footer-info .flex_column {
    margin-bottom: 0px;
}

#footer-info .widget_nav_menu .menu li.hide-mobile { display: none; }
#footer-info > .container > .flex_column > .widget:nth-child(1) { margin-top: 16px; margin-bottom: 16px; }
#footer-info > .container > .flex_column > .widget:nth-child(2) { padding-bottom: 0; }



#footer-info > .container > .flex_column > .widget:nth-child(1) .menu li:after {
    margin-left: 4px;
    margin-right: 0px;
}


#footer-info > .container > .flex_column > .widget:nth-child(2) .info-company dd:nth-of-type(2):after { display: none; }

}

/*
 * For Desktop
 */
@media only screen and (min-width: 768px) {


#footer-info > .container > .flex_column > .widget:nth-child(3) { margin-top: 24px; }


#footer-info > .container > .flex_column > .widget:nth-child(2) .menu li:nth-child(5):after { display: none; } 

}


/*
 * 회사정보
 */
.info-company {
    line-height: 1.6;
    max-width: 670px;
    margin: 0 auto;
}

.info-company dt, .info-company dd {
    display: inline-block;
    line-height: 1;
}

.info-company dt:after {
    content: ':';
    display: inline-block;
    margin-left: 3px;
    margin-top: -1px;
    line-height: 1;
    vertical-align: top;
}

.info-company dd:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    vertical-align: top;    
    margin-left: 6px;
    margin-right: 4px;
    margin-top: 1.5px;
}

.info-company dd:last-child:after {
    display: none;
}

.info-company dd:nth-of-type(3):after,
.info-company dd:nth-of-type(9):after {
    display: none;
}

@media only screen and (max-width: 767px) {

.info-company dt.hide-mobile,
.info-company dd.hide-mobile,
.info-company dt .hide-mobile,
.info-company dd .hide-mobile {
    display: none;
}

}

@media only screen and (max-width: 414px) {
#footer-info > .container > .flex_column > .widget:nth-child(2) .info-company { display: none; }
}



















/**
 *     Maker Faire Subscription Dialog
 */

.mfs-newsletter-subscription-container {
    max-width: 768px;
    margin: 0 auto;
}

#top .mfs-newsletter-subscription-container form {
    margin: 0;
}


.mfs-subscription-dialog-footer {
    background: #00afec;
    color: #fff;
    padding: 10px 20px;
}

.mfs-subscription-dialog-footer:after {
    content: '';
    display: table;
    clear: both;
}

.mfs-subscription-dialog-condition {
    float: left;
}

.mfs-subscription-dialog-close {
    overflow: hidden;
    text-align: right;
}

.mfs-subscription-dialog-close-button {
    display: inline-block;
    cursor: pointer;
}

.mfs-subscription-dialog-close-button span {
    display: inline-block;
    vertical-align: middle;
}

.close-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.close-icon img {
    display: block;
    width: auto;
    height: auto;
}

.mfs-subscription-dialog .mfs-subscription-dialog-title {
    font-size: 24px;
    font-weight: inherit;
    color: #eb212e;
    
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    word-break: keep-all;
    line-height: 1.3;
}

.mfs-subscription-dialog .mfs-subscription-dialog-content {
    margin: 0 20px;
}

.mfs-subscription-dialog .mfs-subscription-dialog-footer {
    margin-top: 30px;
}




/* Checkbox */
#top .mfs-subscription-dialog input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

#top .mfs-subscription-dialog input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    font-weight: normal;
    font-size: inherit;
}

#top .mfs-subscription-dialog input[type="checkbox"] + label:before {
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: -2px 10px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
}

#top .mfs-subscription-dialog input[type="checkbox"] + label:active:before,
#top .mfs-subscription-dialog .checks input[type="checkbox"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#top .mfs-subscription-dialog input[type="checkbox"]:checked + label:before {
    content: '';
    text-shadow: 1px 1px #fff;
    background-image: url(../images/collaborate_spectator_bt_on_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    box-shadow: none;
}


















/** for DESKTOP **/
@media only screen and (min-width: 768px){
    
.mfs-subscription-dialog-footer {
    padding: 10px 25px;
}


.mfs-subscription-dialog-condition .condition {
    display: inline-block;
    vertical-align: middle;
}

.mfs-subscription-dialog-condition .condition + .condition {
    margin-left: 30px;
}




.mfs-subscription-dialog .mfs-subscription-dialog-title {
    font-size: 34px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.mfs-subscription-dialog .mfs-subscription-dialog-content {
    margin: 0 90px;
}

.mfs-subscription-dialog .mfs-subscription-dialog-footer {
    margin-top: 60px;
}



.mfs-subscription-dialog .form-element {
    margin: 0;
}

.mfs-subscription-dialog .form-element-name {
    float: left;
    width: 25%;
    margin-right: 20px;
}

.mfs-subscription-dialog .form-element-email {
    overflow: hidden;
}


.mfs-subscription-dialog .mfs-real-button-wrap {
    margin-top: 30px;
}






}







/* 검색 결과 페이지 */
.html_makerfaire-seoul #top .template-search #searchform>div {
    width: 100%;
    max-width: 100%;
}

.html_makerfaire-seoul #top .template-search #s {
    padding: 0px 65px 0px 20px;
    border-color: #b2e7f9;
    background-color: #f2fafd;
    line-height: 53px;
    color: #85cff3;
}

.html_makerfaire-seoul #top .template-search #s:focus {
    color: #00afec;
}

.html_makerfaire-seoul #top .template-search #searchsubmit {
    background: url(../images/etc_search_icon.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7.5px;
    min-width: unset;
}

.html_makerfaire-seoul #top .template-search .author-extra-border,
.html_makerfaire-seoul #top .template-search .page-heading-container,
.html_makerfaire-seoul .fullsize .template-search .page-heading-container,
.html_makerfaire-seoul .fullsize .template-search .author-extra-border {
    border: 0px;
}

.html_makerfaire-seoul #top .template-search .page-heading-container {
    padding-bottom: 0px;
    padding-right: 0px;
}

.html_makerfaire-seoul .fullsize .template-search .page-heading-container {
    padding: 0px;
}

.html_makerfaire-seoul #top .template-search .extra-mini-title {
    padding-bottom: 11px;
    font-size: inherit;
    font-weight: inherit;
    color: #000;
}

.html_makerfaire-seoul .template-search .search-query,
.html_makerfaire-seoul .template-search .search-result-query,
.html_makerfaire-seoul .template-search .search-highlight {
    color: #00afec;
}

/* 검색 결과 목록 */

/** for MOBILE **/
.html_makerfaire-seoul #top .template-search.content .entry-content-wrapper {
    padding-left: 0;
    padding-bottom: 20px;
}

.html_makerfaire-seoul .template-search .no-search-result {
    text-align: center;
    font-size: 18px;
}

.html_makerfaire-seoul .template-search .empty-search-result {
    margin-top: 180px;
}




/** for DESKTOP **/
@media only screen and (min-width: 768px){





.html_makerfaire-seoul #top .template-search.content .entry-content-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.html_makerfaire-seoul .template-search .entry-content-thumbnail {
    float: left;
    max-width: 120px;
    margin-right: 20px;
}

.html_makerfaire-seoul .template-search .entry-content-box {
    overflow: hidden;
}

.html_makerfaire-seoul .empty-search-result h3 {
    color: #eb212e;
    font-size: 18px;
    font-weight: inherit;
    margin-bottom: 20px;
}

.html_makerfaire-seoul .empty-search-result .post-list {
    font-size: 15px;
}

.html_makerfaire-seoul .empty-search-result .post-list:after,
.html_makerfaire-seoul #top .empty-search-result .post-list ul:after {
    content: '';
    display: table;
    clear: both;
}

.html_makerfaire-seoul #top .empty-search-result .post-list ul {
    padding: 0;
    margin: 0 -20px;
}


.html_makerfaire-seoul #top .empty-search-result .post-list ul li {
    padding: 0;
    margin: 0;
    width: 25%;
    float: left;
    clear: none;
    padding: 0 20px;
    font-size: inherit;
}

.html_makerfaire-seoul .empty-search-result .news-thumb {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    margin: 0;
    height: auto;
}

.html_makerfaire-seoul #top .empty-search-result .news-thumb img {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border: 0;
}

.html_makerfaire-seoul .empty-search-result .news-headline {
    font-size: inherit;
    font-weight: inherit;
    margin-top: 12px;
    line-height: 1.4;
}

.html_makerfaire-seoul .empty-search-result .news-time {
    display: none;
}


}



/**
 *     Table
 */
.html_makerfaire-seoul .mfs-table-wrap {
    overflow-x: auto;
}

.html_makerfaire-seoul table.mfs-table {
    background: #fff;
    margin: 0;
    font-size: inherit;
}

.html_makerfaire-seoul table.mfs-table th,
.html_makerfaire-seoul table.mfs-table td {
    white-space: nowrap;
}

.html_makerfaire-seoul table.mfs-table th {
    border: 1px solid #eb212e;
    background: #eb212e;
    color: #fff;
    font-weight: inherit;
    line-height: 1.5;
    padding: 6px 20px 6px 20px;
}

.html_makerfaire-seoul .mfs-table-head-blue table.mfs-table th {
    background-color: #00afec;
    border-color: #00afec;
}



.html_makerfaire-seoul table.mfs-table td {
    border-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0px;
    border-left: 0px;
    background: #fff;
    color: #000;
    font-weight: inherit;
    line-height: 1.5;
    padding: 20px 20px 20px 20px;
}

.html_makerfaire-seoul table.mfs-table tr:last-child td {
    border-color: #000;
}

.html_makerfaire-seoul #top table.mfs-table td .post-title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.5;
    color: #000;
    padding: 0;
    max-width: unset;
    text-align: inherit;
}

/*공지사항 테이블 모바일 사이즈 조정*/
@media only screen and (max-width: 767px){

.html_makerfaire-seoul table.mfs-table th, .html_makerfaire-seoul table.mfs-table td{
    width: 100%;
    display: block;
    border: unset;
    font-size: 70%!important;
    padding: 10px;
    white-space: inherit;
}
.html_makerfaire-seoul table.mfs-table thead tr{
    border: unset!important;
}
.html_makerfaire-seoul table.mfs-table th:nth-child(2){
    display: none;
}
.html_makerfaire-seoul table.mfs-table tr{
    border-bottom: 1px solid #e5e5e5;
}
.html_makerfaire-seoul table.mfs-table tr:last-child{
    border-bottom: 1px solid #000;
}
.html_makerfaire-seoul .mfs-table-wrap{
    overflow-x: hidden;
}
.html_makerfaire-seoul table.mfs-table colgroup{
    display: block;
}

}




/**
 *     Pagination
 */

.html_makerfaire-seoul .pagination .pagination-meta {
    display: none;
}

.html_makerfaire-seoul #top .pagination {
    text-align: center;
    margin-top: 15px;
}

.html_makerfaire-seoul #top .pagination a,
.html_makerfaire-seoul #top .pagination .current {
    float: none;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    margin: 0 0 0 -1px;
    color: #000;
    
    font-size: 13px;
}

.html_makerfaire-seoul body#top .pagination a:hover {
    background: #eee;
    color: #000;
}

.html_makerfaire-seoul #top .pagination a:first-child {
    border-left: 1px solid #d9d9d9;
}

.html_makerfaire-seoul #top .pagination a.prev,
.html_makerfaire-seoul #top .pagination a.prev:hover,
.html_makerfaire-seoul #top .pagination a.next,
.html_makerfaire-seoul #top .pagination a.next:hover {
    text-indent: -1000000px;
    background-repeat: no-repeat;
    background-position: center;
}

.html_makerfaire-seoul #top .pagination a.prev,
.html_makerfaire-seoul #top .pagination a.prev:hover {
    background-image: url(../images/news_notice_arrow_01.png);
}

.html_makerfaire-seoul #top .pagination a.next,
.html_makerfaire-seoul #top .pagination a.next:hover {
    background-image: url(../images/news_notice_arrow_02.png);
}










/**
 *     Floating
 */
.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer {
    /*
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    */
   
    position: fixed;
    
    right: 30px;
    bottom: 120px;
    z-index: 1030;
    background: rgba(255,255,255,0.75);
}

.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer .container {
    height: 100%;
}

.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer .mfsSubscriptionDialogAction {
    /*
    position: absolute;
    right: -90px;
    top: 50%;
    */
    
    
    cursor: pointer;
    display: none;
}

.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer .mfsSubscriptionDialogAction.show {
    display: block;
}


@media only screen and (max-width: 767px){
.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer .mfsSubscriptionDialogAction {
    display: none !important;
}
}

.html_makerfaire-seoul .mfsSubscriptionDialogActionContainer .mfsSubscriptionDialogAction img {
    display: block;
    margin: 0;
    border: 0;
}




/**
 *     DL
 */
.html_makerfaire-seoul .makerfaire-dl {
    
}

.html_makerfaire-seoul .makerfaire-dl.subject-justify dt {
    min-width: 50px;
    margin-right: 20px;
}




/**
 *     Page Single
 */
.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title {
    position: relative;
}

.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title .entry-title {
    font-size: 24px;
    font-weight: inherit;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title .post-meta-infos {
    position: absolute;
    right: 0;
    top: 8px;
}

.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title .post-meta-infos * {
    color: #000;
}

/*공지사항 모바일 상세 페이지 글자겹침 수정*/
@media only screen and (max-width: 767px){
.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title .post-meta-infos {
    top: 50px;
}
}
@media only screen and (max-width: 545px){
.html_makerfaire-seoul .template-page .entry-content-wrapper .page-single-title .post-meta-infos {
    top: 40px;
}
}



/**
 *     Table
 */
.entry-content table {
    table-layout: fixed;
}

.entry-content table td {
    vertical-align: middle;
}
