/*.fr-view {*/
/*    max-width: 1000px;*/
/*}*/

/* s:사용자재구축 */
.content.blog_list .tablet{
    display:flex !important;
}
.content.blog_list .mobile{
    display:none !important;
}

@media (max-width: 768px) {
    .content.blog_list .tablet{
        display:none !important;
    }
    .content.blog_list .mobile{
        display:block !important;
    }

}
/* E:사용자재구축 */
.wrap {
    overflow: visible;
}

.blog_list > .sec.title {
    background: #000000;
}

.blog_list > .sec.title .inner {
    display: flex;
}

.blog_list .blog_comm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;

    margin-bottom: 16px;
}

.blog_list .blog_comm.all_info {
    margin: 24px 0 16px;
}

.blog_list .blog_comm .sub_tit {
    font-weight: 600;
    color: #555555;
}
.blog_list .blog_comm i {
    height: 10px;
}
.blog_list .blog_comm .sub_info {
    font-weight: 300;
    color: #838383;
}

.blog_list .blog_tit {
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: var(--fs_tit);
    letter-spacing: 0.0035em;
    color: #121619;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_list .first_left {
    width: 50%;
    margin-right: 4%;
}

.blog_list .first_left .breadcrumb .txt {
    color: #838383;
}

.blog_list .first_left .first_blog {
    display: flex;
    align-items: center;
    min-height: 555px;
}

.blog_list .first_left .first_blog .first_info p {
    color: #E1E1E1;
}

.blog_list .first_left .first_blog .blog_tit {
    font-family: 'itc-avant-garde-gothic-pro';
    color: #FFFFFF;
    font-size: 64px;
    line-height: var(--fs_tit);
    font-weight: 500;
    margin: 24px 0 16px 0;
    letter-spacing: 0.0035rem;
}

.blog_list .first_left .first_blog .blog_desc {
    color: #F0F0F0;
    font-weight: 400;
    font-size: 17px;

    padding: unset;
    background: unset;
    display: -webkit-box;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog_list .first_left .first_blog > div a.first_btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 40px;
    display: block;
    width: fit-content;
}

.blog_list .first_right {
    width: 46%;
    display: flex;
    align-items: end;
    position: relative;
}

.blog_list .first_right > a {
    display: block;
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 600px;
    z-index: 1;
}

.blog_list .not_first_blog .inner {
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 3;
    background-color: #FFFFFF;
}

.blog_list .not_first_blog .inner > h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: var(--fs_tit);
    color: #121619;
    margin-bottom: 24px;
}

.blog_list .not_first_blog .inner > h2 + div {
    display: flex;
}

.blog_list .not_first_blog .second_blog {
    margin-right: 4%;
    width: 50%;
}

.blog_list .not_first_blog .second_blog > a img {
    width: 784px;
    max-height: 495px;
    margin-bottom: 24px;
}

.blog_list .not_first_blog .second_blog .blog_tit {
    margin-top: 24px;
    font-size: 32px;
    line-height: var(--fs_tit);
    letter-spacing: 0.0035rem;
}

