@charset "utf-8";

#subConts {
	min-height: 100vh;
    padding-top: 77px;
}

@media (max-width: 767px) {
    #subConts {
        padding-top: 50px;
    }
}

.sub-visual {
    display: table;
    width: 100%;
    height: 300px;
    text-align: center;
}

.sub-visual>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.sub-visual h2 {
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    letter-spacing: -.01em;
}

.sub-visual p {
    font-family: 'opensans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #fff;
    letter-spacing: -.025em;
    word-break: keep-all;
    margin-top: 10px;
}

.sub-visual.company {
    background: url('/html/_skin/seil/img/sub/sub_visual_company.jpg') no-repeat center center;
    background-size: cover;
}

.page-71 .sub-visual.product {
    background: url('/html/_skin/seil/img/sub/sub_visual_aircraft.jpg') no-repeat center center;
    background-size: cover;
}

.page-80 .sub-visual.product {
    background: url('/html/_skin/seil/img/sub/sub_visual_car.jpg') no-repeat center center;
    background-size: cover;
}

.page-111 .sub-visual.product {
    background: url('/html/_skin/seil/img/sub/sub_visual_rail.jpg') no-repeat center center;
    background-size: cover;
}

.page-119 .sub-visual.product {
    background: url('/html/_skin/seil/img/sub/sub_visual_subway.jpg') no-repeat center center;
    background-size: cover;
}

.sub-visual.development {
    background: url('/html/_skin/seil/img/sub/sub_visual_development.jpg') no-repeat center center;
    background-size: cover;
}

.sub-visual.tech {
    background: url('/html/_skin/seil/img/sub/sub_visual_tech.jpg') no-repeat center center;
    background-size: cover;
}

.sub-visual.support {
    background: url('/html/_skin/seil/img/sub/sub_visual_support.jpg') no-repeat center center;
    background-size: cover;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width:1200px) {
    .container {
        width: 90%;
    }
}

/* left menu */
#lnb {
    width: 100%;
    margin-top: -50px;
}

#lnb.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin-top: 0;
}

#lnb>ul {
    display: table;
    margin: 0 auto;
    width: 1200px;
    table-layout: fixed;
}

#lnb>ul>li {
    position: relative;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
}

#lnb.fixed>ul>li:not(:last-child) {
    border-right: 1px solid #ddd;
}

#lnb>ul>li a {
    display: block;
    width: 100%;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    opacity: .9;
}

#lnb>ul>li.on {
    background: #fff;
}

#lnb>ul>li.on a {
    color: #333;
    font-weight: 800;
    opacity: 1;
}

#lnb>ul>li>ul {
    padding: 6px 0;
    border-top: 1px solid #dedede;
    background: #f5f5f5;
}

#lnb>ul>li>ul a {
    padding: 7px 25px;
    font-size: 13px;
    line-height: 18px;
    word-break: keep-all;
}

@media screen and (max-width:1200px) {
    #lnb {
        display: none;
    }
}

.sub-conts-title {
    display: block;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1;
    color: #292929;
    text-align: center;
}

.sub-conts-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin: 18px auto 60px;
    background: #000;
}

/* depth1. product */
.aircraft-rep-section {
    margin-bottom: 4.625rem;
}

.parts-tit {
    position: relative;
    z-index: 1;
    display: table;
    height: 200px;
    margin-bottom: -7.5rem;
    background: url('/html/_skin/seil/img/sub/aircraft_para_bg.jpg') no-repeat center center/cover;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.parts-tit h1 {
    display: table-cell;
    vertical-align: middle;
}

.parts-rep {
    padding-top: 13.125rem;
    padding-bottom: 5rem;
    background: #f2f2f2;
}

.parts-detail h2 {
    padding: .75rem 0;
    margin-bottom: 2.5rem;
    background: #00a59d;
    font-weight: 350;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.parts-detail.patent h2 {
    background: #448abe;
}

.parts-detail li {
    margin-bottom: 5rem;
}

.parts-detail .half-width-img:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .parts-detail .half-width-img figcaption {
        float: left;
        width: 49%;
    }

    .parts-detail .half-width-img>div,
    .parts-detail .half-width-img>img {
        float: right;
        width: 49%;
    }
}

@media (max-width: 767px) {
    .parts-detail .half-width-img figcaption {
        margin-bottom: 30px;
    }
}

.parts-detail dl {
    margin-bottom: .625rem;
}

.parts-detail dl:not(:last-of-type) {
    display: table;
    font-size: 0;
}

.parts-detail dl:not(:last-of-type) dt,
.parts-detail dl:not(:last-of-type) dd {
    display: table-cell;
    vertical-align: top;
}

.parts-detail dt {
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    font-size: 1rem;
    color: #222;
    word-break: keep-all;
}

.parts-detail dt:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
}

