@import url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css');

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: 'NanumSquareNeo';
	list-style: none;
	text-decoration:none;
}

/*헤더*/
header {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 9.7%;
	background-color:#fff;
	border-bottom:1px solid #D5D5D5;
}
header .navbar {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .navbar ul li{
	float:left;
}
header .navbar ul li:nth-child(3) .dropdown{
	position:absolute;
	right:-40px;
}
header .navbar ul li:nth-child(4) .dropdown{
	position:absolute;
	right:-35px;
}
header .navbar ul li:nth-child(5) .dropdown{
	position:absolute;
	right:-35px;
}
header .navbar a {
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	margin: 0 0.5rem;
	padding: 1rem 1.5rem;
	border-radius: 5px;
	letter-spacing: 1px;
	color:#3A3C39;
}
header .nav_btn{
	font-size: 25px;
	cursor: pointer;
	display: none;
}
header ul li{
	display:inline-block;
	position: relative;
}
header ul li a{
	display: block;
    padding: 20px 25px;
    color:#fff;
    text-align: center;
    font-size: 20px;
}
header ul li .a{
	padding:20px 0px;
	margin:0;
	margin-left:0.5rem;
	padding-left:1.5rem;
	bottom:5px;
	position:relative;
	bottom:4px;
}
header ul li ul.dropdown li{
	 display: block;
	 width:100%;
}
header ul li ul.dropdown{
	width:213px;
	background-color:#0552A9;
	position:absolute;
	z-index:99999;
	display:none;
	text-align:center;
	right:-25px;
}
header .dropdown a{
	color:#fff !important;
	font-size:15px;
}
header ul li:hover ul.dropdown{
	display:block;
}
.m_login{
	display:none;
}
header .join_login{
	display:none;
}
#wrapper{
	width:1536px;
	margin:0 auto;
	position:relative;
}
.lg_slider{
	display:grid;
	 grid-template-columns: 0.8fr 3fr;
}

/*서브 배너 sub_bg.html*/
.sub-bg{
	width:100%;
	height:240px;
}
.sub-img{
	background:url(../img/sub_bn.jpg) top center no-repeat;
}

/*서브 페이지 카테고리 sub_cg.html*/
.sub-cg{
	background-color:#F6F7FE;
	height:50px;
	border-bottom:1px solid #d5d5d5;
}
.cg{
	display:flex;
	width:1536px;
	margin:0 auto;
}
.sub-home{
	width:50px;
	height:50px;
	line-height:4;
	text-align:center;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}
.sub-home i{
	font-size:30px;
	font-weight:300;
}
.select-menu, .select-menus{
	width:380px;
}
.select-menu .select-btn{
    display: flex;
    height: 50px;
	border-right:1px solid #d5d5d5;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background: #F6F7FE;
    box-shadow: 0 0 3px rgb(0 0 0 / 27%);
    display: none;
	z-index:999;
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #F6F7FE;
}
.options .option:hover{
    background: #F2F2F2;
}
.option .option-text{
    font-size: 18px;
    color: #333;
}
.select-menus{
    width: 380px;
}
.select-menus .select-btns{
    display: flex;
    height: 50px;
	border-right:1px solid #d5d5d5;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.select-btns i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menus.active .select-btns i{
    transform: rotate(-180deg);
}
.select-menus .optionss{
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background: #F6F7FE;
    box-shadow: 0 0 3px rgb(0 0 0 / 27%);
    display: none;
	z-index:999;
}
.select-menus.active .optionss{
    display: block;
}
.optionss .options{
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #F6F7FE;
}
.optionss .options:hover{
    background: #F2F2F2;
}
.options .option-texts{
    font-size: 18px;
    color: #333;
}

/*로그인*/
.login{
	width:310px;
	padding-top:30px;
}
.lg_title{
	display:flex;
	align-items:center;
}
.lg_title img{
	width:25px;
}
.lg_title .t1{
	color:#0552A9;
	font-weight:bold;
	font-size:1.2rem;
	padding-left:10px;
}
.login_txt .txt1{
	margin:5px 0px;
	font-size:12px;
	letter-spacing:1px;
}
.login_form{
	width:300px;
	display:flex;
	flex-direction:column;
}
.login_form input{
	height:40px;
	border:1px solid #D9D9D9;
	padding:0px 10px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
	border-radius:5px;
}
.login_form input::placeholder{
	color:#ACA6A6;
}
.login_form input:focus{
	outline:none;
}
.login_form .lg_pw{
	margin-top:10px;
}
.login_form .lg_btn{
	height:43px;
	background-color:#0552A9;
	color:#fff;
	text-align:center;
	margin-top:10px;
	border-radius:5px;
	padding:10px 0px;
	letter-spacing:1px;
}
.login_form .lg_btn2{
	height:40px;
	border:1px solid #bbb;
	color:#000;
	text-align:center;
	margin-top:10px;
	border-radius:5px;
	padding:10px 0px;
	letter-spacing:1px;
}
.login_form .lg_find{
	text-align:right;
	color:#000;
	margin-top:5px;
	font-size:0.9rem;
}
.login_ing{
	text-align:center;
}
.lg-ing-text{
	padding-top:20px;
}
.lg-ing-text span{
	font-size:18px;
}
.logout{
	margin-top:15px;
	text-align:center;
}
.logout-btn{
	height:43px;
	background-color:#0552A9;
	color:#fff;
	text-align:center;
	border-radius:5px;
	padding:10px 30px;
	letter-spacing:1px;
	font-size:16px;
}
.lg-ing-text ul{
	padding-top:20px;
	display:flex;
	justify-content:center;
}
.lg-ing-text ul li{
	position:relative;
	padding:0px 15px;
}
.lg-ing-text ul li:last-child{
	padding-right:0;
}
.lg-ing-text ul li::after{
	position:absolute;
    right: 1px;
    top: 2px;
    content: "";
    width: 1px;
    height: 15px;
    background-color: black;
}
.lg-ing-text ul li:first-child{
	padding-left:0;
}
.lg-ing-text ul li:last-child::after{
	display:none;
}
.lg-ing-text ul li a{
	color:#0552A9;
	font-weight:bold;
}
.main-icon{
	width:100%;
	display:flex;
	justify-content:center;
	padding-top:30px;
}
.m-icon{
	 overflow:hidden;
}
.m-icon a{
	display:block; 
	width:113px; 
	height:113px; 
	text-align:center; 
	color:#333;
	font-size:16px; 
	font-weight:bold;
	letter-spacing:1px; 
	padding:83px 10px 30px 10px; 
	border-radius:5px;
	border:1px solid #D0D0D0;
}
.icon01{
	margin-right:20px;
}
.m-icon a.icon01{
	background:url(../img/academic.png) no-repeat;
}
.m-icon a.icon02{
	background:url(../img/search_people.png) no-repeat;
}
.m-icon a:hover{
	background-color:#fcfcfc;
}
/*메인 슬라이드*/
.slider{
	margin-top:30px;
}

