/* Sub Header section */
.subpage_header {
    display: flex;
    min-height: 500px;
    padding-top: 80px;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    background-position: center;
}

.subpage_header h1 {
    color: white;
    margin: 20px;
}

.subpage_header.product {
    background-image: url('/img/bg_header1.jpg');
}

.subpage_header.company {
    background-image: url('/img/bg_header2.jpg');
}

.subpage_header.support {
    background-image: url('/img/bg_header3.jpg');
}

.page_description {
    padding-top: 120px;
    align-items: center;
    text-align: center;

    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.2em;
}

@media screen and (max-width:640px) {
    .page_description {
        font-size: 1.6rem;
        padding-top: 50px;
    }
}


/* Sub Header section */
.sub_header {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    min-height: 430px;
    padding: 135px 0 60px;
    align-items: center;
}

.page_description nav ul {
    gap: 15px;
}

.page_description nav ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page_description nav ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    padding: 0 20px;
    height: 55px;
    background-color: #F5F5F5;
    border-radius: 50px;

    font-size: 20px;
    font-weight: 500;
}

.page_description nav ul li.active a,
.page_description nav ul li a:hover{
    background-color: #0085CF;
    color: white;
    cursor: pointer;
}

@media screen and (max-width : 640px) {

    .sub_header {
        padding: 135px 0 10px;
        min-height: 360px;
    }

    .page_description h1 {
        font-size: 30px;
    }

    .page_description nav ul {
        width: 92vw;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_description nav ul li {
        width: 45%;
    }

    .page_description nav ul li a {
        word-break: keep-all;
        font-size: 16px;
        width: 100%;
        height: 40px;
    }

}

.subpage_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}

.subpage_category button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    padding: 0 20px;
    margin: 5px;
    width: auto;
    height: 45px;
    background-color: #F5F5F5;
    border-radius: 50px;

    font-size: 18px;
    font-weight: 500;
}

.subpage_category button.active,
.subpage_category button:hover{
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
}

.company_contents {
    position: relative;
    width: 100%;
}

.company_contents_bg {
    width: 100%;
    height: 820px;
    position: absolute;
    top: 0;
    z-index: -1;

    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 860px) {
    .company_contents_bg {
        width: 120%;
        left: -30px;
    }
}

.company_contents_txt {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
    max-width: 1500px;
    width: 100%;

    color: white;
    word-break: keep-all;
}

