/** 2026 renewal - EDGERANK **/



/* common elements */
* {
    font-family: 'Pretendard', sans-serif;
}
.main_tit_wr .main_tit h3 {
    font-family: 'Binggrae2-Bold',sans-serif;
}
.hm_sec02 .depth01>li>a .font_bingbold {
    font-family: 'Binggrae2-Bold',sans-serif;
}
.main_tit_wr .tab_wr .tab_cont.act, .main_tit_wr .tab_wr .tab_cont:hover {
    background: 0;
    background-color: #e51f19;
    box-shadow: unset;
}
#container .container {
    margin-top: 80px;
}
.navigation-buttons { 
    min-width: 360px;
}

.navigation-buttons .navigation-button {
    cursor: pointer;
    padding: 20px 35px;
    font-size: 17px;
    font-weight: 500;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.4;
    background:#fff;
    transition: background 0.3s;
    position: relative;
}
.navigation-buttons .navigation-button:first-child {
    border-top: 1px solid #E3E3E3;
    border-radius: 30px 30px 0 0;
}
.navigation-buttons.arrow-right .navigation-button:after {
    content: "";
    background-image: url(/img/icon/arrow-right.svg);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 1px;
}
.navigation-buttons .navigation-button:last-child {
    border-radius: 0 0 30px 30px;
}
.navigation-buttons .navigation-button span { 
    color: #949494;
    transition:color 0.3s;
}

.navigation-buttons .navigation-button.active, .navigation-buttons .navigation-button:hover { 
    background: #e51f19;
}

.navigation-buttons .navigation-button.active span, .navigation-buttons .navigation-button:hover span { 
    color: #fff;
}
.navigation-buttons.arrow-right .navigation-button.active:after, .navigation-buttons.arrow-right .navigation-button:hover:after { 
    
}

.navigation-tab-wrapper { 
    width: 100%;
}

.navigation-tab-wrapper .navigation-tab { 
    display:none;
}
.navigation-tab-wrapper .navigation-tab.active { 
    display:flex;
}

br.mobile {
    display: none;
}

#wrap .popup_wrap {
    height: 100vh;
}
#wrap .popup_wrap .popup_container {
    top: 50vh;
}


/* header */

.header {
    height: 132px;
    transition: height 0.3s;
}
.header_top {
    background: #fff;
}
.header:not(.news_header).on {
    border-radius: 0;
    background-color: #1C1C1C;
    overflow: hidden;
}
.header .header_container {
    height: 100px;
    padding: 33px 80px;
    background: #fff;
}
.gnb01 .depth01>li {
    padding: 35px 45px;
    min-width: 120px;
    line-height: 1.6;
    height: 100px;
    position:relative;
}
.gnb01 .depth01>li:after {
    position: absolute;
    content: "";
    background-color: #e51f19;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}
.gnb01 .depth01>li:before {
    content: '';
    display: block;
    width: 74%;
    position: absolute;
    left: 13%;
    display: none;
    height: 1px;
    background-color: #ffffffb5;
    bottom: 0;
    top: unset;
}
.header.on .gnb01 .depth01>li:hover:after {
    display: block;
    height: 520px;
    opacity: 1;
    visibility: visible;
}
.header.on .gnb01 .depth01>li:hover:before {
    display: block;
}
.header.on .gnb01 .depth01>li:hover>a {
    color: #fff!important;
}

.gnb01 .depth01>li:hover > a::before, .gnb01 .depth01>li:hover>a::after {
    display: none;
}
.gnb01 .depth02 li.active a, .gnb01 .depth02 li:hover a {
    font-weight: 600;
}
.header.on .gnb01 .depth02 {
    transition: unset;
}
.gnb01 .depth01>li>a {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    letter-spacing: -0.04em;
    min-width: 20px;
    text-align: center;
}
.gnb01 .depth01>li>a {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.gnb01 .depth02 li a {
    font-family: 'Pretendard', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    transition: unset;
}
.gnb01 .depth02 li.active a, .gnb01 .depth02 li:hover a {
    color: #fff;
}
.gnb01 .depth02 li.active a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.main-page .header {

}

.main-page .header:not(.fixed,.on) .header_container {
    background: transparent;
    transition: background 0.3s;
}

/*.main-page .header:not(.fixed,.on) .header_top {
    background: transparent;
    transition: background 0.3s;
    border-color:transparent;
}*/
.main-page .header:not(.fixed,.on) .gnb01 .depth01>li>a {
    color: #fff;
}
.main-page .header:not(.fixed,.on) .lang p span {
    color: #fff;
}
.main-page .header:not(.fixed,.on) .lang p span img {
    filter: invert(1);
}
.main-page .header:not(.fixed,.on) .hamberger a span {
    background-color: #fff;
}
.main-page .header:not(.fixed,.on):has(.hamberger.checked) .lang p span {
    color: #000;
}
.main-page .header:not(.fixed,.on):has(.hamberger.checked) .lang p span img {
    filter: invert(0);
}
.main-page .header:not(.fixed,.on) .hamberger.checked a span {
    background-color: #000;
}
.main-page .header:not(.fixed,.on):has(.hamberger.checked) .header_sec01:after {
    opacity: 0;
}
.main-page .header:not(.fixed,.on):has(.hamberger.checked) .header_sec01 img {
    opacity: 1;
}
/*.main-page .header:not(.fixed,.on) .header_top ul li span {
    color: #fff;
}
.main-page .header:not(.fixed,.on) .header_top ul li img {
    filter: invert(1);
}
*/
.main-page .header:not(.fixed,.on) .header_sec01 {
    position: relative;
}
.main-page .header:not(.fixed,.on) .header_sec01 img {
    opacity: 0;
    transition:opacity 0.3s;
}
.main-page .header:not(.fixed,.on) .header_sec01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/main/2026/logo-white.png);
    background-size: 100%;
    z-index: 9;
}


/* footer */

#footer { 

}

#footer .container { 
    max-width: 1520px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 30px;
}
#footer .container * {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.06em;
}
#footer .container .footer-section { 
    font-size: 17px;
    font-weight: 300;
    width: 50%;
}
#footer .container .footer-section.right { 
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer-section .footer-logo { 
    display: block;
    padding: 10px 0;
    margin-bottom: 30px;
}

.footer-section .footer-text { 
    display: block;
    word-break: keep-all;
}

#footer .footer-section .footer-email-link { 
    color: #e51f19;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.footer-section .footer-link-list { 

}
.footer-section .footer-link-list li { 
    display: inline-block;
    margin-right: 36px;
    position: relative;
}
.footer-section .footer-link-list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #434343;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.footer-section .footer-link-list li:last-child:before {
    display: none;
}
.footer-section .footer-link-list li a { 

}

#footer .footer-section .copyright {
    color: #6C6C6C;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 15px;
    padding: 32px 0;
}

