/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
    font-family: "Nanum Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#wrapper {
    width: 100%;
    /*padding: 0 0 80px;
  	margin: 0 auto -80px;*/
}

#page-wrapper {
    padding: 30px 15px;
    min-height: 577px;
    background-color: #fff;
}

#page-wrapper-master {
    padding: 0px 15px;
    background-color: #fff;
}

#banner {
    height: 395px;
    color: #565656;
    background: rgba(50,50,50,.7);
}

#banner-carousel {
    margin-top: 8px;
    height: 415px;
}

#mainContents {
    margin-top: -120px;
}

#topTitle {
    margin-top: 60px;
}

/* °Ô½ÃÆÇ ³»¿ë */
#boardContents {
    margin-left: 20px;
}

.board-reply-panel {
    position: relative;
    margin: 0 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 50px 30px 50px;
    }

    #page-wrapper-master {
        position: inherit;
        margin: 0 0 3px 300px;
    }
}

.footer {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 100px;
    padding: 30px 0;
    background-color: #EFEFEF;
}

/*header*/
.navbar-toggle {
    background-color: #000000;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-head {
    background-color: #fff;
    min-height: 80px;
    border-bottom: solid 1px #efefef;
}

    .navbar-head .navbar-brand {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        float: left;
        padding-left: 0px;
    }

        .navbar-head .navbar-brand:hover,
        .navbar-head .navbar-brand:focus {
            color: #D0FCFF;
            background-color: transparent;
        }

        .navbar-head .navbar-brand > img {
            display: inline-block;
            padding: 0 15px 0 15px;
            margin-top: -30px;
            width: 200px;
        }

.navbar .navbar-nav > li > a {
    color: #000000;
    font-size: 1.4em;
    margin: 0 10px;
    padding: 8px 20px 8px 20px;
    border-radius: 2px !important;
}

.navbar-head .navbar-nav > li > a:hover,
.navbar-head .navbar-nav > li > a:focus {
    color: #000000;
    background-color: #fff;
}

.navbar-head .navbar-header {
    padding: 10px 0 0 10px;
}

.navbar-head {
    padding: 22px 0 0 0;
}

    .navbar-head .navbar-submenu {
        padding: 16px 30px 0 0;
    }

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    background-color: #000000;
}

    ul.nav li.dropdown:hover > ul.dropdown-menu > li > a {
        color: #fff;
    }

        ul.nav li.dropdown:hover > ul.dropdown-menu > li > a:hover {
            color: #000000;
        }


ul.second-node li{
    padding:2px 0;
}

     ul.third-node li {
        margin-left: 0 !important;
    }

.top-link-bar {
    padding: 4px 0;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 20px;
}

.top-link-share {
    display: inline-block;
    list-style: none;
    padding: 0;
}

ul.top-link-share li {
    display: inline-block;
}

    ul.top-link-share li a {
        display: inline-block;
        color: #707070;
        background: #fff;
        border: solid 1px #e8e8e8;
        width: 100px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 0;
    }

        ul.top-link-share li a:hover {
            background: #c52d2f;
            color: #fff;
        }

/*************************
******* Sub Menu ******
**************************/
.submenu_archieve {
    list-style: none outside none;
    margin: 40px 0;
    padding: 0;
}

    .submenu_archieve li {
        padding: 15px 0 5px 4px;
        border-bottom: 1px solid #ddd;
    }

        .submenu_archieve li:first-child {
            padding-top: 10px;
        }

/*sidebar*/
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    padding-top: 40px;
    width: 270px;
}

.sidebar ul li {
    background-color: #fff;
    border-bottom: 1px solid #D7D7D7;
}

    .sidebar ul li a.active {
        background-color: #F2F2F2;
    }

    .sidebar ul li a {
        color: #337ab7;
        padding: 8px 15px;
    }

.sidebar .nav-second-level li {
    border-bottom: 0 !important;
    background-color: #FBFBFB;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
        padding-bottom: 2px;
        cursor: pointer;
    }

.sidebar .nav-third-level li {
    border-bottom: 0 !important;
    background-color: #FBFBFB;
}

    .sidebar .nav-third-level li a::before {
        content: "-";
        padding: 5px 5px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 50px;
        cursor: pointer;
        font-size: 0.9em;
    }

