/*base*/

* {
    box-sizing: border-box;
    word-break: keep-all !important;
    font-family: 'Noto Sans KR';
}



/*select*/
/*btn*/

/*btn*/

/*font-*/
.text_11 {
    font-size: 0.6rem;
}

.font-hsans {
    font-family: 'Spoqa Han Sans';
}

.font-nanum {
    font-family: 'NanumSquareNeo';
}

.font-gmarket {
    font-family: "GmarketSans";
}

.font-ink {
    font-family: 'InkLipquid';
}

.flex_center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}




/*구글번역*/
#google_translate_element1 {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 2.7rem;
}

#google_translate_element1>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#google_translate_element1>div>div {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

#google_translate_element1>div>div>select::-ms-expand {
    display: none;
}

#google_translate_element1>div>div:after {
    font: 13px "Consolas", monospace;
    color: #333;
    transform: rotate(90deg);
    right: 11px;
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}

#google_translate_element1>div>div>select {
    flex-grow: 1;
    width: 100%;
    background: #fff url('../images/contents/select_arrow.png') no-repeat 90% 50%;
    background-size: 8px;
    background-position: calc(100% - 15px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 0.8rem;
    height: 2.4rem;
    float: right;
    margin: 5px 0px;
    padding: 0px 14px;
    line-height: 1.75rem !important;
    color: #333;
    border: 1px solid #ddd;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 10px;
}

#google_translate_element1>div>div>select:focus {
    outline: none;
    border: 1px solid #7165e5;
}

/*header_select*/
.wrap_select {
    max-width: 1024px;
    min-width: 250px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.wrap_select>header {
    position: relative !important;
    background-color: rgb(241 245 249) !important;
    height: auto !important;
}


/*input*/
.intt1 {
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.input_w1 {
    min-width: 70px;
}

.intt2 {
    line-height: 50px;
    border-radius: 5px;
    background: #fff;
}

/*input*/
/*btn*/
.btn1 {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    text-wrap: nowrap;
}

.inbtn1 {
    display: inline-block;
    color: #7165e5;
    line-height: 50px;
    border: 1px solid #7165e5;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    .btn1:hover {
        background: #000;
    }

    .inbtn1:hover {
        background: #999;
        border: 1px solid #999;
        color: #fff;

    }
}

/*btn*/

/*select*/
select::-ms-expand {
    display: none;
}

select.select1 {
    background: #fff url('../images/contents/select_arrow.png') no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

select.select2 {
    background: #fff url('../images/contents/select_arrow.png') no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
}


/*select*/

/*num*/
span.num {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;

}

/*input*/
.selradio1 {
    cursor: pointer;
    position: relative;
    appearance: none;
    background: #ebeff8;
    border: 1px solid rgba(0, 0, 0, 0.1);

}


.selradio1:checked {
    background: #7165e5 url('../images/contents/icon_dot_w.png') no-repeat center center;
    background-size: 8px;
    border: 1px solid #7165e5;
}

.selct_tablescroll{
height:500px;
overflow-y:auto
}