.footer-section .channel-links-wrapper { 
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.footer-section .channel-links-wrapper .channel-links { 
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-right: 5%;
}

#footer .footer-section .channel-links-wrapper .channel-links .channel-title {
    color: #E0E0E0;
    margin-right: 25px;
    font-weight: 500;
    letter-spacing: -0.02em;
        white-space: nowrap;
}

.footer-section .channel-links-wrapper .channel-links .channel-list { 

}

.footer-section .channel-links-wrapper .channel-links .channel-list li { 
    display: inline-block;
    margin-right: 8px;
}

.footer-section .channel-links-wrapper .channel-links .channel-list li a { 

}

.footer-section .channel-links-wrapper .channel-links .channel-list li a img { 

}

.footer-report-section { 
    text-align: right;
    width: 90%;
    max-width: 540px;
}

#footer .footer-report-section .footer-report-title {
    color: #E0E0E0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-report-section ul { 

}

.footer-report-section ul li { 
    text-align: left;
    border: 1px solid #E0E0E0;
    padding: 20px 45px;
    border-radius: 25px;
    margin-top: 14px;
}

.footer-report-section ul li a { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer-report-section ul li a .report-item-content {
    font-size: 19px;
}

#footer .footer-report-section ul li a .report-item-btn {
    font-size: 16px;
    position: relative;
}
#footer .footer-report-section ul li a .report-item-btn:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #434343;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
}




/* bussiness area */

.business-area-wrapper {
    display: flex;
    margin: 60px auto; 
    align-items: center;
}
.business-banner-image {
    margin-bottom:40px;
}
.business-area-wrapper .navigation-buttons {
    margin-right: 30px;
}

.single-business-area { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.single-business-area .business-area-content { 
    padding: 20px 40px;
    width: 65%;
    padding-right: 20px;
}

.single-business-area .business-area-content .business-area-subtitle { 
    font-size: 21px;
    color: #e51f19;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 14px;
    display: block;
}

.single-business-area .business-area-content h3 { 
    color: #0C0C0C;
    font-size: 38px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 30px;
}

.single-business-area .business-area-content p { 
    font-size: 17px;
    color: #5f5f5f;
    line-height: 1.8;
    word-break: keep-all;
    letter-spacing: -0.04em;
    min-width: 485px;
}

.single-business-area .business-area-thumbnail { 
    width: 45%;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}

.single-business-area .business-area-thumbnail img { 
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 36px;
}




/* products */

#product .product_list_wr .feature_wr {
    display:none;
}
.product_list_slide {
    max-width: unset;
    padding: 0;
}
.product_list_slide a span {
    font-weight: 500;
    background: #F5F5F5;
    width: 92%;
    border-radius: 20px;
    padding: 5px 0;
    transition: background 0.3s, color 0.3s;
}
.product_list_slide .act a span, .product_list_slide a:hover span {
    background: #e51f19;
    color: #fff;
}
.product_list_slide .list-all a span {
    display:none;
}
.product_list_slide .list-all a .img_box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    margin: 0;
}

.product_list_slide .list-all img {
    width: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.product_list_slide .slick-slide:has(.list-all) {
    width: 80px!important;
}
#product.list .sec02 {
    padding-top: 30px;
}
#product.list .sec04 {
    padding-top: 60px;
}
#product.detail .sec01 .txt_box .tit {
    font-family: 'Binggrae2-Bold',sans-serif;
}
#product.detail .sec01 .txt_box .txt {
    font-weight: 400;
    color: #858585;
}

#product.detail .sec01 .txt_box {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #DFDFDF;
}
#product.detail .sec02 {
    padding-bottom: 90px;
}
#product.detail .sec02 > .inner {
    border: 0;
    padding: 50px 0;
}
#product.detail .b_shadow_in {
    box-shadow: unset;
    border: 1px solid #DFDFDF;
}
#product.detail .sec02 .r_wr {
    border: 0;
}
#product.detail .sec02 .r_wr .toggle_tit {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.4;
    background: #fff;
    transition: background 0.3s;
    padding: 0 20px;
}
#product.detail .sec02 .r_wr .toggle_it:first-child .toggle_tit {
    border-top: 1px solid #E3E3E3;
    border-radius: 30px 30px 0 0;
}
#product.detail .sec02 .r_wr .toggle_it:last-child .toggle_tit {
    border-radius: 0 0 30px 30px;
}
#product.detail .sec02 .r_wr .toggle_it.act:last-child .toggle_cont {
    border-radius: 0 0 30px 30px;
}
#product.detail .sec02 .r_wr .toggle_it.act:last-child .toggle_tit {
    border-radius: 0;
}

#product.detail .sec02 .r_wr .toggle_tit .tit {
    font-weight: 500;
        color: #0A0A0A;
}

#product.detail .sec02 .r_wr .act .toggle_tit {
    background: #e51f19;
    color:#fff;
}
#product.detail .sec02 .r_wr .act .toggle_tit .tit {
    color:#fff;
}
#product.detail .num.circle {
    border-color: #0A0A0A;
    color: #0A0A0A;
}
#product.detail .act .num.circle {
    border-color: #FFF;
    color: #FFF;
}
#product.detail .toggle_wr .toggle_it .toggle_tit img {
    opacity: 0.5;
    width: 12px;
    height: 6px;
    right: 25px;
}
#product.detail .toggle_wr .toggle_it.act .toggle_tit img {
    opacity:1;
    filter:invert(1);
}
#product.detail .sec02 .r_wr .toggle_cont {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 30px 72px;
    font-weight: 400;
}
#product.detail .sec02 .r_wr .toggle_cont p {
    color: #636363;
    font-weight: 400;
}

#product.detail .sec03.product_list_wr .product_list {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#product.detail .product_list_wr .product_item {
    width: 20%;
    gap: 10px;
}
#product.detail .product_list_wr .product_box {
    height: auto;
    border: 0;
}
#product.detail .product_list_wr .img_wr {
    height: auto;
    padding-top: 100%;
    margin-top: 0;
}
#product.detail .product_list_wr .product_name {
    font-weight: 400;
}

