<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
#site {
    font-family: 'Roboto', "notokr", sans-serif;
    padding-top: 0;
    letter-spacing: -0.034em;
}

@media (min-width: 1460px) {
    .navbar-inverse .container {
        width: 1430px;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 75px;
    }
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

#site &gt; .container:not(.agreement_container, .privacy_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #a30c59;
}

/* ------------ 항목 삭제 ------------ */
.navbar .caret {
    display: none;
}
.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse {
    /* background: rgba(0, 0, 0, 0.2); */
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.04);
    /* background: transparent; */
    background: #fff;
}
.navbar.navbar-inverse.on {
    /* box-shadow: 0px 0 7px rgba(0, 0, 0, 0.09); */
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin: 0;
    box-shadow: none;
}
.header-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right_menu img{
    height: 75px;
}
.navbar-inverse .navbar-brand{
    height: 100%;
    margin: 0;
    font-weight: 700;
    margin: 0;
    font-size: 30px;
    color: #333;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
    color: #333;
}
.navbar-inverse .navbar-brand img {
    display: none;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
    padding: 38px 30px;
    font-size: 18px;
    font-weight: 500;
    /* color: #fff; */
    color: #222;
}
.navbar-inverse.on .navbar-nav &gt; li &gt; a {
    color: #222;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
    background: transparent;
    font-weight: 500;
    color: #ff83c2;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle, .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle, .navbar-inverse.on .navbar-nav &gt; li &gt; a:hover, .navbar-inverse.on .navbar-nav &gt; li &gt; a:focus {
    background: none;
    color: var(--page-point-color);
}
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a {
        padding: 11px 15px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        background: transparent;
        transition: all 0.2s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background: var(--page-point-color);
    }
}
@media (max-width: 1200px) {
    .navbar-inverse .navbar-nav &gt; li &gt; a{
        padding: 28px 20px;
        font-size: 16px;
    }
    .navbar-inverse .navbar-brand{font-size: 28px;}
    .right_menu img{height: 60px;}
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 5px 0;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand p{display: none;}
    .navbar-inverse .navbar-brand img {
        display: block;
        height: 50px;
    }
    .navbar-inverse &gt; .container {
        width: 100%;
        padding: 0;
    }
    .navbar-inverse .navbar-header {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-inverse {
        background: #fff;
    }
    .navbar-inverse .navbar-right {
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        padding: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    :lang(en) .navbar-inverse .navbar-nav &gt; li &gt; a,
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a,
    .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
        font-size: 17px;
        color: #333;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #000;
        border-radius: 0;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 23px 0;
        margin-right: 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: #fff;
        border-color: transparent;
        overflow-x: hidden;
    }

    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle &gt; .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
      .header-menu{display: block;}
    .right_menu{display: none;}
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 27px 0 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
    position: relative;
}
.carousel-indicators li:last-child,
.carousel-indicators li.active:last-child {
    margin: 0;
}
.carousel-indicators li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #931d59b0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 27px 0 0;
    opacity: 1;
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.carousel-indicators li.active::before {
    width: 250%;
    height: 250%;
    opacity: 1;
}
.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: center;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 37px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.carousel-caption h1::after {
    content:'';
    display: block;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    margin: 14px auto 10px;
}
.carousel-caption p {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
.carousel-caption a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 70px;
    padding: 15px 0;
    color: #fff;
    width: 170px;
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
    transition: border 0.4s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 25px;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
}
.carousel-caption a:hover {
    border: 1px solid var(--page-point-color);
}
.carousel-caption a::before {
    background: var(--page-point-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.carousel-caption a:hover::before {
    height: 380%;
}
@media (max-width: 767px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 35px;
        line-height: 30px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    #mainCarousel .carousel-caption a {
        margin-top: 40px;
        padding: 9px 0 7px;
        width: 120px;
        height: 40px;
    }
    .carousel-control.right .glyphicon::before,
    .carousel-control.left .glyphicon::before {
        width: 20px;
        height: 20px;
    }
      #mainCarousel .carousel-inner .item {
        height: 600px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 40px 0 40px;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 500;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 3px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    line-height: 23px;
    font-weight: 300;
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.08em;
    margin-top: 10px;
    font-weight: 500;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 450px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/main/sub_bg.jpg") no-repeat bottom center;
    background-size: cover;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.sub_header h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 80px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    letter-spacing: -0.02em;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    margin-top: -62px;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    background: rgba(175, 14, 104, 0.55);
    border-radius: 15px 15px 0 0;
    backdrop-filter: saturate(180%) blur(10px);
}
.sub_menu ul &gt; li {
    /* width: 200px; */
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.2s;
    position: relative;
}
.sub_menu ul &gt; li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul &gt; li &gt; a {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    line-height: 62px;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
    min-width: 100px;
}
.sub_menu .nav li.active,
.sub_menu .nav li:hover {
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    background-color: transparent !important;
    color: #fff;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 120px 0 90px;
}
.content + .content {
    padding-top: 0px;
}
.subBoard .content{padding-top: 0;}

.content:last-child {
    padding-bottom: 150px;
}
.page_tit {
    position: relative;
    margin: 80px 0 0;
    text-align: center;
    display: none;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.025em;
}
.sub_tit h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
}
.sub_tit h4::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--page-point-color);
    left: 0;
    position: absolute;
    top: 9px;
    border-radius: 50%;
    display: none;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.board_wrapper {
    margin-top: 120px;
    margin-bottom: 0;
}
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.list-dot &gt; li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot &gt; li::before {
    content: "";
    top: 9px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash &gt; li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash &gt; li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
}

