.wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 75px;
}
.wrap .title {
    margin-top: 150px;
}
.wrap .title h2{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.wrap .title h1{
    font-size: 50px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.wrap .title p{
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
}
.background_gray{
    background-color: #F9F9F9;
    padding: 20px 0;
}
.container_wrap{
    width: 1180px;
    margin: 0 auto;
}
.select_section h5{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 150%;
}
.select_wrap{
    display: flex;
    align-items: center;
}
.select_wrap select{
    height: 53px;
    margin: 0 10px 0 0 !important;
    font-size: 16px;
}
.small_btn{
    width: 20%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    line-height: 150%;
    background-color: #E87435;
    min-width: 100px;
}
.large_btn{
    width: 100%;
    border: 1px solid #E87435;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    line-height: 150%;
    background-color: #E87435;
    min-width: 100px;
    text-decoration: none;
}
.select_result{
    padding: 50px 0;
}
.select_result .result_title{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.select_result .result_title h2{
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 150%;
    border-left: 3px solid #E87435;
    padding-left: 10px;
}
.select_result .result_title .result{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 150%;
    word-break: keep-all;
}
.select_result .result_title:last-child{
    border: none;
    margin: 0;
}
.select_result strong{
    font-weight: bold !important;
}
.select_result a:not(.large_btn){
    text-decoration: underline !important;
}
.select_result .color h2{
    color: #E87435;
    border: none;
    padding: 0;
}
.select_result .border_none{
    border-bottom: none;
}
@media (max-width: 1180px) {
   .wrap{
        width: 90%;
    }
    .container_wrap{
        width: 90%;
    }
}

@media (max-width: 768px) {
    .wrap .title h1{
        font-size: 35px;
    }
    .wrap .title h2{
        font-size: 16px;
    }
    .small_btn{
        font-size: 16px;
    }
}