#product.detail .sec04 .b_shadow_out {
    border: 0;
    padding: 70px 0;
    padding-bottom:0;
}
#product.detail .sec04 .r_wr {
    width: 35%;
    margin-right: 5%;
    margin-left: 0;
}
#product.detail .sec04 .product_info .capacity_wr .b_txt {
    margin-right: 40px;
    display: inline-block;
}
#product.detail .sec04 .product_info .btn_box {
    display: inline-block;
}
#product.detail .sec04 .product_info .btn_box button {
    margin-right: 10px;
}
#product.detail .sec04 .product_info .btn_box button:hover, #product.detail .sec04 .product_info .btn_box button.act {
    border-color: #e51f19;
    color: #e51f19;
}
#product.detail .sec04 .r_wr .img_box img {
    width: 70%;
}
#product.detail #div_main_link_url {
    display:none;
}
#product.detail .sec04 .product_info {
    display: flex;
}
#sd_calorie_area {
        color: #969696;
}
#product.detail .sec04 .nutrition_wr .update {
    color: #969696;
}
#product.detail .sec04 .product_cont {
    width: 55px;
    margin: 0;
    position:relative;
}
#product.detail .sec04 .product_cont .img_wr {
    border: 1px solid #DFDFDF;
    background: #f9f9f9;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 100%;
    height: 0;
    position:relative
}
#product.detail .sec04 .product_cont .img_wr img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#product.detail .sec04 .product_cate {
    display: flex;
    justify-content: center;
    padding: 20px 15px;
    gap: 12px;
}
#product.detail .sec04 .product_cont:hover .img_wr, #product.detail .sec04 .product_cont.act .img_wr {
    box-shadow: unset;
    background: #f9f9f9;
}
#product.detail .sec04 .product_cont .img_wr:after {
    content: "";
    position: absolute;
    background: #ff1717;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.3s;
}
#product.detail .sec04 .product_cont:hover .img_wr:after, #product.detail .sec04 .product_cont.act .img_wr:after {
    opacity: 0.6;
}
#product.detail .sec04 .product_cont .name {
    display:none;
}


#product.detail .view_more {
    background-color: #e51f19;
    color:#fff;
        font-size: 16px;
}
#product.detail .view_more:hover {
    box-shadow: unset!important;
}


#product-inner-title {
    font-weight: 600;
    font-size: 28px;
    color:#0A0A0A;
    margin-bottom: 30px;
}


.product-all-category-wrapper { 
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 120px auto;
    justify-content: space-between;
}

.single-product-category { 
    width: 33%;
    width: calc(100% / 3 - 15px);
    position: relative;
    padding-top: 25%;
    height: 0;
}

.single-product-category a { 

}

.single-product-category .category-caption { 
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 3;
    text-shadow: 0 0 15px #000000a6;
    width: 80%;
}

.single-product-category .category-caption .category-title { 
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.06em;
}

.single-product-category .category-caption .category-subtitle { 
    color: #ffffffba;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.single-product-category .thumbnail-box { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid #0000000d;
}

.single-product-category .thumbnail-box img { 
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.single-product-category:after {
    content:"";
    position: absolute;
    background-image:url(/img/icon/arrow-long-right.svg);
    width: 24px;
    height: 24px;
    bottom: 10%;
    right: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: 4;
    transition: all 0.3s;
}
.single-product-category:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, #24242473, transparent);*/
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 35px;
}
.single-product-category .thumbnail-box:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e51f199c;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
}

.single-product-category:hover .thumbnail-box:after {
    opacity: 1;
}

.single-product-category:hover:after {
    opacity: 1;
}

.single-product-category:hover .thumbnail-box img {
    transform: translate(-50%, -50%) scale(1.1);
}




/* history page */

.history .history_l .history_fix .l_box {
    box-shadow: unset;
    padding: 0;
    padding-right: 30px;
    width: 480px;
    height: 360px;
}

.history .history_l .history_fix .l_box .txt_box .sec_tit > span {
    display: inline-block;
    background: #e51f19;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom:10px;
}
.history .history_l .history_fix .l_box .txt_box .sec_tit > span.year {
    display: inline-block;
    background: 0;
    color: #e51f19;
    padding: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0;
        margin-bottom: 0;
}
.history .history_l .history_fix .l_box .txt_box .sec_tit {
    margin-bottom: 14px;
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
}




.history .s_txt {
       color: #5f5f5f;
        line-height: 1.6;
}

.history .history_l .history_fix .l_box .year_box {
    display: block;
    position: relative;
    margin-top: 20px;
}
.history .history_l .history_fix .l_box .year_box:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    top: 0;
    position: absolute;
    left: 4px;
}
.history .history_l .history_fix .l_box .year_box .cont {
    box-shadow: unset;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 7px 0;
    padding-left: 19px;
    background: 0;
    position: relative;
    font-family: Poppins;
}
.history .history_l .history_fix .l_box .year_box .cont:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    left: 1px;
    border-radius: 100%;
    border: 1.5px solid #e2e2e2;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.history .history_l .history_fix .l_box .year_box .cont.on {
    background-image: unset;
}
.history .history_l .history_fix .l_box .year_box .cont.on span {
    color:#e51f19;
    font-weight: bold;
}
.history .history_l .history_fix .l_box .year_box .cont.on:before{
    background: #e51f19;
    border-color: #e51f19;
    border-width: 3px;
    left: -1px;
}

.history .history_l .history_fix .l_box .year_box .cont > span {
    color: #c0c0c0;
}