/* ------------ main ------------ */
.main_section {
    padding: 100px 0 100px;
    /* background: #333 url("/public/img/main/se01_bg.jpg") no-repeat bottom center; */
    position: relative;
}
.main_page_title h3 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.034em;
}
.service_items {
    display: flex;
    gap: 30px;
}
.service_items .service_item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.service_items .service_item::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}
.service_items .service_item::after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
    transition: all 0.3s;
}
.service_items .service_item:hover {
    transform: translateY(10px);
}
.service_items .service_item .tit {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 85%;
    color: #fff;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.5s;
    z-index: 1;
    letter-spacing: 0;
    letter-spacing: 0;
}
.more_btn {
    text-align: center;
    margin-top: 60px;
}
.more_btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #9e2166;
    padding: 10px 25px;
    border-radius: 25px;
    letter-spacing: 0;
    line-height: 1em;
    color: #9e2166;
    font-weight: 500;
}
.more_btn a:hover {
    background: #9e2166;
    color: #fff;
}
.more_btn a .material-symbols-outlined {
    font-weight: 300;
    font-size: 23px;
}
.more_btn a:hover .material-symbols-outlined {
    animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}
@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -55%, 0);
    }
}
@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.se02 {
    /* background: #333 url("se02_bg.jpg") no-repeat center center;
    background-size: cover; */
    background: #333 url("/public/img/main/se02_bg.jpg") no-repeat bottom center;
    padding: 120px 0 120px;
}
.se02::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.6;
}

.main_section .container {
    position: relative;
}
.se02 .greet {
    margin: 0 0 60px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.se02 .info {
    display: flex;
}
.se02 .info .map {
    flex-basis: 68%;
}
.se02 .info .map &gt; div {
    width: 100%;
    height: 100%;
}
.se02 .info .map .root_daum_roughmap .wrap_map {
    height: 100%;
}
.se02 .info .txt_area {
    background: #9d075d;
    flex-basis: 32%;
    padding: 60px 40px 60px 60px;
}
.se02 .info .txt_area &gt; div .tit {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.se02 .profile {
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: 0;
}
.se02 .profile .tit {
    display: inline-flex;
}
.se02 .profile .name {
    display: inline-flex;
    margin-left: 10px;
    color: var(--page-point-color);
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.se02 .profile ul li {
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    color: #fff;
}
.se02 .profile ul li:first-child {
    margin-bottom: 5px;
}
.se02 .profile ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #bb357a;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}
.se02 .profile ul li strong {
    margin-right: 7px;
    font-weight: 500;
}
.se02 .location p {
    font-size: 15px;
    color: #fff;
}
@media (max-width: 767px) {
    .service_items,.se02 .info{    flex-direction: column;}
    .main_page_title h3{font-size: 35px;}
    .se02 .greet{font-size: 24px;}
    .se02 .info .map{height: 342px;flex-basis: inherit;}
    .se02 .info .txt_area{padding: 30px;}
}

/* ------------ company01 ------------ */
#company01 .img_area {
    width: 35%;
}
#company01 .txt_area {
    padding-left: 60px;
    width: 65%;
}
#company01 .txt_area .intro {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
    margin-top: 15px;
}
#company01 .txt_area .intro p {
    font-size: 27px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-bottom: 0;
}
#company01 .txt_area p {
    font-size: 17px;
    text-align: left;
    letter-spacing: -0.035em;
    margin: 0 0 30px;
    line-height: 1.6;
    word-break: keep-all;
}
#company01 .txt_area .txt_box p strong {
    font-weight: 500;
}
#company01 .txt_area .txt_box p:first-child {
    margin: 0 0 10px;
    font-weight: 400;
    color: #6f0038;
    font-size: 19px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;
}

