/*

    Template Name:      Enabled Mobile & Tablet Templates
    Theme URL:          http://enableds.com
    Author:             Enabled
    Author URI:         http://themeforest.net/user/Enabled?ref=Enabled 
    Author Facebook:    https://www.facebook.com/enabled.labs
    Author Twitter:     https://twitter.com/iEnabled
    Version:            4.0
    License:            Regular or Extended via ThemeForest
    Plugin Licenses:    Redistribution NOT Allowed
    Structure:          Each chapter from the structure can be located using 
                        CTRL + F ( Windows ) or CMD + F ( Mac ) The titles are
                        copy pasted as they are in the code. 
    Description:        The settings for all the menus can be found here, for extreme optimization
                        we recommend you delete sections you don't use for faster
                        loading, although the file size is small.

    1.Header Settigns 
        -Header Dark
        -Header Light 
        -Header Icons
        -Header Menu

    2.Footer Settings
        - Footer Dark
        - Footer Light
        - Footer Menu

    3.Sidebar Rules
    4.Sidebar Light Clean
    5.Sidebar Dark Clean
    6.Sidebar Light
    7.Sidebar Dark

*/



/*///////////////*/
/*Header Settings*/
/*///////////////*/


/*Header Light*/

.header-light{
    height:60px;
    background-color:#016CBA;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.header-light .header-menu-overlay{
    background-color:#016CBA;
}

.header-light .header-icon-left, .header-light .header-icon-right, .header-light .header-icon-two, .header-light .header-icon-three{
    color:#FFFFFF;
}

.header-light .header-logo{
    background-image:url(../images/logo.png);
    background-size:148px 30px;
    margin-left:auto;
    margin-right:auto;
    margin-top:14px;
    width:148px;
    height:30px;
    z-index:12;
}

#header-fixed{
    overflow: visible!important;
    opacity:1;
    position:fixed;
    width:100%;
    z-index:99999;
}

.header-clear{
    height:60px;
    display:block;
}

.header-clear-large{
    /*height:90px;*/
}

/*Header Icons*/

#header-fixed img{
    position:relative;
    z-index:9;
    width:93px;
    margin-left:auto;
    margin-right:auto;
    margin-top:21px;
}

#header-fixed .header-icon-left{
    position:absolute;
    z-index:12;
    left:0px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-left i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-two{
    position:absolute;
    z-index:12;
    left:50px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:16px;
}

#header-fixed .header-icon-two i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-right{
    position:absolute;
    z-index:12;
    right:0px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-right i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}


#header-fixed .header-icon-three{
    position:absolute;
    z-index:12;
    right:50px;
    top:0px;
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

#header-fixed .header-icon-three i{
    width:50px;
    height:60px;
    line-height:60px;
    text-align:center;
}

/*Header Menu*/

.header-menu-overlay{
    position:absolute;
    width:100%;
    height:59px;
    top:0px;
    z-index:11;
}

@media (min-width:768px){
    .header-menu{
        left:20px;
        margin-top:21px;
        width:320px;
    }    
}

.header-menu{
    z-index:10;
    background-color:#FFFFFF;
    top:20px;
    border-top:solid 1px rgba(0,0,0,0.1);
    -moz-transform: translateX(0px) translateY(-500px);
    -webkit-transform: translateX(0px) translateY(-500px);
    -o-transform: translateX(0px) translateY(-500px);
    -ms-transform: translateX(0px) translateY(-500px);
    transform: translateX(0px) translateY(-500px);
    transition:all 250ms ease;
}

.header-menu-active{
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.open-header-menu{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);   
    transition:all 250ms ease;   
}

.header-rotate{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);   
    transition:all 250ms ease;
}

.header-menu a{
    font-size:13px;
    font-weight:500;
    line-height:60px;
    padding-right:20px;
    border-bottom:solid 1px rgba(0,0,0,0.1);    
    color:#4d4d4d;
    transition:all 250ms ease;
}

