@charset "utf-8";
/*
Template Name: Aerogem
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.6.3.min.css");
@import url("framework.css");
	

@import url("nanumgothic.css");





* {
	
}

body {
font-family: 'Nanum Gothic', sans-serif;}
img {
    display: block;
}
.hambergermenu {
display:none;}
.submenu1, .submenu2, .submenu3, .submenu4 {
display:none;}
li {
list-style:none;}

h1, h2, h3, h4, h5, h6 {
font-family: 'Nanum Gothic', sans-serif;}
/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a {
}

.row1, .row1 a {
}

.row2 {
    border-bottom: 1px solid;
}

.row3, .row3 a {
}

.row4, .row4 a {
}

.row5, .row5 a {
}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
    padding: 15px 0;
    font-size: .8rem;
    text-transform: uppercase;
}

    #topbar * {
        margin: 0;
    }

    #topbar ul li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        border-right: 1px solid;
    }

        #topbar ul li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

    #topbar i {
        margin: 0 5px 0 0;
        line-height: normal;
    }


/* Header
--------------------------------------------------------------------------------------------------------------- */
.wrapper.row1 {
    padding: 80px 0;
    position:relative;
}

    .wrapper.row1::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -15px;
        border: 15px solid;
        content: "";
    }

#header {
    padding: 0 30px;
}

    #header * {
        line-height: 1;
    }

    #header #logo {
        margin-top: 24px;
    }

        #header #logo * {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
    padding: 150px 0 70px;

}
    /* Important to remove .wrapper.row1 padding from the bottom */

    #pageintro article {
        display: block;
        max-width: 50%;

    }

        #pageintro article * {
            margin: 0;
        }

        #pageintro article .heading {
            margin-bottom: 30px;
            font-size: 42px;
            letter-spacing: 2px;
            font-family: 'Nanum Gothic', sans-serif;
        }

        #pageintro article p {
            font-size: 16px;
            line-height: 1.4;
        }

        #pageintro article footer {
            margin-top: 30px;
        }




/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 80px 0;
}

    /* Content */
    .container .content {
    }

.latest {
}

    .latest > li:last-child {
        margin-bottom: 0;
    }
    /* Used when elements stack in small viewports */
    .latest article {
        display: block;
        width: 100%;
        max-width: 320px;
    }

    .latest figcaption {
        display: block;
        padding: 5px 10px;
        font-size: .8rem;
    }

        .latest figcaption time {
            display: block;
            float: left;
        }

        .latest figcaption span {
            display: block;
            float: right;
        }

    .latest .postexcerpt {
        display: block;
        padding: 20px;
        border: solid;
        border-width: 0 1px 1px 1px;
    }

        .latest .postexcerpt * {
            margin: 0 0 15px 0;
        }

        .latest .postexcerpt > :last-child {
            margin-bottom: 0;
        }

    .latest .heading {
        font-size: 1.2rem;
    }

.cta > li:last-child {
    margin-bottom: 0;
}
/* Used when elements stack in small viewports */
.cta article {
    display: block;
    position: relative;
    min-height: 80px;
    padding: 0 0 0 70px;
}

    .cta article::before, .cta article::after {
        display: table;
        content: "";
    }

    .cta article::after {
        clear: both;
    }

    .cta article * {
        margin: 0 0 15px 0;
    }

    .cta article > :last-child {
        margin-bottom: 0;
    }

    .cta article i {
  
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        line-height: 48px;
        margin: 0;
        border: 1px solid;
        text-align: center;
        font-size: 24px;
    }

    .cta article .heading {
        font-size: 1.2rem;
    }

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: bold;
}

#comments time {
    font-size: smaller;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

    #comments .comcont p {
        margin: 10px 5px 10px 0;
        padding: 0;
    }

#comments form {
    display: block;
    width: 100%;
}

#comments input, #comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"], #comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {
}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

    .sidebar .sdb_holder:last-child {
        margin-bottom: 0;
    }


/* Footer
--------------------------------------------------------------------------------------------------------------- */
.wrapper.row4::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid;
    content: "";
}

