@font-face {font-family: 'Noto Sans KR';
    font-style: normal;font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
    
}

@font-face {font-family: 'Noto Sans KR';
    font-style: normal;font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {font-family: 'Noto Sans KR';
    font-style: normal;font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

body {
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    background-color: #ffffff;
    word-break: keep-all;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1200px) {
    .main-portfolio-desc-container {
        width: 90.5% !important;
    }
    .main-portfolio-desc {
        padding-left: 1rem !important; 
        padding-bottom: 0.7rem !important;
    }
}

@media (max-width: 991px) {
    .main-portfolio-desc-container {
        width: 87.5% !important;
    }
    .main-portfolio-desc {
        padding-left: 1rem !important; 
        padding-bottom: 0.7rem !important;
    }
}

@media (max-width: 768px) {
    .main-portfolio-desc-container {
        width: 70.5% !important;
        margin-left: 65px !important;
    }
    .main-portfolio-desc {
        padding-left: 2rem !important; 
        padding-bottom: 1.5rem !important;
    }

    .button-download-store-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .history-year h2 {
        text-align: left !important;
        margin-bottom: 1rem;
    }

    .history-month {
        padding-left: 1rem !important;
    }

    .bridge-section-title-container {
        margin-bottom: 5rem;
    }

    .arrow-right-image {
        transform: rotate(90deg);
    }
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.mt-6 {
    margin-top: 4rem !important;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.mt-7 {
    margin-top: 5rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.my-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.mt-9 {
    margin-top: 7rem !important;
}
.mb-9 {
    margin-bottom: 7rem !important;
}
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pt-6 {
    padding-top: 4rem !important;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pt-7 {
    padding-top: 5rem !important;
}
.pb-7 {
    padding-bottom: 5rem !important;
}
.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pt-8 {
    padding-top: 6rem !important;
}
.pb-8 {
    padding-bottom: 6rem !important;
}
.py-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pt-9 {
    padding-top: 7rem !important;
}
.pb-9 {
    padding-bottom: 7rem !important;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("/img/all-icon-menu.png");
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}

.navbar {
    background-color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-nav {
    width: 80%;
    justify-content: space-around;
}

.nav-link {
    display: inline-block;
}

.nav-item a:hover {
    box-shadow: inset 0 -2px 0 #000;
    font-weight: 500 !important;
}

.main-section-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
}

.main-section-title p {
    font-size: 1rem;
    color: #666666;
    font-weight: 300;
    word-break: keep-all;
}

.main-background-container {
    text-align: right;
}

red {
    color: #ed0023;
}

.rectangle-button {
    width: 240px;
    height: 48px;
    font-size: 1.15rem;
    font-weight: 300;
    color: black;
    background-color: white;
    padding: 13.8px 24px 12.2px;
    line-height: 100%;
    float: left;
    transition: .3s;
    display: flex;
    align-items: center;
}

.main-about-button {
    font-family: 'Montserrat', sans-serif;
    width: 240px;
    height: 48px;
    font-size: 1.15rem;
    font-weight: 300;
    border: solid 1px #e22916;
    color: #ffffff;
    background-color: #c32616;
    padding: 13.8px 24px 12.2px;
    line-height: 100%;
    float: left;
    transition: .3s;
}

.main-about-button:hover {
    color: #ffffff;
}

.main-about-button img {
    margin-left: 4.5rem;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}

.blink {
    animation: blink 2s infinite ease;
}

.main-read-more-button {
    font-family: 'Montserrat', sans-serif;
    width: 240px;
    height: 48px;
    font-size: 1.15rem;
    color: #e22916;
    border: solid 1px #e22916;
    background-color: none;
    padding: 13.8px 24px 12.2px;
    line-height: 100%;
    float: right;
    transition: .3s;
}

.main-read-more-button img {
    margin-left: 2.5rem;
}

.main-read-more-button:hover {
    background-color: #e22916;
    color: #fdf4f1;
}

.main-content-header h1 {
    font-family: 'Montserrat', sans-serif;
    color: #e22916;
    font-weight: 700;
    font-size: 1.9rem;
}

.main-content-header p {
    color: #666666;
}

.main-story-desc date {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

.main-story-desc h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.main-story-desc p {
    font-size: 1rem;
}

.about-background-container {
    text-align: right;
}

.about-section-image {
    text-align: left;
}

.about-section-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
}

.about-section-title p {
    font-size: 1rem;
    color: #666666;
    font-weight: 300;
    word-break: keep-all;
}

.about-content-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.75rem;
    color: #e22916;
    font-weight: 700;
}

.about-content-desc h3 {
    font-size: 1.5rem;
    font-weight: 600;   
}

.about-content-desc h5 {
    font-weight: 600;
}

.about-content-desc p {
    font-size: 1rem;
    font-weight: 300;
    word-break: keep-all;
    padding-top: 1rem;
}

.about-content .row {
    justify-content: space-around;
}

.about-partner-container {
    justify-content: space-around;
    align-items: center;
}

.footer-info-list ul:nth-child(1), .footer-info-list ul:nth-child(3) {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0 !important;
}

strong {
    font-weight: 600 !important;
}

.history-container {
    font-family: 'Montserrat', sans-serif;
}

.history-container > .row {
    margin-bottom: 2rem;
}

.history-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.history-year h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #c32616;
    text-align: right;
}

.history-month {
    padding-left: 5.5rem;
    padding-right: 2.5rem;
}

.history-month h3 {
    font-size: 1.5rem;
    padding-top: 5px;
}

.history-desc {
    padding-left: 0 !important;
}

.history-desc p {
    font-family: 'Noto Sans KR';
    font-size: 1.2rem;
    color: #666666;
    font-weight: 300;
    padding-left: 5.5rem;
    padding-right: 1rem
}

.brochure-button:hover {
    color: #3b7844;
}

.bridge-background-container {
    background-color: #3b7844;
}

.bridge-section-title p {
    color: white;
    font-size: 1.1rem;
    font-weight: 300;
}

.bridge-section-title-container {
    display: flex;
    align-items: flex-end;
}

.bridge-info-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.75rem;
    color: #3b7844;
    font-weight: 700;
    text-align: right;
}

.bridge-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bridge-info-desc p {
    font-size: 1.1rem;
    text-align: right;
}

.bridge-content-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bridge-content-desc h4 {
    font-size: 1.5rem;
}

.bridge-content-desc p {
    margin-bottom: 0 !important;
    color: #616161;
    font-size: 1rem;
}

.bridge-content-image {
    display: flex;
    align-items: center;
}

.bridge-content-function-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    color: #3b7844;
    margin-right: .5rem;
    font-weight: 700;
}

.bridge-content-function-title h2 {
    font-size: 1.5rem;
    line-height: 5rem;
}

.bridge-content-function {
    width: 280px;
    background-color: #f5f5f5;
    padding: 20px;
}

.bridge-content-function .row {
    margin: 0 !important;
}

.bridge-content-function-desc p {
    font-size: 1rem;
    color: #616161;
}

.bridge-content-function-detail p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-bottom: 0 !important;
    color: #616161;
}

.bridge-content-function-container {
    justify-content: space-around;
}

.bridge-content-point-container {
    justify-content: space-around;
}

.bridge-content-point {
    width: 180px;
}

.bridge-content-point > div {
    width: 180px;
}

.bridge-content-point-title {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.bridge-content-point-title h3 {
    font-size: .9rem;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
}

.bridge-content-point-desc p {
    font-size: .9rem;
    word-break: normal;
    color: #616161;
}

.bridge-content-point-title {
    position: relative;
    width: 160px !important;
    height: 40px;
    background: #ffd086;
}
  
.bridge-content-point-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; width: 0; height: 0;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.bridge-content-point-title::before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #ffd086;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.bridge-contact-container {
    background-color: #f5f5f5;
}

.bridge-contact-container .bridge-content-title .row {
    justify-content: flex-end;
}

.bridge-contact-form h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.bridge-contact-form input {
    width: 100%;
    height: 48px;
    background-color: #f5f5f5;
    border: solid 1px #9e9e9e;
    padding: 10px 20px;
}

.bridge-contact-button {
    color: white;
    background-color: #c32616;
    border: solid 1px #e22916;
}

.bridge-contact-button:hover {
    background-color: #fdf4f1;
    color: #e22916;
}

.bridge-contact-button-container {
    justify-content: flex-end;
    margin-right: 15px;
}

.bridge-contact-button img {
    margin-left: 4.5rem;
}

.career-background-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px; 
    font-weight: 600;
    color: #e73725;
    padding-right: 5rem;
}

