#termDic { position: relative; flex: 1 }
#termDic .icon_load { margin-top: 100px; text-align: center }
.guide_header { position: relative; margin-bottom: 10px; background-color: #FFF; border-bottom: #DDD solid 1px }
.guide_header h3 { height: 80px; margin: 0; padding-left: 20px; font-weight: normal; font-size: 24px; color: #333; line-height: 80px }
.guide_header .guide_search { position: absolute; top: 22px; right: 20px }
.guide_header .guide_search .option_where { float: left }
.guide_header .guide_search .option_where select { width: 70px; height: 36px; font-size: 16px; border: none; border-bottom: #DDD solid 1px}
.guide_header .guide_search input[type="text"] { float: left; width: 150px; height: 35px; padding: 0 10px; font-size: 16px; border: none; border-bottom: #DDD solid 1px }
.guide_header .guide_search input[type="submit"] { float: left;width: 66px; height: 36px; font-size: 16px; color: #FFF; background-color: #69BFEF; border: none }
.guide_container { position: relative; padding: 0 20px; margin-bottom: 10px; background-color: #FFF; border-bottom: #DDD solid 1px }
.guide_table { width: 100% }
.guide_table caption { display: none }
.guide_table tr { height: 70px; font-size: 14px }
.guide_table thead tr { border-bottom: #69BFEF solid 2px }
.guide_table tbody tr { border-top: #EEE solid 1px }
.guide_table th { font-weight: normal; font-size: 16px; color: #4BBBF9 }
.guide_table td { color: #555; text-align: center }
.guide_table .td_term { font-weight: bold; font-size: 18px }
.guide_table .td_mean { padding-left: 20px; text-align: left }
.guide_footer { position: relative }
.guide_footer ul { font-size: 0 }
.guide_footer ul li { display: inline-block; margin-right: 10px }
.guide_footer ul li a { display: block; width: 50px; height: 50px; font-weight: bold; font-size: 16px; color: #098AD2; text-align: center; line-height: 50px; background-color: #FFF; border-bottom: #DDD solid 1px }
.guide_footer ul li a:hover { color: #333; border-bottom: #69BFEF solid 5px; transition: all 0.1s ease-in-out }
.guide_footer ul li a.active { color: #F90 }
.guide_footer .button_write { position: absolute; top: 0; right: 0 }
.guide_footer .button_write a { display: block; width: 100px; height: 50px; font-size: 18px; color: #098AD2; text-align: center; line-height: 50px; background-color: #FFF; border-bottom: #DDD solid 1px }