#footer {
    padding: 50px 0;
}

    #footer .title {
        margin: 0 0 50px 0;
        padding: 0;
        font-size: 1.2rem;
    }

    #footer .linklist li {
        display: block;
        margin-bottom: 15px;
        padding: 0 0 15px 0;
        border-bottom: 1px solid;
    }

        #footer .linklist li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

        #footer .linklist li::before, #footer .linklist li::after {
            display: table;
            content: "";
        }

        #footer .linklist li, #footer .linklist li::after {
            clear: both;
        }

    #footer .contact {
    }

        #footer .contact.linklist li, #footer .contact.linklist li:last-child {
            position: relative;
            padding-left: 20px;
        }

        #footer .contact li * {
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }

        #footer .contact li i {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 16px;
            text-align: center;
        }


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 20px 0;
}

    #copyright * {
        margin: 0;
        padding: 0;
    }


/* Transition Fade
---------------------------------------------------------------------------------------------------------------
*, *::before, *::after {
    transition: all .3s ease-in-out;
}

#mainav form * {
    transition: none !important;
}
     */

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav, #breadcrumb, .sidebar nav {
    line-height: normal;
}

    #mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after {
        position: absolute;
        font-family: "FontAwesome";
        font-size: 10px;
        line-height: 10px;
    }

/* Top Navigation */
#mainav {
}

    #mainav ul {
        text-transform: uppercase;
    }

        #mainav ul ul {
            z-index: 9999;
            position: absolute;
            width: 180px;
            text-transform: none;
        }

            #mainav ul ul ul {
                left: 180px;
                top: 0;
            }

    #mainav li {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0;
    }

        #mainav li:last-child {
            margin-right: 0;
        }

        #mainav li li {
            width: 100%;
            margin: 0;
        }

        #mainav li a {
            display: block;
            padding: 30px 0;
        }

        #mainav li li a {
            border: solid;
            border-width: 0 0 1px 0;
        }

    #mainav .drop {
        padding-left: 15px;
    }

    #mainav li li a, #mainav li li .drop {
        display: block;
        margin: 0;
        padding: 10px 15px;
    }

    #mainav .drop::after {
        top: 32px;
        left: 5px;
    }

    #mainav li li .drop::after {
        top: 12px;
        left: 5px;
    }

    #mainav ul ul {
        visibility: hidden;
        opacity: 0;
    }

    #mainav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    #mainav form {
        display: none;
        margin: 20px 0 0 0;
        padding: 0;
    }

        #mainav form select, #mainav form select option {
            display: block;
            cursor: pointer;
            outline: none;
        }

        #mainav form select {
            width: 100%;
            padding: 5px;
            border: 1px solid;
        }

            #mainav form select option {
                margin: 5px;
                padding: 0;
                border: none;
            }

/* Breadcrumb */
#breadcrumb {
    padding: 15px 0;
}

    #breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase;
    }

    #breadcrumb li {
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

        #breadcrumb li a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0 12px 0 0;
            font-size: 12px;
        }

            #breadcrumb li a::after {
                top: 3px;
                right: 0;
                content: "\f101";
            }

        #breadcrumb li:last-child a {
            margin: 0;
            padding: 0;
        }

            #breadcrumb li:last-child a::after {
                display: none;
            }

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}

    .sidebar nav li {
        margin: 0 0 3px 0;
        padding: 0;
    }

    .sidebar nav a {
        display: block;
        position: relative;
        margin: 0;
        padding: 5px 10px 5px 15px;
        text-decoration: none;
        border: solid;
        border-width: 0 0 1px 0;
    }

        .sidebar nav a::after {
            top: 9px;
            left: 5px;
            content: "\f101";
        }

    .sidebar nav ul ul a {
        padding-left: 35px;
    }

        .sidebar nav ul ul a::after {
            left: 25px;
        }

    .sidebar nav ul ul ul a {
        padding-left: 55px;
    }

        .sidebar nav ul ul ul a::after {
            left: 45px;
        }

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

    .pagination li {
        display: inline-block;
        margin: 0 2px 0 0;
    }

        .pagination li:last-child {
            margin-right: 0;
        }

    .pagination a, .pagination strong {
        display: block;
        padding: 8px 11px;
        border: 1px solid;
        background-clip: padding-box;
        font-weight: normal;
    }

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

    #backtotop i {
        display: block;
        width: 100%;
        height: 100%;
        line-height: inherit;
    }

    #backtotop.visible {
        visibility: visible;
        opacity: .5;
    }

    #backtotop:hover {
        opacity: 1;
    }


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td {
    border-collapse: collapse;
    vertical-align: top;
    background: white;
}