.bx-wrapper{
	border:none !important;
	box-shadow:none !important;
	margin-bottom:0 !important;
	/*
	max-width:1300px !important;
	max-height:330px !important;
	*/
}
/*
.bxslider li{
	width:1300px !important;
	height:330px !important;
}
*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background:#0552A9 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff !important;
}
.content{
	display:flex;
}
.bx-wrapper img{
	object-fit:cover;
}

/*quick link*/
.quick_link{
	margin-top:25px;
}
.t2{
	color:#0552A9;
	font-weight:bold;
	font-size:1.2rem;
}
.link{
	width:280px;
	text-align:center;
	padding:10px;
	margin-top:15px;
	border:1px solid #D9D9D9;
}
.link a{
	border:1px solid #D9D9D9;
	padding:8px 20px;
	display: inline-block; 
	margin-bottom:15px;
}
.link a:last-child{
	margin-bottom:0;
}
/*소식*/
.news{
	width:800px;
	margin:25px 0px 0px 40px;
}
.tab_menu{
	max-width:100%;
	margin-top:22px;
}
.t-menu ul{
	position:relative;
}
.t-menu ul li{
	display: inline-block;
}
.t-menu ul li a{
	text-decoration: none;
	color: #D0D0D0;
	border:1px solid #D0D0D0;
	padding: 7px 25px;
}
.t-menu ul li a.active-a{
	border:none;
	background-color: #0552A9;
	color: #fff;
	padding: 8px 25px;
}
.allview{
	position:absolute;
	right:0;
	bottom:2px;
}
.t-menu .all_btn{
	border:none;
	color:#333;
	padding:0;
	font-weight:bold;
}
.t-menu .all_btn:hover{
	text-decoration:underline;
}
/*
.all_btn img{
	width:23px;
	position:relative;
	top:7px;
	margin-left:5px;
}
*/
.tab{
	display: none;
	margin-top:20px;
}
.tab ul{
	display:flex;
}
.tab ul li{
	width:50%;
	padding:0 9px;
}
.tab ul .tab_b:first-child{ 
	padding:0;
	padding-right:9px;
}
.tab ul .tab_b:last-child{
	padding:0;
	padding-left:9px;
}
.tab ul li .tab_box{
	position:relative;
	display:block;
	background:#fcfcfc;
	border:1px solid #D0D0D0;
	padding:20px 22px;
	width:256px;
	min-width:256px;
	height:222px;
	min-height:222px;
	color:#000;
}
.tab ul li strong{
	display:inline-block;
	max-height:100px;
	height:100px;
	font-size:18px;
	letter-spacing:1px;
}
.tab ul li .tab_box:hover{
	background-color:#003878a1;
	color:#fff;
}
.tab-active{
	display: block;
}
.p{
	height:50px;
	min-height:50px;
}
.date{
	position:absolute;
	right:22px;
	bottom:20px;
	text-align:right;
	font-size:14px;
}
.tab_img a{
	
}
.tab_img a img{
	position:relative;
	display:block;
	background:#fcfcfc;
	border:1px solid #D0D0D0;
	width:256px;
	min-width:256px;
	height:222px;
	min-height:222px;
	color:#000;
	object-fit:cover;
	/*
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	*/
}
.tab_img:first-child{ 
	padding:0;
	padding-right:9px;
}
.tab_img:last-child{
	padding:0;
	padding-left:9px;
}
.tab_img a:hover{
	opacity:0.5;
}
/*회비*/
.dues{ 
	width:415px;
	min-width:415px;
	padding:22px 0px 0px 15px;
}
.dues img{
	width:100%;
}
.dues_txt{
	color:#0552A9;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}

/*하단 슬라이드*/
#ls_wrap{
	background-color:#F6F7FE;
	margin-top:5px;
}
.item a img{
    width:100%;
}
.logo-container{
    max-width: 1480px;
    margin:0 auto;
}
.logo-slider .item{
    background-color: #fff;
    padding:15px;
}
.logo-slider .slick-slide{
    margin:15px;
}
.slick-dots{
	display:none !important;
}
.slick-next:before,
.slick-prev:before{
    color:#0552A9 !important;
    font-size:27px !important;
}
.item:hover{
    display: block;
    transition: all ease 0.3s;
    /*transform: scale(1.1) translateY(-5px);*/
}
.slick-dotted.slick-slider{
	margin-bottom:0 !important;
}

/*푸터*/
#footer_wrap{
	border-top:1px solid #d5d5d5;
}
.footer{
	width:1536px;
	margin:0 auto;
	display:flex;
	padding-top:10px;	
}
.footer .foot_info{
	width:100%;
	position:relative;
	padding-left:50px;
}
.footer strong{
	width:120px;
}
.info-menu a{
	color:#000;
	font-weight:bold;
	font-size:14px;
	padding-right:15px;
}
.f1{
	font-size:12px;
	padding-right:15px;
}
.copy{
	width:100%;
	font-size:10px;
	display:inline-block;
	text-align:center;
}
/*회원가입 join.html */
.join-wrap{
	padding-top:30px;
	text-align:center;
	width:1000px;
	margin:0 auto;
}
.join-txt{
	font-size:2.2rem;
	font-weight:bold;
	position:relative;
}
/*
.join-txt:after{
	content:'';
	position:absolute;
	top:0px;
	right:-17px;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#0552A9;
}
*/
.join-box{
	margin-top:30px;
}
.j-title{
	width:100%;
	display:inline-block;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:19px;
}
.join-box textarea{
	width:100%;
	height:300px;
	padding:5px 5px;
	resize: none;
	outline:none;
	line-height:20px;
}
.join-checkbox{
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
	margin-top:10px;
}
.join-checkbox input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
	height: 22px;
	margin: 0;
	position: relative;
	width: 22px;
}
.join-checkbox input[type="checkbox"]:checked:before {
	background: #0552A9;
	content: '';
	height: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}
