@charset "UTF-8";

/**************************************************
 * PAGE | COMPANY
 **************************************************/
.location-list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: -80px 0 0 -42px;
}

.location-list>ul>li {
    width: calc(33.3333% - 42px);
    margin: 80px 0 0 42px;
}

.location-list .item .category {
    margin-bottom: 12px;
}

.location-list .item .category>ul {
    display: flex;
}

.location-list .item .category>ul>li {
    display: flex;
    align-items: center;
    height: 36px;
    margin-left: 4px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.location-list .item .category>ul>li:first-child {
    margin-left: 0;
}

.location-list .item .category>ul>li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(./../img/company/location_ico.svg) no-repeat 0 0;
}

.location-list .item .category>ul>li.type_01 {
    background-color: #f4f8fe;
    color: #276ef1;
}

.location-list .item .category>ul>li.type_01:before {
    background-position: 0 0;
}

.location-list .item .category>ul>li.type_02 {
    background-color: #fcece2;
    color: #ea5904;
}

.location-list .item .category>ul>li.type_02:before {
    background-position: -20px 0;
}

.location-list .item .category>ul>li.type_03 {
    background-color: #edf6f8;
    color: #14859b;
}

.location-list .item .category>ul>li.type_03:before {
    background-position: -40px 0;
}

.location-list .item .category>ul>li.type_04 {
    background-color: #f2f0ed;
    color: #8f8679;
}

.location-list .item .category>ul>li.type_04:before {
    background-position: -60px 0;
}

.location-list .item .category>ul>li.type_05 {
    background-color: #eee;
    color: #666;
}

.location-list .item .category>ul>li.type_05:before {
    background-position: -80px 0;
}

.location-list .item .category>ul>li.type_06 {
    background-color: #e8eaf4;
    color: #001489;
}

.location-list .item .category>ul>li.type_06:before {
    background-position: -100px 0;
}

.location-list .item .category>ul>li.type_07 {
    background-color: #e9f5ec;
    color: #27a44b;
}

.location-list .item .category>ul>li.type_07:before {
    background-position: -120px 0;
}

.location-list .item .category>ul>li.type_08 {
    background-color: #f8f5fe;
    color: #7946ed;
}

.location-list .item .category>ul>li.type_08:before {
    background-position: -140px 0;
}

.location-list .item .row {
    display: flex;
    align-items: center;
}

.location-list .item .row>strong {
    display: block;
    font-size: 24px;
    line-height: 32px;
}

.location-list .item .row>span {
    display: block;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 700;
}

.location-list .item .address {
    display: block;
    margin-top: 6px;
    color: #4c5159;
    font-size: 18px;
}

.location-list .item .map {
    overflow: hidden;
    margin-top: 24px;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}

.location-list .item .map>div {
    width: 100%;
    height: 280px;
}

.location-list.line-type>ul {
    margin-top: -46px;
}

.location-list.line-type>ul>li {
    margin-top: 46px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8ddeb;
}

.location-list+.location-list {
    margin-top: 120px;
}

.ft-c {
    color: #276ef1 !important;
}

.container__tit {
    line-height: 48px;
    font-size: 32px;
    font-weight: 900;
    color: #222222;
}

.icon {
    display: flex;
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background-color: rgba(39, 110, 241, 0.1);
    justify-content: center;
    align-items: center;
}

.desc {
    line-height: 27px;
    font-size: 18px;
    color: #4c5159;
}

.company .desc_right {
    width: 700px;
}

.company .comment {
    display: flex;
    padding: 80px;
    border-radius: 16px;
    background-color: #f4f8fe;
    align-items: center;
}

.company .comment .container__tit {
    width: 410px;
}

.company .comment .container__tit b {
    color: #276ef1;
}

.company .comment .desc__tit {
    font-weight: 600;
    font-size: 24px;
}

.company .comment .desc__area {
    width: calc(100% - 410px);
}

.company .history__list ol li {
    float: left;
    width: 20%;
    text-align: center;
}

.company .history__list ol li:last-child {
    border-right: 0;
}

.company .history__list ol li .head {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.company .history__list ol li .year {
    margin: 12px auto;
    font-size: 18px;
    letter-spacing: -.33px;
    color: #727b8b;
}

.company .history__list ol li .link {
    display: inline-block;
    padding-right: 20px;
    background: url("../img/company/ico-page-out.svg") no-repeat right;
}

.company .history__list ol li .head+.link {
    margin-top: 6px;
}

.company .history__list ol li .point {
    margin-top: 16px;
    line-height: 44px;
    font-size: 32px;
    color: #276ef1;
    letter-spacing: -.8px;
}

.company .profile {
    width: 100%;
    height: 240px;
    padding: 88px 48px;
    border-radius: 16px;
    background: url("../img/company/profile_bg.png") no-repeat center / cover;
    background-color: #f8f8f8;
}

.company .profile p {
    display: inline-block;
    line-height: 64px;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
}

.company .profile a {
    float: right;
    width: 205px;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    background-color: #276ef1;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.company .business__list {
    padding-bottom: 120px;
}

.company .business__list li {
    overflow: hidden;
    float: left;
    width: calc(33.333% - 27px);
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
    background-color: #ffffff;
    text-align: center;
}

.company .business__list li:nth-child(2) {
    margin: 0 40px;
}

.company .business__list li .img {
    height: 250px;
}

.company .business__list li .txt {
    padding: 48px 0;
}

.company .business__list li .txt .title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.21px;
}

