@charset "utf-8";
@import url('/module/common/css/reset.min.css');
@import url('/module/assem/css/fonts.css');

* { box-sizing:border-box; }

body {font-family:'Noto Sans KR', sans-serif;font-size:14px;color:#000;word-break:keep-all;}
a {display:inline-block;color:#000;text-decoration:none;}
/* a:hover {text-decoration:underline;}
*/
img {width:100%;vertical-align:top;}
button {background-color:#fff;border:none;}

input, select {width:100%;margin:0;padding:0;font-family:'Noto Sans KR', sans-serif;font-size:14px;line-height:1.5;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;}

select::-ms-expand {display:none}

.select {padding-right:25px;background-image:url(/module/common/images/front/ic-searcharrow.png);background-repeat:no-repeat;background-position:right 5px center;display:inline-block;cursor:pointer;position:relative;border:1px solid #ced1d6;}
.select select {padding-left:20px;padding-right:25px;position:absolute;top:0;bottom:0;right:0;left:0;height:32px;}

.check input:checked+label.div {color:#1e4378;}

input::placeholder, textarea::placeholder {color:#adadad;}
input, select, button {outline:none;}

input[type=checkbox] {display:none;}
input[type=checkbox]+label {display:flex;align-items:center;}
input[type=checkbox]+label::before {content:"";width:20px;height:20px;margin-right:10px;border:1px solid #aeb3bb;display:inline-block;background-color:#fff;background-image:url(/module/common/images/front/ic-checkboxg.png);background-repeat:no-repeat;background-position:center;}
input[type=checkbox]:checked+label::before {background-color:#1e4378;border:1px solid #1e4378;background-image:url(/module/common/images/front/ic-checkbox.png);background-repeat:no-repeat;background-position:center;}
input[type=text] {ime-mode:active; }

.menu_fix{position:fixed; top:0; left:0; width:100%;z-index:999;}
.menu_fix_pd{padding-top:53.99px;}

.half {width:50%;}
.serif {font-family:'Noto Serif KR', serif;}

.jc_sa {justify-content:space-around;}
.ac_sa {align-content:space-around;}
.fw_w {flex-wrap:wrap;}

.dn {display:none;}
.df {display:flex;}

.mobile_v {display:none;}

.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}

.stress {color:#ff5600;}

.omit{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.hth100 {height:100px;}

.fz36 {font-size:36px;}
.fz32 {font-size:32px;}
.fz22 {font-size:22px;}
.fz20 {font-size:20px;}
.fz18 {font-size:18px;}
.fz17 {font-size:17px;}
.fz16 {font-size:16px;}
.fz15 {font-size:15px;}
.fz14 {font-size:14px;}
.fz13 {font-size:13px;}
.fz12 {font-size:12px;}

.fw700 {font-weight:700;}
.fw500 {font-weight:500;}
.fw300 {font-weight:400;}

.fc-adadad {color:#adadad;}
.fc-555 {color:#555;}
.fcc-777 {color:#777;}

.bgc-f0f0f0 {background-color:#f0f0f0;}
.bgc-fff {background-color:#fff;}

.ovv {overflow:visible;}
.ovh {overflow:hidden;}

.fll {float:left;}
.flr {float:right;}

.mw43  {min-width:43px;}
.mw100 {min-width:100px;}
.mw150 {min-width:150px;}
.mw180 {min-width:180px;}
.mw220 {min-width:220px;}
.mw300 {min-width:300px;}
.mw400 {min-width:400px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.mr10 {margin-right:10px;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}
.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}
.pb10 {padding-bottom:10px;}

.cursor {cursor:pointer;}

.wrap-1180 {max-width:1180px;width:100%;margin:0 auto;}

.searBox-01 {max-width:546px;height:44px;margin:0 auto;border:1px solid #1e4378;box-sizing:border-box;display:flex;background-color:#fff;}
.searBox-01 .select {min-width:105px;height:100%;float:left;border:none;}
.searBox-01 .select .select-hidden,
.searBox-01 .select .select-styled {font-size:15px;font-weight:400;color:#555;line-height:42px;}
.searBox-01 .select .select-options {font-size:15px;font-weight:400;color:#000;}
.searBox-01 .input {width:100%;height:100%;}
.searBox-01 .input input {height:42px;line-height:42px;padding-left:20px;font-size:15px;font-weight:400;}
.searBox-01 .submit {min-width:44px;height:100%;background-color:#1e4378;text-align:center;position:relative;}
.searBox-01 .submit input {width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

.wrapper {overflow-x:hidden;}

.header .top {height:72px;}
.header .top>.fll {margin-top:14px;}
.header .top>.flr {margin-top:25px;}
.header .top>.flr li a {margin-left:18px;padding-left:24px;font-size:13px;line-height:24px;font-weight:400;color:#555;background-repeat:no-repeat;background-position:0 center;}
.header li.home a {background-image:url(/module/common/images/front/ic-t-homepage.png);}
.header li.assem a {background-image:url(/module/common/images/front/ic-t-minutes.png);}
.header li.video a {background-image:url(/module/common/images/front/ic-t-video.png);}
.header li.icon a {background-image:url(/module/common/images/front/ic-t-lawinfor.png);}
.header .top>.flr a:hover {color:#000;}
.header .bottom {height:54px;background-color:#1e4378;text-align:center;}
.header .bottom .inner {display:inline-block;}
.header .bottom  > ul > li  {height:54px;padding:0 30px;line-height:54px;}
.header .bottom > ul > li > a {padding:0 10px;color:#fff;font-size:19px;box-sizing:border-box;position:relative;}
.header .bottom > ul > li > a:hover {color:#A7AEBA;}
.header .bottom > ul > li > a.on::after {content:"";height:6px;position:absolute;right:0;left:0;bottom:0;background-color:#788eae;}


.mobile_top_menu {display:none}
.mobile_top_menu ul {display:flex; flex-wrap:wrap; margin:0 50px; justify-content: space-between;}
.mobile_top_menu li {flex:0 1 100%;margin:3px 0;}
.mobile_top_menu li a {padding-left:50px;font-size:12px;line-height:30px;font-weight:400;color:#333;background-repeat:no-repeat;background-position:20px center;  display:block; border-radius:5px; background-color:rgba(255,255,255,0.85);}

@media only screen and (max-width:1180px) { 
	.mobile_top_menu {display:block}
}


.vod_logo {display:inline-flex; align-items: center; font-weight:700; color:rgba(255,255,255,0.8);  justify-content: center; }
.vod_logo > a {display:inline-flex; align-items: center; justify-content: center; }
.vod_logo strong {padding-top:1px; font-weight:500; color:#888; padding-left:5px; font-size:14px;}
.vod_logo strong i {font-size:150%; color:#333; display:inline-block; margin-right:5px; display:block; font-weight:700; padding-bottom:3px}
.vod_logo img {width:45px;}


.footer {padding-bottom:40px;justify-content:space-between;position:relative;}
.footer .vod_logo {margin-top:30px;}
.footer .copy {margin-top:30px;margin-left:40px;color:#777777;font-size:14px;line-height:20px;}
.footer .top_btn {width:25px;height:25px;background-color:#fff;border:solid 1px #a7aeba;position:absolute;top:-12px;left:105%;display:none;}
.footer .top_btn img {width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.footer .ovv {width:380px;margin-top:28px;}
.footer .ovv .fll {width:49%;}
.footer .ovv .fll:nth-child(2n) {margin-left:2%;}
.footer .ovv .select-options {top:auto;bottom:100%;}
.footer .ovv .select-options {border-right:1px solid #ced1d6;border-left:1px solid #ced1d6;}
.footer .ovv .select-options li {border-bottom:1px solid #ced1d6;}
.footer .ovv .select-options li:first-child {border-top:1px solid #ced1d6;}
.footer .ovv .fll:nth-child(1),
.footer .ovv .fll:nth-child(2) {margin-bottom:4px;}
.footer .input input {min-width:115px;height:30px;line-height:30px;border:1px solid #ced1d6;font-size:14px;}
.footer .input input[type=submit] {min-width:70px;height:30px;line-height:30px;border:1px solid #7a8599;background-color:#7a8599;color:#fff;}
.footer .select {min-width:145px;height:30px;line-height:30px;border:1px solid #ced1d6;color:#777;}

.select_wrap input {min-width:40px;height:30px;line-height:30px;background-color:#7a8599;color:#fff;text-align:center;}

.footer .viewDownload {text-align:center;background-color:#7a8599;}
.footer .viewDownload a {height:30px;padding-left:20px;line-height:30px;color:#fff;background-image:url(/module/common/images/front/ic-download.png);background-repeat:no-repeat;background-position:0 center;}

.main .container {padding-top:15px;padding-bottom:15px;}
.sub .container {padding-bottom:15px;}

.con {width:50%;height:350px;padding:5px;box-sizing:border-box;}
.con .inner {width:100%;height:100%;padding:20px;background-color:#fff;position:relative;}
.con .nodata-01 {margin-top:80px;text-align:center;}
.con .nodata-02 {margin-top:100px;text-align:center;}
.con_title, .vod_title {padding-left:27px;font-size:20px;line-height:24px;background-repeat:no-repeat;background-position:0 center;color:#1e4378;font-weight:500;letter-spacing:-1px;}
.con2 .con_title {background-image:url(/module/common/images/front/ic-t-member.png);}
.con3 .con_title {background-image:url(/module/common/images/front/ic-schedule.png);}
.con4 .con_title {background-image:url(/module/common/images/front/ic-conference.png);}
.con5 .con_title {background-image:url(/module/common/images/front/ic-committee.png);}
.con6 .con_title {background-image:url(/module/common/images/front/ic-special.png);}
.con7 .con_title {background-image:url(/module/common/images/front/ic-recentlaw.png);}
.con8 .con_title {background-image:url(/module/common/images/front/ic-minutes_white.png);}

.con2, .con3 {width:25%;}
.con1 {position: relative;width: 50%;height: 0;padding-bottom: 327px;overflow:hidden;}
.con1 iframe {position: absolute;top: 5px;left: 5px; right:5px; height: 100%;overflow:hidden;}
.con2 .inner , .con3 .inner {height:327px}

.con1 .inner {background-image:url(/module/common/images/front/mainbanner-01.png);background-repeat:no-repeat;background-position:right 0;}
.con1 .tx_wrap {width:330px;margin-left:30px;padding-top:30px;}
.con1 .tx_wrap .fz22 {margin-bottom:30px;line-height:28px;}
.con1 .tx_wrap .fz14 {line-height:22px;margin-top: 50px;}
.con1 .searBox-01 {position:absolute;bottom:20px;right:20px;left:20px;}

/* .con2 .inner {background-image:url(/module/common/images/front/main_assem_bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}
.con3 .inner {background-image:url(/module/common/images/front/main_bill_bg2.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;} */
.quick_title {padding-top:20px;font-size:22px;text-align:center;}
.quick_text {padding-top:15px;padding-bottom:65px;font-size:14px;font-weight:400;text-align:center;}
.quick_buttton {background-image:url(/module/common/images/front/ic-right-arrow.png);background-repeat:no-repeat;background-position:95px;height:30px;position:relative;margin:-60px -60px;width:120px;top:50%;left:50%;text-align:center;color:#fff;font-size:15px;font-weight:200;line-height:28px;cursor:pointer;}
.color_bill {background-color:#4f4b43;}
.color_vod {background-color:#5D8FCC;}

.con2 .swiper-slide>.ovh>.fll:nth-child(1) {max-width:120px;width:50%;margin-top:36px;}
.con2 .swiper-slide>.ovh>.fll:nth-child(2) {width:calc(100% - 120px);margin-top:63px;padding-left:20px;}
.con2 .swiper-slide>.ovh>.fll img {/* border:1px solid #aeb3bb; */background-color: #dfe2eb;border-radius: 10px;border: none;}
.con2 .fll:nth-child(2) .fz19 {font-size:19px;font-weight:500;color:#20487f;}
.con2 .fll:nth-child(2) .fz16 {font-size:16px;font-weight:400;}
.con2 .fll:nth-child(2) .fz13 {margin-top:10px;font-size:13px;font-weight:400;line-height:17px;color:#777;}
.con2 .fll:nth-child(2) .fz13+.ovh {margin-top:17px;}
.con2 .fll:nth-child(2) .fz13+.ovh a {width:23px;height:23px;margin-right:2px;margin-bottom:2px;background-color:#a7aeba;position:relative;}
.con2 .fll:nth-child(2) .fz13+.ovh a img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.con2 .fll:nth-child(2) .fz13+.ovh a:nth-child(n) img {width:9px;height:11px;}
/*.con2 .fll:nth-child(2) .fz13+.ovh a:nth-child(2) img {width:7px;height:12px;}*/
.con2 .poa {position:absolute;bottom:20px;right:20px;}
.con2 .poa a {width:23px;height:23px;margin-left:2px;border:1px solid #aeb3bb;position:relative;}
.con2 .poa a img {width:30%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.con2 .swiper-container {position:static;}
.con3 .box {width:100%;margin-top:4px;color:#fff;}
.con3 .blue {margin-top:40px;padding-bottom:20px;background-color:#1e4378;overflow:auto;}
.con3 .blue .fll:nth-child(1) {width:54%;margin-top:34px;text-align:center;}
.con3 .blue .fll:nth-child(2) {width:46%;margin-top:30px;}
.con3 .blue .fll:nth-child(2) .fz13 {margin-top:5px;line-height:18px;color:rgba(255, 255, 255, 0.7);}
.con3 .blue .fll:nth-child(2) .fz15 {margin-top:5px;line-height:18px;color:rgba(255, 255, 255, 0.7);}
.con3 .gray {background-color:#a7aeba;text-align:center;}
.con3 .gray .fz14 {padding-left:25px;font-weight:400;line-height:42px;display:inline-block;background-repeat:no-repeat;background-position:0 center;}
.con3 .gray:nth-child(3) .fz14 {background-image:url(/module/common/images/front/ic-schsession.png);}
.con3 .gray:nth-child(4) .fz14 {background-image:url(/module/common/images/front/ic-schyear.png);}
.con4 {height:245px;}
.con4 ul {margin-top:19px;}
.con4 li {margin-bottom:12px;}
.con4 li:last-child {margin-bottom:0;}
.con4 a.ovh {width:100%;}
.con4 .icon {width:30px;height:20px;margin-right:10px;background-color:#a7aeba;position:relative;}
.con4 .icon img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.con4 .icon.video img {width:5px;}
.con4 .icon.minutes img {width:10px;}
.con4 .fll {font-size:15px;line-height:20px;font-weight:400;color:#555;}
.con4 .fll span:nth-child(2) {width:calc(100% - 40px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.con4 .flr {font-size:14px;line-height:20px;font-weight:400;color:#777;}
.con4 .btn_more {position:absolute;top:20px;right:20px;}
.con4.blue .inner {background-color:#1e4378;}
.con4.blue .con_title {color:#fff;}
.con4.blue .inner .fll {color:#fff;}
.con4.blue .inner .flc {color:#fff;}
.con4.blue .inner .flr {color:#fff;}
.con4 li>a>.fll {width:calc(100% - 75px);}
.con4 li>a>.flr {width:75px;}

.visual-01 {padding-top:32px;padding-bottom:38px;background-image:url(/module/common/images/front/bg-search01.png);background-repeat:no-repeat;background-position:center 0;background-size:cover;}
.visual-01 .searBox-01 {width:480px;}
.visual-01 .df {justify-content:center;}
.visual-01 .df .item:nth-child(2) {margin-left:20px;margin-top:5px;color:#fff;}
.visual-01 .df .item:nth-child(2) a {margin-top:5px;margin-right:10px;font-size:13px;font-weight:400;color:#fff;}

.sub .title {padding:30px 0 20px;}
.sub .title .fz32 {font-weight:700;color:#1e4378;}
.sub .title .fz15 {margin-left:10px;margin-top:15px;color:#777;font-weight:400;}
.sub .title .flr {margin-top:15px;align-content:center;}
.sub .title .flr>* {margin-left:10px;}
.sub .title .flr span img {margin-top:5px;}
.sub .title .flr a {color:#777;font-weight:400;}
.sub .title .flr a.on {color:#555;font-weight:400;}

.tab_header {margin-bottom:10px;justify-content:space-around;}
.tab_header a {width:100%;line-height:44px;text-align:center;font-size:15px;font-weight:400;color:#666;background-color:#fff;border-right:1px solid #f0f0f0;}
.tab_header a.active, .tab_header a:hover {background-color:#1e4378;color:#fff;font-weight:400;}
.tab_header a:last-child {border-right:none;}

.con-01 {padding:30px 20px 20px;background-color:#fff;}
.con-01 .top {justify-content:center;align-items:center;text-align:center;}
.con-01 .top .fz18 {color:#666;}
.con-01 .top .btn {width:23px;height:23px;margin:0 30px;border:1px solid #aeb3bb;position:relative;}
.con-01 .top .btn img {width:8px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.con-01 .top .fz20 {padding:5px 25px;color:#fff;background-color:#1e4378;border-radius:20px;font-weight:500;}
.con-01 .top .fz14 {margin-top:8px;color:#777;font-weight:400;}
.con-01 .top .fz18 {margin:0 15px;}
.con-01 .middle {margin-top:20px;}
.con-01 .middle #range_wrap {margin-left:20px;margin-right:20px;margin-bottom:20px;}
.con-01 .middle #range_wrap .irs--big .irs-handle {width:25px;height:25px;background:none;background-color:#fff;box-shadow:none;border:4px solid #1e4378;}
.con-01 .middle #range_wrap .irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {padding:5px 10px;}
.con-01 .middle #range_wrap .irs--big .irs-min, .irs--big .irs-max {padding:5px 10px;}
.con-01 .middle #range_wrap .irs--big .irs-bar {height:10px;background:none;background-color:#77bbdb;box-shadow:none;border:none;}
.con-01 .middle #range_wrap .irs--big .irs-line {height:10px;border-radius:0;}
.con-01 .middle #range_wrap .irs--big .irs-grid-text{font-size:12px;color:#777;}
.con-01 .middle #range_wrap .irs--big .irs-grid-pol{background-color:#ccc;}
.con-01 .middle #range_wrap .irs-grid{height:32px;}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single{background:none;background-color:#77bbdb;box-shadow:none;}

.con-01 .middle .bar_wrap {height:50px;position:relative;}
.con-01 .middle .bar_wrap .circle {width:24px;height:24px;background-color:#fff;border:4px solid #1e4378;border-radius:100%;position:absolute;top:50%;transform:translate(0, -50%);}
.con-01 .middle .bar_wrap .circle.left {left:0;}
.con-01 .middle .bar_wrap .circle.right {right:0;}
.con-01 .middle .bar_wrap .circle .fz12 {padding:5px;position:absolute;bottom:24px;left:50%;transform:translate(-50%, 0);color:#fff;background-color:#77bbdb;border-radius:5px;}
.con-01 .middle .bar_wrap .circle .fz12::after {content:"";width:10px;height:10px;position:absolute;bottom:0;left:50%;z-index:-1;transform:translate(-50%, 0) rotate(45deg);background-color:#77bbdb;}
.con-01 .middle .bar {width:100%;height:4px;background-color:#77bbdb;position:absolute;top:50%;transform:translate(0, -50%);}
.con-01 .middle .bar .df {width:100%;position:absolute;top:100%;justify-content:space-between;}
.con-01 .middle .bar .df .bullet {width:1px;height:8px;background-color:#ccc;}
.con-01 .middle .bar .df .bullet.h15 {height:15px;}
.con-01 .middle .bar .df .bullet:first-child {opacity:0;}
.con-01 .middle .bar .df .bullet:last-child {opacity:0;}
.con-01 .middle>.df {justify-content:space-between;color:#c0c0c0;}
.con-01 .bottom {margin-top:20px;overflow:hidden;justify-content:normal;}
.con-01 .bottom .inner_btn,
.con-01 .bottom .inner_btn2 {width:9.090909090909091%;padding:2px;float:left;}
.con-01 .bottom .inner_btn3 {width:14.285711428571%;padding:2px;float:left;}
.con-01 .bottom .inner_btn4 {width:10%;padding:2px;float:left;}
.con-01 .bottom .inner_btn a,
.con-01 .bottom .inner_btn2 a,
.con-01 .bottom .inner_btn3 a,
.con-01 .bottom .inner_btn4 a {width:100%;height:30px;line-height:30px;text-align:center;background-color:#f0f0f0;font-size:15px;font-weight:400;color:#444;}


.con-01 .bottom .inner_btn4 a:nth-child(1) {width:30px;background :#f0f0f0 url(/module/common/images/popup/ic-profile-off.png) no-repeat center center;}
.con-01 .bottom .inner_btn4 a:nth-child(2) {width:calc(100% - 30px);text-align:left;}
.con-01 .bottom .inner_btn a.on, .con-01 .bottom .inner_btn2 a.on, .con-01 .bottom .inner_btn3 a.on, .con-01 .bottom .inner_btn4 a.on {background-color:#1e4378;color:#fff;}
.con-01 .bottom .inner_btn4 a:nth-child(1).on {background :#1e4378 url(/module/common/images/popup/ic-profile.png) no-repeat center center;}
.con-01 .bottom .inner_btn2 a {height:50px;line-height:25px;}

.con-02 .fll {margin:20px 0;}
.con-02 .fll>a {margin:0 20px;color:#555;font-weight:400;}
.con-02 .fll>a.on {color:#1e4378;font-weight:700;}
.con-02 .fll>span {width:1px;height:14px;background-color:#ced1d6;}
.con-02 .flr {margin-top:10px;}
.con-02 .flr>* {height:34px;line-height:34px;}
.con-02 .flr a {padding:0 20px;background-color:#7a8599;color:#fff;font-size:13px;font-weight:400;}
.con-02 .flr a img {width:14px;margin-top:9px;margin-right:3px;}
.con-02 .flr .input {width:106px;margin-right:4px;padding-left:20px;font-size:15px;color:#555;font-weight:400;background-color:#fff;border:1px solid #ced1d6;position:relative;}
.con-02 .flr .input .btn_search {width:16px;height:16px;position:absolute;top:8px;right:10px;}

.pageNavi {padding:20px 0;text-align:center;}
.pageNavi .inner {display:inline-block;}
.pageNavi .inner .df {display:flex;align-items:center;}
.pageNavi a {width:27px;height:27px;margin:0 1px;line-height:27px;border:1px solid #ced1d6;color:#777;font-size:13px;font-weight:400;text-align:center;position:relative;}
.pageNavi a.on {color:#333;font-weight:400;}
.pageNavi a.num {border:none;}
.pageNavi a.bullet01 img {width:7px;}
.pageNavi a.bullet02 img {width:10px;}
.pageNavi a img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

.con-03 {margin-bottom:10px;padding:20px;background-color:#fff;}
.con-03 .fz20,
.con-03 .fz20 a,
.con-03 .fz20 a:hover {color:#555;font-weight:500;}
.con-03>.df {margin-top:10px;margin-bottom:10px;align-items:center;}
.con-03>.df .fz16 {margin-left:15px; color: #054a93;  font-weight: 500;}

.spai_wrap {border-top:1px solid #e8e8e8;}
.spai_wrap:last-child {border-bottom:1px solid #e8e8e8;}
.spai_wrap .spai_header {padding:13px 20px;align-items:center;border-bottom:1px solid #fafafa;}
.spai_wrap .spai_header:hover {background-color:#ddeef6;}

.spai_header.on {background-color:#ddeef6;color:#1e4378;}
.spai_header+.spai_container {display:none;}
.spai_header.on+.spai_container {display:flex;}
.spai_header.on .item:nth-child(1) {font-weight:500;}
.spai_header.on .icon_02::before {background-image:url(/module/common/images/front/btn-more02.png);}
.spai_header.on .icon_01::before {background-image:url(/module/common/images/front/ic-conference.png);}
.spai_header.on .icon_06::before {background-image:url(/module/common/images/front/ic-committee.png);}
.spai_header.on .icon_08::before {background-image:url(/module/common/images/front/ic-special.png);}
.spai_header .df {align-items:center;}
.spai_header .item:nth-child(1) {min-width:240px;}
.spai_header .item:nth-child(2) {width:100%;cursor:pointer;font-weight: 500;}
.spai_header .item:nth-child(2):hover {text-decoration:underline;}

.spai_header .item:nth-child(3) {min-width:280px;}
.spai_header .item:nth-child(3) a {margin-left:20px;font-weight:400;}
.spai_header .item:nth-child(3) a:first-child {margin-left:0;}
.spai_header .icon::before {content:"";width:24px;height:21px;margin-right:8px;display:inline-block;background-repeat:no-repeat;background-position:center;}
.spai_header .icon_01::before {background-image:url(/module/common/images/front/ic-conferenceg.png);}
.spai_header .icon_06::before {background-image:url(/module/common/images/front/ic-committeeg.png);}
.spai_header .icon_08::before {background-image:url(/module/common/images/front/ic-specialg.png);}
.spai_header .icon_02::before {background-image:url(/module/common/images/front/btn-more01.png);}
.spai_header .icon_03::before {background-image:url(/module/common/images/front/ic-law.png);}
.spai_header .icon_04::before {background-image:url(/module/common/images/front/ic-minutes.png);}
.spai_header .icon_05::before {background-image:url(/module/common/images/front/ic-video.png);}

.spai_container .item:nth-child(1) {min-width:210px;}
.spai_container .item:nth-child(2) {width:100%;}
.spai_container .item:nth-child(3) {min-width:260px;}
.spai_container .tx_wrap {padding-top:20px;padding-bottom:20px;padding-left:80px;line-height:25px; }
.spai_header .spai_container .tx_wrap {padding:0px;}
.spai_container .tx_wrap a,
.spai_container .tx_wrap a:hover {color:#555;font-size:15px;font-weight:400;display:inline;overflow:hidden;word-break:break-all;}

.btn_gnb_open {width:30px;height:20px;margin-top:25px;float:right;position:relative;}
.btn_gnb_open span {width:100%;height:3px;position:absolute;background-color:#555;}
.btn_gnb_open span:nth-child(1) {top:0;left:0;}
.btn_gnb_open span:nth-child(2) {top:50%;left:0;transform:translate(0, -50%);}
.btn_gnb_open span:nth-child(3) {bottom:0;left:0;}
.btn_gnb_close {width:30px;height:30px;position:absolute !important;top:20px;right:20px;}
.btn_gnb_close span {width:100%;height:3px;background-color:#fff;position:absolute;top:50%;left:0;}
.btn_gnb_close span:nth-child(1) {transform:translate(0, -50%) rotate(45deg);}
.btn_gnb_close span:nth-child(2) {transform:translate(0, -50%) rotate(-45deg);}
.bg_gnb {background-color:rgba(0, 0, 0, 0.5);position:fixed;top:0;bottom:0;right:0;left:0;z-index:998;display:none;}


.vod-document>.text .flr {
    position:absolute;
    right:38px;
    top:87px;
}

.vod-document>.text .flr>.select {
    width:120px;
    color:#777;
}
.vod-document>.text .flr>* {
    width:30px;
    height:30px;
    margin-left:2px;
    line-height:30px;
    border:1px solid #aeb3bb;
    position:relative;
}

.vod-document>.text .flr> a.media_download {
	width:auto !important;
	display:table !important;
	padding:0 10px;
	margin-right:3px !important;
	line-height:29px;
}

.vod-document>.text .flr> a.media_download > span{
	margin-left:5px;
}

.vod-document>.text .flr> a.media_download img {
	position:static !important;
	transform:none;
	vertical-align:middle;
}

.vod-document>.text .flr>*>img {
    width:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

@media (max-width:1180px) {
	.mobile_h {display:none;}
	.mobile_v {display:block;}
	.wrap-1180 {padding-left:20px;padding-right:20px;}
	.header .bottom li { width:100%; text-align:left;}
	.con1 {width: 100%;padding-bottom: 74.5%;}
	.con2 {width:50%;}
	.con3 {width:50%;}
	.con-01 .bottom .inner_btn4 {width:25%;}
	.header .bottom {width:300px;height:100vh;padding-top:70px;position:fixed;top:0;right:-300px;z-index:999;transition:all 0.2s;}
	.header .bottom.on {right:0;}
	.con1 .inner {background:#fff;}
	/* .con1 .tx_wrap {display:none;} */
	.con1 .searBox-01 {width:100%;position:relative;right:auto;left:auto;bottom:auto;}
	.header .bottom a.on::after {content:"";height:6px;position:absolute;right:0;left:0;bottom:0;background-color:#788eae;display:none;}
	.footer {display:block;}
	.footer .logo {width:168px;margin:30px auto 20px;float:none;}
	.footer .ovv {display:none;}
	.footer .copy {width:100%;float:none;}
	.spai_header .item:nth-child(1) {min-width:160px;}
	.spai_container .item:nth-child(3) {display:none;}
	.con-01 .bottom .inner_btn2 { width:25%;}
	.t_view {width:25% !important;}
	.t_view02 {width:25%;}
	.t_view03 {width:50%;}
}

@media (max-width:768px) {
	.wrap-1180 {padding-left:10px;padding-right:10px;}
	.con {width:100%;}
	.con3 .blue .fll:nth-child(2) {padding-right:10px;}
	.searBox-01 .select {min-width:80px;}
	.visual-01 .searBox-01 {width:100%;}
	.visual-01 .df .item:nth-child(2) {display:none;}
	.sub .title .fz15 {display:none;}
	.con-01 .bottom .inner_btn { width:20%;}
	.con-01 .bottom .inner_btn2 {width:25%;}
	.con-01 .bottom .inner_btn3 {width:33.3%;}
	.con-01 .bottom .inner_btn4 {width:33.3333%;}
	.con-01 .top .fz18 {margin:0 2px;}
	.con-01 .top .btn {margin:0 2px;}
	.con-01 .top .fz20 {margin:0 5px;padding-right:10px;padding-left:10px;}
	.con-02 .flr {margin-bottom:20px;}
	.con-02 .flr .input {margin-right:0px;}
	.spai_header .item:nth-child(3) {width:100%;min-width:100%;margin-top:10px;float:left;text-align:right;display:block;}
	.spai_header .item:nth-child(3) a {margin-left:10px;display:inline-block;}
	.spai_header .icon::before {display:none;}
	.spai_header .item:nth-child(1) {min-width:180px;float:left;font-size:15px;}
	.spai_header .item:nth-child(2) {width:calc(100% - 180px);float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;}
	.spai_header .spai_container .item:nth-child(2) { padding-top:20px; width:100%;}
	.spai_container .item:nth-child(1) {display:none;}
	.spai_header .item:nth-child(2).icon::before {display:block;}
	.spai_wrap .spai_header {padding-left:10px;padding-right:10px;display:block;overflow:hidden;}
	.con-03>.df {display:block;}
	.con-03>.df .fz16 {margin-left:30px;margin-top:5px;display:block;}
	.spai_container .tx_wrap {padding-left:10px;}
	.t_view {width:calc(100% - 180px);}
	.t_view02 {width:180px;}
	.t_view03 {width:100%;}

	/* .con2.con, .con3.con {height:100px;}
	.con2 .inner, .con3 .inner {background-position:center 55%;}
	.quick_title {padding-top:10px;padding-left:10px;text-align:left;}
	.quick_text {display:none;}
	.quick_buttton {top:75%;left:75%;}	 */
	
	.footer .ovh.df {flex-wrap:wrap;justify-content: center;}
	.footer .ovh.df .copy {min-width:100%; margin-top:20px; margin-left:0; text-align:center;}
	.footer .ovh.df .copy a{display:block;}
}

@media (max-width:420px) {
	.m_ft14 {font-size:14px !important;}
	.m_addbtn {font-size:14px !important; position:absolute; right:8%; margin-top:20px;}
	.m_h70 {height:70px !important;}
}
