@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 .chk_box {
    width: 20px;
}

.board_search_box select {
    display: none;
}

#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_.prevention {
    background-image: url('../img/banner_prevention.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 #header .head_right .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: 99px;
}

#header .nav_wrap li:last-child a {
    width: 73px;
}

#header .nav_wrap>li>a {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 80px;
    height: 80px;
    display: block;
    position: relative;
    transform: skew(-0.1deg);
    width: max-content;
}

#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: 93px;
}


#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;
    width: max-content;
}

#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: max-content;
}

.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;
}

#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;
    background: #36105C;
}

.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 {
    position: relative;
    height: 100%;
    width: 100%;
}

.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 .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 .oue_content {
    width: 100%;
    background: #36105C;
    padding-top: 125px;
    padding-bottom: 125px;
}

.main_content .oue_content .content_box {
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    float: inherit;
    align-items: center;
}

.main_content .oue_content .text_box {
    font-size: 26px;
    letter-spacing: -0.04em;
    line-height: 38px;
    color: #fff;
}

.main_content .oue_content .text_box b {
    font-weight: 500;
}

.main_content .oue_content .logo_box {
    margin-bottom: 61px;
}

.main_content .oue_content #oue_video {
    width: 791px;
    height: 443px;
}

.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;
}

.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;
}

.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: 18px;
    letter-spacing: -0.04em;
    padding-bottom: 3px;
    display: inline-block;
    width: max-content;
}

#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: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#pd_list .pd_ .thum p {
    font-size: 14px;
    letter-spacing: -0.04em;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-wrap: nowrap;
}

#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 {
    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: 113px;
    font-weight: 500;
}

.pd_detail .detail_wrap table td {
    padding-right: 10px;
    width: 535px;
}

.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 {
    width: max-content;
    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;
}

.pd_detail .detail_head_wrap {
    display: none;
}

.pd_detail .detail_head_wrap:nth-child(1) {
    display: inline-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: 52px;
}

.pd_detail .line .line_wrap {
    width: 100%;
    height: 100%;
    flex: 1;
    margin: 2px 7px 0px;
}

.pd_detail .line .line_ {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #707070;
    flex: 1;
    display: block;
}

.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;
    overflow: hidden;
}

#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: 500px;
}

#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_right .two {
    margin-right: 20px;
}

#company_history .history_wrap .t_left .two {
    margin-left: 20px;
}

#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 .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: 21.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 {
    left: 70px;
}

#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_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 55px;
    color: #fff;
    text-align: center;
    flex: 1;
}

#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: 16px;
    font-weight: 300;
    line-height: 26px;
    width: max-content;
    margin: auto;
}

#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: 32px;
    text-align: center;
    width: 265px;
    border-left: 1px solid #36105C;
    border-right: 1px solid #36105C;
    letter-spacing: -0.02em;
    color: #36105C;
    line-height: 40px;
    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: 25px;
    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;
}

#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: 346px;
    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 {
    justify-content: center;
}

#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: 28px;
    width: 122px;
    height: 122px;
}

#cp_summary>section .title_wrap h6 {
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 30px;
    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: 150px;
}

#cp_data>section .flex_wrap .content_flex>div .img_02 img {
    width: 120px;
}

#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: 40px;
    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: 30px;
}

#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;
    min-width: 180px;
    letter-spacing: -0.04em;
}

#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: 958px;
}


#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;
    padding-left: 237px;
    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: 184px;
    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;
    justify-content: center;
}

#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: 15%;
}

#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: 1000px;
}

#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: 16px;
    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: 53px;
    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%);
}

#prevention section {
    width: 1200px;
    margin: auto;
    padding-bottom: 210px;
}

#prevention section .text_box {
    width: 100%;
    padding: 28px 42px;
    background: #ECECEC;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 115px;
    text-align: center;
}

#prevention section p {
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}

#prevention section .sign {
    font-size: 16px;
    color: #303030;
    text-align: right;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.prevention_sign {
    width: 200px;
}


@charset "utf-8";

/* CSS Document */
.addition_zone {
    display: none;
}

p,
span {
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

#sinmungo_board .file_upload_sec .btn_upload_box {
    display: flex;
    width: 236px;
    padding: 0;
    cursor: pointer;
}

#sinmungo_board .file_upload_sec .btn_upload_box input {
    width: 236px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

#sinmungo_board .file_upload_sec .btn_upload_box .btn_upload {
    width: 236px;
    height: 50px;
    background: #B8B8B8;
    color: #303030;
    font-size: 18px;
    cursor: pointer;
}

#sinmungo_board .btn_gray_list {
    display: none;
}

#sinmungo_board .btn_write_ok {
    width: 250px;
    height: 55px;
    border: 1px solid #36105C;
    color: #36105C;
    background: #fff;
    transition: all 0.5s;
    border-radius: 28px;
    font-size: 18px;
}

#sinmungo_board .btn_write_ok:hover {
    background: #36105C;
    color: #fff;
}

#sinmungo_board .btn_center_box {
    margin-top: 70px;
}

#sinmungo_board {
    margin-top: 26px;
}

#sinmungo_board td,
#sinmungo_board th,
#sinmungo_board table,
#sinmungo_board select,
#sinmungo_board h5,
#sinmungo_board label,
#sinmungo_board textarea,
#sinmungo_board input,
#sinmungo_board span,
#sinmungo_board button {
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

#sinmungo_board tr {
    width: 100%;
}

#sinmungo_board .line_01 {
    width: 100%;
    background: #F8F8F8;
}

#sinmungo_board .line_01 td {
    background: #F8F8F8;
    height: 89px;
}

#sinmungo_board .line_01 th {
    height: 89px;
}

#sinmungo_board th {
    background: none;
    height: auto;
    padding: 0;
    font-size: 18px;
    letter-spaicng: -0.04em;
    line-height: 101px;
    font-weight: bold;
    padding-left: 17px;
    width: 252px;
}