.company .business__list li .txt .more {
    display: inline-block;
    width: 170px;
    height: 56px;
    line-height: 56px;
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid #276ef1;
    font-weight: 500;
    font-size: 18px;
    color: #276ef1;
}

.company .partnership .country__list table {
    border-top: 2px solid #4e5a71;
    border-bottom: 2px solid #4e5a71;
    text-align: center;
    transition: all 1s ease;
}

.company .partnership .country__list table tr td {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 18px;
}

.company .partnership .country__list table thead tr td {
    font-weight: 600;
}

.company .partnership .country__list table tbody tr:last-child td {
    border-bottom: 0;
}

.company .partnership .country__list table tbody tr td {
    color: #4c5159;
}

.company .partnership .country__list .country__more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border-radius: 4px;
    border: 0;
    background-color: #727b8b;
    color: #ffffff;
    cursor: pointer;
}

.company .partnership .country__list .country__more:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(./../img/company/circle-arrow.svg) no-repeat;
    margin-left: 4px;
    vertical-align: -2px;
}

.company .partnership .country__list .country__more.closed:after {
    transform: rotate(180deg);
}

/** business **/
.business {
    padding-top: 164px;
}

.business .ci {
    margin: 0 -10px;
}

.business .business__word {
    padding: 120px 0;
}

.business .business__word .mv {
    float: left;
    width: calc(50% - 20px);
    padding: 40px 0;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
    text-align: center;
}

.business .business__word .mv:first-child {
    margin-right: 40px;
}

.business .business__word .mv .head {
    font-weight: 700;
    font-size: 24px;
    color: #276ef1;
}

.business .business__word .mv .word {
    margin: 8px auto 24px;
    line-height: 30px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -.48px;
}

.business .business__word .mv .explain {
    line-height: 24px;
    font-size: 16px;
    color: #4c5159;
}

.business .spirit {
    margin-top: 160px;
    text-align: center;
}

/** infra **/
.infra .desc__area {
    float: right;
    width: 700px;
}

.infra .bar-nav ul li a {
    line-height: 38px;
    font-size: 28px;
}

.infra .system {
    padding: 120px 0;
}

.infra .system .system__list ul li {
    float: left;
    width: calc(25% - 30px);
    padding: 48px 24px;
    margin-right: 40px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
    text-align: center;
}

.infra .system .system__list ul li:last-child {
    margin-right: 0;
}

.infra .system .system__list ul li .title {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
}

.infra .system .system__list ul li .explain {
    line-height: 24px;
    color: #4c5159;
}

.infra .quality {
    padding: 128px 0 120px;
}

.infra .quality .imagification .company__img {
    margin: 0 auto 90px;
    text-align: center;
}

.infra .quality .imagification .company__img.l-left {
    margin: 32px auto 0;
}

.infra .quality .imagification .manual {
    float: right;
    width: 596px;
}

.infra .quality .imagification .manual .manual__box {
    padding: 24px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
}

.infra .quality .imagification .manual .manual__box .title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #276ef1;
}

.infra .quality .imagification .manual .manual__box ul li {
    line-height: 27px;
    font-size: 18px;
    color: #4c5159;
}

.infra .policy {
    padding: 120px 0;
}

.infra .policy.first-child {
    padding: 120px 0 80px;
}

.infra .policy .head {
    float: left;
    line-height: 29px;
    font-size: 24px;
    font-weight: 600;
}

.infra .policy .head.ft-c {
    margin-top: 12px;
}

.infra .policy .mission {
    border-bottom: 1px solid #e0e0e0;
}

.infra .policy .mission .title {
    float: left;
    padding-left: 220px;
}

.infra .policy .mission .title p {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 900;
}

.infra .policy .mission .title span {
    font-size: 20px;
    font-weight: 500;
    color: #4c5159;
}

.infra .policy .standard {
    padding-top: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.infra .policy .standard .standard__list {
    padding-left: 372px;
}

.infra .policy .standard .standard__list ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px;
    line-height: 27px;
    font-size: 18px;
    color: #4c5159;
}

.infra .policy .standard .standard__list ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4c5159;
}

.infra .policy .standard .standard__list ul li:last-child {
    margin-bottom: 0;
}

.infra .policy .standard .img {
    margin: 0 auto;
}

.infra .policy .completeness {
    padding-top: 80px;
}

.infra .policy .completeness .completeness__cont {
    padding-left: 372px;
}

