@charset "utf-8";

#trot_apply{max-width:95%;margin:0 auto 50px;color:#20242a;box-sizing:border-box}
#trot_apply *{box-sizing:border-box}
.trot_apply_head{padding:34px 28px;text-align:center;border:1px solid #e4e8ed;border-radius:16px;background:#fff}
.trot_apply_year{display:inline-block;margin-bottom:8px;padding:5px 11px;border-radius:999px;background:#183f7a;color:#fff;font-weight:700;line-height:1}
.trot_apply_head h2{margin:0;line-height:1.45;word-break:keep-all}
.trot_apply_head p{margin:10px 0 0;color:#6e7681;line-height:1.7}
.trot_apply_status{line-height:30px; align-items:center;justify-content:center;gap:12px;margin:16px 0 0;padding:13px 18px;border-radius:10px;text-align:center}
.trot_apply_status.is_open{background:#eef8f2;color:#18794e}
.trot_apply_status.is_closed{background:#f7f8fa;color:#5f6670}
.trot_reception_status{margin:16px 0 0;padding:20px;border:1px solid #dce4ef;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.trot_reception_title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.trot_reception_title strong{font-weight:700;color:#183f7a}
.trot_reception_title span{color:#7a838e;font-size:90%}
.trot_reception_numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.trot_reception_numbers.is_two{grid-template-columns:repeat(2,1fr)}
.trot_reception_numbers>div{padding:16px 12px;border-radius:10px;background:#f6f8fb;text-align:center}
.trot_reception_numbers span{display:block;margin-bottom:6px;color:#66707c}
.trot_reception_numbers strong{display:block;color:#20242a;font-size:1.5em;line-height:1.1}
.trot_reception_numbers strong em{margin-left:3px;font-size:.55em;font-style:normal;font-weight:500}
.trot_reception_numbers strong.text_value{font-size:1.15em;line-height:1.4}
.trot_reception_numbers .remaining{background:#eef8f2}
.trot_reception_numbers .remaining strong{color:#18794e}
.trot_reception_progress{height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:#edf0f4}
.trot_reception_progress span{display:block;height:100%;border-radius:999px;background:#183f7a}

.trot_summary{margin:24px 0 0;border-top:2px solid #333;border-bottom:1px solid #d3d9e0; font-size:92%}
.trot_summary dl{margin:0;padding:0}
.trot_summary dl>div{display:grid;grid-template-columns:200px minmax(0,1fr);border-bottom:1px solid #e4e8ed}
.trot_summary dl>div:last-child{border-bottom:0}
.trot_summary dt{padding:0.8em;background:#f9f9f9;font-weight:600; text-align:center}
.trot_summary dd{margin:0;padding:17px 18px;line-height:1.65}
.trot_summary ol{padding:0 15px }
.trot_summary ol li{padding:7px 0}
.trot_summary ul{padding:15px 0}
.trot_summary ul li{padding:7px 0}
.trot_sub_text{display:inline-block;margin-left:8px;color:#7b838d}
.trot_notice_box{margin:20px 0 0;padding:22px 24px;border:1px solid #e4e8ed;border-radius:12px;background:#fbfcfd; font-size:88%}
.trot_notice_box h3{margin:0 0 10px}
.trot_notice_box ul{margin:0;padding-left:20px}
.trot_notice_box li{margin:5px 0;line-height:1.65}
.trot_form_section{margin:34px 0 0; font-size:85%}
.trot_section_title{color:#183f7a; display:flex;align-items:flex-end;justify-content:space-between;gap:15px;  padding-bottom:10px; position:relative; padding-left:14px;}
.trot_section_title:before{content:'|'; position:absolute; left:0; top:0;  font-weight:800; color:#183f7a}
.trot_section_title h3{margin:0}
.trot_section_title p{margin:0;color:#7b838d}
.trot_section_title p span,.trot_form_label span,.trot_form_label b{color:#d33;font-weight:700}



.trot_form_section>.trot_form_row:nth-child(1 of .trot_form_row){border-top:1px solid #183f7a}

.trot_form_row{display:grid;grid-template-columns:190px minmax(0,1fr);border-bottom:1px solid #e4e8ed}
.trot_form_label{display:flex;align-items:center;min-height:70px;padding:16px 18px;background:#f9f9f9;font-weight:600;line-height:1.45;align-items:stretch;}
.trot_form_label label,.trot_form_label span{font-weight:inherit;}
.trot_form_field{min-width:0;padding:13px 16px;background:#fff; display:grid;align-content:center;}
.trot_input,.trot_select{width:100%;min-height:44px;padding:0 13px;border:1px solid #d3d9e0;border-radius:7px;background:#fff;color:#20242a;font:inherit;outline:none}
.trot_input:focus,.trot_select:focus{border-color:#183f7a;box-shadow:0 0 0 3px rgba(139,45,66,.08)}
.trot_file{width:100%;padding:10px 0;font:inherit}
.trot_help{margin:7px 0 0;color:#747c86;line-height:1.55}
.trot_radio_group{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;min-height:70px}
.trot_radio_group label{display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.trot_radio_group input{margin:0}
.trot_agree_box{margin-top:12px;border:1px solid #dfe4ea;border-radius:10px;overflow:hidden;background:#fff}
.trot_agree_box h4{margin:0;padding:15px 18px;border-bottom:1px solid #e4e8ed;background:#f9f9f9}
.trot_agree_text{max-height:280px;padding:18px;overflow-y:auto;color:#505861;line-height:1.7}
.trot_agree_text p{margin:0 0 7px}
.trot_agree_text p:last-child{margin-bottom:0}
.trot_agree_check{display:flex;align-items:flex-start;gap:8px;padding:14px 18px;border-top:1px solid #e4e8ed;background:#fff;line-height:1.5;cursor:pointer}
.trot_agree_check input{flex:0 0 auto;margin-top:3px}
.trot_rules{max-height:360px}
.trot_captcha{padding:18px;border-top:2px solid #183f7a;border-bottom:1px solid #e4e8ed;background:#fff}
.trot_final_notice{margin:26px 0 0;padding:18px 20px;border-radius:10px;background:#fff8ef;border:1px solid #f2dfc5;line-height:1.65}
.trot_final_notice strong{display:block;margin-bottom:5px}
.trot_final_notice p{margin:3px 0}
.trot_submit_wrap{display:flex;justify-content:center;margin:28px 0 0}


.trot_submit_btn,.trot_home_btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:50px;padding:0 24px;border:1px solid #183f7a;border-radius:9px;background:#183f7a;color:#fff;text-decoration:none;font:inherit;font-weight:600;cursor:pointer}
.trot_submit_btn:hover,.trot_home_btn:hover{background:#702235;color:#fff}
.trot_submit_btn.is_disabled{border-color:#c9ced5;background:#c9ced5;cursor:not-allowed}
.trot_honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.trot_apply_done{padding:30px 0}
.trot_done_box{max-width:720px;margin:0 auto;padding:50px 30px;border:1px solid #e4e8ed;border-radius:16px;background:#fff;text-align:center}
.trot_done_mark{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;margin-bottom:18px;border-radius:50%;background:#183f7a;color:#fff;font-size:30px;font-weight:700}
.trot_done_box h2{margin:0 0 14px}
.trot_done_box p{margin:6px 0;color:#626a74;line-height:1.7}

@media(max-width:768px){
    .trot_apply_head{padding:25px 18px}.trot_apply_head h2{font-size:20px}.trot_apply_head p{font-size:14px}.trot_apply_status{align-items:flex-start;flex-direction:column;gap:4px;text-align:left;font-size:13px}.trot_summary dl>div{grid-template-columns:1fr}.trot_summary dt{padding:11px 14px;font-size:14px}.trot_summary dd{padding:12px 14px;font-size:14px}.trot_sub_text{display:block;margin:4px 0 0}.trot_notice_box{padding:18px 16px;font-size:14px}.trot_section_title{align-items:flex-start;flex-direction:column;gap:5px}.trot_section_title h3{font-size:18px}.trot_section_title p{font-size:13px}.trot_form_row{grid-template-columns:1fr}.trot_form_label{min-height:auto;padding:11px 14px;font-size:14px}.trot_form_field{padding:12px 14px}.trot_input,.trot_select{font-size:16px}.trot_file{font-size:14px}.trot_help{font-size:13px}.trot_radio_group{align-items:flex-start;flex-direction:column;min-height:auto;font-size:14px}.trot_agree_box h4{padding:13px 14px;font-size:14px}.trot_agree_text{padding:14px;font-size:13px}.trot_agree_check{padding:13px 14px;font-size:13px}.trot_final_notice{padding:15px 16px;font-size:13px}.trot_submit_btn,.trot_home_btn{width:100%;font-size:15px}.trot_done_box{padding:36px 20px}.trot_done_box h2{font-size:20px}.trot_done_box p{font-size:14px}
}

@media(max-width:640px){
#trot_apply{max-width:100%}
.trot_reception_status{padding:16px}
.trot_reception_title{align-items:flex-start;flex-direction:column;gap:4px}
.trot_reception_numbers,.trot_reception_numbers.is_two{grid-template-columns:1fr}
}
