@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic';

body {
    font-family: dotum;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

body.is-pc .ko {
    font-size: 14px;
    background: #fff
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: crimson;
    text-decoration: none
}

fieldset legend {
    display: none
}

label {
    font-weight: 400
}

label.checkbox,
label.radio {
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    /* border-top: 1px solid #eee; */
    display: block
}

blockquote {
    font-size: 12px;
    margin: 0 0 20px
}

.en,
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: roboto, sans-serif
}

.ko,
.ko small {
    font-family: dotum, sans-serif
}

.sns-share-icon img {
    width: 20%;
    max-width: 34px;
    border-radius: 50%
}

.wrapper {
    margin: 0 auto;
    background: #fff
}

.at-container {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 14px
}

.is-pc .at-body {
    min-height: 600px
}

.at-body .at-container {
    padding: 0 5px;
    overflow: hidden
}

.at-content {
    position: relative
}

.at-row {
    margin-left: -15px;
    margin-right: -15px
}

.at-col {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px
}

.nav-fixed .at-menu {
    width: 100%;
    z-index: 10;
    left: 0
}

@media all and (max-width:991px) {
    .responsive .at-body .at-container {
        background: #fff
    }

    .responsive .at-body .at-row {
        margin-left: 0;
        margin-right: 0
    }

    .responsive .at-body .at-col {
        padding-left: 0;
        padding-right: 0
    }

    .responsive .pull-right.at-main,
    .responsive .pull-left.at-side {
        float: none !important
    }
}

.at-lnb {}

.en .at-lnb {
    font-size: 12px
}

.at-lnb ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 5px
}

.at-lnb ul>li {
    float: left;
    padding: 0 15px
}

.at-lnb ul>li::after {
    float: right;
    color: #ccc;
    content: "/";
    margin-right: -17px
}

.at-lnb ul>li:last-child::after {
    content: "";
    margin-right: 0
}

.at-lnb ul>li>a {
    color: #333;
    float: left
}

@media all and (max-width:991px) {
    .responsive .at-lnb .at-container {
        display: none;
        visibility: visible
    }

    .header-icon i {
        color: #fff
    }
}

.pc-header {
    padding: 10px 0 0;
    text-align: center;
}

.pc-header .at-container {
    padding: 0 20px 15px;
    background: url(./header.jpg) no-repeat right top
}

.pc-header .header-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px
}

.pc-header .header-logo a {
    font-size: 44px;
    line-height: 44px;
    font-family: georgia, sans-serif;
    font-weight: 700;
    color: #000
}

.pc-header .header-logo a:hover {
    color: #000
}

.pc-header .header-logo img {
    display: block;
    max-width: 100%
}

.pc-header .header-desc {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    color: #888;
    margin-top: 2px
}

.pc-header .header-search {
    display: inline-block;
    width: 260px;
    vertical-align: middle
}

.pc-header .header-search form {
    padding: 0;
    margin-top: 4px;
    border: 4px solid #111;
    background: #111
}

.pc-header .header-search input {
    background: #fff;
    border: 1px solid #111
}

.pc-header .header-search .btn {
    color: #fff !important;
    background: #111 !important
}

.pc-header .header-keyword {
    padding-top: 4px
}

.en .pc-header .header-keyword {
    font-size: 12px
}

@media all and (max-width:991px) {
    .responsive .pc-header {
        display: none
    }
}

.m-header {
    display: none;
    background: #323c46
}

.m-header a {
    color: #fff
}

.m-header .at-container {
    padding: 0;
    background: #64c3f5
}

.m-header .header-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    min-width: 300px;
    border-collapse: collapse
}

.m-header .header-icon,
.m-header .header-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center
}

.m-header .header-icon {
    width: 44px
}

.m-header .header-icon a {
    display: block
}

@media all and (max-width:991px) {
    .responsive .m-header {
        display: block
    }
}

.pc-menu {
    position: relative;
    background: #111;
    border: 0;
    z-index: 3;
    box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15);
    -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15);
    -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15)
}

.pc-menu .at-container {
    position: relative
}

.pc-menu .sub-slide,
.pc-menu .sub-shows {
    display: none;
    visibility: visible
}

