/*===================================================================================*/
/*  FONTS                                                                            */ 
/*===================================================================================*/

@import url(http://fonts.googleapis.com/css?family=Electrolize);

/*===================================================================================*/
/*  RESET                                                                            */ 
/*===================================================================================*/

    * { outline: 0; }
    body { line-height: 1; margin: 0; padding: 0; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; } 
    input[type=submit] { -webkit-appearance: none; }
    table { border-collapse: separate; border-spacing: 0; }
    caption, th, td { text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    *, *:before, *:after {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	/*
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
	dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
	*/
	ul, li {margin: 0; padding: 0;}



/*===================================================================================*/
/*  BASIC                                                                            */ 
/*===================================================================================*/

    body {
        color: #888888;
		font-family: 'Nanum Gothic','나눔고딕',돋움;
		font-size: 0.75em;

        -webkit-text-size-adjust: 100%;
          -webkit-font-smoothing: antialiased;
          -webkit-text-rendering: optimizelegibility;
    }


    ::selection{ color: #ffffff; background-color: #5ac1ca; }
    ::-moz-selection{ color: #ffffff; background-color: #5ac1ca; }



/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */ 
/*===================================================================================*/

    h1, h2, h3, h4, h5, h6 {
        color: #102b37;
        font-weight: 800;
        margin: 0  0 20px 0;
		font-family:'Nanum Gothic','나눔고딕',돋움;
    }

    h1, h2, h3 { line-height: 30px; }
    h4, h5, h6 { line-height: 20px; }

    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 17px; }
    h5 { font-size: 14px; }
    h6 { font-size: 12px; }

    p { 
        line-height: 22px;
        margin-bottom: 20px; 
    }

    * p:last-child {  margin-bottom: 0; }
    p:empty { display: none; }


    b, strong { font-weight: 600; }
    small { font-size: 80%; }
    cite { font-style: normal; }
    em { font-style: italic; }

	.f30 { font-size: 30px; }

    /*------------------------------------------
        links       
    ------------------------------------------*/
    a { 
        color: #5ac1ca; 
        text-decoration: none; 

        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }

    a:hover { color: #102b37; }
    p a, p a:visited { line-height: inherit; }

    a img { 
        border: none; 
        vertical-align: middle;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }



    /*------------------------------------------
        blockquote       
    ------------------------------------------*/
    blockquote {
        padding: 20px;
        margin: 30px 0;
        background-color: #f2fbff;
        border: 1px solid #d5edf8;
        border-left: 5px solid #d5edf8;
    }

    blockquote p {
        color: #6f7f87;
        font-size: 15px;
        fon-weight: 400;
        font-style: italic;
        font-family: 'Tinos', serif;
        line-height: 22px;
    }



    /*------------------------------------------
        address
    ------------------------------------------*/
    address {
        display: block;
        margin-bottom: 20px;
        font-style: normal;
        line-height: 20px;
    }

	#bo_v_con pre {
        background-color: transparent;
        border: 0;
		overflow-x: hidden;
	}


    /*------------------------------------------
        list
    ------------------------------------------*/
    ul, ol, dl { 
        line-height: 22px;  
        margin-bottom: 25px; 
        list-style-position: outside; 
    }

    ul ul, 
    ul ol, 
    ol ol,
    ol ul { 
        margin-left: 20px;
        margin-bottom: 0; 
    }

    dt { font-weight: bold; }
    dd { margin-left: 10px; }



/*===================================================================================*/
/*  OTHER STYLE                                                                      */ 
/*===================================================================================*/

    
    .hide { display: none !important; }


    /*------------------------------------------
        clearfix        
    ------------------------------------------*/

    .clearfix:before, 
    .clearfix:after { 
        display: table; 
        content: ""; 
        line-height: 0; 
    }

    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }
    .clear { clear:both; }



    /*------------------------------------------
        align style     
    ------------------------------------------*/

    .aligncenter {
        display: block;
        margin:15px auto;
        clear: both;
    }

    .alignleft { float: left; }
    .alignright {float: right; }

    .text-left{ text-align: left; }
    .text-right { text-align: right; }
    .text-center { text-align: center; }

    .no-float { float: none !important; }



    /*------------------------------------------ 
        images
    ------------------------------------------*/
    img { 
        width: auto/9;
        max-width: 100%;
        height: auto; 
        vertical-align: middle;
        image-rendering: optimizeQuality;
        -ms-interpolation-mode: bicubic;
    }

    img.alignleft { margin-right: 25px; }
    img.alignright { margin-left: 25px; }
    img.aligncenter{ margin-bottom: 25px; }





/*************************************************************************************/ 
/*                                                                                   */
/*                                 TEMPLATE STYLE                                    */
/*                                                                                   */
/*************************************************************************************/





/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

    .section {
        overflow: hidden;
        position: relative;
        padding-top: 90px;
    }

    .section .container {
        padding-bottom: 60px;
        position: relative;
    }

    .container.border {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 1px dashed #d1d1d1;
    }

    #wrapper {
        padding-top: 130px;
    }

    .grey { background-color: #f8f8f8; }



/*===================================================================================*/
/*  PARALAX                                                                          */
/*===================================================================================*/


    .parallax, .parallax-contact {
        overflow: hidden;
        width: 100%;
        background-attachment: fixed;
        background-position: 50% 0;
    }

        .parallax .container {
            text-align: center;
            padding: 175px 0; 
        }

        .parallax-contact .container {
            text-align: left;
            min-height: 450px;
        }



    /*------------------------------------------
        parallax color
    ------------------------------------------*/

        .parallax,
        .parallax h1,
        .parallax h2,
        .parallax h3,
        .parallax h4,
        .parallax h5,
        .parallax h6,
        .parallax a:hover { 
            color: #fff; 

        }

        .parallax .titles {
            border-color: rgba(255,255,255,0.2);
        }

        .parallax a { 
            color: #fff;
            color: rgba(255, 255, 255, 0.8); 
        }



    /*------------------------------------------
        parallax bagkground fix
    ------------------------------------------*/

        @media only screen and (min-width: 1920px) { 
            .parallax { background-size: cover; } 
        }

        @media only screen and (max-width: 1024px) { 
            .parallax { 
                background-size: cover; 
                background-attachment: scroll; 
                background-position: top bottom !important; 
            }
        }


    /*------------------------------------------
        parallax bagkground
    ------------------------------------------*/
        
        #home      { background-image: url('../images/px001.jpg'); }
        #parallax2 { background-image: url('../images/px002.jpg'); }
        #parallax3 { background-image: url('../images/px003.jpg'); }
        #parallax4 { background-image: url('../images/px004.jpg'); }
        #parallax5 { background-image: url('../images/px005.jpg'); }
        #parallax6 { background-image: url('../images/px006.jpg'); }
        #parallax7 { background-image: url('../images/px007.jpg'); }
        #parallax8 { background-image: url('../images/px008.jpg'); }
        #contact   { background-image: url('../images/bg_contact.jpg'); }



/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

    .nav {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 0 50px; 
        position: fixed;
        background: url('../images/navi_bg.gif') repeat;

        -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
           -moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
            -ms-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
             -o-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
                box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    }


    /*------------------------------------------
        LOGO STYLE                 
    ------------------------------------------*/

        .logo {
            height: 100px;
            display: table-cell;
            vertical-align: middle;
        }



    /*------------------------------------------
        MENU STYLE           
    ------------------------------------------*/

        .menu {
            height: 100px;
            margin-bottom: 0;
            display: table-cell;
            vertical-align: middle;
        }

            .menu li {
                display: inline;
                margin-left: 15px;
            }

                .menu a,
                .mobile-menu a {
                    font-size: 14px;
                    color: #fff;
                    text-transform: uppercase;
                    font-family: 'Electrolize', 'Nanum Gothic';
                }

				.mobile-menu a {
					display: block;
					width: 100%;
				}

                .menu a:hover,
                .mobile-menu a:hover {
                    color: #f8f127;
					text-decoration: underline;
                }

                .menu .current a,
                .mobile-menu .current a {
                    color: #f8c927;
					text-decoration: underline;
                }



    /*------------------------------------------
        MOBILE MENU        
    ------------------------------------------*/

        .mobile-btn {
            display: none;
            height: 100px;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .mobile-btn i {
            width: 35px;
            height: 35px;
            cursor: pointer;
            background: url('../images/mobile_menu_btn.png') no-repeat;
            text-align: center;
            color: #fff;
            font-size: 19px;
            line-height: 35px;
            float: right;
            position: relative;
            display: block;
            text-indent: -9999px;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
        }

        .mobile-menu {
            display: none;
            float: right;
            width: 100%;
            margin-bottom: 8px;
        }

        .mobile-menu li {
            text-align: center;
            margin: 0 0 3px 0;
            padding-top: 3px;
            border-top: 1px dotted #d1d1d1;
        }



/*===================================================================================*/
/*  HOME PAGE                                                                        */
/*===================================================================================*/

    .home-wrapper {
        width: 960px;
        margin: 0px auto;
        padding: 220px 0;
        text-align: center;
    }

        .home-wrapper h3 {
            color: #fff;
            line-height: 150%;
            font-size: 60px;
            font-weight: 400;
            margin-bottom: 0px;
        }

        .home-wrapper strong {
            font-weight: 800;
        }

        .home-wrapper a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            margin-top: 15px;
            display: inline-block;
            letter-spacing: 0.1em;
        }

        .home-wrapper a:hover {
            color: #5ac1ca;
            border-color: #5ac1ca;
        }



    /*------------------------------------------ 
        istope
    ------------------------------------------*/

        .isotope-hidden.isotope-item{
            pointer-events: none;
            z-index: 1;
        }

        .isotope, 
        .isotope .isotope-item{
            z-index: 2;

            -webkit-transition-duration: 0.6s;
               -moz-transition-duration: 0.6s;
                -ms-transition-duration: 0.6s;
                 -o-transition-duration: 0.6s;
                    transition-duration: 0.6s;
        }

        .isotope {
            -webkit-transition-property: height, width;
               -moz-transition-property: height, width;
                -ms-transition-property: height, width;
                 -o-transition-property: height, width;
                    transition-property: height, width;
        }

        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
               -moz-transition-property: -moz-transform, opacity;
                -ms-transition-property: top, left, opacity;
                 -o-transition-property: top, left, opacity;
                    transition-property: transform, opacity;
        }




#businessresult .container h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
	padding: 0;
}

#businessresult .container ul {
	margin: 0 0 30px 0;
}




