/******************** RESET ********************/
@charset "utf-8";@import url(pretendard.css);input,select,td,textarea{vertical-align:middle}
.show,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
.blind{overflow:hidden}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%}
*{box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body,html{width:100%;height:100%;overflow:inherit;background-color:#fff}
body{min-width:300px;word-break:keep-all;word-wrap:break-word;white-space:inherit}
body,button,input,select,textarea{font-family:Pretendard,'Pretendard JP',-apple-system,BlinkMacSystemFont,AppleSDGothicNeo-Regular,"맑은 고딕","Malgun Gothic",나눔고딕,돋움,Dotum,굴림,Gulim,"Apple SD Gothic Neo",sans-serif;font-size:16px;line-height:1.56;font-weight:400;color:#2d3239}
b,strong{font-weight:600}
h1,h2,h3,h4,h5,h6{font-size:16px;text-align:left}
a,a:visited{color:#2d3239;text-decoration:none}
table{border-collapse:collapse;border-spacing:0;width:100%;border:0}
input,select,textarea{padding:0;border:none;outline:0;resize:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}
input:focus,textarea:focus{outline:0}
input::placeholder,textarea::placeholder{color:#9ca0a3}
button{border:none;cursor:pointer;padding:0;background:0 0}
input[type=button],input[type=reset],input[type=submit]{padding:0;background:0 0;border:1px solid #ccc}
li,ul{list-style:none}
ol{list-style:decimal inside}
fieldset,iframe,img{border:0;vertical-align:top}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
video{vertical-align:top}
@media print{body{color:#000}}

/******************** COMMON ********************/
.mobile_wrap{background:#E5E8EB}
#wrapper{position:relative;margin:0 auto;background:#fff;min-height:100vh}
.clear{clear:both;font-size:0;line-height:0;margin:0!important;padding:0!important}
.hide{display:none}
.blind{display:block;position:absolute;left:0;top:-5000px;font-size:0;text-indent:-9999px}
.ico{display:block;background:url(../img/comm/sprite-mo.svg);font-size:0;text-indent:-99999px}
.bold,b{font-weight:700}
.red{color:#ED1A3B}
.blue{color:#1364DE}

/******************** GNB ********************/
header{height:53px}
.gnb{position:fixed;width:100%;height:53px;margin-top:0!important;border-bottom:1px solid #D5D7D9;background:#fff;z-index:999;-webkit-transition:.2s background-color ease-out;transition:.2s background-color ease-out}
.gnb .inner{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px);height:100%;margin:0 auto;padding:16px 0;border-bottom:1px solid #fff0;background-color:#fff0}
.gnb .logo{line-height:0}
.gnb .logo a{display:inline-block;position:relative;width:165px;height:21px;top:-3px}
.gnb h1{font-weight:800;color:#2D3239;font-size:17px}
.gnb .gnb_txt{margin:0 auto;font-weight:800;color:#2D3239;font-size:17px;padding-left:24px}
.gnb_txt.right{padding-left:24px}
.gnb_txt.left{padding:0 24px 0 0}
.ico.logo{width:165px;height:21px;background-position:0 0}
.ico.menu{width:24px;height:24px;background-position:0 -34px}
.ico.my{width:24px;height:24px;background-position:-34px -34px}
.ico.home{width:24px;height:24px;background-position:-68px -34px}
.ico.close{width:24px;height:24px;background-position:-102px -34px}
.ico.search{width:24px;height:24px;background-position:-136px -34px}
.ico.back{width:24px;height:24px;background-position:-170px -34px}
.ico.menu_arrow{width:7px;height:10px;background-position:-44px -68px}
.ico.menu a{display:inline-block;width:24px;height:24px}
.ico.close a{display:inline-block;width:24px;height:24px}
.bar{width:100%;height:8px;background-color:#F4F7F9}

/******************** MENU ********************/
.menu_wrap{height:calc(100vh - 53px);background:#F4F7F9;overflow:auto;padding-bottom:20px}
.menu_wrap>li{padding-top:12px}
.menu_wrap .menu_title{width:calc(100% - 32px);background-color:#fff;margin:0 auto;padding:16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;-webkit-box-shadow:0 1px 12px #24272a0d;box-shadow:0 1px 12px #24272a0d}
.menu_wrap .menu_title.withsub{border-radius:8px 8px 0 0;border-bottom:1px solid #E5E8EB}
.menu_wrap h2{font-size:18px;font-weight:700}
.menu_sub{display:flex;flex-wrap:wrap;background:#fff;width:calc(100% - 32px);padding:0 16px;margin:0 auto;padding-top:8px;border-radius:0 0 8px 8px}
.menu_sub li{width:calc(50% - 8px);padding:12px 0}
.menu_sub li a{display:block;width:100%;font-size:16px;color:#505556;line-height:16px}
a.link{text-decoration:underline;font-size:13px;color:#6D7579;display:inline-block}
li.logout{padding-top:60px;text-align:center}

/******************** BTN TOP ********************/
.btn_top{position:fixed;bottom:40px;right:40px;opacity:0;-webkit-transition:.3s opacity ease-out;transition:.3s opacity ease-out;z-index:4}
.btn_top.scroll{opacity:1}
.btn_top a{display:block;width:60px;height:60px;border-radius:8px;background:#fff;box-shadow:0 0 8px 0 #00000030;box-sizing:border-box;text-indent:-9999px}
.ico.btntop{position:relative;width:34px;height:41px;top:10px;left:13px;background-position:-419px 0px;}

/******************** FOOTER ********************/
footer{width:100%;margin-top:20px;padding:60px 0 80px;background:#F4F7F9}
footer .wrap_content{margin:0 auto}
.footer1{display:flex;width:calc(100% - 32px)}
.footer1 li{padding:0 12px;border-right:1px solid #E5E8EB}
.footer1 li:first-child{padding-left:0}
.footer1 li:last-child{padding-right:0;border-radius:0}
.footer1 a{font-size:15px;color:#505556}
.footer2{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:28px 0 8px}
.footer2 li{margin-right:8px;padding-right:8px;border-right:1px solid #E5E8EB;font-size:14px;color:#9CA0A3}
.footer2 li:first-child{padding-left:0}
.footer2 li:last-child{padding-right:0;border:none}
.copyright{font-size:14px;font-weight:700;color:#9CA0A3}

/******************** MAIN ********************/
.wrap_content{width:calc(100% - 32px);margin:0 auto}
.wrap_center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100% - 32px);height:calc(100vh - 53px);margin:0 auto;padding:0 16px;text-align:center}
.wrap_notice{min-height:calc(100vh - 360px);padding:20px 16px}
.wrap_notice .acdo{padding:16px 0}
.wrap_maintitle{display:flex;justify-content:space-between;align-items:center;padding:20px 0}
.wrap_maintitle h2{font-size:22px}
.ico.more{width:20px;height:20px;background-position:-64px -96px}
.wrap_maintitle .btn_basic a{padding:0 5px 0 12px;line-height:32px}
.wrap_maintitle .btn_basic a::after{display:inline-block;position:relative;top:5px;width:20px;height:20px;background-image:url(../img/comm/sprite-mo.svg);background-position:-188px -40px;content:''}
.list_main li{width:100%;border:1px solid #E5E8EB;border-radius:8px;margin-bottom:12px;-webkit-box-shadow:0 1px 12px #24272a0d;box-shadow:0 1px 12px #24272a0d}
.list_main div{display:flex;align-items:center;flex-wrap:wrap}
.list_main a{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:16px}
.label{display:inline-block;padding:6px 5px;background:#E9F2FF;border-radius:4px;font-size:12px;line-height:12px;font-weight:700;color:#1364DE}
.list_main .title{color:#2D3239;font-size:19px;line-height:130%;padding-top:8px}
.list_main .date{font-size:11px;color:#9CA0A3;margin-left:8px}
.list_request .title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.list_thumb{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;width:100%}
.list_thumb__img{width:100%}
.thumb{position:relative;padding-top:53.5%;border:1px solid #f2f2f2;border-radius:8px;overflow:hidden;-webkit-transition:all .2s ease;transition:all .2s ease}
.thumb .centered{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .2s ease;transition:all .2s ease}
.thumb .centered img{position:absolute;width:100%;max-width:100%;height:auto;top:0;left:0}
.list_thumb__txt{display:flex;flex-direction:column;margin-top:16px;font-size:18px;line-height:150%}
.list_thumb__txt .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:120%}
.list_thumb__txt .date{font-size:14px;color:#9CA0A3;margin-top:8px;line-height:120%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.list_thumb--2 li{width:calc(50% - 4px);margin-bottom:20px}

/******************** REPORT ********************/
.report_top{display:flex;justify-content:center;padding-top:20px}
.inp_basic{display:flex;align-items:center;width:fit-content;padding:13px 8px;border:1px solid #E5E8EB;border-radius:8px;background:#FAFAFB}
.ico.delete{width:23px;height:23px;background-position:-209px 0}
.inp_basic input{width:calc(100% - 23px);background:#FAFAFB;font-size:16px}
.inp_basic:focus-within{border:1px solid #000}
.report_top .inp_basic{width:calc(100% - 112px)}
.report_top .dropdown{margin-left:12px}
.dropdown{width:100px;padding:18px 12px;border:1px solid #E5E8EB;border-radius:8px;background-color:#FAFAFB;background-image:url(/img/comm/ico-selectarrow.svg);background-repeat:no-repeat;background-position:78px center;background-size:12px;font-size:14px;line-height:14px;color:#2D3239}
.tab_basic{display:flex;justify-content:center;width:100%;margin:20px 0}
.tab_basic li{padding-left:8px}
.tab_basic li:first-child{padding:0}
.tab_basic li a{display:inline-block;padding:0 12px;border:1px solid #D5D7D9;border-radius:28px;font-size:15px;line-height:38px;color:#505556;text-align:center}
.tab_basic li.on a{border:1px solid #1364DE;background:#1364DE;color:#fff}
.list_article{display:flex;flex-direction:column}
.list_article div{display:flex;align-items:center;margin-bottom:12px}
.list_article li{width:100%;padding:16px;border:1px solid #E5E8EB;border-radius:8px;margin-bottom:12px;-webkit-box-shadow:0 1px 12px #24272a0d;box-shadow:0 1px 12px #24272a0d}
.list_article a{display:flex;flex-direction:column}
.list_article .label{display:block;width:fit-content;margin-right:8px}
.list_article .date{font-size:11px;color:#9CA0A3}
.list_article .title{margin-bottom:8px;font-size:19px;font-weight:600;line-height:130%}
.list_article .text{color:#505556;font-size:14px;line-height:140%}
.report_view{margin-top:20px}
.report_view .post_text figure.image{width:100%;padding:0;margin:0}
.report_view .post_text figure.image img{width:100%;height:auto;padding:0;margin:0}
.post_info .label{margin-bottom:12px}
.post_info .title{display:block;font-size:20px;font-weight:700;line-height:120%}
.post_info .date{display:inline-block;padding-top:12px;font-size:14px;color:#9CA0A3}
.post_info{padding-bottom:20px;border-bottom:1px solid #D5D7D9}
.post_text{padding:32px 0;border-bottom:1px solid #D5D7D9;font-size:17px;line-height:150%;color:#505556}
.post_button_wrap{margin-top:20px}
.post_button_wrap .list_article div{justify-content:space-between}
.post_button_wrap .label{background:#F4F7F9;color:#6D7579}
.post_button .txt_s{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#6D7579;padding:8px;background:#F4F7F9}
.post_button a.none{opacity:.6;cursor:default;pointer-events:none}

/******************** PAGING ********************/
.paging .btn_next,.paging .btn_prev{display:inline-block;width:36px;height:36px;margin:0 14px;text-indent:-9999px;vertical-align:middle}
.paging{display:flex;align-items:center;justify-content:center;margin-top:20px;font-size:14px;text-align:center;}
.paging .num{display:inline-block;width:24px;height:24px;margin-right:4px;border-radius:4px;line-height:24px;box-sizing:border-box}
.paging .on{background:#1364DE;font-weight:700;color:#fff}
.paging .ico.first{width:16px;height:12px;background-position:-96px -68px;transform:rotate(180deg);margin-right:8px}
.paging .ico.prev{width:8px;height:12px;margin-right:16px;background-position:-78px -68px;transform:rotate(180deg)}
.paging .ico.next{width:8px;height:12px;margin-left:16px;background-position:-78px -68px}
.paging .ico.last{width:16px;height:12px;background-position:-96px -68px;margin-left:8px}

/******************** REPORT SEARCH ********************/
.inp_bigsearch{width:100%;margin-top:32px;border:none;border-radius:0;border-bottom:2px solid #000;background:#fff;font-size:28px;font-weight:800}
.inp_bigsearch input{width:calc(100% - 48px);border:none;background:#fff;font-size:28px;font-weight:800}
.inp_bigsearch .ico.search{width:48px;height:48px;background-position:0 -40px}
.form_check_wrap{display:flex;margin-bottom:16px}
.form_check_input{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0,0,0,0)}
.form_check_input+label:before{position:absolute;left:0;top:50%;width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1z' fill='%23CDCDCD'/%3E%3C/svg%3E");-webkit-transform:translateY(-50%);transform:translateY(-50%);content:""}
.form_check_input[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Ccircle cx='10' cy='10' r='6' fill='%231364DE'/%3E%3Cpath fill='%231364DE' fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1z'/%3E%3C/g%3E%3C/svg%3E")}
.form_check_input[type=radio]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Ccircle cx='10' cy='10' r='6' fill='%231364DE'/%3E%3Cpath fill='%231364DE' fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 1 0 .001 18.001A9 9 0 0 0 10 1z'/%3E%3C/g%3E%3C/svg%3E")}
.form_check_label{display:inline-block;position:relative;font-size:16px;line-height:24px;cursor:pointer}
.form_check_input+.form_check_label{margin-right:20px;padding-left:26px}
.form_check_label+.form_text{display:inline-block;text-decoration:underline}
.form_check_label+.form_control{margin-left:10px}
.form_check+.form_check{margin-top:17px}
.btn_s_black{display:inline-block;margin-left:6px}
.btn_basic.btn_s_black a{background:#2D3239;color:#fff;border:none}
.form_txt{display:inline-block;margin-right:12px}
.search_filter{width:100%;margin:32px 0;padding:32px;border:1px solid #D5D7D9;border-radius:12px}
.form_option{display:flex;width:100%;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #F4F7F9}
.form_option:last-child{margin:0;padding:0;border-bottom:none}
.form_option strong{display:inline-block;width:20%}
.form_option .inp_basic{display:inline-block;padding:12px}
.form_option .tab_basic a{padding:8px 12px;line-height:38px}
.search_result{margin-bottom:24px;padding-bottom:24px;text-align:center;font-size:28px;font-weight:700;line-height:120%}
.search_result .num{display:inline-block;margin-left:8px;font-size:16px;font-weight:500;color:#2D3239}
.result_none{text-align:center;font-size:16px;color:#9CA0A3;line-height:150%}
.wrap_notice .result_none{margin-top:60px}
.result_none .b{margin:28px 0 8px;font-size:24px;color:#2D3239}
.ico.none{width:48px;height:48px;margin:0 auto;background-position:-361px 0}
.bbs .ico.none{width:48px;height:48px;margin:0 auto;background-position:-361px 0}
.search_top{display:flex;justify-content:center;align-items:flex-end;margin:20px 0}
.search_top .item{font-size:20px;font-weight:700}
.search_top .num{font-size:16px;padding-left:8px}
.search_top.more{justify-content:space-between;margin:30px 0 20px}
.btn_more a{width:100%}
.btn_basic.btn_smore a{font-size:13px;font-weight:600;color:#495257;padding:6px 20px 6px 10px;background:#F4F7F9;line-height:13px;border:none;position:relative}
.btn_basic.btn_smore a::after{display:inline-block;position:absolute;top:7px;width:7px;height:10px;margin-left:4px;background:url(../img/comm/sprite-mo.svg);background-position:-61px -68px;content:''}

/******************** GUIDELINE ********************/
.guide_top{margin-top:20px}
.guide_top a.dropdown{display:inline-block;margin:0;width:100%;background-image:url(/img/comm/ico-selectarrow.svg);background-repeat:no-repeat;background-position:right 12px bottom 20px;background-size:12px}
.lnb{width:100%;padding:5px 0;background:#FAFAFB;border:1px solid #D5D7D9;border-top:none;overflow:auto;height:67vh}
.lnb a{display:inline-block;width:100%;padding:10px 12px;border-left:1px solid #fff;line-height:120%;font-size:18px;font-weight:500}
.lnb .depth2{padding:0 8px;font-weight:600}
.lnb .depth3{padding:0 8px}
.lnb .depth2 a{font-weight:400}
.lnb .depth3 a{font-weight:400;color:#505556}
.lnb a.on{font-weight:800;color:#1364DE}
.lnb .depth2 a.on{font-weight:800;color:#1364DE}
.lnb .depth3 a.on{font-weight:800;color:#1364DE}

/******************** BBS ********************/
.bbstop{display:flex;justify-content:space-between;margin-top:32px}
.bbstop_left{display:flex;height:52px}
.bbstop_left .select_basic{margin-right:12px}
.select_basic{width:100px;padding:10px;border:1px solid #E5E8EB;border-radius:8px;background-color:#FAFAFB;background-image:url(/img/comm/ico-selectarrow.svg);background-repeat:no-repeat;background-position:78px center;background-size:12px;font-size:14px;color:#2D3239;appearance:none;-webkit-appearance:none;-moz-appearance:none}
.select_basic:focus{border-color:#505556;outline:none}
.select_basic option{padding:10px}
.btn_basic a{display:inline-block;padding:0 12px;border:1px solid #D5D7D9;border-radius:4px;font-size:16px;line-height:50px;color:#505556;text-align:center;-webkit-transition:.2s all ease-out;transition:.2s all ease-out}
.btn_basic.on a{border:1px solid #1364DE;background:#1364DE;color:#fff}
.btn_basic.on.block a{opacity:.6;cursor:default;pointer-events:none;border:1px solid #2D3239;background:#2D3239}
.bbs_wrap{margin-top:32px}
.bbs{width:100%;table-layout:fixed}
.bbs thead{border-top:1px solid #D5D7D9;border-bottom:1px solid #D5D7D9;background:#FAFAFB}
.bbs thead th{padding:20px 12px;font-size:14px;text-align:center;line-height:14px}
.bbs tbody tr{border-bottom:1px solid #E5E8EB}
.bbs tbody td{padding:20px 0;font-size:14px;font-weight:400;color:#505556;text-align:center;vertical-align:middle;line-height:16px}
.bbs tbody td:nth-child(2){width:420px;font-size:16px;font-weight:500;color:#2D3239;text-align:left}
.bbs .ico{display:inline-block;width:16px;height:16px;margin-left:4px;background-position:-138px -108px;vertical-align:middle}
.bbs .reply{display:inline-block;margin-left:4px;padding:2px 4px;background-color:#E9F2FF;font-size:10px;font-weight:700;color:#1364DE;vertical-align:top;line-height:10px}
.bbs a{display:inline-block;max-width:calc(100% - 50px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:bottom}
.bbs_view{margin-top:20px}
.writer{display:inline-block;padding-top:12px;font-size:14px;color:#9CA0A3}
.writer::after{color:#E5E8EB;content:' |'}
.btn_wrap{display:flex;justify-content:center}
.btn_wrap_2 li{width:100%}
.btn_wrap_2 a{width:100%}
.btn_wrap li:first-child{margin-right:8px}
.btn_s a{padding:10px 12px;font-size:15px;line-height:15px}
.bbs_content{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #D5D7D9}
.bbs_content .post_text{padding-bottom:0;border-bottom:none}
.attch{display:flex;flex-direction:column;margin-top:32px;padding-top:32px;border-top:1px solid #F4F7F9}
.attch b{display:block;margin-bottom:12px}
.attch_list{width:100%}
.attch_list a{display:flex;justify-content:space-between;align-items:center;padding:16px 12px;border:1px solid #D5D7D9;border-radius:8px;font-size:14px;color:#6D7579;line-height:100%}
.attch_list .name{max-width:calc(100% - 32px);word-break:break-all}
.ico.download{display:inline-block;width:12px;height:12px;background-position:-22px -128px}
.attch_list li{margin-bottom:12px}
.attch_list li:last-child{margin-bottom:0}
.reply li{width:100%;margin-bottom:32px;padding:16px;background:#FAFAFB;border-radius:8px;font-size:17px;color:#505556;line-height:140%}
.reply .blue{padding-right:4px;font-size:14px}
.reply .writer{padding:0 0 12px;font-size:16px;font-weight:700;color:#2D3239}
.reply .writer::after{content:none}
.bbs_write{margin-top:20px}
.bbs_notice{padding:16px;border-radius:8px;background:#FFFBF2;border:1px solid #EBE7DF}
.notice_top{display:flex;margin-bottom:8px}
.ico.notice{width:24px;height:24px;background-position:-175px 0;margin-right:8px}
.bbs_form_wrap{margin-top:20px}
.bbs_form{padding-bottom:32px}
.bbs_form .inp_basic{width:100%;font-size:16px}
.bbs_form .inp_basic input{font-size:16px}
.inp_basic textarea{width:100%;height:300px;background:#FAFAFB;resize:none}
.bbs_form span{display:inline-block;padding-bottom:4px;font-weight:600}
.bbs_form .count{text-align:right;margin-top:8px;color:#6D7579;font-size:13px}
.bbs_form .inp_basic{padding:13px 16px}
.bbs_form .form_check_label{font-size:16px;font-weight:600}
.bbs_form .noti{display:inline-block;padding-top:4px;font-size:14px;font-weight:400;color:#6D7579}
.bbs_form_file{padding-top:32px;border-top:1px solid #F4F7F9}
.filebox{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:8px;font-size:0}
.filebox .upload-name1{display:inline-block;background:#fff;font-size:17px;color:#6D7579;vertical-align:middle;box-sizing:border-box}
.filebox .upload-name2{display:inline-block;background:#fff;font-size:17px;color:#6D7579;vertical-align:middle;box-sizing:border-box}
.filebox label{display:inline-block;padding:10px 20px;width:102px;height:48px;font-size:15px;font-weight:500;vertical-align:middle;border:1px solid #E5E8EB;border-radius:8px;background-color:#fff;cursor:pointer;line-height:29px;box-sizing:border-box}
.filebox input[type="file"]{position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0}
.notice::before{display:inline-block;position:absolute;top:0;left:0;width:26px;height:26px;content:''}
.bbs_form .filebox .inp_basic{width:100%;background:#fff}
.bbs_search_result{margin-top:24px;padding:0;font-size:22px}

/******************** MY(LOGIN, JOIN) ********************/
.wrap_center .my_form{text-align:center}
.txt_login{margin:0 auto;text-align:center}
.txt_login .logo{transform:scale(135%);margin:0 auto;margin-bottom:12px}
.txt_intro{font-size:20px;font-weight:700;text-align:center;line-height:120%}
.social_wrap{margin-top:60px;width:80%}
.social_wrap li{position:relative;width:100%}
.social_wrap a{display:inline-block;width:100%;margin-bottom:12px;border-radius:4px;text-align:center;line-height:56px}
.social_wrap .ico{display:inline-block;position:relative;margin-right:10px;vertical-align:text-top}
.social_g a{border:1px solid #747775;background:#fff}
.social_a a{border:1px solid #000;background:#000;color:#fff}
.social_k a{border:1px solid #FEE500;background:#FEE500;color:#000}
.social_n a{border:1px solid #03C75A;background:#03C75A;color:#fff}
.my_wrap .social_wrap b{display:inline;font-size:16px}
.my_wrap .social_a b{color:#fff}
.my_wrap .social_n b{color:#fff}
.social_g .ico{top:-2px;margin-right:6px;width:20px;height:20px;background-position:-282px 0}
.social_a .ico{top:-7px;margin-right:3px;width:30px;height:30px;background-position:-242px 0}
.social_k .ico{top:0;width:17px;height:18px;background-position:-312px 0}
.social_n .ico{top:2px;width:15px;height:14px;background-position:-339px 0}
.prev_login{display:flex;justify-content:center;align-items:center;position:absolute;right:-35px;top:calc(13px);padding:8px;border-radius:4px;background:#222;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;gap:10px;visibility:hidden;opacity:0;transform:scale(0.8);transition:visibility 0s 0.3s,opacity .3s ease-out,transform .3s ease-out}
.prev_login::after{position:absolute;top:38%;left:0;margin-left:-10px;border-width:5px;border-style:solid;border-color:#000 transparent transparent;transform:rotate(90deg);content:" "}
.prev_login.show{visibility:visible;opacity:1;transform:scale(1);transition:opacity .3s ease-out,transform .3s ease-out}
.show{display:block!important}
.my_wrap{position:relative;margin-top:152px;text-align:center}
.my_wrap .logo{margin:0 auto;margin-bottom:12px}
.my_wrap h2{text-align:center;font-size:20px}
.my_wrap p{color:#505556;padding-bottom:20px}
.my_wrap b{display:inline-block;padding-bottom:8px;color:#2D3239;font-size:17px}
.login_txt{display:inline-block;margin-top:12px;font-size:32px}
.btn_xs a{display:inline-block;background:#F4F7F9;padding:6px 10px;font-size:13px;color:#495257;font-weight:600}
.my_form{width:100%;margin:0 auto;margin:20px 0;text-align:left;font-size:16px;font-weight:600}
.my_form span{display:inline-block;margin-bottom:4px}
.my_form .wrap_name{display:flex;justify-content:space-between;align-items:center}
.my_form .wrap_name .name{font-size:16px;color:#505556;font-weight:400}
.my_form .wrap_name .inp_basic{width:calc(100% - 100px)}
.my_form .inp_basic{width:100%}
.inp_basic.readonly{background-color:#E5E8EB}
.inp_basic.readonly input{background-color:#E5E8EB}
.my_form .noti{margin-top:8px;font-size:14px;color:#ED1A3B}
.my_form .noti.list_basic li.green{color:#049b2a}
.my_form .noti.list_basic li.green::before{background:#049b2a}
.my_form .noti.list_basic li::before{background:#ED1A3B}
.my_form .btn_basic a{width:100%;font-size:16px}
.my_wrap .form_check_label{font-size:16px;font-weight:500}
.wrap_g{width:100%;margin:0 auto;margin-bottom:20px;padding:32px;border-radius:8px;background-color:#FAFAFB;text-align:left}
.my_wrap .form_check{display:inline-block;padding-bottom:32px}
.list_basic li{position:relative;padding-left:10px}
.list_basic li::before{display:inline-block;position:absolute;top:10px;left:0;width:3px;height:3px;border-radius:1.5px;background:#505556;content:''}
.dl_ho{display:flex}
.dl_ho dt{width:100px;font-weight:600}
.tc1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.tc2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.join_form{margin-top:40px}
.join_form .form_check{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:12px;margin-top:12px;line-height:16px;margin-bottom:0}
.join_form .form_check.all{border-bottom:1px solid #D5D7D9;margin-bottom:24px;padding-bottom:24px}
.join_form .form_check_label{width:100%;margin:0}
.join_form .blue{padding-left:6px;font-size:14px;margin-bottom:0}
.btn_bottom{position:absolute;bottom:0;width:100%;text-align:center;padding:0 16px;margin-bottom:60px}
.btn_bottom a{width:100%;line-height:60px;font-weight:700}

/******************** NOTICE ********************/
.etc_wrap{position:relative;min-height:calc(97vh - 400px);margin-top:104px;text-align:center}
.etc_wrap .logo{margin:0 auto;margin-bottom:12px}
.etc_wrap h2{margin-bottom:52px;text-align:center}
.acdo{display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #E5E8EB;background-color:#fff;color:#2D3239;font-size:18px;font-weight:700;line-height:36px;text-align:left;transition:.4s;cursor:pointer;outline:none}
.acdo.first{border-top:1px solid #E5E8EB}
.acdo .ico{display:inline-block;width:12px;height:18px;margin:0 20px;background:url(../img/comm/sprite-mo.svg);background-position:-22px -68px;content:''}
.acdo .title{display:inline-block;width:calc(100% - 36px);line-height:120%;font-size:17px;font-weight:500;padding-left:20px}
.active .ico{transform:rotate(90deg)}
.panel{max-height:0;text-align:left;overflow:hidden;transition:max-height .2s ease-out}
.panel_inner{padding:20px;border-bottom:1px solid #E5E8EB;background:#FAFAFB}
/* .wrap_content h3{text-align:center;font-size:24px;margin-bottom:20px;font-weight:600} */
.rule_form h3{text-align:center;font-size:24px;margin-bottom:20px;font-weight:600}
.line{width:100%;background-color:#D5D7D9;height:1px;margin:20px 0}
.etc_wrap p{color:#505556}
.etc_wrap li{color:#505556}
.manage{background-color:#f1f1f1;border-radius:8px;padding:20px;margin:10px 0}

/******************** info ********************/
.wrap_gray{width:100%;padding:16px;border-radius:8px;background:#FAFAFB;text-align:left;margin:0 auto}
.rule_form p{font-size:15px;line-height:140%}
.rule_form.contract h4{margin-bottom:20px;text-align:center;font-size:22px;font-weight:500}
.terms_link a{color:#505556}
.rule_form ol{padding-left:20px}
.rule_form ol li{list-style:decimal}
.rule_form ol .list_basic li{list-style:none}
.rule_form ol .list_basic{padding-left:10px}
.rule_form ol ol{padding-left:20px}
.rule_form ol ol li{list-style:hangul}
.table_basic{line-height:120%}
.table_basic th{border:1px solid #2d3239;font-weight:500;text-align:center}
.table_basic td{padding:8px;border:1px solid #2d3239;font-size:15px}

/******************** FORUM ********************/
.wrap_forum_tab{height:55px}
.forum_tab{display:flex;align-items:center;justify-content:center;width:100%;background:#000;text-align:center;position:fixed;z-index:999}
.forum_tab li{margin-right:16px}
.forum_tab li:last-child{margin-right:0}
.forum_tab li.registration a{position:relative;padding:4px 32px 4px 12px;border:1px solid #fff3;border-radius:4px;background-color:#ffffff3d;color:#fff}
.forum_tab a{display:inline-block;padding:16px 0;font-size:15px;font-weight:600;color:#fff;opacity:.8}
.forum_tab li.on a{opacity:1}
.forum_tab li.registration a::after{display:inline-block;position:absolute;top:4px;width:22px;height:22px;margin-left:4px;background:url(../img/comm/sprite-mo.svg);background-position:0 -96px;content:''}
a.live{color:red;opacity:1}
a.live:after{content:'';display:inline-block;background-color:red;width:5px;height:5px;border-radius:2.5px;margin-bottom:8px;margin-left:4px;animation:blink 2s linear infinite}
@keyframes blink {
0%{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
.bnr_forum{width:100%}
.wrap_acdosfcf h2{margin-bottom:0;font-size:20px;font-weight:600;line-height:120%;letter-spacing:-.7px}
.wrap_acdosfcf .acdo .title{padding:18px 0;font-size:24px;font-weight:700;line-height:24px}
.wrap_acdosfcf .panel_inner{border-bottom:1px solid #E5E8EB;background:#fff;padding:16px 0}
.wrap_acdosfcf .list_thumb ul{padding-bottom:32px}
.wrap_acdosfcf .list_thumb li{margin:16px 0 0}
.wrap_acdosfcf .acdo .ico{width:12px;height:18px;background:url(../img/comm/sprite-mo.svg);background-position:0 -68px}
.wrap_acdosfcf .acdo.first{border-top:none}
.list_radius{min-height:auto;margin-top:40px;font-size:16px}
.list_radius li{margin-bottom:20px}
.list_radius li:last-child{margin-bottom:0}
.list_radius dl{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}
.list_radius dt{display:inline-block;margin-bottom:4px;padding:5px 16px;border-radius:540px;background:#000;font-weight:700;color:#fff}
.sfcf_title{text-align:center;font-size:28px;margin:20px 0}
.sfcf_poster{border-radius:8px;width:100%}
.list_info li{padding-bottom:6px}
.list_info li:last-child{padding-bottom:0}
.list_info dl{display:flex;align-items:center;justify-content:center}
.list_info dt{padding-right:8px;font-weight:700}
p.greeting{font-size:17px;line-height:160%;color:#505556}
.btn_basic.btn_black a{border:1px solid #000;background:#000;font-size:16px;font-weight:700;color:#fff}
.btn_basic.btn_black .ico.download{position:relative;top:3px;left:8px;background-position:-0 -128px;width:12px;height:17px}
.btn_basic.btn_big a{width:100%}
.timetable_wrap{width:100%}
.timetable_wrap .acdo{border:none}
.timetable_wrap .acdo .ico{margin:0;background-position:0 -68px;width:14px;height:18px}
.timetable_wrap>li{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-bottom:8px;border:1px solid #D5D7D9;border-radius:8px;padding:16px}
.timetable_wrap>li:last-child{margin-bottom:0}
.timetable_wrap li .time{padding:8px;border-radius:4px;background:#F4F7F9;font-size:12px;font-weight:600;text-align:center;line-height:100%;color:#6D7579;display:inline-block;width:110px}
.timetable_wrap li .title{padding-left:12px;border-radius:4px;color:#2D3239;font-size:17px;font-weight:700;line-height:100%;display:inline-block}
.timetable_wrap li .list_thumb__txt .title{padding-left: 0;}
.timetable_wrap li .contents{width:100%;line-height:160%}
.timetable_wrap li .desc{margin-top:16px;padding-top:16px;border-top:1px solid #E5E8EB;color:#505556}
.list_speakers{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column}
.list_speakers li{padding-bottom:20px}
.list_speakers li:nth-child(5n){padding-right:0}
.list_speakers li a{display:flex;align-items:center;justify-content:space-between;text-align:center;flex-direction:row;width:100%;padding:16px;border-radius:8px;background:#fff;border:1px solid #E5E8EB;-webkit-box-shadow:0 1px 12px #24272a0d;box-shadow:0 1px 12px #24272a0d}
.list_speakers img{width:100px;height:100px;margin-right:12px;border-radius:50px}
.list_speakers .ico{background-position:-22px -68px;width:14px;height:18px}
.list_speakers .name{display:block;margin-bottom:4px;font-size:18px;font-weight:600;line-height:110%;text-align:left}
.list_speakers .xs{display:block;font-size:14px;font-weight:400;text-align:left;color:#6D7579;line-height:120%}
.list_speakers .wrap_sp{width:calc(100% - 132px)}
.panel .list_speakers .wrap_sp{width:100%}
.dropdown_content{position:fixed;bottom:0;left:50%;transform:translate(-50%,0);z-index:9999;max-width:460px;width:100%}
.dropdown_content_inner{position:relative;width:100%;padding:20px 16px 30px;border-radius:24px 24px 0 0;background:#fff;box-shadow:.2em 0 2em #00000050;min-height:80vh}
.dropdown_bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000035;z-index:9998;backdrop-filter:blur(2.5px)}
.layer_check li:first-child{padding-top:20px}
.layer_check li{padding-bottom:20px}
.layer_check .form_check{text-align:left;margin:0 auto}
.layer_check .small{font-size:12px;color:#9CA0A3;padding-left:4px}
.dropdown_content .btn_basic a{width:100%}
.dropdown_close{position:absolute;top:20px;right:16px}
.btn_bottom{position: absolute;bottom:0;margin-bottom:30px;width: calc(100% - 32px);}
.layerpopup_content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;max-width:460px;width:100%}
.layerpopup_content_inner{width:calc(100% - 32px);padding:20px 16px 30px;border-radius:24px;background:#fff;box-shadow:.2em 0 2em #00000050;max-height:70vh;margin:0 auto}
.layerpopup_bg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000035;z-index:9998;backdrop-filter:blur(2.5px)}
.speaker_popup .title{padding-bottom:20px;border-bottom:1px solid #D5D7D9;font-size:20px;font-weight:700;text-align:left}
.layerpopup_content .btn_basic a{width:100%}
.layerpopup_close{position:absolute;top:20px;right:32px}
.speaker_popup .top{display:flex;align-items:center;margin-bottom:20px}
.speaker_popup img{width:150px;height:150px;border-radius:75px;margin:20px 20px 0 0}
.speaker_popup .name{display:block;margin-bottom:4px;font-size:23px;font-weight:700;line-height:110%}
.speaker_popup .xs{font-size:17px;font-weight:400}
.speaker_popup .top_txt{width:calc(100% - 170px);text-align:left}
.speaker_popup .desc{max-height:25vh;color:#505556;text-align:left;overflow:auto}
.panel_inner .timetable_wrap li .desc{background:#fff}
.panel_inner .list_speakers li{display:flex;flex-direction:column;align-items:center;align-content:space-around;flex-wrap:wrap;width:calc(33%);padding:0 0 30px}
.panel_inner .list_speakers img{width:100px;height:100px;filter:grayscale(0%);opacity:1}
.panel_inner .list_speakers .name{text-align:center}
.panel_inner .list_speakers .xs{display:block;text-align:center}
.history_wrap .acdo .title{padding:0}
.history_wrap.timetable_wrap li .time{width:auto}
.history_wrap .list_speakers li{display:flex;align-items:center}
.history_wrap .list_speakers li:last-child{padding-bottom:0}
.history_time{margin-bottom:16px}
.wrap_info .name{color:#505556;font-size:13px}
.wrap_info .num{color:#9CA0A3;font-size:13px;font-size:11px;margin-left:8px}
.wrap_label{margin-top:8px}
.wrap_label span{margin-right:8px}
.wrap_label .label.lock{display:flex;align-items:center;background:#F4F7F9;color:#6D7579}
.label .ico.lock{background-position:-44px -128px;width:11px;height:14px}
.btn_gray a{background:#D5D7D9;color:#2D3239}
#content li{list-style:unset;margin-block-start:6px;margin-block-end:6px;margin-inline-start:0;margin-inline-end:0;margin-inline-start:16px}
#content h1{font-size:24px;padding:12px 0;}
#content li p{display:inline}





/* Mobile LAYOUT */
/* 화면 너비가 400px 이하 */
/*@media (max-width: 400px) {*/
/*  .forum_tab{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding:0 16px}*/
/*}*/
/*/* 화면 너비가 460px 이하 */*/
/*@media (max-width: 460px) {*/
/*  .tab_basic{justify-content:flex-start;overflow-x:auto;white-space:nowrap}*/
/*  .paging{justify-content:flex-start;overflow-x:auto;white-space:nowrap;flex-wrap:wrap}*/
/*}*/
/*/* 화면 너비가 460px 이상*/*/
/*@media (min-width: 461px) {*/
/*  #wrapper{width:460px}*/
/*  .gnb{width:460px}*/
/*  .forum_tab{width:460px}*/
/*  .btn_top{position:fixed;bottom:40px;right:16px}*/
/*}*/

/* Mobile LAYOUT */
/* 화면 너비가 400px 이하 */
@media (max-width: 400px) {
  .forum_tab{justify-content:center;overflow-x:auto;white-space:nowrap;padding:0 16px}
}
/* 화면 너비가 460px 이하 */
@media (max-width: 460px) {
  .tab_basic{justify-content:center;overflow-x:auto;white-space:nowrap}
  .paging{justify-content:center;overflow-x:auto;white-space:nowrap;flex-wrap:wrap}
}
/* 화면 너비가 460px 이상*/
@media (min-width: 461px) {
  #wrapper{width:460px}
  .gnb{width:460px}
  .forum_tab{width:460px}
  .btn_top{position:fixed;bottom:40px;right:16px}
}