.career-recruit-panel-container {
    min-height: 200px;
    background-color: #434343;
}

.career-recruit-panel-container h2 {
    color: #f5f5f5;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
    font-weight: 300;
    line-height: 1.5;
}

.career-recruit-panel-container p {
    color: #f5f5f5;
    margin-bottom: 0 !important;
    padding-left: 4rem;
    font-weight: 300;
}

.career-recruit-panel-container > .container > .row {
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.career-recruit-panel-container > .container > .row > .row {
    align-items: center;
}

.career-recruit-tab-button {
    justify-content: space-between;
    align-items: center;
    background-color: #e0e0e0;
    width: 47%;
    max-width: 580px;
    min-height: 160px;
    padding: 54px 40px;
    color: black;
    cursor: pointer;
    transition: .2s;
}

.career-recruit-tab-button:hover {
    background-color: #e22916;
    width: 47%;
    max-width: 580px;
    min-height: 160px;
    padding: 54px 40px;
    color: white;
}

.career-recruit-tab-button.active {
    background-color: #e22916 !important;
    color: white !important;
}

.career-recruit-tab-button h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0 !important;
}

.career-recruit-tab-button p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.career-recruit-container {
    background-color: #f5f5f5;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.career-recruit-desc .row div:nth-child(1) p {
    font-size: 1.25rem;
    color: #333333;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.career-recruit-desc .row div:nth-child(2) p {
    font-size: 1.25rem;
    color: #666666;
    margin-bottom: 0 !important;
}