.join-checkbox input[type="checkbox"]:focus {
    outline: none;
}
.join-checkbox label{
	position:absolute;
	bottom:6px;
	left:30px;
}
.join-wrap hr{
	margin:30px 0px;
}
.info-wrap{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
}
.join-table{
	border-top:2px solid #0552A9;
}
.join-table tr{
	
}
.join-table th{
	padding:30px 0px;
	background-color:#F6F7FE;
	border-bottom:1px solid #d3d3d3;
}
.join-table .td{
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #d3d3d3;
}
.join-table .n_txt{
	font-size:13px;
	color:#0552A9;
}
.join-table td input{
	outline:none;
	height:30px;
	border:1px solid #bbb;
	padding-left:5px;
}
.join-table .j-btn{
	margin-left:10px;
}
.join-table .j-btn a{
	border:1px solid #bbb;
	color:#000;
	padding:7px 10px;
	letter-spacing:0.1rem;
	border-radius:3px;
	font-size:13px;
}
.join-table textarea{
	outline:none;
	border:1px solid #bbb;
	resize:none;
	margin:5px 0px;
	padding:5px 0px 0px 3px;
}
.select-box{
	padding:30px 0px;
	display:flex;
	align-items:center;
}
.s-box{
	border:1px solid #bbb;
	outline:none;
	padding:6px 10px;
	margin-right:10px;
}
.s-box option{
	letter-spacing:0.1rem;
	font-size:14px;
}
.join-table .code-txt{
	color:#b2b2b2;
}
.join-table .red-txt{
	color:red;
	font-weight:bold;
}
.btn1{
	margin:50px 0px;
	text-align:center;
}
.btn1 a{
	margin-right:10px;
}
.btn1 a:last-child{
	margin-right:0;
}
.btn1 .ok-btn{
	background-color:#0552A9;
	color:#fff;
	padding:10px 30px;
	border-radius:5px;
}
.btn1 .cancel-btn{
	border:1px solid #bbb;
	color:#bbb;
	padding:10px 30px;
	border-radius:5px;
}

.btn1 .receipt-btn{
	border:1px solid #bbb;
	color:#000;
	padding:10px 30px;
	border-radius:5px;
}
.upload{
	border-bottom:1px solid #d3d3d3;
}
.img_upload{
	text-align: center;
	padding: 3.5em 0.75em;
	border-left: 1px solid #e8e8e8;
}
.img_upload .btn {
	text-align: center;
	padding: 0.5em 0.75em;
	background: #3FBF7F;
	background: linear-gradient(to right, #0552a9, #0675f2);
	border: none;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	transition: all 500ms;
	cursor:pointer;
}
.img_upload .btn3{
	background-color:#cf0000;
	color:#fff;
	border:none;
	font-size: 15px;
	border-radius: 4px;
	padding: 0.5em 0.75em;
	cursor:pointer;
}

.img_upload input[type=file] {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.img_upload .fileName {
	padding-top: 10px;
	font-weight: 300;
}

.img_upload .preview {
	position: relative;
	width: 94px;
	height: 113px;
	background: #f2f2f2;
	margin: 0 auto 25px auto;
	overflow: hidden;
	/*
	border: 2px solid #E0E0E0;
	display: table;
	*/
}
.img_upload .preview span{
	text-align:center;
	display: table-cell;
    vertical-align: middle;
	font-size:12px;
	letter-spacing:1px;
	padding:20px 0px;
}
.img_upload .preview img {
	width: 94px;
	height: 113px;
	object-fit: cover;
}
.img_upload .preview .loadingLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	border: 5px solid #69CD9B;
	border-top: 5px solid #2FDEC1;
	border-radius: 100%;
	animation: spin 500ms linear infinite;
}

@keyframes spin {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(360deg);
  }
}
.upload{
	padding-left:0;
}
.flex{
	display:flex;
}
.flex .join-checkbox{
	width:90px;
	margin:0;
	margin-top:5px;
}
.flex .check1 label{
	position:absolute;
	left:20px;
	top:5px;
}
.j-btn{
	position:relative;
}
.j-btn .input-checkbox{
	position:absolute;
	top:-6px;
	margin-left:5px;
}
.j-btn label{
	padding-left:25px;
}
.filebox .upload-name {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #bbb;
    width: 30%;
	outline:none;
}
.filebox label {
    display: inline-block;
    padding: 7px 15px;
    color: #333;
    vertical-align: middle;
     border: 1px solid #bbb;
    cursor: pointer;
     height: 30px;
    margin-left: 10px;
	font-size:13px;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
/*휴면 해지 신청 sPm.html*/
.dornotic{
	margin:100px 0px;
}
.dor-notic1, .dor-notic{
	font-size:18px;
	margin-bottom:20px;
}
.dor-notic1 span{
	font-weight:bold;
	color:#0552A9;
}
.dor-notic{
	font-weight:bold;
}
/*로그인 login.html*/
.login2{
	width:470px;
	margin:50px auto;
	height:360px;
}
.login2 .login_form{
	width:100%;
}
.login2 .login_form input{
	width:100%;
	height:55px;
	font-size:16px;
}
.login2 .login_form input::placeholder{
	font-size:15px;
}
.login2 .login_form .lg_btn{
	height:50px;
	line-height:10px;
	padding:20px 0px;
}
.login2 .login_form .lg_btn2{
	height:46px;
	line-height:10px;
	padding:15px 0px;
}

/*아이디 비밀번호 찾기 find.html */
.idpw_find{
	width: 100%;
	margin: 60px auto;
}
.idpw_find section {
	display: none;
	padding: 25px 0px;
}
.idpw_find #tab1,
.idpw_find #tab2{
	display: none;
}
.idpw_find label {
	display: inline-block;
	margin: 0px;
	padding: 15px 55px;
	font-weight: 600;
	text-align: center;
	color: #bbb;
}
.idpw_find label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.idpw_find label:hover {
	color: #888;
	cursor: pointer;
}
.idpw_find input:checked + label {
	color: #fff;
	background-color:#0552A9;
	border-radius:5px;
	border: 3px solid #0552A9;
	border-top:3px solid #0552A9;
	border-left:3px solid #0552A9;
	border-right:3px solid #0552A9;
	border-bottom: none;
}
.idpw_find #tab1:checked ~ #content1,
.idpw_find #tab2:checked ~ #content2{
	display: block;
}
#content1 input,
#content2 input{
	width:48%;
	height:50px;
	border:1px solid #d9d9d9;
	padding:0px 10px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
	border-radius:5px;
	margin-bottom:10px;
}
#content1 a, 
#content2 a{
	width:48%;
	height:50px;
	border:1px solid #bbb;
	color:#000;
	text-align:center;
	margin-top:10px;
	border-radius:5px;
	padding:15px 0px;
	letter-spacing:1px;
	display:inline-block;
}
#content1 a:hover,
#content2 a:hover{
	background-color:#0552A9;
	color:#fff;
}