.header-menu a:hover{
    color:#000000;
    border-bottom:solid 1px #2ecc71;
    transition:all 250ms ease;
}

.header-menu a i:first-child{
    font-size:16px;
    color:#1f1f1f;
    width:60px;
    text-align:center;
}

.header-menu a i:last-child{
    float:right;
    line-height:60px;
    width:12px;
    font-size:6px;
}

.active-header-item{
    font-size:14px!important;
    color:#1f1f1f!important;
    font-weight:800!important;
}

.active-header-item i:last-child{
    color:#2ecc71!important;
    font-size:8px!important;
}


/*///////////////*/
/*Footer Settings*/
/*///////////////*/


.footer{
    margin-bottom:0px!important;
    padding:20px 30px;
    line-height:1.2 !important;
}

.footer a{
    border:none!important;
}

.footer a:hover{
    border: 0px solid #cacaca;
}

/*Footer Light*/

.footer-light{
    border-top:solid 1px rgba(0,0,0,0.1);
}

.footer-light .footer-logo{
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/footer_logo.png);
    width:148px; 
    height:30px;
    background-size:148px 30px;
    display:block;
    margin-bottom:20px;    
}

.footer-dark .decoration{
    background-color:rgba(255,255,255,0.07);
}

.footer .small-text{
    margin-top:-10px; 
    line-height: 1.5;  
}

.footer-socials{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    margin-top:-10px;
}

.footer-socials a{
    width:38px;
    height:38px;
    line-height:38px;
    color:#FFFFFF!important;
    text-align:center;
    float:left;
}

@media(max-width:340px){
    .footer-socials{
        width:144px; 
    }
    
    .footer-socials a{
        margin-left:3px;
        margin-right:3px;
    }
}

@media(min-width:340px){
    .footer-socials{
        width:144px; 
    }
    
    .footer-socials a{
        margin-left:5px;
        margin-right:5px;
    }
}

/*///////////*/
/*Footer Menu*/
/*///////////*/

.footer-clear{
    height:62px;
}

#footer-fixed{
    width:100%;
    position:fixed;
    bottom:0px;
    z-index:999;
}

.footer-light{
    background-color:#FFFFFF;
}

.footer-light a{
    color:#4d4d4d;
    border-left:solid 1px rgba(0,0,0,0.2);
    border-top:solid 1px rgba(0,0,0,0.2);
}

.footer-light .active-footer-item{
    color:#1f1f1f!important;
    border-bottom:solid 4px #2ecc71!important;
}

.footer-light a:hover{
    color:#1f1f1f;
    border-bottom:solid 4px #2ecc71;
    transition:all 250ms ease;
}

/*Footer Menu*/

@media(max-width:768px){
    .footer-menu a{
        font-size:12px;
        padding-top:12px;
        width:20%;
        float:left;
        height:60px;
        line-height:24px;
        text-align:center;
        border-bottom:solid 4px rgba(0,0,0,0.2);
        transition:all 250ms ease;
    }
    
    .footer-menu a:first-child{
        border-left:none;   
    }
    
    .footer-menu a i{
        font-size:18px;
        display:block;
        text-align:center;
    }
    .footer-tablet{display:none;}
}

@media(min-width:768px){
    .footer-menu a{
        font-size:12px;
        padding-top:10px;
        width:11.1%;
        float:left;
        height:60px;
        line-height:24px;
        text-align:center;
        border-bottom:solid 4px rgba(0,0,0,0.2);
        transition:all 250ms ease;
    }
    
    .footer-menu a:first-child{
        border-left:none;   
    }
    
    .footer-menu a i{
        font-size:18px;
        display:block;
        text-align:center;
    }
}

/*/////////////*/
/*Sidebar Rules*/
/*/////////////*/

.menu-item-left{
    margin-left:-45px!important;
}

.menu-item-left i{
    padding-left:46px;   
}

.menu-item-left strong{
    padding-left:62px;
}

