@charset "UTF-8";
@import url('common.css');

body {
    background: #111;
}

/* section */
.menu_summary {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center !important;
}

.summary_txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-60%);
}

.menu_summary .inner {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    box-sizing: border-box;
}

.menu_summary .inner h2 {
    font-size: 140px;
    font-weight: 500;
    line-height: 0.9;
    margin: 0 auto;
}

.menu_summary .inner p {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.7;
    margin: 30px auto 0 auto;
    line-height: 1.6;
}

.Saltware .menu_summary {
    background: url('../images/common/bg_saltware.jpg') no-repeat;
}

.PublicCloud .menu_summary {
    background: url('../images/common/bg_cloud.jpg') no-repeat;
}

.HybridService .menu_summary {
    background: url('../images/common/bg_infrastructure.jpg') no-repeat;
}

.AIService .menu_summary {
    background: url('../images/common/bg_ai.jpg') no-repeat;
}

.Security .menu_summary {
    background: url('../images/common/bg_security.jpg') no-repeat;
}

.CMP .menu_summary {
    background: url('../images/common/bg_cmp.jpg') no-repeat;
}

.SmartFarm .menu_summary {
    background: url('../images/common/bg_smartfarm.jpg') no-repeat;
}

.PortalSolution .menu_summary {
    background: url('../images/common/bg_platform.jpg') no-repeat;
}

.ContactUs .menu_summary {
    background: url('../images/common/bg_contact.jpg') no-repeat;
}

.Notice .menu_summary {
    background: url('../images/common/bg_notice.jpg') no-repeat;
}

.Company .menu_summary {
    background: url('../images/common/bg_company.jpg') no-repeat;
}


/* scroll */
.scroll_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    z-index: 1;
}

.scroll_txt p {
    font-size: 20px;
    letter-spacing: 0;
    opacity: 0.7;
    margin-bottom: 15px;
}

.scroll_txt .bar {
    display: block;
    width: 2px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.scroll_txt .bar::after {
    content: '';
    width: 2px;
    height: 100px;
    position: absolute;
    transform: translate3d(0, -100%, 0);
    background: #fff;
    animation: ease-in-out 1.5s infinite;
    animation-name: bar;
}

@keyframes bar {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
        ;
    }
}

/* menu_detail */
.menu_detail .inner {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 50px;
}

.w1280 {
    max-width: 1380px;
    margin: 0 auto;
    box-sizing: border-box;
}

.w1080 {
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cont_wrap {
    padding: 150px 0;
}

/* cont_tit */
.cont_tit {
    text-align: center;
    margin-bottom: 100px;
}

.cont_tit h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cont_tit span {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.5;
}

.cont_tit .line {
    width: 50px;
    height: 2px;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
}


/* cont_area */
.cont_area + .cont_area {
    margin-top: 120px;
}

.cont_area h3 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
}

.cont_area h3:not(:first-child) {
    margin-top: 100px;
}

.cont_area h3.outline {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    color: #000;
}

.cont_area h3.light {
    font-weight: 300;
    font-size: 35px;
}

.cont_area p.subtxt {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    opacity: 0.7;
    text-align: center;
}

.cont_area p.description {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}


/* num_list */
.num_list {
    box-sizing: border-box;
    max-width: 1080px;
    margin: 0 auto;
}

.num_list li {
    position: relative;
    padding: 70px 170px 0 90px;
}

.num_list li + li {
    margin-top: 40px;
}

.num_list li:nth-child(2n) {
    text-align: right;
    padding: 70px 90px 0 170px;
}