/* ------------ company02 ------------ */
.history_items {
    position: relative;
    padding-left: 120px;
}
.history_items::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: var(--page-point-color);
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
}
.history_items .row:first-child {
    padding-top: 50px;
}
.history_items .history_item {
    margin-bottom: 40px;
    display: flex;
    gap: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
.history_items .history_item.left_line {
    float: left;
    padding-left: 50px;
    padding-right: 0;
}
.history_items .history_item .month {
    font-weight: 700;
    color: #333;
    margin-right: 20px;
}
.history_items .history_item.left_line .month {
    left: 0;
    right: auto;
}
.history_items .history_item .year {
    color: #9b5077;
    position: relative;
    font-size: 54px;
    font-weight: 700;
    line-height: 1em;
}
.history_items .history_item.left_line .year {
    text-align: left;
}
.history_items .history_item .year::before,
.history_items .history_item.left_line .year::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 26px;
    z-index: -1;
    display: none;
}
.history_items .history_item .year::before {
    right: -60px;
}
.history_items .history_item.left_line .year::before {
    left: -60px;
}
.history_items .history_item .year::after,
.history_items .history_item.left_line .year::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--page-point-color);
    display: none;
}
.history_items .history_item .year::after {
    left: auto;
    right: -76px;
}
.history_items .history_item.left_line .year::after {
    left: -65px;
    right: auto;
}
.history_items .history_list {
    margin: 0;
    padding: 0;
}
.history_items .history_item.left_line .history_list {
    text-align: left;
}
.history_items .history_list li {
    color: #555;
    font-size: 17px;
    margin: 6px 0;
}
.history_items .history_item.left_line .history_list li {
    padding: 0px 0 0 35px;
}

