@charset "UTF-8";



/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 공통 */
.wp_solution {}




/*--------------------------------------------------------------------------------------------------------------------*/
/* Write_Button_List */
.wp_solution #wp_write_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
	  margin-top: 15px;
}

.wp_solution #wp_write_list .wp_btn_wrt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 40px;
    font-size: 15px;
    font-family: var(--font-prer);
    background-color: #fff;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    transition: 0.2s;
}

.wp_solution #wp_write_list .wp_btn_wrt:hover {
    color: #fff;
    background-color: #393939;
    border: 1px solid #393939;
    transition: 0.4s;
}


/* 상단 좌측 토탈 스코어 */
.wp_solution #wp_total_score {
    min-width: 155px;
    font-size: 16px;
    font-family: var(--font-prer);
}

.wp_solution #wp_total_score .num {
    font-family: var(--font-presb);
}

.wp_solution #wp_total_score .page_num {
    font-family: var(--font-presb);
}


/* 상단 우측 서치바*/
.wp_solution #wp_min_sch {
    min-width: 280px;
}

.wp_solution #wp_min_sch>form {}

.wp_solution #wp_min_sch .min_sch_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.wp_solution #wp_min_sch .min_sch_inner select {
    width: 100px;
    min-width: 80px;
    height: 30px;
    padding: 0 5px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearence: none;
    background-image: url(/img/icon/ico_dwn.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.wp_solution #wp_min_sch .min_sch_inner .wp_shp_sch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 5px;
    background-color: #F3F3F3;
}

.wp_solution #wp_min_sch .min_sch_inner .wp_shp_sch input[type="text"] {
    border: none;
    background: none;
    font-size: 14px;
    font-family: var(--font-prel);
}

.wp_solution #wp_min_sch .min_sch_inner .wp_shp_sch input::placeholder {
    font-size: 14px;
    font-family: var(--font-prel);
}

.wp_solution #wp_min_sch .min_sch_inner .wp_shp_sch button {}

.wp_solution #wp_min_sch .min_sch_inner .wp_shp_sch button>img {
    min-width: 15px;
    min-height: 15px;
}




/* Pager */
.wp_solution #wp_stn_pager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.wp_solution #wp_stn_pager .pager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_solution #wp_stn_pager .pager>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-family: var(--font-prel);
}

.wp_solution #wp_stn_pager .pager .wp_pg_num {
    transition: 0.2s;
}

.wp_solution #wp_stn_pager .pager .wp_pg_num.on {
    color: #fff;
    border-radius: 50%;
    background-color: #67a7df;
    transition: 0.3s;
}

.wp_solution #wp_stn_pager .pager .wp_pg_num:hover {
    color: #fff;
    border-radius: 50%;
    background-color: #67a7df;
    transition: 0.3s;
}

.wp_solution #wp_stn_pager .pager .wp_pg_arrow {}

.wp_solution #wp_stn_pager .pager .wp_pg_arrow:hover svg path {
    fill: #67a7df;
}



/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 교수 리스트 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 프로필 컨텐츠 */
.wp_solution #shp_pf_list {}

.wp_solution #shp_pf_list .shp_slt_wrap {}

.wp_solution #shp_pf_list .shp_slt_ir {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 120px;
}

.wp_solution #shp_pf_list #top_mng {
    scroll-margin-top: 120px;
}

.wp_solution #shp_pf_list #mid_mng {
    scroll-margin-top: 120px;
}

.wp_solution #shp_pf_list #bot_mng {
    scroll-margin-top: 120px;
}

.wp_solution #shp_pf_list .pf_cont {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 45px;
}


.wp_solution #shp_pf_list .pf_cont .pf_hd {}

.wp_solution #shp_pf_list .pf_cont .pf_hd>.tit {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    font-family: var(--font-pre500);
}

.wp_solution #shp_pf_list .pf_cont .pf_hd>.tit::after {
    display: block;
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #DFDFDF;

}