.sidebar-nav li.current a {
    text-decoration: none;
    background-color: #000000;
    color: #fff;
}

.panel-purchase > ul li {
    line-height: 2.2;
}


.tabbable {
    margin-left: 10px;
    margin-right: 0;
}

/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #5cb85c;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}*/

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        margin-top: 51px;
        overflow-y: auto;
        font-size: 15px;
    }
}

/*button*/
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-header {
    color: #fff;
    background-color: #1AB394;
    border-color: #1AB394;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 400;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover,
    .btn-header:hover, .btn-header:link, .btn-header:active, .btn-header:visited {
        color: #fff;
    }

/*panel*/
.icon-stat {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 14px;
    margin-bottom: 0.9em;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;
    font-family: "Nanum Gothic","Helvetica Neue",Helvetica,Arial,sans-serif,FontAwesome;
}

    .icon-stat h4 {
        font-size: 16px;
    }

    .icon-stat h3 {
        font-size: 20px;
        padding-left: 6px;
        color: #333;
        font-weight:600;
    }

    .icon-stat span.title {
        font-size: 16px;
        padding-left: 6px;
    }

.icon-stat-label {
    color: #999;
    font-size: 13px;
}

.icon-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.icon-stat .green {
    color: #62CB31;
}

.icon-stat .blue {
    color: #3498DB;
}

.icon-stat .orange {
    color: #FFB606;
}

.icon-stat .red {
    color: #E74C3C;
}

.op50 {
    opacity: 0.5;
}

.icon-stat-visual {
    display: inline-block;
    color: #838487;
    font-weight: 100;
}

.icon-stat-footer {
    padding: 10px 0 0;
    margin-top: 10px;
    color: #555555;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #eee;
}

/**¸ÞÀÎÆäÀÌÁö ¼ö¾÷ÇöÈ²**/
.dummy, .dummy .btn {
    color: #fff !important;
    border: none;
}
ul.main {
    margin: 0;
}
ul.main li {
    list-style: none;
    padding: 8px 5px;
    color: #333;
    font-size: 16px;
}
.section-direct-link p {
    display: inline-block;
    margin: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

    .section-direct-link p::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 3px;
        top: 11px;
        left: 3px;
        background: #EF233C;
        z-index: 1;
    }
#about-us hr {
    border-top: 1px solid #ccc;
    margin-top: 2px;
    margin-bottom: 4px;
}
#about-us span.title {
    font-weight: 600;
}

.about-us .icon-stat span.title {
    font-size: 22px;
    padding-left: 6px;
}


#about-us h2.title_two {
    font-size: 24px;
    font-weight: 500;
    color: #d59393;
}
#about-us h3 {
    font-size:20px;
    font-weight:600;
    color:#000;
}
#about-us .direct-link {
    background-color: #fff;
    padding-bottom: 5px;
}
    #about-us .direct-link a {        
        margin-left:6px;
        background-color:#dc0000;
        color:#fff;
        border:none;
    }
    #about-us .direct-link a:hover {
        background-color: #000000;
    }

.bg-green {
    background-color: #62CB31;
}

.bg-blue {
    background-color: #3498DB;
}

.bg-red {
    background-color: #E74C3C;
}

.bg-gray {
    background-color: #828282;
}

.bg-white {
    background-color: #FFF;
}

.bg-mint {
    background-color: #00e0e0;
}

.green {
    color: #62CB31;
}

.green-bold {
    color: #007d2d;
}

.blue {
    color: #3498DB;
}

.orange {
    color: #FFB606;
}

.red {
    color: #E74C3C;
}

.gray {
    color: #5c5c5c;
}

/*chat*/
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 10%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge-title {
    font-size: 15px;
    text-weight: bold;
}

.huge {
    font-size: 30px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.panel-title {
    font-size: 18px;
    font-weight: 800;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.text-muted {
    font-size: 1.2em;
}

    .text-muted > span {
        font-size: 1.1em;
    }

.text-exclam {
    font-size: 1.8em;
    color: red;
}

/******landing page*******/
#landing body {
    background-color: #E8E8E8;
    font-family: "Nanum Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#card_news div.carousel {
    height: 200px;
    overflow: hidden;
}

#myCarousel div.carousel-inner .item {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

    #myCarousel div.carousel-inner .item img {
        width: 100%;
    }

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 800px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1020px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