table, th {
    table-layout: auto;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th, td {
    padding: 5px 8px;
}

td {
    border-width: 0 1px;
}

th {
    color: #f9f9f9;
}

tr {
    border-bottom: 1px solid #D7D7D7;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

    #gallery figure figcaption {
        display: block;
        width: 100%;
        clear: both;
    }

    #gallery li {
        margin-bottom: 30px;
    }


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
    color: #676767;
    background-color: #ffffff;
}

a {
    color: #F4BF4F;
}

    a:active, a:focus {
        background: transparent;
    }
/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

input:focus, textarea:focus, *:required:focus {
    border-color: #F4BF4F;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

    .overlay::after {
        color: inherit;
        background-color: rgba(0,0,0,.55);
    }

.btn, .btn.inverse:hover {
    color: #FFFFFF;
    background-color: #F4BF4F;
    border-color: #F4BF4F;
}

    .btn:hover, .btn.inverse {
        color: inherit;
        background-color: transparent;
        border-color: inherit;
    }

blockquote::before {
    color: rgba(0,0,0,.05);
}


/* Rows */
.row0, .row0 a {
    color: #CBCBCB;
    background-color: #333333;
}

.row1 {
    color: #FFFFFF;
}

.row2 {
    color: #474747;
    background-color: #FFFFFF;
    border-color: #F7F7F7;
}

.row3 {
    color: #474747;
    background-color: #FFFFFF;
}

.row4 {
    color: #CBCBCB;
    background-color: #333333;
}

.row5, .row5 a {
    color: #676767;
    background-color: #222222;
}


/* Top Bar */
#topbar ul li {
    border-color: rgba(255,255,255,.2);
}

#topbar > div:last-of-type li:first-child a {
    color: #F4BF4F;
}


/* Header */
.wrapper.row1::before {
    background: transparent;
    border-color: transparent;
    border-bottom-color: #FFFFFF;
}

#header {
    color: inherit;
    background-color: rgba(0,0,0,.65);
}

    #header #logo a {
        color: inherit;
 
    }


/* Content Area */
.latest figcaption {
    color: #CBCBCB;
    background-color: #222222;
}

.latest .postexcerpt {
    border-color: #D7D7D7;
}

    .latest .postexcerpt:hover {
        color: inherit;
        background-color: #F7F7F7;
    }

.cta article i {
    color: #F4BF4F;
    border-color: #D7D7D7;
}

.cta article:hover i {
    color: #FFFFFF;
    background-color: #F4BF4F;
    border-color: #F4BF4F;
}


/* Footer */
.wrapper.row4::before {
    background: transparent;
    border-color: transparent;
    border-top-color: #FFFFFF;
}

#footer .title {
    color: #FFFFFF;
}

#footer .linklist li {
    border-color: #1D1E1F;
}


/* Navigation */
#mainav li a {
    color: inherit;
    font-weight:800;
}

#mainav .active a, #mainav a:hover, #mainav li:hover > a {
    color: #F4BF4F;
    background-color: inherit;
}

#mainav li li a, #mainav .active li a {
    color: #FFFFFF;
  
    background-color: rgba(0,0,0,.09);
    border-color: rgba(0,0,0,.19);
    background: rgba(0, 0, 0, 0.62);
}
#mainav2 li li a {
    color: #FFFFFF;
    background-color: rgba(0,0,0,.09);
    border-color: rgba(0,0,0,.19);
    background: rgba(0, 0, 0, 0.62);
      }
#mainav li li:hover > a, #mainav .active .active > a {
    color: #FFFFFF;
    background-color: #F4BF4F;
}

#mainav form select {
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(136,136,136,.5); /* #888888 */
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #F4BF4F;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

    .container .sidebar nav a:hover {
        color: #F4BF4F;
    }

.pagination a, .pagination strong {
    border-color: #D7D7D7;
}

.pagination .current * {
    color: #FFFFFF;
    background-color: #F4BF4F;
}

#backtotop {
    color: #FFFFFF;
    background-color: #F4BF4F;
}


/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea {
    border-color: #D7D7D7;
}

    #comments input:focus, #comments textarea:focus, #comments *:required:focus {
        border-color: #F4BF4F;
    }

