@charset "utf-8"; 
@font-face {
    font-family: S-CoreDream-3Light;
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0px;
    outline: none;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

body {
    font-family: Avenir, "Noto Sans KR", sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.theme_gray .thema_apply .link_detail {
    background: #ffeb00;
}

.theme_gray .thema_apply .btn_arrow:hover {
    opacity: 0.8;
}

.theme_gray .thema_apply .active {
    background: rgb(29, 33, 41);
}

.theme_gray .thema_apply .slick-active button {
    background: #ffeb00;
}

.theme_gray .thema_apply .btn_register {
    background: rgb(29, 33, 41);
    color: rgb(255, 255, 255);
}

.theme_gray .thema_apply .btn_register {
    background: rgb(29, 33, 41);
    color: rgb(255, 255, 255);
}

.theme_gray .area_category .title_section span {
    color: rgb(29, 33, 41);
}

.theme_gray .article_view a {
    color: rgb(29, 33, 41);
}

.theme_gray .article_view a {
    color: #4a4a4a;
    font-family: Avenir, 'Noto Sans DemiLight';
}

.theme_gray .article_view blockquote {
    color: rgb(29, 33, 41);
}

.theme_gray .article_view .moreless_fold span, .theme_gray .article_view .moreless_top span {
    color: rgb(29, 33, 41);
}

.theme_gray .article_view .footnote a {
    color: rgb(29, 33, 41) !important;
}

@media screen and (max-width: 1023px) {
    .theme_gray .thema_apply .selected {
        color: rgb(29, 33, 41) !important;
    }
}

html, body {
    position: relative;
    height: 100%;
    text-size-adjust: 100%;
    color: rgb(51, 51, 51);
}

html {
    box-sizing: border-box;
}

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

#wrap {
    position: relative;
    overflow: hidden;
}

#container {
    width: 100%;
}

#container::after {
    content: "";
    display: block;
    clear: both;
}

#main {
    width: 100%;
}

.box_header {
    position: absolute;
    width: 100%;
    height: 148px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 21;
    transition: top 0.2s ease-in-out 0s;
}

.box_header button {
    background-color: transparent;
}

.box_header .link_logo {
    display: block;
    max-width: 300px;
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.25;
    font-family: S-CoreDream-3Light;
    font-weight: bold;
}

.box_header .link_logo img {
    max-height: 48px;
}

.box_header .title_logo {
    position: absolute;
    top: 50%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 48px;
    margin: -24px 0px 0px 80px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.5em;
}

.box_header .btn_menu, .box_header .btn_search {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    color: rgb(102, 102, 102);
    transition: color 0.2s ease-out 0s;
    cursor: pointer;
}

.box_header .btn_menu {
    right: 56px;
}

.box_header .btn_search {
    right: 116px;
}

.box_header .btn_menu {
    background-image: url("./images/ico_menu_b.svg");
}

.box_header .btn_search {
    background-image: url("./images/ico_search_b.svg");
}

.box_header .btn_menu:hover, .box_header .btn_search:hover {
    color: rgb(51, 51, 51);
}

.white .box_header {
    border-bottom: none;
}

.white .box_header .link_logo, .white .box_header .btn_menu, .white .box_header .btn_search {
    color: rgb(255, 255, 255);
    transition: opacity 0.2s ease-out 0s;
}