.wp_solution #shp_pf_list .pf_cont .pf_bd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 45px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item {
    position: relative;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .16);
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .btn_pg_move {
    min-width: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #DFDFDF;
    transition: 0.4s;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .btn_pg_move:hover {
    opacity: 0.4;
    transition: 0.4s;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .btn_pg_move>img {}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item>.item_ir {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 25px;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt {}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt>.img_box {
    max-width: 245px;
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt>.img_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt>.img_box .img_ovly {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: rgba(57, 57, 57, .48);
    transition: 0.4s;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item:hover .item_ir .lt>.img_box .img_ovly {
    opacity: 1;
    opacity: 0.4s;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt>.img_box .img_ovly>img {}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .lt>.img_box .img_ovly>.ovly_txt {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt {
    flex-grow: 1;
    padding-top: 10px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top .top_tit {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top .top_tit>.nm {
    font-size: 20px;
    font-family: var(--font-pre600);
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top .top_tit>.pst {
    color: #0C46B9;
    font-size: 15px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top .top_info {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_top .top_info>li {
    font-size: 16px;
    font-family: var(--font-pre400);
    letter-spacing: -0.5px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt>hr {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #DFDFDF;
    border: unset;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_bot {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_bot .bot_tit {
    font-size: 16px;
    font-family: var(--font-pre600);
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_bot .bot_list {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_list .pf_cont .pf_bd .bd_item .item_ir .rt .rt_bot .bot_list>li {
    color: #7B7B7B;
    font-size: 15px;
    font-family: var(--font-pre400);
    white-space: pre-wrap;
    line-height: 30px;
}


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 교수 뷰 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
.wp_solution #shp_pf_view {}

.wp_solution #shp_pf_view .shp_slt_wrap {}

.wp_solution #shp_pf_view .shp_slt_ir {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px;
}


/* 왼쪽 영역 */
.wp_solution #shp_pf_view .shp_slt_ir .lt {
    max-width: 420px;
    width: 100%;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info {}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box::after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    margin-bottom: 40px;
    background-color: #C4C4C4;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .img_frm {
    /* border: 1px solid #DFDFDF; */
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .img_frm>img {}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm>.txt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm>.txt>.nm {
    font-size: 25px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm>.txt>.pst {
    color: #0C46B9;
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm .btn_pg_move {
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #DFDFDF;
    transition: 0.4s
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm .btn_pg_move:hover {
    opacity: 0.4;
    transition: 0.4s
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .img_box .tit_frm .btn_pg_move>img {}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .info_list {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .info_list>li {}

.wp_solution #shp_pf_view .shp_slt_ir .lt .pf_info .info_list>li>a {
    font-size: 16px;
    font-family: var(--font-pre400);
}


/* 오른쪽영역 */
.wp_solution #shp_pf_view .shp_slt_ir .rt {
    flex-grow: 1;
    padding: 25px 40px 60px;
    background-color: #F6F6F6;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 30px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item {}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_hd {}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_hd .hd_tit {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 80px;
    color: #393939;
    font-size: 20px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_hd .hd_tit::after {
    flex-grow: 1;
    display: block;
    content: "";
    height: 1px;
    background-color: #D4D4D4;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd {
    min-height: 80px;
    padding: 15px 0 0;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li>.year {
    display: block;
    min-width: 130px;
    color: #7B7B7B;
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li>.txt {
    color: #7B7B7B;
    font-size: 16px;
    font-family: var(--font-pre400);
    white-space: pre-wrap;
    line-height: 30px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li>.od_list {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
    color: #7B7B7B;
    font-size: 16px;
    font-family: var(--font-pre400);
    line-height: 24px;

    white-space: pre-wrap;
    line-height: 30px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li>.od_list>dt {
    width: 10px;
}

.wp_solution #shp_pf_view .shp_slt_ir .rt .rt_items .rt_item .item_bd .bd_list>li>.od_list>dd {}



/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 졸업생 */
/**********************************************************************************************************************/
.wp_solution #shp_slt_gdt {}

.wp_solution #shp_slt_gdt .shp_slt_wrap {}

.wp_solution #shp_slt_gdt .shp_slt_ir {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 40px;
}

.wp_solution #shp_slt_gdt .gdt_table {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 35px;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}


/* 머릿말 영역 */
.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 25px;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 5px;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg>a {
    position: relative;
    display: block;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    transition: 0.4s;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg>a.on {
    font-size: 16px;
    font-family: var(--font-pre700);
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg>a.on::after {
    position: absolute;
    left: 0;
    top: 110%;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0E9DE6;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg>.ico_box {}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.lt #wp_year_pg>.ico_box>img {}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_hd>.rt {}


/* 내용 영역 */
.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd {
    border-top: 1px solid #C8C8C8;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    align-items: center;
    min-height: 60px;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #C8C8C8;
}


.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row:nth-child(2n-1) {
    background-color: #F7F7F7;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row:first-child {
    background-color: #fff;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col {}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 5;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(5) {
    grid-column-start: 5;
    grid-column-end: 7;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(6) {
    grid-column-start: 7;
    grid-column-end: 16;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(7) {
    grid-column-start: 16;
    grid-column-end: 19;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col>.txt {
    color: #191919;
    font-size: 16px;
    font-family: var(--font-pre400);
    text-align: center;
}

.wp_solution #shp_slt_gdt .gdt_table .tb_list .list_item .gdt_bd .tb_row .tb_col:nth-child(6)>.txt {
    text-align: left;
}


/* 하단 영역 */
.wp_solution #shp_slt_gdt .gdt_table .gdt_bot {}


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 논문리스트 */
/**********************************************************************************************************************/
.wp_solution #shp_slt_tss {}

.wp_solution #shp_slt_tss .shp_slt_wrap {}

.wp_solution #shp_slt_tss .shp_slt_ir {}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}


/* 헤드 */
.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd .sel_year {}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd .sel_year .year_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd .sel_year .year_box>dt {
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd .sel_year .year_box>dd {}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_hd .sel_year .year_box>dd>select {
    min-width: 170px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/icon/ico_dwn.png') no-repeat 95% 50%/10px auto;
}


/* 바디 */
.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd {
    border-top: 1px solid #707070;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row {
    border-bottom: 1px solid #D4D4D4;
    transition: 0.4s;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row:hover {
    background-color: #eee;
    transition: 0.4s;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 0;
    cursor: unset;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir .wp_tb_col {
    padding: 0 15px;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row:first-child .tb_row_ir .wp_tb_col {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 5;
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row .tb_row_ir .wp_tb_col>.txt {
    min-height: 45px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre500);
}

.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_bd .wp_tb_row:first-child .tb_row_ir .wp_tb_col>.txt {
    min-height: unset;
}

/* 푸터 */
.wp_solution #shp_slt_tss .shp_slt_ir .tss_table .tb_ft {
    padding-top: 30px;
}

/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 학술대회 */
/**********************************************************************************************************************/
.wp_solution #shp_slt_acdm {}

.wp_solution #shp_slt_acdm .shp_slt_wrap {}

.wp_solution #shp_slt_acdm .shp_slt_ir {}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}


/* 헤드 */
.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd .sel_year {}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd .sel_year .year_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd .sel_year .year_box>dt {
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd .sel_year .year_box>dd {}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_hd .sel_year .year_box>dd>select {
    min-width: 170px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/icon/ico_dwn.png') no-repeat 95% 50%/10px auto;
}


/* 바디 */
.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir {
    display: block;
    padding: 15px 20px;
    cursor:unset;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
    color: #3D3D3D;
    font-size: 16px;
    font-family: var(--font-pre500);
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line>dt {
    min-width: 60px;
    width: 60px;
    padding: 10px 0;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line>dt>.txt {}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line>dd {
    flex-grow: 1;
    padding: 10px 0;
    border-bottom: 1px dashed #CFCFCF;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line:last-child>dd {
    border: none;
    padding-bottom: unset;
}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line>dd>.txt {}

.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_bd .acdm_item .item_ir .item_line:first-child>dd>.txt {
    color: #757575;
}


/* 푸터 */
.wp_solution #shp_slt_acdm .shp_slt_ir .acdm_list .acdm_ft {
    padding-top: 30px;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 특허출원 및 등록현황 */
/**********************************************************************************************************************/
.wp_solution {}

.wp_solution #shp_pt_list {}

.wp_solution #shp_pt_list .shp_slt_wrap {}

.wp_solution #shp_pt_list .shp_slt_ir {
    padding-top: 15px;
}

.wp_solution #shp_pt_list .ptt_table {
    border-top: 1px solid #707070;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row {
    border-bottom: 1px solid #D4D4D4;
    transition: 0.4s;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row:hover {
    background-color: #F2F2F2;
    transition: 0.4s;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row:first-child:hover {
    background-color: #fff;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .btn_sch_ico {
    position: absolute;
    right: 40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    transition: 0.2s;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row:hover .tb_row_ir .btn_sch_ico {
    opacity: 1;
    transition: 0.4s;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .btn_sch_ico>img {}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 8;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(3) {
    grid-column-start: 8;
    grid-column-end: 11;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col>.txt {
    color: #3D3D3D;
    font-size: 16px;
    font-family: var(--font-pre500);
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(1)>.txt {}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(2)>.txt {
    max-width: 90%;
    width: 100%;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(3)>.txt {
    width: 50%;
}

.wp_solution #shp_pt_list .ptt_table .wp_tb_row:first-child .tb_row_ir .wp_tb_col:nth-child(2)>.txt,
.wp_solution #shp_pt_list .ptt_table .wp_tb_row:first-child .tb_row_ir .wp_tb_col:nth-child(3)>.txt {
    max-width: unset;
    width: unset;
}


/* 모달창 */
.wp_solution #mdl_slt_pt {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.wp_solution #mdl_slt_pt .mdl_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.wp_solution #mdl_slt_pt .mdl_ir {
    position: relative;
    max-width: 360px;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #C8C8C8;
	box-shadow: 0px 2px 6px #0000003b;
}

.wp_solution #mdl_slt_pt .mdl_ir .btn_pt_cls {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.wp_solution #mdl_slt_pt .mdl_ir .btn_pt_cls>i {
    font-size: 15px;
    font-weight: bold;
}

.wp_solution #mdl_slt_pt .mdl_ir>.top {
    max-width: 280px;
    width: 100%;
}

.wp_solution #mdl_slt_pt .mdl_ir>.top>.txt {
    color: #393939;
    font-size: 15px;
    font-family: var(--font-pre400);
}

.wp_solution #mdl_slt_pt .mdl_ir>.bot {
    padding: 15px 20px;
    gap: 10px;
    background-color: #F6F6F6;
}

.wp_solution #mdl_slt_pt .mdl_ir>.bot>.info_txt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
}

.wp_solution #mdl_slt_pt .mdl_ir>.bot>.info_txt>dt {
    color: #5D5D5D;
    font-size: 16px;
    font-family: var(--font-pre200);
}

.wp_solution #mdl_slt_pt .mdl_ir>.bot>.info_txt>dd {
    color: #393939;
    font-size: 14px;
    font-family: var(--font-pre400);
}


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 연구비 */
/**********************************************************************************************************************/
.wp_solution #shp_slt_eps {}

.wp_solution #shp_slt_eps .shp_slt_wrap {}

.wp_solution #shp_slt_eps .shp_slt_ir {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 40px;
}

.wp_solution #shp_slt_eps .eps_table {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 35px;
}

/* 총합계 텍스트 */
.wp_solution #shp_slt_eps .eps_tt_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_solution #shp_slt_eps .eps_tt_box .tt_frm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 3px;
    border-bottom: 1px solid #949494;
}

.wp_solution #shp_slt_eps .eps_tt_box .tt_frm .tt_txt {
    color: #191919;
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_eps .eps_tt_box .tt_frm .tt_num {
    color: #191919;
    font-size: 16px;
    font-family: var(--font-pre700);
}

.wp_solution #shp_slt_eps .eps_table .tb_list {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 60px;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
}

/* 머릿말 영역 */
.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_hd>.lt {}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_hd>.lt .years {
    color: #191919;
    font-size: 20px;
    font-family: var(--font-pre600);
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_hd>.rt {}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_hd>.rt .tb_cap {
    color: #191919;
    font-size: 15px;
    font-family: var(--font-pre400);
}


/* 내용 영역 */
.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd {
    border-top: 1px solid #C8C8C8;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    min-height: 60px;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #C8C8C8;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row:first-child {
    background-color: #F7F7F7;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row:last-child {
    background-color: #F7F7F7;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd02 .tb_row:last-child {
    background-color: unset;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col {}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 4;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 8;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(4) {
    grid-column-start: 8;
    grid-column-end: 10;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(5) {
    grid-column-start: 10;
    grid-column-end: 12;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col:nth-child(6) {
    grid-column-start: 12;
    grid-column-end: 13;
}

.wp_solution #shp_slt_eps .eps_table .tb_list .list_item .eps_bd .tb_row .tb_col>.txt {
    color: #191919;
    font-size: 16px;
    font-family: var(--font-pre400);
    word-break: break-word;
}


/* 하단 영역 */
.wp_solution #shp_slt_eps .eps_table .eps_bot {}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 폴딩 슬라이드  */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
.wp_solution #shp_folding_list {}

.wp_solution #shp_folding_list .shp_slt_wrap {}

.wp_solution #shp_folding_list .shp_slt_ir {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 60px;
}

.wp_solution #shp_folding_list .fold_cont {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 60px;
}

.wp_solution #shp_folding_list .fold_cont .fold_hd {}

.wp_solution #shp_folding_list .fold_cont .fold_hd>.hd_tit {
    color: #2E2E2E;
    font-size: 30px;
    font-family: var(--font-pre500);
    text-align: center;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item {
    position: relative;
    border: 1px solid #DEDEDE;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 230px;
    gap: 50px;
    padding: 35px 40px 70px;
    overflow: hidden;
}

/* .wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item.on .item_top {
    height: fit-content;
} */

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .img_area {}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .img_area>.img_box {
    min-width: 130px;
    width: 130px;
    height: 160px;
    overflow: hidden;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .img_area>.img_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area {
    flex-grow: 1;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .hd_txt {}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .hd_txt>.tit {
    font-size: 18px;
    font-family: var(--font-pre600);
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 35px;
    line-height: 27px;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.des {
    color: #191919;
    font-size: 16px;
    font-family: var(--font-pre200);
    white-space: pre-wrap;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.pst_box {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.pst_box .top {
    line-height: 20px;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.pst_box>.top>.txt {
    display: block;
    font-size: 15px;
    font-family: var(--font-pre200);
    white-space: pre-wrap;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.pst_box>.bot {}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .bd_txt>.pst_box>.bot>.nm {
    font-size: 15px;
    font-family: var(--font-pre700);
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_bot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 1) 100%);
}


.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_bot .btn_swc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 5px;
    background: transparent;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_bot .btn_swc>.txt {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--font-pre200);
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_bot .btn_swc>.txt.on {
    display: none;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item .item_bot .btn_swc>.txt.off {
    display: flex;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item.on .item_bot .btn_swc>.txt.on {
    display: flex;
}

.wp_solution #shp_folding_list .fold_cont .fold_bd .fold_item.on .item_bot .btn_swc>.txt.off {
    display: none;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 인풋 공통 */
/**********************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------*/
.wp_solution #shp_slt_input {}

.wp_solution #shp_slt_input .shp_slt_wrap {}

.wp_solution #shp_slt_input .shp_slt_ir {}

.wp_solution #shp_slt_input .inp_table {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 15px;
}


/* 상단 영역 */
.wp_solution #shp_slt_input .inp_table .tb_hd {}

.wp_solution #shp_slt_input .inp_table .tb_hd .dg_txt {}

.wp_solution #shp_slt_input .inp_table .tb_hd .dg_txt>.txt {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 2px;
    color: #707070;
    font-size: 14px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_input .inp_table .tb_hd .dg_txt>.txt::before {
    display: block;
    content: "*";
    color: #D90B0B;
}


/* 내용 영역 */
.wp_solution #shp_slt_input .inp_table .tb_bd {
    border-top: 1px solid #707070;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row {
    display: grid;
    border-bottom: 1px solid #C4C4C4;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_col01 {
    grid-template-columns: repeat(1, 1fr);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_col02 {
    grid-template-columns: repeat(2, 1fr);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_col03 {
    grid-template-columns: repeat(5, 1fr);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col.col_wc01 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col.col_wc02 {
    grid-column-start: 2;
    grid-column-end: 6;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit {
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit02 {
    height: unset;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit03 {
    height: 200px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit>.tit_txt {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 3px;
    min-width: 66px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre500);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit>.tit_txt::before {
    display: block;
    content: "";
    min-width: 8px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_tit>.tit_txt.dg_star::before {
    display: block;
    content: "*";
    min-width: 8px;
    color: #D90B0B;
    font-size: 16px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box {}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box02 {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 15px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm {
    width: 100%;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm.frm_sz01 {}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm.frm_sz02 {
    max-width: 475px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm.frm_sz03 {
    max-width: 215px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm.frm_sz04 {
    max-width: 185px;
}


/* 가이드 텍스트 */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .gd_txt {
    padding-top: 5px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre400);
}

/* 인풋 텍스트 */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm>input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    border: 1px solid #C4C4C4;
    outline: none;
}

/* 인풋 셀렉트 */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm>select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    border: 1px solid #C4C4C4;
    outline: none;
    -webkit-appearance: none;
    /* for chrome */
    -moz-appearance: none;
    /*for firefox*/
    appearance: none;
    background: url('/img/icon/ico_dwn.png') no-repeat 95% 50%/10px auto;
}

/* 인풋 textarea */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm>textarea {
    width: 100%;
    min-height: 185px;
    padding: 0 10px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    border: 1px solid #C4C4C4;
    outline: none;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm>textarea.tta02 {
    width: 100%;
    min-height: 70px;
    padding: 0 10px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    border: 1px solid #C4C4C4;
    outline: none;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box .inp_frm>textarea.tta03 {
    width: 100%;
    min-height: 835px;
    padding: 0 10px;
    color: #393939;
    font-size: 16px;
    font-family: var(--font-pre200);
    border: 1px solid #C4C4C4;
    outline: none;
}

/* 인풋 file */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last {
    border: none;
    padding: 20px 10px 0;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 5px;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.tit {
    color: #707070;
    font-size: 15px;
    font-family: var(--font-pre200);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.tit>.dg_tit {
    color: #D90B0B;
    font-size: 14px;
    font-family: var(--font-pre400);
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.file_box {}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.file_box>input[type=file] {
    width: 210px;
    color: #707070;
    font-size: 14px;
    font-family: var(--font-pre400);
    border: 1px solid #C4C4C4;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.file_box>input[type=file]::file-selector-button {
    width: 90px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--font-pre200);
    background-color: #393939;
    border: none;
    outline: none;
    transition: 0.4s;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row.line_last .wp_line_file>.file_box>input[type=file]::file-selector-button:hover {
    background-color: #ccc;
    transition: 0.4s;
}

/* 라인추가 버튼 */
.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box02 .btn_line_add {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #191919;
    transition: 0.4s;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box02 .btn_line_add:hover {
    background-color: #ccc;
    transition: 0.4s;
}

.wp_solution #shp_slt_input .inp_table .tb_bd .wp_line_row .wp_line_col .col_inp .inp_box02 .btn_line_add>i {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}




/* 하단 영역 */
.wp_solution #shp_slt_input .inp_table .tb_ft {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 35px;
}

.wp_solution #shp_slt_input .inp_table .tb_ft .btn_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.wp_solution #shp_slt_input .inp_table .tb_ft .btn_list>.btn_cmp {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 85px;
    width: 100%;
    height: 40px;
    color: #393939;
    font-size: 15px;
    font-family: var(--font-pre400);
    border: 1px solid #ABABAB;
    background-color: #fff;
    box-sizing: border-box;
    transition: 0.4s;
}

.wp_solution #shp_slt_input .inp_table .tb_ft .btn_list>.btn_cmp:hover {
    color: #fff;
    background-color: #393939;
    border: 1px solid #393939;
    transition: 0.4s;
}

/**********************************************************************************************************************/