@charset "utf-8";
@import url("font.css");
/* style reset */

body {overflow-y: auto; overflow-x: hidden; position: relative; margin: 0; width:100%; color: #000; font-size: 16px; font-family:'Noto Sans KR', sans-serif; font-weight: 400; line-height: 26px; padding: 0 !important;}

.transparents-layer {display: none;}

button {transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.btn {width: 190px; height: 60px; font-weight: 500;}
.btn2 {width: 100px; height: 45px; font-size: 15px;}
.btn3 {padding: 0 15px; width: 180px; height: 40px; color: #555; font-size: 15px; text-align: left; font-weight: 500; border: 1px solid #555; background-repeat: no-repeat; background-position: right 15px center;}
.btn3.more {background-image: url('../../images/web/icon_arrow.png');}
.btn3.down {background-image: url('../../images/web/icon_down2.png');}
.btn4 {position: relative; width: 34px; height: 34px; border: 1px solid #7b736b; border-radius: 3px;}
.btn4::after, .btn4::before {content: ''; position: absolute; left: calc(50% - 5px); top: calc(50% - 1px); width: 10px; height: 2px; background-color: #7b736b;}
.btn4.plus::after {transform: rotate(90deg);}
.btn5 {padding: 0 10px; min-width: 100px; height: 35px; font-size: 15px;}
.btn6 {padding: 0 10px; min-width: 80px; height: 35px; font-size: 15px;}
.btn7 {padding: 0 10px; min-width: 90px; height: 32px; font-size: 15px;}
.btn8 {padding: 0 20px; height: 40px; font-size: 15px;}
.btn9 {margin-left: 10px; min-width: 70px; height: 27px; line-height: 25px; font-size: 14px; text-align: center;}
.btn_search {}
.btn_search .icon {position: relative; display: block; transform-origin: left top; width: 22px; height: 22px;}
.btn_search .icon::after, .btn_search .icon::before {content: ''; position: absolute;}
.btn_search .icon::after {left: 0; top: 0; width: 13px; height: 13px; border: 2px solid #222; border-radius: 100%;}
.btn_search .icon::before {right: 0; bottom: 4px; width: 9px; height: 2px; background-color: #222; transform: rotate(45deg);}
.btn_close {}
.btn_close .icon {position: relative; display: block; width: 23px; height: 23px;}
.btn_close .icon::after, .btn_close .icon::before {content: ''; position: absolute; left: -2px; top: 10px; width: 27px; height: 2px; background-color: #222;}
.btn_close .icon::after {transform: rotate(45deg);}
.btn_close .icon::before {transform: rotate(-45deg);}
.btn_close2 {width: 21px; height: 21px; background: url('../../images/web/icon_close.png') no-repeat center / 100%;}
.btn_more {}
.btn_more .icon {position: relative; display: inline-block; width: 10px; height: 10px;}
.btn_more .icon::after, .btn_more .icon::before {content: ''; position: absolute; left: 0; top: calc(50% - 1px); width: 100%; height: 2px; background-color: #666;} 
.btn_more .icon::after {}
.btn_more .icon::before {transform: rotate(90deg);}
.btn_check {width: 110px; height: 35px; font-size: 15px;}
.btn_check span {padding-right: 25px; background-repeat: no-repeat; background-position: right center; background-image: url('../../images/web/icon_check2.png');}
button.view, button.down {padding: 0 10px; text-align: left; background-position: right 10px center; background-repeat: no-repeat;}
button.view {background-image: url('../../images/web/icon_view.png');}
button.down {background-image: url('../../images/web/icon_down.png');}

.bg_blue {color: #fff; background-color: #0667d4;}
.bg_gray {color: #fff; background-color: #707984;}
.bg_gray2 {color: #fff; background-color: #444;}
.bg_white {color: #666; border: 1px solid #333; background-color: #fff;}
.bg_white2 {color: #0667d4; border: 1px solid #0667d4; background-color: #fff;}
.bg_white3 {color: #666; border: 1px solid #ccc; background-color: #fff;}
.bg_white4 {color: #cc0202; border: 1px solid #cc0202; background-color: #fff;}
.bg_white5 {color: #01af94; border: 1px solid #01af94; background-color: #fff;}
.bg_red {color: #fff; background-color: #cc0200;}

.color_blue {color: #0e72cf !important;}
.color_blue2 {color: #0667d4 !important;}
.color_red {color: #dd0303 !important;}
.color_orange {color: #c65100 !important;}
.color_black {color: #000 !important;}

.ico_badge {}
.ico_badge.red {color: #fff; background-color: #fd5050;}
.ico_badge.blue {color: #fff; font-size: 15px; background-color: #17aadc;}

.f_b {font-weight: 600 !important;}
.f_m {font-weight: 500 !important;}
.f_n {font-weight: 400 !important;}
.p_r {position: relative !important;}

.w_flex_only {display: flex !important; display:-webkit-flex;}
.m_flex_only {display: none !important; display:-webkit-none;}
.w_hidden {display: none !important;}
.m_hidden {display: block !important;}

u {text-underline-position: under;}
.underline {border-bottom: 1px solid #666;}

.padding0 {padding: 0 !important;}
.margin0 {margin: 0 !important;}
.mt60 {margin-top:60px !important}
.mt50 {margin-top:50px !important}
.mt40 {margin-top:40px !important}
.mt30 {margin-top:30px !important}
.mt20 {margin-top:20px !important}
.mt15 {margin-top:15px !important}
.mt10 {margin-top:10px !important}
.mt5 {margin-top:5px !important}
.mb2 {margin-bottom:2px !important}
.mb5 {margin-bottom:5px !important}
.mb10 {margin-bottom:10px !important}
.mb15 {margin-bottom:15px !important}
.mb20 {margin-bottom:20px !important}
.mb25 {margin-bottom:25px !important}
.mb30 {margin-bottom:30px !important}
.mb35 {margin-bottom:35px !important}
.mb40 {margin-bottom:40px !important}
.mb50 {margin-bottom:50px !important}
.mb55 {margin-bottom:55px !important}
.mb60 {margin-bottom:60px !important}
.mb65 {margin-bottom:65px !important}
.mb80 {margin-bottom:80px !important}
.mb100 {margin-bottom:100px !important}
.mr5 {margin-right:5px !important}
.mr10 {margin-right:10px !important}
.mr15 {margin-right:15px !important}
.mr20 {margin-right:20px !important}
.mr25 {margin-right:25px !important}
.mr30 {margin-right:30px !important}
.mr35 {margin-right:35px !important}
.mr60 {margin-right:60px !important}
.ml5 {margin-left:5px !important}
.ml10 {margin-left:10px !important}
.ml20 {margin-left:20px !important}
.ml30 {margin-left:30px !important}
.pl10 {padding-left:10px !important}
.pl15 {padding-left:15px !important}
.pl20 {padding-left:20px !important}
.pl30 {padding-left:30px !important}
.pl40 {padding-left:40px !important}
.pl60 {padding-left:60px !important}
.pt10 {padding-top:10px !important}
.pt15 {padding-top:15px !important}
.pt20 {padding-top:20px !important}
.pt30 {padding-top:30px !important}
.pt33 {padding-top:33px !important}
.pt40 {padding-top:40px !important}
.pt50 {padding-top:50px !important}
.pb10 {padding-bottom:10px !important}
.pb40 {padding-bottom:40px !important}
.pr10 {padding-right: 10px !important}
.w50 {width: 50px !important;}
.w60 {width: 60px !important}
.w100 {width: 100px !important}
.w120 {width: 120px !important}
.w200 {width: 200px !important}
.w230 {width: 230px !important}
.w300 {width: 300px !important}
.w400 {width: 400px !important}
.w500 {width: 500px !important}
.w_25 {width: 25% !important}
.w_30 {width: 30% !important}
.w_35 {width: 35% !important}
.w_40 {width: 40% !important}
.w_45 {width: 45% !important}
.w_50 {width: 50% !important}
.w_60 {width: 60% !important}
.w_80 {width: 80% !important}
.w_100 {width: 100% !important}

.f_12 {font-size: 12px !important;} 
.f_13 {font-size: 13px !important;} 
.f_14 {font-size: 14px !important;} 
.f_18 {font-size: 18px !important;} 

.al {text-align: left !important;}
.ac {text-align: center!important;}
.ar {text-align: right!important;}
.vt {vertical-align: top!important;}
.vm {vertical-align: middle!important;}
.vb {vertical-align: bottom!important;}

.cl_bo {clear: both !important;}
.f_left {float: left !important;}
.f_right {float: right !important;}
.over_h {overflow: hidden !important;}
.wb_keep {word-break: keep-all !important;}

dl.skipnavi {position:relative;z-index: 500;}
dl.skipnavi dt {display:none}
dl.skipnavi dd a {position:absolute; left:0; top:-50px; font-size:0}
dl.skipnavi dd a:active, dl.skipnavi dd a:focus {display:block; left:0; top:0; z-index:51; width:400px; height:30px; padding-top:9px; text-align:center; background:#333; line-height:14px; text-decoration:none; color:#fff; font-size:12px; font-weight:bold}

/*서브공통*/
.board_title {margin-bottom: 20px; display:flex; display:-webkit-flex; justify-content: space-between;}
.board_title h3 {display:flex; display:-webkit-flex; align-items: center; font-size: 20px; font-weight: 500; color: #000;}
.board_title.line {padding-bottom: 15px; border-bottom: 1px solid #000;}
.board_title .btn_more {margin-bottom: -10px;}
.board_title .btn_more .icon {width: 11px; height: 11px;}
.board_title .btn_more .icon::after, .board_title .btn_more .icon::before {top: 50%; height: 1px; background-color: #fff;} 
.board_title h3 .check_box {margin-left: 15px; font-size: 16px;}
.boardview + .board_title {margin-top: 50px;}
.boardlist + .board_title {margin-top: 50px;}
.board_title2 {margin-bottom: 20px;}
.board_title2 h4 {font-size: 18px; color: #c65100;}
.board_title2 p {margin-top: 10px; color: #666;}
.boardview + .board_title2 {margin-top: 50px;}
.d_area {margin: 0 auto; width: 1300px;}
.list_type > li {position: relative; padding-left: 10px;}
.list_type > li::after {content: ''; position: absolute; left: 0; top: 12px; width: 3px; height: 3px; background-color: #555;}
.num_list {counter-reset: num;}
.num_list > li {position: relative; padding-left: 22px;}
.num_list > li::before {content: counter(num); counter-increment: num 1; position: absolute; left: 0; top: 5px; width: 15px; height: 15px; font-size: 9px; line-height: 14px; text-align: center; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 100%;}
.num_list2 {padding-left: 17px;}
.num_list2 > li {list-style: decimal;}
.num_list3 {counter-reset: num;}
.num_list3 > li {position: relative; padding-left: 20px;}
.num_list3 > li::before {content: counter(num) " )"; counter-increment: num 1; position: absolute; left: 0; width: 16px; font-size: 13px;}
.hangul {padding-left: 22px;}
.hangul > li {list-style: hangul;}
.img_box {position: relative; text-align: center;}
.img_box img {max-width: 100%;}
.img_box .award {position: absolute; left: 10px; top: 10px; padding: 0 5px; display:flex; display:-webkit-flex; align-items: center; justify-content: center; width: 48px; height: 46px; color: #010101; text-align: center; font-size: 12px; font-weight: 500; line-height: 13px; background-repeat: no-repeat; background-position: 0 0; background-image: url('../../images/web/bg_award.png');}
.img_box .award.gp {font-size: 14px; background-image: url('../../images/web/bg_award_gp.png');}
.img_box .sort {position: absolute; left: 0; top: 0; padding: 0 5px; display:flex; display:-webkit-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #fff; font-size: 12px; text-align: center; line-height: 13px; background-color: #06ca81;}
p.dot {position: relative; padding-left: 10px; line-height: 30px;}
p.dot::after {position: absolute; top: 15px; left: 0; content: ''; display: block; width: 3px; height: 3px; background-color: #666;}
.point_box {}
.point_box span {position: relative; padding-left: 10px; display: inline-block;}
.point_box span::before {content: '*'; position: absolute; left: 0; top: 3px; color: #fd0000;}

.midarea .subtoparea {z-index: 199; position: relative; padding: 0 0 50px;}
.midarea .subtoparea .tit_subtoparea {width: 100%; height: 280px; text-align: center;}
.midarea .subtoparea .tit_subtoparea  span {line-height: 280px; font-size: 50px; font-weight: 600; color: #fefefe; font-family: 'Nanum Square', sans-serif;}
.midarea .subtoparea.subtoparea01 .tit_subtoparea {background: url('../../images/web/img_subtoparea01.jpg') no-repeat center / cover;}
.midarea .subtoparea.subtoparea02 .tit_subtoparea {background: url('../../images/web/img_subtoparea02.jpg') no-repeat center / cover;}
.midarea .subtoparea.subtoparea03 .tit_subtoparea {background: url('../../images/web/img_subtoparea03.jpg') no-repeat center / cover;}
.midarea .subtoparea.subtoparea04 .tit_subtoparea {background: url('../../images/web/img_subtoparea04.jpg') no-repeat center / cover;}
.midarea .subtoparea.subtoparea05 .tit_subtoparea {background: url('../../images/web/img_subtoparea05.jpg') no-repeat center / cover;}
.midarea .subtoparea h2 {margin-top: 50px; font-size: 40px; line-height: 50px; text-align: center; font-weight: 600; font-family: 'Nanum Square', sans-serif; color: #000;}
.midarea .subtoparea .nav_area {margin-top: 5px; display: flex; display:-webkit-flex; justify-content: right;}
.midarea .subtoparea .nav_area li {position: relative;}
.midarea .subtoparea .nav_area li::before {content: ''; position: absolute; left: 0; top: calc(50% - 4px); width: 5px; height: 9px; background: url('../../images/web/nav_arrow.png') no-repeat center;}
.midarea .subtoparea .nav_area li:first-child::before {display: none;}
.midarea .subtoparea .nav_area li a {padding: 0 13px 0 17px; display: block; font-size: 14px; color: #707070;}
.midarea .subtoparea .nav_area li:first-child a {padding-left: 0;}
.midarea .subtoparea .nav_area li:last-child a {padding-right: 0; font-weight: 500; color: #333;}
.midarea .subtoparea.mypage {padding: 0 0 40px;}
.midarea .subtoparea.mypage h2 {margin-top: 40px; font-size: 35px; line-height: 35px; text-align: left;}
.midarea .subtoparea.mypage .mypage_nav_area {margin-bottom: 5px; padding: 27px 0 7px; background-color: #3e62bd;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area {display: flex; display:-webkit-flex; justify-content: space-between;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .tit {font-size: 24px; font-weight: 500; color: #fff;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list {display: flex; display:-webkit-flex;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li {padding-bottom: 20px; margin-left: 30px; position: relative;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li > a {color: #fff;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li.active::after {content: ''; position: absolute; left: calc(50% - 3px); bottom: 9px; width: 6px; height:6px; border-radius: 6px; background-color: #fff;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li:hover::after {content: ''; position: absolute; left: calc(50% - 3px); bottom: 9px; width: 6px; height:6px; border-radius: 6px; background-color: #fff;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li:nth-child(4):hover ul {display: block;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li ul {display: none; z-index: 9; padding: 20px; width: 170px; position: absolute; left: calc(50% - 85px); top: 45px; background-color: #fff; border: 1px solid #625eaa;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li ul li {letter-spacing: -0.5px;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li ul li a {font-size: 15px; color: #666;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li ul li.active a {color: #000;}
.midarea .subtoparea.mypage .mypage_nav_area .d_area .list > li ul li:hover a {color: #000;}

.contentsarea {margin: 0 auto; padding: 0 0 70px;}
.contentsarea .subtit {margin-bottom: 50px; text-align: center;}
.contentsarea .subtit h2 {font-size: 40px; line-height: 40px; font-weight: 600; font-family: 'Nanum Square', sans-serif; color: #000;}

.tab {margin-bottom: 15px; display: flex; display:-webkit-flex;}
.tab li {margin-right: 5px;}
.tab li:last-child {margin-right: 0;}
.tab li a {display: block; min-width: 100px; height: 40px; line-height: 38px; text-align: center; border-radius: 5px; border: 1px solid #333;}
.tab li.active a {background-color: #333; color: #fff;}

.tabmenu {z-index: 180; position: relative; margin-bottom: 50px;}
.tabmenu > button {display: none;}
.tabmenu .dropdown-menu {display: flex; display:-webkit-flex;}
.tabmenu .dropdown-menu li {margin-right: 6px; width: 100%;}
.tabmenu .dropdown-menu li:last-child {margin-right: 0;}
.tabmenu .dropdown-menu li button {padding: 0 10px; width: 100%; height: 60px; font-weight: 500; word-break: keep-all; border: 1px solid #ccc;}
.tabmenu .dropdown-menu li button span {overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; max-height: 60px; -webkit-line-clamp: 3; line-height: 20px;}
.tabmenu .dropdown-menu li button[data-selected="selected"] {color: #fff; background-color: #0667d4; border-color: #0667d4 !important;}
.tabmenu.type2 .dropdown-menu li {margin-right: 0; margin-right: -1px;}
.tabmenu.type2 .dropdown-menu li button {height: 48px; color: #999; border: 1px solid #222;}
.tabmenu.type2 .dropdown-menu li button[data-selected="selected"] {color: #333; font-weight: 500; background-color: #fff; border-color: #222 !important; border-bottom: 0;}
.search_result {margin-bottom: 35px;}
.search_result span {font-weight: 500;}
.search_result span.text {color: #0667d4;}
.search_result span.num {color: #fb6d0f;}

/*소통광장소개*/
.introduce_area .introduce_box {margin: 0 0 50px; width: 100%; height: 300px; background: #f4f4f4 url('../../images/web/img_introduce.png') no-repeat 63px bottom;}
.introduce_area .introduce_box p {padding: 55px 0 0 490px; font-size: 24px; line-height: 40px; color: #444; font-family:'SeoulHangang', sans-serif;}
.introduce_area .introduce_box p span {color: #0255d2;}
.introduce_area .txt {line-height: 28px; color: #666;}

/*서울교육소통광장이란*/
.introduce2_area .introduce2_visual {margin-bottom: 75px; padding: 120px 0 0 790px; height: 400px; border-radius: 20px; background: #f7f7f7 url('../../images/web/bg_introduce2.png') no-repeat 52px 100%;}
.introduce2_area .introduce2_visual p {margin-top: 40px; font-size: 28px; line-height: 40px;}
.introduce2_area .introduce2_box {margin-bottom: 140px; text-align: center;}
.introduce2_area .introduce2_box .box {margin-bottom: 40px; padding: 0 60px; height: 100px; line-height: 100px; display: inline-block; font-size: 26px; font-weight: 500; border-radius: 100px; background-color: #eee;}
.introduce2_area .introduce2_box .box span {color: #0667d4;}
.introduce2_area .introduce2_box .txt {margin-bottom: 40px; font-size: 20px; line-height: 32px;}
.introduce2_area .introduce2_box .list {margin-top: 20px; display: flex; display:-webkit-flex; justify-content: center;}
.introduce2_area .introduce2_box .list li {margin-right: 50px; position: relative; width: 280px;}
.introduce2_area .introduce2_box .list li::after {position: absolute; top: 90px; right: -35px; content: ''; display: block; width: 25px; height: 19px; background: url('../../images/web/icon_arrow2.png') no-repeat;}
.introduce2_area .introduce2_box .list li:last-child {margin-right: 0;}
.introduce2_area .introduce2_box .list li:last-child::after {display: none;}
.introduce2_area .introduce2_box .list li p {margin-top: 20px; font-size: 16px; line-height: 26px; color: #666; word-break: keep-all;}
.introduce2_area .introduce2_box .list li p span {padding: 0 5px 3px; font-weight: 600; color: #fff; background-color: #0667d4;}
.introduce2_area .introduce2_box .button_box {margin-top: 60px;}

/*시민제안*/
.contents1_text {margin-bottom: 15px;}
.contents1_text p {margin-bottom: 5px;}
.contents1_text ul {margin-left: 15px;}
.contents1_text ul li {position: relative; padding-left: 10px;}
.contents1_text ul li::before {content: '-'; position: absolute; top: 0; left: 0;}
.contents1_title {margin-bottom: 60px; text-align: center; font-size: 18px; color: #666;}
.contents1_title a {margin-top: 25px; display: inline-block; width: 300px; height: 70px; line-height: 70px; font-size: 24px; background-color: #0667d4; color: #fff;}
.contents1_title a img {margin: -5px 0 0 20px;}
.contents1_step {margin-bottom: 65px;}
.contents1_step ul {display: flex; display:-webkit-flex;}
.contents1_step ul li {position: relative; width: 150px; height: 150px; border-radius: 150px; border: 3px solid #ced1d5;}
.contents1_step ul li.all {margin-right: 95px; border: 3px solid #0667d4;}
.contents1_step ul li.end {margin-left: 95px; border: 3px solid #01af94;}
.contents1_step ul li.active {border: 3px solid #0667d4; background-color: #eaf4ff;}
.contents1_step ul li.end.active {border: 3px solid #01af94; background-color: #eaf6f4;}
.contents1_step ul li:nth-child(2),
.contents1_step ul li:nth-child(3),
.contents1_step ul li:nth-child(4) {margin-right: 70px;}
.contents1_step ul li:nth-child(2)::after,
.contents1_step ul li:nth-child(3)::after,
.contents1_step ul li:nth-child(4)::after {position: absolute; top: calc(50% - 9px); right: -50px; content: ''; display: block; width: 25px; height: 19px; background: url('../../images/web/icon_arrow2.png') no-repeat;}
.contents1_step ul li a {padding-top: 70px; display: block; width: 100%; height: 100%; text-align: center; border-radius: 150px;}
.contents1_step ul li:nth-child(1) a {background: url('../../images/web/icon_contents1_step1.png') no-repeat center 17px;}
.contents1_step ul li:nth-child(2) a {background: url('../../images/web/icon_contents1_step2.png') no-repeat center 13px;}
.contents1_step ul li:nth-child(3) a {background: url('../../images/web/icon_contents1_step3.png') no-repeat center 21px;}
.contents1_step ul li:nth-child(4) a {background: url('../../images/web/icon_contents1_step4.png') no-repeat calc(50% - 5px) 19px;}
.contents1_step ul li:nth-child(5) a {background: url('../../images/web/icon_contents1_step5.png') no-repeat center 16px;}
.contents1_step ul li:nth-child(6) a {background: url('../../images/web/icon_contents1_step6.png') no-repeat center 19px;}
.contents1_step ul li a p {line-height: 26px; font-weight: 500; color: #666;}
.contents1_step ul li a p.txt2 {font-size: 18px;}
.contents1_step ul li a p.txt2 span {color: #0667d4;}
.contents1_step ul li.end a p.txt2 span {color: #01af94;}
.searchView {margin-bottom: 20px; display: flex; display:-webkit-flex; justify-content: space-between;}
.searchView .searchView_search {display: flex; display:-webkit-flex;}
.searchView .searchView_search .optionbox {width: 250px; height: 40px; border-right: 0;}
.searchView .searchView_search .inpbox {width: 434px; height: 40px;}
.searchView .searchView_search .inpbox input.txt {padding: 0 38px 0 10px;}
.searchView .searchView_search .inpbox .btn_search {position: absolute; top: 8px; right: 8px;}
.searchView .searchView_view {display: flex; display:-webkit-flex; align-items: center;}
.searchView .searchView_view .order {display: flex; display:-webkit-flex; align-items: center;}
.searchView .searchView_view .order li {margin-right: 20px;}
.searchView .searchView_view .order li:last-child {margin-right: 0;}
.searchView .searchView_view .order li a {font-size: 15px; color: #707070;}
.searchView .searchView_view .order li.active a {padding-left: 13px; position: relative; display: block; color: #000;}
.searchView .searchView_view .order li.active a::before {position: absolute; top: calc(50% - 3px); left: 0; content: ''; display: block; width: 8px; height: 6px; background: url('../../images/web/icon_order_active.png') no-repeat;}
.searchView .searchView_view .method {margin-left: 20px; display: flex; display:-webkit-flex;}
.searchView .searchView_view .method button {display: block; width: 40px; height: 40px; border: 1px solid #ddd;}
.searchView .searchView_view .method button.method1 {background: url('../../images/web/icon_method_album.png') no-repeat center; border-right: 0;}
.searchView .searchView_view .method button.method1.active {background: url('../../images/web/icon_method_album_active.png') no-repeat center;}
.searchView .searchView_view .method button.method2 {background: url('../../images/web/icon_method_list.png') no-repeat center;}
.searchView .searchView_view .method button.method2.active {background: url('../../images/web/icon_method_list_active.png') no-repeat center;}
.contents1_board .citizenBoard.album {overflow: hidden;}
.contents1_board .citizenBoard.album > li {position: relative; margin: 0 20px 20px 0; padding: 30px 30px 25px; float: left; width: calc(25% - 15px); border: 1px solid #ddd; box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);}
.contents1_board .citizenBoard.album > li:nth-child(4n) {margin-right: 0;}
.contents1_board .citizenBoard.album > li a p.category {display: inline-block; padding: 0 25px; height: 30px; line-height: 28px; font-size: 13px; border-radius: 30px; color: #0667d4; border: 1px solid #0667d4;}
.contents1_board .citizenBoard.album > li a p.tit {margin: 15px 0 10px; height: 56px; font-size: 18px; font-weight: 500; line-height: 28px; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contents1_board .citizenBoard.album > li a p.tit span {position: absolute; top: 30px; right: 30px; font-size: 15px; color: #0667d4;}
.contents1_board .citizenBoard.album > li a p.name {margin-bottom: 10px; font-size: 15px; line-height: 20px; color: #666;}
.contents1_board .citizenBoard.album > li a p.txt {display: none;}
.contents1_board .citizenBoard.album > li a .barSympathy .bar {margin: 30px 0 5px; position: relative; width: 100%;}
.contents1_board .citizenBoard.album > li a .barSympathy .bar .bar_bg {width: 100%; height: 3px; border-radius: 3px; background-color: #ddd;}
.contents1_board .citizenBoard.album > li a .barSympathy .bar .bar_per {position: absolute; top: 0; left: 0; height: 3px; border-radius: 3px; background-color: #01af94;}
.contents1_board .citizenBoard.album > li a .barSympathy .bar .num {position: absolute; top: -20px; display: block; width: 27px; height: 19px; line-height: 17px; text-align: center; font-size: 11px; font-weight: 600; font-family:'돋움'; color: #fff; background: url('../../images/web/icon_bar_txtBg.png') no-repeat;}
.contents1_board .citizenBoard.album > li a .barSympathy .bar .num.num100 {right: -15px; width: 33px; height: 19px; color: #666; background: url('../../images/web/icon_bar_txtBg100.png') no-repeat center;}
.contents1_board .citizenBoard.album > li a .barSympathy .sympathy {display: flex; display:-webkit-flex; justify-content: space-between;}
.contents1_board .citizenBoard.album > li a .barSympathy .sympathy li {font-size: 13px; color: #666;}
.contents1_board .citizenBoard.album > li a .barSympathy .sympathy li img {margin-right: 5px;}
.contents1_board .citizenBoard.list > li {margin-bottom: 20px; padding: 30px; border: 1px solid #ddd; box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);}
.contents1_board .citizenBoard.list > li a p.category {display: inline-block; padding: 0 25px; height: 30px; line-height: 28px; font-size: 13px; border-radius: 30px; color: #0667d4; border: 1px solid #0667d4;}
.contents1_board .citizenBoard.list > li a p.tit {margin: 15px 0 10px; font-size: 18px; font-weight: 500; line-height: 28px; color: #333;}
.contents1_board .citizenBoard.list > li a p.tit span {margin-left: 5px; font-size: 15px; color: #0667d4;}
.contents1_board .citizenBoard.list > li a p.name {margin-bottom: 10px; font-size: 15px; line-height: 20px; color: #666;}
.contents1_board .citizenBoard.list > li a p.txt {font-size: 16px; line-height: 28px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.contents1_board .citizenBoard.list > li a .barSympathy {margin-top: 15px; display: flex; display:-webkit-flex; align-items: center; justify-content: space-between;}
.contents1_board .citizenBoard.list > li a .barSympathy .bar {margin-top: 15px; position: relative; width: calc(100% - 240px);}
.contents1_board .citizenBoard.list > li a .barSympathy .bar .bar_bg {width: 100%; height: 3px; border-radius: 3px; background-color: #ddd;}
.contents1_board .citizenBoard.list > li a .barSympathy .bar .bar_per {position: absolute; top: 0; left: 0; height: 3px; border-radius: 3px; background-color: #01af94;}
.contents1_board .citizenBoard.list > li a .barSympathy .bar .num {position: absolute; top: -20px; display: block; width: 27px; height: 19px; line-height: 17px; text-align: center; font-size: 11px; font-weight: 600; font-family:'돋움'; color: #fff; background: url('../../images/web/icon_bar_txtBg.png') no-repeat;}
.contents1_board .citizenBoard.list > li a .barSympathy .bar .num.num100 {right: -15px; width: 33px; height: 19px; color: #666; background: url('../../images/web/icon_bar_txtBg100.png') no-repeat center;}
.contents1_board .citizenBoard.list > li a .barSympathy .sympathy {display: flex; display:-webkit-flex;}
.contents1_board .citizenBoard.list > li a .barSympathy .sympathy li {margin-right: 30px; font-size: 13px; color: #666;}
.contents1_board .citizenBoard.list > li a .barSympathy .sympathy li:last-child {margin-right: 0;}
.contents1_board .citizenBoard.list > li a .barSympathy .sympathy li img {margin-right: 5px;}
/*상세*/
.bg_sub1 {background: url('../../images/web/bg_sub1.png') no-repeat center 0 / cover; background-attachment: fixed;}
.contents_detail {position: relative;}
.contents_detail .detail_top {z-index: 9; padding: 25px 40px 20px; width: 100%; display: none; position: absolute; top: 0; left: 0; background-color: #0667d4;}
.contents_detail .detail_top.fixed {display: block; position: sticky;}
.contents_detail .detail_top h3 {font-size: 20px; line-height: 28px; color: #fff;}
.contents_detail .detail_top .detail_nav {margin-top: 20px; display: flex; display:-webkit-flex;}
.contents_detail .detail_top .detail_nav li {margin-right: 10px; background-color: #fff; border-radius: 35px;}
.contents_detail .detail_top .detail_nav li a {display: block; padding: 0 15px; min-width: 100px; height: 35px; line-height: 35px; text-align: center; font-weight: 500; color: #0667d4;}
.contents_detail .box {position: relative; margin-bottom: 10px; padding: 40px; border-radius: 30px; background-color: #fff; border: 1px solid #ddd;}
.contents_detail .box .detail_title {margin-bottom: 20px;}
.contents_detail .box .detail_title .state {padding: 0 15px; height: 40px; line-height: 36px; display: inline-block; font-size: 16px; font-weight: 500; border-radius: 40px; color: #0667d4; border: 2px solid #0667d4;}
.contents_detail .box .detail_title h3 {margin: 15px 0; font-size: 20px;}
.contents_detail .box .detail_title h3 span {margin-right: 10px; font-size: 22px; color: #0667d4;}
.contents_detail .box .detail_title ul {display: flex; display:-webkit-flex;}
.contents_detail .box .detail_title ul li {position: relative; margin-right: 20px; padding-right: 20px; font-size: 15px; color: #666;}
.contents_detail .box .detail_title ul li:last-child {margin-right: 0; padding-right: 0;}
.contents_detail .box .detail_title ul li::after {content: ''; position: absolute; right: 0; top: 6px; width: 1px; height: 14px; background-color: #c6c6c6;}
.contents_detail .box .detail_title ul li:last-child::after {display: none;}
.contents_detail .box .detail_txt {font-size: 16px; line-height: 28px; color: #666;}
.contents_detail .box .detail_list {margin: 30px 0 0;}
.contents_detail .box .detail_list li {position: relative; padding-left: 10px; margin: 0 0 5px; font-size: 16px; color: #666;}
.contents_detail .box .detail_list li::before {content: ''; display: block; position: absolute; top: calc(50% - 1px); left: 0; width: 3px; height: 3px; background-color: #333;}
.contents_detail .box .detail_list li:last-child {margin-bottom: 0;}
.contents_detail .box .detail_list li span {font-weight: 500; color: #333;}
.contents_detail .box .detail_list li a {color: #666;}
.contents_detail .box .detail_list li a img {margin-left: 8px; margin-top: -2px;}
.contents_detail .box .detail_sns {position: absolute; bottom: 210px; right: 40px; z-index: 9;}
.contents_detail .box .detail_sns .btn_share {width: 40px; height: 40px; font-size: 0; background: #fff url('../../images/web/icon_share.png') no-repeat;}
.contents_detail .box .detail_sns ul {position: absolute; top: calc(50% - 23px); right: 45px; padding: 5px 6px; display: none; justify-content: space-between; gap: 5px; border-radius: 48px; border: 1px solid #d2d2d2;}
.contents_detail .box .detail_sns.active ul {display: flex; display:-webkit-flex; background-color: #fff;}
.contents_detail .box .detail_sns ul li a {font-size: 0; display: block; width: 34px; height: 34px;}
.contents_detail .box .detail_sns ul li.fb a {background: url('../../images/web/icon_facebook.png') no-repeat;}
.contents_detail .box .detail_sns ul li.kt a {background: url('../../images/web/icon_kakaotalk.png') no-repeat;}
.contents_detail .box .detail_sns ul li.tw a {background: url('../../images/web/icon_twitter.png') no-repeat;}
.contents_detail .box .detail_sns ul li.cp a {background: url('../../images/web/icon_copy.png') no-repeat;}
.contents_detail .box .detail_tag {margin-top: 10px; font-size: 15px; color: #0667d4;}
.contents_detail .box .detail_graph {margin: 40px 0 50px; height: 30px; overflow: hidden; display: flex; display:-webkit-flex; border-radius: 15px;}
.contents_detail .box .detail_graph > div {position: relative; overflow: hidden;}
.contents_detail .box .detail_graph > div span {position: absolute; top: 2px; font-size: 13px; color: #fff;}
.contents_detail .box .detail_graph > div button {width: 19px; height: 17px; position: absolute; top: 6px;}
.contents_detail .box .detail_graph .like {height: 100%; border-radius:  15px 0 0 15px; background: #0667d4;}
.contents_detail .box .detail_graph .like span {right: 10px;}
.contents_detail .box .detail_graph .like button {left: 15px; background: url('../../images/web/icon_sympathy_like2.png') no-repeat 0 0 / cover;}
.contents_detail .box .detail_graph .dislike {height: 100%; border-radius: 0 15px 15px 0; background: #de0303;}
.contents_detail .box .detail_graph .dislike span {left: 10px;}
.contents_detail .box .detail_graph .dislike button {right: 15px; background: url('../../images/web/icon_sympathy_dislike2.png') no-repeat 0 0 / cover;}
.contents_detail .box .button_box .left button {height: 45px; font-size: 15px;}
.contents_detail .box .button_box .left .btn_report {padding: 0 70px 0 15px; background: url('../../images/web/icon_report.png') no-repeat calc(100% - 20px) 11px; color: #cc0202; border: 1px solid #cc0202;}
.contents_detail .box .button_box .left .btn_proposal {padding: 0 40px 0 15px; background: url('../../images/web/icon_proposal2.png') no-repeat calc(100% - 13px) 11px; color: #0667d4; border: 1px solid #0667d4;}
.contents_detail .box .detail_title_border {padding: 0 0 5px; margin-bottom: 15px; border-bottom: 1px solid #0667d4;}
.contents_detail .box .detail_title_border h3 {font-size: 22px; color: #0667d4;}
.contents_detail .box .video_box {position: relative; overflow: hidden;}
.contents_detail .box .video_box .youtube, 
.contents_detail .box .video_box .video {width: 100%; height: 540px; padding: 40px 0 0; text-align: center;}
.contents_detail .box .video_box .youtube {position: relative;}
.contents_detail .box .video_box .youtube iframe {width: calc(100% - 200px); height: 500px; border: 0;}
.contents_detail .box .video_box .video .video-js {height: 100%; width: 100%; border: 0;}
.contents_detail .box .video_box .video .video-js .vjs-big-play-button {left: calc(50% - 45px); top: calc(50% - 22px); width: 60px; height: 60px; border: 3px solid #fff; border-radius: 100%;}
.contents_detail .box .video_box .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {top: 5px;}
.contents_detail .box > .comment_area {margin: 0 0 50px;}
.contents_detail .box > .comment_area .comment_write .write_box {border-top: 0; padding-top: 5px;}
.contents_detail .box .board_top {padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #000;}
.speech_bubble {overflow: hidden;}
.speech_bubble > li {padding: 20px; margin-bottom: 20px; width: calc(100% - 220px); border-radius: 12px;}
.speech_bubble > li.left {float: left; border: 2px solid #6aa2e0;}
.speech_bubble > li.right {float: right; border: 2px solid #71bfb3;}
.speech_bubble > li .speech_bubble_top .name {font-size: 16px; color: #333;}
.speech_bubble > li .speech_bubble_top .date {font-size: 12px; color: #707070;}
.speech_bubble > li .speech_bubble_txt {font-size: 16px; line-height: 28px; color: #333;}
.speech_bubble > li .speech_bubble_bottom {margin-top: 20px; display: flex; display:-webkit-flex; justify-content: space-between;}
.speech_bubble > li .speech_bubble_bottom .btnarea button {margin-right: 3px; padding: 0 10px; min-width: 75px; height: 30px; font-size: 13px; border-radius: 30px;}
.speech_bubble > li .speech_bubble_bottom .btnarea button.btn_reply {border: 1px solid #d0d0d0; color: #666;}
.speech_bubble > li .speech_bubble_bottom .btnarea button.btn_report {border: 1px solid #e9c0c0; color: #cc0202;}
.speech_bubble > li .speech_bubble_bottom .btnarea button.btn_report2 {margin-right: 0; padding: 0; min-width: 0; border-radius: 0; color: #cc0202;}
.speech_bubble > li .speech_bubble_bottom .sympathy {display: flex; display:-webkit-flex;}
.speech_bubble > li .speech_bubble_bottom .sympathy li {margin-left: 20px;}
.speech_bubble > li .speech_bubble_bottom .sympathy li button img {margin-right: 8px;}
.speech_bubble > li .speech_bubble_bottom .sympathy li button span {font-size: 13px; color: #b4b3b3;}
.speech_bubble > li .speech_bubble_bottom .sympathy li.active button span {color: #666;} 
.speech_bubble > li .speech_bubble_bottom .sympathy li.dislike {color: #b4b3b3;}
.speech_bubble > li .speech_bubble_reply {padding: 0 0 0 20px;}
.speech_bubble > li .speech_bubble_reply > li {margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0;}
.speech_bubble > li .comment_area {margin-top: 0; padding: 0 0 0 20px;}
.speech_bubble > li .comment_area .comment_write .write_box {border-top: 0;}
.speech_bubble > li .btn_fold {margin-top: 25px; text-align: center;}
.speech_bubble > li .btn_fold button {font-size: 15px; color: #707984;}
.speech_bubble > li .btn_fold button img {margin: -3px 0 0 10px;}
/*댓글팝업*/
.popup.comment {padding: 0;}
.popup.comment .popup_search {position: relative; border-bottom: 1px solid #e4e4e4;}
.popup.comment .popup_search .inpbox {border: 0; padding: 0; height: 60px;}
.popup.comment .popup_search .inpbox input.txt {padding: 0 60px 0 20px;}
.popup.comment .popup_search .btn_search {position: absolute; top: 20px; right: 20px;}
.popup.comment .popup_bubble {padding: 15px 20px; max-height: calc(100vh - 200px); overflow-y: auto;}
.popup.comment .popup_bubble .speech_bubble > li {width: calc(100% - 95px);}
.popup.comment .popup_write {padding: 10px 20px; border-top: 1px solid #e4e4e4;}
.popup.comment .popup_write .write_box {display: flex; display:-webkit-flex; justify-content: space-between;}
.popup.comment .popup_write .write_box textarea {width: calc(100% - 70px); height: 60px;}
.popup.comment .popup_write .write_box button {margin-left: 10px; width: 60px; height: 60px; font-size: 14px;}
.popup.comment .popup_write .byte {width: calc(100% - 70px); font-size: 13px; text-align: right; color: #333;}

/*정책참여*/
/*상세*/
.bg_sub2 {background: url('../../images/web/bg_sub2.png') no-repeat center 0 / cover; background-attachment: fixed;}
.contents2 > p {margin-bottom: 50px; text-align: center; font-size: 18px; color: #666; word-break: keep-all;}
.contents2 .contents_detail .box .detail_sns {position: absolute; bottom: 40px; right: 40px;}
.contents_detail .detail_title2 {position: relative; margin-bottom: 10px; padding: 25px 40px; border-radius: 30px; background-color: #014188;}
.contents_detail .detail_title2 h3 {font-size: 20px; color: #fff;}
.contents_detail .detail_title2 p {margin-top: 10px; font-size: 15px; color: #fff;}
.contents_detail .box .detail_vote {position: relative; margin-bottom: 40px;}
.contents_detail .box .detail_vote > li {padding: 18px 0; border-bottom: 1px solid #e4e4e4;}
.contents_detail .box .detail_vote input[type=radio] + label {position: relative; padding-right: 45px; display: block; font-size: 18px; line-height: 35px; color: #666; cursor:pointer;}
.contents_detail .box .detail_vote input[type=radio] + label::before {content: ''; position: absolute; right: 0; top: calc(50% - 17px); width: 35px; height: 35px; border-radius: 50%; background: #ccc url('../../images/web/icon_check.png') no-repeat center / 18px auto;}
.contents_detail .box .detail_vote input[type=radio] + label.on, 
.contents_detail .box .detail_vote input[type=radio]:checked  + label {color: #0667d4;}
.contents_detail .box .detail_vote input[type=radio] + label.on::before, 
.contents_detail .box .detail_vote input[type=radio]:checked  + label::before {background-color: #0667d4;}
.contents_detail .box_pd0 {margin: 0 0 40px -40px; padding-bottom: 40px; width: calc(100% + 80px); border-bottom: 1px solid #e4e4e4;}
.contents_detail .box .detail_vote_result {padding: 0 40px; margin-bottom: 40px;}
.contents_detail .box .detail_vote_result > li {padding: 23px 0; display: flex; display:-webkit-flex; align-items: center; justify-content: space-between; font-size: 18px; color: #666; border-bottom: 1px solid #e4e4e4;}
.contents_detail .box .detail_vote_result > li .tit {width: calc(100% - 150px);}
.contents_detail .box .detail_vote_result > li.checked .tit {color: #0667d4;}
.contents_detail .box .detail_vote_result > li .txt .vote {font-size: 16px;}
.contents_detail .box .detail_vote_result > li .txt .per {margin-left: 15px; font-size: 22px; font-weight: 500; color: #333;}
/*설문형*/
.contents_detail .box .detail_title_border2 {padding: 0 0 5px; margin-top: 25px; border-bottom: 1px solid #000;}
.contents_detail .box .detail_title_border2 h3 {font-size: 16px; color: #000;}
.contents_detail .surveyChart {padding: 20px 40px 0; display: flex; display:-webkit-flex; justify-content: space-between;}
.contents_detail .survey_wrap {width: calc(100% - 260px);}
.contents_detail .survey_wrap h4 {margin-bottom: 10px; font-weight: 500; color: #000;}
.contents_detail .survey_wrap ul li {margin-bottom: 5px; display: flex; display:-webkit-flex; align-items: center;}
.contents_detail .survey_wrap ul li:last-child {margin-bottom: 0;}
.contents_detail .survey_wrap ul li span.color {width: 12px; height: 12px; margin-right: 10px;}
.contents_detail .survey_wrap ul li span.tit {font-size: 18px; color: #666;}
.contents_detail .chart_wrap {width: 260px; height: 260px;}

/*참여결과*/
.contents3 .contents_detail .box .detail_sns {bottom: 120px; right: 40px;}

/*새소식*/
/*공지사항*/
.notice_area {padding-bottom: 80px;}
.notice_area .board_top .boardschbox .search_box .inpbox {width: 300px;}
.notice_area .boardlist table tbody tr td {font-size: 18px;}
.notice_area .boardlist table tbody tr td.title_box .title a {font-size: 18px;}
.notice_area .boardlist table tbody tr td span.notice {display: inline-block; width: 36px; height: 36px; line-height: 34px; font-size: 14px; text-align: center; border-radius: 36px; color: #fff; background-color: #0667d4;}
.notice_area .board_detail .title_box {display: flex; display:-webkit-flex; justify-content: space-between;}
.notice_area .board_detail .title_box h4 {width: calc(100% - 200px); display: flex; display:-webkit-flex; align-items: center;}
.notice_area .board_detail .title_box h4 span.notice {margin-right: 10px; display: inline-block; width: 36px; height: 36px; line-height: 34px; font-size: 14px; text-align: center; border-radius: 36px; color: #fff; background-color: #0667d4;}
.notice_area .board_detail .title_box h4 p {width: calc(100% - 36px); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; text-overflow:ellipsis;}
.notice_area .board_detail .title_box h4 img {margin: -3px 0 0 10px;}
.notice_area .board_detail .title_box > span {font-size: 15px; color: #666;}
.notice_area .board_detail .btn_notice {margin-top: 50px; padding: 0 28px 0 15px; height: 40px; line-height: 38px; font-size: 15px; text-align: center; border-radius: 40px; color: #0667d4; border: 1px solid #0667d4; background: url('../../images/web/icon_arrow3.png') no-repeat calc(100% - 15px) center;}

/*멤버쉽*/
.agree_area .agree_box {overflow-y: auto; margin-bottom: 20px; padding: 30px; max-height: 200px; border: 1px solid #d2d2d2;}
.agree_area .agree_box h4 {font-size: 18px;}
.agree_area h4 {margin-bottom: 20px; color: #222; font-size: 20px;}
.agree_area h5 {margin-bottom: 10px; font-size: 16px;}
.membership_area .find_top {margin: 0 auto; width: 470px;}
.membership_area .find_top .txt {margin: 0 0 50px; text-align: center; word-break: keep-all;}
.membership_area .find_top .txt p.txt1 {font-size: 18px; line-height: 18px; color: #333;}
.membership_area .find_top .txt p.txt2 {margin: 20px 0 -5px; font-size: 16px; line-height: 26px; color: #666;}
.membership_area .find_top .radio_box {margin: 0 0 50px; justify-content: center;}
.membership_area .find_top .radio_box li label {color: #666;}
.membership_area .find_top .radio_box li input[type=radio]:checked + label {color: #0667d4;}
.membership_area .find_top .radio_box li input[type=radio] + label::after {top: 2px; width: 16px; height: 16px; border: 2px solid #dbdbdb;}
.membership_area .find_top .radio_box li input[type=radio] + label::before {width: 6px; height: 6px; top: 9px; left: 7px; background-color: #dbdbdb;}
.membership_area .find_top .radio_box li input[type=radio]:checked + label::before {background-color: #0667d4;}
.membership_area .find_top .radio_box li input[type=radio]:checked + label::after {border-color: #0667d4;}
.membership_area .write_box {margin: 0 auto; padding-bottom: 100px; width: 470px;}
.membership_area .write_box ul li {margin-bottom: 15px; display: flex !important; display:-webkit-flex; justify-content: space-between; align-items: center;}
.membership_area .write_box ul li .inpbox {width: 100%; height: 50px; border-color: #dadada;}
.membership_area .write_box ul li .inpbox input.txt {padding: 0 20px;}
.membership_area .write_box ul li .inpbox input.txt:focus {outline: 1px solid #000;}
.membership_area .write_box ul li button {color: #555; font-size: 15px;}
.membership_area .write_box .button_box {margin-top: 40px; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.membership_area .write_box .button_box > button {width: 100%; height: 60px; font-size: 20px;}
.membership_area .write_box .button_box .button_bottom button {margin-top: 20px; width: 100%; height: 50px; font-size: 15px;}
.membership_area .write_box .button_box .button_bottom button:last-child {color: #000;}
.membership_area .write_box ul li.have_tit .write_box_tit {width: 100px; font-weight: 500; color: #666;}
.membership_area .write_box ul li.have_tit .inpbox {width: calc(100% - 100px);}
.membership_area .write_box ul li.have_button button {width: 130px; height: 50px; font-size: 15px; font-weight: 500; color: #0667d4;}
.membership_area .write_box ul li.have_button .inpbox {width: calc(100% - 140px);}
.membership_area .write_box.write_box2 {display: none;}
.membership_area .find_result {margin: 0 auto; padding-bottom: 100px; width: 470px;}
.membership_area .find_result .find_result_id {height: 100px; line-height: 100px; font-size: 20px; font-weight: 500; text-align:center; background-color: #f9f9f9; color: #0667d4;}
.membership_area .find_result .button_box {margin-top: 30px; padding: 0 40px; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.membership_area .find_result .button_box .find_result_button button {width: 100%; height: 60px;}
.membership_type ul {display: flex; display:-webkit-flex; justify-content: space-between;}
.membership_type ul li {width: calc(20% - 16px); height: 260px; padding: 30px 0 50px; margin-right: 20px; text-align: center; border: 1px solid #d9dde3; border-radius: 10px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.membership_type ul li:last-child {margin-right: 0;}
.membership_type ul li a .img {position: relative;}
.membership_type ul li a .img span.btn {opacity: 0; position: absolute; top: 0; left: calc(50% - 70px); display: block; width: 140px; height: 140px; line-height: 140px; font-size: 24px; border-radius: 140px; background-color: #0667d4; color: #fff;  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.membership_type ul li a .type {margin-top: 15px;}
.membership_type ul li a .type p:nth-child(1) {font-size: 22px; color: #010101;}
.membership_type ul li a .type p:nth-child(2) {font-size: 15px; color: #666;}
.membership_type ul li:hover {border: 1px solid #0667d4;}
.membership_type ul li:hover a .img span.btn {opacity: 1;}
.membership_area .step_box {margin: 0 auto 55px; width: 1000px; position: relative; display: flex; display:-webkit-flex; justify-content: center;}
.membership_area .step_box li.step {padding: 0 0 10px; width: 100%; display: none;}
.membership_area .step_box li.step::before {content: ''; position: absolute; left: 0; top: inherit; bottom: 0; width: 100%; height: 3px; background-color: #e8e9ea !important;}
.membership_area .step_box li.step p {font-size: 18px; font-weight: 500; text-align: left; color: #333;}
.membership_area .step_box li.step.active {display: block;}
.membership_area .step_box li.step.active::after {content: ''; position: absolute; left: 0; bottom: 0; height: 3px; background-color: #0667d4;}
.membership_area .step_box li.step1::after {width: 20%;}
.membership_area .step_box li.step2::after {width: 40%;}
.membership_area .step_box li.step3::after {width: 60%;}
.membership_area .step_box li.step4::after {width: 80%;}
.membership_area .step_box li.step5::after {width: 100%;}
.membership_area .agree_area {margin-bottom: 50px;}
.membership_area .check_box {justify-content: right;}
.membership_area .check_box input[type=checkbox] + label {color: #333; font-size: 18px; font-weight: 500;}
.membership_area .check_box.all {margin: -20px 0 55px; padding-top: 35px; justify-content: center; border-top: 1px solid #929bac;}
.membership_area .finish_box {margin: 75px 0 45px; text-align: center;}
.membership_area .finish_box h3 {margin-bottom: 15px; color: #333; font-size: 20px;}
.membership_area .finish_box .text_box p {font-size: 18px; color: #666;}
.membership_area .finish_box .text_box p span {font-weight: 500;}
.membership_area .certification_box {margin: 60px 0 45px;}
.membership_area .certification_box p.txt {padding-top: 180px; text-align: center; font-size: 18px; color: #666; background: url('../../images/web/icon_membership_certification.png') no-repeat center 0;}
.membership_area .gpki_box {margin: 75px 0 45px;}
.membership_area .gpki_box p.txt {padding-top: 180px; padding-bottom: 30px; text-align: center; font-size: 18px; color: #666; background: url('../../images/web/icon_membership_gpki.png') no-repeat center 0;}
.membership_area .gpki_box ul li {margin-bottom: 15px; display: flex; display:-webkit-flex; justify-content: center; align-items: center;}
.membership_area .gpki_box ul li .inpbox {width: 390px; height: 50px;}
.membership_area .gpki_box ul li .tit {margin-right: 20px; min-width: 60px; font-weight: 500; color: #666;}
.membership_area .button_box_sns {margin-top: 60px;}
.membership_area .button_box_sns button {padding: 0 25px; width: 100%; height: 60px; line-height: 58px; font-size: 18px;}
.membership_area .button_box_sns .btn_kakao {margin-bottom: 10px; background: #fee500 url('../../images/web/icon_login_kakao.png') no-repeat 25px center; color: #000;}
.membership_area .button_box_sns .btn_naver {background: #03c75a url('../../images/web/icon_login_naver.png') no-repeat 25px center; color: #fff;}

/*통합검색*/
.totalsearch_area {min-height: 700px;}
.totalsearch_area .search_box {position: relative; margin: 0 auto 60px; width: 800px; height: 65px; border-bottom: 2px solid #000;}
.totalsearch_area .search_box input {padding: 0 55px 0 10px; width: 100%; height: 100%; font-size: 22px;}
.totalsearch_area .search_box .btn_search {position: absolute; right: 13px; top: calc(50% - 14px);}
.totalsearch_area .search_box .btn_search .icon {width: 29px; height: 29px;}
.totalsearch_area .search_box .btn_search .icon::after {width: 19px; height: 18px; border: 3px solid #000; border-radius: 100%;}
.totalsearch_area .search_box .btn_search .icon::before {height: 3px; background-color: #000;}
.totalsearch_area .search_box .check_box {position: absolute; bottom: 15px; right: -175px;}
.totalsearch_area .result_txt {margin-bottom: 40px; color: #333; font-size: 25px; text-align: center;}
.totalsearch_area .result_txt span {font-weight: 600;}
.totalsearch_area .search_menu.optionbox {width: 100%; height: 40px; border: 0;}
.totalsearch_area .search_menu.optionbox::after {border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff;}
.totalsearch_area .search_menu select {padding: 0 10px; width: 100%; height: 100%; color: #fff; font-size: 14px; background-color: #222;}
.totalsearch_area .result_area {position: relative; display:flex; display:-webkit-flex;}
.totalsearch_area .result_area > li {width: 100%;}
.totalsearch_area .result_area > li > a {z-index: 11; position: relative; display: block; line-height: 53px; text-align: center;}
.totalsearch_area .result_area > li > a::before {content: ''; position: absolute; left: -1px; top: 0; width: calc(100% - 1px); height: 100%; color: #333; background-color: #fff; border: 1px solid #222;}
.totalsearch_area .result_area > li:first-child > a::before {left: 0; width: calc(100% - 2px);}
.totalsearch_area .result_area > li.active > a {z-index: 12; color: #fff; font-weight: 500;}
.totalsearch_area .result_area > li.active > a::before {background-color: #222; border-color: #222;}
.totalsearch_area .result_area > li > a span {z-index: 14; position: relative;}
.totalsearch_area .result_area > li .tab_pane {position: absolute; left: 0; top: 0; padding-top: 90px; display: none; width: 100%;}
.totalsearch_area .result_area > li .tab_pane > dl {margin-bottom: 50px;}
.totalsearch_area .result_area > li .tab_pane > dl:last-child {margin-bottom: 0;}
.totalsearch_area .result_area > li .tab_pane > dl > dt {padding: 10px 0; display:flex; display:-webkit-flex; justify-content: space-between; align-items: center;}
.totalsearch_area .result_area > li .tab_pane > dl > dt p {color: #000; font-size: 20px; font-weight: 500;}
.totalsearch_area .result_area > li .tab_pane > dl > dt p span {color: #0667d4;}
.totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more {color: #555;}
.totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon {margin-left: 10px; width: 11px; height: 11px;}
.totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon::after, .totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon::before {top: calc(50% - 1px); height: 1px; background-color: #555;} 
.totalsearch_area .result_area > li .tab_pane > dl > dt {padding-bottom: 30px; font-size: 26px; font-weight: 500; color: #222;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li {padding: 0 0 20px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a {display: block;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box {display: flex; display:-webkit-flex; justify-content: flex-start; margin-bottom: 5px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box h4 {font-size: 18px; color: #666;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box .date {margin-left: 40px; flex: none; color: #888; font-size: 14px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a p {overflow: hidden; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; max-height: 84px; -webkit-line-clamp: 3; line-height: 28px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list {display: flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list li {color: #888; font-size: 14px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list li::after {content: '>'; padding: 0 5px;}
.totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list li:last-child::after {display: none;}

/*개인정보처리방침*/
.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.privacy .box {padding: 30px; margin-bottom: 50px; line-height: 26px; background-color: #fafafa;}
.privacy-wrap {line-height: 32px;}
.privacy-wrap h4 {font-size: 20px; margin: 40px 0 10px;}
.privacy-wrap p.txtin {padding-left: 15px; text-indent: -15px;}
.privacy-wrap .imgbox {margin: 20px 0; text-align: center;}
.privacy-wrap a {color: #0387dc;}
.privacy-wrap em {font-style: normal;}
.privacybox:after {content:''; display: block; clear: both;}
.privacybox {margin: 40px 0 0;}
.privacybox .right-desc {float: right;}
.listtype-other {margin-left: 20px;}
.listtype-other.ml {margin-left: 0;}
.listtype-other > li > span {margin-left: -20px;}
.table_privacy table {table-layout: fixed; width: 100%; border-top: 2px solid #767676; border-bottom: 1px solid #767676; margin: 20px 0 15px;}
.table_privacy table thead th {padding: 13px 20px; font-weight: 500; line-height: 26px; text-align: center; color: #333; border-bottom: 1px solid #9ba5af;}
.table_privacy table tbody th {padding: 12px 20px; font-weight: 400; line-height: 26px; text-align: center; color: #333; border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.table_privacy table td {padding: 12px 20px; line-height: 26px; text-align:center; color: #333; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;}
.table_privacy table th:first-child {border-left: 0;}
.table_privacy table td:first-child {border-left: 0;}
.table_privacy.index table thead th {padding: 16px 20px; font-size: 18px; color: #0387dc;}
.table_privacy.index table td {padding: 25px 20px; line-height: 32px;}
.table_privacy.index table td:last-child {padding-left: 30px;}

/*이용약관*/
.rule-index {border-top: 2px solid #222; border-bottom: 1px solid #e5e5e5;}
.rule-index:after {content: ''; display: block; clear: both;}
.rule-index ul {float: left; width: 50%; padding: 25px 20px;}
.rule-index ul + ul {border-left: 1px solid #e5e5e5; padding-left: 30px;}
.rule-index ul li {font-weight: 400; margin-top: 10px;}
.rule-index ul li:first-child {margin-top: 0;}
.rule-index ul li a {color:#666; font-size: 16px;}
.rule-index ul li a:focus,.rule-index ul li a:hover,
.rule-index ul li a:focus span,.rule-index ul li a:hover span {color: #0387dc;}
article.rule h4 {font-size: 26px; margin-top: 50px;}
article.rule h5 {font-size: 20px; margin: 40px 0 10px;}
article.rule p {font-size: 16px; color: #666; line-height: 32px;}
article.rule li {line-height: 32px; color:#666; word-break: keep-all;}
article.rule ol > li {padding-left: 20px; text-indent: -20px}
article.rule ol > li > ol > li {padding-left: 0px; text-indent: 0;}



@media screen and (max-width:1366px) {
    .d_area {padding: 0 15px; width: 100%;}
    .contentsarea.d_area {padding: 0 15px 70px;}

    /*서울교육소통광장이란*/
    .introduce2_area .introduce2_visual {padding: 120px 0 0 570px; background-size: 470px auto;}
}
@media screen and (max-width:1200px) {
    .totalsearch_area .search_box .check_box {position: static; margin-top: 10px;}
    .introduce_area .introduce_box {background-position: 50px bottom;}
    .introduce_area .introduce_box p {padding: 55px 0 0 420px; font-size: 22px;}
}
@media screen and (max-width:1024px) {
    body {font-size: 13px; line-height: 20px;}
    
    .btn {width: 100%; height: 45px; font-size: 15px;}
    .btn2 {height: 40px; font-size: 13px;}
    .btn3 {padding: 0 10px; width: 180px; height: 35px; font-size: 12px; background-position: right 10px center;}
    .btn3.more {background-size: 5px;}
    .btn3.down {background-size: 12px;}
    .btn5 {height: 30px; font-size: 14px;}
    .btn6 {min-width: 60px; height: 26px; font-size: 12px;}
    .btn7 {min-width: 60px; height: 26px; font-size: 12px;}
    .btn8 {padding: 0 10px; height: 35px; font-size: 13px;}
    .btn9 {margin-left: 5px; min-width: 55px; height: 23px; line-height: 21px; font-size: 11px;}
    .btn_more {font-size: 13px;}
    .btn_more .icon::after, .btn_more .icon::before {top: 50%; height: 1px;}
    .btn_close2 {width: 17px; height: 17px;}
    button.long {line-height: 13px;}

    .ico_badge.im {font-size: 11px;}
    .ico_badge.new {font-size: 11px;}
        
    .w_flex_only {display: none !important; display:-webkit-none;}
    .m_flex_only {display: flex !important; display:-webkit-flex;}
    .w_hidden {display: block !important;}
    .m_hidden {display: none !important;}
    
    .mb40 {margin-bottom: 20px !important}
    .mb100 {margin-bottom: 50px !important}
    
    .board_title {margin-bottom: 10px;}
    .board_title h3 {font-size: 16px;}
    .board_title p.right {width: calc(100% - 90px); font-size: 12px; line-height: 18px;}
    .board_title.line {padding-bottom: 10px;}
    .board_title .btn_more {margin-bottom: -5px; height: 30px; font-size: 12px;}
    .board_title .btn_more .icon {width: 9px; height: 9px;}
    .boardview + .board_title {margin-top: 30px;}
    .boardlist + .board_title {margin-top: 30px;}
    .board_title2 {margin-bottom: 10px;}
    .board_title2 h4 {font-size: 15px;}
    .board_title2 p {font-size: 12px; line-height: 18px; margin-top: 7px;}
    .boardview + .board_title2 {margin-top: 30px;}
    .list_type > li {padding-left: 7px;}
    .list_type > li::after {top: 9px; width: 2px; height: 2px;}
    .num_list > li {padding-left: 17px;}
    .num_list > li::before {top: 3px; width: 12px; height: 12px; font-size: 7px; line-height: 10px;}
    .num_list2 {padding-left: 15px;}
    .num_list3 {counter-reset: num;}
    .num_list3 > li {padding-left: 17px;}
    .num_list3 > li::before {width: 14px; font-size: 12px;}
    .img_box .award {padding: 0; left: 5px; top: 5px; width: 25px; height: 24px; font-size: 6px; line-height: 10px; background-size: 100%;}
    .img_box .award.gp {font-size: 7px;}
    .img_box .sort {left: -10px; top: -10px; transform: scale(0.5);}
    p.dot {padding-left: 8px; line-height: 22px;}
    p.dot::after {top: 8px; width: 2px; height: 2px;}

    .midarea .subtoparea {position: relative; padding: 60px 0 0;}
    .midarea .subtoparea .tit_subtoparea {height: 140px;}
    .midarea .subtoparea .tit_subtoparea  span {line-height: 140px; font-size: 30px;}
    .midarea .subtoparea h2 {margin-top: 30px; font-size: 20px; line-height: 20px;}
    .midarea .subtoparea .nav_area {display: block; overflow: hidden; width: 100%;}
    .midarea .subtoparea .nav_area li {float: left;}
    .midarea .subtoparea .nav_area li::before {top: calc(50% - 5px); height: 10px;}
    .midarea .subtoparea .nav_area li a {padding: 0 8px 0 12px; font-size: 9px;}
    .midarea .subtoparea.mypage {padding: 65px 0 0;}
    .midarea .subtoparea.mypage h2 {margin-top: 30px; font-size: 20px; line-height: 20px; text-align: center;}
    .midarea .subtoparea.mypage .mypage_nav_area {display: none;}

    .contentsarea.d_area {padding: 30px 15px 50px;}
    .bg_sub1 .contentsarea.d_area,
    .bg_sub2 .contentsarea.d_area {padding: 30px 5px 50px;}
    .contentsarea .subtit {margin-bottom: 30px;}
    .contentsarea .subtit h2 {font-size: 20px; line-height: 20px;}
    
    .tab {margin-bottom: 10px;}
    .tab li a {min-width: 75px; height: 30px; line-height: 28px; font-size: 12px;}

    .tabmenu {margin-bottom: 20px;}
    .tabmenu button {text-align: left; font-size: 14px;}
    .tabmenu > button {position: relative; padding: 0 20px 0 10px; display: block; width: 100%; height: 40px; color: #fff; font-size: 14px; background-color: #0667d4;}
    .tabmenu > button::after {content: ''; position: absolute; right: 10px; top: calc(50% - 2px); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #fff;}
    .tabmenu > button .dropdown-label {overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap;}
    .tabmenu.open > button::after {transform: rotate(180deg);}
    .tabmenu .dropdown-menu {position: absolute; left: 0; top: 40px; display: none; display:-webkit-none; width: 100%; border: 1px solid #ccc; background-color: #fff;}
    .tabmenu.open .dropdown-menu {display: block; display:-webkit-block;}
    .tabmenu .dropdown-menu li {margin-right: 0; border-bottom: 1px solid #ccc;}
    .tabmenu .dropdown-menu li:last-child {border-bottom: 0;}
    .tabmenu .dropdown-menu li button {padding: 10px; height: auto !important; border: 0 !important;}
    .tabmenu .dropdown-menu li button span {display: block; max-height: initial; -webkit-line-clamp: initial; line-height: 18px;}
    .tabmenu.type2 > button {background-color: #fff; color: #333; border-color: #222;}
    .tabmenu.type2 > button::after {border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #222;}
    .tabmenu.type2 .dropdown-menu li {margin-right: 0;}
    .search_result {margin-bottom: 20px;}
    
    /*소통광장소개*/
    .introduce_area .introduce_box {margin: 0 0 25px;height: auto; background: #f4f4f4;}
    .introduce_area .introduce_box p {padding: 20px 0; font-size: 14px; line-height: 22px; text-align: center;}
    .introduce_area .txt {line-height: 20px;}

    /*서울교육소통광장이란*/
    .introduce2_area .introduce2_visual {margin-bottom: 30px; padding: 30px 20px 200px; height: auto; background: #f7f7f7 url('../../images/web/bg_introduce2.png') no-repeat center 100% / 300px auto;}
    .introduce2_area .introduce2_visual img {width: 200px;}
    .introduce2_area .introduce2_visual p {margin-top: 20px; font-size: 20px; line-height: 28px;}
    .introduce2_area .introduce2_box {margin-bottom: 70px;}
    .introduce2_area .introduce2_box .box {margin-bottom: 20px; padding: 17px 20px 20px; height: auto; line-height: 24px; font-size: 16px; border-radius: 40px; word-break: keep-all;}
    .introduce2_area .introduce2_box .txt {margin-bottom: 20px; font-size: 14px; line-height: 22px; word-break: keep-all;}
    .introduce2_area .introduce2_box .list {margin-top: 10px; display: block;}
    .introduce2_area .introduce2_box .list li {margin-right: 0; margin-bottom: 60px; width: 100%;}
    .introduce2_area .introduce2_box .list li::after {top: auto; bottom: -35px; right: calc(50% - 10px); width: 20px; height: 15px; transform: rotate(90deg); background-size: 100% auto;}
    .introduce2_area .introduce2_box .list li:last-child {margin-bottom: 0;}
    .introduce2_area .introduce2_box .list li img {width: 140px; height: auto;}
    .introduce2_area .introduce2_box .list li p {margin-top: 10px; font-size: 12px; line-height: 20px;}
    .introduce2_area .introduce2_box .list li p span {padding: 0 3px 2px;}
    .introduce2_area .introduce2_box .button_box {margin-top: 30px;}

    /*시민제안*/
    .contents1_text {margin-bottom: 8px;}
    .contents1_text ul {margin-left: 8px;}
    .contents1_text ul li {padding-left: 8px;}
    .contents1_title {margin-bottom: 30px; font-size: 14px;}
    .contents1_title a {margin-top: 15px; height: 45px; line-height: 45px; font-size: 15px; text-align: center;}
    .contents1_title a img {margin: -5px 0 0 10px; width: 23px; height: 25px;}
    .contents1_step {margin-bottom: 35px; overflow-y: auto;}
    .contents1_step ul {margin: 0 auto; width: 535px;}
    .contents1_step ul li {width: 75px; height: 75px; border-radius: 75px; border: 2px solid #ced1d5;}
    .contents1_step ul li.all {margin-right: 5px; border: 2px solid #0667d4;}
    .contents1_step ul li.end {margin-left: 5px; border: 2px solid #01af94;}
    .contents1_step ul li:nth-child(2),
    .contents1_step ul li:nth-child(3),
    .contents1_step ul li:nth-child(4) {margin-right: 25px;}
    .contents1_step ul li:nth-child(2)::after,
    .contents1_step ul li:nth-child(3)::after,
    .contents1_step ul li:nth-child(4)::after {top: calc(50% - 5px); right: -21px; width: 13px; height: 10px; background-size: 100% auto;}
    .contents1_step ul li a {padding-top: 35px; border-radius: 75px;}
    .contents1_step ul li:nth-child(1) a {background: url('../../images/web/icon_contents1_step1.png') no-repeat center 8px; background-size: 19px auto;}
    .contents1_step ul li:nth-child(2) a {background: url('../../images/web/icon_contents1_step2.png') no-repeat center 6px; background-size: 28px auto;}
    .contents1_step ul li:nth-child(3) a {background: url('../../images/web/icon_contents1_step3.png') no-repeat center 10px; background-size: 23px auto;}
    .contents1_step ul li:nth-child(4) a {background: url('../../images/web/icon_contents1_step4.png') no-repeat calc(50% - 5px) 9px; background-size: 19px auto;}
    .contents1_step ul li:nth-child(5) a {background: url('../../images/web/icon_contents1_step5.png') no-repeat center 7px; background-size: 23px auto;}
    .contents1_step ul li:nth-child(6) a {background: url('../../images/web/icon_contents1_step6.png') no-repeat center 9px; background-size: 21px auto;}
    .contents1_step ul li a p {font-size: 8px; line-height: 13px;}
    .contents1_step ul li a p.txt2 {font-size: 8px;}
    .searchView {margin-bottom: 10px; display: block;}
    .searchView .searchView_search {display: block;}
    .searchView .searchView_search .optionbox {margin-bottom: 10px; width: 100%; height: 35px; border-right: 1px solid #d5d5d5;}
    .searchView .searchView_search .inpbox {margin-bottom: 15px; width: 100%; height: 35px;}
    .searchView .searchView_search .inpbox input.txt {padding: 0 35px 0 10px;}
    .searchView .searchView_search .inpbox .btn_search {transform: scale(0.8); position: absolute; top: 6px; right: 6px;}
    .searchView .searchView_view {justify-content: space-between;}
    .searchView .searchView_view .order li {margin-right: 15px;}
    .searchView .searchView_view .order li a {font-size: 12px;}
    .searchView .searchView_view .method button {width: 30px; height: 30px;}
    .searchView .searchView_view .method button.method1,
    .searchView .searchView_view .method button.method1.active,
    .searchView .searchView_view .method button.method2,
    .searchView .searchView_view .method button.method2.active {background-size: 15px 15px;}
    .contents1_board .citizenBoard.album > li {margin: 0 10px 10px 0; padding: 15px 20px 15px 15px; width: calc(50% - 5px);}
    .contents1_board .citizenBoard.album > li:nth-child(2n) {margin-right: 0;}
    .contents1_board .citizenBoard.album > li a p.category {padding: 0 17px; height: 20px; line-height: 18px; font-size: 10px; border-radius: 20px;}
    .contents1_board .citizenBoard.album > li a p.tit {margin: 12px 0 8px; height: 44px; font-size: 14px; line-height: 22px;}
    .contents1_board .citizenBoard.album > li a p.tit span {top: 15px; right: 15px; font-size: 12px;}
    .contents1_board .citizenBoard.album > li a p.name {margin-bottom: 8px; font-size: 12px; line-height: 10px;}
    .contents1_board .citizenBoard.album > li a .barSympathy .bar .num {top: -17px; width: 21px; height: 15px; line-height: 13px; font-size: 9px; background-size: 100% auto;}
    .contents1_board .citizenBoard.album > li a .barSympathy .bar .num.num100 {width: 26px; height: 15px; background-size: 100% auto}
    .contents1_board .citizenBoard.album > li a .barSympathy .sympathy li {font-size: 10px;}
    .contents1_board .citizenBoard.album > li a .barSympathy .sympathy li img {width: auto; height: 10px;}
    .contents1_board .citizenBoard.list > li {margin-bottom: 10px; padding: 15px; position: relative;}
    .contents1_board .citizenBoard.list > li a p.category {padding: 0 17px; height: 20px; line-height: 18px; font-size: 10px; border-radius: 20px;}
    .contents1_board .citizenBoard.list > li a p.tit {margin: 12px 0 8px; font-size: 14px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
    .contents1_board .citizenBoard.list > li a p.tit span {margin-left: 0; position: absolute; top: 15px; right: 15px; font-size: 12px;}
    .contents1_board .citizenBoard.list > li a p.name {margin-bottom: 8px; font-size: 12px; line-height: 10px;}
    .contents1_board .citizenBoard.list > li a p.txt {font-size: 13px; line-height: 20px;}
    .contents1_board .citizenBoard.list > li a .barSympathy {margin-top: 10px;}
    .contents1_board .citizenBoard.list > li a .barSympathy .bar {margin-top: 10px; position: relative; width: calc(100% - 140px);}
    .contents1_board .citizenBoard.list > li a .barSympathy .bar .num {top: -17px; width: 21px; height: 15px; line-height: 13px; font-size: 9px; background-size: 100% auto;}
    .contents1_board .citizenBoard.list > li a .barSympathy .bar .num.num100 {width: 26px; height: 15px; background-size: 100% auto;}
    .contents1_board .citizenBoard.list > li a .barSympathy .sympathy {width: 120px; justify-content: space-between;}
    .contents1_board .citizenBoard.list > li a .barSympathy .sympathy li {margin-right: auto; font-size: 10px;}
    .contents1_board .citizenBoard.list > li a .barSympathy .sympathy li img {width: auto; height: 10px;}
    /*상세*/
    .bg_sub1 {background: #f5f5f7;}
    .contents_detail .detail_top.fixed {display: none; position: sticky;}
    .contents_detail .box {position: relative; margin-bottom: 10px; padding: 15px 10px; border-radius: 20px;}
    .contents_detail .box .detail_title {margin-bottom: 10px;}
    .contents_detail .box .detail_title .state {padding: 0 10px; height: 30px; line-height: 28px; font-size: 13px; border-radius: 30px; border: 1px solid #0667d4;}
    .contents_detail .box .detail_title h3 {margin: 10px 0; font-size: 14px; line-height: 22px;}
    .contents_detail .box .detail_title h3 span {display: block; margin-right: 0; font-size: 14px;}
    .contents_detail .box .detail_title ul li {margin-right: 10px; padding-right: 10px; font-size: 11px;}
    .contents_detail .box .detail_title ul li::after {top: 5px; height: 10px;}
    .contents_detail .box .detail_txt {font-size: 13px; line-height: 20px;}
    .contents_detail .box .detail_list {margin: 15px 0 0;}
    .contents_detail .box .detail_list li {padding-left: 8px; margin: 0 0 3px; font-size: 13px;}
    .contents_detail .box .detail_list li::before {width: 2px; height: 2px;}
    .contents_detail .box .detail_list li a img {width: 12px; height: auto; margin-left: 7px;}
    .contents_detail .box .detail_sns {bottom: 110px; right: 10px;}
    .contents_detail .box .detail_sns .btn_share {width: 30px; height: 30px; background: #fff url('../../images/web/icon_share.png') no-repeat center / 100%;}
    .contents_detail .box .detail_sns ul {top: calc(50% - 16px); right: 35px; padding: 5px; border-radius: 32px;}
    .contents_detail .box .detail_sns ul li a {width: 20px; height: 20px;}
    .contents_detail .box .detail_sns ul li.fb a {background: url('../../images/web/icon_facebook.png') no-repeat center / 100%;}
    .contents_detail .box .detail_sns ul li.kt a {background: url('../../images/web/icon_kakaotalk.png') no-repeat center / 100%;}
    .contents_detail .box .detail_sns ul li.tw a {background: url('../../images/web/icon_twitter.png') no-repeat center / 100%;}
    .contents_detail .box .detail_sns ul li.cp a {background: url('../../images/web/icon_copy.png') no-repeat center / 100%;}
    .contents_detail .box .detail_tag {font-size: 13px;}
    .contents_detail .box .detail_graph {margin: 60px 0 20px; height: 20px;}
    .contents_detail .box .detail_graph > div span {top: 0; font-size: 11px;}
    .contents_detail .box .detail_graph > div button {width: 14px; height: 13px; top: 3px;}
    .contents_detail .box .detail_graph .like span {right: 5px;}
    .contents_detail .box .detail_graph .like button {left: 10px;}
    .contents_detail .box .detail_graph .dislike span {left: 5px;}
    .contents_detail .box .detail_graph .dislike button {right: 10px;}
    .contents_detail .box .button_box {margin-top: 5px;}
    .contents_detail .box .button_box button {width: auto; padding: 0 15px; height: 35px; font-size: 12px;}
    .contents_detail .box .button_box .left button {height: 35px; font-size: 12px;}
    .contents_detail .box .button_box .left .btn_report {padding: 0 35px 0 15px; background: url('../../images/web/icon_report.png') no-repeat calc(100% - 15px) 10px / 13px auto;}
    .contents_detail .box .button_box .left .btn_proposal {min-width: 110px; padding: 0 25px 0 8px; background: url('../../images/web/icon_proposal2.png') no-repeat calc(100% - 10px) 10px/ 10px auto;}
    .contents_detail .box .detail_title_border {padding: 0 0 5px; margin-bottom: 10px;}
    .contents_detail .box .detail_title_border h3 {font-size: 15px;}
    .contents_detail .box .video_box .youtube, 
    .contents_detail .box .video_box .video {width: 100%; height: 520px; padding: 20px 0 0;}
    .contents_detail .box .video_box .youtube iframe {width: 100%; height: 500px;}
    .contents_detail .box > .comment_area {margin: 0 0 25px;}
    .contents_detail .box > .comment_area .comment_write .write_box {border-top: 0; padding-top: 5px;}
    .contents_detail .box > .comment_area .button_box .byte {font-size: 10px;}
    .contents_detail .box .board_top {margin-bottom: 15px;}
    .speech_bubble > li {padding: 10px; margin-bottom: 10px; width: calc(100% - 25px); border-radius: 10px;}
    .speech_bubble > li .speech_bubble_top .name {font-size: 13px;}
    .speech_bubble > li .speech_bubble_top .date {margin: 2px 0 7px; font-size: 10px;}
    .speech_bubble > li .speech_bubble_txt {font-size: 12px; line-height: 18px;}
    .speech_bubble > li .speech_bubble_bottom {margin-top: 10px;}
    .speech_bubble > li .speech_bubble_bottom .btnarea button {min-width: 50px; height: 20px; font-size: 11px; border-radius: 20px;}
    .speech_bubble > li .speech_bubble_bottom .sympathy {display: flex; display:-webkit-flex;}
    .speech_bubble > li .speech_bubble_bottom .sympathy li {margin-left: 10px;}
    .speech_bubble > li .speech_bubble_bottom .sympathy li button img {width: 14px; height: auto; margin-right: 5px;}
    .speech_bubble > li .speech_bubble_bottom .sympathy li button span {font-size: 11px;}
    .speech_bubble > li .speech_bubble_reply {padding: 0 0 0 15px;}
    .speech_bubble > li .speech_bubble_reply > li {margin-top: 15px; padding-bottom: 15px;}
    .speech_bubble > li .comment_area {padding: 0 0 0 15px;}
    .speech_bubble > li .comment_area .button_box .byte {font-size: 10px;}
    .speech_bubble > li .btn_fold {margin-top: 15px;}
    .speech_bubble > li .btn_fold button {font-size: 11px;}
    .speech_bubble > li .btn_fold button img {width: 12px; height: auto; margin: -2px 0 0 5px;}
    /*댓글팝업*/
    .popup.comment .popup_search .inpbox {height: 45px;}
    .popup.comment .popup_search .inpbox input.txt {padding: 0 45px 0 15px;}
    .popup.comment .popup_search .btn_search {top: 12px; right: 12px; transform: scale(0.85);}
    .popup.comment .popup_bubble {padding: 10px 15px; max-height: calc(100vh - 170px);}
    .popup.comment .popup_bubble .speech_bubble > li {width: calc(100% - 45px); margin-bottom: 5px;}
    .popup.comment .popup_bubble .speech_bubble > li .speech_bubble_reply {padding: 0 0 0 10px;}
    .popup.comment .popup_bubble .comment_area {padding: 0 0 0 10px;}
    .popup.comment .popup_bubble .comment_area .comment_write .write_box {padding-top: 15px;}
    .popup.comment .popup_bubble .comment_area .button_box {margin-top: 5px;}
    .popup.comment .popup_write {padding: 10px 15px;}
    .popup.comment .popup_write .write_box textarea {width: calc(100% - 55px); height: 50px;}
    .popup.comment .popup_write .write_box button {margin-left: 5px; width: 50px; height: 50px; font-size: 13px;}
    .popup.comment .popup_write .byte {width: calc(100% - 55px); font-size: 11px;}

    /*정책참여*/
    /*상세*/
    .bg_sub2 {background: #f5f5f7;}
    .contents_detail .box.box_m {padding: 15px 10px 55px;}
    .contents2 > p {margin-bottom: 30px; font-size: 14px;}
    .contents2 .contents_detail .box .detail_sns {position: absolute; bottom: 15px; right: 10px;}
    .contents_detail .detail_title2 {padding: 15px 10px; border-radius: 20px;}
    .contents_detail .detail_title2 h3 {font-size: 14px; line-height: 22px;}
    .contents_detail .detail_title2 p {font-size: 11px;}
    .contents_detail .box .detail_vote {margin-bottom: 25px;}
    .contents_detail .box .detail_vote > li {padding: 10px 0;}
    .contents_detail .box .detail_vote input[type=radio] + label {padding-right: 28px; font-size: 13px; line-height: 18px;}
    .contents_detail .box .detail_vote input[type=radio] + label::before {top: calc(50% - 9px); width: 18px; height: 18px; background: #ccc url('../../images/web/icon_check.png') no-repeat center / 10px auto;}
    .contents_detail .box_pd0 {margin: 0 0 10px -10px; padding-bottom: 25px; width: calc(100% + 20px);}
    .contents_detail .box .detail_vote_result {padding: 0 10px; margin-bottom: 25px;}
    .contents_detail .box .detail_vote_result > li {padding: 9px 0; font-size: 13px; line-height: 20px;}
    .contents_detail .box .detail_vote_result > li .tit {width: calc(100% - 95px);}
    .contents_detail .box .detail_vote_result > li .txt .vote {font-size: 12px;}
    .contents_detail .box .detail_vote_result > li .txt .per {margin-left: 10px; font-size: 14px;}
    /*설문형*/
    .contents_detail .box .detail_title_border2 h3 {font-size: 13px;}
    .contents_detail .surveyChart {padding: 10px 10px 0; display: block;}
    .contents_detail .survey_wrap {width: 100%;}
    .contents_detail .survey_wrap h4 {margin-bottom: 8px; font-size: 13px;}
    .contents_detail .survey_wrap ul li {margin-bottom: 3px;}
    .contents_detail .survey_wrap ul li span.color {display: inline-block; width: 6px; height: 6px; margin-right: 5px;}
    .contents_detail .survey_wrap ul li span.tit {font-size: 13px;}
    .contents_detail .chart_wrap {margin: 15px auto 20px; width: 165px; height: 165px;}

    /*참여결과*/
    .contents3 .contents_detail .box .detail_sns {bottom: 27px; right: 75px;}
    .contents3 .contents_detail .box .button_box {margin: 20px 0 10px;}

    /*새소식*/
    /*공지사항*/
    .notice_area .board_top .boardschbox .search_box .inpbox {width: 100%;}
    .notice_area .boardlist table tbody tr td {font-size: 10px;}
    .notice_area .boardlist table tbody tr td.title_box .title a {font-size: 14px;}
    .notice_area .boardlist table tbody tr td span.notice {width: 25px; height: 25px; line-height: 23px; font-size: 10px; border-radius: 25px;}
    .notice_area .boardlist table tbody tr.fix {padding-left: 35px;}
    .notice_area .boardlist table tbody tr.fix td:first-child {position: absolute; top: calc(50% - 16px); left: 0; width: 25px;}
    .notice_area .board_detail .title_box {position: relative; display: block; padding-left: 35px;}
    .notice_area .board_detail .title_box h4 {width: 100%; display: flex; display:-webkit-flex; align-items: end;}
    .notice_area .board_detail .title_box h4 span.notice {position: absolute; top: calc(50% - 12px); left: 0; margin-right: 0; width: 25px; height: 25px; line-height: 23px; font-size: 10px; border-radius: 25px;}
    .notice_area .board_detail .title_box h4 p {width: 100%;}
    .notice_area .board_detail .title_box h4 img {margin-left: 5px; width: 15px; height: 15px;}
    .notice_area .board_detail .title_box > span {margin-right: 5px; width: 100%; font-size: 11px;}
    .notice_area .board_detail .btn_notice {margin-top: 20px; padding: 0 23px 0 10px; height: 30px; line-height: 28px; font-size: 11px; border-radius: 30px; background: url('../../images/web/icon_arrow3.png') no-repeat calc(100% - 12px) center / 4px 7px;}

    /*멤버쉽*/
    .agree_area .agree_box {margin-bottom: 10px; padding: 10px; max-height: 250px;}
    .agree_area .agree_box h4 {font-size: 14px;}
    .agree_area h4 {margin-bottom: 10px; font-size: 15px;}
    .agree_area h5 {margin-bottom: 5px; font-size: 13px;}
    .membership_area .find_top {width: 100%;}
    .membership_area .find_top .txt {margin: 15px 0 25px; text-align: center;}
    .membership_area .find_top .txt p.txt1 {font-size: 14px;}
    .membership_area .find_top .txt p.txt2 {font-size: 12px; line-height: 20px;}
    .membership_area .find_top .radio_box {margin: 0 0 25px;}
    .membership_area .find_top .radio_box li input[type=radio] + label::after {top: 0; width: 18px; height: 18px; border: 1px solid #dbdbdb;}
    .membership_area .find_top .radio_box li input[type=radio] + label::before {top: 7px;}
    .membership_area .write_box {padding-bottom: 100px;}
    .membership_area .write_box ul li {margin-bottom: 10px;}
    .membership_area .write_box ul li .inpbox {height: 35px;}
    .membership_area .write_box ul li .inpbox input.txt {padding: 0 10px;}
    .membership_area .write_box ul li button {font-size: 15px;}
    .membership_area .write_box .button_box {margin-top: 30px;}
    .membership_area .write_box .button_box button {height: 45px; font-size: 12px;}
    .membership_area .write_box .button_box > button {height: 45px; font-size: 15px;}
    .membership_area .write_box .button_box .button_bottom button {margin-top: 10px; height: 35px; font-size: 12px;}
    .membership_area .write_box ul li.have_tit .write_box_tit {width: 85px; font-size: 14px;}
    .membership_area .write_box ul li.have_tit .inpbox {width: calc(100% - 85px);}
    .membership_area .write_box ul li.have_button button {width: 80px; height: 35px; font-size: 11px;}
    .membership_area .write_box ul li.have_button .inpbox {width: calc(100% - 85px);}
    .membership_area .find_result {padding-bottom: 70px; width: 100%;}
    .membership_area .find_result .find_result_id {font-size: 16px;}
    .membership_area .find_result .button_box {padding: 0;}
    .membership_area .find_result .button_box .find_result_button button {height: 45px; font-size: 15px;}
    .membership_type ul li {width: calc(20% - 8px); height: auto; padding: 20px 0 15px; margin-right: 10px; border-radius: 10px;}
    .membership_type ul li a .img img {width: 80px;}
    .membership_type ul li a .img span.btn {display: none;}
    .membership_type ul li a .type {margin-top: 10px; line-height: 20px;}
    .membership_type ul li a .type p:nth-child(1) {font-size: 15px;}
    .membership_type ul li a .type p:nth-child(2) {font-size: 14px;}
    .membership_type ul li:hover a .img span.btn {opacity: 0;}
    .membership_area .step_box {margin: 0 auto 30px; width: 100%;}
    .membership_area .step_box li.step::before {height: 2px;}
    .membership_area .step_box li.step p {font-size: 12px;}
    .membership_area .step_box li.step.active::after {height: 2px;}
    .membership_area .agree_area {margin-bottom: 30px;}
    .membership_area .agree_area > p {font-size: 10px; line-height: 15px;}
    .membership_area .check_box {justify-content: left;}
    .membership_area .check_box.all {margin: -10px 0 50px; padding-top: 10px; justify-content: left;}
    .membership_area .check_box input[type=checkbox] + label {font-size: 13px;}
    .membership_area .finish_box {margin: 40px 0 50px;}
    .membership_area .finish_box h3 {margin-bottom: 20px; font-size: 15px;}
    .membership_area .finish_box .text_box p {margin-bottom: 10px; color: #666;}
    .membership_area .certification_box {margin: 30px 0 45px;}
    .membership_area .certification_box p.txt {padding-top: 150px; font-size: 13px; background: url('../../images/web/icon_membership_certification.png') no-repeat center 0 / 125px auto;}
    .membership_area .gpki_box {margin: 30px 0;}
    .membership_area .gpki_box p.txt {padding-top: 150px; padding-bottom: 25px; font-size: 13px; background: url('../../images/web/icon_membership_gpki.png') no-repeat center 0 / 125px auto;}
    .membership_area .gpki_box ul li {margin-bottom: 10px;}
    .membership_area .gpki_box ul li .inpbox {width: calc(100% - 65px); height: 35px;}
    .membership_area .gpki_box ul li .tit {width: 65px; font-size: 14px; margin-right: 0; margin-bottom: 0;}
    .membership_area .button_box_sns {margin-top: 30px;}
    .membership_area .button_box_sns button {padding: 0 20px; height: 45px; line-height: 43px; font-size: 14px;}
    .membership_area .button_box_sns .btn_kakao {background: #fee500 url('../../images/web/icon_login_kakao.png') no-repeat 20px center / 17px auto;}
    .membership_area .button_box_sns .btn_naver {background: #03c75a url('../../images/web/icon_login_naver.png') no-repeat 20px center / 15px auto;}

    /*통합검색*/
    .totalsearch_area .search_box {margin: 0 auto 50px; width: 100%; height: 36px; border-bottom-width: 1px;}
    .totalsearch_area .search_box input {padding: 0 20px 0 0; width: 100%; height: 100%; font-size: 14px;}
    .totalsearch_area .search_box .btn_search {right: 0; top: calc(50% - 8px);}
    .totalsearch_area .search_box .btn_search .icon {width: 17px; height: 17px;}
    .totalsearch_area .search_box .btn_search .icon::after {width: 10px; height: 10px; border: 2px solid #000;}
    .totalsearch_area .search_box .btn_search .icon::before {bottom: 3px; width: 7px; height: 2px;}
    .totalsearch_area .search_box .check_box label {font-size: 12px;}
    .totalsearch_area .result_txt {margin-bottom: 20px; font-size: 13px;}
    .totalsearch_area .search_menu.optionbox {margin-bottom: 20px;}
    .totalsearch_area .result_area {height: auto !important; display: block; display:-webkit-block;}
    .totalsearch_area .result_area > li > a {display: none;}
    .totalsearch_area .result_area > li .tab_pane {position: relative; padding-top: 0;}
    .totalsearch_area .result_area > li.active .tab_pane {display: block;}
    .totalsearch_area .result_area > li .tab_pane > dl {margin-bottom: 20px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt p {font-size: 16px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more {font-size: 11px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon {margin-left: 5px; width: 9px; height: 9px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon::after, .totalsearch_area .result_area > li .tab_pane > dl > dt .btn_more .icon::before {top: 50%;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt .board_top {font-size: 11px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dt {padding-bottom: 10px; font-size: 18px; background-position: 10px 5px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li {padding: 10px 0;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box {padding: 0; display: block; display:-webkit-block;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box h4 {font-size: 14px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a .title_box .date {margin-left: 0; margin-top: 5px; font-size: 10px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li a p {margin-bottom: 10px; max-height: 64px; -webkit-line-clamp: 4; line-height: 16px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list li {font-size: 10px;}
    .totalsearch_area .result_area > li .tab_pane > dl > dd .totalsearchboard > li .nav_list li::after {padding: 0 3px;}

    /*개인정보처리방침*/
    .privacy .box {padding: 20px; margin-bottom: 30px; line-height: 22px;}
    .privacy-wrap {line-height: 22px;}
    .privacy-wrap h4 {font-size: 16px; margin: 30px 0 13px;}
    .privacy-wrap .imgbox {margin: 20px 0; text-align: center;}
    .privacy-wrap .imgbox img {width: 100%;}
    .privacy-wrap .mb20 {margin-bottom: 10px !important;}
    .privacy-wrap .mt20 {margin-top: 10px !important;}
    .privacybox {margin: 10px 0 0;}
    .privacybox .right-desc {float: left;}
    .table_privacy {overflow-x: auto;}
    .table_privacy table {width: 994px; margin: 15px 0 10px;}
    .table_privacy table thead th {padding: 12px 10px; line-height: 22px;}
    .table_privacy table tbody th {padding: 11px 10px; line-height: 22px;}
    .table_privacy table td {padding: 11px 10px; line-height: 22px;}
    .table_privacy.index table {width: 100%;}
    .table_privacy.index table thead th {padding: 12px 10px; font-size: 15px;}
    .table_privacy.index table td {padding: 15px; font-size: 13px;}
    .table_privacy.index table td:last-child {padding-left: 25px;}

    /*이용약관*/
    .con6_2 {margin: 0 15px;}
    .rule-index {padding: 20px; border-top: 2px solid #222; border-bottom: 1px solid #e5e5e5; height: 180px; overflow-y: scroll;}
    .rule-index ul {float: none; width: 100%; padding: 0;}
    .rule-index ul + ul {border-left: 0; padding-left: 0; margin-top: 8px;}
    .rule-index ul li {font-weight: 400; margin-top: 8px;}
    .rule-index ul li a {font-size: 13px;}
    article.rule h4 {font-size: 20px; margin-top: 40px;}
    article.rule h5 {font-size: 14px; margin: 30px 0 10px;}
    article.rule p {font-size: 12px; line-height: 22px;}
    article.rule li {line-height: 22px;}
    article.rule ol > li {padding-left: 15px; text-indent: -15px;}

}
@media screen and (max-width:784px) {

}
@media screen and (max-width:640px){
    /*시민제안*/
    .contents1_title {text-align: left;}
    .contents1_title a {width: 100%;}
    /*상세*/
    .contents_detail .box .video_box .youtube, 
    .contents_detail .box .video_box .video {height: 320px;}
    .contents_detail .box .video_box .youtube iframe {height: 300px;}

    /*멤버쉽*/
    .membership_area .write_box {margin: 0 auto; width: 100%;}
    .membership_area .finish_box .button_box button {width: 100%;}
    .membership_type ul {justify-content: center; flex-wrap: wrap;}
    .membership_type ul li {width: calc(33.333333% - 3.333333px); padding: 10px 0; margin-right: 5px; margin-bottom: 5px; border-radius: 5px;}
    .membership_type ul li:nth-child(3) {margin-right: 0;}
    .membership_type ul li a .img img {width: 60px;}
    .membership_type ul li a .type {margin-top: 5px; line-height: 15px;}
    .membership_type ul li a .type p:nth-child(1) {font-size: 11px;}
    .membership_type ul li a .type p:nth-child(2) {font-size: 10px;}
    
}
@media screen and (max-width:420px){
    /*시민제안*/
    .contents1_board .citizenBoard.album > li {width: 100%; margin-right: 0;}
    .contents1_board .citizenBoard.album > li a p.tit {height: auto;}
    /*상세*/
    .contents_detail .box .video_box .youtube, 
    .contents_detail .box .video_box .video {height: 220px;}
    .contents_detail .box .video_box .youtube iframe {height: 200px;}

}
@media screen and (max-width:359px){
    /*서울교육소통광장이란*/
    .introduce2_area .introduce2_visual {padding-bottom: 160px; background-size: 250px auto;}
    .introduce2_area .introduce2_visual p {font-size: 18px; line-height: 26px;}

}
@media screen and (max-width:320px){
    
}