.white .box_header .link_logo:hover, .white .box_header .btn_menu:hover, .white .box_header .btn_search:hover {
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.white .box_header .btn_menu {
    background-image: url("./images/ico_menu.svg");
}

.white .box_header .btn_search {
    background-image: url("./images/ico_search.svg");
}

.white .area_cover {
    margin-top: 0px;
}

.white .type_featured {
    margin-top: 0px;
}

@media screen and (max-width: 1023px) {
    .box_header {
        height: 70px;
    }

    .box_header .title_logo {
        margin: -24px 0px 0px 16px;
        font-size: 20px;
        padding-top: 0px;
    }

    .box_header .btn_menu, .box_header .btn_search {
        width: 22px;
        background-size: 22px;
    }

    .box_header .btn_menu {
        right: 24px;
    }

    .box_header .btn_search {
        right: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .white .box_header .title_logo {
        margin: -24px 0px 0px 16px;
    }
}

.area_sidebar {
    position: relative;
}

.area_sidebar a {
    text-decoration: none;
}

.area_sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.area_sidebar button {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    overflow: visible;
    cursor: pointer;
}

.area_sidebar .inner_sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 360px;
    height: 100%;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    overflow: auto;
    z-index: 31;
    border-left: 15px solid rgb(169, 161, 145);
}

.area_sidebar .sidebar_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.area_sidebar .dimmed_sidebar {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21;
}

.area_sidebar .sidebar_header {
    margin: 30px 0px 30px 0px;
    padding: 24px 48px;
    box-sizing: border-box;
}

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

.area_sidebar .title_logo {
    float: left;
    margin: 0px;
    font-size: 24px;
    font-weight: 800;
}

.area_sidebar .link_logo {
    color: rgb(67, 44, 16);
    letter-spacing: 0.5em;
    font-family: S-CoreDream-3Light;
}

.area_sidebar .btn_close {
    float: right;
    width: 48px;
    font-size: 24px;
    text-align: right;
    padding: 0px 7px 2px;
}

.area_sidebar .tt_category {
    margin-bottom: 40px;
}

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

.area_sidebar .link_item {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: rgb(67, 44, 16);
    padding: 24px 48px;
}

.area_sidebar .link_item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.area_sidebar .link_item:last-child {
    margin-bottom: 0px;
}

.area_sidebar .link_item .c_cnt {
    color: rgba(0, 0, 0, 0.56);
}

.area_sidebar .box_gnb {
}

.area_sidebar .box_gnb li:last-child {
    margin-bottom: 0px;
}

.area_sidebar .link_sub_item {
    display: block;
    padding: 5px 0px 5px 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}

.area_sidebar .sub_category_list {
    margin-left: 6px;
    border-left: 3px solid rgb(241, 241, 241);
}

.area_sidebar .t_menu_home a, .area_sidebar .t_menu_tag a, .area_sidebar .t_menu_guestbook a, .area_sidebar .t_menu_medialog a, .area_sidebar .t_menu_location a, .area_sidebar .t_menu_page a, .area_sidebar .t_menu_category a, .area_sidebar .t_menu_link_1 a, .area_sidebar .t_menu_link_2 a, .area_sidebar .t_menu_link_3 a, .area_sidebar .t_menu_link_4 a, .area_sidebar .t_menu_link_5 a, .area_sidebar .t_menu_link_6 a, .area_sidebar .t_menu_link_7 a, .area_sidebar .t_menu_link_8 a, .area_sidebar .t_menu_link_9 a, .area_sidebar .t_menu_link_10 a {
    display: block;
    color: rgb(67, 44, 16);
    transition: all 0.2s ease-out 0s;
    font-size: 22px;
    font-weight: 500;
}

.area_sidebar .tt_category .link_sub_item:hover {
    text-decoration: underline;
}

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

.area_sidebar .list_sns {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

.area_sidebar .link_add {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: rgb(67, 44, 16);
    padding: 24px 48px;
}

.area_sidebar .link_add:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.area_sidebar .box_sns, .area_sidebar .add_link {
}

.area_sidebar .btn_search {
    margin-top: 12px;
    padding: 10px 0px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
}

.area_sidebar .icon-Search {
    margin-left: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: -2px;
}

.area_sidebar .box_tool {
    padding: 30px 0px 80px;
    text-align: center;
}

.area_sidebar .link_tool {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(136, 136, 136);
}

.area_sidebar .link_tool:first-child {
    margin-left: 0px;
}

.area_sidebar .link_tool:first-child::before {
    content: "";
}

.area_sidebar .link_tool:hover {
    color: rgb(102, 102, 102);
}

.area_sidebar .link_tool::before {
    content: "";
    position: absolute;
    inset: 3px 0px 0px -48px;
    width: 10px;
    margin-left: 20px;
    font-size: 11px;
    font-weight: lighter;
    color: rgb(211, 212, 215);
}

.area_sidebar .link_tit {
    display: none;
}

.area_sidebar ul li a:hover {
}

@media screen and (max-width: 768px) {
    .area_sidebar .inner_sidebar {
        width: 100%;
        left: 0px;
    }

    .area_sidebar .area_sidebar .btn_close {
        margin-right: -16px;
    }

    .area_sidebar .area_sidebar .title_logo {
        margin-bottom: 30px;
    }

    .area_sidebar .title_logo {
        font-size: 20px;
    }

    .area_sidebar .sidebar_header {
        margin: 24px -10px 24px 0px;
        padding: 24px;
    }

    .area_sidebar .btn_close {
        margin-top: -2px;
    }

    .area_sidebar .link_item {
        font-size: 18px;
        padding: 24px;
    }

    .area_sidebar .link_sub_item {
        font-size: 13px;
    }

    .area_sidebar .tt_category {
        padding-bottom: 0px;
    }

    .area_sidebar .link_add {
        padding: 24px;
    }
}

@media screen and (max-height: 851px) {
    .area_sidebar .box_tool {
        position: relative;
        padding: 30px 0px;
        bottom: auto;
    }
}

.area_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 76%;
    background: rgb(255, 255, 255);
    z-index: 31;
    overflow: auto;
    display: block;
}

.area_popup .dimmed_sidebar {
    display: block;
    position: fixed;
    top: 76%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 21;
}

.area_popup .search_header {
    padding: 60px 40px 0px 80px;
}

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

.area_popup .title_logo {
    float: left;
    margin: 0px;
    font-size: 30px;
    font-weight: 900;
    font-family: S-CoreDream-3Light;
    letter-spacing: 0.5em;
}

.area_popup .link_logo {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.area_popup .area_search .btn_close {
    float: right;
    width: 48px;
    height: 48px;
    margin-right: 11px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.area_popup .search_content {
    max-width: 882px;
    margin: 0px auto;
    font-size: 0px;
}

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

.area_popup .box_form {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.area_popup .box_form .icon-Search {
    display: inline-block;
    margin-right: 23px;
    font-size: 36px;
    vertical-align: -10px;
    display: none;
}

.area_popup .box_form .inp_search {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #060b11;
    border: none;
    padding: 8px 18px 0;
}

.area_popup .box_form .btn_search_del {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    padding: 6px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    fill-opacity: 0.3;
    display: none;
}

.area_popup .title_sidebar {
    margin: 50px 0px 20px;
    font-size: 18px;
}

.area_popup .title_sidebar span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: #060b11;
    position: relative;
}

.area_popup .title_sidebar span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #ffeb00;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.area_popup .tag_zone {
    display: inline-block;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    vertical-align: top;
}

.tag_zone a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    background-color: #eff2f4;
    padding: 9px 20px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #060b11;
    margin-right: 8px;
    margin-top: 10px;
}

.tag_zone a:hover {
    background-color: #fde200;
}

.list_sidebar {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list_sidebar .item_sidebar {
    height: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_sidebar .item_sidebar:before {
    content: ".";
    color: #060b11;
    font-size: 32px;
}

aside .list_sidebar .item_sidebar {
    margin-bottom: 10px;
}

.list_sidebar .item_sidebar a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #060b11;
    text-decoration: none;
}

.tag_board {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

aside .tag_board {
    width: 100%;
}

.area_popup .tag_board {
    width: 100%;
}

.area_popup div:nth-child(3) {
}

.area_popup div:nth-child(4) {
    padding-right: 50px;
}

.area_popup div:nth-child(5) {
}

.area_popup .box_gnb, .area_popup .box_sns, .area_popup .add_link {
    display: none;
}

@media screen and (max-width: 1023px) {
    .area_popup {
        height:100%
    }

    .area_popup .dimmed_sidebar {
        height: 0%
    }

    .area_popup .area_search {
        padding-left: 24px;
        padding-right: 24px;
    }

    .area_popup .search_header {
        margin: 24px -10px 24px 0px;
        padding: 1px 0px 0px;
    }

    .area_popup .box_form .icon-Search {
        display: none;
    }

    .area_popup .box_form .inp_search {
        margin-top: 20px;
        font-size: 18px;
    }

    .area_popup .box_form .btn_search_del {
        top: 10px;
        right: 20px;
    }

    .area_popup .search_content {
        margin-top: 0px;
        padding: 0px;
    }

    .area_popup .box_form {
        padding: 0px 0px 10px;
    }

    .area_popup .title_sidebar {
        margin-top: 32px;
        font-size: 12px;
    }

    .area_popup .tag_zone a {
        border: none;
    }

    .area_popup .tag_zone a:hover {
        border: none;
    }

    .area_popup .tag_zone, .area_popup .tag_board {
        width: 100%;
    }

    .area_popup .item_sidebar {
        padding: 0;
    }

    .area_popup .item_sidebar a {
        font-size: 16px;
    }

    .area_popup div:nth-child(3), .area_popup div:nth-child(4), .area_popup div:nth-child(5) {
        padding: 0px;
    }

    .area_popup .area_search .btn_close {
        margin: -2px 0px 0px;
        text-align: right;
        padding: 0px 7px 2px;
        height: 30px;
    }

    .area_popup .title_logo {
        font-weight: 900;
        font-size: 20px;
    }
}

#footer {
    clear: both;
    margin-top: 120px;
    padding: 20px 0px 110px 0px;
    font-size: 14px;
    font-weight: normal;
    color: rgb(153, 153, 153);
    background: #191c20;
}

#footer .inner_footer {
    position: absolute;
    display: none;
    text-align: center;
    right: 257px;
    top: 65px;
}

#footer .link_footer {
    margin-left: 15px;
    line-height: 1.27;
    text-decoration: none;
    z-index: 21;
    font-family: "Noto Sans KR", sans-serif !important;
    opacity: 0.48;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#footer .link_footer:hover {
    border-bottom: 1px solid #ffeb00;
}

