@charset "utf-8";


* {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
}


.ico-hits {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/sub/ico-hits.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.scroll-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* sub-visual */

.sub-visual {
    height: 500px;
    position: relative;
}

.sub-visual .slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
}

.sub-visual .slogan .wrapper {
    color: #ffffff;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    font-size: 4.5rem;
    font-weight: 300;
    margin-top: auto;
    margin-bottom: 120px;
}

.sub-visual#sub-company {
    background-image: url(../images/sub/company/img_company.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.sub-visual#sub-service {
    background-image: url(../images/sub/service/img_service.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-visual#sub-contact {
    background-image: url(../images/sub/contact/img_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.sub-visual#sub-IR {
    background-image: url(../images/sub/ir/img_ir.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-visual#sub-news {
    background-image: url(../images/sub/news/img_news.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-visual#sub-recruit {
    background-image: url(../images/sub/recruit/img_recruit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* sub menu */

#sub-menu {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ddd;
}

#sub-menu ul li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
}

#sub-menu ul li a {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s;
    color: #aaa;
}

/* #sub-menu ul li a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #C09C88;
    transform: translateX(-50%);
    transition: all .3s;
}

#sub-menu ul li:hover a::after {
    width: 100%;
} */


#sub-menu ul li:hover a,
#sub-menu ul li.active a {
    color: #ffffff;
    background: #C09C88;
}

#sub-menu ul li.active a::after {
    width: 100%;
}

/* sub contents */

#sub-container {
    padding: 100px 0 0;
}

#sub-container .contents {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

/* company */

#sub-company-contents-1 .wrapper {
    padding-bottom: 60px;
}

#sub-company-contents-1 p {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    font-size: 3.625rem;
    /* font-weight: 300; */
    letter-spacing: -2px;
}

#sub-company-contents-1 p.strong {
    font-size: 4rem;
    font-weight: 700;
    color: #C09C88;
    letter-spacing: 0px;
}

#sub-company-contents-1 img {
    width: 100%;
    height: 417px;
    object-fit: cover;
}

#sub-company-contents-1 .greetings {
    display: flex;
    flex-direction: row;
    padding-top: 80px;

}

#sub-company-contents-1 .greetings .title {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    line-height: 3rem;
    margin-right: 120px;
}


#sub-company-contents-1 .greetings .desc {
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#sub-company-contents-1 .greetings .desc p {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #666666;
}


#sub-company-contents-1 .greetings .desc p:last-child {
    margin-bottom: 0;
}

#sub-company-contents-1 .greetings-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 20px;
    width: 890px;
    margin: 0 auto;
}

#sub-company-contents-1 .greetings-ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    transform: scale(1);
}

#sub-company-contents-1 .greetings-ul li:hover {
    transform: scale(1.1);
}

#sub-company-contents-1 .greetings-ul li img {
    width: 270px;
    height: 180px;
    object-fit: cover;
}

#sub-company-contents-1 .greetings-ul li.big img {
    transform: scale(1.1);
}

#sub-company-contents-1 .greetings-ul li p {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 20px;
}

#sub-company-contents-2,
#sub-company-contents-3,
#sub-company-contents-4,
#sub-company-history,
#sub-company-location,
#sub-company-ci {
    padding-top: 160px;
}

#sub-company-contents-2 {
    background-image: url(../images/sub/company/bg_mission.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#sub-company-contents-2 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contents-subject {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contents-subject .title {
    font-size: 1.5rem;
    font-weight: 700;
}

.contents-subject div.strong {
    font-size: 4rem;
    color: #C09C88;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contents-subject div.strong span {
    display: block;
    white-space: normal;
    line-height: 1;
    margin-left: 20px;
    font-size: 3rem;
}

.contents-subject .desc {
    letter-spacing: -1px;
    font-size: 1.5rem;
    margin-top: 10px;
}