/*===================================================================================*/
/*  BLOG                                                                             */
/*===================================================================================*/

    .blog-boxed {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto 90px auto;
    }

    .blog-fullwidth {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 90px 0;
    }

        .blog-items {
            position: relative;
        }

        .blog-items {
            margin: 0 -15px;
            padding-bottom: 30px;
            border-bottom: 1px dashed #d1d1d1;
        }

            .blog-items article {
                float: left;
                width: 33.333%;
                padding: 0 15px;
                margin-bottom: 30px;
            }

            .blog-fullwidth article {
                width: 19.9%;
            }



    /*------------------------------------------ 
        post content
    ------------------------------------------*/

        .blog-items .post-content {
            padding: 30px;
            background-color: #fff;
            border: 1px solid #f2f2f2;
        }

            /* title */
            .blog-items h2 {
                font-size: 16px;
                font-weight: 600;
                line-height: 22px;
                margin-bottom: 5px; 
                margin-bottom: 15px;
                padding-bottom: 15px;
                letter-spacing: normal;
                border-bottom: 1px solid #f2f2f2;
            }

            .blog-items h2 a:hover { color: #5ac1ca; }



            /* read more and comment */
            .read-more,
            .comm-num {
                font-weight: 600;
                font-size: 12px;
                color: #888;
            }

            .read-more { float: left; }
            .comm-num { float: right; }

            .read-more:hover,
            .comm-num:hover { color: #5ac1ca; }

                .comm-num i { margin-right: 5px; }



            /* post meta */
            .blog-items .meta {
                font-size: 10px;
                padding-top: 15px;
                margin-top: 15px;
                border-top: 1px dotted #f2f2f2;
            }



    /*------------------------------------------ 
        post quote
    ------------------------------------------ */
    
        .post-quote {
            color: #fff;
            padding: 30px;
            position: relative;
            background-color: #102b37;
            overflow: hidden;
        }

            .post-quote p {
                position: relative;
                z-index: 1;
                margin-bottom: 0;
                font-weight: 600;
                line-height: 18px;
            }


            .post-quote i {
                position: absolute;
                font-size: 30px;
                opacity: 0.1;
                filter:alpha(opacity=10);
            }

            .post-quote i.icon-quote-left {
                left: 20px;
                top: 20px;
            }

            .post-quote i.icon-quote-right {
                right: 20px;
                bottom: 20px;
            }



/*===================================================================================*/
/*  SINGLE POST                                                                      */
/*===================================================================================*/

    #content {
        width: 71%;
        float: left;
        margin-bottom: 60px;
    }

        .single-post {
            margin-bottom: 40px;
        }

            .single-post-media {
                margin-bottom: 30px;
            }

		#contact.parallax .info {
			text-align: left;
			line-height: 140%;
		}


    #contact input[type="text"], 
    #contact input[type="email"], 
    #contact input[type="password"],
    #contact textarea { 
        color: #888;
        padding: 12px;
        border: none;
        font-size: 12px;
        font-family: inherit; 
        font-weight: 400; 
        font-style: normal;
        overflow: hidden;
        vertical-align: middle;
        margin-bottom: 20px;
        background-color: #f8f8f8;
        border: 1px solid #f2f2f2;

        -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.015);
           -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.015);
                box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.015);

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }

    #contact textarea { width: 100%; }

    #contact input[type="text"]:focus, 
    #contact input[type="email"]:focus,
    #contact input[type="password"]:focus,
    #contact textarea:focus { 
        background-color: #fff;
        border-color: #e9e9e9;
    }

    #contact label,
    #contact select,
    #contact input[type="button"],
    #contact input[type="reset"],
    #contact input[type="submit"],
    #contact input[type="radio"],
    #contact input[type="checkbox"] {
      cursor: pointer;
    }


    #contact input[type="button"],
    #contact input[type="submit"] {
        border: none; 
    }


    #contact input::-webkit-input-placeholder,
    #contact textarea::-webkit-input-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    #contact input::-moz-placeholder,
    #contact textarea::-moz-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    #contact input:-moz-placeholder,
    #contact textarea:-moz-placeholder {
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }

    #contact input:-ms-input-placeholder,
    #contact textarea:-ms-input-placeholder { 
        font-size: 10px;
        color: #999;
        text-transform: uppercase;
    }


    #contact .contact-form input[type="text"],
    #contact .contact-form textarea {
        width: 100%;
    }

    #contact .contact-form .btn {
        padding-left: 50px;
        padding-right: 50px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
	}

	#contact label {
		display: none;
	}


    /*------------------------------------------ 
       post tile
    ------------------------------------------ */

            .single-post-title {
                text-align: center;
                margin-bottom: 20px;
            }

                .single-post-title h1 {
                    font-size: 26px;
                    font-weight: 800;
                    margin-bottom: 10px;
					padding-bottom:10px;
                    text-transform: uppercase;
					border-bottom: 1px solid #333;
                }

                .single-post-title div {
                    font-size: 10px;
                    margin-bottom: 10px;
                    letter-spacing: 0.05em;
                    text-transform: uppercase;
                }

                    .single-post-title span {
                        padding: 0 5px;
                        position: relative;
                        display: inline-block;
                    }