.parts-detail dd {
    padding-left: 5px;
    font-weight: 300;
    font-size: 1rem;
    color: #666;
}

.parts-detail dl:last-of-type dd {
    padding-top: .625rem;
    padding-left: 10px;
    line-height: 1.95;
}

.parts-detail.patent dl:last-of-type dd {
    margin-bottom: 3rem;
    line-height: 1.6;
}

.parts-detail dd strong {
    font-weight: 500;
    color: #00a59d;
}

.parts-detail img:not(.inc_border) {
    border: 1px solid #ddd;
}

.images-wrap .slick-dots {
    bottom: -30px;
}

.images-wrap .slick-dots li {
    margin-bottom: 0;
}

.images-wrap .slick-dots li,
.images-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
}

.images-wrap .slick-dots li.slick-active button {
    background: #666;
}

.images-wrap .slick-dots li button:before {
    display: none;
}

.images-wrap .slick-prev,
.images-wrap .slick-next {
    top: auto;
    bottom: -40px;
}

.images-wrap .slick-prev {
    right: 70%;
}

.images-wrap .slick-next {
    left: 70%;
}

/* depth1. development */
.full-width-img {
    width: 100%;
    text-align: center;
}

.dev-process__ul {
    font-size: 0;
    text-align: center;
}

.dev-process__ul li {
    display: inline-block;
    margin-bottom: 4.5rem;
    vertical-align: top;
}

@media (min-width: 768px) {
    .dev-process__ul li {
        width: 32%;
    }

    .dev-process__ul li:not(:last-child) {
        margin-right: 2%;
    }
}

.dev-process__ul li img {
    display: block;
    margin: 0 auto;
}

.dev-process__ul li p {
    position: relative;
    padding: 2.5rem 0 0 4.625rem;
    font-size: 1.25rem;
    color: #292929;
    text-align: left;
}

.dev-process__ul li p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    display: block;
    width: 4px;
    height: 100px;
    background: #00a59d;
    transform: translateY(-50%);
}

.dev-process__ul li p strong {
    color: #00a59d;
}

.work-process {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: url('/html/_skin/seil/img/sub/process_bg.png') no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
}

.work-process-tit {
    margin-bottom: 4.375rem;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
}

.work-process__ol li {
    display: flex;
    width: 270px;
    height: 270px;
    align-items: center;
    margin-bottom: 40px;
    vertical-align: top;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
}

@media (min-width: 1201px) {
    .work-process__ol li {
        float: left;
        margin-right: -40px;
    }
}

@media (max-width: 1200px) {
    .work-process__ol li {
        margin: 20px auto;
    }
}

.work-process__ol li>div {
    width: 100%;
    text-align: center;
}

.work-process__ol li span {
    position: relative;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #25b0ee;
}

.work-process__ol li span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    transform: translateX(-50%);
}

.work-process__ol li img {
    margin-bottom: 1rem;
}

.work-process__ol li p {
    padding-bottom: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
}

.work-process figure {
    margin: 20px auto;
}

.work-process__last-step {
    width: 440px;
    max-width: 90%;
    margin: 0 auto;
    padding: 3.4375rem 0;
    background: rgba(0, 0, 0, .6);
    border-radius: 100px;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
}

.dev-tit {
    padding: .625rem 0;
    margin-bottom: 3.75rem;
    background: #448abe;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}

.dev-tit strong {
    color: #fff;
	font-size: 20px;
}

.dev:not(:first-of-type) {
    padding-top: 6.25rem;
}

@media (min-width: 768px) {
    .dev figure {
        margin-bottom: 3.75rem;
    }
}

.dev figure img {
    border: 1px solid #ddd;
}

.dev figcaption {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: #222;
    text-align: center;
}

.half-width-wrap:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .half-width-wrap>* {
        width: 48.5%;
    }

    .half-width-wrap>*:nth-of-type(odd) {
        float: left;
    }

    .half-width-wrap>*:nth-of-type(even) {
        float: right;
    }
}

