@charset "utf-8";
/* CSS Document */
/**
 * custom css 입니다. 추가적인 css 는 여기에 작성을 해주세요.
 */

/* 임시 잠금 */


p {
    word-break: keep-all;
}

p,
span {
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

.h_none {
    display: none !important;
}

/* 푸터 팝업*/
#popup_f {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 500px;
    background: #fff;
    z-index: 999;
    padding: 20px 50px;
    display: none;
    box-shadow: 0px 0px 12px 0 rgb(0 0 0 / 20%);
}

#popup_f>div {
    width: 100%;
    height: 100%;
    display: none;
}

#popup_f>div h1 {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

#popup_f>div .textarea {
    width: 100%;
    height: 364px;
    background: #fff;
    color: #303030;
    border: none;
    resize: none;
    font-size: 14px;
    overflow-y: auto;
}

#popup_f>div textarea::focus {
    outline: none;
    border: none;
}

#popup_f .popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s;
    right: 50px;
    z-index: 99;
    top: 30px;
}

#popup_f .popup_close::after,
#popup_f .popup_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: #707070;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#popup_f .popup_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.location_wrap {
    height: 80px;
    opacity: 0;
}

#slide_menu {
    height: 100vh;
    width: 260px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    padding-top: 115px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s;
    overflow-y: scroll;
}

#slide_menu.show {
    transform: translateX(0);
    opacity: 1;
}

#slide_menu .slide_menu_list>li {
    font-size: 16px;
    color: #303030;
}

#slide_menu .slide_menu_list>li>a {
    padding-left: 33px;
    margin: 14px 0;
    display: inline-block;
}

#slide_menu .slide_sub_menu_list {
    background: #F8F8F8;
    padding: 20px 0;
    display: none;
}

#slide_menu .slide_sub_menu_list>li {
    font-size: 13px;
    color: #9A9A9A;
    line-height: 34px;
}

#slide_menu .slide_sub_menu_list>li>a {
    padding-left: 43px;
}

#slide_menu .slide_menu_list .plus_btn {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.3;
    transform: rotate(45deg);
    cursor: pointer;
}

#slide_menu .slide_menu_list .plus_btn img {
    transition: all 0.5s;
}

#slide_menu .slide_menu_list .plus_btn.rotate img {
    transform: rotate(135deg);
    transition: all 0.5s;
}

#slide_menu .close_btn {
    position: absolute;
    top: 30px;
    right: 22px;
    cursor: pointer;
}

/* 시설투어 마우스 style */

#cursor_box {
    position: fixed;
    z-index: 10;
    filter: url('#goo');
    transform-origin: center;
    color: #fff;
    top: 0;
    left: 0;
}

.blob {
    position: absolute;
    width: 550px;
    height: 340px;
    background: none;
    top: 0%;
    left: 0%;
    pointer-events: none;
    z-index: 50;
}

.blob .img_box {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.blob .img_box img {
    width: 100%;
}

.blob .more {
    opacity: 1;
}

.blob.mouse_a {}

.blob.mouse_b .img_box {
    transform: translateX(-100%);
}

.blob.mouse_c .img_box {
    transform: translateX(-100%);
}


.roughmap_maker_label .roughmap_lebel_text {
    transform: scale(1.2);
}

.bg_ {
    z-index: -1;
}

#header .top_country_list0 {
    display: none;
}

.content_head_text {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 27px;
    color: #36105C;
    text-align: center;
}

.SideDock_module_root__33c9db1d {
    display: none;
}

#contact_board .board_zone_tit {
    display: none;
}

#wrap {
    min-width: initial;
}

#contact_form .board_zone_tit {
    display: none;
}

#list_board_ {
    width: 1200px;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 297px;
    margin: auto;
}

#list_board_ .board_zone_tit {
    padding: 0;
    margin: 0 auto 90px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.04em;
}

#list_board_ .board_search_box {
    margin: 0 auto 38px;
    text-align: right;
    background: none;
    border: none;
    padding: 0;
    position: relative;
}

#list_board_ .chosen-single {
    display: none;
}

#list_board_ .btn_board_search {
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
    background: none;
    line-height: inherit;
    border: none;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

#list_board_ .btn_board_search:hover {
    border: none;
    background: none;
}

#list_board_ input.text {
    width: 535px;
    height: 50px;
    border: 1px solid #DCDCDC;
    background: #fff;
    margin: 0;
    padding-left: 15px;
    font-size: 17px;
}

#list_board_ .board_list_table th {
    background: #EEEEEE;
    border-bottom: 1px solid #dcdcdc;
    border-top: 2px solid #8A8A8A;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    height: 60px;
    font-family: 'Noto Sans KR', sans-serif;
}

#list_board_ .board_list_table td {
    padding: 0;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    font-family: 'Noto Sans KR', sans-serif;
}

#list_board_ .board_list_table {
    border: none;
}

#list_board_ .num {
    width: 9.25%;
}

#list_board_ .writer {
    width: 12.33%;
}

#list_board_ .date {
    width: 12.33%;
}

#list_board_ .hit {
    width: 9.25%;
}

#list_board_ .file {
    width: 6.16%;
}

#list_board_ .board_tit {
    width: auto;
}

#list_board_ .cate {
    display: none;
}

#list_board_ .board_img {
    display: none;
}

#list_board_ .btn_right_box {
    display: none;
}

#bard_wrap .page_sub_nav {
    display: none;
}

#bard_wrap.irboard_ #irboard_page_nav {
    display: flex;
}

#bard_wrap.news_ #news_page_nav {
    display: flex;
}

#bard_wrap.product_ #product_page_nav {
    display: flex;
}

#bard_wrap #banner_>div {
    display: none;
}

#bard_wrap #banner_.ir_board .ir_board {
    display: block;
}

#bard_wrap #banner_.news .news {
    display: block;
}

#bard_wrap #banner_.product .product {
    display: block;
}

#bard_wrap.irboard_ .hit {
    display: none;
}

#bard_wrap.news_ .hit {
    display: none;
}

#bard_wrap.news_ .file {
    display: none;
}

#board_view .board_zone_sec {
    width: 1200px;
    margin: auto;
    padding-top: 100px;
}

#board_view {
    padding-bottom: 50px;
}




* {
    box-sizing: border-box;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
}

a {
    color: inherit !important;
}

.fake_ {
    cursor: pointer;
}

.flex_box {
    display: flex;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

#scroll_left {
    position: fixed;
    top: 50%;
    left: 0;
    display: none;
}

#scroll_left.ban_fixed {
    position: fixed;
    top: 50%;
    left: 0;
    margin-left: 0;
}

.body-main #scroll_left {
    display: block;
}

#scroll_right {
    position: fixed;
    right: 0px;
    bottom: 60px;
    top: auto !important;
}

#scroll_right.ban_fixed {
    position: fixed;
    right: 52px;
    bottom: 60px;
    top: auto;
    margin-right: 0;
}

#top_btn {
    cursor: pointer;
    display: none;
}

#top_btn img {
    float: right;
}

.page_section>section {
    position: relative;
    z-index: 1;
}

.page_section {
    margin-top: 480px;
    position: relative;
    background: #fff;
    padding-top: 60px;
}

#banner_ {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#banner_::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #342447;
    opacity: 0.22;
    position: absolute;
    left: 0;
    top: 0;
}

#banner_ .title_wrap {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -0.04em;
    color: #fff;
}

#banner_ h2 {
    font-size: 46px;
    margin-bottom: 8px;
}

#banner_ p {
    font-size: 24px;
    font-weight: normal;
}

#banner_ p .m_br {
    display: none;
}

#banner_.pd_page {
    background-image: url('../img/pd_list_banner.png');
}

#banner_.company_info_page {
    background-image: url('../img/company_info.png');
}

#banner_.company_history {
    background-image: url('../img/company_history.png');
}

#banner_.company_certification {
    background-image: url('../img/company_certification.png');
}

#banner_.company_declaration {
    background-image: url('../img/company_declaration.png');
}

#banner_.cp_summary {
    background-image: url('../img/company_declaration.png');
}

#banner_.cp_group {
    background-image: url('../img/company_declaration.png');
}

#banner_.cp_data {
    background-image: url('../img/company_declaration.png');
}

#banner_.cp_sinmungo {
    background-image: url('../img/company_declaration.png');
}

#banner_.company_ophthalmology {
    background-image: url('../img/company_ophthalmology.jpg');
}

#banner_.npp {
    background-image: url('../img/npp.jpg');
}

#banner_.business_dev {
    background-image: url('../img/business_dev.png');
}

#banner_.cmo {
    background-image: url('../img/cmo.png');
}

#banner_.factory_ohsong {
    background-image: url('../img/factory_ohsong.png');
}

#banner_.factory_pd {
    background-image: url('../img/factory_pd.png');
}

#banner_.tour {
    background-image: url('../img/tour.png');
}

#banner_.center_lab {
    background-image: url('../img/center_lab.png');
}

#banner_.finance {
    background-image: url('../img/finance.png');
}

#banner_.profit_loss {
    background-image: url('../img/profit_loss.png');
}

#banner_.announce {
    background-image: url('../img/announce.png');
}

#banner_.ir_board {
    background-image: url('../img/ir_board.png');
}

#banner_.employ {
    background-image: url('../img/employ.png');
}

#banner_.news {
    background-image: url('../img/news.png');
}

#banner_.contact {
    background-image: url('../img/contact.png');
}

#banner_.product {
    background-image: url('../img/ir_board.png');
}

#header {
    width: 100%;
    min-height: 80px;
    background: none;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#header .logo .logo_w {
    display: block;
    width: 120px;
}

#header .logo .logo_b {
    width: 120px;
}

#header .logo .logo_b {
    display: none;
}

#header .header_wrap {
    width: 100%;
    height: 100%;
    padding: 0 6.7%;
    overflow: hidden;
    position: relative;
}

#header.menu_open .header_wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 0.5px;
    background: #eee;
}

body #header .head_right .menu {
    display: none;
    cursor: pointer;
}

body.fixed #header {
    background: #fff;
}

body.fixed #header .nav_wrap>li {
    color: #303030;
}

body.fixed #header .logo .logo_w {
    display: none;
}

body.fixed #header .logo .logo_b {
    display: block;
}

body.fixed .lang {
    color: #fff;
    background: #BFBFBF;
    font-size: 16px;
    font-weight: 500;
}

body.fixed #header .head_right .menu_b {
    display: block;
}

body.fixed #header .head_right .menu_w {
    display: none;
}

#header {
    transition: background .4s;
}

#header .head_right .menu_b {
    display: none;
}

#header .head_right .menu_w {
    display: block;
}

#header .logo {
    height: 80px;
    display: flex;
    float: left;
    align-items: center;
}

#header .nav_wrap {
    display: flex;
    float: left;
    color: #f7f7f7;
    margin-left: 175px;
}

#header .nav_wrap li {
    text-align: left;
    width: 190px;
}

#header .nav_wrap>li>a {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 80px;
    height: 80px;
    display: block;
    position: relative;
    transform: skew(-0.1deg);
}

