<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.frame {
    width: 300px;
    height: 31.9px;
    object-fit: contain;
}
.gnb_quick ul{
    display: flex;
    justify-content: space-between;
}
.gnb_quick ul li{
    width: 25%;
    text-align: center;
}
.gnb_quick ul li a{
    display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--grays-gray-01);
  height: 81px;
  line-height: 160px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.gnb_quick ul li:nth-child(1) a{
    background-image:url(../../img/main_quick_icon1.png);
}
.gnb_quick ul li:nth-child(2) a{
    background-image:url(../../img/main_quick_icon2.png);
}
.gnb_quick ul li:nth-child(3) a{
    background-image:url(../../img/main_quick_icon3.png);
}
.gnb_quick ul li:nth-child(4) a{
    background-image:url(../../img/main_quick_icon4.png);
}
.main_quick_banner{
    background-color: var(--grays-gray-04);
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 24px;
    padding-top: 9px;
}

.main_search{
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: var(--grays-gray-01);
}
.main_search select{
    width: 170px;
    height: 30px;
    border: solid 1px var(--grays-gray-04);
    background-color: var(--basic-white);
}
.main_section h3{
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    color: var(--grays-gray-01);
}
.main_section{
    margin-bottom: 11px;
}
.row_con{
    padding: 0 16px;
}
.row_con ul{
    display: flex;
    flex-wrap: wrap;
}
.row_con ul li{
    width: 50%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}
.row_con ul li a{
    display: block;
    border: 1px solid var(--grays-gray-04);
}
.row_con ul li a h5{
    padding: 10px;
    background-color: var(--grays-gray-05);
    /*height: 44px;*/
    /*line-height: 44px;*/
    text-align: center;
    color: var(--grays-gray-01);
    font-size: 14px;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}


/*.apply_detail_input_table_cell_right{*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    /*word-wrap:normal;*/
    /*overflow:hidden;*/
    /*font-size: 15px;*/
    /*font-weight: normal;*/
    /*font-stretch: normal;*/
    /*font-style: normal;*/
    /*line-height: 1.33;*/
    /*letter-spacing: normal;*/
    /*color: var(--grays-gray-01);*/
/*}*/

.row_con ul li a .con{
    padding: 0 15px 15px;
}
.row_con ul li a .con h6{
    padding-top: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    color: var(--grays-gray-01);
}
.row_con ul li a .con div p.point{
    line-height: 24px;
    height: 24px;
    font-size: 15px;
    color: var(--theme-primary-m);
}
.row_con ul li a .con div p{
    font-size: 12px;
    color: var(--grays-gray-01);
    line-height: 16px;
}

.main_section_like{
    position: absolute;
    top: 54px;
    right: 12px;
    background-color: #e8e8e8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.main_section2 h3{
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    color: var(--grays-gray-01);
}
.main_section2 ul li{
    padding: 8px 15px;
    border: solid 1px var(--grays-gray-04);
    background-color: var(--basic-white);
}
.row_con2{
    padding: 0 16px;
}
.row_con2 ul li h5{
    font-size: 15px;    
    height: 20px; 
    line-height: 1.6;
    color: var(--theme-primary-m);
}

.row_con2 ul li a .con h6{
    padding-top: 4px;
    height: 30px;
    line-height: 1.5;
    font-size: 16x;
    font-weight: bold;
    letter-spacing: -1px;
    color: var(--grays-gray-01);
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}
.row_con2 ul li a .con div{
    display: flex;
    justify-content: space-between;
}
.row_con2 ul li a .con div p.point{
    width: 30%;
    height: 16px;
    line-height: 1.33;
    font-size: 12px;
    color: var(--grays-gray-01);
}
.row_con2 ul li a .con div p{
    width: 70%;
    font-size: 12px;
    height: 16px;
    color: var(--grays-gray-01);
    line-height: 1.33;
}
.row_con2 ul li a .con div p .bold{
    font-weight: bold;    
}
.row_con2 ul li a .con div p .star{
    font-weight: bold;
    color: var(--grays-gray-02);    
}
.search_div ul li a .con h6{
    padding-top: 4px;
    max-height: 80px;
    line-height: 1.5;
    font-size: 16x;
    font-weight: bold;
    color: var(--grays-gray-01);
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap:normal;
    overflow:hidden;
}
.search_div{
    padding: 0 16px;
}
.search_div ul li h5{
    font-size: 15px;
    height: 20px;
    line-height: 1.6;
    color: var(--theme-primary-m);
}
.search_div ul li a .con div{
    display: flex;
    justify-content: space-between;
}
.search_div ul li a .con div p.point{
    width: 30%;
    height: 16px;
    line-height: 1.33;
    font-size: 12px;
    color: var(--grays-gray-01);
}
.search_div ul li a .con div p{
    width: 70%;
    font-size: 12px;
    height: 16px;
    color: var(--grays-gray-01);
    line-height: 1.33;
}
.search_div ul li a .con div p .bold{
    font-weight: bold;
}
.search_div ul li a .con div p .star{
    font-weight: bold;
    color: var(--grays-gray-02);
}</pre></body></html>