#footer address {
    font-style: normal;
    line-height: 1.6;
    font-family: "Noto Sans KR", sans-serif !important;
    opacity: 0.48;
    color: #fff;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    left: 0;
    top: 60px;
}

#footer .inner_footer .link_footer:first-child {
    margin-left: 0px;
}

.footerbox {
    width: 1180px;
    margin: 0 auto;
    padding: 55px 0px 0;
    position: relative;
    max-width: 100%;
}

.social-link {
    position: absolute;
    display: block;
    text-align: right;
    right: 0;
    top: 60px;
}

.social-link img {
    width: 24px;
    height: 24px;
    opacity: 0.6;
}

.social-link a:first-child {
    margin-left: 0px;
}

.social-link a {
    margin-left: 20px;
}

@media screen and (max-width: 1023px) {
    #footer {
        margin-top: 60px;
    }

    #footer .info_footer::after {
        content: "";
        display: block;
        clear: both;
    }
}

.area_paging {
    text-align: center;
    margin-top: 40px;
}

.area_paging a {
    text-decoration: none;
}

.area_paging .link_page {
    display: inline-block;
    margin-top: 0px;
    font-size: 24px;
    color: rgb(67, 44, 16);
}

.area_paging .link_page:hover {
    color: rgba(0, 0, 0, 0.54);
}

.area_paging .paging_num {
    display: inline-block;
    vertical-align: top;
}

.area_paging .link_num span {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    margin: 0px 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    color: #060b11;
    border-radius: 100%;
}

.area_paging .link_num:hover span {
    color: rgba(0, 0, 0, 0.87);
}

.area_paging .selected {
    display: block;
    background: rgb(67, 44, 16);
    font-size: 13px;
    line-height: 32px;
    color: rgb(255, 255, 255) !important;
}

.area_paging .selected:hover {
    text-decoration: none;
}

.area_paging .paging_slash {
    display: none;
}

@media screen and (max-width: 1023px) {
    .area_paging .link_page {
        color: rgba(0, 0, 0, 0.75);
    }

    .area_paging .link_page.no-more-prev, .area_paging .link_page.no-more-next {
        color: rgba(0, 0, 0, 0.15);
    }

    .area_paging .link_page span {
        font-size: 24px;
        font-weight: 600;
    }

    .area_paging .link_num {
        font-size: 14px;
        font-weight: 900;
    }

    .area_paging .link_num span {
        position: relative;
    }

    .area_paging .selected {
        position: relative;
        width: auto;
        font-size: 14px;
    }

    .area_paging .link_num:last-child span::before {
        content: "";
        position: absolute;
        top: 0px;
        left: -10px;
        width: 10px;
        height: 29px;
        background: url("./images/ico_slash.png") left center no-repeat;
    }

    .area_paging .link_num:last-child span.selected::before {
        background: none;
    }

    .area_paging .link_num:last-child .selected {
        background: none;
    }

    .area_paging .link_num span:not(.selected) {
        display: none;
    }

    .area_paging .link_num:last-child span {
        display: inline-block;
    }

    .area_paging .link_ellipsis {
        display: none;
    }

    .area_paging .selected {
        color: rgb(51, 51, 51);
        background: transparent;
    }
}

.area_view {
    position: relative;
}

.area_view .area_article {
    padding-bottom: 60px;
}

.area_view .article_header {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: url(https://images.unsplash.com/photo-1599850929872-2dec3cbafd7f?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
    background-size: cover;
    background-position: center;
}

.area_view .article_header::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.54);
    transition: background-color .3s ease-in-out;
}

.area_view .article_header .inner_header {
    width: 100%;
    text-align: center;
}

.type_article_header_common .inner_header {
    height: 520px;
}

.type_article_header_cover .inner_header {
    height: 380px;
}

.area_view .article_header .info_text {
    max-width: 882px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
    z-index: 10;
    text-align: left;
}

.type_article_header_common .info_text {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}

.type_article_header_cover .info_text {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}

.article_content {
    max-width: 882px;
    margin: 0px auto;
}

.area_tag {
    padding: 20px 0px;
}

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

.area_tag .title_tag {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: #060b11;
    margin-bottom: 28px;
}

.area_tag .tag_content {
    overflow: hidden;
}

.area_tag .tag_content a {
    height: 40px;
    border-radius: 20px;
    background-color: #eff2f4;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #060b11;
    padding: 9px 20px;
    margin: 0 0 8px 0;
    display: inline-block;
    text-decoration: none;
}

.area_tag .tag_content a:hover {
    background-color: #ffeb00;
}