.sidebar-light .bg-green-light, 
.sidebar-light .bg-green-dark,
.sidebar-light .bg-teal-light, 
.sidebar-light .bg-teal-dark, 
.sidebar-light .bg-magenta-light, 
.sidebar-light .bg-magenta-dark, 
.sidebar-light .bg-yellow-light, 
.sidebar-light .bg-yellow-dark, 
.sidebar-light .bg-orange-light, 
.sidebar-light .bg-orange-dark, 
.sidebar-light .bg-red-dark, 
.sidebar-light .bg-red-light, 
.sidebar-light .bg-blue-light, 
.sidebar-light .bg-blue-dark, 
.sidebar-light .bg-night-light, 
.sidebar-light .bg-night-dark, 
.sidebar-light .bg-gray-light, 
.sidebar-light .bg-gray-dark,
.sidebar-light .facebook-color,
.sidebar-light .twitter-color,
.sidebar-light .google-color,
.sidebar-light .pinterest-color,
.sidebar-light .sms-color,
.sidebar-light .mail-color,
.sidebar-light .dribbble-color,
.sidebar-light .tumblr-color,
.sidebar-light .reddit-color,
.sidebar-light .youtube-color,
.sidebar-light .phone-color,
.sidebar-dark .bg-green-light, 
.sidebar-dark .bg-green-dark,
.sidebar-dark .bg-teal-light, 
.sidebar-dark .bg-teal-dark, 
.sidebar-dark .bg-magenta-light, 
.sidebar-dark .bg-magenta-dark, 
.sidebar-dark .bg-yellow-light, 
.sidebar-dark .bg-yellow-dark, 
.sidebar-dark .bg-orange-light, 
.sidebar-dark .bg-orange-dark, 
.sidebar-dark .bg-red-dark, 
.sidebar-dark .bg-red-light, 
.sidebar-dark .bg-blue-light, 
.sidebar-dark .bg-blue-dark, 
.sidebar-dark .bg-night-light, 
.sidebar-dark .bg-night-dark, 
.sidebar-dark .bg-gray-light, 
.sidebar-dark .bg-gray-dark,
.sidebar-dark .facebook-color,
.sidebar-dark .twitter-color,
.sidebar-dark .google-color,
.sidebar-dark .pinterest-color,
.sidebar-dark .sms-color,
.sidebar-dark .mail-color,
.sidebar-dark .dribbble-color,
.sidebar-dark .tumblr-color,
.sidebar-dark .reddit-color,
.sidebar-dark .youtube-color,
.sidebar-dark .phone-color{
    background-color:rgba(0,0,0,0)!important;
    color:inherit;
}

/*///////////////////*/
/*Sidebar Light Clean*/
/*///////////////////*/

.sidebar-light-clean .sidebar-header{
    height:60px;
    padding:0 0 0 16px;
    border-bottom:solid 1px rgba(0,0,0,0.05);
    background-color:#FFFFFF;
    margin-bottom:30px;
    display:block;
}

.sidebar-light-clean .sidebar-header a{
    float:left;
    color:#1f1f1f;
    font-size:12px;
}

.sidebar-light-clean .sidebar-header a i{
    color:#1f1f1f;
    width:30px;
    height:60px; 
    line-height:60px; 
    text-align:center;
    font-size:14px;
}

.sidebar-light-clean .sidebar-header .close-sidebar{
    position:absolute;
    right:34px;
}

.sidebar-light-clean .sidebar-logo{
    background-image:url(../images/sidebar_logo.png); 
    background-repeat:no-repeat;
    background-size:109px 40px;
    width:109px; 
    height:40px;
    margin-left:30px;
    margin-top:20px;
    margin-bottom:20px;
}

.sidebar-light-clean .sidebar-text{
    font-size:12px;
    padding-left:30px;
    font-style:normal;
    font-weight:600;
}

.sidebar-light-clean .menu-item{
    height:38px;
    color:#6b757d;
}