#header .nav_wrap>li:hover>a {
    font-weight: bold;
}

#header .nav_wrap>li:hover>a::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 80%;
    min-width: 80px;
    max-width: 90px;
    height: 4px;
    background: #36105C;
    transform: translateX(0%);
}

#header .nav_wrap>li+li {
    margin-left: 45px;
}


#header .sub_nav_wrap {
    display: none;
    padding: 39px 0;
    animation: fadeIn .5s;
}

#header .sub_nav_wrap li {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

#header .sub_nav_wrap li:hover {
    font-weight: bold;
}

#header .sub_nav_wrap li+li {
    margin-top: 23px;
}

#header .head_right {
    display: flex;
    float: right;
    align-items: center;
    float: right;
    height: 80px;
}

#header .head_right .lang {
    width: 45px;
    height: 26px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #BFBFBF;
    border-radius: 13px;
    text-align: center;
    font-weight: 500;
}

#header.menu_open {
    background: #fff;
}

#header.menu_open .nav_wrap>li {
    color: #303030;
}

#header.menu_open .logo .logo_w {
    display: none;
}

#header.menu_open .logo .logo_b {
    display: block;
}

#header.menu_open .head_right .lang {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

#header.menu_open .head_right .menu_b {
    display: block;
}

#header.menu_open .head_right .menu_w {
    display: none;
}

#header.menu_open .sub_nav_wrap {
    display: block;
}

#footer {
    padding: 0;
    width: 100%;
    background: #F8F8F8;
}

#footer .m_br {
    display: none;
}

#footer_wrap {
    border-top: none;
    z-index: 2;
}

.foot_list {
    border-bottom: 0.5px solid #ECECEC;
    height: 78px;
}

.foot_list ul {
    width: 1440px;
    display: flex;
    height: 78px;
    align-items: center;
}

.foot_list ul li {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #303030;
}

.foot_list ul li a {
    padding: 0 30px 0 30px;
    display: inline-block;
    height: 13px;
}

.foot_cont {
    padding: 35px 0 26px 0;
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.foot_cont .foot_info .address_head {
    display: inline-block;
    width: 100px;
}

.foot_cont .foot_info div {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #707070;
}

.foot_cont .foot_info div b {
    display: inline-block;
    margin-right: 8px;
    font-weight: 500;
    color: #303030;
}

.foot_cont .foot_info div .bar {
    width: 1px;
    height: 13px;
    background: #BFBFBF;
    display: inline-block;
    margin: 0 20px;
}

.foot_cont .foot_logo img {
    width: 198px;
}

.foot_cont .copyright {
    margin-top: 10px;
}

#contents {
    padding: 0;
    overflow: hidden;
}

.page_title {
    font-weight: bold;
    letter-spacing: -0.04em;
    font-size: 32px;
    margin-top: 89px;
    margin-bottom: 87px;
    text-align: center;
}

.main_visual_slide {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 600px;
}

.main_visual_slide .text_box {
    position: absolute;
    width: fit-content;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    z-index: 2;
}

.main_visual_slide .text_box h1 {
    color: #fff;
    line-height: 90px;
    letter-spacing: -0.03em;
    font-size: 80px;
    font-weight: 500;
    text-align: left;
    width: max-content;
    font-family: 'Montserrat', sans-serif;
}

.main_visual_slide .text_box h1 span {
    font-size: 78px;
    font-weight: 300;
}

.main_visual_slide .text_box p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.04em;
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    width: max-content;
}

.main_visual_slide .text_box .logo_box {
    text-align: left;
    position: relative;
    opacity: 0;
    width: 230px;
    margin: auto;
}

.main_visual_slide .text_box .logo_box img {
    width: 100%;
}

.main_visual_slide .video_01 .text_box .logo_box {
    opacity: 1;
    margin: auto;
}

.main_visual_slide .swiper-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main_visual_slide .swiper-slide.video_01>.video_cover {
    min-width: 1200px;
    min-height: 900px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.main_visual_slide .swiper-slide .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
}

.main_visual_slide .video_01 .img_box {
    width: 130%;
    height: 120%;
    min-width: 1200px;
    min-height: 900px;
}

.main_visual_slide .swiper-slide .thum_ {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 55%;
    width: 100%;
}

.main_visual_slide .video_01::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    background: #000;
}

.main_visual_slide .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.main_visual_slide .slide_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #1C1C1C;
    opacity: 0.27;
}

.main_visual_slide .slide_02 .img_box {
    background: url('../img/main_slide_02.png') no-repeat center center;
    background-size: cover;
}

.main_visual_slide .slide_03 .img_box {
    background: url('../img/main_slide_03.png') no-repeat center center;
    background-size: cover;
}

.main_visual_slide .slide_04 .img_box {
    background: url('../img/main_slide_04.png') no-repeat center bottom;
    background-size: cover;
}

.main_visual_slide .slide_02 .logo_box {
    margin: auto;
}

.main_visual_slide .slide_04 .text_box {
    left: 20%;
    transform: translateX(0);
}

.main_visual_slide .swiper-slide-active.slide_img .text_box .logo_box {
    animation: top_move 0.5s 0.5s linear forwards;
}