.area_tag .tag_content a:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 1023px) {
    .area_tag {
    }

    .area_tag .title_tag {
        font-size: 16px;
        line-height: normal;
    }
}

.area_related {
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;
    padding-bottom: 70px;
    width: 100%;
    max-width: 882px;
    margin: 36px auto 40px;
}

.area_related a {
    text-decoration: none;
}

.area_related button {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
    overflow: visible;
}

.area_related .title_related {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: #060b11;
    margin-bottom: 28px;
}

.area_related .list_related {
    list-style: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

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

.area_related .item_related {
    width: 100%;
}

.area_related .link_related {
    display: block;
    margin: 0px 8px;
}

.area_related .thumnail {
    display: block;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
}

.area_related .link_related strong {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.75em;
    margin-bottom: 9px;
    font-weight: normal;
    line-height: 1.375;
    color: #000;
}

.area_related .info {
    display: inline-block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.38);
    display: none;
}

@media screen and (max-width: 1023px) {
    .area_related .title_related {
        margin: 30px 0px 0px;
        font-size: 16px;
        line-height: normal;
    }

    .area_related .item_related {
        float: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .area_related li:first-child {
        border: none;
    }

    .area_related .link_related strong {
    }

    .area_related .item_related:last-child {
    }
}

.area_reply {
    width: 100%;
    overflow: hidden;
    display: none;
}

.area_reply ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.area_reply a {
    text-decoration: none;
}

.area_reply .box_reply_info {
    margin: 40px 0px 20px;
}

.area_reply .reply_events {
    margin: 0px;
    font-size: 16px;
    font-weight: 900;
    color: rgb(51, 51, 51);
}

.area_reply .btn_more {
    margin-top: 5px;
    padding: 3px 0px 0px 15px;
    border: 0px;
    background-color: transparent;
    background-size: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.area_reply .item_reply {
    padding: 30px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.area_reply li:first-child {
    padding-top: 0px;
}

.area_reply li:last-child {
    border: none;
}

.area_reply .thumbnail_reply {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 16px;
    background: none;
}

.area_reply .thumbnail_reply img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.area_reply .box_reply_content {
    overflow: hidden;
}

.area_reply .item_reply .user a {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.area_reply .item_reply .date {
    display: inline-block;
    padding-top: 10px;
    padding-left: 3px;
}

.area_reply .item_reply .date a {
    font-weight: 300;
    font-size: 14px;
    padding-left: 4px;
}

.area_reply .box_reply_content .txt {
    margin: 10px 0px 0px;
    font-size: 16px;
}

.area_reply .item_reply .modify {
    margin-top: 8px;
    font-size: 15px;
}

.area_reply .modify a {
    color: rgb(155, 155, 155);
}

.area_reply .modify .slash {
    color: rgb(225, 225, 225);
}

.area_reply .list_reply_comment {
    margin-top: 30px !important;
}

.area_reply .ico_commnent {
    float: left;
    width: 43px;
    margin-right: 10px;
    color: rgba(51, 51, 51, 0.6);
    text-align: right;
}

.area_reply .item_comment {
    padding: 10px;
}

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

.area_reply .form_content {
    padding-bottom: 10px;
}

.area_reply .form_content textarea {
    width: 100%;
    height: 102px;
    padding: 12px 14px;
    border: 1px solid rgb(225, 225, 225);
    font-size: 14px;
    vertical-align: top;
}

.area_reply .form_guest {
    margin: 0px -4px;
}

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

.area_reply .box_inp {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.area_reply .box_inp:nth-child(-n+2) {
    width: 50%;
}

.area_reply .inner_inp {
    margin: 0px 4px;
    padding: 9px 14px;
    border: 1px solid rgb(225, 225, 225);
    box-sizing: border-box;
}

.area_reply .inner_inp input {
    width: 90%;
    border: none;
    font-size: 14px;
    line-height: 1.25;
}

.area_reply .form_reg {
    text-align: right;
}

.area_reply .form_reg label {
    display: inline-block;
    margin-right: 20px;
    padding-top: 7px;
    font-size: 14px;
    color: rgb(155, 155, 155);
}

.area_reply .form_reg label input {
    vertical-align: -1px;
}

.area_reply .btn_register {
    width: 115px;
    height: 42px;
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .area_reply .box_reply_info {
        margin: 30px 0px 10px;
    }

    .list_reply_comment .ico_commnent {
        width: 10px;
    }

    .list_reply_comment li:first-child {
        padding-top: 30px;
    }

    .item_comment.reply {
        padding: 15px;
    }

    .list_reply_comment .item_comment {
        background: rgb(250, 250, 250);
    }

    .list_reply .item_reply .user a {
        margin-bottom: 5px;
    }

    .list_reply .item_reply .date {
        display: block;
        padding: 0px;
        font-size: 14px;
    }

    .list_reply .item_reply .dot {
        display: none;
    }
}

.area_common {
    max-width: 1180px;
    min-height: 200px;
    margin: 200px auto 0px;
    padding: 0px 20px;
}

.area_common .title_common {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 900;
    color: rgb(51, 51, 51);
    text-align: center;
}

#mediaLogNest {
    max-width: 1180px;
    margin: 200px auto 0px;
    padding: 0px 20px;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .area_common {
        margin-top: 36px;
        padding-top: 60px;
    }
}

.item-thumbnail {
    background: url("./images/ico_no.svg") center center no-repeat rgb(233, 233, 233);
}

.no-img {
    background: url("./images/ico_no.svg") center center / 30px 30px no-repeat rgb(233, 233, 233) !important;
}

.btn-for-guest {
    display: none;
}

.btn-for-user {
    display: none;
}

.area_cover {
    margin-top: 268px;
}

.area_cover a {
    text-decoration: none;
}

.area_cover button {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
    overflow: visible;
}

@media screen and (max-width: 1023px) {
    .area_cover {
        margin-top: 130px;
    }
}

.title_section {
    width: 100%;
    font-size: 32px;
    line-height: 1.41;
    letter-spacing: normal;
    color: #060b11;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.type_featured {
    position: relative;
    margin-top: 120px;
}

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

.type_featured .slide_zone {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--vh-offset, 0px));
}

.type_featured .inner_main_slide {
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 80px;
}

.type_featured .box_arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -18px;
    padding: 0px 240px;
    z-index: 10;
    box-sizing: border-box;
}

.type_featured .btn_arrow {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    transition: all 0.2s ease-out 0s;
}

.type_featured .btn_arrow:hover {
    color: rgb(255, 255, 255);
}

.type_featured .btn_prev {
    float: left;
    background-image: url("./images/icoSlide.png");
    display: inline-block;
    width: 30px;
    height: 37px;
    overflow: hidden;
    line-height: 25;
    background-position: left 0px;
}

.type_featured .btn_next {
    float: right;
    background-image: url("./images/icoSlide.png");
    display: inline-block;
    width: 30px;
    height: 37px;
    overflow: hidden;
    line-height: 25;
    background-position: right 0px;
}

.type_featured .slide_item {
    z-index: 1;
    overflow: hidden;
}

.type_featured .link_slide {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - var(--vh-offset, 0px));
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    z-index: 1;
}