th {
    color: #474747;
    background-color: #f9f9f9;
}

tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB;
}

    tr:nth-child(even), #comments li:nth-child(even) {
        color: inherit;
    }

table a, #comments a {
    background-color: inherit;
}

.hamburger,.hambergermenu {

display:none;}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
    .hoc {
        max-width: 978px;
    }

}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
        #pageintro article .heading {
    font-size:36px;}
    #section2 {
height:355px;}
    .bgded{background-position:-240px; background-repeat:no-repeat; background-size:cover;}
    #header {
    background:none;}
    .hambergermenu a {
        color: white;
    }
    .subcss a {
    color:black;}
    .hambergermenu {
        display: block;
        position: fixed;
        z-index: 99999;
        background: #171717;
        color: white;
        width: 100%;
        text-align: left;
    }
        .hambergermenu img {
        display:inline;
        float:right;
        margin-right:15px;
        margin-top:10px;
        width:8px;
        height:12px;

        }
        .hambergermenu li {
            position: relative;
            height: 35px;
            line-height: 35px;
            padding-left: 15px;
        }

            .hambergermenu li:first-child {
                margin-top: 40px;
            }

            .hambergermenu li:last-child {
                margin-bottom: 10px;
            }

    .hamburger {
        background: #171717;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        line-height: 45px;
        padding: 5px 15px 0px 15px;
        color: #999;
        border: 0;
        font-size: 1.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
        height: 50px;
    }

    .subcss {
        background: #ECECEC;
    }

        .subcss li {
            border-bottom: 1px solid #CBCBCB;
    
        }

.subcss li a {   color:#5A5A5A;
}
    .subcss li:first-child {
    margin-top:0;}
       .subcss  li:last-child{
    margin-bottom:0;}
        .hamburger img {
            position:absolute;
                  top:15px;
        right:15px;
            width: 25px;
 
       
        }

    .hoc {
        max-width: 90%;
    }

    #topbar {
    }

    #header {
        padding-bottom: 26px;
    }

    #mainav {
    }

        #mainav ul {
            display: none;
        }

        #mainav form {
            display: block;
        }

    #breadcrumb {
    }

    .container {
    }

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {
    }

    #copyright {
    }

        #copyright p:first-of-type {
            margin-bottom: 10px;
        }
}


@media screen and (max-width:750px) {
            .latest article {
    display: block;
    width: 100%;
    max-width: 320px;
    position: relative;
    left: 50%;
    margin-left: -160px;
}

    .imgl, .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .fl_left, .fl_right {
        display: block;
        float: none;
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #topbar {
        padding-top: 15px;
        text-align: center;
    }

        #topbar ul {
            margin: 0 0 15px 0;
            line-height: normal;
        }

    #header {
        text-align: center;
    }

        #header #logo {
            margin-bottom: 15px;
        }

    #pageintro article {
        max-width: none;
    }

    .alignnone {
        position: relative;
        left: 50%;
        margin-left: -129px;
        overflow:hidden;
    }

    .team-head, .team-excerpt {
        position: relative;
        width: 258px;
        left: 50%;
        margin-left: -129px;
        overflow:hidden;
    }
}


@media screen and (max-width:450px) {
    #topbar ul li {
        margin-bottom: 2px;
        padding-right: 0;
        border-right: none;
    }
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }

        .scrollable table {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }

    .pushright li {
        margin-right: 0;
    }

    .font-x2 {
        font-size: 1.4rem;
    }

    .font-x3 {
        font-size: 1.6rem;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.text-muted {
    color: #777;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 10px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    left: 50%;
    margin-left: -56px;
}

.col-md-4 {
    width: 32%;
    margin-left: 1%;
    float: left;
}

.fa-inverse {
    color: #fff;
    text-shadow: none;
    background: none;
}

.fa-stack img {
    position: absolute;
    bottom: 20px;
}

h1 {
    font-weight: 700;
}

.name_size {
    font-size: 18px;
    line-height: 30px;
}

.board {
    text-align: center;
    border-left: none;
    border-right: none;
    border-top:1px solid #e2e2e2;
}

    .board td {
        border: none;
        background: white;
        border-bottom: 1px solid #e2e2e2;
        height: 40px;
        padding: 10px;
        white-space: nowrap;
    }

    .board th {
        background: #f9f9f9;
        border: none;
        border-bottom: 1px solid #e2e2e2;
        height: 40px;
        line-height: 40px;
        padding: 0px 0px;
    }

thead {
    table-layout: fixed;
}

tbody {
    table-layout: fixed;
}

.board td:nth-child(1) {
    width: 7%;
}

.board td:nth-child(2) {
    text-align: left;
    width: 50%;
}

.board td:nth-child(3) {
    width: 13%;
}

.board td:nth-child(4) {
    width: 10%;
}

.board td:nth-child(5) {
    width: 20%;
}

.acolor {
    color: black;
    width: auto;
    overflow: hidden;
    display: block;
    max-width: 310px;
}

    .acolor a {
        color: black;
    }

#newsbox li {
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    padding: 20px;
}

    #newsbox li .subject a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