/* ------------ business01 ------------ */
#business01 .info {
    position: relative;
}
.business01_lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* border: 1px solid #eee; */
    /* box-shadow: 0px 2px 14px 0.2px rgba(0, 0, 0, 0.08); */
}
.business01_lists .business01_list {
    padding: 50px;
    padding-left: 60px;
    background: #f8f8f8;
}
.business01_lists .business01_list span {
    display: none;
}
.business01_lists .business01_list:nth-child(2) {
    border-bottom: 2px dashed #eee;
    background: #f3eef2;
}
.business01_lists .business01_list:nth-child(3) {
    /* border-right: 2px dashed #eee; */
    background: #f3eef2;
}
.business01_lists .business01_list:nth-child(even) {
    padding-left: 180px;
    padding-right: 0;
}
.business01_lists .business01_list .txt {
    font-size: 24px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-bottom: 15px;
    letter-spacing: -0.034em;
}
.pie_area {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.pie {
    width: 28vh;
    height: 28vh;
    border-radius: 50%;
    background-color: green;
    background: repeating-conic-gradient(
        from 0deg,
        #591a3c 0deg calc(3.6deg * 25),
        #9d075d calc(3.6deg * 25) calc(3.6deg * 50),
        #c93d8d calc(3.6deg * 50) calc(3.6deg * 75),
        #f3ddeb calc(3.6deg * 75) calc(3.6deg * 100)
    );
    position: relative;
}
.pie::before {
    content: "";
    position: absolute;
    width: 20vh;
    height: 20vh;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.pie ol li {
    font-size: 38px;
    font-weight: 600;
    position: absolute;
    width: 65px;
    height: 65px;
    /* border: 8px solid #d1d1d1; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
}
.pie ol li:nth-child(1) {
    top: 70px;
    left: 70px;
    color: #dbbad1;
}
.pie ol li:nth-child(2) {
    top: 70px;
    right: 70px;
    color: #55193c;
}
.pie ol li:nth-child(3) {
    bottom: 70px;
    left: 70px;
    color: #c23c8e;
}
.pie ol li:nth-child(4) {
    bottom: 70px;
    right: 70px;
    color: #97045e;
}

/* ------------ business02 ------------ */
.business02_table table {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.business02_table table tbody tr td {
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.034em;
    border-top: 1px solid #eee;
    color: #555;
}
.business02_table table tbody tr td:nth-child(2) {
    font-size: 17px;
    color: #111;
}
.business02_table table &gt; thead:first-child &gt; tr:first-child &gt; th {
    border-top: 2px solid #666;
    font-size: 17px;
    padding: 15px 0;
    letter-spacing: -0.034em;
}
.business02_table table thead tr th {
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.business02_table table tbody tr:hover {
    background-color: #f7f7f7;
}

/* ------------ product01 ------------ */
.content h5 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 700;
}
.content .content_box {
    padding: 70px 0;
}
.content .content_box + .content_box {
    padding-top: 50px;
    padding-bottom: 0;
}
.content .con_b01 {
    padding-top: 0;
    padding-bottom: 0;
}
.hpe_lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
}
.hpe_lists .hpe_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hpe_lists .hpe_list:nth-child(1) {
}
.hpe_lists .hpe_list:nth-child(2) {
}
.hpe_lists .hpe_list:nth-child(3) {
}
.hpe_lists .hpe_list:nth-child(6) {
    border-right: 0;
}
.hpe_lists .hpe_list .list_tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    border-top: 2px solid #b54887;
    padding-top: 15px;
}
.hpe_lists .hpe_list p {
    font-size: 16px;
}
.hpe_lists .hpe_list .img_area {
    margin: 30px 0;
}
.hpe_lists .hpe_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0;
    background: #f7f7f7;
    padding: 10px 5px;
    border-radius: 5px;
}
.ws_lists .ws_list {
    display: flex;
    margin-bottom: 70px;
}
.ws_lists .ws_list:last-child {
    margin-bottom: 0;
}
.ws_lists .ws_list .img_area {
    flex-basis: 33%;
    margin-right: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ws_lists .ws_list .img_area img {
    border: 1px solid #eee;
}
.ws_lists .ws_list .img_area.bg_n {
}
.ws_lists .ws_list .txt_area .list_tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ws_lists .ws_list .txt_area {
    flex: 1;
    border-top: 2px solid #af4788;
    padding-top: 15px;
}
.ws_lists .ws_list .txt_area p {
    font-size: 16px;
}
.ws_lists .ws_list .txt_area ul {
    margin-top: 30px;
    background: transparent linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 0.5) 100%) 0% 0% no-repeat padding-box;
    padding: 25px 30px;
    border-radius: 5px;
}
.ws_lists .ws_list .txt_area ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.ws_lists .ws_list .txt_area ul li strong {
    display: block;
    font-size: 16px;
}
#product01 .con03 .txt_area {
    font-size: 18px;
    margin-bottom: 50px;
}
#product01 .con03 .con_b01 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
#product01 .con03 .con_b01 ul li {
    text-align: center;
    padding: 25px 5px;
    background: #f8f8f8;
}
#product01 .con03 .con_b01 ul li .list_tit {
    color: #830043;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
#product01 .con03 .con_b01 ul li p {
    font-size: 15px;
}
.brand_lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.brand_lists .brand_list {
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.brand_lists .brand_list img {
    max-height: 80px;
    max-width: 160px;
}

/* ------------ product02 ------------ */
#product02 .info {
    display: flex;
}
#product02 .info .img_area {
    padding: 60px 60px;
    border: 1px solid #ddd;
    flex-basis: 35%;
}
#product02 .info .txt_area {
    padding: 0 0 0 60px;
    flex-basis: 65%;
}
#product02 .info .txt_area .txt_box:first-child {
    border-top: 2px solid #b54887;
    padding-top: 15px;
}
#product02 .info .txt_area .txt_box .brand_name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
#product02 .info .txt_area .txt_box p {
    font-size: 16px;
    line-height: 1.6em;
}
#product02 .char {
    margin-top: 50px;
}
#product02 .char ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#product02 .char ul li {
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 5px;
    background: #f4f4f4;
    color: #333;
    font-weight: 500;
}