/*===================================================================================*/
/*  SIDEBAR                                                                          */
/*===================================================================================*/

    #sidebar {
        padding-top: 20px;
        width: 25%;
        float: right;
        margin-bottom: 60px;
    }

        #sidebar  .widget {
            margin-bottom: 60px;
        }

        #sidebar .widget:last-child {
            margin-bottom: 0;
        }

            #sidebar h3 {
                color: #858f93;
                line-height: 1;
                font-size: 16px;
                font-weight: 800;
                margin-bottom: 5px;
				padding-bottom:10px;
				font-family: 'Nanum Gothic', '나눔고딕', dotum;
				border-bottom: 1px dotted #e8e8e8;
            }



    /*------------------------------------------ 
        category  
    ------------------------------------------ */

        .widget-category a {
            display: block;
            padding: 5px 0 5px 12px;
            font-size: 12px;
            border-bottom: 1px dotted #e8e8e8;
			color: #666;
        }

        .widget-category li:first-child a {
            padding-top: 0;
        }

		.widget-category .new {
			color: orange;
			font-size: 11px;
		}

		.widget-category .bold {
			font-weight: bold;
			font-style: normal;
		}



    /*------------------------------------------ 
        tags  
    ------------------------------------------ */

        .widget-tagcloud a {
            color: #B8B8B8;
            float: left; 
            font-weight: 600; 
            font-size: 9px;
            padding: 8px 12px;
            margin: 0 4px 4px 0;
            border: 1px dotted #e8e8e8; 
        }

        .widget-tagcloud a:hover {
            color: #5ac1ca;
            border-color: #5ac1ca;
        }



    /*------------------------------------------ 
        enteries post  
    ------------------------------------------ */

        .widget-enteries li {
            overflow: hidden;
            margin-bottom: 15px;
        }

        .widget-enteries li:last-child {
            margin-bottom: 0;
        }

            .enteries-thumbnail {
                float: left;
                margin-right: 15px;
                display: inline-block;
                position: relative;
                overflow: hidden;
            }

             .enteries-thumbnail img {
                -webkit-border-radius: 2px;
                   -moz-border-radius: 2px;
                        border-radius: 2px;
            }

                .enteries-thumbnail i {
                    line-height: 24px;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    left: 50%;
                    top: 10%;
                    font-size: 24px;
                    margin-left: -12px;
                    margin-top: -12px;
                    width: 24px;
                    height: 24px;

                    opacity: 0;
                    filter:alpha(opacity=0);
                }

            .enteries-context {
                padding-top: 5px;
            }

                .enteries-context a {
                    display: block;
                    font-size: 12px;
                    line-height: 15px;
                }

                .enteries-context span {
                    font-size: 9px;
                }



/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

    #footer {
        color: #fff;
        font-size: 11px;
        background: url('../images/bg_footer.gif') repeat;
        text-align: center;
		padding: 20px 0;
		margin: 0;
    }