@-webkit-keyframes top_move {
    0% {
        top: 50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.main_visual_slide .ani_slide .text_box p {
    text-rendering: optimizeLegibility;
    transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}

.main_visual_slide .ani_slide .text_box p>span {
    position: relative;
    padding: 0 0.05em;
    display: inline-block;
    margin-right: 0.15em;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
    overflow: hidden;
}

.main_visual_slide .ani_slide .text_box p>span span {
    display: block;
    transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(100%);
}

.main_visual_slide .text_box p .m_br {
    display: none;
}

.main_visual_slide .swiper-slide-active.ani_slide .text_box p {
    opacity: 1;
}

.main_visual_slide .swiper-slide-active.ani_slide .text_box p>span span {
    transform: translateY(0%);
}

.main_visual_slide .swiper-button-next,
.main_visual_slide .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(132, 132, 132, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.main_visual_slide .swiper-button-next img,
.main_visual_slide .swiper-button-prev img {
    height: 55%;
}

.main_visual_slide .swiper-button-next {
    right: 9%;
}

.main_visual_slide .swiper-button-prev {
    left: 9%;
}

.main_visual_slide .swiper-pagination {
    display: none;
}

.main_content article {
    width: 100%;
    height: auto;
    position: relative;
}

.main_content .content_01 {
    padding-top: 203px;
    padding-bottom: 203px;
}

.main_content .bg_ {
    width: 80%;
    height: auto;
    position: absolute;
    z-index: -1;
}

.main_content .bg_01 {
    right: 0;
    top: 0;
    transform: translate(65%, -35%);
}

.main_content .bg_02 {
    right: 0;
    transform: translateX(80%);
    top: 50px;
}

.main_content .bg_03 {
    left: 0;
    transform: translate(-55%, -30%);
    top: 0px;
}

.main_content .bg_04 {
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
}

.main_content .bg_05 {
    top: 0;
    right: 0;
    transform: translateX(60%);
}

.main_content .content_01 h2 {
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    letter-spacing: -0.04em;
    color: #36105C;
    font-weight: 600;
}

.main_content .content_01 h2 span {
    font-family: 'Montserrat', sans-serif;
}

.main_content .content_01 h2 b {
    font-weight: 400;
    margin-top: 28px;
    font-size: 26px;
}

.main_content .content_01 .flex_box {
    margin: auto;
    width: 1150px;
    justify-content: space-between;
}

.main_content .content_01 .flex_box .img_box {
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_content .content_01 .flex_box .img_box img {
    height: 100%;
}

.main_content .content_01 .flex_box h3 {
    text-align: center;
    color: #36105C;
    margin: 28px auto 30px;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.main_content .content_01 .flex_box p {
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 26px;
}

.main_content .content_02 {
    width: 100%;
    height: 1120px;
    background: #36105C;
    padding-top: 215px;
    padding-bottom: 173px;
}

.main_content .content_02 .main_pd_slide {
    width: 1440px;
    margin: auto;
    color: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main_content .content_02 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 670px;
    letter-spacing: -0.04em;
    opacity: 0;
    transition: all 0.5s;
}

.main_content .content_02 .swiper-slide-active {
    opacity: 1;
}

.main_content .content_02 .pd_thum {
    position: absolute;
    height: 670px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_content .content_02 .pd_thum::before {
    content: '';
    width: 600px;
    height: 600px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: calc(50% + 35px);
    transform: translate(-50%, -50%);
    background: #D9D9D9;
    z-index: -1;
}

.main_content .content_02 .pd_thum .img_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_content .content_02 .pd_thum img {
    width: 550px;
}

.main_content .content_02 .pd_head .pd_cnt {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.main_content .content_02 .pd_head h3 {
    font-size: 40px;
    margin: 0px auto 5px;
    line-height: 45px;
}

.main_content .content_02 .pd_head p {
    font-size: 20px;
    margin-bottom: 45px;
}

.main_content .content_02 .pd_head .more {
    background: #fff;
    width: 83px;
    height: 27px;
    color: #36105C;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.main_content .content_02 .pd_head .more a {
    width: 100%;
    height: 100%;
}

.main_content .content_02 .pd_info h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 17px;
}

.main_content .content_02 .pd_info p {
    font-size: 18px;
    line-height: 30px;
}

.main_content .content_02 .swiper-button-next {
    left: calc(50% + 15px);
    right: auto;
}

.main_content .content_02 .swiper-button-prev {
    left: auto;
    right: calc(50% + 15px);
}

.main_content .content_02 .swiper-button-next,
.main_content .content_02 .swiper-button-prev {
    bottom: 95px;
    top: auto;
    background: #D9D9D9;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.main_content .content_03 {
    padding-top: 188px;
    padding-bottom: 200px;
    width: 1440px;
    margin: auto;
}

.main_content .content_03 h2 {
    font-size: 60px;
    letter-spacing: -0.04em;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    color: #36105C;
}

.main_content .content_03 h2 span {
    font-weight: normal;
}

.main_content .content_03 .sub_title {
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #808080;
    text-align: center;
}

.main_content .content_03 .news_board_top {
    margin-top: 153px;
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}

.main_content .content_03 .news_board_top .date {
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #8A8A8A;
    display: block;
    margin-top: 16px;
    margin-bottom: 5px;
}

.main_content .content_03 .news_board_top .title {
    display: block;
    font-size: 22px;
    letter-spacing: -0.04em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 50px;
}

.main_content .content_03 .news_board_top .content {
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    min-height: auto;
    margin-top: 15px;
    line-height: 22px;
    letter-spacing: -0.04em;
    margin-top: 15px;
}

.main_content .content_03 .news_board_top .content div,
.main_content .content_03 .news_board_top .content span {
    font-size: 16px !important;
    color: #000 !important;
    padding-left: 0 !important;
}

.main_content .content_03 .news_board_top>.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    height: 647px;
}

.main_content .content_03 .news_board_top>div>div {
    transition: all 0.5s;
    overflow: hidden;
}

.main_content .content_03 .news_board_top>div>div.swiper-slide-active {
    width: 40% !important;
}

.main_content .content_03 .news_board_top>div>div img {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.main_content .content_03 .news_board_top>div>div img {
    height: 388px;
    min-width: 100%;
}

.main_content .content_03 .news_board_top .swiper-button-next {
    right: 10px;
}

.main_content .content_03 .news_board_top .swiper-button-prev {
    right: 22px;
    transform: translateX(-200%);
    left: initial;
}

.main_content .content_03 .news_board_top .swiper-button-next,
.main_content .content_03 .news_board_top .swiper-button-prev {
    bottom: 0px;
    top: inherit;
}

.main_content .content_03 .news_board_bottom {
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
}

.main_content .content_03 .news_board_bottom .swiper-slide {
    border: 1px solid #D9D9D9;
    padding: 30px 45px 32px 38px;
    height: 240px;
}

.main_content .content_03 .news_board_bottom .swiper-slide em {
    padding-left: 11px;
    padding-right: 17px;
    height: 27px;
    color: #fff;
    display: inline-block;
    line-height: 27px;
    font-size: 15px;
    letter-spacing: -0.04em;
    background: linear-gradient(-120deg, transparent 13px, #36125C 0);
}

.main_content .content_03 .news_board_bottom .swiper-slide .flex_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 36px;
}

.main_content .content_03 .news_board_bottom .swiper-slide .flex_wrap .date {
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #707070;
}

.main_content .content_03 .news_board_bottom .swiper-slide .title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #303030;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.main_content .content_03 .news_board_bottom .swiper-slide .content {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    min-height: inherit;
}

.main_content .content_03 .news_board_bottom .swiper-button-next {
    right: 10px;
}

.main_content .content_03 .news_board_bottom .swiper-button-prev {
    right: 22px;
    transform: translateX(-200%);
    left: initial;
}

.main_content .content_03 .news_board_bottom .swiper-button-next,
.main_content .content_03 .news_board_bottom .swiper-button-prev {
    bottom: 0px;
    top: inherit;
}

.main_content .content_03 .swiper-pagination-fraction {
    width: fit-content;
    position: absolute;
    display: inline-flex;
    align-items: center;
    font-size: 0;
    bottom: 0;
    right: 176px;
    left: auto;
    transform: translateY(-50%);
}

.main_content .content_03 .swiper-pagination-fraction>span {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #303030;
    display: inline-flex;
    align-items: center;
}

.main_content .content_03 .slide_bar {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: 225px;
    height: 1px;
    background: #707070;
}

.main_content .content_03 .swiper-pagination-fraction>span+span {
    display: inline-block;
}

.main_content .content_04 {
    margin: 200px auto 125px;
    width: 1440px;
    height: 1164px;
    position: relative;
    padding: 0 65px;
}

.main_content .content_04 .title {
    width: 784px;
    height: 824px;
    background: linear-gradient(-377deg, transparent 229px, #F0EAF6 0);
    padding-top: 63px;
    padding-left: 130px;
}

.main_content .content_04 .title h2 {
    font-size: 60px;
    letter-spacing: -0.04em;
    line-height: 65px;
    color: #36105C;
    position: relative;
    z-index: 2;
}

.main_content .content_04 .title h2 span {
    font-weight: 400;
}

.main_content .content_04 .title p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.04em;
    color: #303030;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_content .content_04 .title .more {
    width: 182px;
    height: 58px;
    background: none;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 58px;
    color: #36105C;
    border: 1px solid #36105C;
    transition: all 0.5s;
}

.main_content .content_04 .title .more a {
    width: 100%;
    height: 100%;
}

.main_content .content_04 .title .more:hover {
    background: #36105C;
    color: #fff;
}

.main_content .content_04 .content_04_slide {
    position: absolute;
    top: 255px;
    right: 65px;
    width: 824px;
    height: 550px;
    overflow: hidden;
}

.main_content .content_04 .img_box {
    position: absolute;
    height: 100%;
    width: 100%;
}

.main_content .content_04 .img_box img {
    height: 101%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_content .content_04 .content_04_slide .swiper-slide {
    opacity: 0 !important;
}

.main_content .content_04 .content_04_slide .swiper-slide-active {
    opacity: 1 !important;
}

.main_content .content_04 .content_04_slide .swiper-pagination-bullet {
    margin: auto 6px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.main_content .content_04 .content_04_slide .swiper-pagination-bullet-active {
    background: #36105C;
}

.main_content .content_05 {
    width: 100%;
    background: #36105C;
    padding-top: 105px;
    padding-bottom: 230px;
}

.main_content .content_05 .img_box {
    display: block;
    text-align: center;
    margin-bottom: 96px;
}

.main_content .content_05 h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 90px;
}

.main_content .content_05 h2 span {
    font-weight: 300;
}

.main_content .content_05 .bar {
    width: 1px;
    height: 510px;
    background: #fff;
    margin: auto;
}

.main_content .content_05 .main_contact {
    width: 1000px;
    height: auto;
    background: #fff;
    padding: 58px 65px 50px 58px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.main_content .content_05 .title_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 60px;
}

.main_content .content_05 .title_wrap .img_box {
    margin-bottom: 0;
    margin-top: 10px;
}

.main_content .content_05 .title_wrap .img_box img {
    width: 133px;
}

.main_content .content_05 h3 {
    color: #303030;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}

.main_content .content_05 p {
    color: #303030;
    font-size: 16px;
    letter-spacing: -0.04em;
}

.main_content .content_05 .btn {
    width: 251px;
    height: 56px;
    background: #36105C;
    border-radius: 28px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
    margin: auto;
}

.main_content .content_add {
    width: 1440px;
    margin: auto;
}

.main_content .content_add h6 {
    text-align: center;
    font-size: 60px;
    letter-spacing: -0.04em;
    margin-bottom: 164px;
    color: #36105C;
}

.main_content .content_add h6 span {
    font-weight: normal;
}

.main_content .content_add .img_box {
    width: 1362px;
    height: 1362px;
    position: relative;
    transform: translateY(-25%) scale(0.61);
    margin: auto;
}

.main_content .content_add .img_box .main_add {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.main_content .content_add .img_box .add_off {
    opacity: 0;
}

.main_content .content_add .img_box .main_list {
    cursor: pointer;
    transition: all 0.5s;
    z-index: 10;
}

.main_content .content_add .img_box .main_list.list_off {
    opacity: 0.15;
}

.main_content .content_add .chart_img_wrap {
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    width: 1700px;
    display: flex;
    gap: 7px 27px;
    flex-wrap: wrap;
}

.main_content .content_add .chart_img_wrap>div {
    width: 255px;
    height: 50px;
}

.main_content .content_add .chart_img_wrap img {
    position: initial !important;
    height: 100%;
    cursor: pointer;
}

.main_content .content_add .chart_img_wrap img.off {
    filter: grayscale(1);
    opacity: 0.5;
}

.main_content .content_add .img_box img {
    position: absolute;
}

.main_content .content_add .img_box .list_01 {
    top: 11.25%;
    left: 26.04%;
}

.main_content .content_add .img_box .list_02 {
    top: 38.54%;
    left: 3.87%;
}

.main_content .content_add .img_box .list_03 {
    bottom: 30.2%;
    left: 6.66%;
}

.main_content .content_add .img_box .list_04 {
    bottom: 15%;
    left: 16.66%;
}

.main_content .content_add .img_box .list_05 {
    bottom: 18.33%;
    right: 17.7%;
}

.main_content .content_add .img_box .list_06 {
    bottom: 29.61%;
    right: 10%;
}

.main_content .content_add .chart_img_wrap .chart_03,
.main_content .content_add .chart_img_wrap .chart_05 {
    cursor: initial;
}

.sub_content {
    width: inherit;
    padding: 0;
}



.page_sub_nav {
    width: 100%;
    display: flex;
    height: 60px;
    border-bottom: 1px solid #E1DEDE;
    border-top: 1px solid #E1DEDE;
    justify-content: center;
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 10;
}

.page_sub_nav li {
    height: 100%;
    font-size: 15px;
    letter-spacing: -0.04em;
    position: relative;
    font-weight: 500;
    line-height: 60px;
    min-width: max-content;
}

.page_sub_nav li+li {
    margin-left: 120px;
}

.page_sub_nav li.on::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #36105C;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.list_nav {
    width: 1200px;
    margin: 80px auto 0;
    display: flex;
    height: 55px;
    justify-content: space-between;
    gap: 2px;
}

.list_nav li {
    height: 100%;
    background: #E9E9E9;
    width: auto;
    cursor: pointer;
    line-height: 55px;
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: normal;
    flex-grow: 1;
    text-align: center;
}

.list_nav .on {
    color: #fff;
    background: #36105C;
}

.list_nav li:hover {
    color: #fff;
    background: #36105C;
}

.list_nav li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#pd_list_ {
    padding-bottom: 277px;
    background: #fff;
}

#pd_list_ .pd_list_wrap {
    width: 1440px;
    margin: auto;
}

#pd_list_ .search_box {
    width: 972px;
    height: 60px;
    margin: 0px auto 145px;
    border: 1px solid #707070;
    position: relative;
}

#pd_list_ .search_box #keyword {
    width: 100%;
    height: 100%;
    font-size: 17px;
    border: none;
}

#pd_list_ .search_box img {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

#pd_list_ .pd_category {
    width: 100%;
    height: 205px;
    display: flex;
    justify-content: space-between;
}

#pd_list_ .pd_category li {
    width: 205px;
    height: 205px;
    text-align: center;
}

#pd_list_ .pd_category li.pick p {
    border-bottom: 1px solid #303030;
    font-weight: bold;
}

#pd_list_ .pd_category .category_icon {
    width: 133px;
    height: 133px;
    margin: 14px auto 12px;
    cursor: pointer;
    position: relative;
}

#pd_list_ .pd_category .category_icon.left_m img {
    margin-left: 9px;
}

#pd_list_ .pd_category .category_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#pd_list_ .pd_category p {
    font-size: 17px;
    letter-spacing: -0.04em;
    padding-bottom: 3px;
    display: inline-block
}

#pd_list_ .pd_category .category_icon .off {
    display: block;
}

#pd_list_ .pd_category .category_icon .on {
    display: none;
}

#pd_list_ .pd_category .pick .category_icon .on {
    display: block;
}

#pd_list_ .pd_category .pick .category_icon .off {
    display: none;
}

#pd_list_ .pd_category li:hover p {
    border-bottom: 1px solid #303030;
    font-weight: bold;
}

#pd_list_ .pd_category li:hover .off {
    display: none;
}

#pd_list_ .pd_category li:hover .on {
    display: block;
}

#pd_list {
    margin-top: 118px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 35px 2.6%;
}

#pd_list .pd_ {
    width: 328px;
    height: 328px;
    border: 1px solid #C9C9C9;
    background: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

#pd_list>div {
    width: 23%;
}

#pd_list .pd_ .thum {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#pd_list .pd_ .thum img {
    width: 100%;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
}

#pd_list .pd_ .thum h5 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.04em;
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#pd_list .pd_ .thum p {
    font-size: 16px;
    letter-spacing: -0.04em;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 48px;
}