#landing .wrapper-gradient {
    background: transparent radial-gradient(circle farthest-side at right bottom, #7EA3E8 5%, #1D4BA3 50%, #091630 95%) no-repeat 0% 0%;
}

#landing .wrapper-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
}

#youtube-movie {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    #youtube-movie .panel-heading {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

#bck-img {
    background-image: url(../images/index1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 64%;
}

#landing .navbar-brand {
    float: left;
    padding: 50px 0 10px;
    font-size: 18px;
    height: 110px;
    color: #fafafa;
}

    #landing .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
        color: #EEEEEE;
    }

    #landing .navbar-brand > img {
        display: inline-block;
        padding: 0 15px 0 15px;
    }

@media (min-width: 768px) {
    #landing .navbar > .container .navbar-brand,
    #landing .navbar > .container-fluid .navbar-brand {
        margin-left: -40px;
    }
}

h1.headline-eng {
    font-size: 60px;
    color: #fff;
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 0.8;
    color: #A6A6A6;
}

@media (min-width:768px) {
    .lead {
        font-size: 20px
    }
}

.skip {
    color: #FBC000;
    font-weight: 700;
    padding: 25px 0 0;
}

    .skip a, a:hover, .skip a:focus {
        text-decoration: none;
        color: #FBC000;
    }

#landing .footer {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.42857143;
    color: #575757;
}

    #landing .footer p {
        padding-top: 10px;
    }

/******common*******/
.pr5 {
    padding-right: 5px;
}

.img-center {
    margin: 0 auto;
}

.table-responsive table thead tr th {
    background-color: #6f6f6f;
    color: #fff;
}

/******´Þ·Â °Ô½ÃÆÇ(¸ÞÀÎ)*******/
.calendar {
    clear: both;
    width: 100%;
}

.calendarMode {
    overflow: hidden;
    width: 100%;
}

table.cal_title tbody td {
    height: 50px;
    font-size: 22px;
    font-weight: bold;
}

.calendarMode table tr td table {
    background: #fff;
}

.calendarMode tbody th.cal_dayheader {
    padding: 3px 5px;
    background: #0E3E6E;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
}

.calendarMode tbody td.cal_day {
    border: 1px solid #ddd;
    height: 20px;
    padding: 5px 10px;
    vertical-align: top;
    text-align: left;
}

    .calendarMode tbody td.cal_day a {
        margin-right: 5px;
    }

.calendarMode tbody td.cal_weekend {
    border: 1px solid #ddd;
    height: 20px;
    padding: 5px 10px;
    background: #fff;
    vertical-align: top;
    text-align: left;
}

    .calendarMode tbody td.cal_weekend a {
        margin-right: 5px;
    }

.calendarMode tbody td.cal_selectday {
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
}

