@charset "utf-8";
.wrap_box {/* border:1px solid #ddd; */padding: 4rem;margin-top: 4rem;margin-bottom:var(--sub_pd_half);background-color: #ffffff;/* border-radius:2rem; */border-radius: 2rem;}
.wrap_box .sec {padding:2rem 0; border-top:1px dashed #eee}
.wrap_box .sec:first-child {border:0}
.wrap_box dl {display:flex;gap:4rem;align-items: center;}
.wrap_box dl dt {font-size: 28px;font-weight: 700;width:25%}
.wrap_box dl dd {width:75%}
.box {/* border:1px solid #ddd; */border-radius: 2rem;/* padding: 2rem 3rem; *//* background-color: #fff; */}
.box2 {border: 1px solid var(--color-main);border-radius: 2rem;padding: 2rem;/* background-color: #ffffff; */}
.box2_sec {margin-bottom: 70px;}
.sub_con h3.point {
    font-size: 24px;
    /* border-bottom: 1px dashed #eee; */
    /* padding: 2rem 0; */
    padding-bottom: 2rem;
    font-weight: 600;
    color: #333;
    /* background-color: #ffffff; */
    border-radius: 2rem;
    /* border: 1px solid var(--color-main); */
}
.sub_con h3.point span {color:var(--color-main)}
#list_box {margin-bottom:140px}
.stand_info {/* background-color: #EFF7FC; */padding: 3rem;/* margin-bottom: 10%; */}
.stand_info .box {
    padding: 3rem 5rem;
    background-color: #fff;
    border-radius: 2rem;
    margin-bottom: 2rem;
    /* box-shadow: 0 6px 20px #20659130; */
    border: 1px solid #ddd;
}
.stand_info h4 {
    padding-bottom: 2rem;
    color: var(--color-main);
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
}
.stand_info .box2 {}
.call {/* margin-top:1rem; *//* background-color: #ffffff; *//* padding: 1.5rem 2rem; *//* border-radius: 1rem; *//* border: 1px solid #eee; *//* display: inline-block; */}
.call p {
    font-size: 20px;
}
.call p span {font-weight: 700;padding: 0 1rem;position: relative;color: var(--color-main);font-size: 24px;}
.call p span:first-child {margin-left:1rem}
.call p span:after {content:"";position:absolute;display:block;width:1px;height:70%;background-color:#888;right: -2px;top:50%;transform:translateY(-50%);}
.call p span:last-child::after {display:none}
.list {
    /* border: 1px solid #ddd; */
    /* border-radius: 2rem; */
    /* padding: 3rem; */
    /* margin-bottom: 2rem; */
}
.list li {
    margin-left: 1rem;
    padding: .5rem;
    word-break: keep-all;
    font-size: 18px;
}
.list li::marker {
    content:"\f058";
    /* display: inline-block; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-main);
}
.list li strong {color:var(--color-main)}
.form .check{position: relative;display: inline-block;vertical-align: middle;padding: 20px 0;width: 100%;height: 100%;display: inline-flex;justify-content: center;gap: 0 2rem;}
.form .check .input_list {
    width: auto;
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}
.form .check .input_list span {height:45px}
.form .check .search {
    width: 15%;
    height: 45px;
}
.form .check .input_list strong {font-weight:500; font-size:19px}
.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: #ffffff;margin-right: 2rem;margin-left: 1rem;width: 240px;font-size: 16px;border-radius: 4px;height: 100%;}
.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-main);color: #ffffff;border: unset;width: 100%;height: 100%;border-radius: .5rem;cursor: pointer;margin: 0;}
.center_table .t1 {margin-top:2rem}
.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:1205px) 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 screen and (max-width: 1024px) {
	.wrap_box {padding:2rem}
	.wrap_box dl {gap: 2rem;align-items: flex-start;}
	.stand_info {padding: 3rem 2rem;}
	.stand_info .box {
	padding: 2rem 1rem;
	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;
    margin-right:0;
}
	.form .check .input_list span {width:50%}
    .form .check .search {
    /* margin: 0 auto; */
    margin-top: 1rem;
    width: 50%;
}
	.form .check .input_list label {
    width: 20%;
}
    .form .check input, .form .check select {
    width: 74%;
    margin-right: 0;
	margin-left:0
}
	.form .check input.birthday {}
}

@media screen and (max-width: 767px) {
	.sub_sec + .sub_sec {margin: 50px auto;} 
	.form .check .input_list {gap:1rem}
	.form .check .input_list span {width:100%;}
	.full_bg.last {margin-bottom:0}
	.box {padding: .5rem;border-radius:1rem}
	.wrap_box {padding:1.5rem 1rem}
	.wrap_box dl {flex-wrap:wrap}
	.wrap_box dl dt {width:100%}
	.wrap_box dl dd {width:100%}
	.sec1 p {font-size:18px}
	.stand_info {
    padding: 2rem 1rem;
}
	.stand_info .box {
    padding: 0;
    border: unset;
    width: 100%;
}
	.stand_info h4 {
    font-size: 6vw;
    padding-bottom: 1rem;
}
	.call p {font-size: 17px;display: flex;flex-wrap: wrap;gap: 10px;}
	.call p span {/* width: 49%; */display: inline-block;padding: 0 8px 0 0;}
	.call p span:first-child {margin:0}
	.call p span:last-child {padding:0}
	.list li, .center_table .t1 th {font-size: 16px;}
	
	.form .check .input_list label {width:25%}
	.form .check input, .form .check select {width: 75%;}
	.form .check .search {margin: 1rem auto 0;width: 100%;}
	.form .check input.middle {font-size:4.8vw}
	.tb_layout td, .tb_layout th{min-width: unset;}
	.form .check .input_list strong {font-size:16px}
}