#pd_list .pd_ #overThum {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: #36105C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#overThum #thum_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacicng: -0.04em;
    color: #fff;
}

#overThum #thum_text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #fff;
}

#pd_list .pd_ .sub_title {
    display: none;
}

#pd_list .pd_ #clickThum {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #36105C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

#pd_list .active #clickThum:nth-child(2) {
    display: flex;
}

#pd_list .active #clickThum>div {
    display: none;
}

#pd_list .active #clickThum>div:nth-child(1),
#pd_list .active #clickThum>div:nth-child(2) {
    display: block;
}

#clickThum #click_thum_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacicng: -0.04em;
    color: #fff;
}

#clickThum #click_thum_text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #fff;
}

#pd_list .pd_down_btn {
    display: none;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.04em;
    background: #E5E5E5;
    position: absolute;
    right: 88px;
    bottom: 78px;
}

#pd_list .pd_down_btn a {
    display: none;
}

#pd_list .pd_down_btn a:nth-child(1) {
    display: inline-block;
}

.pd_detail {
    position: relative;
    height: 680px;
    margin-top: 37px;
    display: none;
}

.pd_detail.show {
    display: block;
}

.pd_detail .detail_wrap {
    position: absolute;
    padding: 90px 85px 139px 55px;
    background: #F8F8F8;
    width: 1440px;
    display: flex;
    text-align: left;
    overflow: hidden;
}

.pd_detail .detail_wrap>div {
    width: 50%;
}

.pd_detail .detail_wrap table {
    border-spacing: 0px;
    margin-top: 50px;
}

.pd_detail .detail_wrap table th {
    width: 125px;
    font-weight: 500;
}

.pd_detail .detail_wrap table td {
    padding-right: 10px;
    width: 520px;
}

.pd_detail .detail_wrap table th,
.pd_detail .detail_wrap table td {
    border-bottom: 1px solid #ACACAC;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 26px;
    color: #303030;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.pd_detail .detail_head {
    position: relative;
}

.pd_detail .detail_title {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.04em;
    width: max-content;
}

.pd_detail .detail_text {
    font-size: 20px;
    letter-spacing: -0.04em;
}

.pd_detail .detail_head span {
    position: absolute;
    top: 0;
    background: linear-gradient(-120deg, transparent 13px, #36125C 0);
    display: inline-block;
    padding-left: 13px;
    padding-right: 21px;
    height: 25px;
    padding-top: 2px;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 15px;
    min-width: max-content;
}

.pd_detail .detail_head_wrap {
    display: none;
}

.pd_detail .detail_head_wrap:nth-child(1) {
    display: block;
}

.pd_detail .pd_close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 9;
}

.pd_detail .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 77px;
}

.pd_detail .line .line_ {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #707070;
    margin-left: 5px;
    margin-right: 5px;
    flex: 1;
}

.pd_detail .detail_wrap>.detail_thum {
    overflow: hidden;
    position: relative;
}

.pd_detail .detail_wrap>.detail_thum img {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#company_info {
    padding-bottom: 200px;
    width: 100%;
    position: relative;
}

#company_history {
    padding-bottom: 322px;
    background: url('../img/history_bg.png') center center no-repeat #fff;
}

#company_history .content_head {
    margin: 240px auto 247px;
    text-align: center;
}

#company_history .content_head .img_box {
    margin: 0 auto 23px;
}

#company_history .content_head h6 {
    color: #36105C;
    font-size: 40px;
    letter-spacing: -0.04em;
    font-weight: 500;
}

#company_history .history_wrap {
    position: relative;
    width: 13px;
    height: 100%;
    margin: auto;
}

#company_history .history_wrap .history_bar {
    width: fit-content;
    height: 3170px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #36105C 0%, #C0B9C8 100%);
    width: 14px;
}

#company_history .history_wrap .history_bar img {
    display: none;
    height: 100%;
}

#company_history .history_bg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#company_history .history_bg img {}

#company_history .history_wrap .history_box {
    position: absolute;
}

#company_history .history_wrap .history_box h3 {
    font-size: 40px;
    letter-spacing: -0.04em;
    color: #36105C;
    margin-bottom: 19px;
}

#company_history .history_wrap .history_box p {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 28px;
    color: #303030;
    width: 610px;
}

#company_history .history_wrap .history_box .img_wrap {
    display: flex;
    justify-content: end;
}

#company_history .history_wrap .history_box .img_box {
    display: inline-block;
}

#company_history .history_wrap .history_box .img_box+.img_box {
    margin-left: 138px;
}

#company_history .history_wrap .history_box span {
    display: inline-block;
}

#company_history .history_wrap .t_right .img_box {
    margin-top: 17px;
    position: absolute;
    top: 56px;
    right: -35px;
}

#company_history .history_wrap .t_left .img_box {
    position: absolute;
    left: -35px;
    top: 74px;
}

#company_history .history_wrap .t_left {
    text-align: right;
    right: 67px;
}

#company_history .history_wrap .t_right {
    text-align: left;
    left: 67px;
}

#company_history .history_wrap .t_left span {
    margin-left: 30px;
}

#company_history .history_wrap .t_right span {
    margin-right: 30px;
}

#company_history .history_wrap span {
    width: 40px;
}

#company_history .history_wrap .h_2024 {
    top: 6.3%;
}

#company_history .history_wrap .h_2025 {
    top: 0.3%;
}

#company_history .history_wrap .h_2023 {
    top: 17.35%;
}

#company_history .history_wrap .h_2022 {
    top: 22.9%;
}

#company_history .history_wrap .h_2021 {
    top: 27.8%;
}

#company_history .history_wrap .h_2020 {
    top: 32.9%;
}

#company_history .history_wrap .h_2018 {
    top: 37.68%;
}

#company_history .history_wrap .h_2017 {
    top: 41.6%;
}

#company_history .history_wrap .h_2016 {
    top: 45.9%;
}

#company_history .history_wrap .h_2015 {
    top: 50.15%;
}

#company_history .history_wrap .h_2014 {
    top: 54.4%;
}

#company_history .history_wrap .h_2013 {
    top: 57.9%;
}

#company_history .history_wrap .h_2012 {
    top: 62.15%;
}

#company_history .history_wrap .h_2010 {
    top: 66.6%;
}

#company_history .history_wrap .h_2009 {
    top: 72.1%;
}

#company_history .history_wrap .h_2008 {
    top: 77%;
}

#company_history .history_wrap .h_2007 {
    top: 82.15%;
}

#company_history .history_wrap .h_2006 {
    top: 87%;
}

#company_history .history_wrap .h_2005 {
    top: 92.89%;
}

#company_history .history_wrap .h_2021 img {
    width: 70%;
}

#company_history .history_wrap .h_2020 img {
    width: 70%;
}

#company_history .history_wrap .h_2009 img {
    width: 80%;
}

#company_history .history_wrap .h_2020 .img_box {
    margin-top: 17px;
}

#company_history .history_wrap .h_2018 .img_wrap .img_box {
    top: 0;
}

#company_history .history_wrap .h_2010 .img_box {
    margin-top: 18px;
    right: 100px;
}

#company_history .history_wrap .h_2009 .img_box {
    margin-top: 25px;
    top: -3px;
}

#company_history .history_wrap .h_2007 .img_box {
    right: 0px;
    top: 150px;
}

#company_history .history_wrap .h_2005 .img_box {
    margin-top: 75px;
}

#company_history .history_wrap .history_box::before {
    content: '';
    width: 55px;
    height: 1px;
    background: #707070;
    margin-top: 37.5px;
    position: absolute;
}

#company_history .history_wrap .t_left::before {
    right: -13px;
    transform: translateX(100%);
}

#company_history .history_wrap .t_right::before {
    left: -13px;
    transform: translateX(-100%);
}

#company_history .history_wrap .h_2020::before {
    margin-top: 34.5px;
}

#company_history .history_wrap .h_2018::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2017::before {
    margin-top: 29.5px;
}

#company_history .history_wrap .h_2016::before {
    margin-top: 28.5px;
}

#company_history .history_wrap .h_2015::before {
    margin-top: 36.5px;
}

#company_history .history_wrap .h_2014::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2013::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2012::before {
    margin-top: 30.5px;
}

#company_history .history_wrap .h_2010::before {
    margin-top: 50.5px;
}

#company_history .history_wrap .h_2009::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2008::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2007::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2006::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2005::before {
    margin-top: 33.5px;
}

#company_history .history_wrap .h_2006 p {
    display: flex;
}

#company_history .history_wrap .h_2016 b {
    display: inline-block;
    font-weight: normal;
}

.company_top_title {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
    letter-spacing: -0.04em;
    font-size: 32px;
}

#company_ophthalmology .list_nav {
    margin-top: 101px;
}

#npp .list_nav {
    margin-top: 101px;
}

#cmo .page_title {
    font-weight: 500;
    line-height: 42px;
}

#cmo .section_01 {
    width: 1200px;
    margin: auto;
    padding: 0 40px;
}

#cmo .section_01 .sec_title {
    margin-top: 146px;
    font-weight: bold;
    font-size: 34px;
}

#cmo .section_01 .sec_text {
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #303030;
    text-align: center;
}

#cmo .section_01 .flex_box {
    display: flex;
    background: #36105C;
    width: 100%;
    height: 212px;
    padding: 60px 65px 43px;
    margin-top: 74px;
}

#cmo .section_01 .flex_box>div {
    padding: 0 44px;
    color: #fff;
    text-align: center;
}

#cmo .section_01 .flex_box>div:first-child {
    padding-left: 0;
}

#cmo .section_01 .flex_box>div:last-child {
    padding-right: 0;
}

#cmo .section_01 .flex_box>div+div {
    border-left: 1px solid #fff;
}

#cmo .section_01 .flex_box .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 21px;
}

#cmo .section_01 .flex_box .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px
}

#cmo .section_01 .content_01_text {
    margin-top: 70px;
    text-align: center;
}

#cmo .section_01 .content_01_text>div {
    display: flex;
    height: 108px;
    align-items: center;
}

#cmo .section_01 .content_01_text>div+div {
    margin-top: 66px;
}

#cmo .section_01 .content_01_text h6 {
    font-size: 20px;
    text-align: center;
    width: 315px;
    border-left: 1px solid #36105C;
    border-right: 1px solid #36105C;
    letter-spacing: -0.02em;
    color: #36105C;
    line-height: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#cmo .section_01 .content_01_text h6 span {
    font-size: 18px;
}

#cmo .section_01 .content_01_text p {
    font-size: 23px;
    padding-left: 35px;
    letter-spacing: -0.04em;
    color: #707070;
}

#cmo .section_02 {
    background: #fff;
    padding-top: 142px;
    padding-bottom: 280px;
    margin-top: 130px;
}

#cmo .sec_title {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}

#cmo .img_01 {
    width: 872px;
    margin: 40px auto 0;
}

#cmo .img_01 img {
    width: 100%;
}

#cmo .content_wrap {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#cmo .content_wrap .content_box {}