.pc-menu .sub-icon::after {
    font-family: fontawesome;
    float: right;
    position: relative;
    content: "\f105"
}

.pc-menu .menu-a {
    font-size: 15px;
    font-family: roboto, sans-serif
}

.pc-menu .nav-home .menu-a {
    font-size: 20px
}

.pc-menu .nav-right {
    font-size: 16px
}

@media all and (max-width:991px) {

    .responsive .pc-menu,
    .responsive .pc-menu-all {
        display: none
    }
}

.pc-menu .nav-top.nav-both .menu-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0
}

.pc-menu .nav-top.nav-both .menu-li {
    display: table-cell;
    vertical-align: top
}

.pc-menu .nav-top.nav-both .menu-a {
    padding: 0;
    text-align: center
}

.pc-menu .nav-top.nav-both .sub-1div::before {
    left: 50%;
    margin-left: -8px
}

.pc-menu .nav-top.nav-both .sub-1div {
    position: relative
}

.pc-menu .nav-top.nav-float .menu-ul {}

.pc-menu .nav-top.nav-float .menu-li {
    float: left
}

.pc-menu .nav-top.nav-float .sub-1div {
    position: absolute
}

.pc-menu .nav-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%
}

.pc-menu .nav-top .menu-a {
    display: block;
    color: #fff;
    background: #111;
    font-weight: 700
}

.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a {
    background: #333
}

.pc-menu .nav-top .menu-li.nav-home {
    width: 60px !important;
    text-align: center
}

.pc-menu .nav-top .menu-li.nav-home .menu-a {
    padding: 0
}

.pc-menu .nav-top .new {
    color: #8cc346
}

.pc-menu .nav-top .sub-1div::before {
    top: -8px;
    border-width: 0 8px 8px;
    border-color: #ff4500 transparent;
    display: block;
    width: 0;
    content: "";
    position: absolute;
    border-style: solid
}

.pc-menu .nav-top .sub-1div {
    background: #fff;
    border-top: 3px solid #ff4500;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli {
    position: relative
}

.pc-menu .nav-top .sub-1da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid #eee
}

.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da {
    color: #fff;
    font-weight: 700;
    background: #ff4500;
    border-color: #ff4500
}

.pc-menu .nav-top .sub-1new {
    color: #8cc346
}

.pc-menu .nav-top .sub-1line {
    position: relative;
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: 700;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid #eee
}

.pc-menu .nav-top .sub-2div {
    left: 100%;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 20;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.pc-menu .nav-top .sub-2dul {}

.pc-menu .nav-top .sub-2dli {}

.pc-menu .nav-top .sub-2da {
    display: block;
    color: #000;
    padding: 5px 12px;
    line-height: 22px;
    border-bottom: 1px solid #eee
}

.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da {
    color: #fff;
    font-weight: 700;
    background: #ff4500;
    border-color: #ff4500
}

.pc-menu .nav-top .sub-2new {
    color: #8cc346
}

.pc-menu .nav-top .sub-2line {
    display: block;
    color: #000;
    padding: 5px 12px;
    font-weight: 700;
    background: #fafafa;
    line-height: 22px;
    border-bottom: 1px solid #eee
}

.pc-menu .nav-right {
    background: #111;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11
}

.pc-menu .nav-right>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.pc-menu .nav-right>ul>li {
    float: left;
    position: relative;
    width: 42px
}

.pc-menu .nav-right>ul>li>a {
    color: #fff;
    display: block;
    text-align: center
}

.pc-menu .nav-right>ul>li>a:hover {
    background: #333
}

.pc-menu .nav-right .label {
    position: absolute;
    top: 15%;
    right: 7px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: .9;
    border-radius: .25em !important
}

.pc-menu .nav-rw {
    width: 170px
}

.pc-menu-all {
    position: relative;
    background: #fafafa;
    z-index: 2;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .2)
}

.pc-menu-all .at-container {
    padding: 20px 15px 0
}

.pc-menu-all .table {
    margin-bottom: 20px !important
}

.pc-menu-all .table td {
    width: 1%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
    line-height: 20px
}

.pc-menu-all .menu-a {
    display: block;
    color: #000;
    padding: 6px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: center
}

.pc-menu-all .table td.on .menu-a {
    color: crimson
}

