@charset "utf-8";
.stand_info {background-color: #EFF7FC;padding: 3rem;margin-bottom: 10%;}
.stand_info .box {
    padding: 3rem 7rem;
    background-color: #fff;
    border-radius: 2rem;
    margin-bottom: 4rem;
    box-shadow: 0 6px 20px #20659130;
}
.stand_info h4 {
    padding-bottom: 2rem;
    color: var(--color-main);
    font-family: var(--font-point);
    text-align: center;
    line-height: 1.5;
}
.list {}
.list li {
    margin-left: 1rem;
    padding: .5rem;
    font-size: var(--font-size20);
}
.list li::marker {
    content:"\f058";
    /* display: inline-block; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-main);
}
.form .check{position: relative;display: inline-block;vertical-align: middle;padding: 20px 0;width: 100%;display: inline-flex;justify-content: space-between;}
.form .check .input_list {
    width: 70%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.form .check .search {
    width: 20%;
    height: 43px;
}
.form .check input, .form .check select {display:inline-block;vertical-align:middle;border-top:#c6c6c6 solid 1px;border-left:#c6c6c6 solid 1px;border-right:#eee solid 1px;border-bottom:#eee solid 1px;box-shadow:inset 0px 1px 1px #eee;line-height: 180%;padding: 2px 4px;background-color: #f7f7f7;margin-right: 2rem;}
.form .check input.birthday {margin-right:0}
.form .check input:focus{border-color: #005fca; background-color: #fdfdfd;}
.form .check input.middle{font-size: 20px;font-weight: 600;background-color: var(--color-main2);color: #fff;border: unset;width: 100%;height: 100%;}
.center_table .t1 td {background-color:#fff}
.center_table .t1 th {
    background-color: var(--color-main2);
    color: #fff;
}


/* PC (해상도 1300px ~ )*/ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {
	.stand_info .box {
    padding: 2rem 3rem;
}
    .form .check .input_list {
    width: 77%;
}
    .form .check .search {
    width: 18%;
}
    .form .check input, .form .check select {}

}

@media (max-width: 1024px) {
	.stand_info {padding:2rem}
	.stand_info .box {
	padding: 3rem 2rem;
	margin-bottom: 2rem;
	}
	.stand_info h4 {word-break:keep-all;}
	.form .check {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
    .form .check .input_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
    .form .check .search {
    margin: 0 auto;
}
	.form .check .input_list label {
    width: 20%;
}
    .form .check input, .form .check select {
    width: 74%;
    margin-right: 0;
}
	.form .check input.birthday {margin-top:1rem}
}

@media screen and (max-width: 767px) {
	.stand_info {
    padding: 1rem;
}
	.stand_info .box {
    padding: 2rem 1rem;
}
	.stand_info h4 {
    font-size: 6vw;
    padding-bottom: 1rem;
}
	.list li, .center_table .t1 th {font-size:4.5vw}
	.form .check .input_list label {width:25%}
	.form .check input, .form .check select {width: 70%;}
	.form .check .search {margin: 1rem auto 0;width: 100%;}
	.form .check input.middle {font-size:4.8vw}
	
}