/*마이페이지 mypage.html */
.mypage{
	margin:60px 0px;
}
.my-txt{
	text-align:left;
	font-size:18px;
}
.infobox{
	border:1px solid #000;
	margin-top:10px;
	padding:20px 10px;
	border-radius:5px;
}
.info-table .preview{
	position: relative;
	width: 94px;
	height: 113px;
	background: #f2f2f2;
	overflow: hidden;
	/*
	border: 2px solid #E0E0E0;
	display: table;
	*/
	margin-right:10px;
}
.info-table .preview span{
	text-align:center;
	display: table-cell;
    vertical-align: middle;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#909090;
}
.info-table th{
	text-align:left;
	font-weight:500;
}
.info-table td{
	text-align:left;
	font-weight:bold;
}
.dues-check{
	position:relative;
	margin-top:30px;
}
.dues-check .dues-txt{
	display:inline-block;
	width:100%;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
.dues-txt:before{
	content:"";
	width:
}
.dues-table{
	margin-top:5px;
}
.dues-table .dues_title{
	background-color:#F6F7FE;
}
.dues-table .dues_title th{
	padding:15px 0px;
	font-size:16px;
}
.dues-table .dues-con td{
	padding:10px 0px;
	border-bottom:1px solid #D0D0D0;
}
.dues-con .d-txt1{
	font-weight:bold;
	color:#0552A9;
}
.profile_pic{
	width:94px;
	height:113px;
}
.profile_pic img{
	width:94px;
	height:113px;
	object-fit:cover;
}
.no_pic{
	font-size:13px !important;
	font-weight:700 !important;
}

/*회칙 info1.html*/
.sub-wrap{
	padding:50px 0px;
	margin:0 auto;
	text-align:center;
}
.sub-wrap .join-txt{
	text-align:center;
}
.year{
	color:#878787;
	position:relative;
	margin:50px 0 0 0px;
	text-align:right;
}
.first{
	/*
	position:absolute;
	right:0;
	*/
	font-size:17px;
	color:#333;
	margin-bottom:7px;
}
.final{
	/*
	position:absolute;
	right:0;
	*/
	font-size:17px;
	color:#333;
	font-weight:bold;
}
.record{
	position:absolute;
	right:0;
	cursor:pointer;
	font-size:17px;
	text-decoration:underline;
}
.all-year{
	margin-top:25px;
	text-align:right;
	position:absolute;
	right:0;
	width:170px;
	padding:10px;
	background-color:#fff;
	border:1px solid #d5d5d5;
	z-index:99;
}
.all-year ul li{
	font-size:12px;
	line-height:1.8;
}
.rules{
	text-align:center;	
}
.rules .article{
	padding-top:80px;
}
.rules .article h3{
	font-size:23px;
	color:#0552A9;
	padding:10px 0px;
	border-bottom:1px solid #d3d3d3;
}
.article section{
	padding-top:30px;
	text-align:left;
}
.article section h4:before{
	content:'';
	position:absolute;
	background-color:#0552A9;
	width:8px;
	height:8px;
	top:5px;
	left:0;
}
.article section h4{
	position:relative;
	padding-left:20px;
	font-size:18px;
	margin-bottom:15px;
}
.article section .ru-content{
	padding-left:20px;
	line-height:1.5;
}

/*공지사항 notice.html*/
.sub-wrap2{
	padding: 50px 0px 0px 0px !important;
}
.all_board{
	margin:50px 0px 10px 0px;
	text-align:left;
}
.all_board strong{
	color:#0552A9;
}
.table-list{
	width: 100%; 
	margin-top:10px; 
	border:0; 
	border-spacing:0; 
	border-collapse:separate; 
	border-top:3px solid #61646c;	
}
.table-list thead tr th{
	position:relative;
	border-bottom:1px solid #61646c;	
	background:#F6F7FE;
}
.table-list thead tr th::after{
	content:'';
	width:1px;
	height:20px;
	background-color:#c3c3c3;
	position:absolute;
	right:0px;
}
.table-list thead tr th:last-child::after{
	content:none;
}
.table-list thead tr th:nth-child(2)::after{
	content:none;
}
.table-list th,
.table-list td{
	padding:15px 5px 13px;
}
.not-title{
	font-weight:bold;
}
.not-title a{
	color:#0552A9 !important;
}
.n-title{
	text-align:left !important;
}
.n-title a{
	color:#333;
}
.n-file{
	vertical-align:middle;
}
.table-list td{
	text-align:center;
}
.notice-icon{
	display:inline-block; 
	padding:3px 18px; 
	text-indent: -9999px; 
	background: url('../img/icon_notice.svg') no-repeat center center; 
	background-size: 90%;
}
.table-list tr td{
	border-bottom:1px solid #bbb;
}
.page-wrap{
	margin:20px auto;
}
.page-nation{
	display:flex;
	justify-content:center;
	align-items:center;
}
.page-nation li{
	margin-right:3px;
}
.page-nation li:last-child{
	margin-right:0;
}
.page-nation a{
	color:#000;
	padding:4px 10px;
	border:1px solid #e0dede;
	border-radius:5px;
}
.page-num{
	margin:0px 15px;
	display:flex;
}
.page-num li{
	margin-right:3px;
}
.page-num li:last-child{
	margin-right:0;
}
.page-num a{
	font-size:14px;
	padding:5px 11px;
}
.page-num .active a{
	background-color:#0552A9;
	color:#fff;
	border:1px solid #0552A9;
}
.n-search select,
.n-search input{
	outline:none;
	height:25px;
}
.n-search{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}
.n-search a{
	color:#000;
	border:1px solid #000;
	padding:2px 10px;
}
.w-btn{
	padding:2px 10px;
	background-color:#0552A9;
	color:#fff !important;
	border:1px solid #0552A9 !important;
}
.n-title:hover{
	text-decoration:underline;
}
.r-btns a{
	color:#000;
	border:1px solid #000;
	padding:2px 10px;
}
.board-view{
	width:100%;
	margin-top:10px;
	border-top:3px solid #000;
}
.board-view .v-group{
	border-top:1px solid #ddd;
}
.board-view .v-subject{
	padding:18px 0px;
	font-size:1.7em;
	line-height:1.2;
	font-weight:normal;
}
.board-view .v-group:first-child{
	border-top:0;
}
.board-view .v-info{
	display:table; 
	width:100%; 
	table-layout:fixed;
}
.board-view .v-info dt, 
.board-view .v-group .v-info dd {
	display:table-cell; 
	vertical-align:middle;
	position:relative;
}
.board-view .v-info dt{
	width:110px;
	padding:8px 0 8px 10px;
}
.board-view .v-info dd{
	padding:8px 0 8px 20px;
}
.board-view .v-info dt::after{
	content:'';
	width:1px;
	height:19px;
	position:absolute;
	background-color:#000;
	right:0px;
}
.v-info .files a{
	display:inline-block;
}
.v-info .file_txt{
	color:#0552A9;
	text-decoration:underline;
}
.v-content dd{
	margin:0 auto;
	text-align:left;
	padding:1.25em 1.5em 3em;
	color:#000;
	work-break:break-all;
}
.v-content dd img{
	max-width:100%;
}
.v-comment{
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin:10px 0px 50px 0px;
}
.com-box{
	width:100%;
	height:120px;
	padding-left:3px;
	resize:none;
	outline:none;
	border:1px solid #ddd;
}
.v-click{
	text-align:right;
}
.v-click a{
	border-radius:5px;
}
.v-click a{
	margin-left:10px;
	padding:5px 10px;
}
.v-secret{
	margin-right:5px;
}
.comm-list{
	margin:10px 0px 10px 0px;
	padding:20px 5px;
	border:1px solid #ddd;
}
.comm-mem{
	display:flex;
	justify-content: space-between;
	margin-bottom:10px;
}
.comm-btn{
	text-align:right;
}
.comm-name{
	color:#0552A9;
	font-weight:bold;
	margin-right:10px;
}
.comm-date{
	font-size:14px;
	color:#7e7e7e;
}
.comm-ip{
	font-size:12px;
	color:#7e7e7e;
	margin-right:10px;
}
.comm-btn a{
	color:#000;
	border:1px solid #000;
	padding:5px 10px;
	font-size:14px;
}
.reply-list{
	margin:10px 0px 10px 50px;
	padding:20px 5px;
	background-color:#ddd;
	border:1px solid #ddd;
}
.lock-img{
	width:13px;
}
/*공지사항 쓰기 notice_write.html */
.notice-write table{
	border-top:2px solid #000;
}
#p_file{
	background-color:#fff;
	border:1px solid #000;
	padding:5px 10px;
	cursor:pointer;
	margin-bottom:5px;
}
.p_file2{
	margin:0px 5px;
}
.notice-write table td{
	padding:10px 0px 10px 3px;
	border-bottom:1px solid #333;
}