.num_list li span {
    font-size: 110px;
    font-weight: 900;
    opacity: 0.5;
    color: #f49f20;
    line-height: 1.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.num_list li:nth-child(2n) span {
    left: auto;
    right: 0;
}

.num_list li h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.num_list li p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.subtxt + .num_list {
    margin-top: 120px;
}

/* example */
.example {
    display: flex;
}

.example > div {
    width: 48%;
}

.example > div:last-child {
    margin-left: auto;
}

.example > div img {
    width: 100%;
    margin-bottom: 20px;
}

.example ul li {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 6px;
}

.example p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

/* process */
.process {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process div {
    text-align: center;
    padding-top: 50px;
    position: relative;
    height: 420px;
    box-sizing: border-box;
}

.process div span {
    font-size: 60px;
    font-weight: 600;
    color: #f49f20;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.process div h4 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.process div ul {
    margin-top: 15px;
}

.process div ul li {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}

.process .process-arr {
    background: url(../images/sub/process_arr.png) no-repeat center;
    display: inline-block;
    width: 80px;
    height: 80px;
}

/* img_wrap */
.inner .img_wrap {
    max-width: 1160px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.img_wrap img {
    width: 100%;
}

.img_wrap.orgChart {
    max-width: 100%;
}

/* keyPoint */
.keyPoint {
    width: 1160px;
    margin: 0 auto;
}

.keyPoint h4 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.keyPoint h4:not(:first-child) {
    margin-top: 120px;
}

.keyPoint ul {
    margin-top: 15px;
    margin-bottom: 60px;
}

.keyPoint ul li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

/* img_list */
.img_list {
    display: flex;
    align-items: center;
}

.cont_area .img_list:not(:first-child) {
    margin-top: 100px;
}

.img_list .txt_wrap {
    padding: 0 30px;
    box-sizing: border-box;
}

.img_list p.t_orange {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.img_list h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.img_list ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}

.img_list h4 + p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.img_list .img_wrap {
    max-width: 900px;
    margin: 0 0 0 auto;
}

.img_list.reserved {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.img_list.reserved .img_wrap {
    margin: 0 50px 0 0;
}

/* short_cont */
.cont_wrap.short {
    padding: 0;
    box-sizing: border-box;
}

.cont_wrap.short .inner {
    display: flex;
    height: 400px;
    align-items: center;
}

.cont_wrap.short h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.cont_wrap.short p {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 80px;
}

.cont_wrap.short .img_wrap {
    max-width: 530px;
    margin: 0;
    vertical-align: middle;
    padding-left: 30px;
}

.cont_wrap.short .img_wrap iframe {
    width: 530px;
    height: 300px;
}

.cont_wrap.short .img_wrap.aws_partner {
    width: 200px;
    text-align: center;
    padding-left: 0;
}

.cont_wrap.short .img_wrap.aws_partner img {
    width: auto;
}

/* txt_link */
.txt_link {
    font-size: 18px;
    text-decoration: underline;
    opacity: 0.5;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
}

.txt_link:hover {
    opacity: 1;
}


/* box_wrap */
.box_wrap {
    padding: 80px;
}

.box_wrap + .box_wrap {
    margin-top: 100px;
}

/* img_group */
.img_group {
    display: flex;
    gap: 2%;
    justify-content: center;
}

.img_group .img_wrap {
    width: 46%;
    margin: 0;
}

.img_group + .description {
    margin-top: 30px;
}

/* 공고사항 */
/* Notice */
.Notice table {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #999;
}

.Notice table tr th,
table tr td {
    height: 60px;
    border-bottom: 1px solid #555;
    font-size: 18px;
}

.Notice table tr th {
    font-weight: 400;
}

.Notice table tr th.num {
    width: 10%;
}

.Notice table tr th.date {
    width: 20%;
}

.Notice table tr td {
    font-weight: 300;
}

.Notice table tr td.title {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Notice table tr td a {
    font-size: 18px;
}

.Notice table tr td a:hover {
    text-decoration: underline;
}

.Notice .paging {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.Notice .paging li + li {
    margin-left: 24px;
}

.Notice .paging li a {
    color: #999;
}

.Notice .paging li a.on {
    color: #fff;
    font-weight: 700;
}


/* 회사소개 */
.Company .cont_wrap > .img_wrap {
    margin-bottom: 100px;
}

.Company table {
    width: 70%;
    margin: 0 auto;
    border-top: 2px solid #999;
}

.Company table tr th,
table tr td {
    height: 60px;
    border-bottom: 1px solid #555;
}

.Company table tr th {
    font-size: 18px;
    font-weight: 400;
}

.Company table tr td {
    font-size: 18px;
    font-weight: 300;
}

.history_wrap > div {
    display: flex;
}

.history_wrap > div:not(:first-child) {
    margin-top: 120px;
}

.history_wrap .period span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #f49f20;
}

.history_wrap .period span strong {
    font-size: 70px;
    font-weight: 700;
    opacity: 0.2;
}

.history_wrap .history {
    width: 50%;
    margin-left: auto;
}

.history_wrap .history > div {
    display: flex;
}

.history_wrap .history > div:not(:first-child) {
    margin-top: 50px;
}

.history_wrap .history span {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    flex: 0 0 110px;
}

.history_wrap .history span::before {
    content: url('../images/sub/dot.png');
    margin-right: 10px;
}

.history_wrap .history ul {
    margin-left: 50px;
}

.history_wrap .history ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.history_wrap .history ul li:not(:first-child) {
    margin-top: 15px;
}

.video_wrap {
    max-width: 1400px;
    height: 530px;
    margin: 0 auto;
    background: url(../images/sub/company_map.png) no-repeat;
}

.video_wrap .video {
    width: 700px;
    height: 400px;
    margin: 0 auto;
}

.video_wrap .video iframe {
    width: 700px;
    height: 400px;
    margin-bottom: 40px;
}

.video_wrap .video h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.video_wrap .video p {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}

/* ceo */
.ceo {
    display: flex;
}

.ceo .txt_area p {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}

.ceo .txt_area p.big {
    font-size: 44px;
    margin-bottom: 80px;
}

.ceo .txt_area p.big strong {
    font-size: 44px;
    color: #f49f20
}

.ceo .txt_area span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.ceo .txt_area span strong {
    font-size: 20px;
    font-weight: 500;
}

.ceo img {
    margin-left: 40px;
}

/* way */
.way_wrap {
    display: flex;
    box-sizing: border-box;
}

.way_wrap .img_wrap {
    margin: 0;
    width: 45%;
}

.way_wrap .txt_wrap {
    margin-left: auto;
    width: 50%;
}

.way_wrap .txt_wrap h3 {
    text-align: left;
    padding-top: 0;
}

.way_wrap .txt_wrap > div:not(:first-child) {
    margin-top: 30px;
}

.way_wrap .txt_wrap h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #f49f20;
}

.way_wrap .txt_wrap h5 img {
    margin-right: 10px;
}

.way_wrap .txt_wrap p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
}

/* fitsape_list */
.fitsape_list {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}

.fitsape_list li {
    position: relative;
    width: calc(100% / 3);
    border: 1px solid #fff;
    padding: 25px;
    border-radius: 10px;
}

.fitsape_list li:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 56px;
    background: url(../images/sub/ico_service01.svg) no-repeat;
}

.fitsape_list li:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 60px;
    height: 50px;
    background: url(../images/sub/ico_service02.svg) no-repeat;
}

.fitsape_list li:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 52px;
    background: url(../images/sub/ico_service03.svg) no-repeat;
}