#newsbox .info span a {
    color: black;
}

#newsbox .info {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #newsbox .info span {
        margin-left: 20px;
    }

#newsbox li .press_cont a {
    display: block;
    overflow: hidden;
    height: 46px;
    color: #666;
    text-decoration: none;
}

.subject span a {
    padding-left: 220px;
}

.press_cont span a {
    padding-left: 20px;
}

#newsbox li .photo {
    float: left;
    width: 200px;
    overflow: hidden;
    text-align: center;
}

    #newsbox li .photo img {
        border: 1px solid #e2e2e2;
        max-width: none;
        width: auto;
        max-width: 100%;
    }

#newsbox {
    padding: 0;
}

.info i {
    margin-right: 5px;
}

.roadheight {
    height: 30px;
    line-height: 30px;
}

.fa-4x img {
    width: 60px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}

.imgsize img {
    width: 40px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}


.ya1 {
    width: 70%;
    margin: 0 auto;
    left: 50%;
    position: relative;
    margin-left: -35%;
}

.appdowmimg {
    padding: 0;
    border:1px solid #333333;
    border-radius:50px;
    box-sizing:border-box;
    text-align:center;
    padding:15px;
}
    .appdowmimg a {
    color:#333333;
    font-size:13px;
    }
    .appdowmimg img {
width:20px;
float:left;
position:relative;
left:10%;
margin-left:-10px;
    }
        .appdowmimg2 img {
width:20px;
float:left;
position:relative;
left:10%;
margin-left:-10px;
margin-top:3px;
    }
.category_font {
    font-weight: 900;
    margin-bottom: 4px;
}


    .category_font span {
        font-weight: normal;
    }

#category_font2 {
    margin-bottom: 4px;
}

#category_font {
    margin-bottom: 4px;
}

.hellow {
    font-size: 14px;
}


<!-- timeline-- > .timeline {
    padding: 40px 0px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 40px;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 1020px;
    background: #bababa;
}

.timeline .column {
    margin: 10px 20px 20px 40px;
    position: relative;
}

    .timeline .column .title h1 {
        font-size: 80px;
        color: rgba(0,0,0,0.1);
        letter-spacing: 3px;
    }

        .timeline .column .title h1:before {
            content: "";
            position: absolute;
            left: -43px;
            top: 100px;
            width: 10px;
            height: 10px;
            background: #fff;
            border: 3px solid #c0392b;
            border-radius: 10px;
            background: #c0392b;
        }

.column {
}

.timeline .column .title h2 {
    margin-top: -60px;
    font-size: 25px;
}

.timeline .column .description p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}


.main {
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
}

    .main h1 {
        font-size: 80px;
        line-height: 60px;
    }

    .main p {
        font-size: 13px;
        line-height: 20px;
        font-family: serif;
        text-align: right;
    }

.description span {
    font-size: 18px;
    line-height: 18px;
    color: #474747;
    font-weight: 900;
    margin-right: 10px;
}

.bgappi {
    width: 200px;
    height: auto;
    z-index: 9999999;
}

.team-social {
    list-style: none;
}

.team-social {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    color: #F4BF4F;
}

.ipadding {
    padding-right: 10px;
    color: #676767;
}

.team-name {
    font-size: 16px;
    margin-bottom: 5px;
}

.team-head-info {
    color: #b4b8be;
    font-size: 13px;
}

.membermargin {
    padding-top: 30px;
    margin-bottom: 25px;
}