/*===================================================================================*/
/*  TIMELINE                                                                         */
/*===================================================================================*/

    .timeline {
        max-width: 890px;
        width: 100%;
        margin: 0 auto 90px auto; 
        position: relative;
    }

    .timeline:before {
        content: '';
        height: 100%;
        top: 0;
        left: 50%;
        z-index: 0;
        margin-right: -1px;
        position: absolute;
        border-left: 1px dotted #e8e8e8;
    }



    /*------------------------------------------ 
        year / to top 
    ------------------------------------------*/

        .year,
        .to-top {
            width: 70px;
            height: 70px;
            clear: both;
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            line-height: 70px;
            margin: 60px auto;
            text-align: center;
            position: relative;
            border-radius: 100px;
            background-color: #81beda;
        }

        .year.top-year{
            width: 120px;
            height: 120px;
            margin-top: 0;
            font-size: 20px;
            line-height: 120px;
        }

        .to-top i {
            font-size: 29px;
            color: #fff;
            line-height: 70px;
            margin: 0 !important;
        }



    /*------------------------------------------ 
        event
    ------------------------------------------*/

        .event {
            margin: 30px 0;
            max-width: 330px;
            width: 100%;
            position: relative;
        }

        .event.first {margin-top: -15px; }

            .event > div {
                border: 1px dotted #e8e8e8;
                padding: 20px;
            }

                .event h3 {
                    font-size: 16px;
                    line-height: 18px;
                    margin-bottom: 5px;
                }

                    .event span {
                        color: #5ac1ca;
                        font-size: 10px;
                        display: block;
                        margin-bottom: 15px;
                        padding-bottom: 15px;
                        border-bottom: 1px dotted #e8e8e8;
                    }



    /*------------------------------------------ 
        point
    ------------------------------------------ */

        .event .point{
            top: 50%;
            padding: 0;
            z-index: 10;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            position: absolute;
            border-radius: 100px;
            border: 1px solid #5ac1ca;
            background-color: #5ac1ca;

            -webkit-box-shadow: inset 0 0 0 2px #fff;
               -moz-box-shadow: inset 0 0 0 2px #fff;
                    box-shadow: inset 0 0 0 2px #fff;
        }

            .event .point:before{
                content: "";
                width: 106px;
                top: 50%;
                position: absolute;
                border-top: 1px dotted #e8e8e8;
            }


            .event.alignleft .point { right: -121px; }
            .event.alignleft .point:before { left: -110px; }
            .event.alignright .point { left: -121px; }
            .event.alignright .point:before { right: -110px; }



/*===================================================================================*/
/*  TITLES                                                                           */
/*===================================================================================*/
    
    .titles {
        width: 100%;
        max-width: 1170px;
        text-align: center;
        padding-bottom: 30px;
        margin: 0 auto 10px;
    }

    .titles.no-border {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .titles.no-margin {
        margin-bottom: 0;
    }

        .titles h1 {
            font-size: 55px;
            font-weight: normal;
            margin-bottom: 10px;
			line-height: 100%;
			font-family: 'Nanum Gothic','나눔고딕',돋움;
        }

        .titles h3 {
            color: #454545;
            font-size: 20px;
            font-weight: bold;
            line-height: 35px;
            margin-bottom: 0px;
			line-height: 130%;
			font-family: 'Nanum Gothic','나눔고딕',돋움;
        }

            .titles span{
                color: #5ac1ca;
            }

	#parallax1 .titles, #parallax4 .titles {
			width: 100%;
			max-width: 1170px;
			text-align: left;
			padding-bottom: 30px;
			margin: 60px auto 0 auto;
			border-bottom: 1px dashed #fff;
	}

		#parallax1 .titles h1, #parallax4 .titles h1 {
            font-size: 45px;
            font-weight: normal;
            margin-bottom: 10px;
			font-family: 'Nanum Gothic','나눔고딕',돋움;
			line-height: 100%;
			color: #fff;
		}

        #parallax1 .titles h3, #parallax4 .titles h3 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 0px;
			font-family: 'Nanum Gothic','나눔고딕',돋움;
			line-height: 130%;
        }

	#parallax4 .titles {
			width: 100%;
			max-width: 1170px;
			text-align: left;
			padding-bottom: 30px;
			margin: 0 auto 0 auto;
			border-bottom: 1px dashed #fff;
	}

		 #parallax4 .row .span4 h3 {
			text-align: center;
			margin-top: 30px;
			border-bottom: 1px solid #fff;
		 }

		 #parallax4 .row .span4 {
			text-align: left;
		 }

		 #parallax4 .row .span4 li {
			padding:0  10px;
		 }

	#parallax1 .titles.visit {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

/*===================================================================================*/
/*  FEATURES                                                                         */
/*===================================================================================*/

    .features {
        text-align: center;
    }

        .features img {
            margin-bottom: 25px;
            display: inline-block;
        }

        .features h3 {
            font-size: 14px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 15px;
        }

		.features h2 {
			margin-bottom: 5px;
		}

