@charset "utf-8";
.form-area .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    color:#ffffff;
    border: 0;
    padding: 0 10px;
    font-size: 2.4rem;
    background-color: #3f7ad2;
}
.form-area {
    position: relative;
    border: 2px solid #3f7ad2;
    padding-right: 96px;
    margin-bottom: 30px;
}

.form-area .search-input{
    width: 100%;
    height: 48px;
    color: #2d2d2d;
    background-color: #fff;
    border: none;
    padding: 0 10px;
}


.form-area .search-input::placeholder{
	color:#737373;
}
[class*=" xi-"] {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dtl_catg_box {
    display: flex;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.dtl_catg {
    flex: 1;
}

.dtl_catg + .dtl_catg {
    margin-left: 30px;
}

.dtl_catg > select {
    width: 100%;
    appearance: none;
    background: url(../img/icon/icon_select_arrow.png) no-repeat 90% center / 20px 20px;
    border: 1px solid #ddd;
    height: 50px;
    padding: 10px 15px;
    font-size: 1.6rem;
    word-wrap: normal;
}