#cmo .content_wrap .img_box {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

#cmo .content_wrap .content_title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 24px;
    height: 72px;
}

#cmo .content_wrap .content_text {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 28px;
    text-align: center;
}

#cmo .wrap_01 {
    gap: 96px;
    justify-content: center;
    margin-top: 173px;
}

#cmo .content_wrap .content_box:nth-child(1) {
    width: 282px;
}

#cmo .content_wrap .content_box:nth-child(2) {
    width: 327px;
}

#cmo .content_wrap .content_box:nth-child(3) {
    width: 240px;
}

#cmo .wrap_02 {
    gap: 164px;
    padding-left: 107px;
    margin-top: 53px;
}

#cmo .wrap_02 .content_box:nth-child(1) {
    width: 231px;
}

#cmo .wrap_02 .content_box:nth-child(2) {
    width: 255px;
}

#cmo .section_03 {
    width: 1200px;
    margin: auto;
    padding-bottom: 225px;
    background: #fff;
    overflow: hidden;
}

#cmo .section_03 h6 {
    text-align: center;
    font-size: 32px;
    letter-spacing: -0.02em;
    font-weight: bold;
    margin-bottom: 92px;
}

#cmo .section_03 .flex_wrap {
    display: flex;
}

#cmo .section_03 .flex_wrap>div {
    width: 252px;
    height: 252px;
    background: #E7E4EB;
    border-radius: 100%;
    mix-blend-mode: multiply;
    position: relative;
}

#cmo .section_03 .flex_wrap>div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #36105C;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    width: 100%;
}

#cmo .section_03 .flex_wrap>div+div {
    margin-left: -15px;
}

#cmo .section_03 p {
    margin-top: 61px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

#company_info>section {
    width: 1440px;
    margin: auto;
    padding-top: 300px;
    padding-bottom: 150px;
    overflow: hidden;
}

#company_info .content_bg {
    position: absolute;
    top: 285px;
    width: 115%;
    transform: translateX(-50%);
    left: 50%;
}

#company_info .img_01 {
    margin: 0 auto 150px;
    text-align: center;
}

#company_info .content_box {
    float: initial;
}

#company_info .sec_title {
    font-size: 55px;
    letter-spacing: -0.04em;
    line-height: 78px;
    color: #36105C;
    font-weight: 300;
    text-align: center;
}

#company_info .sec_title span {
    font-weight: 500;
}

#company_info .img_02 {
    text-align: center;
    margin: 97px auto 83px;
}

#company_info .sec_text {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #707070;
    line-height: 43px;
    margin: 0 auto 297px;
}

#company_info .content_box .flex_box {
    margin-left: 150px;
}

#company_info .content_box .flex_box .icon_box {
    margin-right: 67px;
}

#company_info .content_box+.content_box {
    margin-top: 168px;
}

#company_info .content_box .flex_wrap {
    display: flex;
    aling-items: center;
    margin-bottom: 41px;
}

#company_info .content_box h6 {
    font-size: 34px;
    font-weight: 500;
    color: #303030;
    letter-spacing: -0.04em;
    font-weight: 500;
}

#company_info .content_box h6 span {
    color: #36105C;
    font-weight: bold;
}

#company_info .content_box p {
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 40px;
    margin-top: 21px;
    color: #707070;
    width: 840px;
}

#company_info .content_box h5 {
    font-size: 52px;
    letter-spacing: -0.02em;
    font-weight: bold;
    width: 253px;
    margin-bottom: 30px;
    color: #36105C;
    margin-top: -20px;
}

#company_info>section .bg_box {
    width: 90%;
    text-align: center;
    margin: -50px auto 0;
}

#company_info>section .bg_box img {
    width: 100%;
}

#company_declaration>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 230px;
    color: #303030;
}

#company_declaration>section .img_box {
    width: 100%;
}

#company_declaration>section img {
    width: 100%;
}

#company_declaration>section h6 {
    margin: 47px auto;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #36105C;
}

#company_declaration>section p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

#company_declaration>section .from_text {
    margin-top: 18px;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
}

#cp_summary>section {
    padding-top: 73px;
    padding-bottom: 400px;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

#cp_summary>section .title_wrap {
    width: 100%;
    height: 185px;
    margin-bottom: 117px;
    padding: 29px 73px 34px 54.5px;
    display: flex;
    align-items: center;
    background: #36105C;
    color: #fff;
}

#cp_summary>section .title_wrap .img_box {
    margin-right: 40px;
    width: 122px;
    height: 122px;
}

#cp_summary>section .title_wrap h6 {
    font-size: 30px;
    letter-spacing: -0.04em;
    line-height: 34px;
    margin-right: 70px;
}

#cp_summary>section .title_wrap h6 span {
    font-weight: normal;
    font-size: 16px;
}

#cp_summary>section .title_wrap p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.04em;
    width: 670px;
}

#cp_summary>section h5 {
    font-size: 36px;
    letter-spacing: -0.04em;
    text-align: center;
}

#cp_summary>section .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 82px;
    margin-top: 148px;
    width: 100%;
}

#cp_summary>section .flex_wrap>div {
    width: 345px;
    height: 430px;
    position: relative;
}

#cp_summary>section .flex_wrap>div>div {
    width: 100%;
    height: 100%;
    border: 1px solid #D8D8D8;
    position: relative;
    padding: 33px 28px 62px 28px;
    position: absolute;
    left: 0;
    top: 0;
}

#cp_summary>section .flex_wrap>div .txt {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #cc2222;
    margin-bottom: 5px;
}

#cp_summary>section .flex_wrap>div .text {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 30px;
}

#cp_summary>section .flex_wrap>div .m_br {
    display: none;
}

#cp_summary>section .flex_wrap>div .img_box {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

#cp_summary>section .flex_wrap div.icon_ {
    background: #f5f5f5;
}

#cp_summary>section .flex_wrap div.text_ div {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    margin-top: 24px;
    word-break: keep-all;
}

#cp_summary>section .flex_wrap>div .icon_ {
    display: block;
    opacity: 1;
    transition: all 1s;
    transform: rotateY(0deg);
}

#cp_summary>section .flex_wrap>div .text_ {
    display: blcok;
    opacity: 0;
    transition: all 1s;
    transform: rotateY(180deg);
}

#cp_summary>section .flex_wrap>div:hover .icon_ {
    opacity: 0;
    transform: rotateY(180deg);
}

#cp_summary>section .flex_wrap>div:hover .text_ {
    opacity: 1;
    transform: rotateY(0deg);
}

#cp_group>section {
    width: 1200px;
    margin: auto;
    padding-top: 200px;
    padding-bottom: 340px;
    overflow: hidden;
}

#cp_group>section .img_box {
    text-align: center;
    margin-bottom: 0px;
}

#cp_group>section p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.04em;
    width: 670px;
    margin: auto;
}

#cp_data>section {
    width: 1200px;
    margin: auto;
    padding-top: 126px;
    padding-bottom: 338px;
    overflow: hidden;
}

#cp_data>section .flex_wrap {
    display: flex;
    width: 100%;
    height: 738px;
    justify-content: space-between;
}

#cp_data>section .flex_wrap .content_flex {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#cp_data>section .flex_wrap .content_flex>div {
    width: 100%;
    height: 143px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

#cp_data>section .flex_wrap .content_flex>div>div {
    text-align: right;
}

#cp_data>section .flex_wrap .content_flex>div .img_box {
    width: 33%;
    height: 90px;
    text-align: center;
    mix-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cp_data>section .flex_wrap .content_flex>div .img_box img {
    width: 165px;
}

#cp_data>section .flex_wrap .content_flex>div h6 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.04em;
    text-align: center;
    width: 44%;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cp_data>section .flex_wrap .content_flex>div p {
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-top: 7px;
    padding-bottom: 2px;
    display: inline-block;
    text-align: center;
    width: 23%;
}

#cp_data>section .flex_wrap .content_flex>div p a {
    border-bottom: 1px solid #707070;
    padding-bottom: 2px;
    display: inline-block;
}

#company_ophthalmology>section {
    width: 1200px;
    margin: auto;
    padding-top: 79px;
    padding-bottom: 125px;
    overflow: hidden;
}

#company_ophthalmology>section .img_01 {
    width: 100%;
    margin-bottom: 136px;
    position: relative;
}

#company_ophthalmology>section .img_01 img {
    opacity: 1;
}

#company_ophthalmology>section .img_01 .img_text {
    position: absolute;
    top: 60px;
    left: 115px;
    display: flex;
    gap: 110px;
}

#company_ophthalmology>section .img_01 .img_text h6 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 60px;
    color: #36105C;
    margin-bottom: 34px;
}

#company_ophthalmology>section .img_01 .img_text h6 span {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin-left: 20px;
}

#company_ophthalmology>section .img_01 .img_text p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#company_ophthalmology>section .content_02 {
    width: 100%;
    margin-bottom: 60px;
}

#company_ophthalmology>section .content_title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 40px;
    color: #36105C;
}

#company_ophthalmology>section .icon_flex {
    width: 100%;
    display: flex;
    padding: 0 100px;
    gap: 100px 200px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 112px;
    margin-bottom: 227px;
}

#company_ophthalmology>section .icon_flex>div {
    width: 18%;
    text-align: center;
}

#company_ophthalmology>section .icon_flex>div p {
    font-size: 24px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-top: 30px;
}

#company_ophthalmology>section .icon_flex>div .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#company_ophthalmology>section .icon_flex>div .icon_box img {
    transform: scale(1.1);
}

#company_ophthalmology>section .content_03 .flex_wrap {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#company_ophthalmology>section .content_03 .flex_wrap .box {
    width: 377px;
    height: 247px;
    background: #f5f5f5;
    margin-bottom: 17px;
    position: relative;
    margin-top: 35px;
}

#company_ophthalmology>section .content_03 .flex_wrap .box .img_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
}

#company_ophthalmology>section .content_03 .flex_wrap .box .img_box img {
    width: 310px;
}

#company_ophthalmology>section .content_03 .flex_wrap p {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: center;
}

#company_ophthalmology>section .content_03 .flex_wrap>div:last-child .img_box {
    mix-blend-mode: darken;
}

#company_ophthalmology>section .content_03 .more {
    width: 250px;
    height: 55px;
    background: #fff;
    border: 1px solid #36105C;
    line-height: 55px;
    font-size: 18px;
    letter-spacing: -0.04em;
    text-align: center;
    border-radius: 28px;
    color: #36105C;
    margin: 155px auto 0;
    transition: all 0.5s;
}

#company_ophthalmology>section .content_03 .more a {
    width: 100%;
    height: 100%;
    border-radius: 28px;
}

#company_ophthalmology>section .content_03 .more:hover {
    background: #36105C;
    color: #fff;
}

#company_ophthalmology>section .content_04 {
    width: 100%;
    margin-top: 244px;
}

#company_ophthalmology>section .content_04 h5 {
    margin-bottom: 175px;
}

#company_ophthalmology>section .content_04 .img_box {
    text-align: center;
}

#business_dev>section {
    width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 340px;
}