.infra .policy .completeness .completeness__head {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.infra .policy .completeness .completeness__head ~ .completeness__head {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.infra .policy .completeness p {
    color: #4c5159;
    font-size: 18px;
    line-height: 27px;
}

.infra .policy .completeness .competeness__table-note {
    margin-top: 12px;
    color: #276ef1;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

.infra .policy .completeness .completeness__list ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 12px;
    line-height: 27px;
    font-size: 18px;
    color: #4c5159;
}

.infra .policy .completeness .completeness__list ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4c5159;
}

.infra .policy .completeness .completeness__list ul li:last-child {
    margin-bottom: 0;
}

.infra .line {
    width: 100%;
    height: 1px;
    background-color: #f4f8fe;
}

.infra .info .place__list ul li {
    float: left;
    width: 25%;
    padding-left: 40px;
    border-right: 1px solid #eeeeee;

}

.infra .info .place__list ul li:last-child {
    border-right: 0;
}

.infra .info .place__list ul li .number {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    color: #276ef1;
}

.infra .info .place__list ul li .explain {
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #4c5159;
    letter-spacing: -.5px;
}

.infra .info .place__table table {
    border-top: 2px solid #4e5a71;
    border-bottom: 2px solid #4e5a71;
}

.infra .info .place__table table tr:last-child th,
.infra .info .place__table table tr:last-child td {
    border-bottom: 0;
}

.infra .info .place__table table tr th,
.infra .info .place__table table tr td {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
    font-size: 18px;
}

.infra .info .place__table table tr th {
    font-weight: 700;
}

.infra .place {
    display: flex;
    padding: 130px 0 120px;
}

.infra .place .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 362px;
    height: 264px;
    padding-right: 32px;
}

.infra .place .txt .desc {
    margin-top: 12px;
    font-weight: 500;
    color: #222222;
}

.infra .place .img__list {
    width: calc(100% - 362px + 40px);
    margin: 0 -40px -40px 0;
}

.infra .place .img__list .img {
    overflow: hidden;
    float: left;
    display: inline-block;
    width: calc(50% - 40px);
    margin: 0 40px 40px 0;
    border-radius: 16px;
    background-color: #f8f8f8;
}

/** greetings **/
.greetings .ceo__img {
    position: relative;
    width: 100%;
}

.greetings .ceo__img img {
    vertical-align: top;
}

.greetings .ceo__img .title {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 48px 20px 0 48px;
    background-color: #fff;
}

.greetings .ceo__img .title p {
    line-height: 48px;
    font-weight: 700;
    font-size: 32px;
}

.greetings .ceo__img .title p.ft-c {
    margin-bottom: 12px;
    line-height: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -1.6px;
}

.greetings .ceo__sign {
    float: right;
    margin-top: 80px;
}

.greetings .ceo__sign .txt {
    float: left;
    margin-top: 12px;
    margin-right: 12px;
}

.greetings .ceo__sign .txt .date {
    line-height: 27px;
    font-size: 18px;
    letter-spacing: -.4px;
    color: #4c5159;
}

.greetings .ceo__sign .txt span {
    font-size: 18px;
    font-weight: 500;
    color: #276ef1;
}

.greetings .ceo__sign .txt .name {
    margin-top: 8px;
    font-size: 34px;
}

.greetings .ceo__sign .img {
    float: left;
}

/** history **/
.history .bar-nav ul li a {
    line-height: 38px;
    font-size: 28px;
}

.history .year {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.history .year:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.history .year .img {
    overflow: hidden;
    float: left;
    width: 576px;
    height: 388px;
    border-radius: 16px;
    background-color: #f8f8f8;
}

.history .year .detail {
    float: right;
    width: calc(100% - 576px);
    padding-left: 40px;
}

.history .year .detail .title {
    font-weight: 700;
    font-size: 57px;
    letter-spacing: -.57px;
    color: #276ef1;
}

.history .year .detail li {
    margin-top: 24px;
}

.history .year .detail li .date {
    margin-bottom: 8px;
    color: #727b8b;
}

.history .year .detail li .conts {
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
}

.history .year .detail li .conts p {
    font-size: 14px;
    color: #727b8b;
}

.history .year .detail li .conts span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -.28px;
}

/** location **/
.location .cap-nav ul li {
    margin: 0 12px 0 0;
}

.location .cap-nav ul li a {
    height: 57px;
    line-height: 57px;
    padding: 0 24px;
    border-radius: 28.5px;
    font-size: 24px;
}

.location .cap-nav ul li a.active {
    background-color: #276ef1;
    font-weight: 700;
    color: #ffffff;
}

.location .map__list ul li {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
}

.location .map__list ul li::after {
    content: '';
    display: block;
    clear: both;
}

.location .map__list ul li:last-child {
    padding: 40px 0 0;
    border-bottom: 0;
}

.location .map__list ul li .img {
    float: left;
    width: 576px;
    height: 320px;
    border-radius: 16px;
    background-color: #f8f8f8;
}

.location .map__list ul li .txt {
    float: left;
    width: calc(100% - 576px);
    padding-left: 44px;
}

.location .map__list ul li .txt p {
    line-height: 27px;
    font-size: 18px;
}

.location .map__list ul li .txt .name {
    margin-bottom: 24px;
    line-height: 48px;
    font-size: 32px;
    font-weight: 700;
}

.location .map__list ul li .txt .zip {
    margin-bottom: 8px;
}

.location .map__list ul li .txt .call {
    margin-top: 24px;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    color: #727b8b;
}