.history .history_r {
    width: 75%;
}
.biz_cont {
    margin-top: 0;
}
.single-year-list { 
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 35px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.single-year-list.first { 
    padding-top: 0;
    border-top: 0;
}
.single-year-list .single-year-title { 
    color: #0D0D0D;
    font-weight: 800;
    font-size: 24px;
    width: 72px;
}

.single-year-list .monthly-list { 
    padding: 0 20px;
    padding-left: 85px;
}

.single-year-list .monthly-list li { 
    display: flex;
    justify-content: space-between;
}

.single-year-list .monthly-list li .month { 
    width: 40px;
    display: block;
    font-weight: 700;
    color: #e51f19;
    font-size: 16px;
    text-align: center;
}

.single-year-list .monthly-list li .event { 
    width: 100%;
    text-align: left;
    font-size: 16px;
    word-break: keep-all;
    padding-left: 20px;
}


/* company page */

.shadow-box-wrapper {
    border-radius: 30px;
    box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 45px 45px;
    margin-top: clamp(20px, 3.053vw, 40px);
    flex-wrap: wrap;
    margin-top: 70px;
    border: 1px solid #E3E3E3;
}



.shadow-box-wrapper .column {
    
}

.shadow-box-wrapper .column.right {
    
}

.ceo-intro-wrapper { 
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #E3E3E3;
}

.ceo-intro-wrapper .left_cont { 

}

.ceo-intro-wrapper .left_cont img { 

}

.ceo-intro-wrapper .right_cont { 
    width: 56%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.ceo-intro-wrapper .right_cont .sub_txt { 
    font-weight: 500;
    line-height: 1.64;
    font-size: 22px;
}


.ceo-intro-wrapper .right_cont .signature_block { 
text-align: center;
    width: 100%;
    margin-top: 30px;
}

.ceo-intro-wrapper .right_cont .signature_block .nameplate { 
    font-size: clamp(10px, 1.527vw, 20px);
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.ceo-intro-wrapper .right_cont .signature_block .img_set { 
    display: inline-block;
    vertical-align: middle;
}

.shadow-box-wrapper .inner-columns {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 0;
}
.shadow-box-wrapper .inner-columns p {
    font-size: clamp(11px, 1.374vw, 18px);
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: -0.9px;
    text-align: left;
    word-break: keep-all;
    margin: 25px 0;
}
.shadow-box-wrapper .inner-columns .column { 
    width: 50%;
    position: relative;
}
.shadow-box-wrapper .inner-columns .column { 
    width: 50%;
    position: relative;
}
.shadow-box-wrapper .inner-columns .column.right { 
    padding-left: 30px;
    border-left: 1px solid #E3E3E3;
}
.shadow-box-wrapper .inner-columns .column .position_logo { 
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
}

.shadow-box-wrapper .inner-columns .column .position_logo img { 
    width: 100%;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin: 30px auto;
    margin-bottom: 40px;
    line-height: 1.4;
}

.section-title span { 
    color: #e51f19;
    font-family: inherit;
    display: block;
    margin: 12px 0;
    line-height: 1.4;
}

.philosophy-section { 
    margin-bottom: 120px;
}

.philosophy-section .single-philosophy { 
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 20px;
}
.philosophy-section .single-philosophy.right {
    flex-direction: row-reverse;
}
.philosophy-section .single-philosophy .column { 
    width: 50%;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    position: relative;
}

.philosophy-section .single-philosophy .column.grey { 
    background: #F3F3F3;
}
.philosophy-section .single-philosophy .column.grey:before { 
    content: "";
    background: #f3f3f3;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.philosophy-section .single-philosophy .caption { 

}

.philosophy-section .single-philosophy .caption .caption-title { 
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.philosophy-section .single-philosophy .caption .caption-subtitle { 
    font-size: 16px;
    line-height: 1.4;
}

.philosophy-section .single-philosophy.right .column.grey { 

}
.philosophy-section .single-philosophy.right .column.grey:before { 
    left: unset;
    right: -300px;
}
.philosophy-section .single-philosophy.right .caption { 
    text-align: right;
}



.principles-wrapper { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 60px auto;
    max-width: 960px;
    margin-bottom: 120px;
}

.principles-wrapper .single-principle { 
    width: 23%;
    width: calc(100% / 4 - 15px);
    text-align: center;
}

.principles-wrapper .single-principle .principle-icon { 
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.principles-wrapper .single-principle .principle-icon img { 

}

.principles-wrapper .single-principle .principle-text { 

}

.principles-wrapper .single-principle .principle-text h4 { 
    font-size: 20px;
}

.principles-wrapper .single-principle .principle-text p { 
    color: #696969;
}

.philosophy-intro-wrapper { 
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
    padding: 20px 0;
}

.philosophy-intro-wrapper .hightlight { 
    font-weight: 600;
    font-size: 32px;
    color: #e51f19;
    position: relative;
    display: inline-block;
}
.philosophy-intro-wrapper .hightlight:before { 
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    display: block;
    background-image: url(/img/sub/company/philosophy/comma-start.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    left: -40px;
    top: -12px;
}
.philosophy-intro-wrapper .hightlight:after { 
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    display: block;
    background-image: url(/img/sub/company/philosophy/comma-end.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    right: -40px;
    top: -12px;
}
.philosophy-intro-wrapper .subtitle {
    display: block;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
        margin-bottom: 20px;
}


/* main page */

.main-slide-wrapper.box {
    padding: 0;
	margin-bottom: 0!important;
    position: relative;
}

.main-slide-wrapper.box .thumbnail-box {
    margin: 0;
    padding-top: 100vh;
    padding-top: calc(100vh - 10px);
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    background-size:cover;
    background-position: 50% 50%;
}
.main-slide-wrapper.box .swiper-slide-active .thumbnail-box {
    animation: zoomInEffect 6s ease-in-out infinite;
}
.main-slide-wrapper.box .swiper-slide-active #thumbnail-box-2.thumbnail-box {
    animation: zoomOutEffect 6s ease-in-out infinite;
}

@keyframes zoomInEffect {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes zoomOutEffect {
    0% {
        transform: scale(1.3) translateY(-5%);
    }
    100% {
        transform: scale(1) translateY(0);
    }
}

.main-slide-wrapper.box .thumbnail-box.mobile {
    display:none;
}
.main-slide-wrapper .swiper-slide {
	min-width:100vw;
	min-width:calc(100vw - 16px);
}
.swiper.main-slide {
    border-radius: 0 0 0 0;
    overflow: hidden;
}
.main-slide-wrapper .swiper-slide:before {
    content: "";
    background: linear-gradient(180deg, #00000059, transparent);
    width: 100%;
    position: absolute;
    display: block;
    height: 50%;
    z-index: 2;
}
.main-slide-wrapper .swiper-slide:after {
    content: "";
    background: linear-gradient(0deg, #00000059, transparent);
    width: 100%;
    position: absolute;
    display: block;
    height: 50%;
    z-index: 2;
    bottom: 0;
}

.main-slide-wrapper { 

}
.main-page .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    cursor: pointer;
}
.main-page .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}
.main-page .product-category-slide .swiper-slide.swiper-slide-next {
    opacity: 1;
    visibility: visible;
}
.main-page .product-category-slide .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
    visibility: visible;
}

.main-slide-wrapper .navigation { 
    position: absolute;
    right: 10%;
    bottom: 10%;
    display: block;
    z-index: 3;
}

.main-slide-wrapper .navigation .swiper-pagination {
    left: unset;
    width: auto;
    white-space: nowrap;
    position: relative;
}

.main-slide-wrapper .swiper-pagination-bullet { 
    background: 0;
    opacity: 1;
    height: 50px;
    width: 30px;
    position: relative;
    display: inline-block;
}

.main-slide-wrapper .swiper-pagination-bullet .circle-progress-bar { 
    height: 50px;
    width: 50px;
    position: relative;
}
.main-slide-wrapper .circular-progress {
    --size: 250px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 15px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * 6.283185307179586);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 5s linear 0s 1 forwards;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.main-slide-wrapper .swiper-pagination-bullet-active .circular-progress {
    opacity: 1;
}

.main-slide-wrapper .circular-progress circle {
  fill: none;
  /*stroke-linecap: round;*/
}

/* background ring */
.main-slide-wrapper .circular-progress circle.bg {
    stroke: #ffffff4f;
    stroke-width: var(--stroke-width);
}

/* foreground ring */
.main-slide-wrapper .circular-progress circle.fg {
    stroke: #ffffff;
    stroke-width: var(--stroke-width);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: var(--circumference);
    stroke-dashoffset: calc(var(--circumference) - var(--dash));
}
.main-slide-wrapper .swiper-pagination-bullet .circle-progress-bar:after { 

}
.main-slide-wrapper .swiper-pagination-bullet .circle-progress-bar span { 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
}
@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation {
  to { --progress: 100; }
}

.main-slide-wrapper .navigation .swiper-button-prev { 
    left: unset;
    right: 71px;
}

.main-slide-wrapper .navigation .swiper-button-next { 

}




.main-slide-video-wrapper {
    position: absolute;
    margin: 0;
    padding-top: 100vh;
    overflow: hidden;
    width: 100%;
	margin-top: -5px;
        z-index: 1;
}
.main-slide-video-wrapper:after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff0;
    top: 0;
    left: 0;

}
.main-slide-video-wrapper iframe {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    height: 100vw;
    transform: translate(-50%,-50%);
    width: 100vw;
    max-width: unset;
}

.caption-wrapper { 
    position: absolute;
    background: linear-gradient(180deg, transparent, #000000a8);
    width: 100%;
    height: 30vh;
    top: 70vh;
    z-index: 3;
}

.caption-wrapper .caption-inner { 
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    position: absolute;
    left: 30%;
    left: calc(50% - 720px);
    bottom: 15vh;
}

.caption-wrapper .caption-inner h2 { 
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Binggrae2-Bold', sans-serif;
    line-height: 1.4;
}

.caption-wrapper .caption-inner .subtitle { 
    font-size: 18px;
    color: #fff;
    
    line-height: 1.3;
}
#main-video-slide .caption-wrapper {
    transition:opacity 6s;
    opacity: 1;
}
#main-video-slide.swiper-slide-active .caption-wrapper{
    opacity: 0;
}
.caption-wrapper .caption-inner a { 
    border: 2px solid #fff;
    font-size: 17px;
    color: #fff;
    padding: 12px 30px;
    border-radius: 15px;
    margin-top: 1px;
    display: inline-block;
    font-weight: 600;
}

.section-title-wrapper { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.section-title-wrapper .title-area { 

}

.section-title-wrapper .title-area .section-title { 
    margin: 0;
    text-align: left;
}

.section-title-wrapper .title-area .section-title span { 
    color: #1f1f1f;
    letter-spacing: -0.03em;
    margin: 0;
}

.section-title-wrapper .title-area h4 { 
    font-size: 17px;
    font-weight: 400;
}

.section-title-wrapper a { 
    display: inline-block;
    padding: 2px 20px;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    font-weight: 500;
}

.section-title-wrapper a img { 
    width: 10px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 7px;
    margin-right: -5px;
}


#main_container .section {
    padding: 90px 10px;
    padding-top: 60px;
    max-width: 1300px;
    margin: 0 auto;
}
#main_container #main-slide-section.section {
    max-width: 100%;
    padding: 0;
    padding-top: 30px;
    margin-bottom: 60px;
}
.product-category-slide {
    margin-top: 60px;
    margin-bottom: 40px;
    overflow: visible;
}
.product-category-slide .swiper-button-prev {
    background: #F3F3F3;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    left:-80px;
    margin-top: -47px;
}
.product-category-slide .swiper-button-next {
    background: #F3F3F3;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    right:-80px;
    margin-top: -47px;
}

.product-category-slide .swiper-button-next:after, .product-category-slide .swiper-button-prev:after {
    font-size: 16px;
    color: #868686;
}
.product-category-slide .swiper-pagination .swiper-pagination-bullets { 

}

.product-category-slide .swiper-pagination .swiper-play-buttons { 

}

.product-category-slide .swiper-pagination .swiper-play-buttons .swiper-button-pause { 

}

.product-category-slide .swiper-pagination .swiper-play-buttons .swiper-button-pause img { 

}

.product-category-slide .swiper-pagination .swiper-play-buttons .swiper-button-play { 

}

.product-category-slide .single-product-category {
    width: 100%;
    padding-top: 75%;
}

.product-category-slide .swiper-pagination .swiper-play-buttons img { 
    width: 15px;
    opacity: 0.5;
}

.product-category-slide .product-all-category-wrapper .single-product-category {
    width: 100%;
    padding-top: 80%;
}

.product-category-bottom { 
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 30px;
}

.product-category-bottom .product-category-pagination { 
    width: auto;
}

.product-category-bottom .product-category-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 25px;
    border-radius: 0;
    background: #CDCDCD;
    height: 3px;
    opacity: 1;
}
.product-category-bottom .product-category-pagination .swiper-pagination-bullet-active {
    background: #e51f19;
}

.product-category-bottom .custom-play-buttons { 
    height: 17px;
    margin-left: 20px;
}

.product-category-bottom .custom-play-buttons .swiper-button-pause { 
    display: inline-block;
    border: 2px solid #CDCDCD;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: relative;
}

.product-category-bottom .custom-play-buttons .swiper-button-play { 
    display: inline-block;
    border: 2px solid #CDCDCD;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: relative;
}

.product-category-bottom .custom-play-buttons img { 
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.33;
}
.product-category-bottom .custom-play-buttons .swiper-button-play img { 
    width: 68%;
    margin-left: 1px;
}

#binggrae-world-map-caption {
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
    letter-spacing: -0.03em;
    font-weight: 500;
}
#binggrae-world-map-caption b {
    color: #e51f19;
    /*text-decoration: underline;
    text-underline-offset: 7px;*/
}
#binggrae-world-map { 
    position: relative;
}

