.font_16_400 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.font_18_600 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.font_24_600 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.logo_font {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #343434;
    font-family: 'GmarketSansMedium';
}
.font_w {
    color: #fff;
}
.font_b {
    color: #000;
}
.font_bl {
    color: #007BFF;
}
.input_box {
}
.input_box > input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b4b;
    outline: none;
}
.none_768 {
    display: block;
}
.block_768 {
    display: none;
}
.w_1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.sec_title > h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #343434;
}
.sec_title > p {
    margin-top: 12px;
    color: #343434;
    font-family: "Pretendard";
}
.py_80 {
    padding: 80px 0;
    box-sizing: border-box;
}
select{
    appearance: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	outline: 0;
    /*ios대응*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;

	/*화살표 배경 넣기*/
	background: url('../img/select_arrow.png') no-repeat 98% 50% #fff; /*화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
}
/* 0 */

@media screen and (max-width: 1280px) {
    .w_1280 {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .py_80 {
        padding: 24px 0;
    }
    .none_768 {
        display: none;
    }
    .block_768 {
        display: block;
    }
    .sec_title > h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .sec_title > p {
        margin-top: 4px;
        font-size: 16px;
        line-height: 20px;
    }
}
