@import "./reset.css";
@import "./font.css";
@import "./common.css";
@import "./nav.css";
@import "./footer.css";
@import "./popup.css";
@import "./org.css";
@import "./admin.css";
@import "./page.css";
@import "./error.css";

html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/* login, signup ---------------------------------------------------------- */
.login, .signup, .change_page {
    width: 540px;
    margin: auto;
}

:where(.login, .signup, .change_page) div:not(:last-of-type) {
    margin-bottom: 30px;
}

:where(.login, .signup) h1 {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

:where(.login, .signup, .change_page) h5 {
    margin: 8px 0; 
    color:#000; 
    font-weight: 400; 
    font-size: 15px;
}

:where(.login, .signup, .change_page) input, :where(.signup,  .change_page) select {
    width: 100%; 
    padding: 16px; 
    border-radius: 8px; 
    border:1px solid #ddd;
}

.login a {
    cursor: pointer;
}

.login_search {
    font-size: 14px;
    text-align: right;
    color: #888;
    font-weight: 300;
}

.singup_button {
    padding:2px 6px;
    border-radius: 6px;
    color: #ddd;
    background-color: #eff1f6;
    font-size: 14px;
    font-weight: bold;
}

/* index--------------------------------------------------------- */
.index h5{
    font-family: 'JalnanGothic';
}
.index li:first-child{
	margin-left:0;
}
.index .section {
    display: flex;
}
.index .section:not(:first-of-type) {
	margin-top: 2rem;
}
.index-tab {
    display: flex;
    border-bottom: 1px solid #2e4991;
    height: 55px;
}
.index-tab li:first-child {
    border-left: 1px solid #ddd;
}
.index-tab li {
    width:100%;
    height:100%;
    line-height: 57px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    
}
.index-tab li > a {
    font-family: 'GmarketSansMedium';
    display:block;
    font-weight: 600;
}
.index-tab li.on:first-child{
    border-left: 0;
}
.index-tab li.on {
    background-color: #2e4991;
    color: #fff;
    border-top-right-radius: 8px;
}
ul.board-tab > li{display: flex;}
ul.board-tab > li a:first-child{margin-left:1rem}
ul.board-tab > li a:last-child{margin-left:auto; padding-right:1rem;}

@media (max-width: 960px) {
    .index h5{
        font-size: 6vw;
    }
    .index-tab {
        height: auto;
    }
    .index-tab li > a {
        line-height: normal;
        font-size: 4vw;
    }
    ul.board-tab > li a:first-child{margin-left:0rem}
    ul.board-tab > li a:last-child{padding:0;}
}

/* index top */
.index .top .start {
    width: 680px; 
    min-width: 680px; 
    margin-right: 20px;
    position: relative;
}
.index .top .start .play {
    display: none;
}
.index .top .start .owl-theme .owl-dots {
    display: none;
}
.index .top .item img {
    object-fit:cover;
    background-color: #f5f5f5;
    aspect-ratio: 1.8 / 1;
}
@media (max-width: 960px) {
    .index .top .item img {
        aspect-ratio: 3 / 1.5;
    }
}
.index .top .start .main-owl-nav {
    background-color: #0000004a;
    padding: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
    width: fit-content;
    z-index: 10;
    color:#fff;
    display: flex;
}
@media (max-width: 960px) {
    .index .top .start .main-owl-nav {
        left: 42%
    }
}
.index .top .start .main-owl-nav > a{
    vertical-align: middle;
}
.index .top .start .main-owl-nav > button img {
    width: 12px;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(297deg) brightness(101%) contrast(101%);
}
.index .top .middle {
    width: 320px;
    padding: 1.5rem;
    min-width: 320px;
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.index .top .middle > ul.schedules {
    margin-top:12px;
    background-color:#ffffffd1;
    border-radius: 8px;
}
.index .top .middle > ul.schedules li {
    display: flex;
    padding:6px 8px;
}
.index .top .middle > ul li:first-child {
    padding-top: 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.index .top .middle > ul li:last-child {
    padding-bottom: 6px;
}
.index .top .middle > ul li span{
    width: 46px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background-color: #ffffff9e;
    height: fit-content;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: auto 0;
    margin-right: 8px;
    flex:none;
}
.index .top .middle > ul li p {
    margin: auto 0;
    font-size: 16px;
}

@media (max-width: 960px) {
    .index .top .start {
        width: 100%; 
        min-width: auto; 
        margin-right: 0;
    }
    .index .top .middle {
        display:block;
        width: 100%; 
        min-width: 100%;
        min-height: fit-content;
        margin: 1rem 0;
    }
    .index .top .middle > ul li p {
        width: fit-content;
        font-size: 5vw;
    }
}

.index .top div.end {
    display: flex;
    width: 160px;
    min-width: 160px;
    background-color:#33599F;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.index .top div.end ul {
    margin: auto;
}
.index .top div.end ul li {
    margin: 15px 0;
}
.index .top div.end ul li.line,
.index .top div.end ul li hr{
    margin: 10px 0;
}
.index .top div.end img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px
}
.index .top div.end h6 {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 960px) {
    .index .top div.end {
        width: 100%;
    }
    
    .index .top div.end ul {
        display: flex;
        width: 100%;
    }
    .index .top div.end ul li {
        margin: auto;
        padding: 12px 0;
        width: 33.3%;
        border-right: 1px solid #5172AD;
    }
    .index .top div.end ul li.line {
        display: none;
    }
    .index .top div.end h6 {
        font-size: 14px;
    }
    .index .top div.end > ul li:last-child {
        border-right: none;
    }

}

/* index middle */
.index .middle .left{
    display: flex;
}
.index .middle .left > div {
    width: 420px;
    min-width: 420px;
    margin-right: 20px;
    min-height: 278px;
    border-bottom: 1px solid #ddd;
}
.index .middle .right {
    width: 320px;
    min-width: 320px;
    margin-right: 0px;
    border-radius: 8px;
    background-color: #e7eeff;
    background-image: url(/img/bg_news.svg);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}
.index .middle div.part ul li button{
	display: flex;
	padding:8px 0;
	width: 100%;
}
.index .middle div.part ul li:first-child button {
    padding-top:20px;
}
.index .middle div.part ul li:last-child button {
    padding-bottom:14px;
}
.index .middle div.part ul li p {
	font-size: 16px;
	width: auto;
}
@media (max-width: 960px) {
    .index .middle div.part ul li p {
        width: fit-content;
    }
}
.index .middle div.part ul li button:hover p{
	color:#2e4991;
}
.index .middle div.part ul li span{
	margin: auto 0;
	margin-left: auto;
	font-size: 14px;
	font-weight: 200;
    flex:none
}
.index .middle .none-content {
    height: 220px;
    display: flex;
}
.index .middle .none-content li {
    margin: auto;
}
.index .middle .blind {
    width:1px;
    height:1px;
    overflow:hidden;
    position:absolute;
    top:-9999em;
    left:-9999em;
    display:block;
    text-indent:-9999em;
    font-size:0px;
    line-height:0; 
    margin: 0 !important;
}
.index .more_bn a {
    position: relative;
    display: block;
    height: 24px;
    width: 40px;
    font-size: 0;
    border-radius: 28px;
}
.index .more_bn a::before,
.index .more_bn a::after {
    content: '';
    display: block;
    background: #111;
    position: absolute;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.index .more_bn a::before {
    width: 12px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin: -1px -6px 0 0px;
}
.index .more_bn a::after {
    width: 2px;
    height: 12px;
    bottom: 50%;
    right: 50%;
    margin: 0 -1px -6px 0px;
}
.index .more_bn a:hover::before{
    transform: rotate( 45deg );margin: -3px -5px 0 0px;width: 9px;
}
.index .more_bn a:hover::after{
    transform: rotate( 45deg );margin: 0 -1px -8px 0px;height: 9px;
}

/* index bottom */
.index .bottom .left {
    width: 850px; 
    min-width: 850px; 
    margin-right: 30px;
}
.index .bottom .left .owl-carousel .owl-item img {
    height: 277px;
    object-fit:contain;
    background-color: #d3d3d3;
}
.index .bottom .right {
    width: 320px;
    min-width: 320px;
}
.index .bottom li button {
    width: 100%;
    border:1px solid #ddd;
    padding: .5rem 1rem;
	font-size: 14px;
	border-radius: 12px;
}
.index .bottom li button:hover{
    color: #fff;
    border:1px solid #2e4991;
    background-color: #2e4991;
}
.index .bottom li:not(:last-of-type){
    margin-bottom: 8px;
}

.index .bottom .office_sub {
    display: none;
    width:100%;
    padding: 4px;
    position: absolute; 
    background-color: #ffffffc9; 
    box-shadow: 2px 2px 6px #555;
    border-radius: 8px;
    z-index: 100;
}
.index .bottom .item img {
    object-fit: scale-down;
    background-color: #fff;
    aspect-ratio: 1.3 / 1;
}

@media(max-width: 960px) {
    .index .middle li p {
        width:100%;
        text-align: start;
    }
    .index .middle li span {
        width: 126px;
    }
    .index .middle .left {
        display: block;
    }
    .index .middle .left .index-tab li {
       font-size: 13px;
       padding:6px 4px;
       padding-top:10px;
       line-height: normal;
    }
    .index .middle, .index .bottom{
        display: inline;
    }
    .index .middle .right {
        width: 100%;
        min-width: 100%;
        margin: 1rem 0;
    }
    .index .middle .left > div {
        width: 100%;
        min-width: auto;
        margin-bottom: 20px;
        min-height: fit-content;
    }
    .index .middle .right.family_event > ul li span {
        width: 100%;
    }
    .index .section.middle .left > div:last-child{
        margin-right: 0;
    }
    
    .index .bottom .left{
        width: 100%;
        min-width: auto;
        margin:0;
    }
    .index .bottom .right {
        width: 100%;
        min-width: 100%;
        margin-top: 2rem;
    }
    .index .bottom li {
        margin: .5rem;
    }
}
/* 경조사 */
.family_event {
    border: 1px solid #ddd;
    padding: 1.5rem;
}
.family_event > div h5 {
    margin: auto 0;
}
.family_event > div button {
    margin-left: auto;
    font-size: 16px; 
    font-weight: bold;
}
.family_event > ul li {
    display: flex; 
    background:#ffffffc9; 
    padding: 4px 8px; 
    border-radius: 6px;
}
.family_event > ul li span {
    margin: auto 0 !important;
    margin-right: .5rem !important;
    font-size: 14px; 
    color: #777;
}
/* 설문조사 */
.survey .answer_table {
    border:0;
    width: -webkit-fill-available;
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 1.5rem;
}

/*board ---------------------------------------------------------- */
.board_title {
    margin-bottom:1.5rem; 
    padding-bottom:12px;
    border-bottom: 1px solid #ddd;
}
.list table tbody span {
    display: none;
}
.list table tbody .index {
    min-width: 60px;
}
.list table tbody .content-title {
    min-width: 160px;
}
.list table tbody .content-count {
    min-width: 60px;
}
.list table tbody .content-user {
    min-width: 120px;
}
.list table tbody .content-date {
    min-width: 120px;
}

@media (max-width:540px) {
    .list table thead, 
    .list table tbody .index{
        display: none;
    }
    .list table tbody tr {
        display: flow-root;
        padding: 8px;
    }
    .list table tbody span {
        display: block;
    }
    .list table tbody .content-title {
        display: block;
        float: left;
        min-width: auto;
        padding:0;
    }
    .list table tbody .content-title button {
        padding: 0;
    }
    .list table tbody .content-title button p {
        font-size: 18px;
        font-weight: 600;
        color: #666;
    }
    .list table tbody .content-user, 
    .list table tbody .contnet-date{
        padding:0;
        clear: inline-start;
        float: left;
        min-width: auto;
    }
    .list table tbody .contnet-date {
        font-size: 13px;
    }
    .list table tbody .content-user > p {
        color: #999;
    }
    .list table tbody .content-user > p::after {
        content: '';
        display: inline-block;
        background: #ddd;
        width: 1px;
        height: 13px;
        vertical-align: middle;
        margin: -3px 0 0 8px;
    }
    .list table tbody .content-count {
        min-width: auto;
        padding:0;
        float: left;
        display: flex;
        padding-left: 8px;
    }
}
    

/*board content ---------------------------------------------------------- */
.board_content .border_titile {
    background: #f8f9fd; 
}
.board_content tr ul {
    display: flex;
}

.board_content table th {min-width: 100px;}

.board_file li:first-child {
    margin: auto 0;
}
.board_file table {
    width: fit-content;
    border:none !important;
}
.board_file table tr {
    border:none !important;
}
.board_file table td {
    padding: 4px 0;
}
.board_file table button {
    border:1px solid #ddd;
    border-radius: 6px;
    width: 100%;
}
.board_file .short-words {
    width: 100%;
    border-right: 0;
    text-align: start;
}

/*board button ---------------------------------------------------------- */
.board_btns {
    margin: 1rem 0; 
    text-align: end;}
    
.board_btns button{
    background: #2e4991; 
    color: #fff; 
    font-size: 14px; 
    padding: 4px 16px; 
    margin-left: 6px;
}


/* 사진/동영상 */
.pic_list{
    box-sizing:border-box;
    width:100%;
    margin-top: -10px;
}
.pic_list > ul > li{
    display:inline-block;
    width: 32%;
    margin: 1em 1%;
    position:relative;
    text-align:center;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    font-size: 16px;}
.pic_list > ul > li > a,
.pic_list > ul > li > div{
    display:block;
    width:100%;
    height:100%;
}
.pic_list > ul > li p{ 
    display:block; 
    width:100%; 
    box-sizing:border-box; 
    margin-bottom: 0 !important;
}
.pic_list > ul > li p.imgBox{
    padding-bottom: 45%;
    padding-top: 21.2%;
    overflow:hidden;
    position:relative;
    border: 1px solid #e5e7ee;
}
.pic_list > ul > li .imgBox img {
    position: absolute;
    z-index: 0;
    min-height: 190px;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}
.pic_list > ul > li .title{
    padding: 15px 0 5px 0px;
    font-size: 1.125em;
    font-weight: 500;
    color: #333;
    display:block;
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pic_list > ul > li:nth-child(3n+1) {
    margin-left: 0;
}
.pic_list > ul > li:nth-child(3n+3) {
    margin-right: 0;
}
/* comment ---------------------------------------------------------- */
.comment .input_box{
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.comment .input_box button {
    margin-left:6px; 
    width: 80px;
}

.comment ul{
    position: relative;
    padding:8px 0;
    border-bottom: 1px solid #ddd; 
}

.comment p,.comment span{
    font-size: 13px;
    line-height: 1;
}

.comment span:last-child{
    color:#666;
}

/* tab ---------------------------------------------------------- */
.tab{
    display: flex;
    margin-bottom: 1rem;
}

.tab li{
    line-height: 1.6;
}
.tab button,
.tab a{
    border: 1px solid #999;
    color: #999;
    padding: 2px 12px;
    padding-bottom: 4px;
    border-radius: 6px;
}
.tab button.on,
.tab a.on{
    color:#fff;
    background: #2e4991;
    border: 1px solid #2e4991;
}

.tab li:not(:last-of-type) {
    margin-right: 8px;
}

/* 인사말 */
.greeting .motto {
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    font-size: 2rem; 
    background: #eef2fb; 
    font-weight: bold; 
    border-radius: 1rem;
    text-align: center;
}
.greeting .motto > div {
    color:#172039
}
.greeting .br{
    display: none;
}
.greeting .motto b {
    font-family: 'JalnanGothic';
    color: #ec058d;
}

.greeting .content {
    display: flex;
    font-family: "Gowun Batang";
    font-weight: 600;
    margin: 3rem 0;
}
.greeting .content .line-change {
	display: none;
}
.greeting .content .left {
	margin-left: auto;
}
.greeting .content right {
	margin-right: auto;
}
.greeting .content img {
    width: 280px; 
    box-shadow: 20px 18px 2px 0px #eef2fb;
}

.greeting .content h5 {
    font-weight: 600;
    font-size: 38px;
}

.greeting .content ul {
    margin-left: 5em;
}

.greeting .content li {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
    color: #666
}

.greeting li b {
    font-size: 20px;
    font-weight: bold;
    color: #333
}

/* 연혁 */
.history table{
    border-top: none !important;
    margin-top: 2rem;
    text-align: start;
    margin-bottom: 10vh;
}
.history .mTable {
    display: none;
}
.history td:first-child{
    text-align: end;
}
.history td{
    position: relative;
    font-size: 14px;
    line-height: 2;
    vertical-align: baseline;
    padding: 16px 8px;
}
.history td p::before {
    content: ''; 
    display: block;
    position: absolute;
    z-index: 9;
    top: 0; 
    right: 50%; 
    border-left: 1px solid #2e4991; 
    width: 1%; 
    height: 100%;
}
.history td span::before {
    content: ''; 
    display: block;
    position: absolute;
    z-index: 10;
    top: 21px; 
    right: 37.5%; 
    border-radius:100%;
    background-color: #2e4991; 
    width: 11px; 
    height: 11px;
}

.history-date {
    width: 60px;
}
.history-line {
    width: 40px;
}
.history-title {
    width: 240px;
}
.history-content {
    width: auto;
}
.history-content > ul > li {
    list-style: inside;
}
@media (max-width:540px) {
    .history td {
        padding: 8px 0;
    }
    .history-title {
        width: auto;
        display: grid;
        padding-bottom: 4px !important;
    }
    .history-content {
        display: grid;
        padding-top: 4px !important;
        border-top: 1px solid #ddd;
    }
}

/* 찾아오시는 길 */
.map td{
    padding:16px;
    font-size: 16px;
    font-weight: 500;
}

/* 이용약관 */
.useInfo .title {
    margin-bottom:1.5rem; 
    padding-bottom:12px;
    border-bottom: 1px solid #ddd;
}
.useInfo .title h4{
    display: none;
}
.useInfo .content {
    border-top: 1px solid #21223d;
    padding-top: 2rem;
}
.useInfo .content > div{
    margin-bottom: 2rem;
}
.useInfo .content > div h5 {
    margin-bottom: .5rem;
}
.useInfo .content > div > ul,
.useInfo .content .detail {
    margin-left: 1rem;
}
.useInfo .content > div > ul > li {
    list-style: decimal;
    line-height: 2.0;
}
.useInfo .content .detail > li {
    list-style: hangul-consonant;
}


/* ------------------------------------------------ media --------------------------------------------------- */



@media (max-width:960px) {
    /* tab */
    .tab {
        width: fit-content;
        border:1px solid #ddd;
        border-radius: 6px;
    }
    .tab li:not(:last-of-type) {
        margin-right:-1px;
        border-right:1px solid #ddd;
    }
    .tab button,
    .tab a {
        border-radius: 0;
        padding:2px 4px;
        font-size: 14px;
        border:none;
    }
    .tab li:first-child button.on {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .tab li:last-child button.on {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    
	.login, .signup, .change_page {
	   width: auto;
	}
	
	/* main */
	.index .top {
        display: block;
        margin-bottom: 1.5rem;
    }
    .index .top .wrap img {
        min-height: 320px;
        object-fit: cover;
    }
    .index .top .wrap .motto {
        position: absolute; 
        top: 20%; 
        left: 10%;
    }
    /*
    .index .top .left,
    .index .top .right {
       width: 100%;
       min-width: 100%;
       margin: 0;
       background-size: auto;
       display: block;
    }
    .index .top .left .carousel-item img {
        height: 100%;
        max-height: 50vh;
    }
    .index .top .right .news,
    .index .top .right .survey {
        width: 100%;
        margin: 0;
        margin-top: 1.5rem;
    }
    */
    
	/* 게시판 */
	.board_list {
	   border-top: 1px solid #2e4991;
	}
	.board_list > ul {
	   padding: 8px 0;
	   padding-left: 12px;
	   display:block;
	   border-bottom: 1px solid #ddd;
	}
	.board_list > ul button {
	   text-align: left;
	   padding:0;
	   font-size: 16px;
	   font-weight: bold;
	   color:#666;
	}
	.board_list > ul button:hover {
	   text-decoration: underline;
	   color: #2b318a;
	}
	.board_list > ul li ul {
	   display: flex;
	   font-size: 14px;
	}
	.board_list > ul li ul li:not(:last-of-type) {
	   padding-right: 16px;
	   color: #999;
	}
	.board_list > ul li ul li:not(:last-of-type)::after {
        content: '';
        display: inline-block;
        background: #ddd;
        width: 1px;
        height: 13px;
        vertical-align: middle;
        margin: -3px 0 0 16px;
	}
	.board_content iframe {
	   width: 100% !important;
	}
	.board_content .text-start.bg_trans img {
        width: 100% !important;
    }
	/* 설문조사 */
	.survey .answer_table {
        border:0;
        max-width: 100%;
        margin-top: 1rem;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
	
	/* 인사말 */
	.greeting .motto {
       padding: 16px 0;
	   font-size: 24px;
	}
	
	.greeting .content {
	   display: block;
	   margin-top: 1rem;
	}
	.greeting .content .line-change {
	    display: block;
	}
	.greeting .content .left, 
	.greeting .content .right {
	    text-align: center;
	    margin: 0;
	}
	.greeting .content .right {
	   margin-top: 24px;
	}
}
@media (max-width:540px) {
    /* 인사말 */
    .greeting .motto {
        font-size: 18px;
    }
    .greeting .br {
        display: block;
    }
	.greeting .content li b {
        font-size: 14px;
    }
    .greeting .content li {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    
    /* 오시는 길 */
    .map td {
        padding: 8px;
        font-size: 14px;
    }
    /* 게시판 */
    .board_content tr ul {
        display: block;
        text-align: start;
    }
    .board_file table {
        width: 100%;
    }
    
    /* 사진/동영상 게시판 */
    .pic_list {display: inline-block;}
    .pic_list > ul > li{ font-size:14px;}
    .pic_list > ul > li div img { width:100%; height:auto; }
    .pic_list > ul > li .txtBox .title img {width:auto;}
    .pic_list > ul > li,
    .pic_list > ul > li:nth-child(3n+3){ display:block; float:left; margin:0 3% 20px 0; width:31.3%;}
    .pic_list > ul > li:nth-child(3n+3){ margin-right:0;}   
    .pic_list > ul > li .title{padding: 0 0 5px 0px !important;}
    .pic_list > ul > li p.imgBox img{min-height:inherit; height:100%;}

    .pic_list > ul > li{ display:block; float:left; margin:0 0 20px 0 !important; width:48% !important;}
    .pic_list > ul > li:nth-child(2n+2){ float:right;}
    .pic_list > ul > li p.imgBox{min-width:inherit; height: 100%;}  
    .pic_list > ul > li .title{ padding:10px 0 5px 0px !important; min-height: inherit;}


}