@charset "utf-8";

/* 비주얼 */
#visual {padding: 55px 0; background: url(/images/assembly/main/pic_visual.jpg)no-repeat center; background-size: cover;}
#visual .txt p {position: relative; padding: 0 0 45px; font-size: 25px; color: #fff;}
#visual .txt p::after {content: ''; display: block; position: absolute; bottom: 18px; left: 0; width: 51px; height: 1px; background: rgba(255,255,255,.3);}
#visual .txt p strong {font-size: 43px; font-weight: 600;}
#visual .txt span {font-weight: 300; color: rgba(255,255,255,.7);}

@media all and (max-width:1024px){
	#visual .txt p {font-size: 23px;}
	#visual .txt p strong{font-size: 38px;}
}
@media all and (max-width:768px){
	#visual .txt p {font-size: 20px;}
	#visual .txt p strong{font-size: 34px;}
}
@media all and (max-width:568px){
	#visual {padding: 45px 0;background-position: center right 37%;}
	#visual .txt p {font-size: 16px;}
	#visual .txt p strong{font-size: 26px;}
	#visual .txt span {font-size: 14px;}
}
@media all and (max-width:380px){
	#visual .txt p {font-size: 15px;}
	#visual .txt p strong{font-size: 24px;}
}

/* sec */
.sec {padding: 50px 0; background: #fdfdfd url(/images/assembly/main/bg_main.jpg)no-repeat top center; background-size: cover; box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.15);}
.sec .btn {overflow: hidden; position: relative; z-index: 1; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);}
.sec .btn::after {content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #0f1928; border-radius: 50%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.sec .btn:hover,
.sec .btn:active,
.sec .btn:focus {color: #fff;}
.sec .btn:hover:after,
.sec .btn:active:after,
.sec .btn:focus:after {-webkit-transform: scale(2); transform: scale(2);}


/* 최근회의록 */
#board {float: left; width: 57.08%;}
#board .tit_wrap {display: flex; justify-content: space-between; align-items: center; margin: 0 0 20px;}
#board .tit_wrap h4 {font-size: 27px; font-weight: 600;}
#board .tit_wrap .more {position: relative; padding: 0 43px 0 0; font-size: 15px; font-weight: 300; text-decoration: none;}
#board .tit_wrap .more::before,
#board .tit_wrap .more::after {content: ''; display: block; position: absolute; top: -1px; right: 0; width: 25px; height: 25px; background: #f4e7e7; border-radius: 50%;}
#board .tit_wrap .more::after {top: 6px; right: 11px; width: 20px; height: 10px; background: url(/images/assembly/main/ico_more.png)no-repeat;}
#board .tit_wrap .more:hover::after{animation: arrow 0.9s ease-in-out;}

#board ul {border-bottom: 1px solid #ddd;}
#board ul li {display: flex; align-items: center; margin: 0 0 20px; padding: 0 2.91%; box-sizing: border-box;}
#board ul li .daesu,
#board ul li .session {display: inline-block; width: 60px; height: 29px; line-height: 29px; font-size: 14px; font-weight: 300; text-align: center; background: #e4e4e4; border-radius: 14.5px;}
#board ul li .session {margin: 0 19px 0 6px; width: 84px; background: #f8eddf;}
#board ul li .tit {width: calc(100% - 371px); text-decoration: none;}
#board ul li .tit p {display: inline-block; vertical-align: middle; padding:0 20px 0 0; overflow: hidden; max-width:calc(100% - 24px); white-space: nowrap; text-overflow: ellipsis; font-size: 17px; box-sizing: border-box;}
#board ul li .tit:hover p {text-decoration:underline;}
#board ul li .tit .new {display: inline-block; vertical-align: middle; margin:0 0 0 -20px; width: 18px; height: 18px; line-height: 18px; font-family: 'Noto Sans KR'; font-size: 11px; color: #fff; text-align: center; background: #e84040; border-radius: 50%;}
#board ul li .chasu,
#board ul li .date {font-size: 15px; font-weight: 200;}
#board ul li .chasu {width: 42px; text-align: center;}
#board ul li .date {margin: 0 0 0 25px; color: #777;}

#board ul li.first_list {justify-content: flex-start; margin: 0 0 25px; padding: 19px 4.37% 14px; background: #fff; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 0.2);}
#board ul li.first_list::before {content: ''; display: inline-block; width: 80px; height: 80px; background: url(/images/assembly/main/ico_file.png)no-repeat center; border: 1px dashed #ccc; border-radius: 50%;}
#board ul li.first_list .list_wrap {margin: 0 0 0 30px; width: calc(100% - 312px);}
#board ul li.first_list .tit {display: block; margin: 8px 0 0; width: 100%;}
#board ul li.first_list .tit p {font-size: 20px; font-weight: 500;}

@keyframes arrow {
	0%{transform:translateX(0);}
	25%{transform:translateX(5px);}
	50%{transform:translateX(0);}
	75%{transform:translateX(7px);}
	100%{transform:translateX(0);}
}

@media all and (max-width:1024px){
	#board {width: 100%; margin: 0 0 30px;}
}
@media all and (max-width:768px){
	#board {width: 100%; margin: 0 0 30px;}
	#board .tit_wrap h4 {font-size: 25px;}
	
    #board ul li .daesu,
    #board ul li .session {height: 25px; line-height: 25px; font-size: 12px;}
	#board ul li .daesu {width: 50px;}
    #board ul li .session {margin: 0 10px 0 3px; width: 66px;}
    #board ul li .tit {width:calc(100% - 335px);}
	#board ul li .tit p {font-size: 15px;}

	#board ul li.first_list {padding:19px 20px 14px;}
    #board ul li.first_list::before {display: none;}
	#board ul li.first_list .list_wrap {margin:0; width:calc(100% - 205px);}
	#board ul li.first_list .tit p {font-size: 18px;}
}
@media all and (max-width:568px){ 
    #board ul li .daesu {width: 42px;}
    #board ul li .session {margin:0 5px 0 2px;}
    #board ul li .tit {width:calc(100% - 160px);}
    #board ul li .date {display: none;}
    #board ul li .chasu {font-size: 13px;}

    #board ul li.first_list {padding: 19px 15px 14px;}
    #board ul li.first_list .list_wrap {width:calc(100% - 45px);}
    #board ul li.first_list .tit p {font-size: 16px;}
}

/* right 공통 */
.sec .right {float: right; width: 38.75%;}
.sec .right > div {padding: 30px; width: 100%; background-size: cover; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.15); box-sizing: border-box;}
.sec .right > div .tit_wrap {color: #fff;}
.sec .right > div .tit_wrap h4 {font-size: 25px;}
.sec .right select,
.sec .right input {padding: 0 18px; height: 50px; font-size: 15px; line-height: 50px; border: none; border-radius: 5px;}

@media all and (max-width:1024px){
	.sec .right {width: 100%;}
}
@media all and (max-width:568px){
    .sec .right > div {padding: 25px;}
    .sec .right > div .tit_wrap h4 {font-size: 22px;}
}


/* 전자회의록 검색 */
#sch1 {height: 255px; background: url(/images/assembly/main/bg_late.jpg)no-repeat; background-size: cover;}
#sch1 .tit_wrap p {position: relative; padding: 15px 0 0; font-size: 15px; font-weight: 300;}
#sch1 .tit_wrap p::after {content: ''; display: block; position: absolute; top: 8px; left: 0; width: 32px; height: 1px; background: rgba(255, 255, 255, .3);}

#sch1 .wrap {margin:14px 0 10px;}
#sch1 .wrap select {padding: 0 40px 0 18px; width: 42.71%; background: #fff url(/images/assembly/main/ico_select_arrow.png)no-repeat top 50% right 20px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#sch1 .wrap select::-ms-expand {display: none;}
#sch1 .wrap select:last-child {float: right; width: 54.07%;}

#sch1 input {width: 70.61%;}
#sch1 .btn {float: right; min-width: auto; width: 26.41%; height: 50px; font-size: 15px; font-weight: 400; background: #1b2431; border: none;}
#sch1 .btn::before {content: ''; display: inline-block; margin: 0 10px -2px 0; width: 16px; height: 16px; background: url(/images/assembly/main/ico_sch.png)no-repeat 0 0;}

@media all and (max-width:568px) {
    #sch1 {height: auto;}
}
@media all and (max-width:380px) {
    #sch1 {height: auto;}
    #sch1 input,
    #sch1 .btn {width: 100%;}
    #sch1 .btn {margin: 10px 0 0;}
}


/* 의안 검색 */
#sch2 {padding: 26px 30px 30px; margin: 20px 0 0; height: 162px; background: url(/images/assembly/main/bg_bill.jpg); background-size: cover;}
#sch2 .tit_wrap {display: flex; justify-content: space-between; align-items: center;}
#sch2 .tit_wrap .btn_wrap .btn {position: relative; min-width: 103px; height: 40px; line-height: 38px; font-size: 15px; font-weight: 500; color: #fff; background: #004326; border-color: #004326;}
#sch2 .tit_wrap .btn_wrap .btn::after {background: #002d19;}

#sch2 .wrap {display: flex; align-items: center; margin: 12px 0 0; height: 50px; background: #fff; border-radius: 5px;}
#sch2 .wrap label {position: relative; width: 100px; font-size: 15px; font-weight: 300; color: #7f614f; text-align: center;}
#sch2 .wrap label::after {content: ''; display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #ddd;}
#sch2 .wrap input {width: calc(100% - 155px);}
#sch2 .wrap .btn_sch {width: 55px; height: 100%; text-indent: -9999px; background: url(/images/assembly/main/ico_sch.png)no-repeat -22px 17px;}

@media all and (max-width:568px){
    #sch2 {padding: 25px; height: auto;}
}
@media all and (max-width:380px){
    #sch2 .tit_wrap .btn_wrap .btn {min-width: 85px; font-size: 14px;}
    #sch2 .wrap label {width: 80px; font-size: 14px;}
}

/* 바로가기 */
#link ul {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 40px 0;}
#link ul li{position: relative; width: 25%;}
#link ul li::before,
#link ul li:last-child::after{content: ''; display: block; position: absolute; top: 0; left: 0; width: 1px; height: 50px; background: #e7e7e7;}
#link ul li:last-child::after {left: auto; right: 0;}
#link ul li a{display: flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 300; color: #000; text-align: center; text-decoration: none;}
#link ul li a::before{content: ''; display: inline-block; margin: 0 21px 0 0; width: 70px; height: 49px; background: url(/images/assembly/main/ico_link1.png)no-repeat; background-size: contain;}
#link ul li:nth-child(2) a::before {width: 51px; height: 52px; background-image: url(/images/assembly/main/ico_link2.png);}
#link ul li:nth-child(3) a::before {width: 49px; height: 47px; background-image: url(/images/assembly/main/ico_link3.png);}
#link ul li:nth-child(4) a::before {width: 53px; height: 46px; background-image: url(/images/assembly/main/ico_link4.png);}
#link ul li a:hover::before{animation:ani_bg 0.5s ease-in-out;}

@keyframes ani_bg{
	0%{transform:rotate(0);}
	20%{transform:rotate(-8deg);}
	40%{transform:rotate(8deg);}
	60%{transform:rotate(-8deg);}
	80%{transform:rotate(8deg);}
	100%{transform:rotate(0deg);}
}

@media all and (max-width:768px){
    #link ul li {width:50%;}
    #link ul li:nth-child(n + 3) {margin:25px 0 0;}
    #link ul li:nth-child(odd):before,
    #link ul li:last-child::after {display: none;}
}
@media all and (max-width:568px){
    #link ul li a {font-size: 14px;}
    #link ul li a::before {margin: 0 15px 0 0; width: 54px; height: 40px;}
    #link ul li:nth-child(2) a::before {width: 40px; height: 40px;}
    #link ul li:nth-child(3) a::before {width: 40px; height: 40px;}
    #link ul li:nth-child(4) a::before {width: 40px; height: 40px;}
}