.calendarMode table {
    width: 100%;
    height: 100%;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 2px solid #fff;
    border-collapse: collapse;
    line-height: 18px;
}

    .calendarMode table tbody tr {
        text-align: left;
    }

    .calendarMode table tbody th {
        width: 14.29%;
        min-height: 30px;
        padding: 0;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .calendarMode table tbody td {
        width: 14.29%;
        min-height: 30px;
        padding: 0;
    }

    .calendarMode table td a,
    .calendarMode table td span {
        height: 100%;
        margin: 0;
        padding: 3px 6px 20px 6px;
        font-size: 12px;
    }

/******´Þ·Â °Ô½ÃÆÇ(»ó¼¼)*******/
.calendarMode2 {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

    .calendarMode2 table tr td table {
        background: #fff;
    }

    .calendarMode2 tbody th.cal_dayheader {
        padding: 5px 10px;
        background: #0E3E6E;
        color: #fff;
        font-size: 14px;
        border: 1px solid #ddd;
    }

    .calendarMode2 tbody td.cal_day {
        border: 1px solid #ddd;
        height: 50px;
        padding: 5px 10px;
        vertical-align: top;
        text-align: left;
    }

        .calendarMode2 tbody td.cal_day a {
            margin-right: 5px;
        }

    .calendarMode2 tbody td.cal_weekend {
        border: 1px solid #ddd;
        height: 50px;
        padding: 5px 10px;
        background: #fff;
        vertical-align: top;
        text-align: left;
    }

        .calendarMode2 tbody td.cal_weekend a {
            margin-right: 5px;
        }

    .calendarMode2 tbody td.cal_selectday {
        vertical-align: top;
        text-align: left;
        padding: 5px 10px;
    }

    .calendarMode2 table {
        width: 100%;
        height: 100%;
        margin: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 2px solid #fff;
        border-collapse: collapse;
        line-height: 18px;
    }

        .calendarMode2 table tbody tr {
            text-align: left;
        }

        .calendarMode2 table tbody th {
            width: 14.29%;
            min-height: 70px;
            padding: 0;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }

        .calendarMode2 table tbody td {
            width: 14.29%;
            min-height: 70px;
            padding: 0;
        }

        .calendarMode2 table td a,
        .calendarMode2 table td span {
            height: 100%;
            margin: 0;
            padding: 3px 6px 20px 6px;
            font-size: 12px;
        }

/* °Ô½ÃÆÇ - ±Û¾²±â */
.board_all {
    clear: both;
    padding: 50px 0 0 0;
}

.boardWrite {
    clear: both;
    width: 100%;
    border-top: 1px solid #000;
    border-collapse: collapse;
}

    .boardWrite tbody th {
        padding: 7px 0;
        border-bottom: 1px solid #ccc;
        background: #f8f8f8;
    }

    .boardWrite tbody td {
        padding: 7px 10px;
        border-bottom: 1px solid #ccc;
    }

        .boardWrite tbody td.boardWritelineno {
            border-bottom: 1px solid #fff;
            padding: 20px 0px;
            text-align: center;
        }

        .boardWrite tbody td.boardTitle input {
            border: 1px solid #CCC;
            cursor: pointer;
            height: 20px;
        }

        .boardWrite tbody td.txtTitle input {
            width: 94%;
            height: 20px;
            border: 1px solid #CCC;
        }

h1.page-header {
    margin: 4px 0 20px 0;
    font-size: 1.8em;
}

.news_line {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 8px;
}

.news_line_no {
    font-size: 16px;
    color: #333333;
    border-bottom: 0;
}

.news_date {
    font-size: 13px;
    color: #777;
    padding: 10px 10px 0 5px;
}

    .news_date a {
        padding-left: 8px;
    }

    .news_date .date {
        padding-left: 15px;
    }


.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}



.pt5 {
    padding-top: 5px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pd30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}


.title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}

h3.subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

img.media-300 {
    width: 350px;
    padding: 2px;
    border: solid 1px #ccc;
}

img.media-sm {
    width: 140px;
    padding: 2px;
    border: solid 1px #ccc;
}


div.panel-success > .panel-heading {
    background-color: #217e36;
    color: #fff;
}

/****** ¼Ò°³ *******/
.heading-inner {
    /*width: 60%;*/
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

.sec-title {
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 2px;
    font-family: 'Open Sans', sans-serif;
    color: #d9534f;
}

    .sec-title span {
        color: #00AEFF;
    }

.color-red {
    color: #c20808;
}

.heading-inner p {
    margin-top: 20px;
}

.about-inner {
    margin-bottom: 10px;
    padding: 0px 20px;
    text-align: center;
}

    .about-inner i {
        font-size: 50px;
        color: #00AEFF;
        text-align: center;
        line-height: 50px;
        margin-right: 20px;
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        margin: 0px auto;
    }

.about-wrapper.wrapper-right .about-inner i {
    float: left;
    margin-left: 0px;
}

.about-content h4 {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    margin: 20px 0px 15px;
    padding-bottom: 15px;
    line-height: 24px;
}

.about-content p {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

div.icon-stat h5 {
    font-size: 1.1em;
}

/* time line */
.timeline {
    position: relative;
    padding: 2px 0 20px;
    list-style: none;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 80px; /*1%*/
        width: 2px;
        margin-left: -1.5px;
        background-color: #aaa; /*#eeeeee;*/
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: calc(100% - 150px);
            width: -moz-calc(100% - 150px);
            width: -webkit-calc(100% - 150px);
            padding: 20px;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
            box-shadow: 0 1px 6px rgba(0,0,0,0.175);
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #ccc;
            }



        .timeline > li > .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 10px;
            left: 40px; /*4%;*/
            width: 80px;
            height: 80px;
            /*margin-left: -25px;*/
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.6em;
            line-height: 75px;
            color: #fff;
            background-color: #999999;
        }

            .timeline > li > .timeline-badge.icon-pad {
                border-radius: 10%;
                width: 80px;
                height: 80px;
                text-align: center;
                font-size: 1.6em;
                line-height: 95px;
                color: #fff;
                background-color: #62CB31;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 18px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

#history-top {
    position: fixed;
    z-index: 999;
    right: 50px;
    bottom: 130px;
}

#history-year li {
    display: inline;
    margin-right: 20px;
}

    #history-year li a, a:hover {
        font-size: 16px;
        font-weight: 600;
    }