/*===================================================================================*/
/*  SERVICES                                                                         */
/*===================================================================================*/

	#services {
		background: url('../images/bg_services.gif') repeat;
	}
	
	#services {
		text-align: center;
	}
	
	#services .titles h3 {
		color: #fff;
	}

		#services .services_section {
			width: 298px;
			height: 298px;
			position: relative;
			background: url('../images/services_section_bg.png') no-repeat;
		}

		#services .services_section h3 {
			text-align: center;
			color: #666;
			width: 86%;
			margin: 0 auto 20px;
			padding-top: 70px;
			padding-bottom: 10px;
			border-bottom: 2px solid #666;
		}
		
		#services .services_section h3 span {
			font-size: 30px;
		}

		#services .services_section span {
			font-size: 15px;
			display: block;
			text-align: center;
			color: #666;
			margin: 0 auto;
			padding: 0px 40px 0 40px;
			line-height: 120%;
		}

    .services {
        width: 50%;
        float: left;
        border: 1px solid transparent;   
    }



    /*------------------------------------------
        sevices border
    ------------------------------------------*/

        .services:nth-child(2n+1) {
            border-right: 1px dashed #E8E8E8;
            border-top: 1px dashed #E8E8E8;
            padding: 50px 50px 50px 0; 
        }

        .services:nth-child(2n) {
            border-top: 1px dashed #E8E8E8;
            padding: 50px 0 50px 50px;
        }

        .services:first-child{
            border: 1px solid transparent;
            border-right: 1px dashed #E8E8E8;
            padding: 50px 50px 50px 0; 
        }

        .services:nth-child(2) {
            border: 1px solid transparent;
        }



    /*------------------------------------------
        sevices icon
    ------------------------------------------*/

        .services i {
            float: left;
            font-size: 60px;
            margin-right: 30px;
            padding: 25px;
            text-align: center;
            color: #fff;
            height: 120px;
            width: 120px; 
            line-height: 75px;
            display: inline-block;

            -webkit-border-radius: 5px;
               -moz-border-radius: 5px;
                    border-radius: 5px;
        }

        .services-right i {
            float: right;
            margin: 0 0 0 30px;
        }

        .services i.blue   { background-color: #5ac1ca; }
        .services i.red    { background-color: #e74c3c; }
        .services i.yellow { background-color: #f9c80a; }
        .services i.dark   { background-color: #102b37; }



    /*------------------------------------------
        sevices content
    ------------------------------------------*/

        .services-right {
            text-align: right;
        }

            .services-content {
                overflow: hidden;
            }

                .services h3 {
                    font-size: 14px;
                    margin-bottom: 0;
                    line-height: 40px;
                }

                .services-content ul {
                    margin-bottom: 0;
                    line-height: 30px;
                }



/*===================================================================================*/
/*  STATS                                                                            */
/*===================================================================================*/

    .stats {
        padding: 50px 0;
        text-align: center;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    }

        .stats .num {
            color: #5ac1ca;
            font-size: 40px;
            font-weight: 800;
            margin-bottom: 5px;
        }

        .stats .type {
            color: #B4B2A8;
            font-weight: 600;
            font-size: 11px;
        }



/*===================================================================================*/
/*  TEAM                                                                             */
/*===================================================================================*/

	#equipments_status {
		background: #FFF;
	}



/*===================================================================================*/
/*  TEAM                                                                             */
/*===================================================================================*/

	#team.parallax {
		padding: 20px 0;
		background: #369;
		height: auto;
	}

	#team .container {
		margin: 0 auto;
		padding: 50px 0;
	}

	.team { 
        width: 33.3%;
        float: left;
        text-align: center;
    }

	.team-photo {
        max-height: 280px;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
	}

        .team-photo img {
        	width: 100%;
            -webkit-transition: -webkit-transform 0.2s ease;
               -moz-transition: -moz-transform 0.2s ease;
                    transition: transform 0.2s ease;
        }

		.team-photo:hover img {
	        -webkit-transform: scale(1.2);
	           -moz-transform: scale(1.2);
	            -ms-transform: scale(1.2);
	             -o-transform: scale(1.2);
	                transform: scale(1.2);
		}

        .team-content { padding: 0 30px; }

            .team h2 {
                font-size: 16px;
                font-weight: 400;
                line-height: 16px;
                margin-bottom: 5px;
            }

            .team span {
                font-size: 11px;
                display: inline-block;
				font-weight: bold;
				color: #e54d8c;
				border-bottom: 1px solid #e54d8c;
            }

            .team-content p {
				margin: 10px 0;
				padding: 0;
				line-height: 150%;
			}


            .team-content ul,
            .team-content li {
                display: inline-block;
            }

            .team-content li {
				margin: 0 2px;
            }

            .team-content li a img {
				opacity: 0.6 !important;
				filter:alpha(opacity=60);
				-webkit-transition: -webkit-transform 0.2s ease;
				   -moz-transition: -moz-transform 0.2s ease;
						transition: transform 0.2s ease;
            }

	            .team-content li a img:hover {
					opacity: 1 !important;
					filter:alpha(opacity=100);
				}

			.team-content .progress-bar {
				background: #bfebef;
			}

			#team .team .progress-skill-text {
				color: #fff;
				border-bottom: none;
				margin:0;
			}


/*===================================================================================*/
/*  PRICETABLE                                                                       */
/*===================================================================================*/

    .pricetable {
        margin-top: 7px;
        color: #7f8c8d;
        padding: 0px 35px;
        border: 1px solid #ededed;
        text-align: center;
        background-color: #fff;

        -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
    }

    .pricetable-features {
        background-color: #fff;
    }

        .pricetable ul { 
            margin: 0; 
        }   



    /*------------------------------------------
        price table title
    ------------------------------------------*/

        .pricetable-title h3 {
            font-size: 16px;
            margin: 0;
            color: #102b37;
            padding: 30px 0;
            line-height: 1;
            margin-bottom: 2px;
            border-bottom: 1px dotted #d1d1d1;
        }

        .pricetable-features .pricetable-title h3 {
            color: #5ac1ca;
            font-weight: 800;
            font-size: 20px;
        }



    /*------------------------------------------
        price table price
    ------------------------------------------*/

        .pricetable-price {
            padding: 30px 0;
            margin-bottom: 7px;
            border-top: 1px dotted #d1d1d1;
            border-bottom: 1px dotted #d1d1d1;
        }

            .pricetable-price h3 {
                color: #102b37;
                font-size: 30px;
                font-weight: 800;
                line-height: 1;
                margin-bottom: 10px;
            }

            .pricetable-features .pricetable-price h3 {
                color: #5ac1ca;
            }

            .pricetable-price span { 
                display: block; 
                font-size: 11px;
                font-weight: 600;
            }

            .pricetable-features .pricetable-price span {
                color: #5ac1ca;
            }



    /*------------------------------------------
        price table item
    ------------------------------------------*/

        .pricetable-item { 
            font-size: 11px;
            margin-bottom: 9px;
            padding-bottom: 9px;
            border-bottom: 1px dotted #d1d1d1;
        }



    /*------------------------------------------
        price table button
    ------------------------------------------*/

        .pricetable-btn { 
            padding: 20px 0 29px 0;
        }

            .pricetable-btn .btn {
                color: #fff;
                font-weight: 600;
                margin: 0;
                padding: 10px 45px;

                -webkit-border-radius: 2px;
                   -moz-border-radius: 2px;
                        border-radius: 2px;
            }



/*===================================================================================*/
/*  CONTACT                                                                          */
/*===================================================================================*/