#sub-company-contents-2 .contents-subject .title,
#sub-company-contents-2 .contents-subject .strong,
#sub-company-contents-2 .contents-subject .desc {
    color: #ffffff;
}

#sub-company-contents-2 .mission-list li [class^=ico-mission-] {
    display: block;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#sub-company-contents-2 .mission-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    width: 100%;
}

#sub-company-contents-2 .mission-list li {
    width: calc((100% - 60px) / 3);
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(215, 176, 154, 0.2);
    border-radius: 20px;
    transition: all .5s;
    transform: translateY(0);
}

#sub-company-contents-2 .mission-list li:hover {
    transform: translateY(-30px);
}

#sub-company-contents-2 .mission-list li .ico-mission-01 {
    background-image: url(../images/sub/company/ico_mission_01.svg);
}

#sub-company-contents-2 .mission-list li .ico-mission-02 {
    background-image: url(../images/sub/company/ico_mission_02.svg);
}

#sub-company-contents-2 .mission-list li .ico-mission-03 {
    background-image: url(../images/sub/company/ico_mission_03.svg);
}

#sub-company-contents-2 .mission-list li .strong {
    font-size: 1.5rem;
    margin-top: 40px;
    text-align: center;
}

#sub-company-contents-2 .mission-list li .strong+p {
    margin-top: 4px;
    letter-spacing: -0.02em;
    font-weight: 500;
    text-align: center;
}

#sub-company-contents-2 .mission-list li .strong+p br {
    display: none;
}

#sub-company-contents-2 .mission-list li p+div {
    color: #666666;
    text-align: center;
    margin-top: 30px;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
}

#sub-company-contents-3 .contents-subject .strong {
    color: #333333;
}

#sub-company-contents-3 .vision-ul {
    display: flex;
    height: 380px;
    background-image: url(../images/sub/company/img_vision.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 1200px;
}

#sub-company-contents-3 .vision-ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 40px) / 3);
    transition: all .5s;
    transform: scale(1);
}

#sub-company-contents-3 .vision-ul li:hover {
    transform: scale(1.1);
}

#sub-company-contents-3 .vision-ul li p {
    font-size: 1.5rem;
    font-weight: 700;
}

#sub-company-contents-3 .vision-ul li p+span {
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

#sub-company-contents-3 .vision-ul li [class^=ico-vision-] {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 16px;
}

#sub-company-contents-3 .vision-ul li .ico-vision-01 {
    background-image: url(../images/sub/company/ico_vision_01.svg);
}

#sub-company-contents-3 .vision-ul li .ico-vision-02 {
    background-image: url(../images/sub/company/ico_vision_02.svg);
}

#sub-company-contents-3 .vision-ul li .ico-vision-03 {
    background-image: url(../images/sub/company/ico_vision_03.svg);
}

#sub-company-contents-3 .vision-ul li i+span {
    color: #666666;
    margin-top: 10px;
}

#sub-company-contents-4 {
    background-color: #F9F9F9;
}

#sub-company-contents-4 .value-wrapper {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/sub/company/bg_value_pc.svg);
    background-repeat: no-repeat;
    background-size: 1920px 257.51px;
    background-position: center;
    margin-top: 5rem;
}


#sub-company-contents-4 .value-wrapper .value-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    gap: 70px;
}

#sub-company-contents-4 .value-wrapper .value-list li {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    border: 1px solid #C09C88;
    color: #C09C88;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .5s;
    transform: scale(1);
}

#sub-company-contents-4 .value-wrapper .value-list li:hover {
    transform: scale(1.1);
}

#sub-company-contents-4 .value-wrapper .value-list li .value-logo {
    display: block;
    width: 189px;
    height: 52px;
    background-image: url(../images/sub/company/value_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    margin: 20px 0px;
}

#sub-company-contents-4 .value-wrapper .value-list li span {
    font-size: 1.125rem;
}

#sub-company-contents-4 .value-wrapper .value-list li p {
    font-size: 1.5rem;
    ;
}