.blog_list .not_first_blog .second_blog .second_desc {
    margin-top: 10px;
    font-size: 17px;

    color: #444444;
    font-weight: 300;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_list .not_first_blog .second_blog .second_info {
    margin-top: 24px;
    margin-bottom: 0;
}

.blog_list .not_first_blog .second_blog .second_info.writer {
    margin-top: 8px;
}

.blog_list .not_first_blog .second_blog .second_info.writer .sub_info {
    font-weight: 400;
}

.blog_list .not_first_blog .other_blog {
    width: 46%;
    height: 736px;
    overflow-y: scroll;
}

.blog_list .not_first_blog .other_blog::-webkit-scrollbar {
    width: 6px;
}

.blog_list .not_first_blog .other_blog::-webkit-scrollbar-thumb {
    opacity: 0.8;
    background: #838383;
    border-radius: 6px;
    height: 162px;
}

.blog_list .not_first_blog .other_blog::-webkit-scrollbar-track {
    background: unset;
}

.blog_list .not_first_blog .other_blog .other_list {
    display: flex;
    align-items: center;
}

.blog_list .not_first_blog .other_blog .other_list:not(:first-child) {
    margin-top: 32px;
}

.blog_list .not_first_blog .other_blog .other_list > a {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.blog_list .not_first_blog .other_blog .other_list > a + div {
    width: calc(100% - 180px);
}

.blog_list .not_first_blog .other_blog .other_list > a > div {
    position: relative;
    overflow: hidden;
}
.blog_list .not_first_blog .other_blog .other_list > a > div img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.blog_list .blog_desc {
    background: #121619;
}

.blog_list .blog_desc .inner {
    display: flex;
    align-items: center;
}

.blog_list .blog_desc .inner > div:first-child {
    margin-right: 4%;
    width: 50%;
}

.blog_list .blog_desc .inner > div:first-child > video {
    width: 100%;
    min-height: 584px;
}

.blog_list .blog_desc .inner > div:first-child > img {
    width: 784px;
    height: auto;
}

.blog_list .blog_desc .inner > div:last-child {
    width: 46%;
    font-weight: 400;
}

.blog_list .blog_desc .inner > div:last-child .mid_tit {
    font-family: "adobe-caslon-pro", serif;
    font-size: 48px;
    line-height: var(--fs_tit);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blog_list .blog_desc .inner > div:last-child .mid_sub {
    font-size: 32px;

    display: flex;
    align-items: center;
    color: #F0F0F0;
    margin: 0 0 24px;
}

.blog_list .blog_desc .inner > div:last-child .mid_desc {
    font-size: 17px;

    color: #C4C4C4;
}

.blog_list .sec.all_list > .inner {
    padding-top: 100px;
    padding-bottom: 0;
}

.blog_list .all_list .all_cate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.blog_list .all_list .all_cate .cate_btn {
    display: flex;
    align-items: center;
    text-align: center;
    width: fit-content;
    border: 1px solid #121619;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;

    padding: 6px 15px;
}

.blog_list .all_list .all_cate .cate_btn:not(:first-child) {
    margin-left: 8px;
}

.blog_list .all_list .all_cate .cate_btn.cate_active {
    font-weight: 600;
    color: #FFFFFF;
    background: #121619;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.blog_list .all_list .all_cate .cate_btn.cate_inactive {
    font-weight: 400;
    color: #000000;
    background: #FFFFFF;
}

.blog_list .all_list .all_blog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0%;
}

.blog_list .all_list .each_blog {
    width: 29.33%;
    margin-bottom: 60px;
    margin-left: 1%;
    margin-right: 1%;
}

.blog_list .all_list .each_blog img {
    max-width: 490px;
    aspect-ratio: 1 / 1.2034;
}

.blog_list .all_list .more_btn_w {
    display: flex;
    justify-content: center;
}

.blog_list .all_list .more_btn_w .btn_comm.border a {
    padding: 11px 23px;
    border-color: #121619;
    font-weight: 600;
    font-size: 18px;

    color: #121619;
}

.blog_list .key_msg .inner {
    font-family: 'itc-avant-garde-gothic-pro';
    padding-top: 124px;
    padding-bottom: 31px;
    font-weight: 500;
}

.blog_list .key_msg .inner > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_list .key_msg .inner > div > p {
    text-transform: capitalize;
    font-size: 64px;
    line-height: var(--fs_tit);
    color: #121619;
}

.blog_list .key_msg .inner > div > img {
    width: 210px;
    height: 120px;
}

.blog_list .key_msg .inner > div > video {
    width: 210.5px;
    height: 120px;
    margin: 0 0 0 12px;
}

.blog_list .key_msg .inner > p {
    font-size: 64px;
    line-height: var(--fs_tit);
    color: #000000;

    text-transform: capitalize;
    text-align: center;
    margin-top: 8px;
}




.blog_view > .sec.title > .inner {
    padding: 48px 0 136px;
    max-width: 1440px;
}

.blog_view .blog_detail {
    display: flex;
}

.blog_view .blog_left {
    display: flex;
    max-width: 960px;
    position: relative;
    flex-shrink: 0;
}

.blog_view .blog_left .blog_main {
    padding-right: 160px;
}

.blog_view .blog_left .blog_main .main_txt {
    max-width: 800px;
}

.blog_view .blog_left .blog_main .main_txt .blog_cate {
    font-weight: 600;
    font-size: 14px;

    color: #A8A8A8;
}

.blog_view .blog_left .blog_main .main_txt .blog_tit {
    font-family: 'itc-avant-garde-gothic-pro';
    font-weight: 500;
    font-size: 48px;
    line-height: var(--fs_tit);
    letter-spacing: 0.0035em;
    color: #121619;
    margin: 24px 0 4px;
}

.blog_view .blog_left .blog_main .main_txt .blog_sub {
    font-size: 17px;

    color: #444444;
}

.blog_view .blog_left .blog_main .main_txt .blog_desc {
    font-family: "adobe-caslon-pro", serif;
    font-size: 18px;

    color: #121619;
    margin-top: 24px;
}

.blog_view .blog_left .blog_main .main_img {
    margin-top: 32px;
    margin-bottom: 60px;
}

.blog_view .blog_left .blog_main .fr-view {
    margin-top: 32px;
}

.blog_view .blog_left .blog_main .main_img img {
    max-width: 960px;
    max-height: 705px;
}

.blog_view .blog_left .blog_date {
    width: 50px;
    margin-right: 6px;
    text-align: center;
    position: absolute;
    top: 44px;
    right: 50px;
    cursor: default;
}

.blog_view .blog_left .blog_date .date_cate {
    font-weight: 600;
    font-size: 14px;

    letter-spacing: 4px;
    color: #444444;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 14px;
}

.blog_view .blog_left .blog_date .date_cate:before {
    content: ' ';
    display: inline-block;
    background: #121619;
    width: 20px;
    height: 2px;
    margin: 16px 0;
}

.blog_view .blog_left .blog_date .date_day {
    font-family: 'itc-avant-garde-gothic-pro';
    font-weight: 500;
    font-size: 32px;

    color: #121619;
}

.blog_view .blog_left .blog_date .date_month {
    font-weight: 600;
    font-size: 16px;

    color: #121619;
    margin-top: 4px;
}

.blog_view .blog_right {
    max-width: 480px;
    padding-left: 3%;
}

.blog_view .blog_right .right_fix {
    position: sticky;
    position: -webkit-sticky;
    top: 64px;
}

.blog_view .blog_right .right_fix > h2 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: var(--fs_tit);
    color: #121619;
    padding-bottom: 16px;
}

.blog_view .blog_right .blog_list {
    border-top: 1px solid #121619;
}

.blog_view .blog_right .blog_list .each_blog:first-child {
    margin-top: 24px;
}

.blog_view .blog_right .blog_list .each_blog:not(:first-child) {
    margin-top: 32px;
}

.blog_view .blog_right .blog_list .each_blog .blog_item {
    display: flex;
    align-items: start;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_img {
    width: 140px;
    flex-shrink: 0.4;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt_w {
    width: 100%;
    margin-left: 24px;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_tit {
    font-weight: 600;
    font-size: 13px;

    color: #555555;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt i {
    height: 10px;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_info {
    font-weight: 300;
    font-size: 13px;

    color: #838383;
}

.blog_view .blog_right .blog_list .each_blog .blog_item .blog_tit {
    font-size: 24px;
    line-height: var(--fs_tit);
    letter-spacing: 0.0035em;
}

.blog_view .page-section {
    max-width: 800px;
    padding: 0;
    margin-left: 0;
}

.blog_view .page-section .sec-cont {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.slick-slider .slick-track {
    float: left;
}

.blog_view .pd-list .pd-item {
    margin-bottom: 0;
}

.blog_view .video-w {
    margin-bottom: 112px;
}

.blog_view .fr-view {
    max-width: 800px;
}

.slick-prev, .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -58px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
}

.slick-next {
    right: auto;
    left: 100%;
    margin-left: 28px;
    background-image: url('/v2/img/ico_next_white.png');
}

.slick-prev {
    left: auto;
    right: 100%;
    margin-right: 28px;
    background-image: url('/v2/img/ico_pre_white.png');
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    display: none !important;
}

.slick-next:hover, .slick-next:focus {
    background-image: url('/v2/img/ico_next_white.png');
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
}
.slick-prev:hover, .slick-prev:focus {
    background-image: url('/v2/img/ico_pre_white.png');
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;
}

.list_wrap {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.list_wrap .list_item {
    padding: 0 15px;
}

/*blog는 스와이퍼가 아니고 item이 5개 이상이면 하단으로 떨어짐*/
/* .list_wrap .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
    gap: 15px 0;
} */

.list_item .item_img_w {
    display: flex;
    position: relative;
}

.list_item .item_txt {
    margin-top: 18px;
}

.list_item .item_txt .title {
    flex-grow: 1;
    font-size: 18px;
}

.page-section.mat-list .sec-cont {
    padding: 0;
}

.pd-list .pd-item .pd-txt {
    display: flex;
}
.pd-list .pd-item .pd-txt .pd-name {
    flex-grow: 1;
}
.pd-list .pd-item .clip_btn,
.list_item .clip_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(109, 109, 109, 0.24);
    border: 1px solid #fff;

    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
}
.pd-list .pd-item .clip_btn.clipped,
.mat-list .list_wrap .clip_btn.clipped {
    background-color: #121619;
    border-color: #121619;
}
.pd-list .pd-item .clip_btn .ico_comm.clip_ico,
.list_item .item_img_w .clip_btn .ico_comm.clip_ico {
    background-image: url('/v2/img/ico_clip_v2_w.svg');
}

.list_item .item_txt .title {
    font-size: 18px;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    color: #000;
}

.ani_ico.blog_category {
    position: absolute;
    top: 4px;
    right: -72px;
    width: 72px;
}

@media (max-width: 1541px) {
    .blog_view > .sec.title > .inner {
        padding-left: 92px;
        padding-right: 92px;
        margin: 0;
        max-width: unset;
    }

    .blog_view .blog_left .blog_main {
        padding-right: 10.31vw;
    }

    .blog_view .blog_left .blog_date {
        right: 3.05vw;
    }

    .blog_view .blog_right {
        padding-left: 0;
    }

    .blog_view .blog_right .right_fix > h2 {
        font-size: 1.55vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_img {
        flex-shrink: 0.6;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_tit {
        font-size: 19px;
        line-height: 1.25;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_tit,
    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_info {
        font-size: 0.72vw;

    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt i {
        margin: 0 0.26vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt_w {
        margin-left: 20px;
    }
}

@media (max-width: 1400px) {
    .blog_view > .sec.title > .inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1300px) {
    /*.fr-view {*/
    /*    max-width: 76.92vw;*/
    /*}*/

    .blog_list .blog_comm {
        font-size: 1.08vw;

        margin-bottom: 1.23vw;
    }

    .blog_list .blog_comm.all_info {
        margin: 1.85vw 0 1.23vw;
    }

    .blog_list .blog_comm i {
        height: 0.77vw;
    }

    .blog_list .blog_tit {
        font-size: 1.85vw;

        letter-spacing: 0.0035em;
    }

    .blog_list .first_left .first_blog {
        min-height: 42.69vw;
    }

    .blog_list .first_left .first_blog .blog_tit {
        font-size: 4.92vw;

        margin: 1.85vw 0 1.23vw 0;
        letter-spacing: 0.0035rem;
    }

    .blog_list .first_left .first_blog .blog_desc {
        font-size: 1.31vw;

    }

    .blog_list .first_left .first_blog > div a.first_btn {
        border: 0.08vw solid #FFFFFF;
        padding: 0.38vw 1.15vw;
        font-size: 1.08vw;
        margin-top: 3.08vw;
    }

    .blog_list .first_right > a {
        height: 46.15vw;
        background-size: auto 46.15vw;
    }

    .blog_list .not_first_blog .inner {
        padding-top: 6.15vw;
        padding-bottom: 7.69vw;
    }

    .blog_list .not_first_blog .inner > h2 {
        font-size: 2.46vw;

        margin-bottom: 1.85vw;
    }

    .blog_list .not_first_blog .second_blog > a img {
        width: 60.31vw;
        max-height: 38.08vw;
        margin-bottom: 1.85vw;
    }

    .blog_list .not_first_blog .second_blog .blog_tit {
        margin-top: 1.85vw;
        font-size: 2.46vw;

    }

    .blog_list .not_first_blog .second_blog .second_desc {
        margin-top: 0.77vw;
        font-size: 1.31vw;

    }

    .blog_list .not_first_blog .other_blog {
        height: 56.62vw;
    }

    .blog_list .not_first_blog .other_blog::-webkit-scrollbar {
        width: 0.46vw;
    }

    .blog_list .not_first_blog .other_blog::-webkit-scrollbar-thumb {
        border-radius: 0.46vw;
        height: 12.46vw;
    }

    .blog_list .not_first_blog .other_blog .other_list:not(:first-child) {
        margin-top: 2.46vw;
    }

    .blog_list .not_first_blog .other_blog .other_list > a {
        width: 12.31vw;
        height: 12.31vw;
        margin-right: 1.54vw;
    }

    .blog_list .not_first_blog .other_blog .other_list > a + div {
        width: calc(100% - 13.85vw);
    }

    .blog_list .blog_desc .inner > div:first-child > video {
        min-height: 44.92vw;
    }

    .blog_list .blog_desc .inner > div:last-child .mid_tit {
        font-size: 3.69vw;

    }

    .blog_list .blog_desc .inner > div:last-child .mid_sub {
        font-size: 2.46vw;

        margin: 0 0 1.85vw;
    }

    .blog_list .blog_desc .inner > div:last-child .mid_desc {
        font-size: 1.31vw;

    }

    .blog_list .sec.all_list > .inner {
        padding-top: 7.69vw;
    }

    .blog_list .all_list .all_cate {
        margin-bottom: 2.46vw;
    }

    .blog_list .all_list .all_cate .cate_btn {
        border: 0.08vw solid #121619;
        border-radius: 2.31vw;
        font-size: 1.23vw;

        padding: 0.46vw 1.15vw;
    }

    .blog_list .all_list .all_cate .cate_btn:not(:first-child) {
        margin-left: 0.62vw;
    }

    .blog_list .all_list .all_cate .cate_btn.cate_active {
        box-shadow: 0 0.15vw 0.15vw rgba(0, 0, 0, 0.16);
    }

    .blog_list .all_list .each_blog {
        margin-bottom: 4.62vw;
    }

    .blog_list .all_list .more_btn_w .btn_comm.border a {
        padding: 0.85vw 1.77vw;
        font-size: 1.38vw;

    }

    .blog_list .key_msg .inner {
        padding-top: 9.54vw;
        padding-bottom: 2.38vw;
    }

    .blog_list .key_msg .inner > div > p {

        font-size: 4.92vw;
    }

    .blog_list .key_msg .inner > div > img {
        width: 16.15vw;
        height: 9.23vw;
    }

    .blog_list .key_msg .inner > div > video {
        width: 16.15vw;
        height: 9.23vw;
        margin: 0 0 0 0.92vw;
    }

    .blog_list .key_msg .inner > p {
        font-size: 4.92vw;
        margin-top: 0.62vw;
    }

    .blog_view > .sec.title > .inner {
        padding: 3.69vw 3.91vw 10.46vw;
    }

    .blog_view .blog_left {
        max-width: 73.85vw;
    }

    .blog_view .blog_left .blog_main {
        padding-right: 8.31vw;
    }

    .blog_view .blog_left .blog_main .main_txt {
        max-width: 61.54vw;
    }

    .blog_view .blog_left .blog_main .main_txt .blog_cate {
        font-size: 1.08vw;

    }

    .blog_view .blog_left .blog_main .main_txt .blog_tit {
        font-size: 3.69vw;

        margin: 1.85vw 0 0.31vw;
    }

    .blog_view .blog_left .blog_main .main_txt .blog_sub {
        font-size: 1.31vw;

    }

    .blog_view .blog_left .blog_main .main_txt .blog_desc {
        font-size: 1.38vw;

        margin-top: 1.85vw;
    }

    .blog_view .blog_left .blog_main .main_img {
        margin-top: 2.46vw;
        margin-bottom: 4.62vw;
    }

    .blog_view .blog_left .blog_main .fr-view {
        margin-top: 2.46vw;
    }

    .blog_view .blog_left .blog_main .main_img img {
        max-width: 73.85vw;
        max-height: 54.23vw;
    }

    .blog_view .blog_left .blog_date {
        width: 3.85vw;
        margin-right: 0.46vw;
        top: 3.38vw;
        right: 1.55vw;
    }

    .blog_view .blog_left .blog_date .date_cate {
        font-size: 1.08vw;

        letter-spacing: 0.31vw;
        margin: 0 1.08vw;
    }

    .blog_view .blog_left .blog_date .date_cate:before {
        width: 1.54vw;
        height: 0.15vw;
        margin: 1.23vw 0;
    }

    .blog_view .blog_left .blog_date .date_day {
        font-size: 2.46vw;

    }

    .blog_view .blog_left .blog_date .date_month {
        font-size: 1.23vw;

        margin-top: 0.31vw;
    }

    .blog_view .blog_right {
        max-width: 36.92vw;
        padding-right: 0;
    }

    .blog_view .blog_right .right_fix {
        top: 4.92vw;
    }

    .blog_view .blog_right .right_fix > h2 {
        /*font-size: 1.85vw;*/
        /**/
        padding-bottom: 1.23vw;
    }

    .blog_view .blog_right .blog_list {
        border-top: 0.08vw solid #121619;
    }

    .blog_view .blog_right .blog_list .each_blog:first-child {
        margin-top: 1.85vw;
    }

    .blog_view .blog_right .blog_list .each_blog:not(:first-child) {
        margin-top: 2.46vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_img {
        width: 10.77vw;
        flex-shrink: 0.8;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt_w {
        margin-left: 1.85vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt {
        /*margin-right: 1.85vw;*/
        margin-bottom: 1.23vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_tit {
        /*font-size: 1.00vw;*/
        /**/
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt i {
        height: 0.77vw;
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_txt .sub_info {
        /*font-size: 1.00vw;*/
        /**/
    }

    .blog_view .blog_right .blog_list .each_blog .blog_item .blog_tit {
        font-size: 1.75vw;
        line-height: 1.5;
    }

    .blog_view .page-section {
        max-width: 61.54vw;
        padding: 0;
        margin-left: 0;
    }

    .blog_view .page-section .sec-cont {
        max-width: 73.85vw;
    }

    .blog_view .pd-list .pd-item {
        padding: 0 1.15vw;
    }

    .blog_view .video-w {
        margin-bottom: 8.62vw;
    }

    .blog_view .fr-view {
        max-width: 61.54vw;
    }

    .slick-prev, .slick-next {
        width: 4.62vw;
        height: 4.62vw;
        margin-top: -4.46vw;
        background-size: 2.46vw auto;
    }

    .slick-next {
        margin-left: 2.15vw;
    }

    .slick-prev {
        margin-right: 2.15vw;
    }

    .slick-next:hover, .slick-next:focus {
        background-size: 2.46vw auto;
    }
    .slick-prev:hover, .slick-prev:focus {
        background-size: 2.46vw auto;
    }
    .pd-list .pd-item .clip_btn,
    .list_item .clip_btn {
        width: 2.46vw;
        height: 2.46vw;
        bottom: 0.62vw;
        right: 0.62vw;
    }

    .pd-list .pd-item .pd-txt .pd-name {
        font-size: 1.08vw;
    }
    .list_wrap {
        margin-left: -1.15vw;
        margin-right: -1.15vw;
    }
    .list_wrap .list_item {
        padding: 0 1.15vw;
    }

    .list_item .item_txt .title {
        font-size: 1.08vw;
        min-height: 2.1vw;
    }

    .ani_ico.blog_category {
        top: 0.31vw;
        right: -5.54vw;
        width: 5.54vw;
    }
}

@media (max-width: 768px) {
    .ani_ico.blog_category {
        position: absolute;
        /* top: 20px;
        right: -15px;
        width: 32px; */
        top:20px;
        right: -15px;
        
        height: initial;
        width: 32px;
        height: 100vw;
        transform: rotate(90deg);
        transform-origin: top;
    }
    .blog_list .first_left {
        width: 100%;
        margin-right: 0;
    }
    .blog_list .first_left .first_blog {
        display: block;
    }
    .blog_list .sec.title {
        background: #000000;
    }
    
    .blog_list .sec.title .inner {
        padding: 0;
        /*사용자재구축 temp*/
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .blog_list .blog_comm {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 13px;
    
        margin-bottom: 16px;
        color: #E1E1E1;
    }
    
    .blog_list .blog_comm.all_info {
        margin: 24px 0 16px;
    }
    
    .blog_list .blog_comm .sub_tit {
        font-weight: 600;
        color: #555555;
    }
    
    .blog_list .blog_comm i {
        height: 10px;
    }
    
    .blog_list .blog_comm .sub_info {
        font-weight: 300;
        color: #838383;
    }
    
    .blog_list .blog_tit {
        cursor: pointer;
        font-size: 20px;
        line-height: var(--fs_tit);
        font-weight: 600;
        letter-spacing: 0.0035em;
        color: #121619;
    }
    
    .blog_list .first_left {
        padding-top: 32px;
        /*사용자재구축 temp*/
        padding:24px 20px 32px;
    }

    .blog_list .first_left .first_blog {
        min-height: initial;
    }
    
    .blog_list .first_left .first_blog .blog_img {
        background-size: cover;
        display: block;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    
    .blog_list .first_left .first_blog .mobile_blog {
        padding: 24px 20px 32px;
    }
    
    .blog_list .first_left .first_blog .sub_tit {
        color: #E1E1E1;
    }
    
    .blog_list .first_left .first_blog .sub_info {
        color: #E1E1E1;
        font-weight: 300;
    }
    
    .blog_list .first_left .first_blog .blog_tit {
        font-family: 'itc-avant-garde-gothic-pro';
        font-size: 32px;
        line-height: var(--fs_tit);
        font-weight: 500;
        letter-spacing: 0.0035rem;
        color: #FFFFFF;
    
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .blog_list .first_left .first_blog .blog_desc {
        color: #F0F0F0;
        font-weight: 300;
        font-size: 14px;
    
        padding: unset;
        background: unset;
        display: -webkit-box;
    
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 8px;
    }
    
    .blog_list .first_left .first_blog > div a.first_btn {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 5px 11px;
        text-transform: uppercase;
        font-size: 14px;
    
        margin-top: 30px;
        display: block;
        width: fit-content;
    }

    /*사용자재구축*/
    .blog_view .page-section {
        max-width: 100vw;
    }
    .blog_view .page-section .sec-cont.pd-list-wrap {
        padding: 0 20px;
        margin-top: 32px;
        max-width: 100%;
    }
    .pd-list .pd-item .pd-txt .pd-name {
        font-size: 15px;
    }
    .pd-list .pd-item .clip_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(109, 109, 109, 0.24);
        border: 1px solid #fff;

        position: absolute;
        right: 8px;
        bottom: 8px;
    }
    .blog_list .first_right {
        width: 100%;
    }
    .blog_list .first_right > a {
        margin-top: 32px;
        background-size: cover;
        display: block;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    
    .blog_list .not_first_blog .inner {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .blog_list .not_first_blog .inner > h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: var(--fs_tit);
        color: #121619;
        margin: 0 -4px 16px;
    }
    
    .blog_list .not_first_blog .second_blog > a img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }
    
    .blog_list .not_first_blog .second_blog .blog_tit {
        font-size: 24px;
        line-height: var(--fs_tit);
        letter-spacing: 0.0035rem;
    }
    
    .blog_list .not_first_blog .second_blog .second_desc {
        font-weight: 300;
        font-size: 14px;
    
        color: #444444;
        margin: 4px 0 32px;
    
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .blog_list .not_first_blog .other_blog .other_list {
        display: flex;
        align-items: center;
    }
    
    .blog_list .not_first_blog .other_blog .other_list:first-child {
        margin-top: 32px;
    }
    
    .blog_list .not_first_blog .other_blog .other_list:not(:first-child) {
        margin-top: 24px;
    }
    
    .blog_list .not_first_blog .other_blog .other_list > a {
        width: 120px;
        height: 144px;
        margin-right: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    
    .blog_list .not_first_blog .other_blog .other_list .other_area {
        width: calc(100% - 136px);
    }
    
    .blog_list .not_first_blog .other_blog .other_list .blog_tit {
        font-size: 18px;
        line-height: var(--fs_tit);
    
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 4px 0 24px;
    }
    
    .blog_list .blog_desc .inner {
        background: #121619;
        padding: 32px 20px;
    }
    
    .blog_list .blog_desc .inner > div:first-child > video {
        width: 100%;
        min-height: auto;
    }
    
    .blog_list .blog_desc .inner > div:first-child > img {
        width: 100%;
        height: auto;
    }
    
    .blog_list .blog_desc .inner > div:last-child {
        margin-top: 24px;
    }
    
    .blog_list .blog_desc .inner > div:last-child .mid_tit {
        font-family: "adobe-caslon-pro", serif;
        font-size: 24px;
        line-height: var(--fs_tit);
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .blog_list .blog_desc .inner > div:last-child .mid_sub {
        font-size: 20px;
    
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F0F0F0;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .blog_list .blog_desc .inner > div:last-child .mid_desc {
        font-size: 14px;
    
        color: #C4C4C4;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .blog_list .sec.all_list > .inner {
        padding: 40px 20px 0;
    }
    
    .blog_list .all_list .all_cate {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0 -20px -9px;
    
        overflow-x: scroll;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none;
    
        padding: 0 20px;
    }
    
    .blog_list .all_list .all_cate::-webkit-scrollbar {
        display: none;
    }
    
    .blog_list .all_list .all_cate .cate_btn {
        display: flex;
        align-items: center;
        text-align: center;
        border: 1px solid #121619;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 16px;
    
        padding: 5px 15px;
        white-space: nowrap;
    }
    
    .blog_list .all_list .all_cate .cate_btn:not(:first-child) {
        margin-left: 8px;
    }
    
    .blog_list .all_list .all_cate .cate_btn.cate_active {
        font-weight: 600;
        color: #FFFFFF;
        background: #121619;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    }
    
    .blog_list .all_list .all_cate .cate_btn.cate_inactive {
        font-weight: 400;
        color: #000000;
        background: #FFFFFF;
    }
        
    .blog_list .all_list .each_blog {
        margin-top: 32px;
    }
    
    .blog_list .all_list .each_blog img {
        aspect-ratio: 1 / 1.2035;
    }
    
    .blog_list .all_list .each_blog .blog_comm.all_info.info_cate {
        margin: 16px 0 4px;
    }
    
    .blog_list .all_list .each_blog .blog_comm.all_info.info_txt {
        margin: 16px 0;
    }
    
    .blog_list .all_list .each_blog .blog_comm.all_info.info_tit {
        margin: 0;
    }
    
    .blog_list .all_list .each_blog .blog_comm.all_info.info_tit .blog_tit {
        font-size: 20px;
        line-height: var(--fs_tit);
    }
    
    .blog_list .all_list .more_btn_w {
        display: flex;
        justify-content: center;
    }
    
    .blog_list .all_list .more_btn_w .btn_comm.border a {
        padding: 5px 15px;
        border-color: #121619;
        font-weight: 600;
        font-size: 14px;
        color: #121619;
    }
    
    .blog_list .key_msg .inner {
        font-family: 'itc-avant-garde-gothic-pro';
        padding: 50px 20px 10px 20px;
    }
    
    .blog_list .key_msg .inner > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .blog_list .key_msg .inner > div > p {
        text-transform: capitalize;
    
        font-size: 32px;
        line-height: var(--fs_tit);
        font-weight: 500;
        color: #121619;
    }
    
    .blog_list .key_msg .inner > div > img {
        width: 74px;
        height: 42px;
    }
    
    .blog_list .key_msg .inner > div > video {
        width: 72px;
        height: 52px;
        margin: 0 0 0 4px;
    }
    
    .blog_list .key_msg .inner > p {
        font-size: 32px;
        line-height: var(--fs_tit);
        font-weight: 500;
        color: #000000;
        margin-top: 2px;
    
        text-transform: capitalize;
        text-align: center;
    }
    
    .blog_list .not_first_blog .second_blog {
        margin-right: 0;
        width: 100%;
    }
    .blog_list .not_first_blog .inner > h2 + div{
        display: block;
    }
    .blog_list .not_first_blog .second_blog > a img {
        max-height: none;
    }
    .blog_list .not_first_blog .other_blog {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }
    .blog_list .blog_desc .inner {
        display:block;
    }
    .blog_list .blog_desc .inner > div:first-child {
        margin-right: 0;
        width: 100%;
    }
    .blog_list .blog_desc .inner > div:last-child{
        width:100%;
    }
    .blog_list .all_list .all_blog_list {
        display: block;
        margin:0;
    }
    .blog_list .all_list .each_blog{
        width:100%;
        display: block;
    }
    .blog_list .blog_comm.all_info {
        margin: 16px 0;
    }
    .blog_list .all_list .each_blog img {
        max-width: none; 
    }
	
	
    /* 상세보기 VIEW ********************************************************************************************************/
    .blog_view > .sec.title > .inner {
        padding-top: 32px;
        padding-bottom: 57px;
    }
    
    .blog_view .blog_left .blog_main .main_txt {
        padding-bottom: 19px;
		width: 100%;
		max-width: 100%;
    }
    
    .blog_view .blog_left .blog_main .main_txt .blog_cate {
        font-weight: 600;
        font-size: 13px;
    
        color: #555555;
    }
    
    .blog_view .blog_left .blog_main .main_txt .blog_tit {
        font-family: 'itc-avant-garde-gothic-pro';
        font-weight: 500;
        font-size: 32px;
        line-height: var(--fs_tit);
        letter-spacing: 0.0035em;
        color: #121619;
        margin: 16px 0 4px;
        word-break: break-word;
    }
    
    .blog_view .blog_left .blog_main .main_txt .blog_sub {
        font-size: 16px;
    
        color: #121619;
    }
    
    .blog_view .blog_left .blog_main .main_txt .blog_desc {
        font-family: "adobe-caslon-pro", serif;
        font-size: 18px;
    
        color: #121619;
    }
    
    .blog_view .blog_left .blog_main .blog_img {
        width: 100%;
        height: auto;
        margin: 24px 0;
    }
    
    .blog_view .blog_left .blog_main .fr-view {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .blog_view .list_wrap li {
        margin-top: 0;
    }
    
    .blog_view .list_wrap .item_txt {
        display: flex;
    }
    
    .blog_view .list_wrap .pd_tit {
        flex-grow: 1;
    }
    
    .section.compatible {
        padding: 0;
    }
    
    .compatible .list_wrap .clip_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(109, 109, 109, 0.24);
        border: 1px solid #fff;
    
        position: absolute;
        right: 8px;
        bottom: 8px;
    }
    .compatible .list_wrap .clip_btn.clipped {
        background-color: #121619;
        border-color: #121619;
    }
    .compatible .list_wrap .clip_btn .ico_comm.clip_ico {
        background-image: url('/v2/img/ico_clip_v2_w.svg');
    }
    
}

/* s:사용자재구축 : 블로그 비쥬얼영역 상세화면에 있던 스타일 */
.blog-visual .fr-view p {
    margin-bottom: 0;
}
.blog-visual .fr-view img {
    width: 100%;
}
.blog-visual .fr-view img.fr-dib {
    margin-top: 0;
    margin-bottom: 0;
}

/* 기본 : Flex - Center - Border None */
.blog-visual .left_image thead tr, .blog-visual .left_image tbody tr,
.blog-visual .right_image thead tr, .blog-visual .right_image tbody tr,
.blog-visual .only_text thead tr, .blog-visual .only_text tbody tr,
.blog-visual .only_image thead tr, .blog-visual .only_image tbody tr{
    display: flex;
    align-items: center;
    max-width: 960px;
}
.blog-visual .no_border thead tr th,     .blog-visual .no_border tbody tr td,
.blog-visual .no_border2 thead tr th,    .blog-visual .no_border2 tbody tr td,
.blog-visual .left_image thead tr th,    .blog-visual .left_image tbody tr td,
.blog-visual .right_image thead tr th,   .blog-visual .right_image tbody tr td,
.blog-visual .only_text thead tr th,     .blog-visual .only_text tbody tr td,
.blog-visual .only_image thead tr th,    .blog-visual .only_image tbody tr td {
    border: 0 !important;
}
/* 텍스트만 입력할 경우 윗쪽부터 정렬 */
.blog-visual .only_text thead tr, .blog-visual .only_text tbody tr {
    align-items: start;
}
.blog-visual .only_text thead tr th:nth-child(1), .blog-visual .only_text tbody tr td:nth-child(2n+1) {
    padding-right: 8px;
}
.blog-visual .only_text thead tr th:nth-child(2), .blog-visual .only_text tbody tr td:nth-child(2n+2) {
    padding-left: 8px;
}

.blog-visual .left_image tbody tr td, .blog-visual .right_image tbody tr td {
    width: 50%;
}
.blog-visual .left_image tbody tr td:nth-child(2n+2) {
    padding-left: 9.5%;
}
.blog-visual .right_image tbody tr td:nth-child(2n+1) {
    padding-right: 9.5%;
}

.fr-view img.fr-dib.mobile{
    display: none;
}

@media (max-width: 1300px) {
    .fr-view img.fr-dib.desktop{
        display: block;
    }
    .fr-view img.fr-dib.mobile{
        display: none;
    }
}

@media (max-width: 768px) {
    .blog-visual.blog_view .blog_left {
        max-width: 100%;
		display: block;
    }
    .blog-visual.blog_view .blog_left .blog_date,
    .blog-visual .blog_right{
        display: none;
    }
    .blog-visual.blog_view .blog_left .blog_main{
        padding-right: 0;
    }
    .fr-view img.fr-dib.desktop{
        display: none;
    }
    .fr-view img.fr-dib.mobile{
        display: block;
    }


    .blog_view > .sec.title > .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog_view .page-section .sec-cont.pd-list-wrap {
        padding: 0;
    }
    .mat-list .sec-cont.pd-list-wrap {
        padding: 0;
    }
    .mat-list .swipe_list li {
        margin-top: 0;
    }
    .mat-list .list_wrap .item_txt {
        display: flex;
    }
    .mat-list .list_wrap .pd_tit {
        flex-grow: 1;
    }
    .mat-list .list_wrap .clip_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(109, 109, 109, 0.24);
        border: 1px solid #fff;
        position: absolute;
        right: 8px;
        bottom: 8px;
    }
    .mat-list .list_wrap .clip_btn.clipped {
        background-color: #121619;
        border-color: #121619;
    }
    .mat-list .list_wrap .clip_btn .ico_comm.clip_ico {
        background-image: url('/v2/img/ico_clip_v2_w.svg');
    }

    .blog_view .page-section.mat-list {
        max-width: none;
    }
    .list_wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .list_wrap .list_item {
        padding: 0 7px;
    }
    .list_item .item_txt .title {
        font-size: 15px;
        font-weight: 500;
        min-height: 31px;
        color: #000;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
/* e:사용자재구축 : 블로그 비쥬얼영역 상세화면에 있던 스타일 */