#sinmungo_board .line_01 #no_name {
    width: 18px;
    margin-left: 18px;
    margin-right: 10px;
}

#sinmungo_board .line_01 td label {
    line-height: 47px;
}

#sinmungo_board .board_commen_agree {
    border-bottom: none;
}

#sinmungo_board .board_commen_agree .form_element textarea {
    height: 310px;
    resize: none;
    border: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: #F8F8F8;
    padding-left: 27px;
    padding-top: 27px;
    font-size: 18px;
    color: #303030;
}

#sinmungo_board .board_commen_agree .form_element textarea::focus {
    outline: none;
    border: none;
}

#sinmungo_board .form_element label.check_s:hover {
    background: url(../img/check_off.png) no-repeat 1px 4px;
}

#sinmungo_board .form_element label.check_s {
    background: url(../img/check_off.png) no-repeat 1px 4px;
    padding-left: 36px;
    height: 30px;
    font-size: 18px;
    float: right;
    margin-top: 20px;
    color: #303030;
}

#sinmungo_board .form_element label.check_s.on {
    background: url(../img/check_on.png) no-repeat 1px 4px;
}


#sinmungo_board td {
    height: auto;
    padding: 25px 0;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 30px;
    width: 950px;
    padding-right: 20px;
}

#sinmungo_board td.write_editor {
    padding-top: 0;
    padding-bottom: 0;
}

#sinmungo_board .email_m {
    display: inline-block;
    margin: 0 20px;
}

#sinmungo_board #emailDomain {
    height: 50px;
    width: 269px;
    font-size: 18px;
}

#sinmungo_board .board_zone_tit {
    display: none;
}

#sinmungo_board .pass th {
    line-height: 78px;
    width: 168px;
}

#sinmungo_board .pass td {
    width: 426px;
}

#sinmungo_board .writer th span {
    font-weight: normal;
}

#sinmungo_board .phone input {
    width: 312px;
}

#sinmungo_board .title input {
    width: 100%;
}

#sinmungo_board #editor {
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    height: 333px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #606060;
}

#sinmungo_board .file_text {
    width: 685px;
}

#sinmungo_board .writer th {
    width: 252px;
}

#sinmungo_board input {
    height: 50px;
    border: 1px solid #BFBFBF;
    background: #fff;
    padding-left: 10px;
    font-size: 18px;
    color: #303030;
}

#sinmungo_board input::focus {
    outline: none;
    border: none;
}

#sinmungo_board tbody {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 98px;
}

#sinmungo_board .email_tr td {
    position: relative;
}

#sinmungo_board #writerEmail-error {
    position: absolute;
    left: 64%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #cc2222;
}

#sinmungo_board #writerNm-error {
    font-size: 16px;
    color: #cc2222;
    padding-left: 10px;
}

#sinmungo_board #subject-error {
    display: inline-block;
    margin-top: 5px;
    color: #cc2222;
    font-size: 16px;
}

#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%;
}



.most {
    display: inline-block;
    margin-left: 7px;
    color: #cc2222;
}

/* 버튼 */
.board_zone_sec .btn_center_box {
    margin: 30px 0 0 0;
}

.board_zone_view+.btn_right_box {
    margin: 10px 0 0 0;
}

.board_zone_view+.btn_right_box .btn_board_list {
    height: 45px;
    line-height: 43px;
    margin: 0 0 0 5px;
    padding: 0 30px 0 30px;
    color: #666666;
    border: 1px solid #a3a3a3;
    text-align: center;
    font-size: 16px;
}

/* 검색 */
.btn_board_search {
    height: 31px;
    margin: 0 0 0 5px;
    padding: 0 15px 0 15px;
    color: #fff;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    line-height: 29px;
}

.btn_board_search:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_board_search em {
    font-weight: bold;
}

/* 이전 */
.btn_before {
    display: inline-block;
    width: 100px;
    height: 42px;
    padding: 0 5px 0 5px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
}

.btn_before:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

/* 저장 */
.btn_write_ok {
    display: inline-block;
    min-width: 90px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    cursor: pointer;
}

.btn_write_ok:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 상품선택 */
.btn_goods_select {
    display: inline-block;
    width: 80px;
    height: 26px;
    margin: 0 0 0 5px;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
    vertical-align: middle;
}

.btn_goods_select:hover {
    border: 1px solid #626262;
    background: #626262;
}

.btn_goods_item_del {
    position: absolute;
    top: 3px;
    right: -30px;
}