/*===================================================================================*/
/*  TWITTER / TESTIMONIALS                                                                         */
/*===================================================================================*/

    .twitter,
    .testimonials {
        font-weight: 600;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        position: relative;
        text-transform: uppercase;
		padding:0;
    }

        .tweet_time {
            margin: 15px 0;
            display: block;
            text-align: center;
        }

            .tweet_time a {
                text-transform: uppercase;
                font-size: 10px;
                font-weight: 600;
            }


    .testimonials p {
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
        font-family: 'Tinos', serif;
    }

    .testimonials span {
        margin: 15px 0;
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 800;
    }


    /*------------------------------------------
        flexsilder control navigation
    ------------------------------------------*/

        .twitter .flex-control-nav,
        .testimonials .flex-control-nav {
            margin-bottom: 0;
        }

            .twitter .flex-control-nav li,
            .testimonials .flex-control-nav li {
                margin: 0 3px;
                display: inline-block;
            }

            .twitter .flex-control-nav a,
            .testimonials .flex-control-nav a {
                cursor: pointer;
                text-indent: -9999px;
                width: 10px;
                height: 10px;
                border: 1px solid #fff;
                display: block;

                -webkit-border-radius: 100px;
                   -moz-border-radius: 100px;
                        border-radius: 100px;
            }

            .twitter .flex-active,
            .testimonials .flex-active { background-color: #fff; }



/*===================================================================================*/
/*  BUTTON                                                                           */
/*===================================================================================*/

    [class*="btn-"] {
        font-weight: 800;
        font-size: 11px;
        padding: 15px 25px;
        margin: 0 5px 5px 0;
        display: inline-block;
        letter-spacing: 0.05em;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.05);

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }

    [class*="btn-"].small {
        font-size: 11px;
        font-weight: 400;
        padding: 10px 15px; 
    }

    [class*="btn-"].large {
        font-size: 12px;
        padding: 18px 35px; 
    }



    /*------------------------------------------
        blue color
    ------------------------------------------*/
    
        .btn-blue {
            color: #fff;
            background-color: #54afd8;
        }
        
        .btn-blue:hover {
            color: #fff;
            background-color: #80c0dd;
        }




    /*------------------------------------------
        red color
    ------------------------------------------*/
    
        .btn-red {
            color: #fff;
            border-color: #e74c3c;
            background-color: #e74c3c;
        }
        
        .btn-red:hover {
            color: #fff;
            border-color: #F26D5E;
            background-color: #F26D5E;
        }


    /*------------------------------------------
        yellow color
    ------------------------------------------*/
    
        .btn-yellow {
            color: #fff;
            border-color: #f9c80a;
            background-color: #f9c80a;
        }
        
        .btn-yellow:hover {
            color: #fff;
            border-color: #fed73f;
            background-color: #fed73f;
        }


    /*------------------------------------------
        orange color
    ------------------------------------------*/
    
        .btn-orange {
            color: #fff;
            border-color: #5ac1ca;
            background-color: #5ac1ca;
        }
        
        .btn-orange:hover {
            color: #404041;
            border-color: #4ed5e1;
            background-color: #4ed5e1;
        }



    /*------------------------------------------
        dark color
    ------------------------------------------*/
    
        .btn-dark {
            color: #fff;
            border-color: #102b37;
            background-color: #102b37;
        }
        
        .btn-dark:hover {
            color: #fff;
            border-color: #244a5b;
            background-color: #244a5b;
        }



    /*------------------------------------------
        blue color
    ------------------------------------------*/
    
        .btn-blue {
            color: #fff;
            border-color: #17dbec;
            background-color: #17dbec;
        }
        
        .btn-blue:hover {
            color: #fff;
            border-color: #5ac1ca;
            background-color: #5ac1ca;
        }



/*===================================================================================*/
/*  PAGINATION                                                                       */
/*===================================================================================*/

    .pagination {
        text-align: center;
        padding: 0px 30px 60px 30px; 
        margin: -30px auto 0 auto;
    }

        .pagination ul {
            display: inline-block;
            margin-bottom: 0;
        }

            .pagination li {
                float: left;
                margin: 0 2px;
            }

                .pagination a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    color: #ffffff;
                    font-size: 12px;
                    font-weight: 600;
                    background-color: #102b37;

                    -webkit-border-radius: 2px;
                       -moz-border-radius: 2px;
                            border-radius: 2px;
                }

                .pagination a:hover,
                .pagination .current {
                    background-color: #244a5b;
                }

                .pagination i {
                    margin-right: 0 !important;
                }