.notice-write table input{
	height:25px;
	outline:none;
}
.notice-write table textarea{
	width:100%;
	height:500px;
	resize:none;
	outline:none;
	padding:3px 3px;
}
.option-check{
	/*display:flex;
	align-items:center;*/
}
.option-check input{
	margin-right:5px;
}
.option-check span{
	margin-right:10px;
}
.nw-title{
	width:70%;
}
.nw-btn{
	margin:30px 0px;
	text-align:center;
}
.nw-btn a{
	border:1px solid #000;
	color:#000;
	padding:5px 10px;
	margin-right:5px;
}
.nw-btn a:last-child{
	border:1px solid #0552A9;
	background-color:#0552A9;
	color:#fff;
}
.nw1{
	width:8%;
}
#secret_pass{
	position:relative;
	top:1px;
}
/*회원 검색 member_search.html */
.mem_search{
	padding:20px;
	border:1px solid #bbb;
	border-radius:10px;
	margin:0 auto;
	width:1300px;
}
.mem_search .se-btn{
	text-align:center;
	padding:30px 0px 0px 0px;
}
.mem_search .se-btn a{
	color:#000;
	border:1px solid #000;
	padding:5px 10px;
}
.mem_search .se-btn a:hover{
	background-color:#0552A9;
	color:#fff;
	border:1px solid #0552A9;
}
.mem_search input[type=text],
.mem_search select{
	height:30px;
}
.mem_search input[type=checkbox]{
	margin-right:5px;
}
.mem_search select{
	width:120px;
}
.mem_search .ms1,
.mem_search .ms2{
	margin-bottom:20px;
}
.ms1,
.ms2,
.ms3{
	display:flex;
	align-items:center;
	justify-content: space-evenly;
}
.ms1 div,
.ms2 div,
.ms3 div{
	width:400px;
}
.ms1 span,
.ms2 span,
.ms3 span{
	display:inline-block;
	width:70px;
}
.m-result{
	margin:50px auto;
}
.a-mem{
	padding-left:5px;
	margin-bottom:5px;
}
.a-mem strong{
	color:#0552A9;
	padding-left:5px;
}
.m-result table{
	border-top:2px solid #bbb;
}
.m-result th{
	background-color:#F6F7FE;
	padding:12px 0px;
	border-bottom:1px solid #bbb;
}
.m-result table tr td{
	padding:10px 0px;
	border-bottom:1px solid #bbb;
}

