@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400; 500; 700&display=block');

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, textarea { font-family: inherit; margin: 0; padding: 0; }
body { font-family:'SCDream','Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Dotum, 돋움, Arial, Helvetica, sans-serif; font-size:16px; color:#111; font-weight: 400;; line-height:1; min-width:1200px; 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; }
.inner { width: 1100px; margin: 0 auto; }

/* header */
.header { position: fixed; justify-content: space-between; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: 90px; background-color: #f4ae25; z-index: 99; }
.header .logo { margin-left: 40px; }
.header .logo a { display: block; width: 138px; height: 56px; background: url(../img/logo.png) no-repeat; }
.header nav { width: 100%; max-width: 1000px; min-width: 800px; margin:0 50px; }
.header .nav_list { display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: 500; width: 100%; }
.header .nav_list li { position: relative; }
.header .nav_list li a { display: block; color: #fff; font-size: 21px; position: relative; text-shadow: 0px 0px 5px #ff9658; }
.header .btn_regi_link { width: 190px; height: 90px; background-color: #f08200; }
.header .btn_regi_link a { display:flex; width: 100%; height: 100%; align-items: center; justify-content: center; font-size:21px; color:#fff; }
.header .btn_regi_link a i { width:20px; height:22px; margin-right:10px; flex-shrink: 0; background: url(../img/ico_etc_1.png) no-repeat; }

/* main */
.main { padding-top: 90px; }
.walk_main_visual { height: 787px; overflow: hidden; background: url(../img/bg_main_visual.png) center top no-repeat; background-size: cover; }
.walk_main_visual .inner { width: 616px; height: 370px; margin:103px auto 0; }
.walk_main_visual .inner img { width: 100%; height: 100%; }
.walk_info { height: 435px; background-color: #fffae4; display: flex; flex-direction: column; border-bottom: 1px solid #eee4b9;  }
.walk_info .info_txt { width:934px; margin:54px auto 0; }
.walk_info .btn_regi { display: block; width: 250px; height: 80px; margin: -13px auto 0; }
.walk_info .btn_regi_txt { display: block; font-size: 17px; color: #f08200; text-align: center; margin-top: 20px; font-weight: 500; }

/* footer */
.footer .inner { position: relative; padding: 40px 0 45px; }
.f_menu { display:flex; justify-content: center; }
.f_menu dl { display:flex; align-items: center; }
.f_menu dl.sponsor { margin-left:50px; }
.f_menu dl dt { font-size:20px; font-weight: 500; margin-right:20px; }
.f_menu dl dd + dd { margin-left:20px; }
.f_menu dl dd.i_aju { width: 134px; height: 20px; background: url(../img/logo_aju.png) no-repeat; }
.f_menu dl dd.i_abc { width: 69px; height: 22px; background: url(../img/logo_abc.png) no-repeat; }
.f_menu dl dd.i_ajp { width: 62px; height: 28px; background: url(../img/logo_ajp.png) no-repeat; }
.f_menu dl dd.i_seoul { width: 123px; height: 32px; background: url(../img/logo_seoul.png) no-repeat; margin-top: -8px; }

.f_address { margin-top:40px; }
.f_address li + li { margin-top:18px; }
.f_address li { font-size:15px; font-weight:400; text-align: center; }
.f_address li a {margin-left:10px;}
.f_sns { width: 133px; display: flex; margin: 30px auto 50px; }
.f_sns li { width:64px; height:64px; }
.f_sns li a { display: block; width:100%; height:100%; }
.f_sns li.i_youtube a { background: url(../img/ico_youtube.png) no-repeat; background-size: 100% auto; }
.f_sns li.i_instagram { margin-left:5px; }
.f_sns li.i_instagram a { background: url(../img/ico_instagram.png) no-repeat; background-size: 100% auto; }
.copyright { font-size:14px; margin-top:40px; text-align: center; }

/* sub */
.sub_title { background:url(../img/bg_sub_v.png) no-repeat; background-size: cover; }
.sub_title .inner { height: 230px; display: flex; justify-content: center; align-items: center; flex-direction: column; } 
.sub_title span.stit { width: 282px; height: 39px; background: url(../img/stit.png) no-repeat; margin-bottom: 12px; }
.sub_title h2 { font-size: 55px; letter-spacing: -0.5px; color: #fff; font-weight: 600; text-shadow: 0px 0px 5px #4dc3eb; }
.sub_con { border-bottom: 1px solid #dfdfdf; }
.sub_con .inner { width: 1100px; padding: 100px 0 200px; margin: 0 auto; } 
.sub_con .inner2 { width: 1000px; padding: 100px 0 200px; margin: 0 auto; } 

.page_outline .outline_info { display:flex; justify-content: space-between; } 
.page_outline .outline_info .poster { width: 530px; flex-shrink: 0; box-sizing: border-box; }
.page_outline .outline_info .poster span { display: block; width: 500px; height:676px; border:1px solid #f4ae25; padding: 14px; }
.page_outline .outline_info .poster img { width: 100%; }
.page_outline .outline_info .info_lst { width:522px; display: flex; flex-wrap: wrap; }
.page_outline .outline_info .info_lst > li { width: 100%;}
.page_outline .outline_info .info_lst > li > strong { display: block; font-size: 20px; color: #fba805; font-weight: 500; letter-spacing: -1px; }
.page_outline .outline_info .info_lst > li > span { display: block; font-size: 23px; font-weight: 500; letter-spacing: -2px; margin-top: 14px; }
.page_outline .outline_info .info_lst > li + li { margin-top: 28px; }
.page_outline .outline_info .info_lst > li:nth-child(1) span { font-size: 35px; font-weight: 600; }
.page_outline .outline_info .info_lst > li:nth-child(5) { width: 50%;}
.page_outline .outline_info .info_lst > li:nth-child(6) { width: 50%;}
.page_outline .outline_info .info_lst li.memento { display: flex; flex-wrap: wrap; margin-top: 45px; }
.page_outline .outline_info .info_lst li.memento > strong { display: block; width: 40%; }
.page_outline .outline_info .info_lst li.memento > span { display: block; width: 60%; text-align: right; font-size: 13px; color: #999; font-weight: 400; margin-top: 6px; }
.page_outline .outline_info .info_lst li.memento ul { display: flex; flex-wrap: wrap; width: 100%; margin-top:14px; }
.page_outline .outline_info .info_lst li.memento li { width:160px; border: 1px solid #dfdfdf; box-sizing: border-box; }
.page_outline .outline_info .info_lst li.memento li i { display: block; width: 158px; height: 122px; }
.page_outline .outline_info .info_lst li.memento li.item_01 i { background: url(../img/memento_item_01.png)no-repeat; }
.page_outline .outline_info .info_lst li.memento li.item_02 i { background: url(../img/memento_item_02.png)no-repeat; }
.page_outline .outline_info .info_lst li.memento li.item_03 i { background: url(../img/memento_item_03.png)no-repeat; }
.page_outline .outline_info .info_lst li.memento li.item_04 i { background: url(../img/memento_item_04.png)no-repeat; }
.page_outline .outline_info .info_lst li.memento li.item_05 i { background: url(../img/memento_item_05.png)no-repeat; }
.page_outline .outline_info .info_lst li.memento li span { display: block; width: 100%; height: 35px; font-size: 16px; line-height: 35px; color: #fff; background-color: #111; text-align: center; }
.page_outline .outline_info .info_lst li.memento li:nth-child(2),
.page_outline .outline_info .info_lst li.memento li:nth-child(3),
.page_outline .outline_info .info_lst li.memento li:nth-child(5) { margin-left: 21px; }

.page_outline .outline_info .info_lst li.memento li:nth-child(3),.page_outline .outline_info .info_lst li.memento li:nth-child(4) {display: none;}

.page_matter .post { display: inline-block; height: 37px; line-height: 37px; font-size: 20px; color: #fff; margin-top: 50px; background-color: #fba805; padding: 0 15px; } 
.page_matter .post:first-child { margin-top: 0; } 
.page_matter ol { line-height: 35px; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; margin-top: 26px; }
.page_matter ul { background: #f1f1f1; font-size: 15px; letter-spacing: -0.5px; line-height: 30px; padding: 20px 30px 20px; box-sizing: border-box; font-weight: 400; margin-top: 19px; width: 700px; } 

.page_location .map_txt { font-size: 30px; letter-spacing: -0.5px; font-weight: 500; margin-bottom: 30px; text-align: center; } 
.page_location .map { width: 1000px; height: 500px; } 
.page_location .transit { width: 1000px; margin-top: 78px; }

.page_program .program_date { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; letter-spacing: -1.5px; }
.page_program .program_date strong { font-size: 35px; font-weight: 600; }
.page_program .program_date span { font-size: 18px; font-weight: 400; }
.page_program .program_date span em { font-weight: 500; }
.page_program .program_date span::before { content: ""; clear: both; float: left; width: 7px; height: 7px; background-color: #94c964; margin:5px 6px 0 0; border-radius: 50%; }
.program_table { table-layout: fixed; width: 100%; }
.program_table tr { border-bottom: 1px solid #ccc; }
.program_table tr:last-child { border-bottom:1px solid #aaa; }
.program_table td { font-size: 20px; font-weight: 400; letter-spacing: -0.5px; text-align:center; line-height:35px; padding:24px 0; }
.program_table td span { display: block; line-height: 48px; }
.program_table thead { height: 60px; background-color:#fba805; }
.program_table thead tr:last-child { border-bottom:0; }
.program_table thead th { font-size:20px; color:#fff; font-weight:400; }
.program_table .por_tit span { font-weight: 500; }
.program_table .por_tit.por_tit2 span { font-size: 25px; font-weight: 600; color: #fba805; }
.program_table + .pro_info { display: block; font-size: 15px; letter-spacing: -0.5px; font-weight: 400; color: #999; margin-top: 29px; text-align: right; } 

.page_course .course_txt { text-align: center; }
.page_course .course_txt strong { display: block; font-size: 60px; }
.page_course .course_txt span { display: block; font-size: 20px; color: #666; margin-top: 25px; }
.page_course .h_tit { display:block; font-size:40px; font-weight:500; }
.page_course .map_01 { margin-top:35px; border-top: 1px solid #ccc; }
.page_course .h_tit2 { display:block; font-size:30px; font-weight:500; margin-top:100px; }
.page_course .h_tit2 em { font-size:18px; margin-left:15px; }


/*
.page_community .cmnt_tab { display: flex; }
.cmnt_tab a { flex: 1; height: 70px; line-height: 70px; color: #aaa; border: 1px solid #dfdfdf; font-size: 22px; 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: #fba805; border: 1px solid #fba805; color: #fff; }
.cmnt_cont { margin-top:80px; }
.cmnt_cont .cont_table { border-top:1px solid #e0e0e0; }
.cmnt_cont .cont_table li { height: 70px; border-bottom:1px solid #dfdfdf; }
.cmnt_cont .cont_table li > div { display: flex; align-items: center; width: 100%; height: 100%; font-size: 14px; text-align: center; }
.cmnt_cont .cont_table li > a { display: flex; align-items: center; width: 100%; height: 100%; font-size: 14px; text-align: center; }
.cmnt_cont .cont_table li span:nth-child(1) { width:90px; }
.cmnt_cont .cont_table li span:nth-child(2) { width:700px; box-sizing:border-box; padding-left:45px; text-align:left; }
.cmnt_cont .cont_table li span:nth-child(3) { width:150px; }
.cmnt_cont .cont_table li span:nth-child(4) { width:160px; }
.cmnt_cont .cont_table li.th { height:60px; background-color:#f6f6f6; border-bottom:0; }
.cmnt_cont .cont_table li.th span { text-align: center; font-weight: 500; }
.cmnt_cont .cont_table li .i_answer { display: inline-block; width: 87px; height: 27px; line-height: 25px; font-size: 12px; color: #ec6b5d; text-align: center; box-sizing: border-box; border:1px solid #ec6b5d; margin-right: 20px; border-radius: 3px; }
.cmnt_cont .cont_table li .i_answer.completed { background-color: #ec6b5d; color: #fff; }
.cmnt_cont .cont_table li .i_lock { display: inline-block; width: 12px; height: 16px; background: url(../img/ico_lock.png) no-repeat; margin-left: 15px; } 
.cmnt_cont .cont_table li.important { font-weight: 500; }
.cmnt_search { display: flex; justify-content: center; margin-top: 40px; gap: 5px; }
.cmnt_search .select_option { position: relative; }
.cmnt_search .select_option .sel { position: relative; width: 100px; height: 40px; font-size: 13px; text-align: left; box-sizing: border-box; border:1px solid #dfdfdf; padding: 0 14px; border-radius: 5px; }
.cmnt_search .select_option .sel.sel2 { width: 150px; }
.cmnt_search .select_option .sel::after { content: ''; display: block; width: 10px; height: 6px; position: absolute; right: 15px; top: 50%; background: url(../img/ico_arrow.png) no-repeat; background-size: 100% auto; transform: translateY(-50%) rotate(180deg); }
.cmnt_search .select_option.on .sel::after { transform: translateY(-50%) rotate(0deg); }
.cmnt_search .select_option .sel_list { display: none; position: absolute; left: 0; top: 43px; width: 100%; box-sizing: border-box; border:1px solid #111; background-color: #fff; border-radius: 5px; padding: 5px 0; z-index: 1; }
.cmnt_search .select_option .sel_list li button { width: 100%; font-size: 13px; line-height: 28px; text-align: left; box-sizing: border-box; padding-left: 15px; }
.cmnt_search .select_option .sel_list li button:hover { font-weight: 500; }
.cmnt_search .select_option.on .sel_list { display: block; }
.cmnt_search .select_inp { width: 250px; height: 40px; font-size: 13px; box-sizing: border-box; border:1px solid #dfdfdf; padding: 0 14px; border-radius: 5px; }
.cmnt_search .select_btn_post { width: 80px; height: 40px; font-size: 14px; color: #fff; background-color: #3b3b3b; border-radius: 5px; }
.paging { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 50px; } 
.paging a { display: block; font-size: 14px; color: #999; } 
.paging .p_btn { box-sizing: border-box; } 
.paging .p_btn.prev { display: inline-block; width: 32px; height: 32px; background: url(../img/btn_paging_arr.png) no-repeat 50% 50%; transform: rotate(-180deg); } 
.paging .p_btn.next { display: inline-block; width: 32px; height: 32px; background: url(../img/btn_paging_arr.png) no-repeat 50% 50%; } 
.paging .on { color: #111; font-weight: bold; } 

.cmnt_btn_box { display: flex; width: 100%; margin-top:20px; }
.cmnt_btn_box.jc_center { justify-content: center; }
.cmnt_btn_box .btn_write { width: 140px; height: 44px; line-height: 44px; font-size: 16px; color: #fff; text-align: center; background-color: #00b051; border-radius: 5px; margin-left: auto; }
.cmnt_btn_box .btn_list { width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; background-color: #00b051; border-radius: 5px; margin-left: auto; }
.cmnt_btn_box .btn_modify,.cmnt_btn_box .btn_delete { width: 80px; height: 40px; line-height: 38px; font-size: 14px; text-align: center; box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 5px; }
.cmnt_btn_box .btn_delete { margin-left: 3px; }
.cmnt_btn_box .btn_cancel { width: 180px; height: 60px; line-height: 60px; font-size: 18px; text-align: center; border:1px solid #ccc; border-radius: 10px; }
.cmnt_btn_box .btn_write2 { width: 180px; height: 60px; line-height: 60px; font-size: 18px; color: #fff; text-align: center; background-color: #00b051; border-radius: 10px; }
.cmnt_btn_box .btn_cancel + .btn_write2 { margin-left: 10px; }

.cmnt_cont_view { margin-top: 80px; }
.cmnt_cont_view .view_hd { position: relative; border-top: 2px solid #111; border-bottom: 1px solid #dfdfdf; box-sizing: border-box; padding: 35px 30px 28px; }
.cmnt_cont_view .view_hd .h_tit { display: block; font-size: 22px; font-weight: 500; }
.cmnt_cont_view .view_hd .name { display: block; font-size: 14px; margin-top: 18px; } 
.cmnt_cont_view .view_hd .name .date { color: #888; margin-left: 15px; } 
.cmnt_cont_view .view_hd .i_answer { position: absolute; right: 25px; top: 25px; display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; font-size: 12px; color: #ec6b5d; text-align: center; box-sizing: border-box; border:1px solid #ec6b5d; border-radius: 50%; }
.cmnt_cont_view .view_hd .i_answer.completed { background-color: #ec6b5d; color: #fff; }
.cmnt_cont_view .view_bd { padding: 40px 30px 100px; font-size: 16px; line-height: 30px; border-bottom: 1px solid #dfdfdf; }
.cmnt_cont_view .view_bd .img_box { margin-top: 40px; width: auto; height: auto; max-width: 900px; max-height: 1200px; }
.cmnt_cont_view .view_bd .img_box img { width: auto; height: auto; }
.cmnt_cont_view .view_bd .view_answer { width: calc( 100% + 60px); box-sizing: border-box; border-top: 1px solid #dfdfdf; padding: 50px 30px 0; margin: 100px 0 0 -30px; }
.cmnt_cont_view .view_bd .view_answer strong { display: block; width: 64px; height: 27px; line-height: 27px; font-size: 12px; color: #fff; font-weight: 400; text-align: center; border-radius: 3px; background-color: #ec6b5d; margin-bottom: 14px; }

.cont_table2 { border-top: 2px solid #111; }
.cont_table2 .tr { display: flex; border-bottom: 1px solid #dfdfdf; }
.cont_table2 .tr .label { width: 200px; text-align: center; background-color: #f7f7f7; align-content: center; }
.cont_table2 .tr .inp_area { width: calc(100% - 200px); padding: 10px 30px; box-sizing: border-box; }
.cont_table2 .tr .inp_area.inp_area_flex { display: flex; }
.cont_table2 .tr .inp_area .inp_area_attach { display: flex; width: 630px; position: relative; }
.cont_table2 .tr input { width: 630px; height: 50px; line-height: 48px; font-size: 16px; box-sizing: border-box; border: 1px solid #ccc; padding: 0 15px; }
.cont_table2 .tr textarea { width: 630px; height: 420px; line-height: 48px; font-size: 16px; line-height: 30px; box-sizing: border-box; border: 1px solid #ccc; padding: 15px 15px; resize: none; }
.cont_table2 .tr .inp_02 { width: 200px; }
.cont_table2 .tr .inp_03 { width: 150px; }
.cont_table2 .tr .inp_03 + .inp_03 { margin-left: 5px; }
.cont_table2 .tr .inp_04 { width: calc(100% - 110px); border-left: 0; }
.cont_table2 .tr .t_01 { width: 32px; line-height: 50px; font-size: 16px; text-align: center; }
.cont_table2 .tr .select_option.so2 { position: relative; margin-left: 10px; }
.cont_table2 .tr .select_option.so2 .sel { width: 188px; height: 50px; line-height: 48px; font-size: 16px; text-align: left; box-sizing: border-box; border: 1px solid #ccc; padding: 0 15px; }
.cont_table2 .tr .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(180deg); }
.cont_table2 .tr .select_option.so2 .sel_list { position: absolute; left: 0; top: 52px; width: 100%; border: 1px solid #cccccc; background-color: #fff; display: none; }
.cont_table2 .tr .select_option.so2 .sel_list li + li { border-top: 1px solid #eee; }
.cont_table2 .tr .select_option.so2 .sel_list li { font-size: 15px; border-top: 1px solid #eeeeee; margin-top: 0; font-weight: 500; }
.cont_table2 .tr .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 .tr .select_option.so2 .sel_list li:hover .option_btn { color: #f55; }
.cont_table2 .tr .btn_post { position: relative; width: 110px; height: 50px; line-height: 50px; font-size: 14px; color: #fff; text-align: left; box-sizing: border-box; background-color: #3b3b3b; padding-left: 42px; overflow: hidden; }
.cont_table2 .tr .btn_post::before { content: ""; position: absolute; left: 16px; top: 16px; display: block; width: 20px; height: 18px; background: url(../img/ico_attach.png) 0 0 no-repeat; }
.cont_table2 .tr .inp_delete { display: block; position: absolute; right: 20px; top: 19px; display: block; width: 12px; height: 12px; background: url(../img/btn_close_inp.png) no-repeat; }
.cont_table2 .tr .max_length { display: block; width: 630px; text-align: right; font-size: 14px; margin: 30px 0 10px; }
.cont_table2 + .cunt_btn_box { margin-top: 40px; }
.cont_table2 .tr .btn_post_inp { width: calc(100% - 110px); border-left: 0; }
.cont_table2 .tr .btn_post_inp2 { position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0; text-indent:-9999px; overflow:hidden; visibility:hidden}
*/