.sidebar-light-clean .menu-item .fa-angle-right{
    font-size:12px!important;
    color:#000000!important;
    margin-top:-12px!important;
}

.sidebar-light-clean .menu-item-active .fa-circle{
    color:#27ae60!important;
    opacity:1!important;
    font-size:8px!important;
    top:25px!important;
    margin-left:231px!important
}

.sidebar-light-clean .menu-item-active{
    color:#000000!important;
}

.sidebar-light-clean .menu-item-active em{
    color:#000000!important;
    font-weight:800!important;
    font-size:14px!important;
    padding-top:0px;
}

.sidebar-light-clean .menu-item em:hover{
    color:#000000;
}

.sidebar-light-clean .menu-item i:first-child{
    color:#FFFFFF;
    position:absolute;
    font-size:14px;
    width:20px;
    height:20px;
    border-radius:20px;
    line-height:20px;
    text-align:center;
    top:50%;
    margin-top:-11px;
    margin-left:20px;
}

.sidebar-light-clean .menu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-2px;
    opacity:0.8;
}

.sidebar-light-clean .menu-item strong{
    font-size:11px;
    position:absolute;
    left:214px;
    color:#656f76;
    top:50%;
    margin-top:-14px;
    font-weight:600;
    width:40px;
    text-align:center;
}

.sidebar-light-clean .menu-item em{
    font-family:'Roboto', sans-serif;
    color:#3a3a3a;
    display:block;
    line-height:38px;
    font-style:normal;
    padding-left:75px;
    font-size:13px;
    font-weight:500;
}

.sidebar-light-clean .submenu-active:first-child em{
    color:#000000!important;
    font-weight:600;
    font-size:14px;
    padding-top:0px;
}

.sidebar-light-clean .submenu-item{
    height:38px;
    color:#6b757d;
}

.sidebar-light-clean .submenu-item em:hover{
    color:#4B77BE;
}

.sidebar-light-clean .submenu-item i:first-child{
    position:absolute;
    font-size:8px;
    top:50%;
    margin-top:-9px;
    margin-left:35px;
}

.sidebar-light-clean .submenu-item i:last-child{
    position:absolute;
    font-size:5px;
    margin-left:232px;
    top:50%;
    margin-top:-6px;
    opacity:0.5;
}

.sidebar-light-clean .submenu-item em{
    font-family:'Roboto', sans-serif;
    display:block;
    line-height:30px;
    font-style:normal;
    padding-left:75px;
    font-size:12px;
    font-weight:500;
}

.sidebar-light-clean .submenu-active{
    display:block;
    color:#4B77BE;
}

.sidebar-light-clean .show-submenu{
    max-height:38px!important;
}

.sidebar-light-clean .submenu{
    overflow:hidden;
    max-height: 0;
}

.sidebar-light-clean .submenu-active{
    max-height: 600px;
}

.sidebar-light-clean .submenu-item-active{
    display:block;
    color:#4B77BE;
    transition:all 250ms ease;
}

.sidebar-light-clean .submenu-item-active .fa-circle{
    color:#4B77BE!important;
    opacity:1!important;
}

.sidebar-light-clean .submenu-active strong{
    color:#000000;
    font-weight:700;
    font-size:11px;
}

.sidebar-light-clean .snap-drawer{
    background-color:#ffffff!important;
}

.sidebar-light-clean .sidebar-menu{
    margin-bottom:30px;
}