/*회원동정 movements.html */
/*
.tab{
	display: flex;
	flex-wrap: wrap; 
	margin:40px -2px;
}
.tab>li{
	flex-basis: 0;
	flex-grow: 1;
	padding:0 2px;
}
.tab a{ 
	display:flex; 
	align-items: center;
	justify-content: center; 
	height:60px; 
	padding:0 5px; 
	background: #f3f3f3;
	font-weight:500; 
	font-size:20px;
	line-height: 1.1; 
	text-align:center;
	color:#000;
}
.tab li .active{
	background: linear-gradient(to right, #0552a9, #6093cd);
	color: #fff;
}
*/
.movements .a-mem strong{
	color:#0552A9;
	padding:0px 3px;
}
.movements .a-mem{
	margin-bottom:10px;
}
.move-title a{
	color:#000;
}
.movements .move-title a:hover{
	text-decoration:underline;
}
.movements .tab li a small{
	padding-left:3px;
	font-weight:bold;
}
/*회원동정 내용 move_read.html */
.move_read{
	text-align:center;
	margin-top:30px;
}
.move_read h3 a{
	color:#0552A9;
	text-align:center;
}
.move_read h1{
	margin:15px 0px;
}
.move_read h5{
	color:#959595;
}
.move_cont{
	margin:50px 0px 0px 0px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:50px 0px;
	text-align:left;
	font-size:18px;
	line-height:1.5;
}
.move-btn{
	margin:10px 0px;
}
.move-btn a{
	color:#000;
	border:1px solid #000;
	padding:5px 15px;
}
.mb{
	background-color:#0552A9;
	color:#fff !important;
	border:1px solid #0552A9 !important;
}

/*회원동정 쓰기 move_write.html */
.option-check select{
	outline:none;
	width:100px;
	height:25px;
}

/*사진첩 photo.html*/
.p-search{
	margin:30px 0px 0px 0px;
	border-bottom:2px solid #000;
	padding-bottom:10px;
}
.p-board{
	margin:0;
}

.container{
	max-width: 1536px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
}
.container .box{
	width: 23%;
	border:1px solid #bbb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin: 20px 14px;
}
.container .box .box-link{
	width:100%;
}
.container .box .b-img{
	width:100%;
	height:200px;
}
.container .box .b-img img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.box .b-title{
	width:100%;
	height:40px;
	padding:10px 5px;
}
.box .b-title span{
	font-size:15px;
	color:#000;
}
.box .b-more{
	width:100%;
	height:30px;
	padding:8px 12px;
	background-color:#F6F7FE;
	font-size:14px;
	text-align:right;
}
.box .b-more .b-check{
	float:left;
}
.n-btns a{
	padding:2px 10px;
	color:#000;
	border:1px solid #000;
}
/*질문 게시판 qna.html */
.q-title:hover{
	text-decoration:underline;
}
.lock{
	position:relative;
	left:5px;
	top:3px;
	width:13px;
}
.q-group{
	margin-bottom:40px;
}
.q-content dd{
	border-bottom:1px solid #ddd;
	text-align:left !important;
	white-space:pre-wrap;
}
.q-btns{
	text-align:center;
	margin-bottom:40px;
}
/*민원신청 comm_read.html */
.comm-logo{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.comm-logo img{
	margin-right:10px;
}
.print-btn a{
	background-color:#0552A9;
	padding:8px 15px;
	color:#fff;
	font-size:17px;
	border-radius:5px;
}
.print-btn{
	margin:0 auto;
	margin-top:50px;
}

/*민원신청 쓰기 comm_write.html */
.comm-write .tb1{
	border-top:2px solid #000;
}
.comm-write .tb1 tr{
}
.comm-write .tb1 th,
.comm-write .tb1 td{
	padding:10px 0px;
	border-bottom:1px solid #000;
}
.comm-write .tb1 th{
	text-align:left;
	border-right:1px solid #000;
	padding-left:10px;
	width:3%;
}
.comm-write .tb1 td{
	padding-left:5px;
	width:10%;
}
.comm-write .tb1 td input,
.comm-write .tb1 td textarea{
	outline:none;
}
.comm-write .tb1 td input{
	height:25px;
	padding-left:3px;
}
.comm-write .tb1 .th1{
	border-left:1px solid #000;
}
.comm-add{
	margin-bottom:5px;
}
.comm-add2{
	width:60%;
}
.comm-add3{
	margin-left:10px;
	width:15px !important;
	height:15px;
}
.op-noti{
	position:relative;
	bottom:5px;
}
#sfile, #flink{
	color:#000;
	font-size:15px;
}
.icon_file{
	width:16px;
	margin-right:5px;
}
.comm-zip{
	color:#000;
	border:1px solid #000;
	padding:3px 10px;
	font-size:14px;
	border-radius:3px;
}
.comm-text{
	width:100%;
	height:400px;
	resize:none;
	padding:5px 5px;
}
.c-notice{
	font-weight:bold;
	margin-bottom:7px;
}
.comm-check{
	margin-top:5px;
}
.comm-check input{
	margin-right:5px;
}
.comm-check span{
	font-weight:bold;
}
.comm-file{
	margin-bottom:5px;
}
/*공문서 내용 docu_read.html */
#print2{
	width:100%;
	margin:0 auto;
	font-size:17px;
}
.docu-title{
	display:flex;
	align-items:center;
	justify-content:center;
}
.docu-title img{
	margin-right:15px;
}
.nam{
	font-size:32px;
	margin-top:5px;
}
.nam_info{
	padding:10px 20px;
	text-align:center;
	border:1px solid #000;
}
.nam-add{
	margin-bottom:10px;
}
.nam-docu{
	padding:7px 3px;
	margin-top:7px;
	border-top:double 4px #000;
	border-bottom:double 4px #000;
}
.nam-docu th,
.nam-docu td{
	padding:5px 0px;
}
.nam-docu th{
	width:80px;
	font-weight:normal;
}
.n1{
	padding:15px 5px;
}
.n1 p:first-child{
	margin-bottom:5px;
}
.mtable{
	text-align:center;
}
.mbottom{
	margin:50px 0px 30px 0px;
}
.ex-table{
	margin:0 auto;
	border:1px solid #000;
	border-collapse: collapse;
}
.ex-table th,
.ex-table td{
	padding:10px 0px;
	border:1px solid #000;
}
.n1 table{
	margin:0 auto;
}
.namtxt{
	margin:0 auto;
	text-align:left;
	margin-top:0px;
}
.nam-end{
	margin:50px 0px;
	font-size:38px;
	letter-spacing:10px;
	text-align:center;
}
.payment{
	display:flex;
	justify-content:flex-end;
	margin-bottom:50px;
}
.pay-table{
	border:1px solid #000;
	border-collapse: collapse;
}
.pay-table td{
	border:1px solid #000;
	text-align:center;
}
.pay-table .paytxt{
	line-height:20px;
}
.pay-table .td1{
	padding:10px 0px;
}
.pay-table .td-2{
	padding:40px 0px;
}