#binggrae-world-map .pin-wrapper { 

}

#binggrae-world-map .pin-wrapper .single-pin { 
    position: absolute;
    text-align: center;
    cursor: pointer;
    transition: all 1.2s;
    opacity: 0;
    left: 36.72%;
    top: 32.07%;
}
#binggrae-world-map .pin-wrapper .single-pin#pin-kr {
    opacity: 1!important;
}
#binggrae-world-map.aos-animate .pin-wrapper .single-pin { 
    opacity: 1;
}
#binggrae-world-map.aos-animate .pin-wrapper .single-pin#pin-us {
    top: 29.44%;
    left: 74.14%;
}
#binggrae-world-map.aos-animate .pin-wrapper .single-pin#pin-cn {
    left: 27.67%;
    top: 32.39%;
}
#binggrae-world-map.aos-animate .pin-wrapper .single-pin#pin-vn {
    top: 47.48%;
    left: 31.73%;
}
#binggrae-world-map.aos-animate .pin-wrapper .single-pin#pin-au {
    top: 67.43%;
    left: 38.52%;
}

#binggrae-world-map .pin-wrapper .single-pin .pin-icon { 
    transition: opacity 0.3s;
    opacity: 1;
    visibility: visible;
}
#binggrae-world-map .pin-wrapper .single-pin .pin-icon-active { 
    opacity: 0;
    visibility: hidden;
    transition: opacity visibility 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}
#binggrae-world-map .pin-wrapper .single-pin img { 

}
#binggrae-world-map .pin-wrapper .single-pin.active .pin-icon { 
    opacity: 0;
    visibility: hidden;
}
#binggrae-world-map .pin-wrapper .single-pin.active .pin-icon-active { 
    opacity: 1;
    visibility: visible;
}