.sidebar-light-clean .sidebar-divider{
    font-family:'Roboto', sans-serif;
    margin-top:-10px;
    margin-bottom:20px;
    padding-bottom:7px;
    padding-top:15px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    color:495254;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.sidebar-light-clean .sidebar-footer{
    font-family:'Roboto', sans-serif;
    border-top:solid 1px rgba(0,0,0,0.1);
    margin-bottom:10px;
    padding-top:10px;
    font-size:10px;
    padding-left:30px;
    font-weight:800;
    text-transform: uppercase;
    color:495254;
    margin-top:-20px;
}

.sidebar-light-clean .sidebar-form{
    width:220px;
    margin-left:20px;
    padding-bottom:20px;
}

.sidebar-light-clean .sidebar-form .button{
    letter-spacing:normal;
    font-weight:600;
    font-family:'Open Sans', sans-serif;
}

.sidebar-light-clean .sidebar-form em{
    font-size:11px;
    font-style:normal;
    font-weight:500;
    margin-bottom:20px;
    display:block;
    padding-left:10px;
    color:#666666;
}

.sidebar-light-clean .sidebar-form .contactField{
    font-family:'Roboto', sans-serif;
    height:40px!important;
    line-height:40px!important;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08);
    margin-bottom:20px;
    padding-left:10px;
}

.sidebar-light-clean .sidebar-form .contactField:hover{
    color:#4090e2;
}

.sidebar-light-clean .sidebar-form .contactField:focus{
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
}

.sidebar-light-clean .sidebar-form .contactTextarea{
    height:40px;
    background-color:transparent;
    border:none;
    border-bottom:solid 1px rgba(255,255,255,0.08)!important;
    margin-bottom:40px;    
    padding-left:10px;
}

.sidebar-light-clean .sidebar-form .contactTextarea:hover{
    color:#4090e2;
}

.sidebar-light-clean .sidebar-form .formValidationError{
    line-height:30px;
}

.sidebar-light-clean .sidebar-form .contactTextarea:focus{
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:solid 1px #2cc36b!important;
    height:100px;
}

.sidebar-light-clean .snap-drawer-right::-webkit-scrollbar { width: 0 !important }

.sidebar-light-clean .sidebar-form .formValidationError{
    font-size:11px!important;
    text-align:center;
    background-color:#c0392b;
    color:#FFFFFF;
    margin-bottom:20px;
}

.sidebar-light-clean .formSuccessMessageWrap{
    font-size:11px!important;
    text-align:center;
    background-color:#27ae60;
    color:#FFFFFF;
    margin-bottom:20px;
}


.BoardSearch ul li{list-style:none;}
/* È¸¿øÁõ·Êº¸°í */
.container .PhotoList {
    overflow: hidden;
}
.container .PhotoList li {
    width: 45%;
    height: 334px;
    margin: 0 30px 20px 0;
	padding: 20px;
	text-align: center;
    border: 1px solid #EEE;
    float: left;
	list-style:none;
}
.container .PhotoList li h3 {
	margin: 0 0 10px;
	color: #016cba;
	font-size: 16px;
}
.container .PhotoList li:nth-child(2n){ /* ¿À¸¥ÂÊ ¸¶Áö¸· Á¦Ç°¸¸ 3,6,9... */
    margin-right: 0;
}
.container .PhotoList li img {
	max-width: 100%;
	min-height: 120px;
	max-height: 120px;
	width: auto !important;
	height: auto !important;
	/* ÀÌ¹ÌÁö °¡·Î ³ÐÀÌ ÁöÁ¤ ½Ã ¼¼·Î ³ôÀÌ ÀÚµ¿ Á¶Á¤ */
}
.container .PhotoList li img.New{
	max-width: none;
	min-height: 11px;
	max-height: none;
	width: 21px!important;
	height: 11px!important;
	/* ÀÌ¹ÌÁö °¡·Î ³ÐÀÌ ÁöÁ¤ ½Ã ¼¼·Î ³ôÀÌ ÀÚµ¿ Á¶Á¤ */
}
.container .PhotoList li p.Title {
	color: #111;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.2;
}
.container .PhotoList li p.Name {
	margin: 5px 0 10px 0;
	color: #999;
	font-size: 12px;
}
.container .PhotoList li p.Date {
	color: #BBB;
	font-size: 10px;
}
.container .PhotoList li a {
	width: 100%;
	height: 200px;
	display: block;
}