.organization_chart {
}

.text-center > div {
    margin-bottom: 30px;
    overflow:hidden;
}

.text-center2 > div {
    margin-bottom: 80px;
}
.board th {
padding-left:10px;
padding-right:10px;
}
.board2 tr{
padding:20px;}
.board2 td:nth-child(2) {
text-align:right;
font-size:12px;
}
.contentas_date {
text-align:right;}
.cn_title {
width:80%;
text-align:left;
padding-left:10px;
}
.nopadding {
margin-bottom:0;}
.contentas_date{
font-weight:800;}
.contentas_date span{
font-weight:500;
margin-left:10px;
}
.team-excerpt pre {
font-size:12px;
color:#6d6d6d;
font-family: 'Nanum Gothic', sans-serif;
}
.team-excerpt span {
font-size:12px;
color:#6d6d6d;

}
.alignnone img {
margin-bottom:30px;
border-radius:200px;
box-sizing:border-box;
}
.return_list {
width:70px;
height:30px;
background:#f9f9f9;
border:1px solid #e2e2e2;
float:right;
margin-bottom:20px;
cursor:pointer;
text-align:center;
line-height:30px;
}
.scrollable pre {
font-size:13px;
font-family: 'Nanum Gothic', sans-serif;
display:inline;
    overflow: auto;
        overflow-x: scroll;
}

.board2 th:nth-child(1) {
width:70%;}
.board2 th:nth-child(2) {
width:30%;}
    .return_list a {
    color:#333333;}


#section0 {
height:724px;}

    @media screen and (max-width:600px) {
        #newsbox li .photo {
            float: none;
            width: 200px;
            overflow: hidden;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .subject span a {
            padding-left: 0;
        }

        #pageintro article .heading {
            font-size: 25px;
        }

        #pageintro article p {
            font-size: 15px;
            width:310px;
        }

        .latest article {
            display: block;
            width: 100%;
            max-width: 320px;
            position: relative;
            left: 50%;
            margin-left: -160px;
        }

        .latest article {
    display: block;
    width: 100%;
    max-width: 320px;
    position: relative;
    left: 50%;
    margin-left: -160px;
}

        .imgss {
position:relative;
left:50%;
width:207px;
margin-left:-103.5px;
}


    }



    /* 提示框样式 - 最小化设计 */
    .region-alert {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        border: 2px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        padding: 25px;
        text-align: center;
        z-index: 10000;
        max-width: 350px;
        width: 90%;
        font-family: inherit;
    }
    
    .region-alert h3 {
        color: #333;
        margin: 0 0 15px 0;
        font-size: 16px;
        font-weight: bold;
    }
    
    .region-alert p {
        color: #666;
        margin: 0 0 20px 0;
        line-height: 1.4;
    }
    
    .region-alert .alert-btn {
        background: #4a90e2;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin: 0 auto;
    }
    
    .alert-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
    }


    /* <!-- 语言切换按钮样式 --> */
      .language-switcher {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
      }
      
      .language-btn {
        background: rgb(103 103 103 / 95%);
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 8px 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      }
      
      .language-btn:hover {
        background: rgba(255,255,255,1);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        transform: translateY(-1px);
      }
      
      .language-btn i.fa-globe {
        font-size: 16px;
        color: #333;
      }
      
      .language-btn i.fa-chevron-down {
        font-size: 12px;
        color: #666;
      }
      
      .language-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: rgb(103 103 103 / 95%);
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        min-width: 120px;
        margin-top: 5px;
      }
      
      .language-option {
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: background-color 0.2s ease;
      }
      
      .language-option:last-child {
        border-bottom: none;
      }
      
      .language-option:hover {
        background-color: #f8f9fa;
      }
      
      .language-option.selected {
        background-color: #e9ecef;
        font-weight: bold;
      }
      
      .language-option i.fa-flag {
        font-size: 14px;
      }

/*
     FILE ARCHIVED ON 23:44:09 Jan 03, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:13:14 Aug 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 5.298
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.027
  esindex: 0.011
  cdx.remote: 47.844
  LoadShardBlock: 214.033 (3)
  PetaboxLoader3.datanode: 136.089 (4)
  PetaboxLoader3.resolve: 66.947 (2)
  load_resource: 91.838
*/