.top_wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    box-sizing: border-box;
}
.img_loop img{
    width: 350px;

}
.img_loop{
    position: relative;
}
.img_loop::after{
    content: "(";
    position: absolute;
    width: 50px;
    height: 100%;
    font-size: 250px;
    line-height: 100%;
    font-weight: bold;
    top: 6px;
    left: -100px;
}
.img_loop::before{
    content: ")";
    position: absolute;
    width: 50px;
    height: 100%;
    font-size: 250px;
    line-height: 100%;
    font-weight: bold;
    top: 6px;
    right: -60px;
}
.img_slider {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.img_slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
.img_slider img.active {
    opacity: 1;
    z-index: 1;
}
.top_wrap .top_loop_txt{
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 1;
}
.plustxt{
    position: relative;
}
.plustxt::after{
    content: "For Those Who Care — About Health and Taste";
    position: absolute;
    width: 93%;
    height: 100%;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -1px;
    top: -20px;
    left: 0px;
    font-weight: 500;
}


.bak_img_sec{
    width: 100%;
    height: 900px;
    background: url("//cdn.dessert39.com/www/img/brand_eng/about_storebg5.png")no-repeat 50% 50%;
    background-size: cover;
}

.bak_img_sec .fnt_tit{
    margin-bottom: 20px;
}

/*font*/
.fnt_tit{
    font-size: 22px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}
.fnt_art{
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.2;
}
.fnt_subtit{
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 35px;
}
.fnt_subart{
    font-size: 16px;
    letter-spacing: -.5px;
    line-height: 1.3;
}
.txt_cent{
    text-align: center;
}
.section_tit{
    font-size: 55px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 25px;
}


.fontw{
    color: #fff;
}


.history_sec{
    width: 95%;
    max-width: 800px;

    margin: 0 auto;
    border-left: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.history_cont{
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.history_cont::after{
    content: '';
    width: 30px;
    height: 30px;
    background: #dfdfdf;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
    animation: blink 2s infinite ease-in-out;
}
.history_cont::before{
    content: '';
    width: 16px;
    height: 16px;
    background: #1b1b1b;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: -8px;
    z-index: 2;
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.history_wrap{
    display: flex;
    flex-direction: column;
    gap: 35px;
    background: url("//cdn.dessert39.com/www/img/brand_eng/hist.png")no-repeat 50% 0%;
    background-size: contain;
    margin-top: 150px;
}
.history_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.history_cont .img img{
    width: 335px;
    margin-top: -3px;
}




/*조직도*/
html[lang=en] .hq-wrap .chart-wrap .part-wrap .inner .name{
    font-size:12px;
    text-align: center;
    line-height: 1.2;
}
html[lang=en] .hq-wrap .chart-wrap .part-wrap .titbox p {
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
    line-height: 1.1;
}
html[lang=en] .hq-wrap .chart-wrap .part-wrap .titbox {
    gap: 10px;
}

html[lang=en] .hq-wrap .chart-wrap .part-wrap .titbox .titname{
    text-align: left;
}

@media screen and (max-width: 600px) {
    html[lang=en] .hq-wrap .chart-wrap .part-wrap .titbox p{
        font-size: 12px;
    }
}


.seca_wrap{
    width: 100%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/seca_bg.png")no-repeat 50% 50%;
    background-size: cover;
}
.seca_wrap .seca_img{
    display: flex;
    justify-content: center;
}

.seca_wrap .seca_img img{
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 25px;
}


/* 초기 상태 */
.img img {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 뷰포트에 들어왔을 때 활성화 */
.img img.fade-in {
    opacity: 1;
    transform: translateY(0);
}


.diagram-container {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("//cdn.dessert39.com/www/img/brand_eng/localization_img2.png")no-repeat 50% 50%;
    background-size: 70%;
}
.circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41,44,131,0.7), rgba(0,0,0,0.8));
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(5px);
    flex-direction: column;
    gap: 10px;
}
/* Positioning outer circles */
.top-left-top {
    top: 10%;
    left: 32%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/Competitiveness2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 4s ease-in-out infinite;
}
.top-left {
    top: 38%;
    left: 22%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/Flexibility2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 4s ease-in-out infinite;
}
.bottom-left {
    bottom: 10%;
    left: 32%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/Quality2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 6.5s ease-in-out infinite;
}

.top-right {
    top: 10%;
    right: 32%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/Cost2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 6s ease-in-out infinite;
}
.bottom-right {
    top: 38%;
    right: 22%;
    background: url("//cdn.dessert39.com/www/img/brand_eng/SCM2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 7s ease-in-out infinite;
}
.bottom {
    bottom: 10%;
    right: 32%;
    transform: translateX(-50%);
    background: url("//cdn.dessert39.com/www/img/brand_eng/Delivery2.png")no-repeat 50% 50%;
    background-size: cover;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.loc_sec ul li{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 35px 0;
    border-bottom: 1px solid #dfdfdf;
}
.loc_sec ul li .loc_left{
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    width: 200px;
}
.loc_sec ul li img{
    width: 30px;
}
.loc_sec ul li .fnt_subart{
    width: calc(100% - 200px);
}

.imgfade_sec{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    text-align: center;
}
.imgfade_sec .imgfade_box{
    border-radius: 35px;
    overflow: hidden;
}
.imgfade_sec .imgfade_box .fontw{
    margin-bottom: 15px;
}
.imgfade_sec1,
.imgfade_sec2{
    width: 100%;
    height: 380px;
    position: relative;
}
.imgfade_sec1::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('//cdn.dessert39.com/www/img/brand_eng/imgfade_sec1.png');
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: 0;
    animation: zoom 15s ease-in-out infinite;
    transform-origin: center;
}

.imgfade_sec2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('//cdn.dessert39.com/www/img/brand_eng/imgfade_sec2.png');
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: 0;
    animation: zoom 10s ease-in-out infinite;
    transform-origin: center;
}

.imgfade_box div .cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@keyframes zoom {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.img_sec{
    margin-top: 35px;
}
.img_sec ul{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 35px;
}
.img_sec ul li{
    width: calc(100% / 3);
    background: #ccc;
    border-radius: 35px;
    overflow: hidden;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.img_sec ul li .txt-box{
    width: 100%;
    text-align: left;
}
.img_sec ul li .txt-box .fnt_tit{
    margin-bottom: 10px;
}

.img_sec ul li:nth-child(1){
    background-image: url('//cdn.dessert39.com/www/img/brand_eng/img_sec_1.png');
    background-size: cover;
}
.img_sec ul li:nth-child(2){
    background-image: url('//cdn.dessert39.com/www/img/brand_eng/img_sec_2.png');
    background-size: cover;
}
.img_sec ul li:nth-child(3){
    background-image: url('//cdn.dessert39.com/www/img/brand_eng/img_sec_3.png');
    background-size: cover;
}



.dert_tabs {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}

.dert_tab {
    padding: 15px 0px 5px 0px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    color: #ccc;
}

.dert_tab.active {
    border-bottom: 3px solid #1b1b1b;
    color: #1b1b1b;
}

.dert_tab_content {
    display: none;
}

.dert_tab_content.active {
    display: block;
}

.dert_tab_contents{
    position: relative;
}
.dert_tab_content{
    width: 100%;
    height: 600px;
    overflow-y: scroll;
    position: relative;
}
.dert_tab_contents::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #FFF;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.dert_tab_content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    padding: 0;
}
.dert_tab_content ul li{
    width: calc(100% / 2 - 20px);
    height: 200px;
    display: flex ;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
}
.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.dert_tab_content ul li .imgs{
    width: 200px;
    height: 200px;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
    background:#F9F5E5;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}
.dert_tab_content ul li .imgs img{
    width: 95%;
}
.dert_tab_content ul li .txtbox{
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

}


.tab_btn_wrap{
    display: flex ;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    left: 50%;
    /* bottom: 0; */
    transform: translateX(-50%);
    /* transform: translate(10px, 10px); */
    z-index: 9;
}
.tab_btn{
    display: flex ;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 25px;
}

.vision_top img{
    width: 100%;
}
.vision_top .txt_top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 50px;
}
.proposal_wrap{
    height: 800px;
    background: url("//cdn.dessert39.com/www/img/brand_eng/proposal_bg2.png")no-repeat 50% 0%;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.process_wrap ul{
    display: flex ;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
}
.process_wrap ul li{
    display: flex ;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
    padding: 50px;
    box-sizing: border-box;
    background: url("//cdn.dessert39.com/www/img/brand_eng/proposal_bg.png")no-repeat 50% 0%;
    background-size: cover;
    border-radius: 35px;
}

.proc_lefttxt{
    font-size: 25px;
}
.process_wrap ul li .proc_left{
    width: 300px;
}
.process_wrap ul li .proc_right{
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.process_wrap ul li .proc_right .proc_box .fnt_tit{
    margin-bottom: 10px;
}

.process_wrap ul li:nth-child(1){
    background: url("//cdn.dessert39.com/www/img/brand_eng/proc_bg01.png")no-repeat 50% 50%;
    background-size: cover;
}
.process_wrap ul li:nth-child(2){
    background: url("//cdn.dessert39.com/www/img/brand_eng/proc_bg02.png")no-repeat 50% 50%;
    background-size: cover;
}
.process_wrap ul li:nth-child(3){
    background: url("//cdn.dessert39.com/www/img/brand_eng/proc_bg03.png")no-repeat 50% 50%;
    background-size: cover;
}
.process_wrap ul li:nth-child(4){
    background: url("//cdn.dessert39.com/www/img/brand_eng/proc_bg04.png")no-repeat 50% 50%;
    background-size: cover;
}




/*루프상단배너*/
@media screen and (max-width: 1440px) {
    .top_wrap .top_loop_txt {
        font-size: 65px;
        letter-spacing: -3px;
        line-height: 1;
    }
    .plustxt::after {
        content: "For Those Who Care — About Health and Taste";
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: -1px;
        top: -20px;
        left: 0px;
        font-weight: 500;
    }
    .img_slider {
        width: 265px;
        height: 265px;
    }
    .img_loop::after {
        content: "(";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 210px;
        line-height: 100%;
        font-weight: bold;
        top: 6px;
        left: -100px;
    }
    .img_loop::before {
        content: ")";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 210px;
        line-height: 100%;
        font-weight: bold;
        top: 6px;
        right: -60px;
    }

}
@media screen and (max-width: 1280px) {
    .img_slider {
        width: 225px;
        height: 225px;
    }
    .top_wrap .top_loop_txt {
        font-size: 55px;
        letter-spacing: -2px;
        line-height: 1;
    }
    .img_loop::before {
        content: ")";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 180px;
        line-height: 100%;
        font-weight: bold;
        top: 20px;
        right: -55px;
    }
    .img_loop::after {
        content: "(";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 180px;
        line-height: 100%;
        font-weight: bold;
        top: 20px;
        left: -75px;
    }
    .top_wrap {
        gap: 75px;
    }
    .plustxt::after {
        content: "For Those Who Care — About Health and Taste";
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: -1px;
        top: -20px;
        left: 0px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .img_slider {
        width: 185px;
        height: 185px;
    }
    .top_wrap .top_loop_txt {
        font-size: 45px;
    }
    .img_loop::before {
        content: ")";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 145px;
        line-height: 100%;
        font-weight: bold;
        top: 20px;
        right: -30px;
    }
    .img_loop::after {
        content: "(";
        position: absolute;
        width: 50px;
        height: 100%;
        font-size: 145px;
        line-height: 100%;
        font-weight: bold;
        top: 20px;
        left: -35px;
    }
    .top_wrap {
        gap: 35px;
    }
    .plustxt::after {
        content: "For Those Who Care — About Health and Taste";
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: -1px;
        top: -20px;
        left: 0px;
        font-weight: 500;
    }
}
@media screen and (max-width: 800px) {
    .top_wrap {
        flex-direction: column;
    }
    .top_wrap .top_loop_txt {
        font-size: 60px;
    }
    .plustxt::after {
        content: "For Those Who Care — About Health and Taste";
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: -1px;
        top: -15px;
        left: 0;
        text-align: center;
        /* transform: translateX(-35%); */
        font-weight: 500;
    }
    .looptxt_top{
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 480px) {
    .top_wrap .top_loop_txt {
        font-size: 46px;
    }
}