@media (max-width: 767px) {
    .half-width-wrap {
        margin: 20px auto;
        text-align: center;
    }

    .half-width-wrap img {
        display: block;
        margin: 20px auto;
    }
}

.half-width-wrap:last-of-type figure {
    margin-bottom: 0;
}

.ability-02 {
    background: url('/html/_skin/seil/img/sub/bg_ability.jpg') no-repeat center center/cover;
}

.ability-04 {
    background: url('/html/_skin/seil/img/sub/bg_ability_02.jpg') no-repeat center center/cover;
}

.ability-02 .dev-tit {
    background: rgba(0, 0, 0, .6);
}

.ability-04 .dev-tit {
	background: #00a59d;
}

.ability-02 figcaption,
.ability-04 figcaption {
    color: #fff;
}

.ability-03 .dev-tit+p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: #222;
    text-align: center;
}

@media (max-width: 767px) {
    .ability-03 .dev-tit+p br {
        display: none;
    }
}

@media (min-width: 768px) {
    .equip-list li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }

    .equip-list li:nth-child(3n) {
        margin-right: 0;
    }

    .equip-list li:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .equip-list li {
        float: left;
        width: 49%;
        margin-right: 2%;
    }

    .equip-list li:nth-child(2n) {
        margin-right: 0;
    }

    .equip-list li:nth-child(2n+1) {
        clear: both;
    }
}

.ability-04-para {
	margin-bottom: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 350;
	line-height: 1.2;
}

.rail {
	padding-bottom: 80px;
}

/* depth1. tech */
.sub-cert-list {
    text-align: center;
}

.sub-cert-list li {
    display: inline-block;
    margin-bottom: 4.625rem;
    border: 1px solid #c5c5c5;
    vertical-align: top;
}

@media (min-width: 1201px) {
    .sub-cert-list li {
        margin-right: 2rem;
    }

    .sub-cert-list li:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .sub-cert-list li {
        margin: 0 10px;
        margin-bottom: 20px;
    }
}

.sub-cert-list li h4 {
    display: flex;
    height: 67px;
    align-items: center;
    background: #f3f3f3;
    font-size: 1rem;
    font-weight: 350;
    color: #333;
    line-height: 1.2;
}

.sub-cert-list li h4 span {
    display: block;
    width: 100%;
    text-align: center;
}

/* form write */
.consult__p {
    margin-bottom: 2.25rem;
    font-size: 1.25rem;
    font-weight: 350;
    letter-spacing: -.025em;
    color: #333;
    text-align: center;
}

.basic-board-row tr {
    border-bottom: none;
}

.privacy-box {
    background-color: #f7f7f7;
    padding: 30px;
}

.over-area {
    height: 150px;
    overflow-y: auto;
}

.over-area h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.over-area pre {
    line-height: 1.4;
}

.privacy-check {
    margin: 10px 0 50px;
}

.privacy-check input {
    display: none !important;
}

.privacy-check label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 28px;
    line-height: 20px;
    color: #666;
    vertical-align: middle;
}

.privacy-check label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bebebe;
    transition: all .3s ease;
    border-radius: 5px;
    content: "";
}

.privacy-check input:checked+label:before {
    content: "\f00c";
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #111;
    border-color: #111;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.basic-board-row {
    border-top: 3px solid #757575;
    border-bottom: 1px solid #cbcbcb;
}

.board-wrap .board-paging {
    margin: 15px 0 50px;
}

.board-paging li.on>a, .board-paging li:hover>a {
    background-color: #448abe;
    border: none;
}

@media (max-width: 767px) {
    .basic-board-list {
        width: 100%;
        table-layout: fixed;
    }
}

.board-wrap th.required:after {
    margin-left: 3px;
}

.sub-wrap-contact .basic-board-row tr,
.sub-wrap-req .basic-board-row tr {
    border-bottom: 0;
}

.basic-board-row tr:first-child td {
    padding-top: 20px;
}

.basic-board-row tr:last-child td {
    padding-bottom: 20px;
}