/** horizontal timeline **/
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

    .timeline-horizontal:before {
        height: 3px;
        top: auto;
        bottom: 26px;
        left: 56px;
        right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 200px;
        width: 20%;
        /* min-width: 252px; */
        max-width: 190px;
        float: none !important;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0 auto;
        vertical-align: bottom;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 64px;
            display: inline-block;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            margin-bottom: 20px;
        }

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #c0c0c0 !important;
                border-bottom: 0 solid #c0c0c0 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before,
        .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge {
            top: auto;
            bottom: 0px;
            left: 43px;
        }
/** //horizontal timeline **/



@media(max-width:767px) {

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

    #history-top {
        position: fixed;
        z-index: 999;
        top: auto;
        bottom: 190px;
        right: 0;
    }
}

/* ÆäÀÌÁö ·Îµù ÀÌ¹ÌÁö */
.spin-loader {
    margin: auto;
    padding: 20px;
    width: 40px;
    height: 40px;
    background: url('../images/ajax-loader.gif') no-repeat;
    display: none;
}

/* Landscape phones and down */
@media screen and (max-width:480px) {
    .xs_none {
        display: none;
    }

    /*Default Main Page*/
    #landing .wrapper-xxl {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
    }

    #landing .navbar-brand {
        float: left;
        padding: 20px 0 10px;
        font-size: 18px;
        height: 110px;
        color: #fafafa;
    }

    #banner {
        height: 340px;
        color: #565656;
        background: rgba(255, 255, 255, 0);
    }

    #banner-carousel .carousel-indicators {
        display: none;
    }

    #mainContents {
        margin-top: -50px;
    }

    #topTitle {
        margin-top: 20px;
    }

    h4.blue {
        font-size: 1.2em;
    }

    h1.headline-eng {
        font-size: 30px;
        color: #fff;
    }

    .navbar-menu {
        padding: 0;
        margin: 0 auto;
    }

    /*sidebar*/
    .sidebar .sidebar-nav.navbar-collapse {
        margin-top: 50px;
        width: 100%;
    }

    #uc_navi_clients {
        display: none;
    }

    #card_news div.carousel {
        height: 150px;
        overflow: hidden;
    }

    #myCarousel div.carousel-inner .item {
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

        #myCarousel div.carousel-inner .item img {
            width: 100%;
        }

    .sec-title {
        font-size: 20px;
        line-height: 22px;
    }

    .footer {
        height: 180px;
        padding: 20px 0;
    }

    ul.main li {
        list-style: none;
        padding: 6px 1px;
        color: #333;
        font-size: 14px;
    }

    /* °Ô½ÃÆÇ ³»¿ë */
    #boardContents {
        margin: 3px;
    }

        #boardContents img {
            max-width: 100%;
            height: auto;
        }

    #ContentPlaceHolder1_ctl00_lblTitle {
        line-height: 1.4em;
    }

    /******´Þ·Â °Ô½ÃÆÇ*******/
    .calendar {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        margin: -20px !important;
    }

    .calendarMode {
        overflow: hidden;
        width: 118%;
        margin-bottom: 30px;
    }

    table.cal_title tbody td {
        height: 50px;
        font-size: 14px;
        font-weight: bold;
    }

    .calendarMode table tr td table {
        background: #fff;
    }

    .calendarMode tbody th.cal_dayheader {
        padding: 5px 10px;
        background: #0E3E6E;
        color: #fff;
        font-size: 12px;
        border: 1px solid #ddd;
    }

    .calendarMode tbody td.cal_day {
        border: 1px solid #ddd;
        height: 50px;
        padding: 5px 10px;
        vertical-align: top;
        text-align: left;
    }

        .calendarMode tbody td.cal_day a {
            margin-right: 5px;
        }

    .calendarMode tbody td.cal_weekend {
        border: 1px solid #ddd;
        height: 50px;
        padding: 2px;
        background: #fff;
        vertical-align: top;
        text-align: left;
    }

        .calendarMode tbody td.cal_weekend a {
            margin-right: 2px;
        }

    .calendarMode tbody td.cal_selectday {
        vertical-align: top;
        text-align: left;
        padding: 2px;
    }

    .calendarMode table {
        width: 100%;
        height: 100%;
        margin: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 2px solid #fff;
        border-collapse: collapse;
        line-height: 18px;
    }

        .calendarMode table tbody tr {
            text-align: left;
        }

        .calendarMode table tbody th {
            width: 14.29%;
            min-height: 70px;
            padding: 0;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }

        .calendarMode table tbody td {
            width: 14.29%;
            min-height: 70px;
            padding: 0;
        }

        .calendarMode table td a,
        .calendarMode table td span {
            height: 100%;
            margin: 0;
            padding: 2px;
            font-size: 11px;
        }

    /* Å×ÀÌºí ½ºÅ©·Ñ */
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 10px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 10px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(147, 26, 26, 0.50);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    /* °Ë»öÆÐ³Î */
    #srh .panel-body {
        margin: 0 !important;
        padding: 0 0 4px 0 !important;
    }

    /* ¸ÞÀÎ > ÇöÈ² ¹× »çÀÌÆ®¹è³Ê */
    #about-us span.title {
        font-weight: 600;
    }

    .about-us .icon-stat span.title {
        font-size: 14px;
        padding-left: 6px;
    }

    .about-us .icon-stat {
        padding: 2px;
    }

    .about-us .icon-stat-value {
        font-size: 14px;
    }

    .about-us .icon-stat i.fa-2x {
        font-size: 16px;
    }

    #card_news .single-service h3 {
        font-size:16px;
    }
}