/* 추천하기 */
.btn_comment_best {
    display: inline-block;
    min-width: 50px;
    margin: 0 0 0 10px;
    padding: 1px 5px 2px 5px;
    color: #ffffff;
    font-size: 11px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_comment_best:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 삭제, 수정, 답글, 목록 */
.btn_board_del,
.btn_board_edit,
.btn_board_reply,
.btn_board_report,
.btn_board_list {
    height: 45px;
    line-height: 43px;
    margin: 0 0 0 5px;
    padding: 0 30px 0 30px;
    color: #666666;
    border: 1px solid #a3a3a3;
    text-align: center;
    font-size: 16px;
}

.btn_board_del:hover,
.btn_board_edit:hover,
.btn_board_reply:hover,
.btn_board_report:hover,
.btn_board_list:hover {
    border: 1px solid #333333;
}

/* 글쓰기 */
.btn_write {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0px;
    min-width: 90px;
    height: 31px;
    margin: 0 0 0 5px;
    padding: 0 10px 0 10px;
    line-height: 29px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
    vertical-align: middle;
}

.btn_write:hover {
    border: 1px solid #626262;
    background: #626262;
}

/* 1:1 문의 조회버튼 */
.btn_date_check {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_date_check em {
    padding: 0 20px 0 0;
    background-image: url("../../img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

/* 이름, 날짜 */
.board_name_day {
    margin: 5px 0 3px 0;
}

.board_name {
    display: inline-block;
    padding: 0 3px 0 0;
}

.board_day {
    display: inline-block;
    height: 11px;
    padding: 0 5px 0 5px;
    font-size: 11px;
    border-left: 1px solid #cccccc;
    vertical-align: middle;
}

.board_day span {
    position: relative;
    top: -3px;
}

/* 추천수, 조회수 */
.board_likeit_hits {
    color: #b2b2b2;
    font-size: 11px;
}

.board_likeit {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_hits {
    display: inline-block;
}

/* 이벤트 기간 */
.board_event_day {
    margin: 5px 0 3px 0;
}

/* 상품후기 별 */
.board_zone_cont .rating_star_list {
    margin: 6px 0 0 0;
}

.board_zone_cont .rating_star_list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_zone_cont .rating_star {
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url("../../img/icon/board/icon_star_bg.png") no-repeat left top;
    vertical-align: middle;
    text-indent: -9999px;
}

.board_zone_cont .rating_star span {
    display: block;
    background: url("../../img/icon/board/icon_star_fill.png") no-repeat left top;
}

/* 게시판 검색 */
.board_search_box {
    margin: 60px 0 30px 0;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #f7f7f7;
    text-align: center;
}

.board_search_box select {
    width: 90px;
}

/* 1:1 문의 조회기간 영역 */
.date_check_box {
    margin: 0 0 35px 0;
    padding: 20px 20px 20px 30px;
    border: 3px solid #eeeeee;
}

.date_check_box:after {
    display: block;
    clear: both;
    content: "";
}

.date_check_box h3 {
    float: left;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.date_check_list {
    float: left;
}

.date_check_list button {
    float: left;
    width: 54px;
    height: 31px;
    margin: 0 0 0 -1px;
    color: #777777;
    font-size: 12px;
    border: 1px solid #d6d6d6;
}

.date_check_list button:hover,
.date_check_list button.on {
    color: #ffffff;
    background: #aeaeae;
}

.date_check_calendar {
    position: relative;
    float: left;
    margin: 0 10px 0 10px;
}

.date_check_calendar .anniversary {
    background: url('../../img/member/icon_calendar.png') no-repeat right center;
}


/* ------------- 기본 게시판 테이블 리스트  ------------- */
.board_zone_sec {
    position: relative;
}

.board_zone_tit {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
}

.board_zone_cont {}

.board_zone_sec+.board_zone_cont,
.board_zone_cont+.board_zone_cont {
    margin: 70px 0 0 0;
}

.board_zone_cont+.board_zone_tit {
    margin: 70px 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #3c3c3c;
}

.board_list_table {
    width: 100%;
    margin: 0 0 20px 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #999999;
    text-align: center;
}

.board_list_table th {
    padding: 10px 10px 10px 14px;
    border-bottom: 1px solid #dbdbdb;
    background: #fbfbfb;
}

.board_list_table td {
    padding: 13px 10px 15px 10px;
    border-bottom: 1px solid #dbdbdb;
}

/* 게시판 이미지 */
.board_list_table .board_img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
}

.board_list_table .board_img a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

/* 게시판 제목 */
.board_list_table .board_tit {
    text-align: left;
    vertical-align: middle;
}

.board_list_table .board_tit strong {
    font-weight: normal;
}

.board_list_table .board_tit.on strong {
    font-weight: bold;
}

.board_list_table .board_tit img {
    margin: 0 2px 0 2px;
    vertical-align: middle;
}

.board_list_table .board_tit strong:hover {
    text-decoration: underline;
}

/* 게시판 제목 답글 */
.board_list_table .board_tit .reply {}

.board_list_table .board_tit .reply {
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
    background: url("../../img/icon/board/icon_comment_reply.png") no-repeat 8px 4px;
}

/* 공지 */
.board_zone_list .notice_point,
.board_zone_list .notice_point td {
    background: #f7f7f7;
}


/* -------------갤러리형 게시판 ------------- */
.board_list_gallery {
    position: relative;
    width: 100%;
}

.board_list_gallery:after {
    display: block;
    clear: both;
    content: "";
}

.board_list_gallery ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.board_list_gallery ul li {
    display: inline-block;
    position: relative;
    /*min-height:50px;*/
    margin: 0 0 40px 0;
    font-size: 12px;
    text-align: center;
}

.board_list_gallery .gallery_cont {
    padding: 0 10px 0 10px;
}

/* 게시판 이미지 */
.board_list_gallery .board_img {
    overflow: hidden;
    display: table;
    position: relative;
    width: 100%;
    min-height: 200px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.board_list_gallery .board_img a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.gallery_info_cont {
    padding: 10px 0 0 0;
    text-align: left;
}

/* 게시판 제목 */
.gallery_info_cont .board_tit {
    margin: 5px 0 0 0;
    text-align: left;
    vertical-align: middle;
}

.gallery_info_cont .board_tit em {
    display: block;
    margin: 0 0 2px 0;
}

.gallery_info_cont .board_tit strong {
    font-size: 13px;
}

.gallery_info_cont .board_tit a:hover strong {
    text-decoration: underline;
}

.gallery_info_cont .board_tit img {
    margin: 0 2px 0 2px;
    vertical-align: middle;
}


/* ------------- 이벤트 게시판 ------------- */
.board_list_event {
    position: relative;
    width: 100%;
}

.board_list_event:after {
    display: block;
    clear: both;
    content: "";
}

.board_list_event ul {
    width: 100%;
    font-size: 0;
}

.board_list_event ul:after {
    display: block;
    clear: both;
    content: "";
}

.board_list_event ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    /*min-height:50px;*/
    margin: 0 0 40px 0;
    font-size: 12px;
    text-align: left;
}

.board_list_event .event_cont {
    display: table;
}

/* 게시판 이미지 */
.board_list_event .board_img {
    overflow: hidden;
    display: table-cell;
    position: relative;
    width: auto;
    /*min-height:200px;*/
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.board_list_event .board_img a {}

.board_list_event .event_info_cont {
    display: inline-block;
    padding: 0 10px 0 20px;
}

/* 게시판 제목 */
.event_info_cont .board_tit {
    display: table-cell;
    margin: 5px 0 0 0;
    text-align: left;
    vertical-align: middle;
}

.event_info_cont .board_tit em {
    display: block;
    margin: 5px 0 2px 0;
}

.event_info_cont .board_tit strong {
    overflow: hidden;
    width: 87%;
    font-size: 13px;
    /*width:100%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;*/
}

.event_info_cont .board_tit a {
    display: block;
}

.event_info_cont .board_tit a:hover strong {
    text-decoration: underline;
}

.event_info_cont .board_tit img {
    margin: 0 2px 0 2px;
    vertical-align: middle;
}

/* 부가설명 */
.event_info_cont .board_txt {
    display: block;
    margin: 5px 0 5px 0;
}

/* 진행중 이벤트 리스트 */
.board_hot_list {
    padding: 10px 0 50px 0;
    font-size: 0;
    text-align: left;
    border-top: 1px solid #3c3c3c;
}

.board_hot_list ul {
    display: inline-block;
    font-size: 12px;
}

.board_hot_list ul li {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.board_hot_list ul li.on {
    font-weight: bold;
}

.board_hot_list ul li a {
    display: block;
    height: 11px;
    padding: 0 5px 0 5px;
    border-left: 1px solid #cccccc;
}

.board_hot_list ul li a span {
    position: relative;
    top: -5px;
}

.board_hot_list ul li a span:hover {
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

.board_hot_list ul li:first-child a {
    border-left: none 0;
}

/* 문의 게시판 */
.board_list_qa {}


/* ------------- 글쓰기 ------------- */
.board_zone_view {}

.board_write_box {
    margin: 0 10px 0 0;
    padding: 0;
}

.board_write_table {
    width: 100%;
    margin: 0 0 20px 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #999999;
}

.board_write_table th {
    padding: 13px 0 7px 25px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    background: #fbfbfb;
    text-align: left;
    vertical-align: top;
}

.board_write_table td {
    height: 32px;
    margin: 0;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
}

.board_write_table td>input {
    width: 312px;
}

.board_write_box .category_select select {
    width: 150px;
}

.board_write_box .write_title {
    width: 90%;
}

.board_write_box .write_editor .form_element {
    margin: 0 0 5px 0;
}

.board_write_agree {
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

.email_select {
    width: 115px;
    margin: 0 0 0 3px;
    padding: 0 0 0 5px;
    border: 1px solid #d0d0d0;
}

/* 동록된 게시글 없음 */
.no_data {
    padding: 30px 30px 30px 30px;
    text-align: center;
}

.board_cont {}

.board_view {
    line-height: 1.8;
}

.board_view .img_attach {
    margin: 10px 0 10px 0;
}

/* 답글 쓰기 확인 버튼 */
.btn_comment_ok {
    display: inline-block;
    width: 82px;
    height: 82px;
    padding: 0 5px 0 5px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #c7c7c7;
    background: #c7c7c7;
    text-align: center;
    cursor: pointer;
}

/* 파일첨부 */
.board_view_attach {
    padding: 15px 0 0 0;
    font-size: 0;
}

.board_view_attach strong {
    display: inline-block;
    padding: 0 10px 0 0px;
    font-size: 16px;
    background: url("../../img/icon/board/icon_board_attach_file.png") no-repeat 0 6px;
}

.board_view_attach .attach_list {
    display: inline-block;
    font-size: 16px;
}

.board_view_attach .attach_list a {
    padding: 0 5px 0 5px;
}

.board_view_attach .attach_list a:hover {
    text-decoration: underline;
}

/* 개인정보 수집항목 동의 */
.board_commen_agree {
    margin: 10px 0 0 0;
    border-bottom: 1px solid #dbdbdb;
}

.board_commen_agree h5 {
    font-size: 12px;
}

.board_commen_agree .form_element {
    display: block;
}

.board_commen_agree textarea {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
}

.board_commen_agree .agree_choice_box {
    padding: 10px 0 10px 0;
    color: #777777;
    font-size: 11px;
}

.board_commen_agree .link_agree_go {
    font-size: 11px;
    text-decoration: underline;
}

/* 자동등록방지 */
.capcha {
    display: table;
    margin: 10px 0 10px 0;
}

.capcha_img {
    display: table-cell;
    width: 304px;
    height: 106px;
    border: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
}

.capcha_txt {
    display: table-cell;
    padding: 0 0 0 20px;
}

.capcha_txt p {
    margin: 0 0 10px 0;
}

.capcha_txt .btn_gray_list {
    display: block;
    margin: 10px 0 0 0;
}

/* 상품 선택 */
.board_goods_select {
    margin: 1px 0 0 0;
}

.goods_select_item {
    margin: 10px 0 3px 0;
    padding: 10px 0 0 0;
    font-size: 0;
    border-top: 1px dotted #cccccc;
}

.select_item_img {
    display: inline-block;
    width: 80px;
    height: auto;
    vertical-align: top;
}

.select_item_img img {
    width: 100%;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.select_item_info {
    display: inline-block;
    position: relative;
    padding: 0px 0 0 10px;
    font-size: 12px;
}

.select_item_info em {
    display: block;
}

.select_item_info .text_type_cont {
    display: block;
    padding: 3px 0 3px 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1;
}

/* ------------- view 페이지 ------------- */
.board_view_tit {
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
}

.board_view_tit h3 {
    display: inline-block;
    color: #111111;
    font-size: 18px;
}

.board_view_tit strong {
    float: right;
    font-size: 14px;
}

.board_zone_view span {
    font-size: 16px;
}

.board_zone_view .board_view_info {
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #dbdbdb;
    height: 60px;
}

.board_view_info .view_info_idip {
    display: inline-block;
}

.board_view_info .view_info_idip em {
    color: #acacac;
    font-size: 11px;
}

.board_view_info .view_info_day {
    display: inline-block;
    margin: 0 0 0 7px;
    font-size: 16px;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}

.board_view_info .view_info_day em {
    position: relative;
    display: block;
    top: -3px;
    padding: 0 0 0 10px;
}

.board_view_info .view_info_hits {
    display: inline-block;
    float: right;
    text-align: right;
}

.board_zone_view .board_view_event_day {
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #dbdbdb;
}

.board_zone_view .board_view_attach {
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    height: 60px;
    border-bottom: 1px solid #dbdbdb;
}

.board_zone_view .board_view_link {
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #dbdbdb;
}

.board_view_link a:hover {
    text-decoration: underline;
}

/* 게시판 내용 노출 */
.board_view_content {
    min-height: 350px;
}

.board_view_content img {
    max-width: 100%;
}

.board_view_content .seem_cont {
    padding: 30px 15px 30px 15px;
    line-height: 1.8;
}

/* 상품노출 */
.view_goods_select {
    margin: 1px 0 0 0;
}

.view_goods_select_item {
    margin: 10px 0 3px 0;
    padding: 20px 20px 30px 20px;
    font-size: 0;
    border-bottom: 1px dotted #dbdbdb;
}

.view_select_item_img {
    display: inline-block;
    width: 120px;
    height: auto;
    vertical-align: top;
}

.view_select_item_img img {
    width: 100%;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.view_select_item_info {
    display: inline-block;
    position: relative;
    padding: 0px 0 0 20px;
    font-size: 14px;
}

.view_select_item_info em {
    display: block;
    font-weight: bold;
}

.view_select_item_info .text_type_cont {
    display: block;
    padding: 3px 0 3px 0;
    color: #a9a9a9;
    font-size: 12px;
    line-height: 1;
}

.view_select_item_info>strong {
    display: block;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #ab3e55;
}

/* 답글 박스 */
.board_view_comment {
    padding: 10px 0 10px 0;
    display: none;
}

.view_comment {
    padding: 0 0 0 0;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
}

.view_comment_top {
    overflow: hidden;
    /*width:100%;*/
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.view_comment_top .comment_num {
    padding: 0 20px 0 0;
}

.view_comment_top .comment_best_num {}

.view_comment_top .btn_view_comment_box {
    float: right;
}

.view_comment_top .rating_star_box {
    margin: 0 0 0 20px;
}

.view_comment_top .rating_star_box .rating_star {
    margin: -5px 0 0 5px;
}

/* 답글 리스트 */
.view_comment_list {
    padding: 0 20px 0 20px;
    background: #f8f8f8;
}

.view_comment_list ul {}

.view_comment_list ul li {
    padding: 15px 0 15px 0;
    border-top: 1px solid #dbdbdb;
}

.view_comment_list ul li:first-child {
    border-top: 1px solid #dbdbdb;
}

.view_comment_list .comment_name {
    padding: 0 20px 0 5px;
    color: #444;
    word-wrap: break-word;
}

.view_comment_list p {
    padding: 0 0 10px 0;
}

.view_comment_list p>em {
    display: block;
    padding: 10px 10px 10px 5px;
}

.view_comment_list .board_comment_box {
    margin: 10px 0 0 0;
    padding: 0 0 0px 0;
    border-top: 1px dotted #dbdbdb;
    border-bottom: none 0;
}

.view_comment_list p>em img {
    margin: 0 4px 0 2px;
    vertical-align: middle;
}

/* 답글에 답글 리스트 */
.view_comment_list .comment_reply {
    padding: 15px 0 15px 10px;
}

.view_comment_list .comment_reply .comment_name {
    padding: 0 20px 0 20px;
    background: url("../../img/icon/board/icon_comment_reply.png") no-repeat 8px 4px;
}

/* 답글쓰기 */
.board_comment_box {
    padding: 0px 20px 20px 20px;
    /*border-bottom:1px solid #dbdbdb;*/
    background: #f8f8f8;
}

.board_day_time {
    display: inline-block;
    padding: 0 5px 0 5px;
    color: #a1a1a1;
    font-size: 11px;
}

.board_comment_write {
    position: relative;
    padding: 15px 0 0 0;
}

.board_comment_write input[type="text"] {
    width: 105px;
    margin-bottom: 10px;
}

.board_comment_write input[type="password"] {
    width: 152px;
    margin-bottom: 10px;
}

.board_comment_write .comment_textarea {
    position: relative;
    width: 100%;
}

.board_comment_write textarea {
    display: inline-block;
    width: 100%;
    height: 82px;
    padding: 10px 95px 10px 10px;
}

.board_comment_write .btn_comment_box {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 0 0 10px;
    border-left: 1px solid #d6d6d6;
    background: #f8f8f8;
}

/* 1:1 문의 view */
.board_view_qa {}

.board_view_qa .seem_cont {
    padding: 0 15px 0 15px;
}

.board_view_qa .view_question_box {
    position: relative;
    padding: 30px 0 30px 40px;
}

.board_view_qa .view_answer_box {
    position: relative;
    padding: 30px 0 30px 40px;
    border-top: 1px solid #dbdbdb;
}

.board_view_qa .view_question_tit,
.board_view_qa .view_answer_tit {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #333333;
    font-size: 24px;
    font-family: arial;
}

.view_answer_box .view_answer_info {
    margin: 0 0 0 10px;
    padding: 5px 0 10px 5px;
    border-bottom: 1px dotted #dbdbdb;
}

.view_answer_box .view_answer_info>strong {
    display: block;
    font-size: 14px;
}

.view_answer_box .view_answer_info .view_info_idip {
    display: inline-block;
    margin: 5px 0 0 0;
}

.view_answer_box .view_answer_info .view_info_idip em {
    color: #acacac;
    font-size: 11px;
}

.view_answer_box .view_answer_info .view_info_day {
    display: inline-block;
    height: 10px;
    margin: 0 0 0 7px;
    font-size: 11px;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}

.view_answer_box .view_answer_info .view_info_day em {
    position: relative;
    display: block;
    top: -3px;
    padding: 0 0 0 10px;
}


/* 플러스리뷰 */
.board_list_plus_review {
    position: relative;
    /*width:100%;*/
    padding: 20px 0 0 0;
    border-top: 2px solid #dbdbdb;
}

.board_list_plus_review:after {
    display: block;
    clear: both;
    content: "";
}

.board_list_plus_review>ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.board_list_plus_review>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 0 40px 0;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

.board_list_plus_review .plus_review_cont {
    overflow: hidden;
    margin: 0 10px 0 10px;
    padding: 0;
    border: 1px solid #dbdbdb;
}

/* 게시판 이미지 */
.board_list_plus_review .board_img {
    overflow: hidden;
    display: table;
    position: relative;
    width: 100%;
    /*min-height:200px;*/
    text-align: center;
    border: none 0;
}

.board_list_plus_review .board_img a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.plus_review_info_cont {
    padding: 10px 0 0 0;
    text-align: left;
}

/* 게시판 제목 */
.plus_review_info_cont .board_tit {
    margin: 5px 0 0 0;
    padding: 0 15px 0 15px;
    text-align: left;
    vertical-align: middle;
}

.plus_review_info_cont .board_tit strong {
    font-size: 13px;
}

.plus_review_info_cont .board_tit img {
    margin: 0 2px 0 2px;
    vertical-align: middle;
}

.plus_review_info_cont .board_review_list {
    padding: 10px 15px 0 15px;
    vertical-align: top;
}

.plus_review_info_cont .board_review_list ul {
    width: 100%;
    font-size: 0;
}

.plus_review_info_cont .board_review_list ul li {
    overflow: hidden;
    padding: 0 0 6px 25px;
    font-size: 12px;
    text-align: left;
    background: url("../../img/icon/board/icon_review.png") no-repeat 0 4px;
}

.plus_review_info_cont .board_review_list ul li p {
    overflow: hidden;
    width: 90%;
    height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.plus_review_info_cont .board_review_list ul li .new:after {
    margin: 0 0 0 8px;
    content: url("../../img/icon/board/icon_board_new.png");
}

.plus_review_info_cont .board_review_num {
    display: block;
    margin: 15px 0 0 0;
    padding: 12px 15px 10px 15px;
    color: #787878;
    background: #f8f8f8;
}

.plus_review_info_cont .board_review_num em strong {
    margin-right: 15px;
    color: #ab3e55;
}

/* 플러스 리뷰 > 전체 상품후기 리스트 */
.plus_review_view {
    margin: -21px 0 0 0;
    background: #ffffff;
}

.plus_review_view_list {
    display: table;
    width: 100%;
    margin-top: -1px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.plus_review_view_list.view_point_bg {
    background: #fcfcfc;
}

.plus_review_view_list .goods_photo {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #dbdbdb;
}

.plus_review_view_list .goods_photo img {
    width: 100%;
    height: 100%;
}

/* 별 + 날짜 + 이름 */
.plus_review_view .star_day_name {
    padding: 0 20px 0 20px;
    display: table-cell;
    width: 15%;
}

.plus_review_view .star_day_name strong {
    display: block;
    color: #ffcc00;
    font-size: 20px;
}

.plus_review_view .star_day_name span {
    display: block;
    padding: 5px 0 5px 0;
    color: #787878;
}

/* 옵션, 내용 */
.plus_review_view .option_text_file_box {
    padding: 0 20px 0 10px;
    display: table-cell;
    width: 85%;
    vertical-align: top;
}

.plus_review_view .option_text_file_box .goods_tit {
    display: block;
    padding: 0 0 10px 0;
    font-size: 13px;
}

/* 옵션 */
.plus_review_view .option_text_file_box .option_list_cont {
    display: block;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.plus_review_view .option_text_file_box .option_list_cont dl {
    display: block;
    width: 100%;
    min-height: 31px;
    padding: 0;
    font-size: 0;
}

.plus_review_view .option_text_file_box .option_list_cont dt {
    display: inline-block;
    width: 100px;
    padding: 0;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_view .option_text_file_box .option_list_cont dd {
    display: inline-block;
    height: 21px;
    padding: 7px 0 0 0;
    font-size: 12px;
    vertical-align: middle;
}

/* 내용 */
.plus_review_view .text_file_cont {}

.plus_review_view .text_file_cont .review_text {
    min-height: 50px;
    margin: 15px 0 15px 0;
}

.plus_review_view .text_file_cont .review_text.reviews_new {
    text-indent: 15px;
    background: url("../../img/icon/board/icon_board_new.png") no-repeat left 5px;
}

.plus_review_view .text_file_cont .btn_review_text_more {
    margin: 0 0 0 10px;
    color: #484848;
    font-size: 11px;
    border-bottom: 1px solid #484848;
}

.plus_review_view .text_file_cont .btn_view_comment_box {
    margin: 0 0 20px 0;
}

/* 내용안에 이미지 */
.plus_review_view .text_file_cont .file_upload_list {}

.plus_review_view .text_file_cont .file_upload_list {
    float: none;
    font-size: 0;
}

.plus_review_view .text_file_cont .file_upload_list ul {}

.plus_review_view .text_file_cont .file_upload_list ul li {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 10px 8px 10px 0;
}

.plus_review_view .text_file_cont .file_upload_list ul li img {
    width: 100px;
    height: 100px;
    border: 1px solid #dbdbdb;
}

.plus_review_view .text_file_cont .file_upload_list .img_pr_zoom {
    position: absolute;
    top: 102px;
    left: 0px;
    max-width: 600px;
    width: auto;
    height: auto;
    z-index: 999000;
}

/* 댓글 */
.plus_review_view .review_comment_box {
    display: block;
}

.plus_review_view .review_comment {
    padding: 0 0 10px 0;
}

.plus_review_view .review_comment_top {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: none 0;
}

.plus_review_view .review_comment_top .comment_num {
    padding: 0 20px 0 0;
}

.plus_review_view .review_comment_top .comment_num strong {
    border-bottom: 1px solid #333;
}

.plus_review_view .review_comment_top .comment_best_num {
    color: #ab3e55;
}

.plus_review_view .review_comment_top .btn_view_comment_box {
    float: right;
}

/* 답글 리스트 */
.plus_review_view .review_comment_list {}

.plus_review_view .review_comment_list ul {}

.plus_review_view .review_comment_list ul li {
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dbdbdb;
}

.plus_review_view .review_comment_list ul li:first-child {
    border-top: 1px solid #dbdbdb;
}

.plus_review_view .review_comment_list .comment_name {
    padding: 0 20px 0 5px;
    color: #444;
    word-wrap: break-word;
}

.plus_review_view .review_comment_list p {
    padding: 0;
}

.plus_review_view .review_comment_list p>em {
    display: block;
    padding: 10px 10px 10px 5px;
}

.plus_review_view .review_comment_list .board_comment_box {
    margin: 0;
    padding: 0;
    border-bottom: none 0;
    background: none 0;
}

.plus_review_view .review_comment_list .board_day_time {
    font-weight: normal;
}

.plus_review_view .review_comment_list .btn_right_box {
    position: absolute;
    top: 15px;
    right: 5px;
}

/* ------------------------ 상품후기 쓰기, 상품문의 쓰기 ------------------------ */

.board_write_popup .top_item_photo_info {
    overflow: hidden;
    padding: 0 0 15px 0;
}

.board_write_popup .item_photo_box {
    display: table-cell;
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.board_write_popup .item_photo_box img {
    width: 92px;
    height: 92px;
}

.board_write_popup .item_info_box {
    float: left;
    width: 490px;
    padding: 0 0 0 15px;
}

.board_write_popup .item_info_box h5 {
    padding: 0 0 5px 0;
    font-size: 18px;
}

.board_write_popup .item_info_box em {
    color: #a9a9a9;
}

/*팝업 속성 */
.board_write_popup .ly_tit {
    padding: 13px 15px 11px 15px;
}

.board_write_popup .ly_tit h4 {
    padding: 0 30px 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #999999;
}

.board_write_popup .ly_cont {
    min-height: 250px;
    padding: 15px 15px 26px 15px;
}

/* 글쓰기 */
.board_write_popup .board_write_box {
    margin: 10px 10px 0 0;
    padding: 0 0 10px 0;
    border-top: 1px solid #dbdbdb;
}

.board_write_popup .board_write_table {
    width: 100%;
    margin: 0 0 20px 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*border-top:1px solid #3c3c3c;*/
}

.board_write_popup .board_write_table th {
    padding: 13px 0 7px 25px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    background: #fbfbfb;
    text-align: left;
    vertical-align: top;
}

.board_write_popup .board_write_table td {
    height: 32px;
    margin: 0;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
}

.board_write_popup .board_write_table td>input {
    width: 312px;
}


.board_write_popup .board_write_box .category_select select {
    width: 150px;
}

.board_write_popup .board_write_box .write_title {
    width: 90%;
}

.board_write_popup .board_write_box .wirte_editor .form_element {
    margin: 0 0 5px 0;
}

.board_write_popup .board_wirte_agree {
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

.board_write_popup .board_write_box .rating_star_list {
    margin: 6px 0 0 0;
}

.board_write_popup .board_write_box .rating_star_list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_write_popup .board_write_box .rating_star {
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url("../../img/icon/board/icon_star_bg.png") no-repeat left top;
    vertical-align: middle;
    text-indent: -9999px;
}

.board_write_popup .board_write_box .rating_star span {
    display: block;
    background: url("../../img/icon/board/icon_star_fill.png") no-repeat left top;
}

/* 자동등록방지 */
.capcha {
    display: table;
    padding: 10px 0 10px 0;
}

.capcha_img {
    display: table-cell;
    width: 304px;
    height: 106px;
    border: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
}

.capcha_txt {
    display: table-cell;
    padding: 0 0 0 20px;
}

.capcha_txt p {
    margin: 0 0 10px 0;
}

.capcha_txt .btn_gray_list {
    display: block;
    margin: 10px 0 0 0;
}

/* 비밀번호 인증 */
.layer_wrap.password_layer {
    width: 307px;
}

.layer_wrap.password_layer .layer_wrap_cont {
    border: 1px solid #555555;
}

.layer_wrap.password_layer .ly_tit h4 {
    font-size: 14px;
}

.password_layer .ly_cont {
    min-height: 50px;
    text-align: center;
}

.password_layer input {
    width: 200px;
    margin: 15px 0 0 0;
}

/* ------------------------ 상품선택, 주문내역 ------------------------ */
.layer_wrap.add_goods_layer {
    width: 791px;
}

.add_goods_layer .scroll_box {
    height: 250px;
    padding: 0 0 30px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/* 검색영역 */
.ly_date_list_box {
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 30px;
    border: 3px solid #eeeeee;
}

.ly_date_list_box:after {
    display: block;
    clear: both;
    content: "";
}

.ly_date_list_box+.btn_center_box {
    margin: 0 0 20px 0;
}

/* 조회기간 영역 */
.ly_date_check_list {
    margin: 0 0 10px 0;
}

.ly_date_check_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_check_list {
    float: left;
}

.ly_date_check_list button {
    float: left;
    width: 54px;
    height: 31px;
    margin: 0 0 0 -1px;
    color: #777777;
    font-size: 12px;
    border: 1px solid #d6d6d6;
}

.ly_date_check_list button:hover,
.ly_date_check_list button.on {
    color: #ffffff;
    background: #aeaeae;
}

.ly_date_check_calendar {
    position: relative;
    float: left;
    margin: 0 10px 0 10px;
}

.ly_date_check_calendar .anniversary {
    width: 114px;
    background: url('../../img/member/icon_calendar.png') no-repeat right center;
}

/* 카테고리 영역 */
.ly_date_select_list {
    margin: 0 0 10px 0;
}

.ly_date_select_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_select_list select {
    float: left;
    width: 140px;
}

.ly_date_select_list .select_box {
    display: inline-block;
}

/* 검색어 영역 */
.ly_date_search_list {}

.ly_date_search_list:after {
    display: block;
    clear: both;
    content: "";
}

.ly_date_search_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_search_list select {
    /*float:left;*/
    width: 140px;
}

.ly_date_search_list input[type="text"] {
    width: 429px;
}

/* 상품 리스트 */
.add_goods_layer .pick_list_num {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 14px;
}

.add_goods_layer .pick_list_num strong {
    color: #ab3e55;
}

.add_goods_layer .form_element {
    margin: 0 0 0 20px;
}

.add_goods_layer .form_element label>.pick_add_cont {
    margin: 0 0 0 30px;
}

/* 상품 리스트 이미지 + 내용 */
.add_goods_layer .pick_add_cont {
    display: table;
    position: relative;
}

.add_goods_layer .pick_add_cont .pick_add_img {
    display: table-cell;
    width: 38px;
    vertical-align: top;
}

.add_goods_layer .pick_add_cont .pick_add_img img {
    width: 38px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.add_goods_layer .pick_add_cont .pick_add_info {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.add_goods_layer .pick_add_cont .pick_add_info em {
    display: block;
    font-weight: bold;
}

.add_goods_layer .pick_add_cont .text_type_cont {
    display: block;
    padding: 3px 0 3px 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1;
}

.add_goods_layer .pick_add_cont .pick_add_plus {
    display: inline-block;
    margin: 15px 10px 0 10px;
    padding: 1px 5px 3px 5px;
    color: #ffffff;
    font-size: 11px;
    background: #959595;
}

.add_goods_layer .order_num_link {
    color: #329cff;
    border-bottom: 1px solid #329cff;
}

/**플러스리뷰 개인정보동의**/
.input_wrap.ty3 {
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_wrap.ty3 .input_title {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.input_wrap.ty3 .input_content {
    display: block;
}

.input_wrap.ty3 .input_content .textarea {
    width: 100%;
    border: none;
    height: 150px;
    resize: none;
    font-size: 14px;
}

.plus_review_view {
    margin: 0;
}

.plus_review_goods_search {
    margin: 0 0 20px 0;
}

.plus_review_goods_search .plus_review_goods_option {
    padding: 0 19px;
    width: 1145px;
    margin: 5px auto 0;
}

.plus_review_goods_search .plus_review_goods_option:after {
    content: '';
    display: block;
    clear: both;
}

.plus_review_goods_search .plus_review_goods_option>* {
    float: left;
    margin: 0 0 0 10px
}

.plus_review_goods_search .plus_review_goods_option>*:first-child {
    margin: 0;
}

.plus_review_goods_search .plus_review_goods_option select {
    width: 245px;
}

.plus_review_goods_search .plus_review_goods_option input {
    width: 265px;
    border: #cccccc 1px solid;
}

.plus_review_goods_search .plus_review_goods_option a.btn_search {
    line-height: 31px;
    background: #666666;
    display: block;
    width: 93px;
    text-align: center;
    padding-left: 7px;
}

.plus_review_goods_search .plus_review_goods_option a.btn_search span {
    background: url('../../img/board/icon_white_search.png') right center no-repeat;
    padding-right: 24px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.plus_review_view_search {
    margin: 0 0 20px 0;
}

.plus_review_view_search>p {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}

.plus_review_view_search .plus_review_search_option {
    padding: 0 19px;
    width: 1145px;
    margin: 5px auto 0;
}

.plus_review_view_search .plus_review_search_option:after {
    content: '';
    display: block;
    clear: both;
}

.plus_review_view_search .plus_review_search_option>div {
    display: inline-block;
    text-align: left;
    margin: 10px 6px 0 0;
    width: 219px;
    position: relative;
}

.plus_review_view_search .plus_review_search_option>div>select {
    width: 100%;
}

.plus_review_view_list {
    border-top: none;
}

.plus_review_alike_search_wrap {
    margin-top: 45px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.plus_review_alike_search_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: #999999 1px solid;
    padding: 0 0 10px 2px;
}

.plus_review_alike_search_tit>a {
    display: inline-block;
    width: 31px;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
}

.plus_review_alike_search_tit>a.on img {
    margin-top: -22px;
}

.plus_review_alike_search_area {
    position: relative;
}

.plus_review_alike_search_con {
    background: #fcfcfc;
    border: #f0f0f0 1px solid;
    border-top: none;
    display: none;
}

.plus_review_alike_search_con table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.plus_review_alike_search_con table tr th {
    padding: 17px 30px 17px 19px;
    text-align: left;
}

.plus_review_alike_search_con table tr td {
    padding: 11px 0 17px 0;
    border-top: #e6e6e6 1px solid;
    vertical-align: top;
}

.plus_review_alike_search_con table tr:first-child td {
    border-top: none;
}

.plus_review_alike_search_con .choice_option {
    position: relative;
    padding: 0 0 0 102px;
}

.plus_review_alike_search_con .choice_option .choice_all {
    position: absolute;
    top: 0;
    left: 0;
}

.plus_review_alike_search_con .choice_option .choice_each>div {
    margin-right: 50px;
}

.plus_review_alike_search_con .choice_option .form_element {
    margin-top: 6px;
}

.plus_review_alike_search_con .choice_option .form_element label.check_s {
    padding-left: 32px;
}

.plus_review_loading {
    text-align: center;
    margin: 10px 0;
}

@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;
    }
}

/**/