#sub-company-contents-4 .value-wrapper .value-list li.large {
    background-color: #C09C88;
    color: #ffffff;
    width: 260px;
    height: 260px;
    margin: 0 10px;
}

#sub-company-history .wrapper {
    position: relative;
    overflow: hidden;
}


#sub-company-history .title {
    font-size: 3.125rem;
    letter-spacing: -2px;
    line-height: 4.25rem;
}

#sub-company-history [class^=swiper-button-] {
    width: 60px;
    height: 26px;
    top: 215px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sub-company-history [class^=swiper-button-]::after {
    content: '';
}

#sub-company-history .swiper-button-prev {
    background-image: url(../images/sub/company/ico_history_prev.svg);
    left: auto;
    right: 110px;
}

#sub-company-history .swiper-button-next {
    background-image: url(../images/sub/company/ico_history_next.svg);
}

#sub-company-history .history-swiper {
    /* background-color: red; */
}

#sub-company-history .line {
    height: 1px;
    width: 100%;
    background-color: #C09C88;
    position: absolute;
    top: 448px;
    left: 50%;
    transform: translateX(-600px);
}

#sub-company-history .history-swiper {
    margin-top: 80px;
}

#sub-company-history .history-swiper .swiper-slide {
    /* background-color: #ffffff; */
    width: auto;
}

#sub-company-history .history-swiper .swiper-slide::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #C09C88;
}

#sub-company-history .history-swiper .year {
    font-size: 2rem;
    font-weight: 900;
    color: #C09C88;
    margin-top: 16px;
    margin-bottom: 30px;
}

#sub-company-history .history-swiper dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* gap: 10px; */
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 1.125rem;
}

#sub-company-history .history-swiper dl dt {
    margin-right: 14px;
}

#sub-company-location {
    border-top: 1px solid #DDDDDD;
}

#sub-company-location .title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.6875rem;
    align-self: flex-start;
}

#sub-company-location .map-wrapper {
    width: 100%;
    margin-top: 40px;
}

#sub-company-location .map-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#sub-company-location .addr-tel {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#sub-company-location .addr-tel .addr-tel-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 50px;
}

#sub-company-location .addr-tel .addr-tel-cont p {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
}

#sub-company-location .addr-tel .addr-tel-cont dl {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    font-size: 1.125rem;
    align-items: center;
    color: #666666;
}

#sub-company-location .addr-tel .addr-tel-cont dl dt {
    color: #999999;
    margin-right: 40px;
}

#sub-company-location .addr-tel .addr-tel-cont dl dd {}

#sub-company-location .addr-tel .addr-tel-cont:last-child dl dt {
    min-width: 70px;
}

#sub-company-ci {
    border-top: 1px solid #dddddd;
}

#sub-company-ci .wrapper {
    position: relative;
}

#sub-company-ci .title {
    align-self: flex-start;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.625rem;
}

#sub-company-ci .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#sub-company-ci .btn-wrapper .btn-down {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/company/ico_download.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}

#sub-company-ci .ci-wrapper {
    margin-top: 67px;
}

#sub-company-ci .ci-wrapper img {
    width: 1200px;
    height: 400px;
    object-fit: cover;
}

#sub-company-ci .ci-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 80px;
    gap: 80px;
}

#sub-company-ci .ci-info div {
    width: 100%;
}

#sub-company-ci .ci-info div p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #666666;
}

#sub-company-ci .ci-info div .strong {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #C09C88;
    padding-bottom: 20px;
}

/* service */

.sub-service-contents .wrapper {
    position: relative;
}

.sub-service-contents .title {
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.625rem;
    color: #C09C88;
    margin-top: 0;
}

.sub-service-contents .service-img {
    margin-top: 40px;
}

.sub-service-contents .service-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.sub-service-contents .strong {
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: -0.02em;
    margin-top: 40px;
    color: #333333;
}