.company_greeting_contents {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.company_greeting_contents h2 {
    text-align: left;
    width: 100%;
    padding: 50px 0;
    color: white;
    font-size: 2.2rem;
    word-break: keep-all;
}

.company_greeting_contents .company_greeting_txt{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin: 30px 0;
    gap: 30px;

    color: white;
    word-break: keep-all;
}

.company_greeting_txt > p {
    text-align: left;
    width: 65%;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 30px;
}

.company_greeting_contents .company_greeting_img{
    width: 35%;
}

.company_greeting_contents .company_greeting_img img:first-child{
    width: 95%;
    margin: 10px;
}

.company_greeting_contents .company_greeting_img img{
    width: 45%;
    margin: 10px;
}

@media screen and (max-width:860px) {

    .company_contents {
        padding: 0 20px;
    }

    .company_contents .container {
        padding: 0;
    }

    .company_greeting_contents .company_greeting_txt{
        flex-direction: column;
    }

    .company_greeting_txt > p {
        width: 100%;
    }

    .company_greeting_contents .company_greeting_img{
        width: 100%;
    }
}

@media screen and (max-width:640px) {

    .company_greeting_contents .company_greeting_img img:first-child{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .company_greeting_contents .company_greeting_img img{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

.company_contents_board {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;

    width: 100%;
    max-width: 1300px;
}

#sign {
    display: inline-flex;
    align-items: center;
    padding: 50px 0;
    gap: 10px;
}

@media screen and (max-width : 1300px) {
    .company_contents_txt {
        width: 80vw;
        margin-top: 100px;
        padding: 30px !important;
        border-radius: 10px;
    }

    .company_contents_board {
        width: 100vw;
        padding: 30px 20px !important;
        margin-top: 0;
    }

    .company_contents_txt h2 {
        font-size: 40px;
        padding: 0;
    }

    .company_contents_txt .divide_line_vertical {
        margin: 50px 0 20px;
    }

    .company_contents_txt > p {
        font-size: 18px;
        padding: 0;
    }
}

@media screen and (max-width : 860px) {

    .company_contents_txt {
        margin-top: 0;
    }

    .company_contents_board {
        width: 100%;
        padding: 0 !important;
        margin-top: 0;
    }
}

@media screen and (max-width : 640px) {
    .subpage_header {
        padding: 135px 0 10px;
        min-height: 360px;
    }

    .subpage_header h1 {
        font-size: 30px;
    }

    .subpage_header .subpage_category button {
        font-size: 16px;
        width: 45%;
        height: 40px;
    }

    .company_contents_txt {
        width: 80vw;
    }

    .company_contents_txt h2 {
        font-size: 24px;
        padding: 0;
    }

    .company_contents_txt .divide_line_vertical {
        margin: 30px 0 ;
    }

    .company_contents_txt > p {
        width: 100%;
        padding: 0;

        font-size: 16px;
        text-align: left;
    }

    #sign {
        margin-left: 0;
    }
}

.icon_area {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon_area div {
    display: inline-flex;
    flex-direction: column;
    width: 30%;
}

.icon_area p {
    margin: 40px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

@media screen and (max-width : 1200px) {
    .icon_area p {
        font-size: 16px;
    }
}

@media screen and (max-width : 860px) {
    .icon_area {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .icon_area div {
        width: 50%;
    }
}

@media screen and (max-width : 640px) {
    .icon_area {
        flex-direction: column;
    }

    .icon_area div {
        width: 100%;
    }

    .icon_area p {
        font-size: 18px;
    }
}

.header_bg {
    display: inline-flex;
    height: 450px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width : 1200px) {
    .header_bg h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 0 40px;
        word-break: keep-all;
    }
}

.company_history_contents {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 100px;

    background-color: white;
    border-radius: 50px;
}

.history_title h3{
    font-size: 3rem;
}

.history_contents {
    width: 66%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

.history_text {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 50px 20px;

    border-top: 1px solid black;
}

.history_text:last-child {
    border-bottom: 1px solid black;
}

.history_year {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--main-color);

    margin: 0;
    margin-right: 65px;
}

.history_month {
    width: 30px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: rgba(35, 24, 21, 1);
    margin-right: 24px;
}

.history_text ul {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.history_text ul li{
    display: inline-flex;
    align-items: flex-start;
    margin: 0;

    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 200;
}

.history_text ul li:not(:last-child) {
    padding-bottom: 15px;
}

@media screen and (max-width : 1200px) {
    .company_history_contents {
        margin : 0;
        padding: 50px;
    }
}

@media screen and (max-width : 860px) {

    .company_history_contents {
        margin : 0;
        padding: 100px;
        flex-direction: column;
    }

    .history_contents {
        width: 100%;
    }

    .history_title h3 {
        font-size: 2.4rem;
        margin-bottom: 30px;
        text-align: center !important;
    }

    .history_title .highlight {
        font-size: 46px !important;
    }

    .history_year {
        font-size: 22px;
        margin-right: 20px;
    }

    .history_month {
        width: auto;
        margin-right: 10px; 
    }

    .history_text ul,
    .history_text ul li{
        width: 100%;
        align-items: flex-start;
        word-break: keep-all;
    }
}

@media screen and (max-width : 640px) {
    .company_history_contents {
        padding: 50px 20px;
    }

}

/********************************* Tab Section *********************************/
.tabs {
    display: inline-block;
    overflow: hidden;
    background: none;
    width: 100%;
}

.tab-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;

    float: left;
    cursor: pointer;
    padding: 10px 16px;
    margin-right: 10px;
    transition: 0.3s;
    
    font-weight: 600;
    font-size: 16px;
    color: black;
    word-break: keep-all;
}

.tab-link.active, .tab-link:hover {
    background-color: var(--main-color);
    color: white;
}

@media screen and (max-width: 640px) {
    .tab-link {
        width: 16%;
        height: 40px;
        margin: 1px;
    
        background-color: #f1f1f1;
        padding: 10px;
        
        font-weight: 500;
        font-size: 12px;
    }
}

/******************************** Product Group *********************************/
.product_main_group_title {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 35px 10px;
    border-bottom: 2px black solid;
    gap: 10px;
    margin: 50px 0;
}

.product_main_box_area {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_main_box {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    height: 550px;
    padding: 30px;
    margin: 20px;
    background: #FAFAFA;
    border-radius: 10px;
}

.product_main_title {
    text-align: center;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    word-wrap: break-word;
}

.product_main_img {
    max-width: 230px;
}

.product_main_model {
    text-align: center;
    color: #646464;
    font-size: 1.2rem;
    font-weight: 500;
}

.tab-content.product {
    width: 100%;
}

.product_info_header {
    width: 100%;
    background-image: url('/img/bg_product.png');
    padding: 150px 0;
}

.product_info_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}

.product_info_txt {
    display: inline-flex;
    flex-direction: column;
}

.product_info_title {
    font-weight: 800;
    font-size: 4rem;
    line-height: 6rem;
}

.product_info_subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3rem;
}

.product_info_desc {
    max-width: 600px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
}

.product_info_icon_area {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 30px;
}

.product_info_img {
    max-width: 380px;
}

.product_info_table {
    width: 100%;
    max-width: 1300px;
    margin: 100px auto;
    border-collapse: collapse;
}

.product_info_table tr th{
    text-align: left;
    padding-left: 32px;
    background-color: rgba(55, 55, 55, 1);
    color: white;
    font-weight: 600;
}

.product_info_table tr {
    height: 45px;
}

.product_info_table tr td{
    padding: 0 30px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8rem;
    border-top : 1px solid rgb(210,210,210);
    word-break: keep-all;
}

.product_info_table tr td:last-child{
    border-left : 1px solid rgb(210,210,210);
}

.product_info_table tr:last-child td {
    border-bottom : 1.5px solid #373737;
}

.product_brochure_img {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.product_brochure_img img{
    width: 100%;
}

@media screen and (max-width:860px) {
    .product_info_area {
        flex-direction: column;
        align-items: center;
    }

    .product_info_icon_area {
        justify-content: center;
        gap: 10px;
    }

    .product_info_icon_area img{
        scale: calc(0.8);
    }

    .product_info_txt {
        width: 96%;
    }

    .product_info_img {
        width: 70% !important;
        margin-top: 50px;
    }

    .product_info_table {
        width: 90%;
    }
}

/********************************* Tab content *********************************/

.certificate_category {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.certificate_category li,
.certificate_category li button {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    margin-right: 15px;

    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    color: var(--main-color);
}

.certificate_category button.tab-link {
    padding: 10px 25px 8px;
    cursor: pointer;
    background-color: transparent;
    color: #a2a2a2;

    transition: border 0.3s;
}

.certificate_category .tab-link.active,
.certificate_category .tab-link:hover {
    color: var(--main-color);
}

.tab-content {
    display: none;
    padding: 30px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.patent_group {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.partners_group {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}


.patent_group_area {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
    width: 24%;
    gap: 20px;
}

.patent_group_area img {
    border : 1px solid rgba(220, 220, 220, 1);
}

.patent_group_txt {
    word-break: keep-all;
    text-align: center;
    color: black;
}

#pagenation_area {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 100px auto;
}

.pagenation li {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding: 0 20px;

    font-weight: 400;
    font-size: 20px;
}

.pagenation li:first-child,
.pagenation li:last-child {
   width: 50px;
   height: 50px;
   margin: 0 20px;
   border-radius: 50px;
   background-color: transparent;
   color: rgba(0,0,0,0.3);
}

.pagenation li:first-child a,
.pagenation li:last-child a {
   color: rgba(0,0,0,0.3);
}

.pagenation li.active {
    background-color: transparent;
    color: black;
    font-weight: 600;
}

.pagenation li.disabled {
    pointer-events: none;
    cursor: default;
}

.pagenation li.disabled a {
    color: rgba(0,0,0,0.1);
}

@media screen and (max-width: 1200px) {
    .patent_group_area {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 45%;

        padding: 30px;
        gap: 10px;
    }
}

@media screen and (max-width: 640px) {
    .tab-content {
        width: 100%;
        padding: 0;
    }

    .certificate_category ul {
        width: 100%;
        justify-content: center;
    }

    .certificate_category li button {
        justify-content: center;
        margin: 0;
    }

    .certificate_category button.tab-link {
        padding: 0;
        white-space: nowrap;
    }

    .patent_group {
        width: 100%;
        flex-direction: column;
        word-break: keep-all;
    }

    .patent_group_area {
        width: 100%;
    }
}


/***************** Product Group *******************/
.product_box {
    position: relative;
    width: 100%;
    height: 460px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;

    border: 1px solid #e0e0e0;
    background: #F5F5F5;

    transition: 0.3s;
}

.product_box img{
    width: fit-content;
    max-width: 300px;
    max-height: 300px;
}

.product_info {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;

    border-top: 1px solid #e0e0e0;
    background-color: white;

    font-size: 17px;
    font-weight: 400;
    color: #aaaaaa;
}

.product_box_title {
    display: inline-block;
    width: 100%;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-weight: 500;
    color: #352F2D;
    font-size: 24px !important;
    line-height: 34px;
    text-align: left;
    word-break: keep-all;
}

.product_box_subinfo {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.product_box_subinfo p {
    margin: 0;
    font-size: 15px;
}

.product_box_date {
    text-align: center;
}

/***************** Case Group *******************/

.case_group {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 40px;
}

.case_group a {
    width: 45%;
}

.case_group a:hover {
    text-decoration: none;
}

.case_group a:hover .case_box{
    scale: calc(1.05);
}

.case_box {
    position: relative;
    width: 100%;
    height: 230px;
    display: inline-flex;
    flex-direction: column;

    background-size: contain, 100% 100%;
    background-blend-mode: multiply;
    border-radius: 20px;
    transition: 0.3s;

    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.case_info {
    position: absolute;
    right: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 30px;
}

.case_box_title {
    display: inline-block;
    width: 100%;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-weight: 500;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: right;
    word-break: keep-all;
    
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.case_info .more {
    top: 160px;
    right: 20px;
}

.case_group a:hover .case_info .more {
    color: white;
    border: 1px solid white;
}

@media screen and (max-width: 640px) {
    .case_group a {
        width: 100% ;
    }
}

/***************** NEWS / Culture Hero Section ***************/
.hero-section-2 {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    gap: 30px;
}

.hero-section-2 .news-article{
    width: 48%;
}

.hero-section-2 .article-card{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

.hero-section-2 .article-card img{
    width: 100%;
    height: 360px;
}

.hero-section-2 .article-card .news_title{
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 22px;
    line-height: 2rem;
}

.hero-section-2 .article-card .news_content{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

    font-size: 16px;
    line-height: 2.2rem;
}

/*************Job Swiper Section ************/
.swiper-container {
    width: 90%;
    height: 100%;
    position: relative;
    padding: 0 50px 0 30px;

    overflow: hidden;

    text-align: center;
}

.swiper-wrapper {
    width: 90%;
}

@media screen and (max-width:640px) {
    .swiper-container {
        margin-left: 20%;
    }
}

/****************Subpage News *****************/

.main-full .news-article {
    padding-top: 20px;
    border-top: 2px solid #093696;
    width: 100%;
}

.main-full .article-card.left-thumb {
    margin-bottom: 10px;
}

.main-full .article-card.left-thumb a{
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 8px;
}

.main-full .article-card.left-thumb a:hover{
    z-index: 999;
    background-color: rgba(230, 243, 255, 0.1);
    border-radius: 5px;
}

.main-full .article-card.left-thumb a img{
    display: inline-block;
    width: 360px;
    height: 240px;
    margin-right: 20px;
}

.main-full .article-card.left-thumb a .newsWithThumb{
    display: inline-block;
    width: 65%;
}

.main-full .article-card.left-thumb a .newsWithThumb h4{
    font-size: 20px;
    padding-bottom: 5px;
}

.main-full .article-card.left-thumb a .newsWithThumb .news_summary{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 2rem;
}

.button_area {
    max-width: 1500px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#notice_list {
    width: 100%;
    max-width: 1500px;
    border-collapse: collapse;
}

#notice_list th{
    height : 60px;
    background-color: rgba(0, 18, 62, 1);
    color: white;
    text-align: center;

    font-weight: 500;
    font-size: 17px;
}

#notice_list tr td{
    padding: 20px 10px;
    border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 640px) {

    #notice_list th{
        font-size: 14px;
    }

    #notice_list colgroup col:first-child {
        display: none;
    }

    #notice_list tr th:first-child {
        display: none;
    }

    #notice_list tr td:first-child:not(:only-child) {
        display: none;
    }
}

.map_info {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 20px 70px 0;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.map_info p {
    display: inline-block;
    justify-content: center;
    color: #323232;
    font-size: 1rem;
    font-weight: 300;
}

.map_info .map_title {
    display: inline-block;
    color: #0085CF;
    font-weight: 600;
    font-size: 1.2rem;
    margin-right: 15px;
}

.map_info .map_title i {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #0085CF;
    background-color: rgba(0, 140, 214, 0.05);
}

@media screen and (max-width: 860px) {
    .board-write .root_daum_roughmap {
        width: 100% !important;
        padding: 50px;
    }

    .map_info {
        padding: 50px;
        gap: 10px;
    }

    .map_info p,
    .map_info p:first-child {
        width: 100%;
        font-size: 18px;
    }

    .map_info .map_title {
        display: inline-block;
        margin-bottom: 10px;
        width: 15%;
    }
}

@media screen and (max-width: 640px) {

    .board-write .root_daum_roughmap {
        padding: 30px;
    }

    .map_info {
        padding: 30px;
        gap: 30px;
        justify-content: center;
    }

    .map_info p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        word-break: keep-all;
    }

    .map_info span.map_title {
        font-size: 1.5rem !important;
        margin-bottom: 20px;
    }

    .map_info {
        flex-direction: column;
    }

    .map_info .map_title {
        width: 100%;
    }
}

.product_main_img.ces {
    max-width: 330px;
    margin-bottom: 60px;
}