
/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/

/*FONT*/
@font-face {
    font-family: 'Pretendard-Thin';
    /*src: url('/font/Pretendard-Thin.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraLight';
    /*src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    /*src: url('/font/Pretendard-Light.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    /*src: url('/font/Pretendard-Regular.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    /*src: url('/font/Pretendard-Medium.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    /*src: url('/font/Pretendard-SemiBold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    /*src: url('/font/Pretendard-Bold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    /*src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Black';
    /*src: url('/font/Pretendard-Black.woff2') format('woff2');*/
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-ExtraLight';
    --font-pre300: 'Pretendard-Light';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';
    --font-pre900: 'Pretendard-Black';
}




.wp_solution{
    font-family: var(--font-pre400);
}





.wp_solution .hisId .pinner .his_table{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.wp_solution .hisId .pinner .his_table::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 90%;
    border-left: 1px dotted #CFCDCD;
}
.wp_solution .hisId .pinner .his_table .stend{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 9;
}
.wp_solution .hisId .pinner .his_table .stend>p{
    font-size: 20px;
    font-family: var(--font-pre300);
    color: #464444;
}
.wp_solution .hisId .pinner .his_table .stend .cic{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.wp_solution .hisId .pinner .his_table .stend.now .cic{
    background: #EF6D22;
}
.wp_solution .hisId .pinner .his_table .stend.start .cic{
    background: #1751AA;
}
.wp_solution .hisId .pinner .his_table .his_cont{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li{
    width: 50%;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd){
    margin-left: auto;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even){
    margin-right: auto;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .year{
    position: relative;
    font-size: 25px;
    font-family: var(--font-pre800);
    color: #545454;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year{
    text-align: right;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .year::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    top: 50%;
    transform: translateY(-50%);
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .year::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #4695C9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year{
    padding-left: 60px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year{
    padding-right: 60px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year::before,
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year::after{
    left: -7px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year::before,
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year::after{
    right: -7px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms{
    padding-top: 10px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .month_itms{
    padding-left: 75px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms{
    padding-right: 75px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    white-space: pre-wrap;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li{
    justify-content: flex-end;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num{
    order: 2;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .num{
    position: relative;
    font-size: 15px;
    font-family: var(--font-pre700);
    color: #CFCDCD;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .num::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #CFCDCD;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .month_itms li .num::before{
    left: -15px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before{
    right: -15px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .desc_itms{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .desc_itms li{
    font-size: 15px;
    font-family: var(--font-pre400);
    color: #545454;
}
.wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .desc_itms li{
    text-align: right;
}















































@media (max-width: 992px) {
    /**********************************************************************************************************************/
    .wp_solution .hisId .pinner .his_table::before {
        top: 50%;
        left: 9px;
        transform: translate(0, -50%);
    }
    .wp_solution .hisId .pinner .his_table .stend {
        align-items: flex-start;
    }
    .wp_solution .hisId .pinner .his_table .his_cont {
        gap: 30px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li {
        width: 100%;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year{
        text-align: left;
        padding-right: 0;
        padding-left: 60px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) {
        margin-left: unset;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) {
        margin-right: unset;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year::before,
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year::after{
        left: 3px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year::before,
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year::after{
        right: auto;
        left: 3px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms{
        padding-left: 75px;
        padding-right: 0;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li{
        justify-content: flex-start;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num{
        order: 1;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before{
        right: auto;
        left: -15px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .desc_itms li{
        text-align: left;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .desc_itms{
        order: 2;
    }
    /**********************************************************************************************************************/
}
@media (max-width: 430px) {
    /**********************************************************************************************************************/
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li .year::before {
        width: 30px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .year,
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .year {
        padding-left: 40px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .month_itms,
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms {
        padding-left: 50px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li {
        gap: 10px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li br{
        display: none;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li .month_itms li .num::before {
        width: 5px;
        height: 5px;
    }
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(odd) .month_itms li .num::before ,
    .wp_solution .hisId .pinner .his_table .his_cont .cont_li:nth-child(even) .month_itms li .num::before {
        left: -10px;
    }
    /**********************************************************************************************************************/
}