.sub-service-contents p {
    font-size: 1.125rem;
    line-height: 2.125rem;
    letter-spacing: -0.02em;
    color: #666666;
    margin-top: 20px;
}

.sub-service-contents .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.sub-service-contents .btn-wrapper .btn-go {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/service/ico_arrow_brown.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}

/* IR */


#sub-IR-contents .wrapper {
    position: relative;
}

#sub-IR-contents .wrapper iframe {
    width: 100%;
    margin: 25px 0 0;
}


#sub-IR-contents .title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.6875rem;
    letter-spacing: -0.02em;
    padding-bottom: 40px;
    border-bottom: 1px solid #333333;
}

#sub-IR-contents .title-cover {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 110px;
    background: #ffffff;
}


#sub-IR-contents .IR-list-wrap table,
#sub-news-contents .news-gallery-wrap table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

#sub-IR-contents .IR-list-wrap table td,
#sub-news-contents .news-gallery-wrap table td {
    padding: 0 30px;
    height: 64px;
    vertical-align: middle;
    font-size: 1rem;
    border-bottom: 1px solid #dddddd;
    font-size: 1.125rem;
}

#sub-IR-contents .IR-list-wrap table td .number,
#sub-news-contents .news-gallery-wrap table td .number {
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C09C88;
}


#sub-IR-contents .IR-list-wrap table td .category,
#sub-news-contents .news-gallery-wrap table .category {
    text-align: center;
    letter-spacing: -0.02em;
    color: #999999;
}

#sub-IR-contents .IR-list-wrap table td .date,
#sub-news-contents .news-gallery-wrap table td .date {
    font-weight: normal;
    line-height: 1.625rem;
    letter-spacing: -0.02em;
    color: #999999;
}

#sub-IR-contents .IR-list-wrap table td:first-child,
#sub-IR-contents .IR-list-wrap table td:last-child,
#sub-news-contents .news-gallery-wrap table td:first-child,
#sub-news-contents .news-gallery-wrap table td:last-child {
    text-align: center;
}


#sub-IR-contents .IR-list-wrap table td a,
#sub-news-contents .news-gallery-wrap table td a {
    display: inline-block;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #333333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#sub-IR-contents .IR-list-wrap table td a.download,
#sub-news-contents .news-gallery-wrap table td a.download {
    font-weight: normal;
    overflow: visible;
    text-overflow: unset;
    background-image: url(../images/sub/ir/ico_down.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 20px 20px;
    padding-right: 24px;
    font-size: 1rem;
}


/* news */

#sub-news-contents .title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.6875rem;
    letter-spacing: -0.02em;
    padding-bottom: 40px;
    border-bottom: 1px solid #333333;
}


#sub-news-contents .news-list-wrap table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

#sub-news-contents .news-list-wrap table td {
    padding: 0 30px;
    height: 64px;
    vertical-align: middle;
    font-size: 1rem;
    border-bottom: 1px solid #dddddd
}

#sub-news-contents .news-list-wrap table td .number {
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C09C88;
}

#sub-news-contents .news-list-wrap table td .date {
    font-weight: normal;
    line-height: 1.625rem;
    letter-spacing: -0.02em;
    color: #999999;
}

#sub-news-contents .news-list-wrap table td:first-child,
#sub-news-contents .news-list-wrap table td:last-child {
    text-align: center;
}


#sub-news-contents .news-list-wrap table td a {
    display: inline-block;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #333333;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination {
    margin-top: 60px;
}

.pagination a {
    line-height: 1.8125rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: #999999;
    margin: 0 10px;
}

.pagination a.on {
    color: #333333
}

.pagination .prev,
.pagination .next {
    display: block;
    width: 30px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.pagination span.prev {
    background-image: url(../images/sub/company/ico_history_prev_disabled.svg);
}

.pagination span.next {
    background-image: url(../images/sub/company/ico_history_next_disabled.svg);
}

.pagination a.prev {
    background-image: url(../images/sub/company/ico_history_prev.svg);
}

.pagination a.next {
    background-image: url(../images/sub/company/ico_history_next.svg);
}

/* recruit */

#sub-recruit-contents .title {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    text-align: center;
}

