
#widget_list_view_19_520502 {
    position: relative;
    padding: 80px 0px 100px 0px;
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    margin: auto;
}
#widget_list_view_19_520502 .widget_list_view_area_wrap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
#widget_list_view_19_520502 .widget_list_view_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#widget_list_view_19_520502 .widget_list_view_area .widget_wrap {
    flex: 0 1 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.widget_list_view_area .widget_wrap .widget_contents_wrap {
    position: relative;
    display: block;
    height: 100%;
}
.widget_list_view_area .widget_wrap .widget_contents_wrap::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 300'%3E%3C/svg%3E");
    display: block;
    width: 100%;
}
.widget_list_view_area .widget_wrap .widget_contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget_list_view_area .widget_wrap .widget_icon_content_area {flex: 0 0 auto;}
.widget_list_view_area .widget_wrap .widget_icon_content_area .widget_icon {
    width: 50%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}
.widget_list_view_area .widget_wrap .widget_icon_content_area .widget_icon>* {
    width: 100%;
}
.widget_list_view_area .widget_wrap .widget_icon_content_area .widget_title_content_area {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}















.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    user-select: none;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area[onclick] {
    cursor: pointer;
    -moz-transition: transform ease-in-out 0.1s 0.1s;
    -o-transition: transform ease-in-out 0.1s 0.1s;
    -webkit-transition: transform ease-in-out 0.1s;
    -webkit-transition-delay: 0.1s;
    transition: transform ease-in-out 0.1s 0.1s;
    transform-origin: center bottom;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area[onclick]:hover {
    transform: scale(1.03);
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 150'%3E%3C/svg%3E");
    display: block;
    width: 100%;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area>div .widget_icon {
    display: block;
    max-height: 50%;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area>div .widget_icon img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area>div .widget_title {
    line-height: 100%;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.6em;
}

.widget_list_view_area .widget_wrap .widget_contents .widget_top_content_area>div .widget_title:not(:empty) {
    margin-top: 0.5em;
}

.widget_list_view_area .widget_wrap .widget_contents .widget_text_content_area {
    box-sizing: border-box;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_text_content_area .widget_text_content_row {
    padding: 1em;
    box-sizing: border-box;
    font-size: 1.2em;
    text-align: center;
    line-height: 160%;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_text_content_area .widget_text_content_row.kakao_qrcode>* {
    text-align: center;
}
.widget_list_view_area .widget_wrap .widget_contents .widget_text_content_area .widget_text_content_row.kakao_qrcode canvas {
    max-width: 70%;
    display: inline-block;
}

@media (max-width: 798px) {
    .title_banner_area_warp {
        display: none;
    }
    #widget_list_view_19_520502 {
        padding:10px;
        background: #f4f4f4;
    }
    #widget_list_view_19_520502 .widget_list_view_area_wrap {
        padding: 0;
    }
    #widget_list_view_19_520502 .widget_list_view_area {
        flex-direction: column;
    }
    #widget_list_view_19_520502 .widget_list_view_area .widget_wrap {
        flex: 0 0 auto;
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }
    .widget_list_view_area .widget_wrap .widget_contents {
        border-radius: 20px;
    }
}