#business_dev>section>h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 42px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #36105C;
}

#business_dev>section>p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#business_dev>section>h4 {
    font-size: 36px;
    letter-spacing: -0.04em;
    line-height: 50px;
    color: #36105C;
    font-weight: 300;
    text-align: center;
}

#business_dev>section>h4 b {
    font-weight: 500;
}

#business_dev>section .img_01 {
    width: 100%;
    margin: 131.5px auto;
}

#business_dev>section img {
    width: 100%;
}

#business_dev>section .flex_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 108px;
}

#business_dev>section .flex_box>div {
    width: 317px;
}

#business_dev>section .text_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 152px;
}

#business_dev>section .text_flex h6 {
    font-size: 32px;
    margin-bottom: 34px;
    letter-spacing: -0.04em;
    font-weight: 500;
}

#business_dev>section .text_flex p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#business_dev>section .text_flex+.text_flex {
    margin-top: 70px;
}

#business_dev .news_board {
    width: 100%;
    margin-top: 151px;
}

#business_dev .news_board .head {
    display: flex;
    justify-content: space-between;
    padding-right: 55px;
    align-items: center;
    margin-bottom: 22px;
}

#business_dev .news_board .head h6 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.04em;
}

#business_dev .news_board .head p {
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #8A8A8A;
}

#business_dev .news_board .img_box {
    width: 100%;
}

#business_dev .news_board img {
    width: 100%;
}

#business_dev .news_board .more {
    width: 176px;
    height: 43px;
    position: relative;
    right: 0;
    margin-top: 40px;
    color: #fff;
    float: right;
}

#business_dev .news_board .more img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#business_dev .news_board .more a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 23px;
    letter-spacing: -0.04em;
    text-align: center;
    line-height: 43px;
    position: relative;
    left: -7px;
    top: 0;
    z-index: 2;
}

#factory_ohsong>section {
    width: 1200px;
    margin: auto;
    padding-top: 91px;
    overflow: hidden;
    padding-bottom: 270px;
}

#factory_ohsong>section .title_flex {
    width: 100%;
    display: flex;
}

#factory_ohsong>section .title_flex h4 {
    font-size: 40px;
    margin-right: 98px;
    width: 245px;
    letter-spacing: -0.04em;
    min-width: max-content;
}

#factory_ohsong>section .title_flex div h6 {
    font-size: 30px;
    margin-bottom: 17px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

#factory_ohsong>section .title_flex div p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#factory_ohsong>section .title_flex .text_01 {
    width: 375px;
    margin-right: 54px;
}

#factory_ohsong>section .title_flex .text_02 {
    width: 529px;
}

#factory_ohsong>section .title_flex>p {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 28px;
    color: #707070;
    width: 850px;
}


#factory_ohsong>section .img_01 {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 120px;
}

#factory_ohsong>section .img_01 img {
    width: 100%;
}

#factory_ohsong>section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 83px;
    margin-bottom: 110px;
}

#factory_ohsong>section .flex_wrap>div {
    width: 50%;
}

#factory_ohsong>section .flex_wrap>div p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#factory_ohsong>section h6 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 17px;
    letter-spacing: -0.04em;
}

#factory_ohsong>section h5 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 17px;
    letter-spacing: -0.04em;
    text-align: center;
}

#factory_ohsong>section .img_05 {
    margin-bottom: 40px;
}

#factory_ohsong>section .img_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 388px;
    margin-bottom: 40px;
}

#factory_ohsong>section .img_flex .flex_ {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

#factory_ohsong>section>p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    margin-bottom: 42px;
}

#factory_ohsong>section .img_05 {
    margin-top: 32px;
    text-align: center;
}

#factory_ohsong>section .content_wrap p {
    margin: 143px auto 0;
    width: 908px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #707070;
}

#factory_ohsong>section .system_wrap {
    width: 100%;
    display: flex;
    gap: 60px;
    margin: 110px auto 120px;
    justify-content: center;
}

#factory_ohsong>section .system_wrap .box {
    width: 188px;
}

#factory_ohsong>section .system_wrap .box .icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 172px;
    border-radius: 100%;
    background: #36105C;
    padding: 52px 0;
    margin: auto;
}

#factory_ohsong>section .system_wrap .box .icon_wrap img {
    height: 100%;
}

#factory_ohsong>section .system_wrap .box .system_title {
    margin: 31px auto 20px;
    text-align: center;
    font-size: 28px;
    letter-spacing: -0.04em;
}

#factory_ohsong>section .system_wrap .box .txt {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.04em;
    width: fit-content;
    margin: auto;
    text-align: center;
}

#factory_ohsong>section .system_wrap .box .txt .m_br {
    display: none;
}

#factory_ohsong>section .system_wrap .arrow_box {
    margin-top: 74px;
}

#factory_pd {
    margin-top: 0;
}

#factory_pd>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 180px;
}

#factory_pd>section .text_flex {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

#factory_pd>section .text_flex h5 {
    margin-right: 73px;
    width: 175px;
    font-size: 40px;
    letter-spacing: -0.04em;
}

#factory_pd>section .text_flex>div {
    width: 982px;
}

#factory_pd>section>h6 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 17px;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 216px auto 115px;
}

#factory_pd>section .content_wrap {
    display: flex;
    margin-bottom: 154px;
    flex-direction: column;
    width: fit-content;
    margin: auto;
    gap: 40px;
}

#factory_pd>section .content_wrap .flex_wrap {
    display: flex;
    align-items: center;
}

#factory_pd>section .flex_wrap h6 {
    font-size: 28px;
    letter-spacing: -0.04em;
    font-weight: bold;
    color: #303030;
}

#factory_pd>section .flex_wrap h6 span {
    display: inline-block;
    font-size: 22px;
    line-height: inherit;
    margin-left: 9px;
    font-weight: normal;
}

#factory_pd>section .flex_wrap p {
    font-size: 20px;
    letter-spacicng: -0.04em;
    color: #303030;
}

#factory_pd>section .flex_wrap p .m_br {
    display: none;
}

#factory_pd>section .flex_wrap .img_box {
    margin-right: 53px;
    width: 143px;
}

#factory_pd>section .flex_wrap .img_box img {
    width: 100%;
}

#factory_pd>section .content_wrap .arrow_box {
    margin-left: 53px;
}

#tour>section {
    padding-top: 155px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

#tour>section h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 77px;
    margin-top: 147px;
}

#tour>section h5 span {
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-size: 19px;
    background: #cc2222;
    margin-right: 12px;
    border-radius: 100%;
    position: relative;
    top: -5px;
}

#tour>section h1 {
    margin-top: -90px;
}

#tour>section .img_list_wrap {
    margin: 110px auto 0;
    width: 1200px;
}

#tour>section .img_list {
    width: 100%;
    height: 57px;
    margin-bottom: 51px;
    display: flex;
    gap: 0 32px;
}

#tour>section .img_list>li {
    width: 276px;
    height: 100%;
    border-radius: 29px;
    cursor: pointer;
    text-align: center;
    color: #303030;
    line-height: 57px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    background: #E9E9E9;
    transition: all 0.5s;
}

#tour>section .img_list>li:hover,
#tour>section .img_list>li.on {
    background: #36105C;
    color: #fff;
}

#tour>section .img_list_wrap>div {
    width: 100%;
    display: none;
}

#tour>section .img_list_wrap>div.line_01 {
    display: block;
}

#tour>section .img_list_wrap>div .img_flex {
    width: 100%;
    display: flex;
    gap: 80px;
    margin-top: 51px;
}

#tour>section .img_01 {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
}

#tour>section .img_bg {
    transition: all 0.5s;
    width: 100%;
}

#tour>section .img_cover {
    position: absolute;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
    width: 6%;
}

#tour>section .cover_a {
    left: 28.8%;
    top: 0%;
}

#tour>section .cover_b {
    right: 34.8%;
    top: 0.6%;
}

#tour>section .cover_c {
    bottom: 40%;
    left: 33.5%;
}

#tour>section .cover_over {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    left: 0;
    top: 0;
    width: 100%;
}

#tour>section .img_off {
    opacity: 0;
}

#tour>section .img_on {
    opacity: 1;
}

#tour>section .m_tour {
    display: none;
}

#center_lab>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 340px;
}

#center_lab>section .img_01 {
    width: 100%;
    margin-bottom: 107px;
}

#center_lab>section>.title_text {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    margin-bottom: 255px;
}

#center_lab>section>h5 {
    text-align: center;
    font-size: 32px;
    letter-spacing: -0.02em;
}

#center_lab>section>.sub_title {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #707070;
}

#center_lab>section table {
    margin-top: 89px;
    margin-bottom: 276px;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-spacing: 0;
}

#center_lab>section table thead th {
    border-top: 0;
}

#center_lab>section table tbody tr:nth-child(2n-1) {
    background: #f3f3f3;
}

#center_lab>section table th {
    width: 25%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.04em;
    font-weight: bold;
    height: 50px;
}

#center_lab>section table tbody th {
    border-right: 0.5px solid #818181;
    background: #fff;
}

#center_lab>section table tbody tr:nth-chlid(2) th {
    background: #f3f3f3;
}

#center_lab>section table th.global_th {
    border-top: 0.5px solid #818181;
    background: #f3f3f3;
}

#center_lab>section table th.domestic_th {
    border-top: 0.5px solid #818181;
}

#center_lab>section table td {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.04em;
    height: 50px;
    text-align: center;
    border-top: 0.5px solid #818181;
}

#center_lab>section .flex_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 120px;
    position: relative;
}

#center_lab>section .flex_wrap>div {
    width: 310px;
}

#center_lab>section .flex_wrap .hr_bar {
    width: 1px;
    height: 87px;
    position: relative;
}

#center_lab>section .flex_wrap .hr_bar::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 1px;
    background: #707070;
}

#center_lab>section .flex_wrap .icon_box {
    width: 174px;
    margin: auto;
    text-align: center;
}

#center_lab>section .flex_wrap h6 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-top: 13px;
    margin-bottom: 58px;
}

#center_lab>section .flex_wrap .title_box {
    width: 210px;
    margin: 25px auto 42px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #303030;
    background: #E9E9E9;
    border-radius: 23px;
    font-size: 18px;
    letter-spacing: -0.04em;
}

#center_lab>section .flex_wrap p {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #707070;
}


#finance>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 512px;
}

#finance>section .cnt {
    text-align: right;
    font-size: 15px;
    letter-spacing: -0.04em;
}

#finance>section .flex_wrap {
    width: 100%;
    display: flex;
    margin-top: 80px;
    margin-bottom: 155px;
    padding: 0 40px;
    justify-content: space-between;
}

#finance>section h6 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}

#finance>section .flex_wrap>div {
    width: 519px;
}

#finance>section table {
    margin-top: 22px;
    width: 100%;
    border-spacing: 0;
}

#finance>section thead th {
    width: 25%;
    border-top: 1px solid #707070;
    border-bottom: 0.5px solid #818181;
}

#finance>section thead th+th {
    border-left: 0.5px solid #818181;
}

#finance>section th {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-align: center;
    height: 50px;
}