#sub-recruit-contents .img-recruit-wrapper {
    /* margin-top: 80px; */
    width: 1200px;
    max-width: 100%;
}

#sub-recruit-contents .img-recruit-wrapper img {
    width: 100%;
}

#sub-recruit-site {
    background-color: #F6F4F2;
    padding-top: 120px;
}

#sub-recruit-site .wrapper {
    position: relative;
}

#sub-recruit-site .title {
    font-weight: bold;
    font-size: 2.625rem;
    line-height: 3.125rem;
    margin-top: 0;
    align-self: flex-start;
}

#sub-recruit-site .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#sub-recruit-site .btn-wrapper .btn-go {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/service/ico_arrow_brown.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}

#sub-recruit-site .recruit-info {
    background-color: rgba(255, 255, 255, .6);
    padding: 30px 60px;
    margin-top: 40px;
    width: 100%;
}

#sub-recruit-site .recruit-info dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 93px;
    border-bottom: 1px solid #dddddd;
}

#sub-recruit-site .recruit-info dl dt {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #C09C88;
    margin-right: 30px;
}

#sub-recruit-site .recruit-info dl dd {
    font-size: 1.125rem;
}

#sub-recruit-site .recruit-info dl:last-child {
    border-bottom: 0;
}


.download-view {
    border-bottom: 1px solid #333333;
    font-size: 1.125rem;
}

.download-view .subject-down {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 0;
}


.download-view .date-hit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 0 20px 16px;
    color: #999999;
    font-size: 1rem;
}


.download-view .subject-down .category {
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    color: #C09C88;
}

.download-view .subject-down .down-title {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 1.2rem;
}

.download-view .cont {
    padding: 20px;
    font-size: 1rem;
}

.download-view .cont>img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.board-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
}

.board-btn .btn-go {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/service/ico_arrow_brown.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}

.download-view .subject-down a.download {
    font-weight: normal;
    overflow: visible;
    text-overflow: unset;
    background-image: url(../images/sub/ir/ico_down.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 20px 20px;
    padding-right: 24px;
}

#hiddenFrame {
    margin: 0 !important;
}


.btn-isotope-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
}

.btn-isotope-wrapper .btn-go {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/service/ico_arrow_brown.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}

#isotope_list {
    margin-left: -30px;
    overflow: visible !important;
}

.item-isotope-wrapper {
    margin-left: 30px;
    background: #ffffff;
    margin-top: 30px;
}


.item-isotope-wrapper:hover {
    transform: scale(1.05);
}

.item-isotope-wrapper {
    position: relative;
    box-shadow: 0px 0px 40px rgba(103, 96, 87, 0.2);
    transition: all .5s ease-in-out;
}

.item-isotope-wrapper img {
    width: 100%;
}

.item-isotope-wrapper .info {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
}

.item-isotope-wrapper .info .n_category {
    color: #676057;
    font-weight: 500;
    font-size: 1rem;
}

.item-isotope-wrapper .info .n_name {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 17px;
}

.item-isotope-wrapper .info .n_date {
    color: #999999;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1rem;
}






/* content_pop */
#content_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    display: none;
    /* overflow-y: scroll; */
    background: rgba(0, 0, 0, .4);
    align-items: center;
    justify-content: center;
}

#content_pop .c_p_wrap {
    position: relative;
    max-width: 1200px;
    /* margin: 100px auto 0 auto; */
    background: #fff;
    padding: 40px 30px;
}

#content_pop>div {
    position: relative;
    z-index: 100
}

#content_pop .c_p_wrap>h1 {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -109px
}

#content_pop .c_p_wrap>h1 img {
    width: 247px
}

#content_pop .c_p_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    /* background: #fff */
}