.fitsape_list li:hover {
    transform: translateY(-20px);
    transition: .5s ease;
    box-shadow: rgba(256, 256, 256, 0.35) 0px 5px 15px;
}

.fitsape_list li:not(:nth-last-child(1)) {
    margin-right: 40px;
}

.fitsape_list li span {
    font-size: 15px;
    font-weight: 900;
    color: #44B4FF;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
}

.fitsape_list li h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.fitsape_list li p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.subtxt + .fitsape_list {
    margin-top: 120px;
}

.sapie-bot,
.sapie-pac {
    box-sizing: border-box;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.sapie-pac {
    max-width: 1200px;
}

span.p_txt {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.5;
    text-align: center;
    display: block;
    position: relative;
}

.sapie-bot::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #fff;
    opacity: .5;
}

.sapie-img {
    display: flex;
    text-align: center;
    margin-bottom: 60px;
    justify-content: center;
}

.sapie-pac {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 60px;
}

.spac-text h3 {
    margin-bottom: 10px;
    color: #F49F20;
    font-size: 30px;
    font-weight: bold;
    text-align: start;
    padding-top: 0;
}

.spac-text ul li p,
.sprc-txt ul li p {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.spac-text ul li:not(:nth-last-child(1)) {
    margin-bottom: 25px;
}

.sprc-txt ul li:not(:nth-last-child(1)) {
    margin-bottom: 30px;
}

.spac-text ul li span,
.sprc-txt ul li span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
}

