﻿
/* 가로 Hx1x0 */
.ic_layform.H_MM::before {
    display: none;
}

.ic_layform.H_MM::after {
    display: none;
}

/* 가로 Hx1x1 */
.ic_layform.H_MM_RM::before {
    display: none;
}

.ic_layform.H_MM_RM::after {
    left: 50%;
    top: 0;
    height: 100%;
}

/* 가로 Hx1x2 */
.ic_layform.H_MM_RMB::before {
    left: 50%;
    top: 50%;
    width: 50%;
}

.ic_layform.H_MM_RMB::after {
    left: 50%;
    top: 0;
    height: 100%;
}

/* 가로 Hx2x1 */
.ic_layform.H_MMB_RM::before {
    left: 0;
    top: 50%;
    width: 50%;
}

.ic_layform.H_MMB_RM::after {
    left: 50%;
    top: 0;
    height: 100%;
}

/* 가로 Hx3x0 */
.ic_layform.H_MM_RM_LM::before {
    left: 66.6%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateY(0) translateX(-50%);
}

.ic_layform.H_MM_RM_LM::after {
    left: 33.3%;
    top: 0;
    height: 100%;
}

/* 가로 Hx1x1 */
.ic_layform.H_MM_BM::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.H_MM_BM::after {
    display: none;
}

/* 가로 Hx1x2 */
.ic_layform.H_MM_BMR::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.H_MM_BMR::after {
    left: 50%;
    top: 50%;
    height: 50%;
}

/* 가로 Hx2x1 */
.ic_layform.H_MMR_BM::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.H_MMR_BM::after {
    left: 50%;
    top: 0;
    height: 50%;
}

/* 가로 Hx2x2 */
.ic_layform.H_MMR_BMR::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.H_MMR_BMR::after {
    left: 50%;
    top: 0;
    height: 100%;
}


.ic_layform.vertical {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #726963;
    box-sizing: content-box;
    position: relative;
    width: 28px;
    aspect-ratio: 7/10;
}


/* 세로 Vx1x0 */
.ic_layform.V_MM::before {
    display: none;
}

.ic_layform.V_MM::after {
    display: none;
}
/* 세로 Vx1x1 */
.ic_layform.V_MM_BM::before {
    left: 0;
    top: 50%;
    width: 100%;
}

/* 세로 Vx1x2 */
.ic_layform.V_MM_BMR::before {
    left: 0;
    top: 50%;
    width: 100%;
}
.ic_layform.V_MM_BMR::after {
    left: 50%;
    top: 50%;
    height: 50%;
}

/* 세로 Vx2x1 */
.ic_layform.V_MMR_BM::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.V_MMR_BM::after {
    left: 50%;
    bottom: 50%;
    height: 50%;
}
/* 세로 Vx2x2 */
.ic_layform.V_MMR_BMR::before {
    left: 0;
    top: 50%;
    width: 100%;
}

.ic_layform.V_MMR_BMR::after {
    left: 50%;
    top: 0;
    height: 100%;
}

/* 세로 Vx1x1x1*/
.ic_layform.V_MM_TM_BM::after {
    left: 0;
    top: 66.6%;
    height: 2px;
    width: 100%;
    transform: translateY(-50%) translateX(0);
}

.ic_layform.V_MM_TM_BM::before {
    left: 0;
    top: 33.3%;
    width: 100%;
}
.text-center {
    text-align: center !important;
}

.div_contents_data .btn {
    line-height: 36px;
    border-radius: 4px;
    padding: 5px 15px;
}

.body_popup {
    width: auto !important;
    height: auto !important;
}
/*.txt_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    /* 세로형 텍스트 모드 */
    /*text-orientation: mixed;
}*/
.preview_wrap h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.preview_wrap .top {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 10px;
}

.preview_wrap .top .btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    padding: 0 15px;
    min-width: 100px;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* font */
/*=======================================================================================*/
.t_font01 {
    font-family: "JT1-43U" !important; /* 윤고딕 43U */
}

.t_font02 {
    font-family: "JT1-FZWBFW" !important; /* 윤고딕 FZWBFW */
}

.t_font03 {
    font-family: "Pretendard-Regular" !important; /* 프리텐다드 */
}

.t_font04 {
    font-family: "ChosunGs" !important; /* 조선궁서체체 */
}

.t_font05 {
    font-family: "FZWeiBei-S03T" !important; /* FZWeiBei */
}


.header_inner .profile_wrap .profile .btn_new {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: #e2e2e2;
    text-align: center;
    margin: auto;
    line-height: 35px;
    margin-right: 10px;
}

.header_inner .profile_wrap .profile .btn_new a i {
    font-size:16px;
}
.header_inner .profile_wrap .profile .btn_new .ic_new {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background: #e61e19;
    font-weight: 500;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    position: absolute;
    left: 15px;
    top: -5px;
}
.sub_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}