.basic-board-row tr th {
    padding: 25px 45px 25px 25px;
    background: none;
    vertical-align: top;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.sub-wrap-contact .basic-board-row tr th,
.sub-wrap-req .basic-board-row tr th {
    background: #fff;
}

.basic-board-row tr td {
    padding: 10px;
    padding-right: 0;
}

.basic-board-list tbody td.board-subject a {
    font-size: 1rem;
}

.board-wrap input,
.board-wrap select,
.board-wrap textarea {
    font-size: 16px;
    font-weight: 350;
    color: #636363;
    background-color: #fbfbfb;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 10px 20px;
    height: auto;
}

@media (max-width: 767px) {
    .board-wrap input,
    .board-wrap select,
    .board-wrap textarea {
        padding: 10px 3px;;
    }
}

.board-wrap select {
    padding: 5px 10px;
}

.board-wrap textarea {
    resize: none;
    padding: 10px 20px;
    line-height: 1.6;
}

.board-wrap input::placeholder,
.board-wrap select::placeholder,
.board-wrap textarea::placeholder {
    font-size: 1rem;
    font-weight: 350;
    color: #636363 !important;
}

.input-wrap {
    width: 100%;
    font-size: 0;
}

.basic-board-row tr.board-row-subject input[type="text"].input-text-long,
.basic-board-row tr.board-row-subject input.input-text-long,
input.input-text-long {
    max-width: 700px;
}

.basic-board-row tr.board-row-subject input[type="text"].input-text-short,
.basic-board-row tr.board-row-subject input.input-text-short,
input.input-text-short {
    max-width: 330px;
}

.basic-board-row tr.board-row-subject input[type="tel"].input-tel,
.basic-board-row tr.board-row-subject input.input-tel,
input.input-tel {
    max-width: 150px;
    width: 30.666%;
}

.basic-board-row tr.board-row-subject input[type="text"].input-email,
.basic-board-row tr.board-row-subject input.input-email,
input.input-email {
    max-width: 220px;
    width: 30.666%;
}

.input-between {
    display: inline-block;
    width: 4%;
    max-width: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

select.select-email {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #636363;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 10px 20px;
    padding-right: 70px;
    height: auto;
    background: #fbfbfb url(/html/_skin/seil/images/common/select_arrow.png) no-repeat right center;
    background-size: auto 100%;
    line-height: 1.5;
}

select.select-email::-ms-expand {
    display: none;
}

input.input-email~select.select-email {
    margin-left: 10px;
}

.member-wrap.add-check {
    font-size: 16px;
}

.project-check {
    font-size: 16px;
}

.project-check~.project-check {
    margin-top: 20px;
}

.add-check>p~p {
    margin-top: 10px;
}

.member-wrap.add-check p label {
    line-height: 1.5;
    word-break: keep-all;
}

.member-wrap.add-check input[type="checkbox"]+label:before {
    top: 2px;
}

@media screen and (max-width: 870px) {

    .basic-board-row tr.board-row-subject input[type="tel"].input-email,
    .basic-board-row tr.board-row-subject input.input-email,
    input.input-email {
        width: 47%;
    }

    input.input-email~.input-between {
        margin-left: 1%;
        margin-right: 1%;
        font-size: 13px;
    }

    input.input-email~select.select-email {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .privacy-box {
        padding: 20px 10px 20px 20px;
    }

    .over-area h3 {
        font-size: 16px;
    }

    .sub-wrap-contact .basic-board-row tr th,
    .sub-wrap-req .basic-board-row tr th {
        display: block;
        padding: 10px 10px 0;
        width: 100%;
        font-size: 14px;
    }

    .sub-wrap-contact .basic-board-row tr:first-child th,
    .sub-wrap-req .basic-board-row tr:first-child th {
        padding-top: 20px;
    }

    .sub-wrap-contact .basic-board-row tr td,
    .sub-wrap-req .basic-board-row tr td {
        display: block;
        padding: 8px 10px;
    }

    .sub-wrap-contact .basic-board-row tr:last-child td,
    .sub-wrap-req .basic-board-row tr:last-child td {
        padding-bottom: 20px;
    }

    .board-wrap input,
    .board-wrap select,
    .board-wrap textarea,
    .member-wrap.add-check,
    .project-check {
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {

    .basic-board-row tr.board-row-subject input[type="text"].input-text-short,
    .basic-board-row tr.board-row-subject input.input-text-short,
    input.input-text-short {
        max-width: 100%;
    }
}

.tel-dash {
    display: inline-block;
    width: 16px;
    height: 1px;
    margin: 0 7px;
    background: #7d7d7d;
    vertical-align: middle;
}

.privacy-cont {
    text-align: left;
    padding: 5% 10%;
}

.online-consult__privacy {
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.online-consult__privacy .subcontents {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #fff;
}

@media (max-width: 1200px) {
    .online-consult__privacy .subcontents {
        top: 30px;
        height: calc(100% - 60px);
        overflow-y: scroll;
        transform: translate(-50%, 0);
    }
}

.online-consult__privacy .year {
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    background: #87b621;
    padding: 1.4375rem 1.875rem;
}

.online-consult__privacy *:not(.year) {
    font-size: 1.0625rem;
    font-weight: 350;
    color: #000;
    margin-bottom: 3.5625rem;
}

.btn-privacy-close {
    position: absolute;
    right: 30px;
    top: 27px;
    width: 27px;
    height: 27px;
    background: none;
}

.btn-data-close span, .btn-privacy-close span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.btn-privacy-close span:nth-child(1) {
    transform: rotate(45deg);
}

.btn-privacy-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.form-privacy-agree-p {
    display: inline-block;
    padding-top: 15px;
    font-weight: 350;
    font-size: 1rem;
    color: #232323;
}

.form-privacy-agree-p a {
    display: inline-block;
    color: #9b0000;
}

.form-privacy-agree-p a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.form-privacy-agree-check {
    display: inline-block;
    font-size: 1rem;
    color: #595959;
    margin-left: 20px;
}

@media (min-width: 481px) {
    .sub-consult .basic-board-row tr.board-row-subject:nth-of-type(1) input {
        max-width: 700px;
    }

    .sub-consult .basic-board-row tr.board-row-subject:nth-of-type(2) input {
        max-width: 330px;
    }

    .sub-consult .basic-board-row tr.board-row-subject:nth-of-type(3) input {
        width: 20%;
        max-width: 150px;
    }

    .sub-consult .basic-board-row tr.board-row-subject:nth-of-type(4) input {
        width: 40%;
        max-width: 230px;
    }

    .sub-consult .basic-board-row tr.board-row-subject:nth-of-type(6) input {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .sub-consult *:not(input) {
        margin: 5px auto;
        text-align: center;
    }
}

.file-para {
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
    color: #636363;
    font-weight: 350;
}

span.file-para {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .sub-consult .basic-board-row tr th {
        width: 15%;
        padding: 25px 0;
    }
}

.board-write-btn-wrap .btn-confirm {
    font-weight: 500;
    font-size: 1.125rem;
}

/* depth1. company */
/* depth1. company - depth2. location */
.sub-section-location {
    margin-bottom: 6.25rem;
    padding: 1.875rem 3.125rem;
    border-top: 2px solid #e6e6e6;
    background-color: #f6f6f6;
}

.sub-section-location #map1 {
    margin-top: 1.875rem;
}

@media (min-width: 1201px) {
    .location-info {
        display: table;
        width: 100%;
    }

    .location-info>* {
        display: table-cell;
        vertical-align: top;
    }

    .location__dl--addr {
        width: 40%;
    }

    .location__dl--transport {
        width: calc(60% - 142px);
    }
}

.location-info dt {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1rem;
    color: #448abe;
}

.location-info dd {
    margin-bottom: 8px;
    font-weight: 350;
    font-size: 1rem;
    color: #303030;
}

.location__dl--addr dt,
.location__dl--addr dd {
    display: inline-block;
}

.location-contact {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: #007dc0;
    vertical-align: middle;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1200px) {
    .location-contact {
        display: flex;
        align-items: center;
        margin: 20px auto;
    }

    .location-contact>div {
        width: 100%;
        text-align: center;
    }
}

/* depth1. company - depth2. greeting */
.greeting__div--tit-box {
    padding: 3.75rem 2rem 3.75rem 50%;
    margin-bottom: 3.125rem;
    background: url('/html/_skin/seil/img/sub/bg_greeting.jpg') no-repeat center center/cover;
}

@media (max-width: 1200px) {
	.greeting__div--tit-box {
		padding-left: 20px;
	}
}

.greeting__div--tit-box h2 {
    position: relative;
    padding-left: 80px;
    font-size: 1.875rem;
	font-style: italic;
    color: #313131;
}

@media (max-width: 1200px) {
	.greeting__div--tit-box h2 {
		padding-left: 0;
	}
}

.greeting__div--tit-box h2 * {
    font-family: "NanumSquare", sans-serif;
}

.greeting__div--tit-box h2 strong {
    font-weight: 800;
}

.greeting__div--tit-box h2 span {
    font-size: 1.5rem;
}

.greeting__div--tit-box h2 span.font-dif {
	font-family: "나눔명조", sans-serif;
	font-size: 40px;
	font-weight: 400;
}

.greeting__h3--thx {
    margin-bottom: 3.125rem;
    font-size: 1.5625rem;
    color: #353535;
    font-weight: 350;
}

.greeting__div--content-box {
    margin-bottom: 1.5rem;
}

@media (min-width: 1201px) {
    .greeting__div--content-box {
        display: table;
        width: 100%;
    }

    .content-box__div--half-width-para {
        display: table-cell;
        width: 50%;
    }
}

.content-box__div--half-width-para:not(:last-of-type) {
    padding-right: 2.75rem;
}

.content-box__div--half-width-para p {
    font-size: 1.125rem;
    color: #555;
    font-weight: 350;
}

.content-box__div--half-width-para p:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.greeting-ceo-name {
    font-size: 1.125rem;
    color: #353535;
    font-weight: 350;
    text-align: right;
}

.greeting-ceo-name strong {
    font-weight: 500;
}

/* depth1. company - depth2. history */
@media (min-width: 1201px) {
    .history_wrap {
        background: url('/html/_skin/seil/img/sub/history-line.png') repeat-y 240px top;
    }
}

.year-wrap>li {
    font-size: 0;
}

@media (max-width: 767px) {
    .year-wrap>li {
        margin-bottom: 50px;
    }
}

.history_tit {
    position: relative;
    display: inline-block;
    width: 240px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 2.25rem;
    color: #448abe;
    text-align: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .history_tit {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .year-wrap:first-of-type .history_tit {
        vertical-align: top;
    }
}

.history_tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 18px;
    background-color: #eef4f9;
    transform: translateY(-50%);
}

.history_tit:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 1;
    display: block;
    width: 17px;
    height: 17px;
    border: 3px solid #448abe;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

.month-wrap {
    display: inline-block;
    width: calc(100% - 240px);
    padding: 1.5rem 0;
    padding-left: 3.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
}

@media (max-width: 767px) {
    .month-wrap {
        width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .year-wrap:first-of-type .month-wrap {
        padding-top: 0;
        vertical-align: top;
    }
}

.year-wrap:last-of-type .month-wrap {
    border-bottom: none;
}

.month-wrap dt,
.month-wrap dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

@media (max-width: 767px) {

    .month-wrap dt,
    .month-wrap dd {
        display: block;
    }
}

.month-wrap dt {
    width: 28px;
    font-size: 1.125rem;
    font-weight: 350;
    color: #727272;
}

.month-wrap dd {
    width: calc(100% - 28px);
    padding-top: 1px;
    padding-left: 1rem;
    font-size: 1rem;
    color: #353535;
}

@media (max-width: 767px) {
    .month-wrap dd {
        padding-left: 0;
    }
}

/* depth1. company - depth2. summary */
.sub-summary__dl--shadow-box {
    padding: 1.25rem;
    box-shadow: 0 0 7px rgba(146,146,146,.35);
    font-size: 0;
}

.sub-summary__dl--shadow-box dl {
    position: relative;
	display: flex;
}

.sub-summary__dl--shadow-box dt,
.sub-summary__dl--shadow-box dd {
    display: inline-block;
	padding: 5px;
    margin-bottom: 4px;
    vertical-align: top;
    font-weight: 350;
}

.sub-summary__dl--shadow-box dt a,
.sub-summary__dl--shadow-box dd a {
    font-weight: 350;
    color: #353535;
}

.sub-summary__dl--shadow-box.blue dt {
    background: url('/html/_skin/seil/img/sub/bg_summary_blue.jpg') repeat center center;
}

.sub-summary__dl--shadow-box.green dt {
    background: url('/html/_skin/seil/img/sub/bg_summary_green.jpg') repeat center center;
}

.sub-summary__dl--shadow-box dt {
	display: flex;
	align-items: center;
    width: 25%;
    margin-right: 4px;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
}

.sub-summary__dl--shadow-box dd {
    width: calc(75% - 4px);
    padding-left: 20px;
    /* margin-left: calc(25% + 4px); */
    background: #f5f5f5;
    font-size: .9375rem;
    color: #353535;
    word-break: keep-all;
    text-align: left;
}

.sub-summary__dl--shadow-box dt span {
	display: block;
	width: 100%;
	text-align: center;
}

.summary-para {
    margin-bottom: 5.25rem;
    font-size: 1.5rem;
    font-weight: 350;
    color: #353535;
}

.summary-para strong {
    font-weight: 500;
}

/* depth1. company - depth2. org */
.org-chart {
    text-align: center;
}

.org-chart dl {
    width: 218px;
    margin: 0 auto;
}

.org-chart dt {
    padding: 1rem 0;
    font-size: 1.125rem;
    color: #fff;
}

.org-chart dd {
    padding: .625rem 0;
    background: #eee;
    font-size: 1rem;
    font-weight: 350;
    color: #333;
}

.org-chart__h4-ceo dt {
    background: #3a3a3a;
}

.org-chart__h5-center {
    position: relative;
    padding: 3.4375rem 0 4.375rem 50%;
}

@media (max-width: 767px) {
    .org-chart__h5-center {
        padding-left: 0;
    }
}

.org-chart__h5-center:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    display: block;
    height: 100%;
    border-left: 1px dashed #b2b2b2;
}

.org-chart__h5-center dl:before {
    content: '';
    position: absolute;
    top: 4.9375rem;
    left: 50%;
    z-index: -1;
    display: block;
    width: 20%;
    border-top: 1px dashed #b2b2b2;
}

.org-chart__h5-center dt {
    background: #274168;
}

.org-chart__ul-team {
    position: relative;
    display: inline-block;
}

.org-chart__ul-team:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: calc(100% - 336px);
    border-top: 1px dashed #b2b2b2;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .org-chart__ul-team:after {
        display: none;
    }
}

.org-chart__ul-team>li {
    display: inline-block;
    margin: 0 56px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .org-chart__ul-team>li {
        width: 100%;
        margin: 0;
    }
}

.org-chart__ul-team dl {
    position: relative;
    padding-top: 3.25rem;
}

.org-chart__ul-team dl:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    height: 3.25rem;
    border-left: 1px dashed #b2b2b2;
}

.org-chart__ul-team dt {
    background: #4e87b6;
    text-align: center;
}

.org-chart__ul-team li dd {
    margin-top: .625rem;
    background: #fff;
    border: 1px solid #c7c7c7;
}

/* sitemap */
.sta-sitemap {
    display:
}

.sitemap_nav {
    font-size: 0;
}

.sitemap_nav>ul>li {
    display: inline-block;
    width: 33.3333%;
    padding: 0 1rem;
    margin-bottom: 6.25rem;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 767px) {
    .sitemap_nav>ul>li {
        width: 100%;
    }
}

.sitemap_nav>ul>li>a {
    display: block;
    padding: 1rem 0;
    background: #4e87b6;
    font-family: 'NanumSquare', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

.sitemap_nav>ul ul {
    border: 1px solid #ddd;
}

.sitemap_nav>ul ul>li:not(:last-child) {
    border-bottom: 1px solid #ddd;;
}

.sitemap_nav>ul ul>li>a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 350;
}

/* 영문css */

html:lang(en) .main-company-list p {
    font-weight: 350;
}

html:lang(en) .sub-summary__dl--shadow-box dd {
    font-weight: 300;
}

html:lang(en) .location__dl--addr {
    width: 60%;
}

@media (min-width: 768px) {
    html:lang(en) .board-search-wrap p:nth-of-type(3) {
        width: 100px;
    }
}

html:lang(en) .dev-process__ul li p {
    font-weight: 400;
    line-height: 1.3; 
}

html:lang(en) .org-chart__ul-team dt {
    display: flex;
    height: 86px;
    align-items: center;
}

html:lang(en) .org-chart__ul-team dt span {
    display: block;
    width: 100%;
    text-align: center;
}

html:lang(en) .content-box__div--half-width-para p {
    font-weight: 300;
} 

html:lang(en) .summary-para {
    margin-bottom: 3rem;
    font-weight: 300;
}

html:lang(en) .summary-para strong {
    font-weight: 350;
}

html:lang(en) .month-wrap dd {
    font-weight: 350;
}