.pc-menu-all .sub-1div {
    padding: 8px 0
}

.pc-menu-all .sub-1dul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pc-menu-all .sub-1dli .sub-1da {
    display: block;
    padding: 2px 12px;
    color: #333
}

.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da {
    color: crimson
}

.pc-menu-all .new {
    color: #8cc346
}

.pc-menu-all .new-sub1 {
    color: #8cc346
}

.pc-menu-all .sub-1line {
    display: block;
    color: #000;
    padding: 5px 12px;
    margin: 4px 0;
    font-weight: 700;
    background: #fafafa
}

.pc-menu-all .menu-all-btn {
    text-align: center
}

.m-menu {
    display: none;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15);
    -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15);
    -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, .15)
}

.m-menu .m-wrap {}

.m-menu .m-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    min-width: 300px;
    border-collapse: collapse
}

.m-menu .m-icon,
.m-menu .m-list {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0
}

.m-menu .m-icon {
    width: 44px;
    text-align: center;
    font-size: 18px
}

.m-menu .m-icon a {
    display: block;
    position: relative
}

.m-menu .m-icon .label {
    position: absolute;
    top: 15%;
    right: 5px;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    padding: 2px 3px;
    line-height: .9;
    border-radius: .25em !important
}

.m-menu .m-nav {
    overflow: hidden;
    margin: 0 10px
}

.m-menu .m-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-menu .m-nav ul li {
    display: table-cell;
    padding: 0 10px;
    white-space: nowrap
}

.m-menu .m-nav ul li.active a {
    color: #ff4500;
    font-weight: 700
}

.m-menu .m-sub {
    background: #fafafa;
    border-top: 1px solid #ddd;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px
}

.m-menu .m-nav-sub {
    width: 100%;
    overflow: hidden;
    margin: 0
}

.m-menu .m-nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-menu .m-nav-sub ul li {
    display: table-cell;
    padding: 0 10px;
    white-space: nowrap
}

.m-menu .m-nav-sub ul li.active a {
    color: #ff4500;
    font-weight: 700
}

@media all and (max-width:991px) {
    .responsive .m-menu {
        display: block
    }
}

.at-title {
    height: 80px;
    position: relative;
    color: #000;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf
}

.at-title .at-container {
    height: 100%;
    position: relative
}

.at-title .page-title {
    font-size: 24px;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1
}

.at-title .page-desc {
    color: #888;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1
}

@media all and (max-width:767px) {
    .responsive .at-title {
        height: 50px
    }

    .responsive .at-title .page-title {
        font-size: 20px;
        left: 15px;
        bottom: 10px
    }
}

.float-left-banner {
    position: absolute;
    width: 130px;
    top: 165px;
    right: 50%;
    z-index: 7000;
    margin-right: 640px
}

.float-right-banner {
    position: absolute;
    width: 130px;
    top: 165px;
    left: 50%;
    z-index: 7000;
    margin-left: 610px
}

.en .at-footer .at-links {
    font-size: 12px
}

.at-footer .at-links {
    background: #fafafa;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0
}

.at-footer .at-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.at-footer .at-links ul>li {
    float: left;
    padding: 0 15px
}

.at-footer .at-links ul>li::after {
    float: right;
    color: #ccc;
    content: "/";
    margin-right: -17px
}

.at-footer .at-links ul>li:last-child::after {
    content: ""
}

.at-footer .at-links ul>li>a {
    color: #888
}

@media all and (max-width:991px) {
    .at-body .at-container {
        padding: 0
    }

    .responsive .at-footer .at-links ul.pull-left {
        display: none
    }

    .responsive .at-footer .at-links ul.pull-right {
        float: none !important;
        text-align: center
    }

    .responsive .at-footer .at-links ul.pull-right>li {
        float: none;
        display: inline-block
    }
}

@media all and (min-width:300px) and (max-width:992px) {
    .float-left-banner {
        display: none
    }

    .float-right-banner {
        display: none
    }
}

.en .at-footer .at-infos {
    font-size: 12px
}

.at-footer .at-infos .media {
    padding: 15px 20px 20px
}

.at-footer .at-infos .pull-left {
    font-size: 70px;
    color: #ddd
}