/*공문서 쓰기 docu_write.html */
.docu-txt{
	width:100%;
	height:200px;
}
.mtable2{
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
.ex-table2 input{
	height:25px;
	outline:none;
	padding-left:3px;
}
.docu_num{
	margin:0px 5px;
	width:100px;
}
/* 임원 조직도 org1.html */
.org-image{
	text-align:center;
}
.org1{
	text-align:center;
	position:relative;
}
.org1 .org-border{
	margin:0 auto;
	width:200px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:25px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #0552a9 0%, #3d71ab 100%);
    border-image-slice: 1;
	margin-bottom:5px;
	color:#333;
}
.org-p{
	margin:0 auto;
	width:150px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:20px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #91a9c4 0%, #3d71ab 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
}
.org-bot{
	margin-top:5px !important;
}
.org-line{
	width:2px;
	height:40px;
	background-color:#d5d5d5;
	margin:0 auto;
}
.org-line2{
	margin:0 auto;
	width:1000px;
	height:2px;
	background-color:#d5d5d5;
}
.org-lines{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.org-line3{
	width:2px;
	height:40px;
	background-color:#d5d5d5;
	margin-bottom:5px;
}

.tab-container {
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
.c-tab {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
}

.c-tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 0;
}
.c-tab-menu li {
  width: 24%;
}
.c-tab-menu__item {
  display: inline-block;
  width: 100%;
  padding: 16px 0px;
  text-align: center;
  color: #475577;
  text-decoration: none;
  background: #EFEFEF;
}
.c-tab-contents {
  color:#333;
}
.c-tab-content {
  display: none;
  text-align:center;
}
.c-tab-content.active {
  display: block;
}
.p1{
	justify-content:center;
	display:flex;
	align-items:center;
}
.org-d{
	width:250px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:20px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #a9a7a7 0%, #a8a7cc 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
}
.o-name{
	font-size:14px;
}
.org-line4{
	width:150px;
	height:2px;
	background-color:#d5d5d5;
}
#tab-content01 .org-lines{
	width:805px !important;
}
.d1{
	width:990px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto;
}
.none-div{
	position: relative;
	display: inline-block;
}
.none-div .none-text {
    visibility: hidden;
    position: absolute;
    background-color: #0552a9;
    color: #fff;
    text-align: center;
	width:310px;
    padding: 10px 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip-right{
  top:10px;
  left:110%;
}
.none-div:hover .none-text{
	visibility: visible;
	opacity: 1;
}
.tab01 .none-div{
	cursor: pointer;
}
.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #0552a9 transparent transparent;
}
.org-g{
	width:190px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:17px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #000000 0%, #888888 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
}
.org-lines2{
	display:flex;
	margin-bottom:40px;
}
.d2{
	display:flex;
	
}
.organization{
	text-align:left;
	margin-top:0px;
}
.group{
	margin-bottom:30px;
}
.g-tit{
	margin-bottom:20px;
	color:#333;
}
.g-tit h3{
	position:relative;
	font-size:24px;
	line-height:1.7em;
	padding-left:33px;
	margin-bottom:5px;
}
.g-tit h3 span{
	color:#919191;
	margin-left:10px;
	font-weight:normal;
	font-size:16px;
}
.g-tit h3:before{
	content:""; 
	position: absolute; 
	top: 7px; 
	left: 0; 
	width:25px;
	height:26px;
	background-image:url("../img/bullet.png"); 
	background-position:50% 50%; 
	background-repeat:no-repeat; 
	background-size:contain;
}
.group ul li{
	padding:20px 30px;
	background-color:#eeeeee;
	border-radius:10px;
}
.group .g-nm{
	color:#5b5b5b;
	font-size:16px;
	line-height:1.5;
	margin-bottom:15px;
}
.group .g-nm strong{
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin-right:10px;
}
.group .g-info{
	color:#5b5b5b;
	margin-bottom:7px;
}
.group .g-info strong{
	margin-right:5px;
	letter-spacing:1px;
	font-size:17px;
}
.li2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:-14px;
}
.li2 li{
	width:calc(50% - 7px);
	margin-bottom:14px;
}
.org-a{
	width:250px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #a3899f 0%, #a95582 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
}
.c-tab-menu .active{
	background-color:#fff;
	border:2px solid #0552A9;
	font-weight:bold;
	color:#0552A9;
}
.tab01, .tab02, .tab03, .tab04{
	margin-top:24px;
}
.tab03{
	margin-bottom:70px;
}
.org-b{
	width:280px;
	height:60px;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #5189a5 0%, #004c81 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
}
.org-c{
	width:280px;
	height:80px;
	line-height:20px;
	font-weight:bold;
	font-size:18px;
	border: 6px solid transparent;
    border-image:linear-gradient(to right, #5189a5 0%, #004c81 100%);
    border-image-slice: 1;
	color:#333;
	margin-bottom:5px;
	padding-top:5px;
}
.org-c .o-name{
	font-weight:600;
}
/*자문위원회 org2.html*/
.org_img{
	display:none;
}
.org2 .none-div{
	cursor:pointer;
}
.tooltip-left{
  top:25px;
  right:105%;
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0552a9;
}
.org2 .tooltip-right{
	top:25px;
	left:105%;
}

/*비밀글 secret_form.html */
.sec-tit{
	margin-bottom:10px;
}
.secret{
	width:60%;
	margin:0 auto;
	padding:20px 20px;
	border-radius:10px;
}
.sec-pw{
	height:27px;
	outline:none;
	padding-left:3px;
	border:1px solid #c2c2c2;
}
.sec-btn{
	margin-top:30px;
}
.sec-btn a{
	background-color:#0552A9;
	color:#fff;
	padding:7px 15px;
	border-radius:5px;
}
.sec-btn a:last-child{
	background-color:#fff;
	color:#000;
	border:1px solid #000;
}

/*회장인사말 greetings.html */
.g-container{
	margin-top:50px;
	position:relative;
}
.g-container figure{
	position:absolute;
	right:0;
	top:0;
}
.g-container .master-img{
	padding:10px;
	border:1px solid #c2c1c1;
}
.g-container figure p{
	text-align:center;
	margin-top:10px;
	font-size:17px;
	font-weight:500;
	font-style:italic;
}
.master-sign{
	text-align:center;
}
.g-container h1{
	font-size:24px;
	letter-spacing:1px;
	line-height:35px;
}
.g-content{
	width:80%;
	margin:40px 0px;
}
.g-content p{
	font-size:18px;
	letter-spacing:1px;
	line-height:28px;
	margin-bottom:25px;
}
.g1{
	color:#0552A9;
}
/*등록중인 행사 academic1.html */
.n-btns2{
	margin-bottom:10px;
	text-align:right;
}
.academic-ing{
	display:block;
	width:100%;
	border-top:1px solid #333;
}
.academic-ing:before{
	content:"";
	display:table;
}
.academic-ing-wrap{
	margin:30px auto;
}
.academic-ing-wrap:after{
	display:block; 
	clear:both; 
	content:"";
}
.academic-ing-box{
	float:left;
	width:47%;
	max-width:722px;
	max-height:235px;
	display:inline-block;
	margin:0px 23px 30px 23px;
	border:1px solid #333;
	position:relative;
	box-shadow:0 1px 2px #afafaf;
	border-radius:3px;
}
.academic-ing-box:hover{
	background-color:#fafafa;
}
.academic-ing-box a{
	display:inline-block;
	width:100%;
	padding:1em;
}
.academic-ing-box .a-icon{
	
}
.academic-ing-box .a-icon input{
	position:absolute;
	right:17px;
	top:10px;
	width:17px;
	height:17px;
}
.academic-ing-box .a-icon::before{
	content:"";
	position:absolute;
	width:70px;
	height:4px;
	background: linear-gradient(to bottom, #548dce, #0552a9);
}
.academic-ing-box .a-title{
	color:#0552A9;
	padding:20px 0px 8px 0px;
	font-weight: 800;
}
.academic-ing-box ul li{
	margin-bottom:7px;
}
.academic-ing-box ul li:last-child{
	margin-bottom:0;
}
.academic-ing-box ul li strong{
	color:#333;
	font-weight:700;
	width:125px;
	display:inline-block;
}
.academic-ing-box ul li span{
	font-weight:500;
	color:#333;
}
.academic-ing-box .a-btn{
	margin-top:35px;
}
.academic-ing-box .a-btn button{
	background-color:#fff;
	color:#0552A9;
	border:1px solid #0552A9;
	cursor:pointer;
	padding:5px 10px;
	font-weight:700;
	margin-right:3px;
}
.academic-ing-box .a-btn button:last-child{
	margin-right:0;
}
.academic-ing-box .a-btn a{
	border:1px solid #333;
}

/*등록중인 행사 내용 acad_read.html*/
.r-btns2{
	margin-bottom:10px;
}
.acad-read{
	width:100%;
	border-top:2px solid #333;
	padding:30px 10px;
}
.acad-title{
	padding-bottom:30px;
	color:#0552A9;
}
.acad-box{
	padding:15px;
	background-color:#fafafa;
	border:1px solid #eee;
}
.acad-box ul{
	display:inline-block; 
	vertical-align:middle; 
	width:100%;
}
.acad-box ul li{
	display:block; 
	vertical-align:middle; 
	position:relative; 
	width:auto; 
	margin-bottom:10px; 
	padding-left:135px; 
	line-height:25px;
}
.acad-box ul li:last-child{
	margin-bottom:0;
}
.acad-box ul li:before{
	position:absolute;
	width:6px;
	height:6px;
	background-color:#0552A9;
	content:"";
	left:0;
	top:8px;
}
.acad-box ul li strong{
	display:inline-block; 
	position:absolute;
	left:15px; 
	top:0;
}
.acad-box ul .acad-file a{
	font-weight:700;
	color:#000;
}
.acad-text{
	margin-top:50px;
}
/*등록중인 행사 쓰기 acad_write.html*/
.acad-write table{
	border-top:2px solid #000;
}
.acad-write table th, 
.acad-write table td{
	padding:10px 0px;
	border-bottom:1px solid #000;
}
.acad-write table th{
	text-align:left;
	border-right:1px solid #000;
	padding-left:10px;
	width:3%;
}
.acad-write table td{
	padding-left:10px;
	width:10%;
}
.acad-write table td input{
	height:25px;
	padding-left:3px;
	outline:none;
}
.acad-table-title input{
	width:80%;
}
.acad-table-textarea{
	padding-left:0 !important;
}
/*지난학술대회 academic2.html */
.academic-end .searchbar{
	text-align:center;
}
.academic-end .searchbar select,
.academic-end .searchbar input{
	outline:none;
	height:35px;
}
.academic-end .searchbar select{
	width:100px;
	margin-right:5px;
	padding-left:10px;
}
.academic-end .searchbar input{
	width:30%;
	margin-right:5px;
	padding-left:3px;
}
.academic-end .searchbar a{
	background-color:#0552A9;
	color:#fff;
	font-size:17px;
	min-width:150px;
	display:inline-block; 
	vertical-align:middle; 
	height:35px; 
	padding:0 30px; 
	line-height:35px; 
	text-indent:0px; 
	text-align:center; 
	border-radius:2px;
}
.academic-end .n-btns{
	text-align:right;
	margin-top:20px;
}

.receipt_chk1{
	position:relative
}

.task-tooltip {
  background-color: #eef3fd;
  border: #7689fd solid 1px;
  border-radius: 5px;
  color: #505bf0;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.25px;
  margin-top: 6.8px;
  padding: 4px;
  position: absolute;
  width: fit-content;
  z-index: 100;
  left:1px;
  bottom:-44px;
}

.task-tooltip::after {
  border-color: #eef3fd transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  top: -8px;
  width: 0;
  z-index: 1;
}

.task-tooltip::before {
  border-color: #7689fd transparent;
  border-style: solid;
  border-width: 0 6px 8px 6.5px;
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  top: -9px;
  width: 0;
  z-index: 0;
}