@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: 89px; background-color: #0b3a96; border-bottom: 1px solid #1c51b9;  z-index: 99; }
.header .logo { margin-left: 30px; }
.header .logo a { display: block; width: 170px; height: 46px; 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 .nav_item { position: relative; }
.header .nav_list .nav_item a,.header .nav_list .nav_item span { display: block; color: #fff; font-size: 18px; position: relative; }
.header .nav_list .nav_item > a { line-height: 50px; }
.header .nav_list .nav_item.curr > a { color: #7eaaff; }
.header .nav_list .nav_item > a::after { content: ''; display: inline-block; width: 100%; height: 5px; background: #7eaaff; position: absolute; bottom: -20px; left: 0; opacity: 0; transition: all 0.2s; } 
.header .nav_list .nav_item.curr > a::after { opacity: 1; }
.header .nav_item .sub_nav { position: absolute; top: 100%; background: #fff; color: #111111; box-shadow: 0px -9px 20px 0px rgb(0 0 0 / 33%); box-sizing: border-box; height: 50px; gap: 30px; width: 211px; display: flex; justify-content: center; align-items: center; font-weight: 400; display: none; }
.header .nav_list .sub_nav.on { display: flex; }
.header .nav_item .sub_nav a { display: block; font-size: 16px; color: #111; font-weight: 500; }
.header .nav_list .sub_nav a:hover { color: #0b3a96; }
.header .nav_list .sub_nav a.on { color: #0b3a96; }
.header .nav_list .nav_item.active .sub_nav { display: flex; }
.header .nav_item:nth-child(1) .sub_nav { width: 301px; }
.header .nav_item:nth-child(5) .sub_nav { width: 215px; }
.header .language { margin-right: 30px; display:flex; }
.header .language div + div::before { content:""; float:left; width:1px; height:13px; background-color:#3c61ab; margin:2px 15px 0 15px; }
.header .language div a { display:flex; align-items: center; font-size:16px; color:#fff; }
.header .language div a i { float:left; width:18px; height:18px; margin-right:5px; flex-shrink: 0; }
.header .language .kor a i { background: url(../img/ico_kor.png) no-repeat; }
.header .language .eng a i { background: url(../img/ico_eng.png) no-repeat; }

/* main */
.main { padding-top: 90px; }
.walk_main_visual { height: 900px; overflow: hidden; background: url(../img/bg_main_visual.png) no-repeat center top; background-size: cover; }
.walk_main_visual .inner { display: flex; align-items: center; justify-content: center; height: 100%; }
.walk_main_visual img { width: 784px; height: 498px; margin-top: -14%; }
.walk_info { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 0 100px; }
.walk_info .info_txt { width:914px; height: 280px; background: url(../img/kor/walk_target.png) no-repeat; }
.walk_info .btn_regi { width: 340px; height: 90px; background: url(../img/kor/btn_regi.png) no-repeat; margin-top: 49px; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

/* footer */
.footer { background: #f7f7f7; }
.footer .inner { position: relative; padding: 58px 0 50px; }
.f_menu { display:flex; }
.f_menu dl { display:flex; align-items: center; }
.f_menu dl.sponsor { margin-left:50px; }
.f_menu dl dt { font-size:18px; margin-right:15px; }
.f_menu dl dd + dd { margin-left:30px; }
.f_menu dl dd.i_aju { width: 248px; height: 24px; background: url(../img/kor/logo_aju.png) no-repeat; }
.f_menu dl dd.i_seoul { width: 117px; height: 30px; background: url(../img/kor/logo_seoul.png) no-repeat; }
.f_menu dl dd.i_sports { width: 133px; height: 39px; background: url(../img/kor/logo_sports.png) no-repeat; }
.f_menu dl dd.i_jongno { width: 112px; height: 33px; background: url(../img/kor/logo_jongno.png) no-repeat; display:none; }
.f_menu .f_sns { position:absolute; right:0; top:50px; display: flex; }
.f_menu .f_sns li { width:70px; height:70px; }
.f_menu .f_sns li a { display: block; width:100%; height:100%; }
.f_menu .f_sns li.i_youtube a { background: url(../img/ico_youtube.png) no-repeat; }
.f_menu .f_sns li.i_insta { margin-left:5px; }
.f_menu .f_sns li.i_insta a { background: url(../img/ico_insta.png) no-repeat; }
.f_address { margin-top:49px; }
.f_address li + li { margin-top:16px; }
.f_address li { font-size:15px; font-weight:400; }
.f_address li:nth-child(1) { font-size:18px; font-weight:500; }
.f_address li:nth-child(3) { display:flex; }
.f_address li:nth-child(3) > :nth-child(2),.f_address li:nth-child(3) > :nth-child(3) { margin-left:15px; }
.f_address li:nth-child(3) > :nth-child(2)::before,.f_address li:nth-child(3) > :nth-child(3)::before { content:""; float:left; width:1px; height:13px; background-color:#7b7b7b; margin:2px 15px 0 0; }
.copyright { font-size:14px; margin-top:38px; }

/* sub */
.sub_title { background:#0b3a96 url(../img/bg_sub_v.png) no-repeat; background-size: cover; }
.sub_title .inner { height: 200px; }
.sub_title h2 { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
.sub_title h2 strong { font-size: 50px; letter-spacing: -0.5px; font-weight: 500; margin-top: 58px; }
.sub_title h2 span { font-size: 20px; letter-spacing: 0px; font-weight: normal; margin-top: 17px; }
.sub_con .inner { width: 1100px; padding: 100px 0 200px; margin: 0 auto; }

.page_outline .s_logo { width: 324px; height: 108px; background: url(../img/kor/etc_01.png) no-repeat; margin:0 auto; }
.page_outline h3 { text-align:center; margin-top: 40px; }
.page_outline h3 { display: block; font-size: 60px; letter-spacing: -4.5px; font-weight:600; display: block; } 
.page_outline h3 span { color: #0b3a96; }
.page_outline h3 em { display: block; font-size: 25px; letter-spacing: -0.5px; box-sizing: border-box; margin-top: 29px; } 
.page_outline .outline_info { margin-top: 70px; display:flex; justify-content: space-between; } 
.page_outline .outline_info .poster { width: 500px; flex-shrink: 0; }
.page_outline .outline_info .poster img { width: 100%; } 
.page_outline .outline_info .info_lst { width:550px; } 
.page_outline .outline_info .info_lst > li { display: flex; } 
.page_outline .outline_info .info_lst > li + li { margin-top: 14px; } 
.page_outline .outline_info .info_lst > li strong { width: 90px; line-height: 35px; font-size: 16px; font-weight: 600; color: #053888; letter-spacing: -0.5px; } 
.page_outline .outline_info .info_lst > li span { font-size: 20px; line-height: 35px; letter-spacing: -0.8px; font-weight: 500; } 
.page_outline .outline_info .info_lst li.memento { flex-wrap: wrap; } 
.page_outline .outline_info .info_lst li.memento .t_01 { font-size: 12px; color: #999; }
.page_outline .outline_info .info_lst li.memento ul { display: flex; flex-wrap: wrap; justify-content: space-between; width: 430px; margin-top:10px; } 
.page_outline .outline_info .info_lst li.memento li { width:200px; }
.page_outline .outline_info .info_lst li.memento li i { display: block; width: 200px; height: 200px; border: 1px solid #dfdfdf; box-sizing: border-box; }
.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 span { display: block; line-height: normal; font-size: 16px; text-align: center; margin:10px 0 15px; }

.page_matter .post { display: inline-block; height: 37px; line-height: 37px; font-size: 20px; color: #fff; margin-top: 50px; background-color: #0b3a96; padding: 0 15px; font-weight: 500; } 
.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 { margin-bottom: 55px; text-align: center; } 
.page_location .map_txt strong { display: block; font-size: 44px; letter-spacing: -2px; font-weight: 600; }
.page_location .map_txt strong span { font-weight: 500; }
.page_location .map_txt em { display: block; font-size: 25px; letter-spacing: -1px; font-weight: 400; margin-top: 30px; }
.page_location .map { width: 1100px; height: 500px; } 
.page_location .directions { margin-top: 50px; }

.program_table { table-layout: fixed; width: 100%; }
.program_table tr { border-bottom: 1px solid #dfdfdf; }
.program_table tr:last-child { border-bottom:1px solid #aaa; }
.program_table td { height: 80px; line-height: 80px; text-align: center; }
.program_table td:nth-child(1) { font-size: 18px; font-weight: 400; }
.program_table td:nth-child(2) { font-size: 19px; font-weight: 600; }
.program_table thead tr:last-child { border-bottom: 0; }
.program_table thead th { height: 60px; background-color:#0b3a96; font-size: 18px; color: #fff; font-weight: 400; }
.program_table thead th:nth-child(1) { border-radius: 20px 0 0 20px; }
.program_table thead th:nth-child(2) { border-radius: 0 20px 20px 0; }
.page_program .pro_info { display: block; font-size: 15px; /*letter-spacing: -0.5px;*/ font-weight: 400; margin-top: 29px; } 

.page_course .h_tit { display:block; font-size:40px; font-weight:500; }
.page_course .h_tit2 { display:block; font-size:30px; font-weight:600; margin-top:100px; letter-spacing: -1px; }
.page_course .h_tit2 em { font-weight:400; }
.page_course .map_02 { margin-top:65px; }

.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: #0b3a96; border: 1px solid #0b3a96; 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 a > span:nth-child(1) { width:90px; }
.cmnt_cont .cont_table li a > div:nth-child(2) { width:700px; display: flex; }
.cmnt_cont .cont_table li a > div:nth-child(2) span { line-height: 27px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.cmnt_cont .cont_table li a > span:nth-child(3) { width:150px; }
.cmnt_cont .cont_table li a > 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.th span:nth-child(1) { width:90px; }
.cmnt_cont .cont_table li.th span:nth-child(2) { width:700px; }
.cmnt_cont .cont_table li.th span:nth-child(3) { width:150px; }
.cmnt_cont .cont_table li.th span:nth-child(4) { width:160px; }
.cmnt_cont .cont_table li .i_answer { height: 27px; line-height: 25px; font-size: 12px; color: #ff4733; text-align: center; padding: 0 14px; box-sizing: border-box; border:1px solid #ff4733; /*margin-right: 20px;*/ border-radius: 3px; flex-shrink: 0; margin-right: 20px; }
.cmnt_cont .cont_table li .i_answer.completed { background-color: #ff4733; color: #fff; }
.cmnt_cont .cont_table li .i_lock { width: 12px; height: 16px; background: url(../img/ico_lock.png) no-repeat; margin: 5px 0 0 9px; flex-shrink: 0; }
.cmnt_cont .cont_table li.important span:nth-child(1),.cmnt_cont .cont_table li.important div:nth-child(2) { 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 .btn_write { width: 140px; height: 44px; line-height: 44px; font-size: 16px; color: #fff; text-align: center; background-color: #0b3a96; 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: #0b3a96; 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: #0b3a96; border-radius: 10px; }
.cmnt_btn_box .btn_cancel + .btn_write2 { margin-left: 10px; }
.cmnt_btn_box.jc_center { justify-content: center; }
.cmnt_btn_box.jc_center .btn_list { margin-left: unset; }

.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: #ff4733; text-align: center; box-sizing: border-box; border:1px solid #ec6b5d; border-radius: 50%; }
.cmnt_cont_view .view_hd .i_answer.completed { background-color: #ff4733; 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; max-width: 900px; max-height: 1200px; }
.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: #ff4733; 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: left; background-color: #f7f7f7; align-content: center; box-sizing: border-box; padding-left: 30px; font-weight: 500; }
.cont_table2 .tr:nth-child(5) .label { align-content: start; padding-top: 30px; }
.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 .inp_area.padding { padding: 29px 30px; }
.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; }
.cont_table2 .tr .select_option.so2 .sel { position: relative; width: 630px; 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: 628px; border: 1px solid #cccccc; background-color: #fff; display: none; z-index: 1; }
.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: #0b3a96; }
.cont_table2 .tr .select_option.so2.on .sel_list { display: block; }

.cont_table2 .tr .select_option.so3 { position: relative; margin-left: 10px; }
.cont_table2 .tr .select_option.so3 .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.so3 .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.so3 .sel_list { position: absolute; left: 0; top: 52px; width: 186px; border: 1px solid #cccccc; background-color: #fff; display: none; }
.cont_table2 .tr .select_option.so3 .sel_list li + li { border-top: 1px solid #eee; }
.cont_table2 .tr .select_option.so3 .sel_list li { font-size: 15px; border-top: 1px solid #eeeeee; margin-top: 0; font-weight: 500; }
.cont_table2 .tr .select_option.so3 .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.so3 .sel_list li:hover .option_btn { color: #0b3a96; }
.cont_table2 .tr .select_option.so3.on .sel_list { display: block; }

.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; cursor: pointer; }
.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}

/* 팝업 */
.layer_wrap { position: fixed; left: 50%; top: 300px; transform: translateX(-50%); display: block; width: 440px; 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 34px 48px 30px;}
.layer_wrap .lay_con ul .tr + .tr { margin-top: 20px; }
.layer_wrap .lay_con ul .tr { display: flex;}
.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: 290px; 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: 18px; 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: 120px; height: 40px; line-height: 40px; font-size: 14px; box-sizing: border-box; border-radius: 5px; }
.layer_wrap .lay_con .lay_btn .ty1 { line-height: 38px; border:1px solid #dfdfdf; }
.layer_wrap .lay_con .lay_btn .ty2 { line-height: 40px; background-color: #0b3a96; 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 { width: 590px; }
.layer_finish .lay_con { font-size: 15px; line-height: 28px; text-align: center; letter-spacing: -0.5px; padding: 52px 34px 48px 30px; }
.layer_finish .lay_con span { display: block; font-size: 22px; font-weight: 600; margin-bottom: 15px; }
.layer_finish .lay_con strong { display: block; font-size: 32px; font-weight: 600; color: #0b3a96; margin-bottom: 25px; }
.layer_finish .lay_con .lay_btn { margin-top: 25px; }
.layer_finish .btn_close { background: url(../img/btn_close_lay2.png) no-repeat; }

.layer_giveaway { width: 590px; top: 120px; }
.layer_giveaway .lay_con { font-size: 15px; line-height: 28px; text-align: center; letter-spacing: -0.5px; padding: 57px 34px 35px 30px; }
.layer_giveaway .lay_con strong { display: block; font-size: 32px; font-weight: 600; color: #0b3a96; }
.layer_giveaway .lay_con span { display: block; font-size: 25px; font-weight: 600; color: #0b3a96; margin-top: 10px; }
.layer_giveaway .lay_con .p_01 { font-size: 15px; line-height: 25px; 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: 12px; line-height: 18px; margin-top: 25px; color: #999; }
.layer_giveaway .lay_con .p_04 { font-size: 12px; line-height: 18px; margin-top: 12px; color: #999; }
.layer_giveaway .lay_con p em { color: #0b3a96; }
.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: 15px; line-height: 33px; font-weight: 600; }
.layer_giveaway .ga_lst li em { color: #0b3a96; }
.layer_giveaway .lay_con .lay_btn { margin-top: 20px; }
.layer_giveaway .lay_con .lay_btn a { width: 140px; height: 40px; font-size: 14px; box-sizing: border-box; border-radius: 5px; }
.layer_giveaway .btn_close { background: url(../img/btn_close_lay2.png) no-repeat; }

/* eng */
.eng .header .nav_item:nth-child(1) .sub_nav { width: 340px; }
.eng .header .nav_item:nth-child(5) .sub_nav { width: 265px; }
.eng .walk_main_visual img { width: 805px; height: 498px; }
.eng .walk_info { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 0 100px; }
.eng .walk_info .info_txt { width:1064px; height: 277px; background: url(../img/eng/walk_target.png) no-repeat; }
.eng .walk_info .btn_regi { width: 340px; height: 90px; background: url(../img/eng/btn_regi.png) no-repeat; margin-top: 49px; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
/* .eng .f_menu dl dd.i_aju { width: 293px; height: 19px; background: url(../img/eng/logo_aju.png) no-repeat; } */
.eng .page_outline h3 { line-height: 80px; }
.eng .page_outline h3 strong span { display: block; }
.eng .page_outline .outline_info {margin-top: 100px; }
.eng .page_outline .outline_info .info_lst > li { align-items: start; }
.eng .page_outline .outline_info .info_lst > li strong { min-height: 35px; width: 140px; flex-shrink: 0; line-height: 22px; align-content: center; }
.eng .page_outline .outline_info .info_lst > li span { min-height: 35px; line-height: 30px; }
.eng .page_outline .outline_info .info_lst li.memento .t_01 { letter-spacing: 0; font-weight: 300; }
.eng .page_location .map_txt strong span { font-weight: 400; }
.eng .page_matter .post { font-weight: 400; text-transform: uppercase; }
.eng .page_matter ul { width: 770px; }
.eng .cont_table2 .tr .inp_file { width: 126px; }
.eng .cont_table2 .tr .inp_04 { width: calc(100% - 126px); }
.eng .layer_wrap { width: 450px; }
.eng .layer_wrap .lay_con ul .tr .label { width: 92px; }
.eng .cmnt_cont_view .view_bd .view_answer strong { width: 125px; }
.eng .layer_giveaway { width: 590px; }
.eng .cont_table2 .tr .btn_post { width: 124px; }
.eng .cont_table2 .tr input { font-size: 15px; }




