@charset "utf-8";

div, p, ul, li, span, b, strong, h1, h2, h3, h4, h5 {word-break: keep-all;}
h1, h2, h3, h4, h5 {line-height: 1.4;}
img {max-width: 100%;}
.desc {
    font-size: 18px;
    line-height: 1.6;
}
.admin-btn {
    margin-top: 15px;
    font-size: 20px;
}
.admin-btn a {
    display: block;
    color: #f42828;
}
.default-btn {
    width: 180px;
    height: 50px;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all .2s;
    background: #fff;
}
.default-btn b {font-size: 16px;}
.default-btn svg {
    margin-left: 10px;
    transition: all .2s;
}
.default-btn svg polyline,
.default-btn svg line {stroke: #111;}
.default-btn:hover {
    background: #111;
    color: #fff;
}
.default-btn:hover svg {margin-left: 20px;}
.default-btn:hover svg polyline,
.default-btn:hover svg line {stroke: #fff;}
.more-btn {
    display: flex;
    align-items: center;
}
.more-btn b {
    color: #686d74;
    margin-right: 6px;
}
.board-list .subject {
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.board-list .content {
    font-size: 16px;
    color: #666460;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin: 8px 0 12px;
}
.board-list .date {
    font-size: 13px;
    color: #c6c5c2;
    font-style: italic;
}
@media all and (max-width: 767px) {
    .desc {font-size: 15px;}
    .more-btn b {font-size: 12px;}
    .board-list .subject {font-size: 15px;}
    .board-list .content {
        font-size: 13px;
        margin: 6px 0 10px;
    }
    .board-list .date {font-size: 12px;}
}

/*main*/
.main {padding-bottom: 100px;}
.main section {padding-top: 50px;}
.main .title {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 25px;
}
.main .title h3 {
    display: flex;
    align-items: end;
}
.main .title h3 b {
    font-size: 24px;
    font-weight: bold;
}
.main .title h3 span {
    font-size: 20px;
    color: #f4b334;
    padding-left: 10px;
}

.main {
    max-width: 1300px;
    margin: 0 auto;
}
.main .banner {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 0;
}
.main .banner .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 0 80px;
}
.main .banner .swiper-slide .txt {color: #fff;}
.main .banner .swiper-slide .txt p {
    font-size: 16px;
    margin-bottom: 35px;
    letter-spacing: 7px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.main .banner .swiper-slide .txt h2 {
    font-size: 50px;
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    line-height: 1.2;
}
.main .banner .swiper-pagination {
    top: auto;
    left: 80px;
    bottom: 50px;
    text-align: left;
}
.main .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 !important;
    margin-right: 10px !important;
}
.main .banner .swiper-pagination-bullet-active {
    background: #f4b334;
    opacity: 1;
}
.main .info {
    display: flex;
    flex-wrap: wrap;
}
.main .info .domain {width: 61.5%;}
.main .info .domain ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.main .info .domain ul li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
}
.main .info .domain ul li:nth-child(3n) {margin-right: 0;}
.main .info .domain ul li a {
    display: block;
    background: #f4f6fa;
    border-radius: 10px;
    padding: 50px 20px 40px;
    text-align: center;
    transition: all .2s;
    height: 100%;
}
.main .info .domain ul li a:hover {background: #e7e9ef;}
.main .info .domain ul li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.main .info .domain ul li p {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 25px;
}
.main .info .domain ul li .plus {
    width: 17px;
    height: 17px;
    position: relative;
    margin: 0 auto;
}
.main .info .domain ul li .plus::before {
    content: "";
    background: #111;
    width: 1px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
}
.main .info .domain ul li .plus::after {
    content: "";
    background: #111;
    width: 17px;
    height: 1px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.main .info .news {
    width: 38.5%;
    padding-left: 30px;
}
.main .info .news ul {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
}
.main .info .news ul li {border-bottom: 1px solid #ddd;}
.main .info .news ul li:last-child {border-bottom: none;}
.main .info .news ul li a {
    display: block;
    padding: 20px 0;
    transition: all .2s;
}
.main .info .news ul li:first-child a {padding-top: 0;}
.main .info .news ul li:last-child a {padding-bottom: 0;}
.main .info .news ul li a:hover {opacity: 0.7;}
.main .case {overflow: hidden}
.main .case ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.main .case ul li {
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 0 30px;
}
.main .case ul li a {display: block;}
.main .case ul li .img {
    border-radius: 10px;
    aspect-ratio: 280 / 220;
    overflow: hidden;
}
.main .case ul li .img span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .2s;
    display: block;
}
.main .case ul li a:hover .img span {transform: scale(1.1)}
.main .case ul li .txt {padding-top: 20px;}
.main .case .inquiry-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 50px;
    background: url(/img/assets/main_inquiry_bg.jpg) center / cover no-repeat;
    margin-top: 50px;
}
.main .case .inquiry-banner p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.main .case .inquiry-banner p span {color: #f4b334;}
.main .case .inquiry-banner .default-btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.main .case .inquiry-banner .default-btn svg polyline,
.main .case .inquiry-banner .default-btn svg line {stroke: #fff;}
.main .case .inquiry-banner .default-btn:hover {
    background: #fff;
    color: #111;
}
.main .case .inquiry-banner .default-btn:hover svg polyline,
.main .case .inquiry-banner .default-btn:hover svg line {stroke: #111;}

@media all and (max-width: 1024px) {
    .main .banner .swiper-slide {
        height: 400px;
        padding: 0 50px;
    }
    .main .banner .swiper-slide .txt p {margin-bottom: 25px;}
    .main .banner .swiper-slide .txt h2 {font-size: 40px;}
    .main .banner .swiper-pagination {left: 50px;}
    .main .info .domain {width: 100%;}
    .main .info .news {
        width: 100%;
        padding: 50px 0 0;
    }
}
@media all and (max-width: 991px) {
    .main .case ul {margin-bottom: -30px;}
    .main .case ul li {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .main {padding-bottom: 50px;}
    .main section {padding-top: 30px;}
    .main .title {margin-bottom: 15px;}
    .main .title h3 b {font-size: 20px;}
    .main .title h3 span {font-size: 14px;}
    .main .banner .swiper-slide {
        padding: 50px 25px 25px;
        display: block;
    }
    .main .banner .slide1 {background-image: url(/img/assets/main_banner_1_m.jpg) !important;}
    .main .banner .slide2 {background-image: url(/img/assets/main_banner_2_m.jpg) !important;}
    .main .banner .slide3 {background-image: url(/img/assets/main_banner_3_m.jpg) !important;}
    .main .banner .swiper-slide .txt {text-align: center;}
    .main .banner .swiper-slide .txt p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .main .banner .swiper-slide .txt h2 {font-size: 30px;}
    .main .banner .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        text-align: center;
    }
    .main .info .domain ul {margin-bottom: -10px;}
    .main .info .domain ul li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .main .info .domain ul li:nth-child(3n) {margin-right: 10px;}
    .main .info .domain ul li:nth-child(2n) {margin-right: 0;}
    .main .info .domain ul li a {padding: 25px 15px 20px;}
    .main .info .domain ul li .ico {height: 40px;}
    .main .info .domain ul li .ico img {height: 40px;}
    .main .info .domain ul li p {
        font-size: 16px;
        margin: 15px 0 20px;
    }
    .main .info .news {padding-top: 30px;}
    .main .info .news ul {padding: 20px;}
    .main .info .news ul li a {padding: 12px 0;}
    .main .case ul {
        margin: 0 -15px -30px;
    }
    .main .case ul li {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .main .case ul li .txt {padding-top: 12px;}
    .main .case .inquiry-banner {
        margin-top: 40px;
        padding: 30px;
        text-align: center;
        display: block;
    }
    .main .case .inquiry-banner p {font-size: 20px;}
    .main .case .inquiry-banner .default-btn {
        margin: 20px auto 0;
    }
}

/*회사소개*/
.sub-company {text-align: center;}
.sub-company h3 {
    font-size: 40px;
    margin: 50px 0 40px;
}
.sub-company .img {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .sub-company .logo {max-width: 170px;}
    .sub-company h3 {
        font-size: 20px;
        margin: 30px 0 20px;
    }
    .sub-company .img {margin-top: 30px;}
}

/*업무분야*/
.sub-domain .domain-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.sub-domain .domain-list > li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
}
.sub-domain .domain-list > li:nth-child(2n) {margin-right: 0;}
.sub-domain .domain-list h3 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sub-domain .domain-list h3 img {height: 42px;}
.sub-domain .domain-list h3 span {
    font-size: 30px;
    padding-left: 12px;
    color: #2c2a25;
}
.sub-domain .detail-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.sub-domain .detail-list li {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
}
.sub-domain .detail-list li:nth-child(2n) {margin-right: 0;}
.sub-domain .detail-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f6fb;
    padding: 12px 20px;
    height: 100%;
    transition: all .2s;
}
.sub-domain .detail-list li a:hover {background: #e7e9ef;}
.sub-domain .detail-list li a span {
    font-size: 18px;
    width: calc(100% - 12px);
    padding-right: 15px;
}
.sub-domain .detail-list li a img {width: 12px;}

@media all and (max-width: 1024px) {
    .sub-domain .domain-list > li {
        width: 100%;
        margin-right: 0;
    }
}
@media all and (max-width: 767px) {
    .sub-domain .domain-list > li {
        margin-bottom: 15px;
        padding: 25px;
    }
    .sub-domain .domain-list h3 {margin-bottom: 20px;}
    .sub-domain .domain-list h3 img {height: 32px;}
    .sub-domain .domain-list h3 span {
        font-size: 20px;
        padding-left: 8px;
    }
    .sub-domain .detail-list li {
        width: 100%;
        margin-right: 0;
    }
    .sub-domain .detail-list li a span {font-size: 16px;}
}