@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
.navbar-inverse {
    position: absolute;
    top: 0;
    background: none;
    border: none;
    margin: 0;
}
.navbar-inverse .navbar-brand {
    margin: 28px 0 8px !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 44px;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 48px 25px 24px;
        font-size: 20px;
        font-weight: 500;
        color: #444;
        -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        letter-spacing: -0.06em;
        line-height: 1;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #222;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #d1d1d1;
        background: #fff;
        margin: 0;
        padding: 24px;
        min-width: 200px;
    }
}
.dropdown-menu > li > a {
    color: #444;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 14px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #3b39ab;
    text-decoration: underline;
}

/* login */
.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #117b4e;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #11ab69;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* personal setting 0.60v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}
.mg-0 {
    margin: 0 !important;
}
.pd-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.text-bold {
    font-weight: bold !important;
}
.numbering {
    margin-right: 8px;
}
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #3b39ab;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}
.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before {
    content: "·";
}
.location-li {
    border-top: 2px solid #000;
    margin: 24px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 0;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 120px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 8px;
    font-size: 18px;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #3b39ab;
    font-size: 18px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
    #member01 .profile {
        margin: 0 -10px;
    }
    #member01 .major-info {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    border-left: 4px solid #222;
    color: #222;
    font-size: 18px;
    letter-spacing: -0.04em;
    padding: 0 32px;
    margin: 48px 0;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3b39ab;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}
.quote-box {
    margin: 40px auto;
    padding: 40px 32px;
    background: #f8f8f8;
    border-radius: 12px;
}
p.quote {
    margin: 40px 0;
    color: #444;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
}
p.quote span {
    font-weight: 500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #3b39ab;
    border-bottom: 1px solid #333;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #3b39ab;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}
.history-table {
    border-top: none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #3b39ab;
}
.history-table.table-style tr th:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #3b39ab;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.60v end */
/* navigation setting */
.menu-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    text-align: right;
}
.menu-top button {
    margin-top: 8px;
    display: inline-block;
    width: 80px;
    border-radius: 16px;
    text-align: center;
    background: none;
    font-weight: 500;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(32, 52, 107, 0.8);
    border: 2px solid rgba(32, 52, 107, 0.8);
}
.menu-top button.active {
    color: #fff;
    background: #20346b;
    border-color: #20346b;
}
@media (max-width: 767px) {
}
/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_slide > .fill,
.carousel-inner .item .fill {
    height: calc(100vh - 291px);
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon {
    display: none;
}

.carousel-caption h1 img {
    opacity: 0.6;
}
.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    border-radius: 0;
    width: 50px;
    height: 6px;
}
.main-product {
    background: #20346b;
}
.main-product .row {
    margin: 0;
}
.main-product .row > div {
    padding: 0;
}
.main-product .row > div:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-product a {
    position: relative;
    display: block;
    padding: 40px 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}