#content_pop .info {
    position: relative;
}

#content_pop .info .n_category {
    color: #C09C88;
    font-weight: 500;
    font-size: 1rem;
}

#content_pop .info .n_name {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

#content_pop .info .n_date {
    color: #999999;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1rem;
}

#content_pop .info .n_hit {
    color: #999999;
    font-weight: 500;
    margin-top: 30px;
    font-size: 1rem;
}

#content_pop .c_p_con {
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

#content_pop .c_p_con .p_content {
    max-height: calc(100vh - 500px);
    overflow-y: auto;
}

#content_pop .c_p_con .p_content img {
    max-width: 100%;
}

#content_pop .info .btn_pop_close {
    position: absolute;
    top: -40px;
    right: -30px;
    display: block;
    width: 82px;
    height: 82px;
    padding-bottom: 1px;
    background: #C09C88 url(../../images/common/btn_con_pop_close.gif) center center no-repeat;
    z-index: 100;
}

.pop-btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.pop-btn-wrapper>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.pop-btn-wrapper .btn_pop_left {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 23px 12px 50px;
    background-image: url(../images/sub/service/ico_arrow_brown_left.svg);
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 16px 16px;
    margin-right: 16px;
}


.pop-btn-wrapper .btn_pop_right {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C09C88;
    border: 1px solid #C09C88;
    padding: 12px 50px 12px 23px;
    background-image: url(../images/sub/service/ico_arrow_brown.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
}


.pop-btn-wrapper .btn_pop_list {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    background: #C09C88;
    padding: 12px 23px;
}


.contact-us-info p {
    font-weight: bold;
    color: #333333;
    padding-left: 16px;
    position: relative;
}

.contact-us-info p::before {
    content: '';
    display: block;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:5px;
    height: 5px;
    border-radius: 100%;
    background: #c09c88;
}

.contact-us-info table {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    font-size: 1.125rem;
}

.contact-us-info table th {
    border-top: 2px solid #c09c88;
    padding: 16px;
    color: #c09c88;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    border-right: 1px solid #ddd;
    font-weight: 400;
    letter-spacing: 5px;
}

.contact-us-info table tr th:last-child,
.contact-us-info table tr td:last-child {
    border-right: 0;
}

.contact-us-info table td {
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #666666;
    letter-spacing: 5px;
}

.contact-us-info table tr td:last-child {
    letter-spacing: 0;
}

#sub-contact-info {
    /* border-top: 1px solid #DDDDDD; */
}

#sub-contact-info .title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.6875rem;
    align-self: flex-start;
}

#sub-contact-info .contact-info-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 100px;   
}

#sub-contact-info .contact-info>p {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
}

#sub-contact-info .contact-info i[class^=ico-] {
    display: block;
    width: 182px;
    height: 182px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

#sub-contact-info .contact-info i.ico-mro {
    background-image: url(../images/main/ico_mro.svg);
}

#sub-contact-info .contact-info i.ico-sono {
    background-image: url(../images/main/ico_sono.svg);
}

#sub-contact-info .contact-info i.ico-retail {
    background-image: url(../images/main/ico_retail.svg);
}

#sub-contact-info .contact-info>.info {
    margin-top: 80px;
}

#sub-contact-info .contact-info>.info p {
    font-weight: 600;
    color: #333333;
}

#sub-contact-info .contact-info>.info p:first-child {
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

#sub-contact + #sub-container {
    padding-top: 160px;
}

#sub-contact-location .map-wrapper {
    width: 100%;
    height: 500px;
    background-image: url(../images/sub/contact/map.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    background-position: center;
}

#sub-contact-location .company-info .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}

#sub-contact-location .company-info .addr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

#sub-contact-location .company-info .addr dl {
    margin: 0 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#sub-contact-location .company-info .addr dl dt {
    margin-right: 20px;
    color: #999999
}

#sub-contact-location .company-info .addr dl dd {
    color: #666666;
}