#finance>section td {
    font-size: 16px;
    letter-spacing: -0.04em;
    text-align: right;
    padding-right: 17px;
    width: 25%;
}

#finance>section tbody td,
#finance>section tbody th {
    border-bottom: 0.5px solid #818181;
    border-left: 0.5px solid #818181;
}

#finance>section .cate {
    width: 17%;
    border-left: 0;
    border-bottom: 1px solid #707070;
}

#finance>section .sub_cate {
    font-weight: normal;
    width: 8%;
}

#finance>section .total td,
#finance>section .total th {
    font-weight: bold;
    background: #f3f3f3;
    border-bottom: 1px solid #707070;
}

#profit_loss>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 400px;
}

#profit_loss>section .cnt {
    font-size: 15px;
    text-align: right;
}

#profit_loss>section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-top: 80px;
    margin-bottom: 155px;
}

#profit_loss>section .flex_wrap>div {
    width: 33%;
    text-align: center;
}

#profit_loss>section .flex_wrap h6 {
    font-size: 22px;
    letter-spacing: -0.04em;
    margin-bottom: 60px;
}

#profit_loss>section table {
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-spacing: 0;
}

#profit_loss>section th,
#profit_loss>section td {
    width: 25%;
    font-size: 15px;
    letter-spacing: -0.04em;
    height: 50px;
    border-top: 0.5px solid #818181;
}

#profit_loss>section thead th {
    border-top: none;
}

#profit_loss>section thead th+th {
    border-left: 0.5px solid #818181;
}

#profit_loss>section th {
    text-align: center;
    font-weight: bold;
}

#profit_loss>section td {
    text-align: right;
    padding-right: 17px;
    border-left: 0.5px solid #818181;
}

#profit_loss>section .bold th,
#profit_loss>section .bold td {
    font-weight: bold;
    background: #f3f3f3;
}

#announce>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 90px;
}

#announce>section>div {
    text-align: center;
}

#announce>section>div iframe {
    transform: scale(1.2);
}

#ir_board>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 297px;
    padding-top: 200px;
}

#ir_board>section .img_box {
    text-align: center;
}

#employ .page_title {
    margin-bottom: 19px;
}

#employ .bg_ {
    position: absolute;
    width: 140vw;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#employ>section {
    width: 1200px;
    margin: auto;
    padding-bottom: 280px;
}

#employ>section .sub_title {
    font-size: 18px;
    letter-spacing: -0.04em;
    text-align: center;
}

#employ>section .sub_title .m_br {
    display: none;
}

#employ>section .img_flex {
    width: 100%;
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 246px;
}

#employ>section .img_flex>div {
    width: 350px;
}

#employ>section .img_flex>div .img_box {
    height: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#employ>section .img_flex>div h6 {
    text-align: center;
    font-size: 24px;
    color: #303030;
    letter-spacing: -0.02em;
    margin: 10px auto 60px;
}

#employ>section .img_flex p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #707070;
    word-break: initial;
    width: fit-content;
    margin: auto;
    text-align: center;
}

#employ>section h5 {
    font-size: 32px;
    letter-spacing: -0.04em;
    text-align: center;
}

#employ>section .content_01_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
    margin-top: 135px;
    position: relative;
}

#employ>section .box_ {
    width: 197px;
}

#employ>section .box_ .img_box {
    text-align: center;
    width: 100%;
    height: 197px;
    position: relative;
}

#employ>section .box_ .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#employ>section .box_ h5 {
    font-size: 28px;
    letter-spacing: -0.04em;
    margin-top: 31px;
    margin-bottom: 28px;
    text-align: center;
    color: #36105C;
}

#employ>section .box_ p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.04em;
}

#employ>section .arrow_box {
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 20px;
}

#employ>section .content_text {
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    letter-spacing: -0.04em;
    margin-top: 83px;
    margin-bottom: 240px;
}

#employ>section .content_02_flex {
    width: 100%;
    display: flex;
    gap: 71px;
    flex-wrap: wrap;
    margin-top: 110px;
    position: relative;
}

#employ>section .content_02_flex::before {
    content: '';
    width: 100vw;
    height: 1515px;
    background: none;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#employ>section .content_02_flex>div {
    margin-bottom: 94px;
    width: 246px;
}

#employ>section .content_02_flex h6 {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: -0.04em;
}

#employ>section .content_02_flex .img_box {
    text-align: center;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#employ>section .content_02_flex p {
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    width: 100%;
    text-align: center;
}

#employ>section .more {
    display: block;
    margin: 200px auto 0;
    width: 250px;
    height: 55px;
    border: 1px solid #36105C;
    background: #fff;
    color: #36105C;
    border-radius: 28px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.04em;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
}

#employ>section .more:hover {
    background: #36105C;
    color: #fff;
}

#news>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 297px;
    padding-top: 200px;
}

#news>section .img_box {
    text-align: center;
}


#contact section {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 290px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

#contact section>img {
    text-align: center;
}

#contact .bg_ {
    position: absolute;
    top: 15%;
    width: 130vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#contact .contact_wrap {
    margin: auto;
    width: 1000px;
    background: #fff;
    padding: 58px 65px 50px 58px;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

#contact .title_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#contact .title_wrap .img_box img {
    width: 133px;
}

#contact .title_wrap .img_box {
    margin-top: 10px;
}

#contact h3 {
    color: #303030;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}

#contact p {
    color: #303030;
    font-size: 16px;
    letter-spacing: -0.04em;
}

#contact .contact_ {
    margin-top: 63px;
    height: 1020px;
}

#contact .contact_ .btn {
    width: 251px;
    height: 56px;
    background: #36105C;
    border-radius: 28px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
    margin: 43px auto 0;
}

#contact .root_daum_roughmap .wrap_controllers {
    display: none;
}

#contact .map_section {
    width: 1200px;
    height: 985px;
    overflow: hidden;
    padding-top: 260px;
    margin: auto;
    position: relative;
}

#contact .map_section .map_list {
    display: flex;
    gap: 3px;
    margin-bottom: 126px;
}

#contact .map_section .map_list li {
    width: 33.33%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.04em;
    background: #E9E9E9;
    cursor: pointer;
}

#contact .map_section .map_list li.on {
    background: #36105C;
    color: #fff;
}

#contact .map_section .text_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 48px auto 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #707070;
}

#contact .map_section .text_wrap b {
    color: #303030;
    display: inline-block;
    margin-right: 16px;
}

#contact .map_section .text_wrap .bar {
    width: 1px;
    height: 13px;
    background: #BFBFBF;
    display: inline-block;
    margin: 0 20px;
}

#contact .map_section .map_ {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 435px;
}

#contact .map_section .map_.show {
    opacity: 1;
    position: absolute;
    z-index: 2;
}


#cp_sinmungo>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 285px;
}

#cp_sinmungo>section .img_01 {
    width: 100%;
    margin-bottom: 88px;
}

#cp_sinmungo>section .img_01 img {
    width: 100%;
}

#cp_sinmungo>section h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -0.04em;
}

#cp_sinmungo>section h5.title {
    color: #36105C;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.04em;
    margin: 100px auto;
    line-height: 43px;
}

#cp_sinmungo>section .text_box {
    width: 100%;
    height: auto;
    padding: 30px 30px;
    background: #ECECEC;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.04em;
    margin-bottom: 58px;
    margin-top: 34px;
}

#cp_sinmungo>section .text_box p {
    position: relative;
    padding-left: 10px;
}

#cp_sinmungo>section .text_box p span::before {
    content: '*';
    position: absolute;
    left: 0;
}

#cp_sinmungo>section .content_box {
    display: flex;
    padding: 45px 0;
    border-bottom: 1px solid #bfbfbf;
}

#cp_sinmungo>section .content_box h5 {
    width: 200px;
}

#cp_sinmungo>section .content_box p {
    width: calc(100% - 200px);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#cp_sinmungo>section .content_box p span {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

#cp_sinmungo>section .content_box p span::before {
    content: '-';
    position: absolute;
    left: 0;
}

#cp_sinmungo>section .first {
    border-top: 1px solid #bfbfbf;
}

#cp_sinmungo>section .last {
    margin-bottom: 35px;
}

#cp_sinmungo>section .process_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 57px;
    align-items: center;
    margin-bottom: 173px;
}

#cp_sinmungo>section .img_02 {
    margin-top: 22px;
    margin-bottom: 170px;
}

#cp_sinmungo>section .most {
    font-size: 18px;
    letter-spacing: -0.04em;
    font-weight: bold;
    text-align: right;
}

#cp_sinmungo>section p.most {
    margin: 0;
}

#cp_sinmungo>section .point {
    font-size: 18px;
    display: inline-block;
    color: #cc2222;
    margin: 0 7px;
}

#cp_sinmungo>section .btn {
    width: 250px;
    height: 55px;
    border-radius: 28px;
    margin: auto;
    color: #36105C;
    line-height: 55px;
    font-size: 18px;
    letter-spacing: -0.04em;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border: 1px solid #36105C;
}

#company_certification>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 330px;
    margin-top: 240px;
    position: relative;
    z-index: 2;
}

#company_certification>section .content_head .img_box {
    margin-bottom: 30px;
    text-align: center;
}

#company_certification>section .title_box {
    padding: 0 42px;
    margin: auto;
    text-align: center;
    width: fit-content;
    border-left: 1px solid #281C54;
    border-right: 1px solid #281C54;
}

#company_certification>section .title_box h6 {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 25px;
    color: #281C54;
}

#company_certification>section .title_box h5 {
    color: #281C54;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.04em;
}

#company_certification>section .title_box p {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: -0.04em;
}

#company_certification>section .img_01 {
    width: 100%;
    text-align: center;
    margin-bottom: 160px;
    margin-top: 55px;
}

#company_certification>section .img_01 img {
    border: 1px solid #ccc;
    box-shadow: 0px 6px 12px 0 rgb(0 0 0 / 20%);
}

#company_certification>section>h5 {
    font-size: 32px;
    letter-spacing: -0.04em;
    text-align: center;
}

#company_certification>section .flex_wrap {
    margin: 66px auto 0;
    width: 1018px;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

#company_certification>section .flex_wrap>div {
    float: inital;
    width: 492px;
    height: 143px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
}

#company_certification>section .flex_wrap>div .icon_box {
    width: 168px;
    text-align: center;
}

#company_certification>section .flex_wrap .content_box:nth-child(1) .icon_box img {
    width: 64%;
}

#company_certification>section .flex_wrap>div h6 {
    font-size: 18px;
    letter-spacing: -0.04em;
}

#company_certification .bg_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#npp>section {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 320px;
    padding-top: 79px;
}

#npp>section .img_01 {
    width: 100%;
    margin-bottom: 150px;
    position: relative;
}

#npp>section .img_01 img {
    opacity: 1;
}

#npp>section .img_01 .img_text {
    position: absolute;
    top: 60px;
    left: 115px;
    display: flex;
    gap: 110px;
}

#npp>section .img_01 .img_text h6 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 40px;
    color: #36105C;
    margin-bottom: 34px;
}

