@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=block');
@import url('https://webfontworld.github.io/score/SCoreDream.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font-style: initial;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { font-size:10px; }
select{font-family: inherit; margin: 0;padding: 0;}
body { font-family:'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Dotum, 돋움, Arial, Helvetica, sans-serif; font-size:1.6rem; color:#111; line-height:1; position:relative; margin:0; }
ol, ul { list-style:none; }
blockquote, q {	quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content:none; }
table {	border-collapse:collapse; border-spacing:0; }
legend, caption { display:none; }
em, address { font-style:normal; font-weight:normal; }
button { cursor:pointer; border:0; background: transparent; font: inherit;padding:0;box-shadow:none;}
img { vertical-align:top; border:0; }
a { color:#111; text-decoration:none; }
a:active:hover, a:focus:hover, a:link:hover, a:visited:hover { text-decoration:none; }
input{padding: 0; border: none;border-radius: 0; box-sizing: border-box; font-family: inherit; outline: none;}
.hide{position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden;}
body.blocking { overflow: hidden; }
/*.overlay { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: 9; display: none; }*/
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 90; }


.header { position:relative; display:flex; justify-content:center; background-color:#033788; padding:17px 0; }
.header .btn_open_nav { position: absolute; left: 20px; top: 20px; width:25px; height:25px; background: url(../img/ico_menu_w.png) center/100% auto no-repeat; }
.header .logo { width:111px; height:31px; margin:0 0 0 20px; background: url(../img/logo.png) center/100% auto no-repeat; }
.header .logo a { display: block; width: 100%; height: 100%; }
.header.header_main { padding:0; /*background-color:transparent;*/ }
.header .nav { position:fixed; left:0; top:0; width:85%; height:100vh; background-color:#fff; z-index:99; display:none; }
.header .nav.on { display:block; }
.header .nav .nav_hd { display: flex; align-items: center; width: 100%; height:60px; background-color:#033788; }
.header .nav .nav_hd .nav_logo { width:85px; height:31px; margin:0 0 0 20px; background: url(../img/logo.png) center/100% auto no-repeat; }
.header .nav .nav_hd .nav_logo img { width:100%; }
.header .nav .nav_list { width:100%; }
.header .nav .nav_list li { width:100%; border-bottom:1px solid #dfdfdf; }
.header .nav .nav_list li > a,.header .nav .nav_list li > span { display:block; width:100%; height:60px; line-height:60px; font-size: 20px; font-weight: 600; box-sizing:border-box; padding-left:30px; }
.header .nav .nav_list li .sub_nav { background-color:#f2f2f2; padding:20px 0; border-top:1px solid #dfdfdf; }
.header .nav .nav_list li .sub_nav a { display:block; width:100%; height:45px; line-height:45px; font-size: 18px; font-weight: 500; box-sizing:border-box; padding-left:40px; }
.header .nav .nav_list li a.on { color:#033788; }
.header .nav .btn_close_nav { position: absolute; right: 25px; top: 20px; width:22px; height:22px; background: url(../img/ico_close.png) center/100% auto no-repeat; }
.header .language { position: absolute; right: 20px; top: 24px; width:84px; height:30px; }
.header .language a { display: block; width: 100%; height: 100%; }
.header .language.eng a { background: url(../img/eng.png) center/100% auto no-repeat; }
.header .language.kor a { background: url(../img/kor.png) center/100% auto no-repeat; }

.walk_main_visual { width:100%; }
.walk_main_visual img { width:100%; }
.walk_info { display: flex; flex-direction: column; justify-content: center; padding:40px 0 50px; }
.walk_info .info_txt { }
.walk_info .info_txt img { width:100%; }
.walk_info .btn_regi { width: 300px; height: 50px; background: url(../img/kor/btn_regi.png) no-repeat; background-size: 100% auto; margin: 50px auto 0; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.footer .f_menu { box-sizing:border-box; padding:50px 20px; background-color: #f7f7f7; }
.f_menu .host_sponsor + .host_sponsor { margin-top:20px; }
.f_menu .host_sponsor strong { display:block; font-size:18px; font-weight:500; margin-bottom:15px; }
.f_menu .host_sponsor .hs_lst { display:flex; }
.f_menu .host_sponsor .hs_lst span + span { margin-left:10px; }
.f_menu .host_sponsor .hs_lst span { box-sizing:border-box; }
.f_menu .host_sponsor .hs_lst span.i_aju { background: url(../img/kor/logo_aju.png) center/100% auto no-repeat; width: 105px; height: 50px; }
.f_menu .host_sponsor .hs_lst span.i_seoul { background: url(../img/kor/logo_seoul.png) center/auto 150% no-repeat; width: 130px; }
.f_menu .host_sponsor .hs_lst span.i_sports { background: url(../img/kor/logo_sports.png) center/auto 150% no-repeat; width: 130px; }
.f_menu .host_sponsor .hs_lst span.i_jongno { background: url(../img/kor/logo_jongno.png) center/100% auto no-repeat; display:none; }
.f_sns { display: flex; justify-content: center; background-color:#333; padding-top:20px; }
.f_sns li { width:50px; height:50px; }
.f_sns li a { display:block; width:100%; height:100%; }
.f_sns li.i_youtube a { background: url(../img/ico_youtube.png) center/100% no-repeat; }
.f_sns li.i_insta { margin-left:10px; }
.f_sns li.i_insta a { background: url(../img/ico_insta.png) center/100% no-repeat; }
.f_address { background-color:#333; font-size:13px; line-height:25px; color:#fff; text-align:center; padding:30px 0 35px; }
.f_address a { color:#fff; }
.f_address strong { font-size: 17px; }
.f_address li:nth-child(4) { display: flex; justify-content: center; }
.f_address .mail::before { content: ""; float: left; width: 1px; height: 10px; background-color: #fff; margin: 8px 5px 0 5px; }
.f_address li em { font-weight: 600; }

.copyright { height: 60px; line-height: 60px; font-size: 12px; color: #fff; text-align: center; background-color:#333; border-top:1px solid #484848; }

.sub_title { display: flex; align-items: center; height:120px; background: url(../img/bg_sub_v.png) no-repeat; background-size:cover; box-sizing:border-box; padding-left:25px; }
.sub_title h2 { font-size:38px; color:#fff; font-weight:600; }
.sub_con { box-sizing:border-box; padding:60px 25px 100px; }

.page_outline .s_logo { width: 162px; height: 54px; background: url(../img/kor/s_logo.png) no-repeat; background-size: 100% auto; margin:0 auto; }
.page_outline { padding-top:53px; }
.page_outline h3 { text-align:center; }
.page_outline h3 strong { display: block; font-size:30px; font-weight:600; line-height:40px; }
.page_outline h3 strong span { display: block; color:#0b3a96; }
.page_outline h3 em { display: block; font-size:13px; margin-top:10px; }
.page_outline .outline_info { margin-top:40px; }
.page_outline .outline_info .poster { width:100%; }
.page_outline .outline_info .poster img { width:100%; }
.page_outline .outline_info .info_lst { margin-top:50px; }
.page_outline .outline_info .info_lst > li + li { margin-top:40px; }
.page_outline .outline_info .info_lst > li { display:flex; flex-direction: column; justify-content: center; align-items: center; }
.page_outline .outline_info .info_lst > li strong { height:36px; line-height: 36px; font-size: 18px; color: #fff; font-weight: 500; background-color:#0b3a96; padding:0 20px; border-radius:18px; }
.page_outline .outline_info .info_lst > li span { margin-top:15px; font-size:20px; line-height: 29px; font-weight:500; text-align:center; }
.page_outline .outline_info .info_lst > li.memento ul { display:flex; flex-wrap: wrap; justify-content: space-between; margin-top:17px; }
.page_outline .outline_info .info_lst > li.memento ul li { width:calc(50% - 7px); }
.page_outline .outline_info .info_lst > li.memento ul li i { display: block; width:100%; box-sizing:border-box; border:1px solid #dfdfdf; }
.page_outline .outline_info .info_lst > li.memento ul li i img { width:100%; }
.page_outline .outline_info .info_lst > li.memento ul li span { display:block; margin:12px 0 20px; }
.page_outline .outline_info .info_lst > li.memento .t_01 { font-size:12px; color:#999; margin-top:0; }

.page_matter { display: flex; flex-direction: column; }
.page_matter .post { height: 45px; line-height: 45px; font-size: 16px; color: #fff; font-weight: 500; text-align: center; margin:40px auto 15px; background-color: #0b3a96; border-radius: 23px; padding: 0 25px; }
.page_matter .post.first { margin-top: 0; }
.page_matter ol { font-size: 20px; line-height: 30px; }
.page_matter ul { font-size: 16px; line-height: 25px; background-color: #f1f1f1; box-sizing: border-box; padding: 15px 20px; margin-top: 24px; }

.page_location .map_txt { margin-bottom: 2rem; text-align: center; } 
.page_location .map_txt strong { display: block; font-size: 25px; line-height: 33px; letter-spacing: -1.5px; font-weight: 600; }
.page_location .map_txt span { display: block; font-size: 18px; margin-top: 10px; }
.page_location .map { width: 100%; height: 400px; margin-top: 20px; } 
.page_location .map iframe { width: 100%; height: 100%; } 
.page_location .directions { margin-top: 40px; }
.page_location .directions img { width: 100%; }

.program_table { width: 100%; font-size: 20px; line-height: 30px; text-align: center; }
.program_table tr { display: flex; flex-direction: column; border-bottom: 1px solid #aaa; }
.program_table tr + tr { margin-top: 25px; }
.program_table td { font-size: 20px; font-weight: 600; line-height: 79px; }
.program_table .time { height: 45px; line-height: 45px; font-size: 18px; color: #fff; font-weight: 400; background-color: #033788; }
.page_program .info_txt { display: block; font-size: 15px; margin-top: 20px; }

.page_course .map_01 { width: 100%; margin-top: 15px; }
.page_course .map_01 img { width: 100%; }
.page_course .h_tit2 { display: block; font-size: 20px; font-weight: 600; margin-top: 40px; }
.page_course .h_tit2 em { font-size: 17px; font-weight: 400; margin-top: 15px; }
.page_course .map_02 { width: 100%; margin-top: 20px; }
.page_course .map_02 img { width: 100%; }

.page_community { padding:60px 20px 100px; }
.page_community .cmnt_tab { display: flex; }
.cmnt_tab a { flex: 1; height: 55px; line-height: 55px; border: 1px solid #dfdfdf; font-size: 20px; letter-spacing: -0.5px; text-align: center; }
.cmnt_tab a:nth-child(1) { border-right:0; }
.cmnt_tab a:nth-child(2) { border-left:0; }
.cmnt_tab a.on { background: #033788; border: 1px solid #033788; color: #fff; }
.cmnt_cont { margin-top: 30px; }
.cmnt_cont .cont_table { border-top: 1px solid #111; }
.cmnt_cont .cont_table li { border-bottom: 1px solid #ccc; padding: 19px 0 16px; }
.cmnt_cont .cont_table li .title { font-size: 18px; line-height: 28px; font-weight: 500; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.cmnt_cont .cont_table li .title em { float: left; width: 62px; height: 30px; line-height: 28px; font-size: 15px; text-align: center; box-sizing: border-box; border:1px solid #ccc; border-radius: 15px; margin-right: 10px; }
.cmnt_cont .cont_table li .title .i_lock { display: inline-block; width: 13px; height: 18px; background: url(../img/ico_lock.png) center/100% no-repeat; margin-left: 10px; }
.cmnt_cont .cont_table li.important .title { font-weight: 600; }
.cmnt_cont .cont_table li .name_area { display: flex; flex-start: space-between; margin-top: 6px; font-size: 15px; font-weight: 400; line-height: 30px; }
.cmnt_cont .cont_table li .name_area strong { font-weight: 400; }
.cmnt_cont .cont_table li .name_area span { position: relative; margin-left: 15px; }
.cmnt_cont .cont_table li .name_area span::before { content: ""; float: left; width: 1px; height: 13px; background-color: #ccc; margin: 9px 15px 0 0; }
.cmnt_cont .cont_table li .name_area .i_answer { display: block; width: 85px; height: 30px; line-height: 28px; font-size: 15px; color: #ff4733; text-align: center; box-sizing: border-box; border:1px solid #ff4733; border-radius: 15px; margin-right: 10px; margin-left:auto;}
.cmnt_cont .cont_table li .name_area .i_answer.completed { background-color: #ff4733; color: #fff; }
.cmnt_cont .search_box { margin-top: 25px; }
.cmnt_cont .search_box .s_column { display: flex; justify-content: space-between; }
.cmnt_cont .search_box .s_column + .s_column { margin-top: 10px; }
.cmnt_cont .search_box .s_column .select_option { position: relative; width: calc(50% - 8px); }
.cmnt_cont .search_box .s_column .select_option .sel { width: 100%; height: 45px; text-align: left; box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 10px; padding: 0 14px; color: #111; }
.cmnt_cont .search_box .s_column .select_option .sel::after { content: ''; display: block; width: 14px; height: 8px; position: absolute; right: 15px; top: 50%; background: url(../img/ico_arrow.png) no-repeat; background-size: 100% auto; transform: translateY(-50%); }
.cmnt_cont .search_box .s_column .select_option .sel_list { display: none; }
.cmnt_cont .search_box .s_column .select_option.on .sel::after { transform: translateY(-50%) rotate(0deg); }
.cmnt_cont .search_box .s_column .select_option .sel_list { display: none; position: absolute; left: 0; top: 50px; width: 100%; box-sizing: border-box; border:1px solid #111; background-color: #fff; border-radius: 10px; padding: 5px 0; z-index: 1; }
.cmnt_cont .search_box .s_column .select_option .sel_list li button { width: 100%; font-size: 13px; line-height: 28px; text-align: left; box-sizing: border-box; padding-left: 15px; color: #111; }
.cmnt_cont .search_box .s_column .select_option .sel_list li button:hover { font-weight: 500; }
.cmnt_cont .search_box .s_column .select_option.on .sel_list { display: block; }

.cmnt_cont .search_box .s_column .select_inp { width: calc(100% - 75px); height: 45px; box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 10px; padding: 0 14px; }
.cmnt_cont .search_box .s_column .select_btn_post { width: 70px; font-size: 15px; color: #fff; background-color: #333; border-radius: 10px; }

.paging { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin: 40px 0 0; }
.paging a { display: block; font-size: 17px; }
.paging .p_btn { box-sizing: border-box; }
.paging .p_btn.prev { display: inline-block; width: 25px; height: 25px; background: url(../img/paging_arrow.png) 0 -1px/100% no-repeat; transform: rotate(-180deg); }
.paging .p_btn.next { display: inline-block; width: 25px; height: 25px; background: url(../img/paging_arrow.png) 0 1px/100% no-repeat; }
.paging .on { font-weight: bold; }

.cmnt_btn_box { display: flex; justify-content: flex-start; width: 100%; margin-top:25px; }
.cmnt_btn_box .btn_write { width: 100%; height: 50px; line-height: 50px; font-size: 15px; color: #fff; text-align: center; background-color: #033788; border-radius: 10px; }
.cmnt_btn_box .btn_modify { width: 75px; height: 45px; line-height: 43px; font-size: 15px; text-align: center; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; }
.cmnt_btn_box .btn_delete { width: 75px; height: 45px; line-height: 43px; font-size: 15px; text-align: center; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; margin-left:10px; }
.cmnt_btn_box .btn_list { width: 100px; height: 45px; line-height: 45px; font-size: 15px; color: #fff; text-align: center; background-color: #033788; border-radius: 10px; margin-left:auto; }
.cmnt_btn_box .btn_cancel { width: 48%; height: 50px; line-height: 48px; font-size: 17px; text-align: center; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; }
.cmnt_btn_box .btn_write2 { width: 48%; height: 50px; line-height: 50px; font-size: 17px; color: #fff; text-align: center; background-color: #033788; border-radius: 10px; margin-left: auto; }

.cmnt_cont_view .view_hd { box-sizing: border-box; padding: 25px 10px; }
.cmnt_cont_view .view_hd .i_answer { display: block; width: 85px; height: 30px; line-height: 28px; font-size: 15px; color: #ff4733; text-align: center; font-weight: 400; box-sizing: border-box; border: 1px solid #ff4733; border-radius: 15px; margin-bottom: 10px; }
.cmnt_cont_view .view_hd .i_answer.completed { color: #fff; background-color: #ff4733; }
.cmnt_cont_view .view_hd .h_tit { font-size: 22px; font-weight: 600; line-height: 30px; } 
.cmnt_cont_view .view_hd .h_tit em { display: block; width: 64px; height: 30px; line-height: 30px; font-size: 15px; text-align: center; font-weight: 400; border-radius: 15px; box-sizing: border-box; border: 1px solid #ccc; margin-bottom: 10px; }
.cmnt_cont_view .view_hd .name { font-size: 15px; font-weight: 500; position: relative; margin-top: 15px; } 
.cmnt_cont_view .view_hd .name .date { display:inline-block; }
.cmnt_cont_view .view_hd .name .date::before { content:""; float: left; width: 1px; height: 13px; background-color: #ccc; margin: 2px 15px 0; }
.cmnt_cont_view .view_bd { box-sizing: border-box; padding: 35px 10px 40px; font-size: 19px; line-height: 30px; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.cmnt_cont_view .view_bd .img_box { width: 100%; }
.cmnt_cont_view .view_bd .img_box img { width: 100%; }
.cmnt_cont_view .view_bd .view_answer { box-sizing: border-box; padding: 40px 10px 0; border-top: 1px solid #111; margin-top: 40px; width:calc(100% + 20px); margin-left: -10px; }
.cmnt_cont_view .view_bd strong { display: block; width: 75px; height: 30px; line-height: 30px; font-size: 15px; color: #fff; text-align: center; font-weight: 400; background-color: #ff4733; border-radius: 15px; margin-bottom: 14px; }

.cont_table2 { border-bottom: 1px solid #111; padding-bottom: 40px; margin-bottom: 40px; }
.cont_table2 .tr { display: flex; flex-wrap: wrap; }
.cont_table2 .tr + .tr { margin-top: 30px; }
.cont_table2 .label { font-size: 20px; font-weight: 500; width: 100%; margin-bottom: 15px; }
.cont_table2 .inp_area { width: 100%; display: flex; flex-wrap: wrap; }
.cont_table2 .inp_area input { width: 100%; height: 55px; line-height: 53px; font-size: 16px; box-sizing: border-box; border: 1px solid #ccc; padding: 0 14px; }
.cont_table2 .inp_area .inp_01 { width: 100%; }
.cont_table2 .inp_area .inp_02 { width: 45%; }
.cont_table2 .inp_area .inp_03 { flex: 1; width: 100%; }
.cont_table2 .inp_area .inp_03 + .inp_03 { margin-left: 5px; }
.cont_table2 .inp_area .t_01 { width: 10%; line-height: 55px; text-align: center; }
.cont_table2 .inp_area .select_option { width: 100%; margin-top: 10px; }
.cont_table2 .inp_area .select_option .sel { width: 100%; height: 55px; line-height: 53px; box-sizing: border-box; border: 1px solid #ccc; }
.cont_table2 .select_option.so2 { position: relative; }
.cont_table2 .select_option.so2 .sel { width: 100%; height: 55px; line-height: 53px; font-size: 16px; text-align: left; box-sizing: border-box; border: 1px solid #ccc; padding: 0 15px; }
.cont_table2 .select_option.so2 .sel::after { content: ''; display: block; width: 14px; height: 8px; position: absolute; right: 15px; top: 50%; background: url(../img/ico_arrow.png) no-repeat; background-size: 100% auto; transform: translateY(-50%) rotate(0deg); }
.cont_table2 .select_option.so2 .sel_list { position: absolute; left: 0; top: 60px; width: 100%; border: 1px solid #cccccc; box-sizing: border-box; background-color: #fff; display: none; z-index: 1; }
.cont_table2 .select_option.so2 .sel_list li + li { border-top: 1px solid #eee; }
.cont_table2 .select_option.so2 .sel_list li { font-size: 15px; border-top: 1px solid #eeeeee; margin-top: 0; font-weight: 500; }
.cont_table2 .select_option.so2 .sel_list li .option_btn { width: 100%; height: 50px; line-height: 50px; font-size: 15px; font-weight: 400; text-align: left; padding: 0 14px; }
.cont_table2 .select_option.so2 .sel_list li:hover .option_btn { color: #033788; }
.cont_table2 .select_option.so2.on .sel_list { display: block; }
.cont_table2 .inp_area textarea { font-family: inherit; height: auto; width: 100%; height: 200px; font-size: 1.9rem; border: 1px solid #ccc; padding: 2.0rem 1.5rem; box-sizing: border-box; outline: none; resize: none; }
.cont_table2 .inp_area .max_length { display: block; width: 100%; text-align: right; font-size: 14px; margin: 10px 0 0; }
.cont_table2 .inp_area .inp_area_attach { display: flex; width: 100%; position: relative; }
.cont_table2 .btn_post_inp { border-right: 0; padding-right: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.cont_table2 .btn_post_inp2 { position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0; text-indent:-9999px; overflow:hidden; visibility:hidden}
.cont_table2 .btn_post { position: relative; width: 110px; height: 55px; line-height: 55px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #3b3b3b; cursor: pointer; border-radius: 0; margin-left: 0; flex-grow: 1; box-sizing: border-box; padding-left: 20px; }
.cont_table2 .btn_post::before { content: ""; position: absolute; left: 16px; top: 19px; display: block; width: 16px; height: 15px; background: url(../img/ico_attach.png) 0 0 no-repeat; background-size: 100% auto; }
.cont_table2 .inp_area .inp_area_attach .btn_post_inp { width: calc(100% - 110px); padding:0 30px 0 10px; }
.cont_table2 .inp_delete { position: absolute; top: 13px; right: 5px; width: 30px; height: 30px; background: url(../img/btn_close_inp.png) center no-repeat; }

/* pop */
.layer_wrap { position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: calc(100% - 40px); background-color: #fff; box-sizing: border-box; border:3px solid #033788; box-shadow: 0px 2px 20px 4px rgb(0 0 0 / 22%); z-index: 99; }
.layer_wrap .lay_title { width: 100%; height: 57px; line-height: 57px; font-size: 20px; color: #fff; box-sizing: border-box; padding-left: 25px; background-color: #033788; }
.layer_wrap .lay_con { box-sizing: border-box; padding: 30px 20px 40px;}
.layer_wrap .lay_con ul { width: 100%; }
.layer_wrap .lay_con ul .tr + .tr { margin-top: 20px; }
.layer_wrap .lay_con ul .tr {/* display: flex;*/ width: 100%; }
.layer_wrap .lay_con ul .tr .label { width: 82px; height: 50px; line-height: 48px; font-size: 16px; }
.layer_wrap .lay_con ul .tr input { width: 100%; height: 50px; line-height: 48px; font-size: 16px; box-sizing: border-box; border: 1px solid #ccc; padding: 0 9px; }
.layer_wrap .lay_con ul .tr .error { display: block; font-size: 12px; color: #ff4733; margin-top: 12px;; }
.layer_wrap .lay_con p { width: 100%; font-size: 21px; text-align: center; margin-top: 20px; }
.layer_wrap .lay_con .lay_btn { width: 100%; display: flex; justify-content: center; margin-top: 30px; }
.layer_wrap .lay_con .lay_btn button { width: 135px; height: 50px; line-height: 50px; font-size: 17px; box-sizing: border-box; border-radius: 10px; }
.layer_wrap .lay_con .lay_btn .ty1 { line-height: 48px; border:1px solid #dfdfdf; }
.layer_wrap .lay_con .lay_btn .ty2 { line-height: 50px; background-color: #033788; color: #fff; }
.layer_wrap .lay_con .lay_btn .ty1 + .ty2 { margin-left: 10px; }
.layer_wrap .btn_close { position: absolute; right: 30px; top: 20px; width: 22px; height: 22px; background: url(../img/btn_close_lay.png) no-repeat; }
.layer_wrap.ly_ty2 .lay_con { padding-top: 40px; }
.layer_wrap.ly_ty2 .btn_close { background: url(../img/btn_close_lay2.png) no-repeat; }

.layer_finish .lay_con { font-size: 14px; line-height: 22px; text-align: center; letter-spacing: -1px; padding: 45px 20px 40px; }
.layer_finish .lay_con span { display: block; font-size: 20px; margin-bottom: 10px; }
.layer_finish .lay_con strong { display: block; font-size: 30px; line-height: 38px; color: #033788; border-bottom: 1px solid #000; margin-bottom: 20px; padding-bottom: 20px; }
.layer_finish .btn_close { width: 20px; height: 20px; background: url(../img/ico_close_2.png) center/100% no-repeat; }

.layer_giveaway { height: 90%; }
.layer_giveaway .lay_con { height: 100%; font-size: 14px; line-height: 22px; text-align: center; letter-spacing: -1px; padding: 0; }
.layer_giveaway .lay_con .ga_con { display: block; width: 100%; height: 100%; overflow-y: scroll; box-sizing: border-box; padding: 45px 20px 40px; }
.layer_giveaway .lay_con strong { display: block; font-size: 25px; color: #033788; font-weight: 600; }
.layer_giveaway .lay_con span { display: block; font-size: 25px; color: #033788; font-weight: 600; margin-top: 10px; border-bottom: 1px solid #000; padding-bottom: 20px; }
.layer_giveaway .lay_con .p_01 { font-size: 14px; line-height: 22px; margin-top: 25px; }
.layer_giveaway .lay_con .p_02 { font-size: 14px; line-height: 22px; margin-top: 10px; }
.layer_giveaway .lay_con .p_03 { font-size: 13px; line-height: 20px; margin-top: 25px; color: #999; }
.layer_giveaway .lay_con .p_04 { font-size: 13px; line-height: 20px; margin-top: 12px; color: #999; }
.layer_giveaway .lay_con p em { color: #033788; }
.layer_giveaway .ga_lst { border-top: 1px solid #111; border-bottom: 1px solid #111; margin-top: 25px; padding: 10px 0; }
.layer_giveaway .ga_lst li { font-size: 13px; line-height: 22px; font-weight: 600; }
.layer_giveaway .ga_lst li em { color: #033788; }
.layer_giveaway .btn_close { width: 20px; height: 20px; background: url(../img/ico_close_2.png) center/100% no-repeat; }
.layer_giveaway .lay_con .lay_btn a { width: 150px; height: 50px; line-height: 50px; font-size: 17px; box-sizing: border-box; border-radius: 10px; }

.btn_top { position: fixed; right: 20px; bottom: 40px; width: 44px; height: 44px; background:#fff url(../img/ico_top.png) center/15px no-repeat; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; display: none; }

/* eng */
.eng .walk_info .btn_regi { background: url(../img/eng/btn_regi.png) no-repeat; background-size: 100% auto; }
.eng .page_outline { padding-top: 50px; }
.eng .page_outline .s_logo { width: 100%; height: 65px; background: url(../img/eng/s_logo.png) center no-repeat; background-size: auto 100%; margin:0 auto; }
.eng .page_matter .post { margin:40px auto 15px; }
.eng .page_matter .post.first { margin-top: 0; }
.eng .page_matter ol { font-size: 17px; line-height: 25px; }
.eng .page_matter ul { font-size: 13px; line-height: 19px; }
.eng .page_location .map_txt strong em { display: block; font-weight: 400; }
.eng .program_table td + td { font-size: 20px; line-height: 25px; font-weight: 600; padding: 30px 0; }
.eng .page_program .info_txt { font-size: 15px; line-height: 20px; text-align: center; }

.eng .cmnt_cont .cont_table li .name_area .i_answer { width: 150px; }
.eng .cmnt_cont .cont_table li .name_area .i_answer.completed { width: 85px; }
.eng .cmnt_cont_view .view_hd .i_answer { width: 150px; }
.eng .cmnt_cont_view .view_hd .i_answer.completed { width: 85px; }
.eng .cmnt_cont .cont_table li .title em { width: 74px; font-size: 12px; }
.eng .cmnt_tab a { font-size: 18px; }
.eng .cmnt_cont_view .view_hd .h_tit em { width: 74px; font-size: 12px; }
.eng .cmnt_cont .cont_table li .name_area .i_answer { font-size: 13px; }
.eng .cmnt_cont_view .view_bd strong { width: 160px; }