/* ------------ recruit01 ------------ */
#recruit01 .txt_area {
    font-size: 22px;
    letter-spacing: -0.034em;
    margin-bottom: 80px;
    line-height: 1.65;
    font-weight: 400;
    color: #333;
    text-align: center;
}
#recruit01 .txt_area::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 50px auto 50px;
}
#recruit01 .txt_area span {
    font-weight: 500;
    color: #99165a;
}
.recruit_items .recruit_item {
    display: flex;
    margin-bottom: 30px;
}
.recruit_items .recruit_item .tit {
    flex-basis: 18%;
}
.recruit_items .recruit_item .tit p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--page-point-color);
    border: 2px solid #dda0bf;
    width: 95%;
    padding: 12px;
    text-align: center;
    letter-spacing: -0.034em;
}
.recruit_items .recruit_item .info {
    flex-basis: 82%;
    font-size: 16px;
    background: #f8f8f8;
    padding: 15px 30px;
    word-break: keep-all;
    border-radius: 2px;
}
.recruit_items .recruit_item .info ul {
    display: inline-flex;
    gap: 85px;
    text-align: center;
}
.recruit_items .recruit_item .info ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.recruit_items .recruit_item .info ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 20px;
    color: #bb3c85;
    transform: translateY(-50%);
}
.recruit_items .recruit_item .info ul li:last-child::before {
    content: none;
}
.recruit_items .recruit_item .info ul li i {
    background-color: #444;
    font-size: 20px;
    border-radius: 50%;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    text-align: center;
    color: #fff;
}
.recruit_items .recruit_item .info ul li p {
    text-align: left;
    letter-spacing: -0.034em;
    font-weight: 500;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    .content{padding: 80px 0 90px;}
    .content:last-child{padding-bottom: 100px;}
    .sub_tit h4{font-size: 34px;}

    #company01 .img_area{width: 100%;}
    #company01 .txt_area{width: 100%; padding-left: 15px;}
    #company01 .txt_area .intro p{font-size: 22px;}

    .history_items{
        padding: 0;
        padding-top: 15px;
    }
    .history_items .history_item{
        flex-direction: column;
        gap: 20px;
    }
    .history_items .history_item .year{font-size: 42px;}
  
      .business01_lists{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .pie_area{display: none;}
    .business01_lists .business01_list{padding: 30px;}
    .business01_lists .business01_list:nth-child(even){padding-left: 30px;padding-right: 30px;}
    .business01_lists .business01_list .txt{font-size: 22px;}
    .business01_lists .business01_list span{
        display: inline-block;
        margin-right: 10px;
    }

    .hpe_lists{grid-template-columns: repeat(1, 1fr);}
    .ws_lists .ws_list{    flex-direction: column;}
    .ws_lists .ws_list .img_area{
        margin-right: 0;
        margin-bottom: 30px;
    }
    #product01 .con03 .con_b01 ul{grid-template-columns: repeat(2, 1fr);}
    .brand_lists{grid-template-columns: repeat(1, 1fr);}

      #product02 .info{
        flex-direction: column;
        gap: 20px;
    }
    #product02 .info .txt_area{padding: 0;}
    #product02 .char ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px
    }
  
    #recruit01 .txt_area{font-size: 19px;}
    .recruit_items .recruit_item{
        flex-direction: column;
        gap: 10px;
    }
    .recruit_items .recruit_item .tit p{width: 100%;}
    .recruit_items .recruit_item .info ul{
        flex-direction: column;
        gap: 55px;
        display: flex;
    }
    .recruit_items .recruit_item .info ul li p{text-align: center;}
    .recruit_items .recruit_item .info ul li{flex-direction: column;}
    .recruit_items .recruit_item .info ul li::before{
        right: inherit;
        left: 50%;
        top: inherit;
        bottom: -40px;
        transform: translateX(-50%) rotate(90deg);
    }
  
      .board_wrapper{margin-top: 80px;}
}</pre></body></html>