.career-recruit-desc li {
    border-bottom: 1px solid #979797;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.career-recruit-desc li:nth-child(7) {
    border-bottom: none;
}

.navbar-brand img {
    width: 90%;
    padding-bottom: 5px;
}

.main-portfolio img {
    transition: .3s;
}

.main-portfolio img:hover {
    filter: brightness(50%);
    
}

.developer-desc {
    display: none;
}

.portfolio-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.portfolio-contents img {
    margin-bottom: 1rem;
}

.portfolio-contents date {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

.portfolio-contents h5 {
    font-weight: 600;
    padding-top: 0.5rem;
}

.portfolio-contents h6 {
    color: #666666;
}

.portfolio-contents p {
    padding-top: 0.5rem;
    color: #666666;
}

.view-more-button {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    width: 133px;
    height: 48px;
    font-size: 1rem;
    font-weight: 300;
    color: #c32616;
    border: solid 1px #e22916;
    background-color: none;
    padding: 13.8px 24px 12.2px;
    line-height: 100%;
    float: left;
    transition: .3s;
}

.view-more-button:hover {
    background-color: #e22916;
    color: white;
}

.portfolio-image {
}

.portfolio-image img {
    /* height: 380px; */
}

.main-story img {
    border: 1px solid black;
}

.career-apply-button {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 1rem;
    font-weight: 300;
    color: #c32616;
    border: solid 1px #e22916;
    background-color: none;
    padding: 13.8px 24px 12.2px;
    line-height: 100%;
    float: left;
    transition: .3s;
    margin-right: 1rem;
}

.main-portfolio > div {
    position: relative;
}

.main-portfolio-desc-container {
    position: absolute;
    margin: 0 auto;
    color: white;
    opacity: 0;
    width: 92.5%;
    height: 100%;
    top: 0;
    transition: .3s;
    cursor: pointer;
}

.main-portfolio-desc-container:hover {
    opacity: 1;
}

.main-portfolio-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.main-portfolio-desc date {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0.5rem;
}

.main-portfolio-desc h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.main-portfolio-desc p {
    font-size: 1rem;
}

.history-content li {
    padding-bottom: 1rem;
}

.bridge-box {
    display: inline-block;
    width: 30px;
    box-shadow: inset 0 -10px 0 #616161;
}

.bridge-contact-form input:focus {
    outline: none !important;
    border-color: #c32616;
}

.designer-desc {
    display: none;
}

.nanci-background-container {
    background-color: #fff;
}

.nanci-section-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 17.13rem;
    height: 16.94rem;
}

.nanci-section-title p {
    color: white;
    font-size: 1.1rem;
    font-weight: 300;
}

.nanci-section-title-container {
    display: flex;
    align-items: center;
}

.nanci-section-title-h3 {
    font-size: 2.25rem;
    font-weight: bold;
}

.nanci-section-title-h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #7bcbff;
}

.button-nanci-app-container {
    background-color: #002b5b;
}

.button-nanci-app-text {
    color: #ffffff;
}

.nanci-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nanci-info-desc p {
    font-size: 1.1rem;
    text-align: right;
}

.nanci-content-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.nanci-content-desc h4 {
    font-size: 2.25rem;
    font-weight: bold;
    color: #002b5b;
}

.nanci-content-desc p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0 !important;
}

.nanci-content-image {
    display: flex;
    align-items: center;
}

.nanci-content-function-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    color: #3b7844;
    margin-right: .5rem;
    font-weight: 700;
}

.nanci-content-function-title h2 {
    font-size: 1.5rem;
    line-height: 5rem;
}

.nanci-content-function {
    width: 280px;
    background-color: #f5f5f5;
    padding: 20px;
}

.nanci-content-function .row {
    margin: 0 !important;
}

.nanci-content-function-desc p {
    font-size: 1rem;
    color: #616161;
}

.nanci-content-function-detail p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-bottom: 0 !important;
    color: #616161;
}

.nanci-content-function-container {
    justify-content: space-around;
}

.nanci-content-point-container {
    justify-content: space-around;
}

.nanci-content-point {
    width: 180px;
}

.nanci-content-point > div {
    width: 180px;
}

.nanci-content-point-title {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.nanci-content-point-title h3 {
    font-size: .9rem;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
}

.nanci-content-point-desc p {
    font-size: .9rem;
    word-break: normal;
    color: #616161;
}

.nanci-content-point-title {
    position: relative;
    width: 160px !important;
    height: 40px;
    background: #ffd086;
}
  
.nanci-content-point-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; width: 0; height: 0;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.nanci-content-point-title::before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #ffd086;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.button-download-store-container button {
    width: 13.81rem;
    height: 4.25rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #002b5b;

}

.nanci-service-terms a {
    font-size: 1rem; 
    font-weight: bold;
    text-decoration: underline !important;
    color: #666666 !important;
}

.nanci-content-background-gray {
    background: linear-gradient( to top, #f5f5f5 60%, #ffffff 40% );
}

.nanci-content-background-white {
    background: linear-gradient( to top, #ffffff 64%, #f5f5f5 36% );
}