/* ÇÐ½ÀÀÚ·á½Ç */
#image-container {
    display: inline-block;
}

#image-large {
    max-height: 328px
}

#listView {
    padding: 10px 5px;
}

    #listView .image-thumb {
        float: left;
        width: 90px;
        height: 52px;
        margin: 0;
        padding: 1px;
        cursor: pointer;
    }

        #listView .image-thumb img {
            float: left;
            width: 90px;
            height: 60px;
        }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*------------------------------------------------*/
/*	Page: About Us
/*------------------------------------------------*/
.team-member {
    margin-bottom: 60px;
    font-size: 1.2em;
}

    .team-member.media > .pull-left {
        margin-right: 30px;
        padding-right: 0;
    }

    .team-member .team-name {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0 5px;
        line-height: 1.6;
        color: #fff;
        background-color: #00cfcf;
        font-size: 1.2em;
    }

    .team-member strong {
        display: block;
        font-size: 0.9em;
    }

    .team-member hr {
        width: 50px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
        margin-left: 0;
    }

    .team-member .social-icon > li {
        padding-right: 12px;
    }

        .team-member .social-icon > li > a {
            color: #989898;
            font-size: 14px;
        }

            .team-member .social-icon > li > a:hover, .team-member .social-icon > li > a:focus {
                color: #797979;
            }

@media screen and (max-width: 480px) {
    .team-member {
        text-align: center;
    }

        .team-member.media > .pull-left {
            display: inline;
            float: none !important;
            margin-bottom: 20px;
            margin-right: 0;
        }

        .team-member hr {
            margin: 20px auto;
            float: none !important;
        }

    .team {
        padding-bottom: 0;
    }
}


/* ¼³¹®Áö ÅØ½ºÆ® À§Ä¡ */
.text-side-align {
    text-align: center;
    /*text-align   : justify;*/
    margin: 2%;
}

.hideAll {
    display: none;
}

.snu_button {
    background-color: white; /* Green */
    border: solid 2px #34495e;
    color: #34495e;
    padding: 9px 39px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

    .snu_button:hover {
        font-weight: 700;
        background-color: #34495e;
        color: white;
    }

.snu_button_main {
    background-color: #386db9;
    border: solid 2px #386db9;
    color: white;
    font-weight: 600;
    padding: 12px 39px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

    .snu_button_main:hover {
        font-weight: 700;
        color: white;
        background-color: #34495e;
        border: solid 2px #34495e;
    }