/*===================================================================================*/
/*  SOCIAL ICON                                                                      */
/*===================================================================================*/

    .social li {
        float: left;
        margin: 0 1px 2px 1px;

    }

        .social a {
            display: block;
            color: #fff;
            font-size: 17px;
            overflow: hidden;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
        }

        a.social-github { background-color: #4183C4; }
        a.social-flickr { background-color: #0063DB; }
        a.social-vimeo { background-color: #44BBFF; }
        a.social-twitter { background: #00ACED url('../images/social_twitter.png') 50% 50% no-repeat; }
        a.social-facebook { background: #3B5998 url('../images/social_facebook.png') 50% 50% no-repeat; }
        a.social-gplus { background-color: #D14836; }
        a.social-pinterest { background-color: #CB2027; }
        a.social-tumblr { background-color: #2C4762; }
        a.social-linkedin { background-color: #007FB1; }
        a.social-dribbble { background: #EA4C89 url('../images/social_dribbble.png') 50% 50% no-repeat; }
        a.social-stumbleupon { background-color: #EB4924; }
        a.social-lastfm { background-color: #D51007; }
        a.social-rdio { background-color: #006ED2; }
        a.social-picasa { background-color: #4B5D5F; }
        a.social-behance { background-color: #1769FF; }
        a.social-spotify { background-color: #80B719; }
        a.social-instagram { background: #3F729B url('../images/social_instagram.png') 50% 50% no-repeat; }
        a.social-dropbox { background-color: #2281CF; }
        a.social-evernote { background-color: #6BB130; }
        a.social-flattr { background-color: #F67C1A; }
        a.social-soundcloud { background-color: #FF6600; }  
        a.social-google-circles { background-color: #245DC1; }
        a.social-smashing { background-color: #E95C33; }
        a.social-youtube { background-color: #CD332D; }
        a.social-500px { background-color: #444444; }
        a.social-deviantart { background-color: #4B5D50; }
        a.social-yelp { background-color: #C93C27;}

        .social a:hover {
            opacity: 0.8;
            filter:alpha(opacity=80);
        }

 

/*===================================================================================*/
/*  ALERT BOX                                                                        */
/*===================================================================================*/

    [class*="alert-box-"] {
        line-height: 20px;
        padding: 15px;
        margin-bottom: 20px;
        font-size: 12px;

        border: 1px solid transparent; 

        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
    }

        [class*="alert-box-"] [class*="icon-"] {
            float: left;
            font-size: 14px;
            margin: 3px 10px 0 0;
        }

        [class*="alert-box-"] > div { 
            overflow: hidden; 
        }

            [class*="alert-box-"] strong {
                font-size: 11px;
                padding-right: 10px;
                text-transform: uppercase;
            }



    /*------------------------------------------
        geeral alert box color
    ------------------------------------------*/

        .alert-box-general {
            color: #7f8c8d;
            border-color: #EEEEEE;
            background-color: #FCFCFC;
        }



    /*------------------------------------------
        error alertbox color
    ------------------------------------------*/

        .alert-box-error {
            color: #AE5E5E;
            border-color: #FEBBBB;
            background-color: #FFE6E6;
        }



    /*------------------------------------------
        success alert box color
    ------------------------------------------*/

        .alert-box-success {
            color: #598760;
            border-color: #C3E4C8;
            background-color: #EDFFF0;
        }



    /*------------------------------------------
        notice alert box color
    ------------------------------------------*/

        .alert-box-notice {
            color: #766B43;
            border-color: #E7D48D;
            background-color: #FBF6E3;
        }



/*===================================================================================*/
/* TOGLE / ACCORDION qna                                                             */
/*===================================================================================*/

    .toggle {
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
    }

	/*
	.toggle > p > a {
        width: 22px;
        height: 22px;
		float: right;
		font-size: 0;
		line-height: 0;
		display: block;
		text-indent: -9999px;
        background: url('../images/faq_link_bullet.png') no-repeat;
		background-position: 50% -1px;
	}

		.toggle > p > a:hover {
			background-position: 50% -21px;
		}
	*/

    .toggle > p {
        font-size: 11px;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 0 0 0 35px;
        position: relative;
    }

    .toggle > p.active {
        color: #5ac1ca;
    }

    .toggle > p:before {
        font-family: FontAwesome;
        font-size: 11px;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        line-height: 21px;
        text-align: center;
        background: url('../images/faq_bullet_off.png') no-repeat;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;

    }

    .toggle > p.active:before {
        color: #fff;
        background: url('../images/faq_bullet.png') no-repeat;
    }

    .toggle > div {
        margin-top: -5px;
        padding-bottom: 20px;
        padding-left: 35px;
        display: none;
    }

    
    /* Toggle and accordion icon */
    .toggle > p:before {
        content: '';
    }

    .toggle > p.active:before {
        content: '';
    }

    .toggle .q span {
		margin-left:15px;
	}
	
	.toggle span.background {
		background: #5ac1ca;
		padding: 5px;
		color: #fff;
		margin-left: 0;
	}

    .toggle .q a {
		text-decoration: none;
		margin-left:5px;
		color: #666;
		font-weight: bold;
    }

    .toggle .q a:hover {
		color: #5ac1ca;
    }



/*===================================================================================*/
/* TABS                                                                              */
/*===================================================================================*/

    ul.tab {
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-bottom: 2px solid #5ac1ca;
    }

    ul.tab li {
        float: left;
        margin-right: 2px;
    }

    .tab-wrapper > div {
        padding-bottom: 15px;
    }

    ul.tab a {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        height: 100%;
        color: #888;
        padding: 15px 25px;
        background-color: #f8f8f8;
        border: 1px solid #efefef;
        border-bottom: none;

        -webkit-border-radius: 2px 2px 0 0;
           -moz-border-radius: 2px 2px 0 0;
                border-radius: 2px 2px 0 0;
    }

    ul.tab a.current {
        color: #fff;
        border: 1px solid #5ac1ca;
        border-bottom: none;
        background-color: #5ac1ca;
    }



/*===================================================================================*/
/* PROGRESS BAR                                                                      */
/*===================================================================================*/

    .progress-bar {
        color: #fff;
        font-weight: 600;
        font-size: 11px;
        background-color: #bfebef;
        line-height: 40px;
        height: 40px;
        margin-bottom: 2px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }

    .progress-bar .bar {
        background-color: #5ac1ca;
        position: relative;
        padding-left: 25px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
    }

    .progress-bar span {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 5px 0 10px;
        background-color: #679db7;

        -webkit-border-radius: 0 2px 2px 0;
           -moz-border-radius: 0 2px 2px 0;
                border-radius: 0 2px 2px 0;
    }

    .progress-bar span:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        left: -3px;
        margin-top: -3px;
        background-color: #679db7;

        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
               -transform: rotate(45deg);
    }



/*===================================================================================*/
/*  FLEXSLIDER                                                                       */
/*===================================================================================*/

    html[xmlns] .slides { display: block; } 
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child { display: block; }
    .flexslider { position: relative; }
    .flexslider ul{ margin: 0; }
    .flexslider.loader { background: url('../images/loader-wide.gif') no-repeat center center; }

    .flexslider .slides:after {
        content: "."; 
        display: block; 
        clear: both; 
        visibility: hidden; 
        line-height: 0; 
        height: 0;
    } 

    .flexslider .slides > li {
        position: relative;
        display: none; 
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img { 
        width: 100%;
        max-width: none;
        display: inline-block;
    }



    /*------------------------------------------
        flexslider direction nav
    ------------------------------------------*/

        .flex-direction-nav a {
            color: #fff;
            bottom: 15px;  
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            background-color: #102b37;
            position: absolute;
            top: 50%;
            margin-top: -15px;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
        }

        .flex-direction-nav .flex-prev {
            left: 15px;
        }

        .flex-direction-nav .flex-next {
            right: 15px;
        }

        .flex-direction-nav a:hover {
            color: #fff;
            background-color: #5ac1ca;
        }

        .flex-direction-nav a:before { 
            font-size: 13px;
            font-family: 'FontAwesome'; 
        }

        .flex-direction-nav a.flex-next:before { content: "\f054"; }
        .flex-direction-nav a.flex-prev:before { content: "\f053"; }



/*===================================================================================*/
/*  AUDIO PLAYER                                                                     */
/*===================================================================================*/

    .audioplayer *,
    .audioplayer *:before,
    .audioplayer *:after {
        -webkit-transition: color .25s ease, background-color .25s ease;
           -moz-transition: color .25s ease, background-color .25s ease;
            -ms-transition: color .25s ease, background-color .25s ease;
             -o-transition: color .25s ease, background-color .25s ease;
                transition: color .25s ease, background-color .25s ease;
    }

    .audioplayer {
        height: 40px;
        color: #fff;
        z-index: 1;
        position: relative;
        background: #7f8c8d;
    }

        .audioplayer > div {
            position: absolute;
        }



    /*------------------------------------------
        play / pause / volume
    ------------------------------------------*/
        
        .audioplayer-playpause,
        .audioplayer-volume {
            width: 40px;
            height: 100%;
            cursor: pointer;
            z-index: 2;
            top: 0;
            left: 0;
        }

        .audioplayer-volume {
            right: 0;
            left: inherit;
        }

        .audioplayer-playpause:hover,
        .audioplayer-playpause:focus,
        .audioplayer-volume:hover,
        .audioplayer-volume:focus {
            background-color: #667476;
        }

            .audioplayer-playpause a,
            .audioplayer-volume-button a,
            .audioplayer-volume-button a { 
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                color: #fff;
                line-height: 40px;
            }

                .audioplayer-playpause a:before,
                .audioplayer-volume-button a:before { 
                    font-size: 13px;
                    font-family: 'FontAwesome'; 
                }

                .audioplayer-playpause a:before { 
                    content: "\f04b"; 
                }

                .audioplayer-playing .audioplayer-playpause a:before{ 
                    content: "\f04c"; 
                }

                .audioplayer-volume-button a:before { 
                    content: "\f028"; 
                }

                .audioplayer-mute .audioplayer-volume-button a:before{ 
                    content: "\f026"; 
                }


                
    /*------------------------------------------
        time
    ------------------------------------------*/

        .audioplayer-time {
            font-size: 12px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            z-index: 2;
            top: 0;
        }

            .audioplayer-time-current {
                left: 40px;
            }

            .audioplayer-time-duration { 
                right: 40px; 
            }

            .audioplayer-novolume .audioplayer-time-duration {
                right: 0;
            }



    /*------------------------------------------
        bar
    ------------------------------------------*/
        .audioplayer-bar {
            height: 12px;
            background-color: #222;
            cursor: pointer;
            z-index: 1;
            top: 50%;
            right: 85px;
            left: 6.875em;
            margin-top: -6px;
        }

            .audioplayer-novolume .audioplayer-bar{
                right: 85px; 
            }

            .audioplayer-bar div {
                width: 0;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

            .audioplayer-bar-loaded {
                background-color: #636F70;
                z-index: 1;
            }

            .audioplayer-bar-played {
                background: #364547;
                z-index: 2;
            }



    /*------------------------------------------
        volume
    ------------------------------------------*/

        .audioplayer-volume-adjust {
            height: 6.25em;
            cursor: default;
            position: absolute;
            left: 0;
            right: 0;
            top: -9999px;
            background: #667476;
        }

            .audioplayer-volume:hover .audioplayer-volume-adjust {
                top: auto;
                bottom: 100%;
            }

            .audioplayer-volume-adjust > div {
                width: 12px;
                height: 80%;
                z-index: 1;
                margin: 30% auto 0;
                cursor: pointer;
                position: relative;
                background-color: #364547;
            }

                .audioplayer-volume-adjust div div {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background: #1A2526;
                }


        .audioplayer-novolume .audioplayer-volume {
            display: none;
        }



.show-grid {
    margin-bottom: 20px !important;
}

.show-grid [class*="span"] div{
    background-color: #f8f8f8;
    border-radius: 3px 3px 3px 3px;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
    border: 1px solid #efefef
}



    /*------------------------------------------
        board admin setting
    ------------------------------------------*/

	#gnb a {
		font:12px dotum,'돋움';
	}

		#gnb a:hover {
			color: yellow
		}


	#wrapper table {
		font:12px dotum,'돋움';
	}

		#wrapper table th {
			text-align: center;
			font:11px dotum,'돋움';
		}


	.sort_odr a {font:12px dotum,'돋움';}



	#bo_list, #bo_v, #bo_w {
		/* margin: 100px auto 20px auto; */
		max-width: 1280px;
	}

	#bo_sch, .btn_confirm {
		margin-bottom: 20px;
	}

	span.pg {
		width: 100%;
		border:0;
	}






/*===================================================================================*/
/*  BOARD                                                                            */
/*===================================================================================*/

#bo_list {margin: 0;}

.td_name {
	width: 60px;
	text-align: center;
}

#bo_v_img {text-align: center;}


.center {text-align: center;}
.f18 {font-size: 18px; line-height: 140%;}

.equ_tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}

.equ_tbl td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 7px 0;
	font: 12px 'Nanum Gothic';
	color: #333;
}

.equ_tbl th {
	text-align: center;
	border: 1px solid #000;
	background: #333;
	padding: 10px 0;
	color: #fff;
}

.equ_tbl th h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	font: 12px 'Nanum Gothic';
}



.equ { 
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.equ-photo {
	max-height: 280px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

	.equ-photo img {
		width: 100%;
		-webkit-transition: -webkit-transform 0.2s ease;
		   -moz-transition: -moz-transform 0.2s ease;
				transition: transform 0.2s ease;
	}

	.equ-photo:hover img {
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
			-ms-transform: scale(1.2);
			 -o-transform: scale(1.2);
				transform: scale(1.2);
	}

	.equ-content { padding: 0 30px; }

		.equ h2 {
			font-size: 16px;
			font-weight: 400;
			line-height: 16px;
			margin-bottom: 5px;
		}

		.equ span {
			font-size: 12px;
			display: inline-block;
			font-weight: bold;
			color: #e54d8c;
		}

		.equ-content p {
			margin: 10px 0;
			padding: 0;
			line-height: 150%;
		}


		.equ-content ul,
		.equ-content li {
			display: inline-block;
		}

		.equ-content li {
			margin: 0 2px;
		}

		.equ-content li a img {
			opacity: 0.6 !important;
			filter:alpha(opacity=60);
			-webkit-transition: -webkit-transform 0.2s ease;
			   -moz-transition: -moz-transform 0.2s ease;
					transition: transform 0.2s ease;
		}

			.equ-content li a img:hover {
				opacity: 1 !important;
				filter:alpha(opacity=100);
			}