@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* common start */
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;width:100%;overflow-y:scroll;}
html,body{width:100%;height:100%;word-break:break-all;-ms-word-break:break-all;}
body,h1,h2,h3,h4,h5,h6,input,button,textarea,select{color:#333;line-height:1.5;font-size:13px; font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
img,fieldset,iframe{border:0 none}
caption {width:0;height:0;line-height:0;font-size:0; overflow:hidden; position:relative; left:-900px;}
ol,ul,li{list-style:none;}
input,select,button,img,textarea {vertical-align:middle; box-shadow:none!important; font-size:12px;}
input::placeholder{font-size:12px;}
select::-ms-expand { display: none; }
i,em,address{font-style:normal}
label,button{cursor:pointer}
button {margin:0;padding:0;border:0;background-color:transparent;cursor:pointer;}
button *{position:relative}
button img{left:-3px;*left:auto}
table {border:none;border-spacing:0;border-collapse:collapse;padding:0;word-wrap:break-word; table-layout: fixed;}
th{text-align:center;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;margin: 0;padding: 0;border: 0;}
form{text-align:left;}
caption, th, td {padding:0px; font-size:12px;}
a {text-decoration: none; outline: none; select-dummy: expression(this.hideFocus=true); color:#333;}
* {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
#wrap {
	position: relative;
    width: 100%;
    height: 100%;
    min-width: 900px;
    top: 0;
    left: 0;
}
.clearfix:after{
	clear: both;
	content:"";
	display:block;
}
.center{text-align:center !important;}
/* common end */

/********** 로그인 start **********/
header{display: table; width: 100%;height: 64px; border-bottom: 1px solid #efefef;background-color: #fff;box-sizing: border-box;}
.logo{
	display: table-cell;
    width: 100%;
    padding: 0 30px;
    vertical-align: middle;
	text-align: center;
}    
.logo a{display:block;width:100%;}
.logo img{width: auto;max-width: 148px;}
.container{display: table;width: 100%;height: calc(100% - 64px);background-color: #fafafa;}
.container section{display: table-cell;vertical-align: middle;}
.intro-content{text-align: center;margin-top: -50px;}
.login-container{
	display: inline-block;
	width: 360px;
    background-color: #fff;
	padding: 50px;
	position: relative;
    top: 0;
    left: 0;
	-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(18, 24, 34, 0.1);
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(18, 24, 34, 0.1);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(18, 24, 34, 01);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(18, 24, 34, 0.1);
}
.login-box > li:first-child{text-align: left;}
.login-box > li:first-child > h5{font-size: 1.5em; letter-spacing: -2px; font-weight: 900;  margin-bottom: 30px;color: #505050;}
.login-box > li:first-child > h5:before{
    content: "";
    display: block;
    width: 5px;
    height: 31px;
    background-color: #bd0044;
    position: absolute;
    left: 0;
}
.member-content label {
	display: block;
    letter-spacing: -0.5px;
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 5px;
    font-weight: 400;
	line-height: 1;
}
.member-content .div_text {
	display: inline-block;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
	margin-bottom: 20px;
	border-radius: 3px;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: #6a6a6a;
    font-size: 0.93em;
    box-sizing: border-box;
    background-color: #F0F0F0;
    overflow: hidden;
}
.div_text > input { width: 100%;  border: 0; float: left; height: 38px; border-radius: 3px;padding: 5px;}
.loginbtn > a{
	display: block;
    height: 40px;
    padding: 11px 0;
    background-color: #bd0044;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 20px;
}
.loginbtn span , .loginbtn i{vertical-align:middle;}
.loginbtn span{margin-left:10px;}
.bakcbtn{text-align: right;}
.bakcbtn .btn01{
	display: inline-block;
    font-size: 0.9em;
    color: #7a7a7a;
}
.bakcbtn .btn01 span{margin-left: 5px;}
.copy{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    bottom: 50px;
}
/********** 로그인 end **********/
/********** 인덱스 start **********/
aside.l_con{
	width: 280px;
	height:auto;
    float: left;
    overflow: hidden;
	border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.r_con{
	width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 165px;
    background-color: rgba(0,0,0,0.03);
}
.slidebar-logo{
	display: table;
	width:100%;
    height: 64px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
/* l_list start*/
aside > .l_list li{
	border-top: 0;
    border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
aside > .l_list li > a.menutitle{
	display: block;
    width: 100%;
    height: 100%;
    padding:10px 20px;
    font-weight: 600;
	position: relative;
    top: 0;
    left: 0;
	background-color: #fff;
}
aside > .l_list li.on > a.menutitle{
	background-color: #4357ad;
    color: #fff;
	border:0;
}
aside > .l_list li.on > a.menutitle > i.fa-chevron-down{color: #fff !important;transform: rotate(-180deg);transition: .2s all;}
a.menutitle > i:first-child{
    margin-right: 20px;
}
a.menutitle > i.fa-chevron-down{
    position: absolute;
    top: 15px;
    right: 20px;
    margin-right: 0;
    color: #7a7a7a;
    font-size: 0.8em;
	transition: .2s all;
}
.list_in{border-top: 1px solid #ddd;}
.list_in_on{display:block;}
.list_in_off{display:none;}
aside > .l_list li > .list_in > li{
	background-color: #fff;
    border: 0;
	padding: 10px 15px;
}
a.list_in_a{display:block;color:#787878; font-size:0.9em;position:relative; margin-left: 15px;}
.list_in_a:before{
	content: "-";
    display: block;
    position: absolute;
    left: -12px;
    color: #787878;
}
/* l_list end */
.menu{
	width: 100%;
    height: 64px;
    display: table;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    text-align: right;
	background-color: #fff;
}
#top_lay > div{float:left;}
.menu > #top_lay{
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}
.menu > ul > li{
	position:relative;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 30px;
	top:0;
	left:0;
}
.menu > ul > li:first-child{margin:0;}
.menu > ul > li:last-child{float:right;}
.menu > ul > li > a.m_t{
	display: block;
	font-size: 0.9em;
    font-weight: 700;
	font-family: "Roboto", Sans-serif;
    line-height: 1;
	padding: 16px 0;
	color: #6a6a6a;
}
.menu > ul > li:first-child:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #c8c8c8;
    position: absolute;
    top: calc(50% - 5px);
    right: -15px;
}
.menu > ul > li > a.m_t > span , .menu > ul > li > a.m_t > i{vertical-align:middle;}
.menu > ul > li > a.m_t > i{margin-left: 7px;}
.circle{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 7px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.circle > em{display:table;width:100%;height:100%;text-align:center;}
.circle > em > i{display:table-cell;vertical-align:middle;color:#4357ad;}
.subnav_list{
	z-index: 999;
    position: absolute;
    width: 100%;
	opacity:0;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    max-width: none;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:  0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
	margin-top: 15px;
	visibility: hidden;
	font-family: "Roboto", Sans-serif;
	padding: 10px 0;
    background-color: #4357ad;
}
#top_lay > li.on > .subnav_list{
	opacity:1;
	margin-top:2px;
	transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
	visibility: visible;
} 
.subnav_list > li{
	position:relative;
	top:0;
	left:0;
}
.subnav_list > li:first-child:before{
	content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: -17px;
    left: calc(50% - 7px);
    border-bottom: 7px solid #4357ad;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;

}
.subnav_list > li:last-child{border-bottom:0;}
.subnav_list a{
	display: block;
    padding: 10px 25px;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
}
.subnav_list a:hover{
    background-color: #fff;
    color: #4357ad;
}
.subnav_list a > i{margin-right: 7px;}
section{height: 100%;}
section article{height: calc(100% - 64px);padding-top: 20px;}
section article div.content{height: 100%;}
footer{
	width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    background-color: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    margin-top: 70px;
    color: #6b6b6b;
    font-size: 0.9em;
	box-sizing: border-box;
}
/* 테이블 게시판 start */
.table_wrap{display:flex;padding: 0 10px;margin-top: 40px;margin-top: 20px;}
.table_wrap > li{
	flex: 1;
	max-width: calc(25% - 20px);
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 10px;
    padding: 20px;
    box-sizing: border-box;
    min-height: 342.8px;
	border-radius: 3px;
}
.title > div{display: inline-block;vertical-align: top;}
.title h3{font-size: 1.3em;font-weight: 600;letter-spacing: -0.5px;line-height: 1;}
.title p{font-weight: normal;line-height: 1;margin: 20px 0;}
.title p small i{color:orangered;}
.title span{display: inline-block;float: right;}
.title span a{color:rgba(0,0,0,0.3);font-size: 0.88em;}
.title span a:hover , .title span a:active{color:rgba(0,0,0,0.5);}
.no_list a.link{color:#4e6ef5; text-decoration:underline;}
.no_list{width:100%;}
.no_list input[type="checkbox"]{cursor:pointer;}
.no_list thead th{	min-height: 38.4px;    color: #fff;    font-weight: 600;    padding: 9px 6px 8px 6px;    background-color: rgba(0,0,0,0.5);}
.no_list tbody td > span.pop-date{display: block !important;min-height: auto !important;line-height: 1.5;}
.no_list tbody tr{background-color: #fff;}
.no_list tbody td{	text-align:center;    color: #6a6a6a;    padding: 9px 6px 8px 6px;    border-bottom: 1px solid #dbdbdb !important;	font-size: 0.9em;}
.no_list span.itemImg{width:90px; height:60px; overflow:hidden; margin-right:20px;}
.no_list span.itemImg img{width:100%;}
/*.con-container .no_list tbody tr:hover , .n_board tbody tr:hover{background-color:rgba(0,0,0,0.03);}*/
table.n_board tbody td , table.c_board tbody td{border-top: 1px solid #dbdbdb !important;border-bottom: 0 !important;}
/* .no_list tbody tr:first-child td{border-top:0 !important;} */
.no_list tbody td a , .no_view thead td a{color: #6a6a6a;}
.no_view thead td a{margin-left: 5px;}
.no_list tbody td.list_title{text-align:left !important;}
.no_list tbody td.list_title a{
	display: block;
    width: 100%;
	min-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-align: left;
}
.no_list tbody td span, .no_list tbody td img , .no_list tbody td.list_title a{vertical-align:middle;}
.no_list strong.ready{color:#e4480d;}
.new{
    display: inline-block;
    padding: 0 3.44px;
    background-color: orangered;
    text-align: center;
    border-radius: 3px;
    line-height: 1.4;
    color: #fff;
    margin-right: 5px;
	font-size: 0.2em;
	vertical-align:text-top;
}

.no_list tbody td span.title{
	display:inline-block;
	width:100%;
	text-align:left;
}
/* 테이블 게시판 end */
/* 갤러리 start */
.gallery_list {display: flex;}
.gallery_list > li{flex: 1;margin-bottom: 15px;padding-left:10px;}
.con-container .gallery_list > li{margin-bottom:20px !important;padding-left: 20px !important;}
.gallery_list > li:first-child , .con-container .gallery_list > li:first-child{padding-left:0 !important;}
.gallery_list > li:first-child > .gallery-item-wrap{padding-left:0;}
.gallery_del{margin-bottom: 10px;text-align: left;line-height: 1;}
.gallery-item-img > a{
    display: block;
	width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
    border: 1px solid #ddd;
	box-sizing:border-box;
}
.gallery-item-wrap:hover .img{
	transform: scale(1.2);
	-o-transform:scale(1.2); 
    -moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transition: transform .3s ease;
	-o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
.con-container .gallery-item-img > a{margin-bottom: 10px;}
.con-container .gallery_list > li .gallery-item-wrap{border: 1px solid #ddd;padding: 10px !important;border-radius: 3px;}
.gallery-item-img .img{
width:100%;
height: 80px;
}
.con-container .gallery-item-img .img{height: 160px !important;}
.gallery-item-title > p{line-height:1;}
.gallery-item-title > p:last-child small{color:#aaa;letter-spacing: -0.05em;}
.gallery-item-title > p:last-child small:first-child , .video-item-title small:first-child{position:relative;top:0; left:0;padding-right:5px;}
.gallery-item-title > p:last-child small:first-child:after , .video-item-title small:first-child:after{
content:"";
display:inline-block;
width:1px;
height:10px;
background-color:#aaa;
position:absolute;
top: calc(50% - 5px);
right:0;
}
.gallery-item-title > p > a{font-weight: 400;color:#6a6a6a;margin-bottom: 2px;}
.gallery-item-title > p > a , .gallery-item-title > p > span{
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 15px;
	font-size:0.9em;
	line-height: 1.5;
}
/* 갤러리 end */
/* paging start*/
.page{
	margin-top: 30px;
    text-align: center;
}
.page > ul{
    display: inline-block;
    margin-left: -5px;
    line-height: 1;
}
.page > ul > li{
    display: inline-block;
	margin-left: 5px;
	line-height: 1;
	vertical-align: middle;
}
.page > ul > li > a.page_btn{
    display: table;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 3px;
}
.page > ul > li > a.page_btn i{    
	display: table-cell;
    vertical-align: middle;
    color: #999;
	font-size: 0.7em;
}
.page > ul > li.page_num{width: auto !important;}
.page > ul > li.page_num a{width: auto !important; margin: 0 15px;float:left;position:relative;top:0;left:0;}
.page > ul > li.page_num a:after{
	content: "";
    display: block;
    width: 1px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
    background-color: #ddd;
    float: left;
}
.page > ul > li.page_num a:last-child:after{
display:none;
}
.page_num > .on{
	font-weight: bold;
    color: #6A6A6A !important;
}
/* paging end*/
/* 테이블 게시판 페이지 start */
.sub_wrap{
	width: calc(100% - 40px);
    height: calc(100% - 52px);
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.05)
}
.navigation{padding-left:20px;font-size: 0.88em;line-height: 1;}
.navigation > li i.fa-home{color: #4357ad;margin-right: 5px; margin-bottom: 2px;}
.navigation > li{float:left;margin-left: 10px;}
.navigation > li > i.fa-chevron-right{font-size: 0.5em;}
.navigation i , .navigation a , .navigation span{vertical-align: middle;color:#7a7a7a;}
.page_title{
	background-color: rgba(0,0,0,0.15);
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #ddd;
}
.page_title h2{
	font-size: 1.3em;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 1;
}
.total{    	display: inline-block;    font-size: 0.9em;  float:left; margin-right:10px;  line-height: 2.6;	color: #7a7a7a; }
.memberChk{min-width: 84px;    font-size: 0.93em;    padding: 0 7px;    background: url(/admin_w/images/tri.png) no-repeat 90% 50%;    background-color: #fff !important;height: 30px;    display: inline-block;    border: 1px solid #ddd;    border-radius: 3px;     appearance: none; color: #6a6a6a;}
.color_span{font-weight: 600;}
.color_span01{color: orangered;}
.no_list tbody .notice{padding: 3px 5px 2px 5px;}
.no_list tbody .notice , .no_list tbody .setbtn{
    color: #fff;
    border-radius: 3px;
    font-size: 0.9em;
	box-sizing: border-box;
}
.no_list tbody .notice{background-color: rgba(0,0,0,0.3);}
.no_list tbody .setbtn{margin-left: 3px;overflow: hidden;}
.no_list tbody .setbtn:hover #edit{background-color:orangered;color:#fff;}
.no_list tbody .setbtn:hover #view{background-color:lightseagreen;color:#fff;}
.no_list tbody .setbtn:first-child{margin-left: 0;}
.no_list tbody .edit{border: 1px solid orangered;}
.no_list tbody .view{border: 1px solid lightseagreen;}
.no_list tbody .setbtn a{display:block; font-weight:600;padding: 3px 5px 0 5px;}
.no_list tbody .edit a{color:orangered;background-color: #fff;}
.no_list tbody .view a{color: lightseagreen;background-color: #fff;}
.btn{margin-top: 15px;}
.btn div{display: flex;width: calc(15% + 5px);}
.btn01 div{float: right;}
.btn a{
	flex: 1;
    text-align: center;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.15) inset;
	padding: 7px 12px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: -0.5px;
	margin-left: 5px;
	font-size: 0.9em;
	font-weight: 600;
}
.btn a:first-child{margin-left: 0 !important;}
.btn a.writing{background-color: cornflowerblue;}
.btn a.popup{background-color:mediumslateblue;}
.btn a.delect{background-color: crimson;}
.btn a i{margin-right:10px;}
.con-container{padding: 20px 20px 70px 20px;}
.btn a:hover{background-color:#3a3a3a;}
/* 테이블 게시판 페이지 end */
/* searching start*/
.b_top{margin: 10px 0; overflow:hidden;}
.search{
	float: right;
}
.search > li{float:left;margin-left: 5px;}
.filter01{
    position: relative;
    top: 0;
    left: 0;
}
.filter01 > select, .search_box , .search_btn , .index_btn , .board_input{
	width: auto !important;
	height:30px;
	display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: #6a6a6a;
	font-size: 0.93em;
	box-sizing:border-box;
	background-color: #F0F0F0;
	overflow: hidden;
}
.no_view thead td div.boardwidth{width:60% !important; margin:0;}
#writer.board_input{width:20% !important;margin:0;}
.no_view thead td .duration > div .board_input input{width:107px;}
.board_input{display: block !important;}
.no_view thead td .duration > div .board_input{display:inline-block !important;}
table.setting .board_input{width:300px !important; float:left;}
.filter01 > select{
    min-width: 84px;
    font-size: 0.93em;
    padding: 0 7px;
    background: url(/admin_w/images/tri.png) no-repeat 90% 50%;
	background-color: #fff !important;  
} 
.search_box > input{width: 200px;}
.board_input> input{width:100%;}
.search_box > input , .board_input> input{
    border: 0;
    float: left;
    height: 28px;
	border-radius: 3px;
	padding: 0 5px;
}
.btn_search{
	display: table;
    width: 100%;
    height: 100%;
    padding: 5px 7px 4px 7px;
    font-weight: 700;
    background-color: #F0F0F0 !important;
    color: #6a6a6a;
}
.btn_search span{display: table-cell;vertical-align: middle;}
.btnhover:hover{border: 1px solid #a8a200;background-color: #a8a200}
.btnhover:hover a{background-color: #a8a200 !important;color: #fff;}
/* searching end*/
/* 테이블 게시판 페이지 디테일 start */
.no_view thead td a{margin-left: 5px;}
.no_view{width:100%; border-top: 1px solid #dbdbdb !important;}
.no_view thead th span , .no_view thead td div , .table-prev-next th div ,.table-prev-next td div{min-height: 21px;}
.no_view thead td div.option{display: block;float: left;margin-left:15px;}
.no_view thead td div.option:first-child{margin-left:0;}
.no_view thead td div.option input{margin-right:5px;}
.no_view thead th , .no_view thead td , .table-prev-next th ,.table-prev-next td{
	text-align: left;
	vertical-align: middle !important;
	border-bottom: 1px solid #dbdbdb !important;
	padding: 12px 11px 11px 13px !important;
	color: #6A6A6A;
}
.no_view thead th{
	font-weight: bold;
    border-right: 1px solid #EFEFEF !important;
	background-color: rgba(0,0,0,0.5);
    color: #fff !important;
}
.no_view thead td{
	background-color: #fff !important;
}
.no_view thead td .duration > div{display:inline-block;vertical-align:middle;margin-left: 5px;}
.no_view thead td .duration > div:first-child{margin-left:0;}
.content-box textarea{
    width: 100%;
    height: 500px;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px;
}
.gallery_list:last-child > li , .biz-box02 > ul > li:last-child{margin-bottom: 0;}
.no_view_file{
    font-size: 0.6em;
    vertical-align: middle;
    margin-left: 3px;
}
.index-btn{margin:15px 0; text-align: right;}
.index-btn .btn_search{
	border-radius:3px;
	float:right;
    padding: 0 20px;
}
.comment{line-height: 2.3; margin-left: 15px;color: #999;}

.attached{float:left;margin:0 15px 0 -5px;}
.no_view thead td a.file_delect{color:orangered !important;}
.color_span02{color: cornflowerblue;}
.attached01 > i{color: #999;}
.post{background-color: darkorange;}
.index{background-color: #4357ad;}
.sign{background-color:lightseagreen;}
/* 날짜 */
[type="date"] {
	width: 130px !important;
	border: 1px solid #ddd;
    border-radius: 3px;
    height: 30px;
    padding: 0 5px;
    color: #7a7a7a;
	background:#fff url(http://test.chsns.co.kr/yangsan/admin/images/calendar.gif)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/* 파일찾기 */
.board_file{
    float: left;
    width: calc(20% - 92px) !important;
    border-radius: 3px 0 0 3px !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse{
    float: left;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    height: 30px;
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
}
.btn--browse > span{
    line-height: 2.5;
} 
/* 테이블 게시판 페이지 디테일 end */
/* index > 상담원현황 start */
.day{width: 40px;height: 40px;display: table;border-radius: 50%;}
.sun{background-color:orangered !important;}
.weekday{background-color: rgba(0,0,0,0.3) !important;}
.sat{background-color: royalblue !important;}
.day span{display: table-cell;color: #fff;letter-spacing: -0.6px;font-size: 0.88em;}
/* index > 상담원현황 end */
/* index > 행사일정표 start */
.color_span04{color: royalblue;}
.color_span03{color: rgba(0,0,0,0.5);}
table.calendar{width:100%; background-color: rgba(0,0,0,0.03);font-size: 0.9em;}
.calendar thead th{padding:10px;text-align:center;letter-spacing: -0.5px;border-bottom: 2px solid #fff;}
.calendar tbody td{position:relative;top:0;left:0;padding:10px;letter-spacing: -0.5px;}
.calendar tbody td .date{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: table;
    text-align: center;
	cursor: pointer;
}
.today{background-color: #FFD69A !important;}
.calendar tbody td .date > span{display:table-cell;vertical-align:middle;}
.calendar tbody td .event-list{
	width: 150px;
    height: 100px;
    position: absolute;
    margin-top:50%;
	top:0;
    right: -150px;
	display:none;
	background-color:#fff;
	webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 0px 21px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 0px 21px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 0px 21px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2), 0 0px 21px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 0 0 0px rgba(0, 0, 0, 0.2), 0 0px 21px 0 rgba(0, 0, 0, 0.2);
	z-index:9999;
}
.calendar tbody td.on .event-list{
	display:block;
}
.calendar tbody td .event-list > ul{
	width:100%;
	height:100%;
	position: relative;
    top: 0;
    left: 0;
	padding:10px 15px;
	overflow-y: auto;
}
.calendar tbody td .event-list > ul > li{ margin-top: 5px;}
.calendar tbody td .event-list > ul > li:first-child{margin-top:0;}
.calendar tbody td .event-list:before{
	content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: calc(50% - 14px/2);
    left: -12px;
    transform: rotate(-90deg);
    border-bottom: 10px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;

}
.calendar tbody td .event-list > ul > li > a{
	width: 100%;
    max-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
    padding: 0 10px;
	vertical-align: top;
    letter-spacing: -0.6px;
    color: #6a6a6a;
    position: relative;
    top: 0;
    left: 0;
}
.calendar tbody td .event-list > ul > li > a:before{
	position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    background-color: #c8c8c8;
    top: 7px;
    left: 0;
}
.calendar tbody td .event-list > ul > li > div{width:100%;display:block;}
/* 달력 보기 조절 */
.calendar-box{ text-align: center;margin-bottom: 20px;}
.calendar-lnb{display: inline-block;margin-left: -10px;}
.calendar-lnb > li{display: inline-block;font-size: 1.1em;margin-left: 10px;}
.calendar-lnb > li strong , .calendar-lnb > li a{vertical-align:middle;color:#d1d1d1;}
.calendar-lnb > li strong{color:#6a6a6a!important; margin: 0 15px;}
/* index > 행사일정표 end */
/* 달력 게시판 start */
.con-container table.calendar{width:100%; background-color: #fff;font-size: 0.9em;}
.con-container  .calendar-box{margin-top: 20px;}
.con-container   .calendar-lnb{
	display: inline-block;
	margin:0 0 -4px -18px;
}
.con-container  .calendar-lnb > li.calendar-date-text i{
	font-size: 1.4em;
    font-weight: 700;
    color: #777;
    vertical-align: baseline;
    line-height: 1;
}
.con-container  .calendar-lnb > li.calendar-date-text small{
    font-size: 0.93em;
    color: #888;
    vertical-align: baseline;
}
.con-container  .calendar thead th{
	font-weight: bold;
    vertical-align: middle !important;
	padding: 10px !important;
    border: 1px solid #dbdbdb !important;
	text-align: center !important;
    background-color: #FBFBFB;
}
.con-container  .calendar tbody td{
	font-size:0.9em;
	padding: 10px !important;
    border: 1px solid #dbdbdb !important;
    vertical-align: top !important;
	overflow: hidden;
	color: #666;
	text-align: left;
}
.con-container  .calendar tbody td > div{min-height: 100px;}
.con-container  .i-date{
	display: inline-block;
    width: 20px;
    border-bottom: 1px solid #EEE !important;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 10px;
    font-weight: bold;
}
.con-container td.today .i-date{border-bottom: 1px solid #fff !important;}
.calendar .i-view > a:first-child{margin-top: 0;}
.calendar .i-view > a{display: block;color:#6a6a6a; margin-top: 5px;}
.calendar .i-view > a:hover , .calendar tbody td .event-list > ul > li > a:hover, .no_list tbody td.list_title a:hover span.nation{text-decoration:underline;}
.con-container  .i-view > a > span{
	display: -webkit-box;
    max-height: 40px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
	color: #6A6A6A !important;
}
/* 달력 게시판 리스트 */
.con-container  .event_list > a.e_list > span{
	position: relative;
    top: 0;
    left: 0;
    padding-left: 7px;
}
.con-container  .event_list > a.e_list > span:before{
	content:"-";
	display:inline-block;
	color: #6A6A6A !important;
	position: absolute;
    top: 0;
    left: 0;
}
/* 달력 게시판 end */
/********** 인덱스 end **********/
::selection {
    color: #fff;
    background: #59595c;
}
/* end */

.container_ul , .container_ul_tab{
	display:inline-block;
	padding:0;
    margin:0;
    list-style:none;
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #ccc;
}

.container_ul_li , .container_ul_li_tab{
    display:inline-block;
    width:20%;
    float:left;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    border-top:1px solid #ccc;
	border-left:1px solid #ccc;
    border-bottom:0px;
}
.container_ul_li:last-child{border-right:1px solid #ccc;}
.container_ul_tab{border-bottom:0 !important;}
.container_ul_li_tab{color: #787878;border-top:0 !important;border-left:0 !important;border-right:0 !important; border-bottom:2px solid #071233 !important;}
.container_ul_li_tab.on{background:#fff !important;color:#071233 !important;font-weight:600;border-bottom: 0 !important;border-top:2px solid #071233 !important;border-left:2px solid #071233 !important;border-right:2px solid #071233 !important;}

.container_ul_li:hover,
.container_ul_li.on{ 
    background:#071233;
    color:#fff;
}

.memo_btn{
	background:white; 
	border-radius:5px;
	border:1px solid #ccc;
	font-weight:900;
	line-height: 1.3;
	width:50px; height:45px;
}
.memo_btn.on{
	background:crimson;  
	color:white;
	font-weight:900;
}

.memo_btn_fix{
	width:75px;
	background:white; 
	padding:3px 12px 3px 12px; 
	border-radius:5px;
	border:1px solid #ccc;
	font-weight:900;
}
.memo_btn_fix.tax{width:auto;}
.memo_btn_fix.blue{border:none; background:#4357ad; color:white;}
.memo_btn_fix.greenBtn{background:#148014; color:white;}
.memo_btn_fix.grayBtn{background:#888; color:white;}
.memo_btn_fix:nth-child(1),.memo_btn_fix:nth-child(2),.memo_btn_fix:nth-child(3){margin-bottom:5px;}
.memo_btn_fix.on{
	width:85px;
	background:crimson; 
	padding:3px 12px 3px 12px; 
	border-radius:12px;
	border:1px solid #ccc;
	color:white;
	font-weight:900;
}

.table_btn{
	background:white; 
	padding:3px 12px 3px 12px; 
	border-radius:12px;
	border:1px solid #ccc;
	font-weight:900;
	font-size:11px;
}
.table_btn.on{
	background:crimson; 
	padding:3px 12px 3px 12px; 
	border-radius:12px;
	border:1px solid #ccc;
	color:white;
	font-weight:900;
	font-size:11px;
}

.active_btn{
	background:white; 
	padding:3px 12px 3px 12px; 
	border-radius:12px;
	border:1px solid #ccc;
	border-width:medium;
	font-weight:900;
}
.active_btn.on{
	background:cornflowerblue; 
	padding:3px 12px 3px 12px; 
	border-radius:12px;
	border:1px solid #ccc;
	color:white;
	border-width:medium;
	font-weight:900;
}

.good_txt {color: #1880ea;}
.warning_txt{color:#ff0000;}


.info_box{
	width:100%; 
	height:240px; 
	margin-bottom:10px;
}

.info_box2{
	width:100%; 
	height:440px; 
	margin-bottom:10px;
}

.info_box_first{
	float:left; 
	width:25%; 
	height:100%;
}

.info_box_second{
	float:left; 
	width:75%; 
	height:100%;
}
.loginbtn{text-align:center;}


.pop_tbl{
	width:100%;
}

.pop_tbl tr{
	height:25px;
}

.pop_tbl_line{
	margin-top:3px;
	width:100%;
	border: 1px solid #eee;
}
.pop_tbl_line tr{
	height:25px;
	border-bottom: 1px solid #eee;
}

.pop_tbl_line tbody tr th{
	height:40px;
	padding:3px 0;
	line-height:1.3;
}

.pop_tbl_line tr td{
	text-align:center;
}

.pop_tbl_line td textarea{	width:100%;	height:80px;	resize:none;	border:1px solid #eee; padding:5px;}

.pop_tbl_line tbody td div.option{display: block;float: left;margin-left:15px;}
.pop_tbl_line tbody td div.option:first-child{margin-left:0;}
.pop_tbl_line tbody td div.option input{margin-right:5px;}

.pop_h2 {
	font-size:14px;
	margin-top:12px;
}

span.insta{
	display:inline-block;
	background:url(../images/insta.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}
span.facebook{
	display:inline-block;
	background:url(../images/facebook.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}
span.blog{
	display:inline-block;
	background:url(../images/blog.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}
span.youtube{
	display:inline-block;
	background:url(../images/youtube.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}
span.afreeca{
	display:inline-block;
	background:url(../images/afreeca.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}
span.shop{
	display:inline-block;
	background:url(../images/shop.png) no-repeat;
	width:25px;
	height:25px;
	background-size: 100% 100%;
}

.pop_top_chk{
	display:inline-block;
	height:30px;
	line-height:30px;
	margin-left:8px;
}
.pop_top_chk_labal{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-left:3px;
}

.popup_line{
	border-top:1px solid #ededed;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	height:1px;
}

.popup_box_s{
	width:100%;
	background-color:#eee;
	border:1px solid #ddd;
}

.pop_tbl span{
	display:inline-block;
	height:30px;
	line-height:30px;
}

span.b_red{
	color:red;
	font-weight:bold;
}
span.b_black{
	color:black;
	font-weight:bold;
}

.boardwidth > span{
	display:inline-block;
	font-size:14px;
	height:30px;
	line-height:30px;
}

.tbl_fix{
	width:calc(20% - 5px);
}
.table_line{
	display:inline-block;
	background-color:#fff;
	width:2px;
	height:10px;
}
.pointmallSimg{display:flex; height:35px; margin-top:5px;}
.pointmallSimg img{width:100%; height:100%;}

/* ======== Calendar ======== */
.datepicker-price{overflow:hidden;}
.ui-datepicker td{position:relative;}
#datepicker .ui-datepicker{width:80%; border: none;    margin: 20px auto 40px;}
#datepicker .ui-widget-header{background:none; border:none;}
#datepicker  .ui-datepicker td a{height:100px; background:none; font-size:18px; padding:15px; border:none; border-bottom:1px solid #d3d3d3;}
#datepicker .ui-datepicker th{font-size:16px;}

.ui-datepicker td{padding:0;}
#datepicker .ui-datepicker .ui-datepicker-title {
    line-height: 2.8em;
    font-size: 30px;
    font-weight: normal;  margin:0; margin-bottom:10px;}
.ui-datepicker td span,
.ui-datepicker td a {
  padding-bottom: 1em;
}
.ui-datepicker .ui-datepicker-prev::after{ cursor:pointer;        content: "\f060";    font-family: 'Font Awesome 5 Free';   font-weight:900;  display:block;    width: 61px;    font-size: 22px;    line-height: 4em; color:#666; }
 .ui-datepicker .ui-datepicker-next::after{cursor:pointer;        content: "\f061";    font-family: 'Font Awesome 5 Free';   font-weight:900;  display:block;    width: 61px;    font-size: 22px;    line-height: 4em;   color:#666;}
 .ui-datepicker .ui-datepicker-prev:hover::after,.ui-datepicker .ui-datepicker-next:hover::after {color:#4357ad;}
#datepicker .ui-widget-content .ui-state-hover{     border:none; background:none;  font-weight:bold;    }
.ui-widget-header .ui-icon{background:none !important;}
.ui-datepicker td p {    margin-top: 5px;     margin-left: -5px;    font-size: 12px;    height: 1.25em;    text-align: left;}
.ui-datepicker td p:first-child{margin-top:10px;}
.ui-datepicker-current-day::after{color:white;}
#datepicker .ui-state-default.ui-state-hover{    border:1px solid #ff8585;}
#datepicker .ui-state-highlight,#datepicker .ui-widget-content .ui-state-highlight,#datepicker .ui-widget-header .ui-state-highlight{background:#4357ad; border:#4357ad; color:white;}
.alarm_category{height: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;    min-width: 84px;    font-size: 0.93em;    padding: 0 7px;    background: url(/admin_w/images/tri.png) no-repeat 90% 50%;    background-color: #fff !important;}
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color: red; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color: #4357ad; }

/* 색상선택 레이어 팝업 */
.vc-chrome {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
}
.current-color {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #000;
	cursor: pointer;
}
.sp-original-input-container input{ height: 30px;border: 1px solid #c8c8c8;border-radius: 0 3px 3px 0;padding: 5px;}
.sp-original-input-container .sp-add-on{width: 30px !important;border-radius: 3px 0 0 3px !important;}

/* .sp-palette-container{ display: none !important;} */




.list-ul{
	display:flex;
	align-items: flex-start;
}

.list-ul .list-cont{
	flex: 1;
    padding: 0 10px 0 10px;
	text-align:left;
	max-height:80px;
	overflow-y:hidden;
}

.list-ul .list-img img{
	width:80px;
	height:80px;
	object-fit:cover;
}

.underline:hover > span{
	text-decoration:underline;
}