/*pretendard-css추가 24.10.25 수정*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");


/* ------------------------- */
* {font-family: 'Pretendard';}

body {}
.in_form_asp_div {width: 100%;}
.in_form_asp_div_body {width: 90%; margin: 40px auto; max-width:unset;}
form {background: #fff; padding: 50px 30px; border-radius: 20px;}

/* txt_box */
.txt_box {width: 100%;}
.txt_box h2 {font-size: 1.7em; margin-bottom: 20px;}
.txt_box ul {width: 100%; border-radius: 10px;}
.txt_box ul li {font-size: 1em;}
.txt_box ul li b {font-size: 1em;}
.txt_box ul li span {display: block; font-size: 0.9em; margin-left: 0;}
.txt_box ul li span b {font-size: 1em;}

/* table */
table {width: 95%; margin-top: 20px; letter-spacing: -0.5px;}
table th {font-size: 1em; font-weight: 550; text-align: center;}
table td {font-size: 0.95em;}
table td.tit12 {text-align: center;}

/* select, input */
select, input {padding: 5px 0; font-size: 1em;}

/* txt_box2 */
.txt_box2 ul {width: 95%;}
.txt_box2 ul li {font-size: 0.95em;}
p.check {text-align: left; width: 85%;}

/* btn_wrap */
.btn_wrap input {width: 25%; padding: 10px 0; letter-spacing: 1px; font-size: 1.1em;}
.btn_wrap input:first-child {margin-right: 3%;}