#binggrae-world-map .pin-wrapper .single-pin .pin-caption {
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    width: auto;
    white-space: nowrap;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

#binggrae-world-map .pin-navigation-wrapper { 
    width: 240px;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#binggrae-world-map .pin-navigation-wrapper .pin-nav-btn { 
    background: #F9F9F9;
    padding: 10px 0;
    display: block;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
    transition:background 0.3s, color 0.3s;
}
#binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid #e0e0e0;
}
#binggrae-world-map .pin-navigation-wrapper .pin-nav-btn.active, #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:hover {
    background: #e51f19;
    color: #fff;
}
#binggrae-world-map img { 

}




.news-item-wrapper { 
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.news-item-wrapper .single-news-item { 
    border-radius: 30px;
    box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 60px 30px;
    margin-top: clamp(20px, 3.053vw, 40px);
    flex-wrap: wrap;
    border: 1px solid #E3E3E3;
    width: 30%;
    width: calc(100% / 3 - 10px);
    padding-top: 30px;
}

.news-item-wrapper .single-news-item a { 
    cursor: pointer;
    width: 100%;
}

.news-item-wrapper .single-news-item a .news-caption { 
    margin-bottom: 27px;
}

.news-item-wrapper .single-news-item a .news-caption .news-category { 
    color: #e51f19;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.news-item-wrapper .single-news-item a .news-caption .news-title { 
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.4;
    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 70px;
    margin-bottom: 15px;
}

.news-item-wrapper .single-news-item a .news-caption .news-date { 
    color: #767676;
    font-weight: 500;
    letter-spacing: -0.06em;
    font-size: 16px;
}

.news-item-wrapper .single-news-item a .thumbnail-box { 

}

.news-item-wrapper .single-news-item a .thumbnail-box img { 
        width: 100%;
}

.main-bottom-buttons { 
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
        margin-bottom: 40px;
}

.main-bottom-buttons .single-bottom-button { 
    border-radius: 30px;
    box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 60px 45px;
    margin-top: clamp(20px, 3.053vw, 40px);
    flex-wrap: wrap;
    border: 1px solid #E3E3E3;
    width: 30%;
    width: calc(100% / 2 - 10px);
    align-content: center;
    position: relative;
    justify-content: space-between;
}

.main-bottom-buttons .single-bottom-button .text-wrapper { 

}

.main-bottom-buttons .single-bottom-button .text-wrapper h4 { 
    font-family: 'Binggrae2-Bold', sans-serif;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.main-bottom-buttons .single-bottom-button .text-wrapper .phone-number { 
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #e51f19;
    margin-top: 17px;
}

.main-bottom-buttons .single-bottom-button .text-wrapper .operation-time { 
    font-size: 18px;
    font-weight: 500; 
    letter-spacing: -0.03em;
    margin-top: 2px;
}

.main-bottom-buttons .single-bottom-button .background-icon { 
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.main-bottom-buttons .single-bottom-button .text-wrapper p { 
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 21px;
    color: #777777;
    letter-spacing: -.03em;
}

.main-bottom-buttons .single-bottom-button .buttons { 
    display: flex;
    flex-wrap: wrap;
    width: 130px;
    gap: 6px;
}

.main-bottom-buttons .single-bottom-button .buttons a {
    display: block;
    background: #e51f19;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 14px 0;
    letter-spacing: -0.03em;
    font-size: 16px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* responsive */

@media screen and (max-width: 1500px) {
    .caption-wrapper .caption-inner {
        left: 80px;
    }
}
@media screen and (max-width: 1460px) {
    .footer-section .channel-links-wrapper .channel-links .channel-list li a img {
        width: 45px;
    }
    .footer-section .channel-links-wrapper .channel-links .channel-list {
        white-space: nowrap;
    }
    .single-year-list .monthly-list li .event {
        white-space: nowrap;
        font-size: 15px;
    }
}
@media screen and (max-width: 1350px) {
    .gnb01 .depth01>li {
        padding: 35px 0;
    }
    .gnb01 .depth02 li a {
        font-size: 12px;
    }
    .header_sec01 img.pc {
        transform: scale(0.75) translateX(-20%);
    }
    .header .header_container {
        padding: 33px 15px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-section .channel-links-wrapper .channel-links .channel-list li a img {
        width: 30px;
    }
    #footer .footer-report-section ul li a .report-item-btn:after {
        display:none;
    }
    br.mobile {
        display: inline;
    }
    br.desktop {
        display: none;
    }
    .single-business-area .business-area-content p {
        min-width: unset;
    }
}
@media screen and (max-width: 1024px) {
    .header_sec01 img.pc {
        transform: unset;
    }
}
@media (max-aspect-ratio: 3/2) {
	.main-slide-video-wrapper iframe {
		height: 118vh;
    	width: 118vh;
	}
}


@media screen and (max-width: 840px) {

    .header {
        height: auto;
    }
    .header .header_container {
        padding: 22px 20px;
        height: auto;
    }

    #footer .container .footer-section.right {
        display: none;
    }
    #footer .container { 
        margin-bottom: 10px;
    }
    #footer .container * {
        font-size: 13px;
    }
    .footer-section .footer-logo {
        margin-bottom: 10px;
    }
    #footer .container .footer-section {
        width: 100%;
    }
    .footer-section .footer-link-list li {
        margin-right: 20px;
    }
    .footer-section .footer-link-list li:before {
        right: -12px;
    }
    #footer .footer-section .copyright {
        font-size: 13px;
        text-align: center;
        padding: 20px 0;
    }
    .footer-section .channel-links-wrapper .channel-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    #footer .footer-section .channel-links-wrapper .channel-links .channel-title {
        display: block;
        width: 100%;
        margin-bottom: 2px;
        margin-right: 0;
        text-align: center;
    }
    .footer-section .channel-links-wrapper .channel-links .channel-list li {
        margin-right: 3px;
        margin-left: 3px;
    }


    #wrap .popup_wrap .popup_container {
        top: 11%;
    }






    /* bussiness area */

    .business-area-wrapper {
        flex-direction: column-reverse;
    }
    .single-business-area {
        width: 100%;
        flex-direction: column-reverse;
    }
    .single-business-area .business-area-content {
        padding-right: 20px;
        width: 100%;
        padding: 20px 15px;
    }
    .single-business-area .business-area-thumbnail {
        width: 100%;
        border-radius: 20px;
        padding-top: 80%;
    }
    .business-area-wrapper .navigation-buttons.arrow-right .navigation-button:after {
        transform: translateY(-50%) rotate(270deg);
    }
    .business-area-wrapper .navigation-buttons {
        margin-right: 0;
    }
    .single-business-area .business-area-thumbnail img {
        border-radius: 20px;
    }
    .business-banner-image {
        border-radius: 20px;
    }
    .single-business-area .business-area-content .business-area-subtitle {
        font-size: 18px;
    }
    .single-business-area .business-area-content h3 {
        font-size: 38px;
        margin-bottom: 20px;
        font-size: 32px;
    }

    /* products */
    .product_list_slide .slick-list {
        padding: 0 20px;
        width: 96%;
    }
    .product_list_slide .list-all a .img_box {
        width: 30px;
        height: 30px;
    }
    .product_list_slide .slick-slide:has(.list-all) {
        width: 55px!important;
    }
    .product_list_slide .slick-arrow {
        margin-top: 5px;
        background-color: #fff;
    }
    .product_list_slide .slick-arrow.slick-prev {
        margin-left: -10px;
    }
    .product_list_slide .slick-arrow.slick-next {
        margin-right: -10px;
    }
    #product.detail .sec02 .l_wr .img_box {
        padding: 25%;
    }
    #product.detail .sec02 .r_wr .toggle_cont {
        padding: 20px 55px;
    }
    #product.detail .sec03.product_list_wr .product_list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #product.detail .product_list_wr .product_item {
        width: calc(100% / 3 - 10px);
        margin-left: 0!important;
    }
    #product.detail .product_list_wr .product_item:nth-child(2n) {
        margin-left: 0!important;
    }
    #product.detail .sec03.product_list_wr .product_list {
        margin-bottom: 0;
    }
    #product.detail .sec04 .product_info {
        flex-wrap: wrap;
    }
    #product.detail .sec04 .r_wr {
        width: 100%;
        margin: 0;
    }
    #product.detail .sec04 .product_cate {
        border: 0;
        background: 0;
        box-shadow: unset;
    }
    #product.detail .sec04 .product_cont .img_wr {
        width: auto;
    }
    #product.detail .sec04 .product_cont:last-child {
        margin-right: 0;
    }
    #product-inner-title {
        margin-top: 25px;
    }
    #product.detail .sec04 .b_shadow_out {
        padding-top: 0;
    }

    .product-all-category-wrapper {
        padding: 20px;
        margin: 40px auto;
    }
    .product-all-category-wrapper .single-product-category {
        width: 100%;
        padding-top: 50%;
    }
    .product-all-category-wrapper .single-product-category .thumbnail-box {
        border-radius: 20px;
    }
    .product-all-category-wrapper .single-product-category:before {
        border-radius: 20px;
    }
    .sec04.product_info_wr {
        padding-top: 0;
    }
    #product .product_list_wr .product_box {
        padding-bottom: 15px;
        padding-top: 5px;
    }
    #product.detail .sec02 {
        padding-bottom: 30px;
    }



    

    /* history page */
    .history .history_r .biz_box  {
        box-shadow: unset;
    }

    .history .history_r .biz_box .txt_box .sec_tit > span {
        display: inline-block;
        background: #e51f19;
        color: #fff;
        padding: 3px 10px;
        border-radius: 20px;
        font-weight: 500;
        margin-bottom:10px;
    }
    .history .history_r .biz_box .txt_box .sec_tit > span.year {
        display: inline-block;
        background: 0;
        color: #e51f19;
        padding: 0;
        border-radius: 0;
        font-weight: 700;
        font-size: 26px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .history .history_r .biz_box .txt_box .sec_tit {
        margin-bottom: 14px;
        font-family: 'Pretendard', sans-serif;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -.03em;
    }
    .history .history_r .biz_box .txt_box.mo .sec_tit > span {
        color:#fff;
    }
    .history .history_r .biz_box .txt_box.mo .sec_tit > span.year {
        color:#e51f19;
    }
    .history .history_r {
        width: 100%;
    }
    .single-year-list {
        flex-wrap: wrap;
        padding: 0 25px;
            padding-top: 30px;
    }
    .single-year-list .monthly-list {
        padding: 0 20px;
        padding-left: 85px;
        padding: 10px 0;
    }
    .single-year-list .single-year-title {
        margin-bottom: 20px;
                display: block;
            width: 100%;
    }
    .single-year-list .monthly-list li .month {
        font-size: 16px;
        width: 30px;
    }
    .single-year-list .monthly-list li {
        margin-bottom: 15px;
    }
    .single-year-list .monthly-list li .event {
        white-space: initial;
        font-size: 16px;
    }








    /* company */

    .shadow-box-wrapper {
        margin: 0 20px;
        padding: 20px;
        flex-wrap: wrap;
    }
    .ceo-intro-wrapper {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .ceo-intro-wrapper .right_cont {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        padding: 20px 0;
    }
    .ceo-intro-wrapper .right_cont .sub_txt {
        font-size: 15px;
        text-align: center;
    }
    .ceo-intro-wrapper .right_cont .signature_block {
        margin-top: 10px;
    }
    .ceo-intro-wrapper .right_cont .signature_block .nameplate {
        font-size: 12px;
    }
    .ceo-intro-wrapper .right_cont .signature_block .img_set img {
        width: 50px;
        margin-top: -5px;
    }
    .shadow-box-wrapper .inner-columns {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .shadow-box-wrapper .inner-columns .column {
        width: 100%;
    }
    .shadow-box-wrapper .inner-columns p {
        margin: 15px 0;
        font-size: 13px;
    }
    .shadow-box-wrapper .inner-columns .column.right {
        border-top: 1px solid #E3E3E3;
        padding-left: 0;
        border-left: 0;
    }

    .section-title {
        font-size: 20px;
    }
    .section-title span {
        margin: 0;
    }
    .philosophy-section .single-philosophy {
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 40px;
        position: relative;
        width: calc(100% - 20px);
    }
    .philosophy-section .single-philosophy .caption .caption-title {
        font-size: 20px;
    }
    .philosophy-section .single-philosophy .caption .caption-subtitle {
        font-size: 14px;
    }
    .philosophy-section .single-philosophy .column {
        width: 100%;
        border-radius: 0 0 20px 0;
        position: initial;
    }
    .philosophy-section .single-philosophy .column.grey{
        border-radius: 0 20px 0 0;
            padding: 40px 0;
    }
    .philosophy-section .single-philosophy.right {
        transform: translateX(20px);
    }
    .philosophy-section .single-philosophy.right .column {
        border-radius: 0 0 0 20px;
    }
    .philosophy-section .single-philosophy.right .column.grey{
        border-radius: 20px 0 0 0;
    }
    .philosophy-section .single-philosophy.right .column.thumb{

    }
    .philosophy-section .single-philosophy .thumbnail-box{
        margin-bottom: -20px;
        border-radius: 20px;
        overflow: hidden;
        margin-right: -20px;
    }
    .philosophy-section .single-philosophy.right .thumbnail-box{
        margin-right: 0;
        margin-left: -20px;
    }
    .principles-wrapper .single-principle {
        width: calc(100% / 2 - 15px);
    }
    .principles-wrapper .single-principle .principle-icon {
        margin-bottom: 15px;
    }
    .principles-wrapper .single-principle .principle-text p {
        word-break: keep-all;
        line-height: 1.4;
        margin-top: 10px;
    }
    .philosophy-intro-wrapper .hightlight {
        font-size: 16px;
        word-break: keep-all;
        padding: 0 10px;
    }
    .philosophy-intro-wrapper .hightlight:before {
        width: 20px;
        height: 20px;
        left: -3px;
    }
    .philosophy-intro-wrapper .hightlight:after {
        width: 20px;
        height: 20px;
        right: -3px;
    }
    .philosophy-intro-wrapper .subtitle {
        font-size: 12px;
        margin-bottom: 0;
    }
    .philosophy-intro-wrapper {
        padding: 30px 0;
    }

    .single-business-area .business-area-content p {
        font-size: 15px;
    }





    /* main page */

    #thumbnail-box-1 {
       /* background-position: 80% 50%;
        background-size: auto 100%;*/
    }
    #thumbnail-box-2 {
        background-position: 92% 50%;
        background-size: auto 100%;
    }
    .main-slide-wrapper .navigation {
        right: unset;
        bottom: 3px;
        left: 10px;
    }
    #main_container .section {
        padding-left: 20px;
        padding-right: 20px;
                padding-bottom: 30px;
    }
    #main_container #main-slide-section.section {
        padding-top: 0;
        margin-bottom: 0;
    }
    .main-slide-video-wrapper {
        padding-top: 50vh;
    }
    .caption-wrapper {
        height: auto;
        top: unset;
        bottom:80px;
    }
    .main-slide-wrapper.box .swiper-slide-active .thumbnail-box {
        animation: zoomInEffectMobile 6s ease-in-out infinite;
    }
    .main-slide-wrapper.box .swiper-slide-active #thumbnail-box-2.thumbnail-box {
        animation: zoomOutEffectMobile 6s ease-in-out infinite;
    }
    @keyframes zoomInEffectMobile {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.14);
        }
    }

    @keyframes zoomOutEffectMobile {
        0% {
            transform: scale(1.15) translateY(-5%);
        }
        100% {
            transform: scale(1) translateY(0);
        }
    }

    .caption-wrapper .caption-inner { 
        width:calc(100% - 40px);
        left: 20px;
        bottom: 0;
    }
    .main-page .product-category-slide .swiper-slide.swiper-slide-next {
        opacity: 0;
        visibility: hidden;
    }
    .caption-wrapper .caption-inner h2 { 
        font-size: 28px;
    }
    .main-slide-wrapper.box .thumbnail-box {
        padding-top:50vh;
    }
    .product-category-bottom .product-category-pagination {
        height: 29px;
    }
    .product-category-bottom .custom-play-buttons { 
        margin-left: 9px;
        margin-top: 2px;
        height: unset;
        line-height: 0;
    }
    .news-item-wrapper { 
        flex-wrap: wrap;
        gap:10px;
    }
    .news-item-wrapper .single-news-item { 
        width: 100%;
    }
    .main-bottom-buttons { 
        flex-wrap: wrap;
        gap:10px;
    }
    .main-bottom-buttons .single-bottom-button { 
        width: 100%;
        padding: 40px 30px;
        min-height: 210px;
    }
    .main-bottom-buttons .single-bottom-button .background-icon { 
        width:22%;
        right:25px;
    }
    .main-bottom-buttons .single-bottom-button .buttons { 
        width: 100%;
        margin-top:20px;
    }
    .section-title-wrapper { 
        flex-wrap:wrap;
    }

    .section-title-wrapper .title-area { 
        width:100%;
        margin-bottom:10px;
    }   

    .section-title-wrapper .title-area .section-title { 
        font-size:22px;
    }
    .section-title-wrapper .title-area h4 { 
        font-size: 14px;
    }
    .product-category-slide {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .product-category-bottom {
        margin-top: 15px;
    }
    .section-title-wrapper a {
        font-size: 12px;
    }

    #binggrae-world-map-caption {
        font-size: 16px;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    #binggrae-world-map { 
        display:flex;
        flex-direction: column-reverse;
    }

    #binggrae-world-map .pin-wrapper .single-pin { 
        margin-left:-1px;
        margin-top:-23px;
    }
    #binggrae-world-map .pin-wrapper .single-pin#pin-au { 
        margin-top:-40px;
    }

    #binggrae-world-map .pin-wrapper .single-pin img { 
        width:15px;
    }


    #binggrae-world-map .pin-wrapper .single-pin .pin-caption {
        display:none;
    }
    #binggrae-world-map .pin-wrapper .single-pin.active {
       transform: scale(1.3);
    }

    #binggrae-world-map .pin-navigation-wrapper { 
        width: 100%;
        display: flex;
        position: relative;
        margin-top:20px;
    }

    #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn { 
        border-bottom: 1px solid #e0e0e0;
        border-left: 0;
        font-size: 11px;
        line-height: 1.6;
        padding: 4px 10px;
        word-break: break-word;
        line-height: 1.2;
    }
    #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:first-child {
        border-radius: 10px 0 0 10px;
    }
    #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:last-child {
        border-radius: 0 10px 10px 0;
        border-left: 1px solid #e0e0e0;
    }
    #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn.active, #binggrae-world-map .pin-navigation-wrapper .pin-nav-btn:hover {
        background: #e51f19;
        color: #fff;
    }
    .news-item-wrapper .single-news-item {
        padding: 40px 30px;
    }
    .news-item-wrapper .single-news-item a .news-caption .news-title {
        height: auto;
        max-height: 57px;
        font-size: 20px;
    }
    .news-item-wrapper .single-news-item a .news-caption .news-category {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .news-item-wrapper .single-news-item a .news-caption .news-date {
        font-size: 14px;
    }
    .news-item-wrapper .single-news-item a .news-caption {
        margin-bottom: 20px;
    }

    .main-bottom-buttons .single-bottom-button .buttons {
        flex-wrap: nowrap;
    }
    .main-bottom-buttons .single-bottom-button .text-wrapper p {
        font-size: 15px;
        white-space: nowrap;
    }
    .main-bottom-buttons .single-bottom-button .text-wrapper .operation-time {
        font-size: 16px;
    }
    .main-bottom-buttons .single-bottom-button .text-wrapper .phone-number {
        margin-left: -2px;
        font-size: 28px;
    }
    .main-bottom-buttons .single-bottom-button .text-wrapper .phone-number a { 
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.06em;
        color: #e51f19;
    }
}


@media screen and (max-width: 360px) {
    .single-business-area .business-area-content p {
        font-size: 14px;
    }
}