.type_featured .link_slide::before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 55%);
    transition: background-color 0.3s ease-in-out 0s;
    display: block;
    width: 100%;
    height: calc(100vh - var(--vh-offset, 0px));
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
}

.type_featured .text_slide {
    position: relative;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 76px;
    font-size: 44px;
    color: rgb(255, 255, 255);
    z-index: 10;
    text-align: center;
}

.type_featured .text_slide strong {
    max-height: 130px;
    max-width: 1024px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.02em;
}

.type_featured .text {
    width: 100%;
    max-height: 90px;
    margin: 20px 0px 40px;
    font-size: 21px;
    line-height: 31px;
    word-break: keep-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Noto Sans Light";
    letter-spacing: -0.04em;
}

.type_featured .link_detail {
    display: inline-block;
    width: 194px;
    height: 50px;
    line-height: 53px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: rgb(67, 44, 16);
    text-align: center;
    letter-spacing: -1px;
    display: none;
}

.type_featured .slide_page {
    position: relative;
    bottom: 130px;
    font-size: 0px;
    text-align: center;
    z-index: 10;
}

.type_featured .slide_page li {
    display: inline-block;
}

.type_featured .ico_circle {
    width: 50px;
    height: 6px;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 1406px) {
    .type_featured {
        margin-top: 60px;
    }

    .type_featured .text_slide {
        padding: 0px 80px;
        font-size: 40px;
    }

    .type_featured .box_arrow {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .type_featured .text_slide strong {
        max-height: 140px;
        font-size: 30px;
        -webkit-line-clamp: 3;
        text-align: left;
    }

    .type_featured .text_slide {
        position: absolute;
        bottom: 100px;
        height: auto;
        padding: 0px 16px;
        font-size: 32px;
    }

    .type_featured .text_slide .text {
        width: 100%;
        margin: 20px 0px 30px;
        line-height: 28px;
        font-size: 18px;
        text-align: left;
    }

    .type_featured .slide_page {
        bottom: 40px;
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .type_featured .link_detail {
        padding-top: 2px;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        width: 120px;
    }

    .type_featured .ico_circle {
        width: 8px;
        height: 8px;
    }

    #footer .link_footer {
        display: none;
    }
}

.type_post {
    max-width: 1180px;
    margin: 120px auto -20px;
    overflow: hidden;
}

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

.category {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.type_post .list_post, .category_type_post .list_category {
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
}

.list_post .item_post, .category_type_post .item_category {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.list_post .link_post, .category_type_post .link_category {
    position: relative;
    display: block;
    margin: 0px 10px;
    padding-top: 143%;
    background-size: cover;
    background-position: 50% 50%;
}

.list_post .item_post:hover .link_post::before, .category_type_post .item_category:hover .link_category::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.65);
}

.list_post .info .date, .category_type_post .date {
    display: none;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
}

.list_post .link_post:hover .info, .category_type_post .link_category:hover .info {
    display: flex;
}

.list_post .link_post .info, .category_type_post .link_category .info {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
}

.list_post .link_post .info .name, .category_type_post .link_category .info .name {
    width: calc(100% - 80px);
    max-height: 65px;
    margin: 0px auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.33;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 375px) {
    .list_post .link_post .info .name, .category_type_post .link_category .info .name {
        width: calc(100% - 32px);
        font-size: 13px;
    }
}

.type_card {
    max-width: 1180px;
    margin: 120px auto -60px;
    overflow: hidden;
}

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

.list_type_card {
    padding: 0px;
    list-style: none;
    font-size: 0px;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 20px;
}

.list_type_card .item_card {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.list_type_card .link_card {
    display: block;
    color: rgb(51, 51, 51);
    line-height: 1.33;
    transition: all 0.2s ease-out 0s;
    padding-bottom: 20px;
}

.list_type_card .link_card:hover {
}

.list_type_card .link_card strong {
    margin: 20px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: rgb(6, 11, 17);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.list_type_card .link_card .thumnail {
    display: block;
    width: 100%;
    padding-top: 66%;
    background-size: cover;
    background-position: 50% 50%;
}

.list_type_card .link_card .text {
    max-height: 78px;
    margin: 20px;
    font-size: 15px;
    color: rgb(16, 16, 16);
    line-height: 1.71;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: -0.5px;
    display: none;
}

.type_banner {
    max-width: 1180px;
    margin: 120px auto 0px;
}

.list_type_banner {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list_type_banner .link_banner {
    position: relative;
    display: block;
    height: 280px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.2s ease-out 0s;
    border-radius: 16px;
}

.list_type_banner li:nth-child(2n) .box_content {
}

.list_type_banner li:nth-child(2n) .btn_go {
    left: auto;
}

.list_type_banner .box_content {
    width: 100%;
    padding: 47px 45px 50px 48px;
    position: absolute;
}

.list_type_banner .link_banner:hover {
}

.list_type_banner .link_banner strong {
    max-height: 58px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    letter-spacing: -0.08em;
}

.list_type_banner .link_banner .text {
    max-height: 80px;
    margin: 12px 0px 0px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.62;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 50%;
    position: relative;
    z-index: 10;
    font-weight: normal;
    font-family: 'Noto Sans Light';
}

.list_type_banner .link_banner .btn_go {
    position: relative;
    width: 122px;
    height: 42px;
    background: #ffeb00;
    color: rgb(67, 44, 16);
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
    top: 40px;
    padding: 0px;
    display: none;
}

.list_type_banner .link_banner .btn_go:hover {
    background: rgb(67, 44, 16);
    color: #ffeb00;
    transition: all 0.2s ease-out 0s;
}

@media screen and (max-width: 1023px) {
    .type_banner {
        margin-top: 60px;
        padding: 0px 24px;
        display: none;
    }

    .list_type_banner .link_banner {
        height: 100px;
    }

    .list_type_banner .box_content {
        width: 100%;
        padding: 25px;
    }

    .list_type_banner .link_banner strong {
        display: block;
        margin: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 17px;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .list_type_banner .link_banner .btn_go {
        display: none;
    }

    .list_type_banner .link_banner .text {
        display: inline-block;
        width: 100%;
        margin: 0px;
        line-height: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        display: none;
    }
}

.type_notice {
    max-width: 1180px;
    margin: 120px auto 0px;
}

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

.type_notice .thumnail, .category_type_notice .thumnail {
    float: left;
    display: block;
    width: 280px;
    height: 160px;
    margin-right: 24px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 16px;
}

.type_notice .info, .category_type_notice .info {
    padding-top: 8px;
    overflow: hidden;
}

.list_type_notice, .category_type_notice .list_category {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list_type_notice::after, .category_type_notice .list_category::after {
    content: "";
    display: block;
    clear: both;
}

.list_type_notice .item_notice, .category_type_notice .item_category {
    padding: 30px 0px;
    /* border-bottom: 1px solid rgb(235, 235, 235); */
}

.list_type_notice .item_notice::after, .category_type_notice .item_category::after {
    content: "";
    display: block;
    clear: both;
}

.list_type_notice .link_notice, .category_type_notice .link_category {
    display: block;
    color: rgb(51, 51, 51);
    transition: all 0.2s ease-out 0s;
}

.list_type_notice .link_notice:hover, .category_type_notice .link_category:hover {
    color: rgba(0, 0, 0, 0.6);
}

.list_type_notice .link_notice strong, .category_type_notice .link_category strong {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_type_notice .link_notice .text, .category_type_notice .link_category .text {
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0px 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(119, 119, 119);
    width: 95%;
}

.list_type_notice .link_notice .date, .category_type_notice .link_category .date {
    display: block;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
}

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

@media screen and (max-width: 1023px) {
    .type_notice, .category_type_notice {
        margin-top: 60px;
        padding: 39px 16px 0;
    }

    .type_notice .thumnail, .category_type_notice .thumnail {
        width: 160px;
        height: 160px;
        margin-right: 16px;
    }

    .list_type_notice .item_notice, .category_type_notice .item_category {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 768px) {
    .list_type_notice .link_notice strong, .category_type_notice .link_category strong {
        font-size: 16px;
        line-height: normal;
    }

    .list_type_notice .link_notice .text, .category_type_notice .link_category .text {
        margin: 4px 0px 8px;
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }

    .type_notice .thumnail, .category_type_notice .thumnail {
        width: 100px;
        height: 100px;
    }

    .type_notice .info, .category_type_notice .info {
        padding-top: 0px;
    }
}

.area_category {
    max-width: 1180px;
    margin: 148px auto 0px;
    padding: 120px 16px 0px;
}

.area_category a {
    text-decoration: none;
}

.area_category ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
    box-sizing: border-box;
}

.area_category .title_section span {
    margin-left: 8px;
    font-size: 16px;
}

.category_type_notice, .category_type_post {
    margin-bottom: 60px;
}

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

.category_type_notice .link_category {
    background: none !important;
}

.category_type_post .link_category .text {
    display: none;
}

@media screen and (max-width: 1023px) {
    .area_category {
        margin-top: 70px;
        padding-top: 40px;
    }

    .area_category .title_section {
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: normal;
        color: #060b11;
        position: relative;
        display: inline-block;
    }
}

.category_type_related .list_category {
    padding: 0px;
    list-style: none;
    font-size: 0px;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 20px;
}

.category_type_related .thumnail {
    display: block;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: 50% 50%;
}

.category_type_related .item_category {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.category_type_related .link_category {
    display: block;
    color: rgb(51, 51, 51);
    line-height: 1.33;
    transition: all 0.2s ease-out 0s;
    padding-bottom: 20px;
}

.category_type_related .box_content {
    width: 100%;
}

.category_type_related .link_category strong {
    margin: 20px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.5px;
    color: rgb(6, 11, 17);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
}

.category_type_related .link_related .info {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
    line-height: 1.71;
}

.category_type_related .link_category .text {
    max-height: 78px;
    margin: 20px;
    font-size: 15px;
    color: rgb(16, 16, 16);
    line-height: 1.71;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.5px;
}

.category_type_related .link_category .date {
    bottom: 27px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #008dff;
    vertical-align: middle;
    margin: 20px;
}

@media screen and (max-width: 1023px) {
    .category_type_related .item_category {
        width: 100%;
    }

    .category_type_related .link_category strong {
    }

    .category_type_related .link_category .text {
        display: none;
    }
}

.area_view {
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 24px;
    word-break: break-word;
}

.area_index_category a {
    text-decoration: none;
}

.area_index_category .list_category {
    list-style: none;
    border: none;
    box-sizing: border-box;
}

.area_view .article_header .title_post {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.39;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
    padding-top: 0px;
    text-align: center;
}

.area_view .article_header .info {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: -0.2px;
    text-align: center;
}

.area_view .txt_post {
    height: 160px;
    margin: 40px 0px 30px;
    -webkit-line-clamp: 6;
}

.area_view .article_modify {
    padding-bottom: 13px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

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

.area_view .list_share {
    margin: 60px 0px 48px;
    font-size: 0px;
    text-align: center;
}

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

.area_view .list_share .item_share {
    display: inline-block;
    margin-right: 12px;
    list-style: none;
}

.area_view .list_share .link_share {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
    text-align: center;
}

.area_view .article_modify .box_util {
    float: left;
}

.area_view .article_modify button {
    background: none;
    padding: 5px;
    border: 0px;
    border-radius: 0px;
    overflow: visible;
}

.area_view .article_modify i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("http://t1.daumcdn.net/tistory_admin/static/admin/editor/ico_postbtn.png") no-repeat;
    overflow: hidden;
    vertical-align: top;
}

.area_view .article_modify .btn_like {
    padding-right: 10px;
    background: url("images/ico_dot.gif") right center no-repeat;
    line-height: 14px;
}

.area_view .article_modify .btn_share {
    margin-top: 15px;
}

.area_view .article_modify .btn_like .icon {
    background-position: 0px 0px;
}

.area_view .article_modify .btn_like .icon_like {
    background-position: -20px 0px;
}

.area_view .article_modify .btn_share .icon {
    margin-top: 1px;
    background-position: -40px 0px;
}

.area_view .article_modify .box_ccl {
    float: right;
    padding-top: 20px;
}

.area_view .box_ccl .link_ccl {
    display: inline-block;
}

.another_category {
    display: none;
}

@media screen and (max-width: 1023px) {
    .area_view {
        padding: 0px 16px;
    }

    .area_view .article_header {
        text-align: left;
        z-index: 1;
        background-repeat: no-repeat;
    }

    .area_view .article_header .inner_header {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .type_article_header_common .inner_header {
        height: 520px;
    }

    .area_view .article_header .info_text {
        width: 100%;
        box-sizing: border-box;
    }

    .area_view .article_header .title_post {
        width: 100%;
        font-size: 28px;
        line-height: 38px;
    }
}

.article_view {
    max-width: 882px;
    margin: 60px auto 0px;
}

.article_view p {
    margin-bottom: 28px;
    line-height: 1.6;
    color: rgb(16, 16, 16);
    font-size: 1.12em;
    font-family: 'Noto Sans DemiLight';
}

.article_view h1, .article_view h2, .article_view h3, .article_view h4 {
    color: #212121;
    font-weight: 500!important;
}
.article_view h1:before, .article_view h2:before, .article_view h3:before, .article_view h4:before {
    color: #ffbc00;
    content: "■";
    font-size: 0.9rem;
    position: relative;
    top: -4px;
    margin-right: 15px;
}    
.article_view h1 {
    font-size: 32px;
    line-height: 1.33;
}

.article_view h2 {
    line-height: 1.38;
    font-size: 1.5em;
}

.article_view h3 {
    font-size: 20px;
    line-height: 1.4;
}

.article_view h4 {
    font-size: 18px;
    line-height: 1.33;
}

.article_view blockquote {
    margin: 0px;
    padding-left: 19px;
    border-left: 1px solid;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.54);
}

.article_view ul, .article_view ol {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.article_view ul {
}

.article_view ul li {
    word-break: break-all;
    line-height: 1.6;
    color: #4a4a4a;
    margin-top: 5px;
}

.article_view ol {
    margin-bottom: 32px;
}

.article_view ol li {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all;
    margin-top: 5px;
}

.article_view figure {
    margin: 0px;
}

.article_view table {
    border: 1px solid rgb(218, 220, 224);
    border-collapse: collapse;
}

.article_view table thead tr {
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.article_view table tr th, .article_view table tr td {
    padding: 7px;
    border-left: 1px solid rgb(218, 220, 224);
}

.article_view table tr {
    border-bottom: 1px solid rgb(218, 220, 224);
}

.article_view pre {
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: rgba(34, 85, 51, 0.87);
    white-space: pre-wrap;
}

.article_view pre code.hljs {
    padding: 20px;
}

.article_view .cap1 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
}

.article_view hr {
    margin: 30px 0px;
}

.article_view a {
    display: inline-block;
    color: rgb(61, 98, 206);
}

.article_view a:hover {
}

.article_view .moreless_fold span, .article_view .moreless_top span {
    font-size: 16px;
    line-height: 2.5;
}

.article_view .moreless_top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.article_view .moreless_bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.article_view .moreless_bottom span {
    display: none;
}

.article_view .footnote a {
    text-decoration: none;
}

.article_view .footnotes li {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.38);
}

.article_view .table-overflow {
    overflow-x: auto;
}

.article_view .table-overflow {
    overflow-x: auto;
}

.article_view img {
    max-width: 100%;
    /* border-radius: 15px; */
}

.protected_form input {
    border: 1px solid rgb(225, 225, 225);
    padding: 9px 14px;
    font-size: 14px;
}

@media screen and (max-width: 743px) {
    .article_view iframe {
        width: 100%;
        height: 56vw;
    }
}

@media screen and (max-width: 768px) {
    .article_view {
        margin-top: 40px;
    }

    #footer address {
        position: relative;
        right: unset;
        text-align: center;
        top: 40px;
    }

    .footerbox {
        text-align: center;
        display: block;
        padding: 0;
    }

    .social-link {
        position: relative;
        right: unset;
        text-align: center;
    }

    .social-link a {
        margin-left: 10px;
    }

    .btn_top.btn_fixed {
        display: none
    }
}

.list_index a {
    text-decoration: none;
}

.list_index {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.list_index:first-child {
    margin-top: 168px;
}

.list_index:last-child {
    margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
    .list_index:first-child {
        margin-top: 100px;
    }
}

.list_index.category_type_related {
    display: inline-block;
    width: 33.3%;
    margin-left: -2px;
    margin-right: -2px;
}

.list_index.category_type_related:first-child {
    margin-top: 200px;
}

.list_index.category_type_related:last-child {
    margin-bottom: 0px;
}

.list_index.category_type_related .item_category {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .list_index.category_type_related {
        width: 100%;
        margin: 0px;
    }

    .list_index.category_type_related:first-child {
        margin-top: 120px;
    }

    .list_index.category_type_related .link_category {
        padding: 0px;
    }
}

.area_view .absent_post {
    margin-top: 240px;
}

@media screen and (max-width: 1023px) {
    .area_view .absent_post {
        margin: 200px 0px 90px;
    }
}

.revenue_unit_wrap.position_list {
    max-width: 1180px;
    margin: 30px auto;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.contact_link {
    position: relative;
    max-width: 1100px;
    height: 170px;
    margin: -60px auto 77px;
    z-index: 9;
    text-align: left;
    display: none;
}

.contact_link .dl_bx {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    padding: 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 9% 122px;
    background-image: url("./images/icon_arrow_mid.png");
    cursor: pointer;
}

.contact_link .dl_bx::before {
    position: absolute;
    right: 25px;
    top: 64px;
    display: block;
    background-repeat: no-repeat;
    background-position: center 50%;
    content: "";
}

.contact_link .dl_bx:last-child {
    margin-right: 0px;
}

.contact_link .dl_bx dt, .contact_link .dl_bx dd {
    text-align: left;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.35em;
}

.contact_link .dl_bx dt {
    font-size: 17px;
    margin-bottom: 7px;
}

.contact_link .dl_bx dd {
    line-height: 20px;
    color: rgb(238, 238, 238);
    margin-inline-start: 0px; }

.contact_link .youtobe {
    background-color: rgb(70, 56, 43);
}

.contact_link .youtobe::before {
    width: 58px;
    height: 115px;
}

.contact_link .naver_post {
    background-color: rgb(67, 44, 16);
}

.contact_link .naver_post::before {
    width: 41px;
    height: 115px;
}

.contact_link .kakao_plus {
    background-color: rgb(59, 30, 30);
}

.contact_link .kakao_plus::before {
    width: 56px;
    height: 115px;
}

.contact_link .kakao_plus dt {
    color: rgb(247, 230, 0);
}

.contact_link .swiper-slide {
    width: 350px;
    margin-right: 25px;
}

.bf-breadcrumb.bc-top-style {
    margin: 0px 0px 10px;
    font-weight: bold;
    text-align: left;
}

.bf-breadcrumb .bf-breadcrumb-items {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.bf-breadcrumb .bf-breadcrumb-item:not(.bf-breadcrumb-end)::after {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-left: 15px;
    margin-right: 0px;
    vertical-align: top;
    position: relative;
    bottom: 0px;
    content: "⭐" !important;
    top: -1px;
    left: 4px;
}

.bf-breadcrumb .bf-breadcrumb-item a, .bf-breadcrumb .bf-breadcrumb-item span {
    display: inline-block;
}

.bf-breadcrumb-item span:hover {
    background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #ffeb00 50%);
}

li.bf-breadcrumb-item {
    display: inline-block;
}

.book-toc {
}

.book-toc ul {
    list-style-type: decimal;
}

.book-toc p {
    font-weight: 550;
    margin-bottom: 7px;
}

#toc * {
    text-decoration: none;
    font-size: 1em;
    margin-top: 5px;
}

#toc a:hover {
    background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #ffeb00 50%);
}

#toc ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

#toc > li {
}

#toc {
    border: 1px solid #ddd;
    padding: 20px 20px 35px 35px;
    /* border-radius: 15px; */
    margin-bottom: 20px;
    background: rgb(250 250 250);
}

#toc > li {
    margin-left: 22px;
}

#toc > li > ul li {
    margin-left: 0px;
    margin-bottom: 5px !important;
}

.list_type_banner .link_banner::before {
    content: "";
    background-attachment: fixed;
    background-position: center center;
    background-size: auto;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-color: rgb(0, 0, 0);
    border-radius: 16px;
}

.icon-Close::before {
    color: rgb(169, 161, 145);
}

.container_postbtn .btn_post .txt_like {
    display: none !important;
}

.btn_top {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 60%;
    margin-left: 621px;
    z-index: 5000;
}

.btn_top a {
    display: block;
    width: 67px;
    height: 67px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("./images/btn_top_pc.png") no-repeat;
    outline: 0px;
}

.btn_top.btn_fixed {
    bottom: 65px;
}

.list_type_card .category {
    bottom: 27px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: -0.2px;
    color: #008dff;
    vertical-align: middle;
    margin: 20px;
}

.list_type_card .date {
    opacity: 0.48;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #060b11;
    padding-left: 8px;
}

.title_section span {
    font-size: 32px;
    line-height: 1.41;
    letter-spacing: -0.4px;
    letter-spacing: normal;
    color: #060b11;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.title_section span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #ffeb00;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    .type_post {
        margin: 60px auto 0px;
    }

    .title_section span {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: normal;
        color: #060b11;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
    }

    .type_post .title_section {
        text-align: center;
    }

    .list_post, .category_type_post {
        margin: 0px -1px;
    }

    .list_post .item_post, .category_type_post .item_category {
        margin-bottom: 1px;
    }

    .list_post .link_post, .category_type_post .link_category {
        margin: 0px 0.5px;
    }

    .item_post .link_post::before, .category_type_post .item_category .link_category::before {
        content: "";
        position: absolute;
        inset: 0px;
        background-color: rgba(0, 0, 0, 0.65);
    }

    .list_post .link_post .info, .category_type_post .link_category .info {
        display: flex;
    }

    .list_post .link_post .info .name, .category_type_post .link_category .info .name {
        width: calc(100% - 32px);
        font-size: 16px;
    }
}

.bf-breadcrumb-item a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #000!important;
}

.item_banner {
    margin-bottom: 20px;
    border-radius: 16px;
}

@media screen and (max-width: 1023px) {
    .type_card {
        margin: 0;
        padding: 39px 16px 0;
    }

    .type_card .list_type_card {
        grid-template-columns: repeat(1, 100%);
        gap: 20px;
    }

    .type_card .item_card {
        width: 100%;
    }

    .type_card .link_card strong {
        -webkit-line-clamp: 2;
    }

    .type_card .link_card {
    }

    .type_card .link_card .text {
        -webkit-line-clamp: 2;
        line-height: 1.5;
    }

    .list_type_card .link_card .thumnail {
        padding-top: 65%;
    }

    .contact_link {
        display: none;
    }

    .title_section h2 {
        margin-bottom: 16px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: normal;
        color: #060b11;
        position: relative;
        display: inline-block;
    }

    .category_type_related .list_category {
        grid-template-columns: repeat(1, 100%);
        gap: 20px;
    }
}

.list_type_card .link_card span.yellow:hover {
    background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #ffeb00 50%);
}

.underline {
    text-decoration: none;
}

igure.imagegridblock, #tt-body-page figure.imagegridblock {
    position: relative;
    margin: 5px 0!important;
    background-color: transparent;
}