#npp>section .img_01 .img_text h6 span {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    margin-left: 20px;
}

#npp>section .img_01 .img_text p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

#npp>section .img_logo {
    width: 352px;
    margin: auto;
}

#npp>section .logo_text {
    font-size: 21px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #707070;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 75px;
}

#npp>section .content_ {
    width: 790px;
    position: relative;
    margin: auto;
}

#npp>section .text_flex {
    position: absolute;
    display: flex;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    text-align: center;
    width: 570px;
    align-items: center;
}

#npp>section .text_flex .bar {
    width: 1px;
    height: 50px;
    background: #707070;
}

#npp>section .text_flex h6 {
    font-size: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 3px;
}

#npp>section .text_flex p {
    color: #707070;
    font-size: 24px;
    letter-spacing: -0.04em;
}

#npp>section .img_03 {
    width: 100%;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 148px;
}

#npp>section>h6 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 32px;
}

#npp>section .img_04 {
    width: 792px;
    margin: auto;
}

#npp>section .img_04 img {
    width: 100%;
}

#npp .bg_ {
    position: absolute;
    top: 754px;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
}

#contact_board td,
#contact_board th,
#contact_board table,
#contact_board select,
#contact_board h5,
#contact_board label,
#contact_board textarea,
#contact_board input,
#contact_board button {
    font-family: 'Noto Sans KR', sans-serif !important;
}

#contact_board .board_zone_tit {
    display: none;
}

#contact_board .file_box {
    display: none;
}

#contact_board .board_write_box .write_editor .form_element {
    display: none;
}

#contact_board .board_write_table tr {
    margin-bottom: 50px;
    display: block;
}

#contact_board .board_write_table td {
    display: block;
    width: 100%;
    border: none;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    padding-bottom: 5px;
    position: relative;
}

#contact_board .board_write_table .border_none {
    border: none;
}

#contact_board .board_write_table th {
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 18px;
    padding: 0;
}

#contact_board .board_write_table {
    border: none;
}

#contact_board .board_write_box .category_select {
    margin-top: 17px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

#contact_board .board_write_box .category_select select {
    font-size: 18px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 5px;
    border: none;
    width: 200px;
}

#contact_board .board_write_table td>input {
    border: none;
    font-size: 18px;
    width: 100%;
}

#contact_board .board_write_table td>input::placeholder {
    color: #BFBFBF;
}

#contact_board .board_write_table .tr_01 {
    width: 171px;
    margin-right: 40px;
}

#contact_board .board_write_table .tr_02 {
    width: 228px;
    margin-right: 40px;
}

#contact_board .board_write_table .tr_03 {
    width: 610px;
}

#contact_board .board_write_table .tr_03 td {
    display: flex;
}

#contact_board .board_write_table .tr_03 td input {
    width: calc(100% - 167px);
}

#contact_board .board_write_table .tr_03 #emailDomain {
    width: 167px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 30px;
    color: #303030;
}

#contact_board .board_write_table #editor {
    width: 100%;
    height: 153px;
    border: 1px solid #707070;
    font-size: 18px;
    line-height: 25px;
    color: #303030;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 10px;
    resize: none;
}

#contact_board .board_write_table #editor::focus {
    outline: none;
    border: none;
}

#contact_board .board_write_table #editor::placeholder {
    color: #BFBFBF;
}

#contact_board .board_write_box {
    height: auto;
}

#contact_board .board_commen_agree h5,
#contact_board .board_commen_agree textarea,
#contact_board .check_s {
    font-size: 18px;
    color: #303030;
}

#contact_board .board_commen_agree {
    border: none;
}

#contact_board .board_commen_agree .agree_choice_box {
    padding-top: 17px;
}

#contact_board .board_commen_agree textarea {
    padding-top: 27px;
    padding-left: 32px;
    font-size: 16px;
}

#contact_board #writerEmail-error {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    font-size: 14px;
    color: #CC2222;
    line-height: 28px;
    font-weight: 400;
}

#contact_board #private-error {
    display: none !Important;
    font-size: 14px;
    color: #CC2222;
    line-height: 28px;
    font-weight: 400;
}

#contact_board .board_write_table .tr_flex {
    display: flex;
}

#contact_board .board_write_table .tr_flex th {
    width: 70px;
    border-bottom: 1px solid #707070;
    height: 35px;
}

#contact_board .board_write_table .tr_flex td {
    width: calc(100% - 70px);
    margin-bottom: 0;
    height: 30px;
}


#contact_board .form_element label.check_s:hover {
    background: url(../img/check_off.png) no-repeat 1px 4px;
}

#contact_board .board_write_table .write_editor {
    border: none;
}

#contact_board .form_element label.check_s {
    background: url(../img/check_off.png) no-repeat 1px 4px;
    padding-left: 29px;
    padding-bottom: 5px;
}

#contact_board .form_element label.check_s.on {
    background: url(../img/check_on.png) no-repeat 1px 4px;
}

#contact_board .btn_center_box button {
    width: 250px;
    height: 55px;
    background: #fff;
    color: #36105C;
    border-radius: 28px;
    border: 1px solid #36105C;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.5s;
}

#contact_board .btn_center_box button:hover {
    background: #36105C;
    color: #fff;
}

#contact_board #category {
    display: none;
}

#contact_board .category_select label {
    margin-right: 40px;
}

#contact_board .category_select input[type="radio"] {
    vertical-align: middle;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

#contact_board .category_select [type="radio"]:checked::before {
    width: 8px;
    height: 8px;
    background: #36105C;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 100%;
}




@media screen and (max-width: 850px) {
    #sinmungo_board tbody {
        margin-bottom: 0;
    }

    #sinmungo_board th {
        width: 157px;
    }

    #sinmungo_board td {
        width: 683px;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box {
        margin-top: 20px;
    }

    #sinmungo_board .file_text {
        width: 100%;
    }

    #sinmungo_board .writer th {
        width: 157px;
    }
}

@media screen and (max-width: 600px) {
    #contact_board .category_select input[type="radio"] {
        width: 15px;
        height: 15px;
    }

    #contact_board .category_select label {
        margin-right: 20px;
    }

    #contact_board .board_write_table td {
        font-size: 15px;
    }

    #contact_board .board_write_table th {
        font-size: 15px;
    }

    #contact_board .board_write_table td>input {
        font-size: 15px;
    }

    #contact_board .board_write_table #editor {
        font-size: 15px;
    }

    #contact_board .board_commen_agree textarea {
        font-size: 15px;
    }

    #contact_board .board_commen_agree h5,
    #contact_board .board_commen_agree textarea,
    #contact_board .check_s {
        font-size: 15px;
    }

    #contact_board .board_write_table .tr_03 {
        width: 100%;
    }

    #contact_board .form_element label.check_s {
        background-position: 1px 4px;
    }

    #contact_board .board_write_table .tr_03 #emailDomain {
        font-size: 15px;
    }

    #sinmungo_board td {
        width: 460px;
    }

    #sinmungo_board .writer th {
        width: 140px;
    }

    #sinmungo_board th {
        width: 140px;
        font-size: 15px;
    }

    #sinmungo_board td {
        font-size: 15px;
    }

    .board_write_table td>input {
        width: 125px;
        font-size: 15px;
    }

    #sinmungo_board #emailDomain {
        font-size: 15px;
    }

    #sinmungo_board #emailDomain {
        width: 190px;
    }

    #sinmungo_board #editor {
        font-size: 15px;
    }

    #sinmungo_board .board_commen_agree .form_element textarea {
        font-size: 15px;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box {
        width: 150px;
        margin-top: 0;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box button {
        width: 100%;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box input {
        width: 100%;
    }

}

@media screen and (max-width: 450px) {
    #contact_board .board_write_box .category_select {
        gap: 10px 30px;
        flex-wrap: wrap;
    }

    #contact_board .category_select label {
        margin-right: 0;
    }

    #contact_board .board_write_table .tr_03 td input {
        width: 100%;
    }

    #contact_board .board_write_table .tr_03 #emailDomain {
        display: none;
    }

    #sinmungo_board th {
        display: block;
        width: 100%;
        border-bottom: none;
        height: 40px;
        line-height: 50px;
    }

    #sinmungo_board td {
        padding: 5px 10px 10px;
        width: 100%;
        display: block;
    }

    #sinmungo_board .line_01 th {
        height: 50px;
    }

    #sinmungo_board input {
        height: 40px;
    }

    #sinmungo_board #emailDomain {
        height: 40px;
        display: none
    }

    #sinmungo_board .file_text {
        width: 64%;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box {
        width: 100px;
        height: 40px;
        margin-left: 5px;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box .btn_upload {
        height: 100%;
    }

    #sinmungo_board .line_01 td {
        height: 60px;
    }

    #sinmungo_board .line_01 #no_name {
        margin-top: 4px;
    }

    #sinmungo_board .phone input {
        width: 100%;
    }

    .board_write_table td>input {
        width: 220px;
    }
}

@media screen and (max-width: 320px) {
    #contact_board .board_write_box .category_select {
        flex-direction: column;
        align-items: normal;
    }

    #contact_board .board_write_box {
        height: auto;
    }

    #contact_board .board_write_table .tr_flex {
        flex-direction: column;
    }

    #contact_board .board_write_table .tr_flex th {
        border-bottom: none;
        height: 30px;
    }

    #contact_board .board_write_table .tr_03 td {
        justify-content: space-between;
    }

    #contact_board .board_write_table .tr_03 #emailDomain {
        margin-left: 0;
        width: 100px;
    }

    #contact_board .board_write_table .tr_flex td {
        width: 100%;
    }

    #contact_board .btn_center_box button {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }

    #contact_board .board_commen_agree textarea {
        padding-top: 10px;
        padding-left: 10px;
    }

    #contact_board .board_commen_agree h5,
    #contact_board .board_commen_agree textarea,
    #contact_board .check_s {
        font-size: 14px;
    }

    .board_write_table td>input {
        width: 175px;
    }

    #sinmungo_board .line_01 th {
        height: 40px;
    }

    #sinmungo_board #emailDomain {
        width: 105px;
        font-size: 13px;
        display: none
    }

    #sinmungo_board input {
        font-size: 13px;
    }

    #sinmungo_board td {
        font-size: 13px;
    }

    #sinmungo_board #editor {
        font-size: 13px;
        padding-top: 10px;
        padding-left: 10px;
        line-height: 20px;
        height: 160px;
    }

    #sinmungo_board .file_upload_sec .btn_upload_box .btn_upload {
        font-size: 14px;
    }

    #sinmungo_board .board_commen_agree .form_element textarea {
        height: 180px;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

    #sinmungo_board .form_element label.check_s {
        font-size: 14px;
    }

    #sinmungo_board .form_element label.check_s,
    #sinmungo_board .form_element label.check_s:hover,
    #sinmungo_board .form_element label.check_s.on {
        background: url(../img/check_on.png) no-repeat 6px 2px;
    }

    #sinmungo_board .board_commen_agree .form_element textarea {
        margin-top: 35px;
    }

    #sinmungo_board .btn_write_ok {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }
}

/**/




/**/