.sprc-txt ul li span {
    margin-bottom: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.darkblue {
    background: #131B2A;
}

.sprc-txt h3 {
    font-size: 34px;
    font-weight: bold;
    display: block;
    color: #F49F20;
    margin-bottom: 20px;
}

.sprc-txt ul li {
    display: block;
    text-align: center;
}

.sapie-pac > .spac-text {
    margin-left: auto;
    padding-top: 5px;
}

.sprc-txt {
    margin-top: 30px;
}

.tit-mt {
    margin-top: 100px;
}

.color-tit {
    color: #44B4FF;
}

.reference-wrap {
    padding: 30px;
    position: relative;
    display: block;
    border: 1px solid #fff;
}

.reference-wrap:not(:nth-child(1)) {
    margin-top: 50px;
}

.reference-wrap p {
    color: #44B4FF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.reference-wrap ul li:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}

.reference-wrap ul li {
    font-size: 17px;
}

.reference::after {
    content: none;
}

.sec03 {
    background: #081631;
}

.AIService {
    overflow-x: hidden;
}

.cont_tit:not(:nth-child(1)) h2 {
    margin-top: 100px;
}

@media (max-width: 1349px) {

    .menu_summary {
        background-position-x: 80% !important;
    }

    .img_list .txt_wrap {
        width: 40%;
    }

    .img_list .img_wrap {
        width: 60%;
        max-width: 60%;
    }

    .img_list.reserved .img_wrap {
        margin: 0;
    }

    .img_list.smallImg .txt_wrap {
        width: 60%;
    }

    .img_list.smallImg .img_wrap {
        width: 40%;
    }

    .ceo img {
        display: none;
    }
}

@media (max-width: 1250px) {
    .sapie-pac {
        display: block;
    }

    .spac-img {
        width: 100%;
        height: 380px;
        position: relative;
    }

    .spac-img > img {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .sapie-pac > .spac-text {
        margin-top: 30px;
        width: 830px;
    }

    .fitsape_list {
        flex-wrap: wrap;
    }

    .fitsape_list li {
        width: calc((100% / 2) - 67px);
    }

    .fitsape_list li:nth-child(2) {
        margin-right: 0 !important;
    }

    .fitsape_list li:nth-child(3) {
        margin-top: 30px;
    }

    .fitsape_list li:not(:nth-last-child(1)) {
        margin-right: 30px;
    }

    .cont_tit span br,
    span.p_txt br {
        display: none !important;
    }

    .AIService .cont_wrap {
        padding: 70px 0;
    }
}

@media (max-width: 1159px) {

    .menu_detail .inner {
        max-width: 100%;
        padding: 0 30px;
    }

    .img_wrap {
        max-width: 100%;
    }

    .keyPoint {
        width: 100%;
    }

}

@media (max-width: 1079px) {


    .img_list {
        flex-wrap: wrap;
        flex-direction: column !important;
    }

    .img_list .txt_wrap,
    .img_list .img_wrap {
        width: 100%;
        max-width: 100%;
    }

    .img_list .txt_wrap {
        padding: 0;
        margin-bottom: 30px;
    }

    .img_list.smallImg .txt_wrap {
        width: 100%;
    }

    .img_list.smallImg .img_wrap {
        width: 50%;
        margin: 0 auto;
    }



    /* notice */
    .Notice table tr .num {
        display: none;
    }

    .Notice table tr .date {
        display: none;
    }

    .Notice .paging {
        margin-top: 40px;
        margin-right: 30px;
    }

    .Notice .paging li:nth-child(n+8):nth-child(-n+12) {
        display: none;
    }

    .way_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .way_wrap .img_wrap {
        width: 100%;
    }

    .way_wrap .txt_wrap {
        width: 100%;
        margin-top: 50px;
    }

    .history_wrap .history {
        width: 80%;
    }

}

@media (max-width: 876px) {

    /* section */
    .menu_summary {
        background-size: cover !important;
    }

    .menu_summary .inner {
        padding: 0 30px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .menu_summary .inner h2 {
        font-size: 50px;
        line-height: 1;
    }

    .menu_summary .inner p {
        margin: 0 auto;
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.5;
    }

    .PublicCloud .menu_summary {
        background: url('../images/common/m_bg_cloud.jpg') no-repeat;
    }

    .HybridService .menu_summary {
        background: url('../images/common/m_bg_infrastructure.jpg') no-repeat;
    }

    .AIService .menu_summary {
        background: url('../images/common/m_bg_ai.jpg') no-repeat;
    }

    .Security .menu_summary {
        background: url('../images/common/m_bg_security.jpg') no-repeat;
    }

    .CMP .menu_summary {
        background: url('../images/common/m_bg_cmp.jpg') no-repeat;
    }

    .SmartFarm .menu_summary {
        background: url('../images/common/m_bg_smartfarm.jpg') no-repeat;
    }

    .PortalSolution .menu_summary {
        background: url('../images/common/m_bg_platform.jpg') no-repeat;
    }

    .ContactUs .menu_summary {
        background: url('../images/common/m_bg_contact.jpg') no-repeat;
    }

    .Notice .menu_summary {
        background: url('../images/common/m_bg_notice.jpg') no-repeat;
    }

    .Company .menu_summary {
        background: url('../images/common/m_bg_company.jpg') no-repeat;
    }

    .cont_wrap {
        padding: 80px 0;
    }

    .cont_tit {
        margin-bottom: 60px;
    }

    .cont_tit h2 {
        font-size: 30px;
        padding-top: 0;
    }

    .cont_tit span {
        font-size: 16px;
    }

    .cont_tit .line {
        width: 40px;
        margin-top: 30px;
    }

    .scroll_txt p {
        font-size: 16px;
    }

    .cont_area h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .cont_area h3:not(:first-child) {
        margin-top: 50px;
    }

    .cont_area h3.light {
        font-size: 20px;
    }

    .cont_area p.subtxt {
        font-size: 16px;
        margin-top: 10px;
    }

    .cont_area p.description {
        font-size: 16px;
    }

    .cont_area .img_list:not(:first-child) {
        margin-top: 50px;
    }

    .img_list {
        flex-direction: column;
        justify-content: center;
    }

    .img_list .txt_wrap {
        margin-bottom: 15px;
    }

    .img_list p.t_orange {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .img_list h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .img_list h4 + p {
        font-size: 15px;
    }

    .img_list ul li {
        font-size: 15px;
    }


    .txt_link {
        margin-top: 10px;
        font-size: 16px;
    }

    .num_list li {
        padding: 45px 5% 0 55px;
    }

    .num_list li:nth-child(2n) {
        padding: 45px 55px 0 5%;
    }

    .num_list li span {
        font-size: 70px;
    }

    .num_list li h4 {
        font-size: 26px;
    }

    .num_list li p {
        font-size: 15px;
    }

    .subtxt + .num_list {
        margin-top: 60px;
    }

    .example {
        flex-wrap: wrap;
    }

    .example > div {
        width: 100%;
    }

    .example > div:last-child {
        margin-top: 20px;
    }

    .example > div img {
        margin-bottom: 10px;
    }

    .example ul li {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .process {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .process div {
        height: auto;
        padding-top: 30px;
        margin: 20px 0;
    }

    .process div span {
        font-size: 40px;
    }

    .process div h4 {
        font-size: 26px;
    }

    .process div img {
        width: 60%;
    }

    .process div ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .process .process-arr {
        transform: rotate(90deg);
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .keyPoint h4 {
        font-size: 24px;
        font-weight: 500;
    }

    .keyPoint h4:not(:first-child) {
        margin-top: 80px;
    }

    .keyPoint ul {
        margin-bottom: 30px;
    }

    .keyPoint ul li {
        font-size: 15px;
        opacity: 0.8;
        font-weight: 300;
        line-height: 20px;
    }

    .keyPoint ul li:not(:first-child) {
        margin-top: 6px;
    }

    .keyPoint .example p {
        font-size: 14px;
    }

    .cont_wrap.short .inner {
        flex-wrap: wrap;
        height: auto;
        padding: 30px;
    }

    .cont_wrap.short .txt_wrap {
        width: 100%;
        text-align: center;
    }

    .cont_wrap.short h4 {
        font-size: 26px;
    }

    .cont_wrap.short p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .cont_wrap.short .img_wrap {
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
    }

    .cont_wrap.short .img_wrap.aws_partner {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .cont_wrap.short .img_wrap iframe {
        width: 100%;
    }

    .box_wrap {
        padding: 40px;
    }

    .box_wrap + .box_wrap {
        margin-top: 50px;
    }

    .img_group .img_wrap {
        width: 49%;
    }

    .img_group + .description {
        margin-top: 15px;
    }

    .Notice table tr th,
    .Notice table tr td {
        font-size: 16px;
        height: 50px;
    }

    .Notice table tr td a {
        font-size: 16px;
    }

    .Company .cont_wrap > .img_wrap {
        margin-bottom: 60px;
    }

    .Company table {
        width: 90%;
    }

    .Company table tr th,
    .Company table tr td {
        font-size: 16px;
        height: 50px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .history_wrap > div {
        flex-wrap: wrap;
    }

    .history_wrap > div:not(:first-child) {
        margin-top: 40px;
    }

    .history_wrap .period {
        width: 100%;
        margin-bottom: 40px;
    }

    .history_wrap .period span {
        font-size: 38px;
        line-height: 1;
    }

    .history_wrap .period span strong {
        font-size: 50px;
    }

    .history_wrap .history {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .history_wrap .history span {
        font-size: 22px;
    }

    .history_wrap .history ul li {
        font-size: 15px;
    }

    .history_wrap .history ul li:not(:first-child) {
        margin-top: 8px;
    }

    .history_wrap .history ul {
        margin-left: 10px;
    }

    .way_wrap .txt_wrap {
        margin-top: 25px;
    }

    .way_wrap .txt_wrap > div:not(:first-child) {
        margin-top: 15px;
    }

    .way_wrap .txt_wrap h5 {
        font-size: 18px;
    }

    .way_wrap .txt_wrap h5 img {
        width: 18px;
        margin-right: 6px;
    }

    .way_wrap .txt_wrap p {
        font-size: 15px;
    }

    .video_wrap {
        width: 100%;
        height: 400px;
        background: none;
    }

    .video_wrap .video {
        width: 100%;
        height: 200px;
    }

    .video_wrap .video iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }

    .video_wrap .video h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .video_wrap .video p {
        font-size: 14px;
    }

    /* ceo */
    .ceo .txt_area {
        width: 100%;
    }

    .ceo .txt_area p {
        font-size: 22px;
        text-align: center;
    }

    .ceo .txt_area p.big {
        font-size: 26px;
        margin-bottom: 40px;
        text-align: center;
    }

    .ceo .txt_area p.big strong {
        font-size: 26px;
        text-align: center;
    }

    .ceo .txt_area span {
        display: inline-block;
        font-size: 15px;
        text-align: center;
    }

    .ceo .txt_area span strong {
        font-size: 16px;
        text-align: center;
    }
    
    .fitsape_list li h4 {
        font-size: 26px;
    }

    .fitsape_list li p {
        font-size: 15px;
    }

    .subtxt + .fitsape_list {
        margin-top: 60px;
    }
}

@media (max-width: 639px) {
    .menu_detail .inner {
        padding: 0 15px;
    }

    .AIService .cont_wrap {
        padding: 35px 0;
    }

    .cont_tit {
        margin: 30px 0;
    }

    .sapie-pac {
        margin-top: 0;
        padding-bottom: 0;
    }

    /* 2025/02/28 */
    .fitsape_list li {
        width: 100%;
        margin-bottom: 30px;
    }

    .fitsape_list li:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .fitsape_list li:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .fitsape_list li:nth-child(1)::after,
    .fitsape_list li:nth-child(2)::after,
    .fitsape_list li:nth-child(3)::after {
        background-size: 60%;
        background-position: center center;
        bottom: 15px;
        right: 10px;
    }
    /* 2025/02/28 */

    .fitsape_list li p br {
        display: none;
    }

    span.p_txt {
        font-size: 18px;
    }

    .cont_area h3 {
        font-size: 20px;
        text-align: start;
    }

    .spac-text ul li p,
    .sprc-txt ul li p {
        font-size: 18px;
        text-align: start;
    }

    .spac-text ul li span,
    .sprc-txt ul li span {
        font-size: 16px;
        line-height: 1.7;
        text-align: start;
    }

    .sprc-txt {
        margin: 30px 0 40px 0;
    }

    .reference-wrap p {
        font-size: 18px;
    }

    .reference-wrap ul li {
        font-size: 15px;
    }

    .sapie-pac > .spac-text {
        width: 100%;
    }

    .spac-img {
        height: 100%;
    }

    .spac-img > img {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .cont_tit:not(:nth-child(1)) h2 {
        margin-top: 50px;
    }

    .sapie-bot {
        margin-bottom: 50px;
    }
}

@media (max-width: 450px) {

    .fitsape_list li:nth-child(1)::after,
    .fitsape_list li:nth-child(2)::after,
    .fitsape_list li:nth-child(3)::after {
        content: none;
    }

    .cont_area h3 {
        padding-top: 0;
    }
}