.main-product a:hover {
    border-color: #273f80;
    background: #273f80;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.main-product a > i {
    font-size: 56px;
}
.main-product a h4 {
    margin: 16px 0 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.main-product a h4 .numbering {
    margin-right: 8px;
    color: #75bee8;
    font-size: 14px;
    font-weight: 800;
    font-style: oblique;
    letter-spacing: 0.08em;
    line-height: 1;
    display: inline-block;
}
.main-product a h4 i {
    display: none;
}
@media (max-width: 767px) {
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #e1e1e1;
    color: #888;
    font-size: 13px;
}
.footer_copy > div img {
    opacity: 0.6;
    height: 37px;
}
.footer_copy ul {
    margin: 0 0 4px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy p.copy {
    color: #aaa;
    font-size: 12px;
    margin: 0;
}
@media (max-width: 767px) {
}

/* subpage setting */
.pageheader {
    height: 270px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 20px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    letter-spacing: -0.04em;
    color: #888;
}
.breadcrumb {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #666;
    display: none;
}
.breadcrumb > li + li:before {
    color: #666;
}
.breadcrumb .active {
    color: #3b39ab;
}
.subpage-content {
    padding-bottom: 80px;
}
.subpage-content .emp {
    font-weight: 500;
    color: #3b39ab;
}
.subpage-content .title h3 {
    margin-top: 100px;
    margin-bottom: 60px;
    color: #222;
    font-size: 40px;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .title h3:before {
    content: "";
    margin: 0 auto 16px;
    display: block;
    width: 40px;
    height: 4px;
    background: #3b39ab;
    border-radius: 50px;
}
.subpage-content section {
    padding-bottom: 80px;
}
.subpage-content section h4 {
    color: #222;
    font-size: 32px;
    margin: 0 0 24px;
    padding-left: 22px;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}
.subpage-content section h4:before {
    content: "";
    background: #3b39ab;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.subpage-content section h5 {
    margin: 0 0 24px;
    padding: 12px 0 0;
    color: #222;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}
.subpage-content section h5:before {
    content: "";
    background: #3b39ab;
    width: 24px;
    height: 2px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
/* subpage about */
.greet img {
    border: 4px solid #e1e1e1;
    border-radius: 4px;
}
.greet .quote {
    margin: 24px 0;
    font-size: 28px;
    font-weight: 600;
    color: #444;
    line-height: 1;
    letter-spacing: -0.04em;
}
.greet p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.greet .name {
    margin: 0;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 1.4;
}
.greet .name small {
    color: #888;
}
.philosopy {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.philosopy .card {
    letter-spacing: 0;
}
.philosopy .card p {
    line-height: 1.4;
}
.philosopy .card .name {
    margin: 0;
    color: #888;
    font-size: 13px;
}
.philosopy ul {
    margin: 0;
}
.philosopy ul:after {
    content: "";
    display: block;
    clear: both;
}
.philosopy ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.philosopy ul li span {
    display: block;
    padding: 16px 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #3b39ab;
}
.philosopy .down {
    margin: 0;
    color: #c1c1c1;
    font-size: 40px;
    text-align: center;
}
.philosopy .conclusion {
    margin: 0 10px;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #3b39ab;
    border: 2px solid #3b39ab;
    border-radius: 4px;
    letter-spacing: -0.04em;
}

/* subpage business */
div[id^="business"] .subpage-content .quote-box {
    margin-top: 0;
    margin-bottom: 80px;
}
div[id^="business"] .subpage-content .quote-box p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0;
}
.business-wrap img {
    border: 4px solid #e1e1e1;
    border-radius: 10px;
}
.business-wrap li {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 2;
}

/* subpage member */
.profile {
    margin: 0;
    padding: 140px 0 60px;
    display: flex;
    flex-wrap: wrap;
}
.profile + .profile {
    padding-top: 0;
}
#member01 .profile {
    padding-top: 120px;
}
[id*="member"] .title {
    display: none;
}
.profile .name {
    margin: 16px 0 20px;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
}
.profile-list.profile .name {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.profile .name small {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin-left: -6px;
}
.profile-list.profile .name small {
    line-height: 1.2;
    display: block;
    margin-top: 7px;
    font-size: 15px;
}
.profile .name small.list {
    float: right;
    margin-top: -5px;
}
.profile .name small.list span {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.2em;
}
.profile .name small.list span::before {
    content: "- ";
    top: 0;
    left: 0;
    position: absolute;
}
/* .profile .name small:before {
    content: '/';
    display: inline-block;
    margin-right: 6px;
} */
/* .profile .position {
    margin: 8px 0 0;
    text-align: center;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.profile .major {
	position:relative;
    margin: 24px 0 0;
	padding-left:88px;
    color: #3b39ab;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.profile .major span {
    display: inline-block;
	position:absolute;
	left:20px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #3b39ab;
} */
.profile .major-info img {
    width: 100%;
    border: 4px solid #e1e1e1;
    border-radius: 4px;
}
.profile.profile-list .major-info a:hover img {
    border-color: #3b39ab;
}
.profile .major-info ul {
    margin: 24px 0 0;
}
.profile .info-li:after {
    content: "";
    display: block;
    clear: both;
}
.profile .info-li li {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 500;
}
.profile .info-li li strong {
    display: inline-block;
    width: 70px;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    background: #3b39ab;
}
.profile li {
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0;
}
/* .profile li strong {
    display: inline-block;
    width: 60px;
    color: #222;
    font-weight: 500;
} */
.profile .sub-info ul {
    margin: 0 0 20px;
}
.profile .sub-info h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 12px 0 16px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
    .navbar-inverse {
        position: static;
        background: #fff;
    }
    .navbar-inverse .navbar-header {
        padding-top: 30px;
    }
    .navbar-brand img {
        padding-left: 10px;
    }
    .navbar-inverse .navbar-brand {
        margin: 15px 0 !important;
    }
    .navbar-toggle {
        top: 25px;
        right: 10px;
        border: none !important;
        background: transparent !important;
    }
    .navbar-toggle .icon-bar {
        background: #333 !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #333;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        background: #337ab7;
    }
    .carousel-control {
        display: none;
    }
    .container_slide > .fill,
    .carousel-inner .item .fill {
        height: 250px;
        background-position: 20% center;
    }
    .main-product .container {
        padding: 0;
    }
    .carousel-caption h1 img {
        width: 180px;
    }
    .main-product a {
        border: none !important;
    }
    .foot-logo {
        margin-bottom: 10px;
    }
    .footer_copy li {
        border: none;
        margin-bottom: 5px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 40px;
    }
    .pageheader {
        height: 170px;
    }
    .pageheader h2 {
        margin: 0;
        font-size: 34px;
    }
    .subpage-content .title h3 {
        margin: 50px 0;
        font-size: 28px;
    }
    p.quote,
    .greet .quote {
        font-size: 22px;
    }
    .subpage-content section h5 {
        margin-top: 30px;
        font-size: 22px;
    }
    .profile-list {
        justify-content: center;
    }
    .profile .major-info img {
        max-width: 255px;
    }
    .profile .name {
        font-size: 20px;
    }
    .profile .name small {
        font-size: 15px;
    }
    .profile .name small.list {
        float: unset;
        margin-top: 0;
    }
    .profile .name small.list span {
        font-size: 14px;
    }
    .root_daum_roughmap {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .profile .info-li li {
        width: 100%;
    }
    .location-li span {
        display: block;
    }
    .subpage-content {
        padding-bottom: 60px;
    }
}
