@font-face {
    font-family: 'racing_sans_oneregular';
    src: url('/css/font/racingsansone-regular-webfont.woff2') format('woff2'),
         url('/css/font/racingsansone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare_acR';
    src: url('/css/font/NanumSquare_acR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-400.woff2') format('woff2'),
         url('/css/font/montserrat-latin-400.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-500.woff2') format('woff2'),
         url('/css/font/montserrat-latin-500.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-600.woff2') format('woff2'),
         url('/css/font/montserrat-latin-600.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-700.woff2') format('woff2'),
         url('/css/font/montserrat-latin-700.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-800.woff2') format('woff2'),
         url('/css/font/montserrat-latin-800.woff') format('woff');
    font-weight: 800;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url('/css/font/montserrat-latin-900.woff2') format('woff2'),
         url('/css/font/montserrat-latin-900.woff') format('woff');
    font-weight: 900;
}


/* S: video */  
.video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    transform: translate(-50%, -50%);
}
.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* 반투명한 어두운 배경 */
    z-index: 0;
}
/* E: video */  

body {
    font-family: 'NanumSquare_acR', sans-serif, Arial;
    font-weight: 400;
    line-height: 32px;
}
object {
    pointer-events: auto;
    overflow: hidden;
}
.container .row {
    justify-content: center !important;
    align-items: center;
}
.unslate_co--site-nav .site-nav-ul > li > a, .unslate_co--site-nav .site-nav-ul-none-onepage > li > a {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
}
.cover-v1 .heading {
    font-family: 'racing_sans_oneregular';
    color: #eee;
}
.cover-v1 .subheading {
    color: #eee;
    font-weight: bold;
}
.unslate_co--site-inner > div {
    background: linear-gradient(to bottom, #fff, #bbd9f6, #a7a8d1);
}
.unslate_co--site-inner > div:not(#contact-section) {
    min-height: 100vh;
}
ul.site-nav-ul {
    padding-left: 130px;
}
.contact-info-v1 .contact-info-label {
    font-size: 18px;
}
.unslate_co--site-nav .site-nav-ul > li > a, .unslate_co--site-nav .site-nav-ul-none-onepage > li > a {
    color: #fff;
}


.unslate_co--site-nav .site-nav-ul > li > a:before, .unslate_co--site-nav .site-nav-ul-none-onepage > li > a:before {
    background: #fff;
}
.unslate_co--site-nav .site-nav-ul > li > a:hover, .unslate_co--site-nav .site-nav-ul-none-onepage > li > a:hover {
    color: #fff;
}

.testimonial-v1 .testimonial-author-info img {
    width: 250px;
    margin: 0 auto 30px auto;
    border-radius: unset;
}

.unslate_co--footer {
    background-color: #0c428a;
}
/* E: overwrite */

.logo {
    position: absolute;
    left: 24px;
    top: 12px;
    padding-top: 24px;
    z-index: 9;
}
body > div.unslate_co--site-wrap > div > nav > div.container > div {
    padding-left: 130px;
}
.gsap-reveal-hero .reveal-wrap .cover {
    background: rgba(0, 0, 255, 0.6);;
}
.cover-v1 .reveal-content > span {
    color: #f33;
}

/*aboutus*/
figure.dotted-bg {
    display: flex;
    justify-content: flex-end;
}
#aboutus-section p {
    font-size: 20px;
    white-space: pre-line;
}

/*vision*/
#vision-section .container img {
    opacity: 0.8;
}

.vos-text {
    word-wrap: break-word;
    word-break: keep-all;
}