.at-footer .at-infos .copyright {
    float: left;
    margin-left: 10px
}

.at-footer .at-infos .copyright span {
    color: #888
}

.at-footer .at-about {
    list-style: none;
    margin: 0;
    padding: 0
}

.at-footer .at-about>li {
    float: left;
    padding: 0 15px;
    color: #888
}

.at-footer .at-about>li>a {
    color: #888
}

.at-footer .at-help {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.at-footer .at-help:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.at-footer .at-help>li {
    float: left;
    padding: 0 15px
}

.at-footer .at-help>li::after {
    float: right;
    font-size: 12px;
    color: #ddd;
    content: "|";
    margin-right: -17px
}

.at-footer .at-help>li:last-child::after {
    content: ""
}

.at-footer .at-help>li>a {
    float: left
}

@media all and (max-width:767px) {
    .responsive .at-footer .at-infos .media {
        padding: 15px 0 20px;
        text-align: center
    }

    .responsive .at-footer .at-infos .copyright {
        float: none;
        margin: 0
    }
}

.at-footer .at-copyright {
    text-align: center;
    padding: 15px 0;
    color: #888
}

.at-footer .at-copyright strong {
    color: #333
}

.at-go .go-btn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 25px;
    z-index: 2
}

.at-go .go-btn span {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    margin: 5px 0;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 19px
}

@media(max-width:768px) {
    .at-go .go-btn {
        bottom: 10px;
        right: 25px
    }
}

.btn {
    font-family: roboto, sans-serif
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px
}

.btn-lg i {
    top: 3px;
    font-size: 24px;
    position: relative
}

.btn-xs {
    padding: 4px 10px
}

.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm {
    font-family: dotum, sans-serif
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0
}

.panel-group .panel {
    border-radius: 0
}

.panel .panel-heading {
    border-radius: 0
}

.is-pc .ko .panel .panel-body {
    font-size: 12px
}

.list-group-item {
    word-break: break-all;
    border-radius: 0 !important
}

.pagination {
    font-family: roboto, sans-serif
}

.pagination li a {
    border-radius: 0 !important;
    color: #333 !important
}

.pagination li.active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important
}

.progress {
    position: relative;
    border-radius: 0;
    height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress .sr-only {
    font-family: roboto, sans-serif;
    margin: 0 15px;
    left: 0;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    clip: auto
}

.sr-score {
    font-family: roboto, sans-serif;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-right: 8px
}

.form-control,
.well,
.btn,
.alert,
.input-group-addon,
.label {
    border-radius: 0 !important
}


.tail-header {
    background: #17181c;
    padding: 10px;
    margin-top: 100px
}

.tail-header .tail-contents {
    padding: 0 15px 15px;
    display: inline-block
}

.tail-header .tail-contents h2 {
    color: #fff
}

.tail-header .tail-contents h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    font-style: italic
}

.tail-header .tail-contents p {
    color: #fff;
    font-size: 14px;
    text-align: justify
}

.tail-header .tail-contents img {
    float: left;
    display: inline-block;
    padding-right: 20px;
    max-height: 200px;
}

.tail-header .tail-contents .f-right {
    float: right
}

.tail-header .tail-contents .f-right img {
    display: inline-block;
    padding-left: 20px;
    padding-right: 0
}

.tail-header .yellow {
    color: #fb0
}

.tail-header .red {
    color: #db0000
}

.tail-header .sky {
    color: #00d8ff
}

.tail-header .org {
    color: #ff8224
}

.tail-header .red2 {
    color: #ff3636
}

@media all and (max-width:768px) {
    .tail-header .tail-title h2 {
        color: #fff;
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700
    }

    .tail-header .tail-contents h3 {
        text-align: center;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 16px;
        font-style: italic
    }

    .tail-header .tail-contents {
        padding: 0
    }

    .tail-header .tail-contents img {
        width: 100%;
        display: block;
        padding-right: 0;
        padding-bottom: 10px
    }

    .tail-header .tail-contents .f-right {
        float: left;
        width: 100%
    }

    .tail-header .tail-contents .f-right img {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-bottom: 10px
    }

    .tail-header .tail-contents p {
        font-size: 14px;
        padding: 0 5px
    }
}