/*services*/
#service-section .container img {
    z-index: 3;
}
.services {
    position: relative;
    /* border: solid 1px red; */
    display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1vw;
    grid-template-areas:
        "item1 image item3"
        ". . ."
        ". . item4";
}
.services > div {
    display: flex;
    flex-direction: column;
    padding: 1vw;
    /* border: solid 1px red; */
}
.services > div > div:not(.circle-text) {
    border: dashed 1px #66f;
    border-radius: 1vw;
    padding: 5px;
}
.services > div:nth-child(1) {
    grid-area: item1;
    height: 12vh;
}
.services > div:nth-child(2) {
    grid-area: image;
    grid-row: span 3;
    justify-content: center;
}
.services > div:nth-child(3) {
    grid-area: item3;
    height: 12vh;
}
.services > div:nth-child(4) {
    grid-area: item4;
    height: 12vh;
    justify-content: flex-end;
}
.services > div h5 {
    font-weight: 700;
    font-size: 17px;
    color: #2875df;
}
.services > div ul {
    padding-left: 5px;
    line-height: normal;
    margin: 0;
}
.services > div li {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.services > div:nth-child(1) hr {
    width: 100%;
    margin: 5px 0;
    border: solid 3px #2875df;
}
.services > div:nth-child(3) hr {
    width: 100%;
    margin: 5px 0;
    border: solid 3px #bdd5f5;
}
.services > div:nth-child(4) hr {
    width: 100%;
    margin: 5px 0;
    border: solid 3px #009fe3;
}
#service-section .container canvas {
    /* border: solid 1px red; */
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

#service-section .container .circle-area {
    z-index: 2;
    background-image: url('/images/circle.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#service-section .container .circle-text {
    /* border: solid 1px yellow; */
    position: relative;
    left: 50%;
    transform: translate(-50%);
    z-index: 4;
    width: 480px;
    height: 480px;

    display: grid;
    grid-template-columns: 1fr 3fr 2fr 4fr 2fr 3fr 1fr;
    grid-template-rows: 1fr 3fr 0.7fr 3fr 1.4fr 3fr 0.3fr;
    grid-template-areas:
        ". . . . . . ."
        ". item1 item1 . item2 item2 ."
        ". . . . . . ."
        ". . logo logo logo . ."
        ". . . . . . ."
        ". . item3 item3 item3 . ."
        ". . . . . . .";
}
#service-section .container .circle-text div:nth-child(1) {
    grid-area: item1;
}
#service-section .container .circle-text div:nth-child(2) {
    grid-area: item2;
}
#service-section .container .circle-text div:nth-child(3) {
    grid-area: item3;
}
#service-section .container .circle-text div:nth-child(4) {
    grid-area: logo;
}
#service-section .container .circle-text div {
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
#service-section .container .circle-text div h4 {
    font-size: 32px;
}
#service-section .container .circle-text div span {
    font-size: 20px;
    text-align: center;
}



.services2 {
    /* border: solid 1px red; */
    top: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1vw;
    grid-template-areas:
        "item1 item1 . ."
        ". item2 item2 ."
        ". . item3 item3";
}
.services2 > div:nth-child(1) {
    grid-area: item1;
    grid-column: 1,2;
}
.services2 > div:nth-child(2) {
    grid-area: item2;
    grid-column: 2,3;
}
.services2 > div:nth-child(3) {
    grid-area: item3;
    grid-column: 3,4;
}
.services2 > div h4 {
    font-weight: 700;
    font-size: 28px;
    color: #333;
}
.services2 > div ol {
    list-style-type: upper-roman;
    list-style-position: inside;
    font-weight: 700;
    font-size: 18px;
    color: #2875df;
}
.services2 > div ol li {
    display: list-item;
}

#case-section .case-text {
    position: relative;
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 1fr 3fr 3fr 1fr;
    grid-template-rows: 2fr 1.5fr 1fr 1fr;
    gap: 1vw;
    grid-template-areas:
        "logo1 text1 text1 text1 text1 text1 text1"
        "text2 text2 logo2 logo2 . logo3 ."
        "text2 text2 . text3 text3 text3 text3"
        ". . . text3 text3 text3 text3"
        ". . . text3 text3 text3 text3";
}
.case-text > div {
    /* border: solid 1px red; */
    padding: 0 2vw;
}
.case-text > div:nth-child(1) {
    grid-area: text1;
}
.case-text > div:nth-child(2) {
    grid-area: text2;
}
.case-text > div:nth-child(3) {
    grid-area: text3;
}
.case-text > div:nth-child(4) {
    grid-area: logo1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.case-text > div:nth-child(5) {
    grid-area: logo2;
    display: flex;
    align-items: center;
}
.case-text > div:nth-child(6) {
    grid-area: logo3;
    display: flex;
    align-items: flex-end;
}
.case-text > div h4 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.case-text > div ol {
    list-style-type: upper-roman;
    list-style-position: inside;
    font-weight: 700;
    font-size: 16px;
    color: #2875df;
    padding: 0;
}
.case-text > div ol li {
    display: list-item;
    word-break: keep-all;
    text-indent: -24px;
    padding-left: 24px;
}
