/* forever */
.forever{height: 1035px;margin-top: 100px;padding-top: 170px;background-color: var(--bgIvory);}
.forever_bg{top: 0;left: 0;width: 100%;height: 900px;background-color: var(--blueColor);}
.forever_txt{position: relative;margin-bottom: 170px;color: #fff;}
.forever_txt::before{content: '';display: inline-block;position: absolute;top: 50%;left: 50%;width: 520px;height: 520px;margin-left: -260px;margin-top: -260px;background: url('../img/page/brand/memory_txt_border.png')no-repeat center/cover;animation: spin 60s infinite linear;}
@keyframes spin{
    0% {
        transform: rotate(360deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.forever_txt .subtit{top: 0;transform: translateX(-50%);}
.forever_tit{padding-top: 133px;}
.forever_tit .tit_wrap{top: 52px;transform: translateX(-50%);}
.forever_tit .tit{margin: 0 -6px;}
.forever_des{margin-bottom: 10px;}
.forever_line{bottom: -200px;left: 50%;width: 1px;height: 106px;background-color: #fff;z-index: 3;transform-origin: top center;}
.forever_video_wrap{max-width: 1700px;width: 100%;height: 680px;margin: 0 auto;}
.forever_video{background-image: url('../img/page/edu/forever_video_bg.jpg');}
.forever_video_cont{width: 100%;max-width: 1300px;top: 50%;transform: translate(-50%, -50%);justify-content: space-between;align-items: center;}
.forever_video_tit{color: #fff;display: block;margin-left: -18px;}
.forever_video_tit span{display: block;}
.forever_video_tit span.Chosun{font-size: 82px;margin-bottom: 37px;}
.forever_graph{width: 331px;height: 315px;}
.forever_graph_bg{background-image: url('../img/page/edu/forever_graph_bg.png');}
.pentagon_org{position: absolute;top: 50%;left: 50%;margin-left: -165.5px;margin-top: -157.5px;clip-path: polygon(50.15% 20%, 78.54% 43.80%, 75.52% 93.96%, 31.41% 80.31%, 16.01% 42.85%);background-color:rgba(183,183,183,0.7);width: 331px;height: 315px;transform-origin: center center;}
.pentagon {position: absolute;top: 50%;left: 50%;margin-left: -165.5px;margin-top: -157.5px;clip-path: polygon(45.54% 13.39%, 84.89% 41.58%, 74.92% 90.15%, 22.09% 84.76%, 10.73% 47.76%);background-color: rgba(22,58,134,0.7);width: 331px;height: 315px;transform-origin: center center;}
/* .pentagon {position: absolute;top: 50%;left: 50%;margin-left: -67px;margin-top: -64px;clip-path: polygon(50% 1%, 100% 38%, 81% 100%, 19% 100%, 0% 38%);background-color: rgba(22,58,134,0.7);width: 134px;height: 127px;transform-origin: center center;animation: neon02 1s 1.1s steps(1) infinite;} */
.forever_graph_txt{position: absolute;color: #fff;text-align: center;line-height: 1.25;}
.forever_graph_txt01{top: -30px;left: 50%;transform: translate(-50%, -50%);}
.forever_graph_txt02{top: 93px;right: -74px;}
.forever_graph_txt03{bottom: -70px;right: 40px;}
.forever_graph_txt04{bottom: -45px;left: 40px;}
.forever_graph_txt05{top: 93px;left: -74px;}
@keyframes neon02 {
    0% {opacity: 1}

    50% {opacity: 0}

    100% {opacity: 1}
}

.forever_graph_brand_wrap{bottom: -80px;left: -183px;color: #fff;}
.forever_graph_brand_wrap .circle{margin-right: 5px;font-size: 0;}
.forever_graph_brand01{margin-bottom: 15px;}
.forever_graph_brand01 .circle{width: 16px;height: 16px;border-radius: 50%;background-color: var(--blueColor);}
.forever_graph_brand02 .circle{width: 16px;height: 16px;border-radius: 50%;background-color: rgba(183,183,183,0.7);}

/* taste */
.taste{height: 850px;background-color: var(--bgIvory);padding-top: 80px;}
.taste_box{width: 100%;max-width: 1700px;margin: 0 auto;}
.taste_box01{width: 100%;height: 425px;justify-content: center;align-items: center;}
.taste_box01_left{width: 50%;height: 100%;flex-direction: column;justify-content: center;align-items: center;}
.taste_box01_tit{margin-bottom: 30px;}
.taste_box01_tit .highlight_wrap{margin-right: 7px;}
.taste_box01_txt{flex-direction: column;justify-content: center;align-items: center;}
.taste_box01_txt span{display: block;margin-bottom: 40px;}
.taste_box01_txt span:last-child{margin-bottom: 0;}
.taste_box01_right{width: 50%;height: 100%;}
.taste_box01_bg{width: 100%;height: 100%;background-image: url('../img/page/edu/taste_box_01.jpg');}
.taste_box02{width: 100%;height: 425px;justify-content: center;align-items: center;}
.taste_box02_left{width: 50%;height: 100%;}
.taste_box02_tit{margin-bottom: 30px;}
.taste_box02_tit .highlight_wrap{margin-left: 7px;margin-top: 11px;}
.taste_box02_txt{flex-direction: column;justify-content: center;align-items: center;}
.taste_box02_txt span{display: block;margin-bottom: 40px;}
.taste_box02_txt span:last-child{margin-bottom: 0;}
.taste_box02_right{width: 50%;height: 100%;flex-direction: column;justify-content: center;align-items: center;}
.taste_box02_bg{width: 100%;height: 100%;background-image: url('../img/page/edu/taste_box_02.jpg');}
.taste_box02_tit .highlight_wrap .highlight{background-color: var(--blueColor);}

/* easy */
.easy{width: 100%;height: 773px;padding-top: 80px;padding-bottom: 40px;background-color: var(--bgIvory);justify-content: center;align-items: center;}
.easy_left{width: 100%;max-width: 1700px;height: 100%;margin: 0 auto;}
.easy_tit{top: 146px;left: 85px;z-index: 1;}
.easy_tit span{margin-left: 10px;color: var(--blueColor);}
.easy_left .sub_txt01{margin-bottom: 55px;top: 243px;left: 85px;}
.easy_left .sub_txt02{margin-top: 38px;bottom: 143px;left: 85px;}
.easy_line{width: 1px;height: 100px;background-color: #000;top: 347px;left: 85px;transform-origin: top;}
.easy_left .highlight_wrap{top: 502px;left: 85px;}
.easy_left .highlight_wrap .highlight{background-color: var(--blueColor);}
.easy_left span.sub_tit{top: 502px;left: 323px;z-index: 1;}
.easy_right{width: 50%;height: 773px;top: 80px;right: 0;box-sizing: border-box;}
.easy_bg{width: 100%;height: 100%;background-image: url('../img/page/edu/easy_bg.jpg');}
.easy_object{top: 50%;transform: translate(-50%, -50%);width: 548px;height: 554px; background-image: url('../img/page/edu/easy_object.png');}
.easy_right_in{display: flex;justify-content: end;max-width: 725px;width: 100%;margin-top: 504px;}
.easy_right_line{width: 100%;height: 1px;background-color: #fff;left: 0;top: 0;transform-origin: left;}
.easy_right_txt{width: 380px;padding-top: 10px;color: #fff;}
.easy_right_txt_com{justify-content: space-between;align-items: center;height: 70px;padding: 0 19px 0 47px;box-sizing: border-box;}
.easy_right_txt_com::before{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.easy_right_txt01{margin-bottom: 10px;}
.easy_right_txt01::before{background-color: var(--blueColor);}
.easy_right_txt02::before{background-color: var(--orgColor);}

/* cook */
.cook{width: 100%;height: 720px;background-color: var(--bgIvory);padding-bottom: 40px;}
.cook_wrap{width: 100%;max-width: 1700px;height: 100%;flex-wrap: wrap;margin: 0 auto;}
.cook_box{width: 50%;height: 50%;color: #fff;}
.cook_box span{margin-bottom: 21px;}
.cook_box01{background-image: url('../img/page/edu/cook_box01.jpg');}
.cook_box02{background-color: #e0592a;flex-direction: column;justify-content: center;align-items: center;}
.cook_box03{background-color: #122d64;flex-direction: column;justify-content: center;align-items: center;}
.cook_box04{background-image: url('../img/page/edu/cook_box02.jpg');}
.cook_bars{margin-top: 10px;}
.cook_bar{width: 43px;height: 5px;background-color: #fff;opacity: 0.5;margin-right: 3px;}
.cook_bar_off{width: 43px;height: 5px;margin-right: 3px;background-color: #e0592a;}
.cook_txt{top: 34%;transform: translateX(-50%);color: #fff;line-height: 1.285;}
.cook_txt span.txt35{margin-bottom: 22px;}
.cook_txt_circle{left: 50%;top: 50%;width: 498px;height: 498px;margin: -249px 0 0 -249px;transform: rotate(90deg);}
.cook_txt_circle_on{left: 50%;top: 50%;width: 498px;height: 498px;margin: -249px 0 0 -249px;transform-origin: center center;}


/* double */
.double{width: 100%;background-color: var(--bgIvory);height: 674px;padding-bottom: 80px;}
.double_wrap{width: 100%;height: 100%;max-width: 1700px;margin: 0 auto;}
.double_left{width: 50%;height: 100%;background-color: #000;}
.double_box{width: 50%;height: 674px;}
.double_box01_bg{bottom: 0;left: 0;width: 100%;height: 100%;background-image: url('../img/page/edu/double_box01.jpg');}
.double_box02_bg{bottom: 0;left: 0;width: 100%;height: 100%;background-image: url('../img/page/edu/double_box02.jpg');}
.double_box_txt{color: #fff;bottom: 29px;left: 23px;}
.double_right{flex-direction: column;justify-content: center;align-items: center;width: 50%;height: 100%;}
.double_right_tit{margin-bottom: 29px;}
.double_right_txt{margin-bottom: 58px;}
.double_right_circle{justify-content: center;align-items: center;}
.double_circle{width: 198px;height: 198px;position: relative;border-radius: 50%;margin-right: 20px;animation: steps 1.5s  2s steps(1) infinite;}
@keyframes steps {
    0% {opacity: 0.6}
    50% {opacity: 1}
    100% {opacity: 0.6}
}

.double_circle span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;white-space: nowrap;}
.double_circle01{background-color: var(--blueColor);color: #fff;}
.double_circle02{background-image: url('../img/page/edu/double_circle02.png');}
.double_circle03{border: 1px solid var(--blueColor);margin-right: 0;}

/* real */
.real{width: 100%;background-color: var(--bgIvory);padding-bottom: 80px;}
.real_tit{margin-bottom: 40px;}
.real_video_wrap{width: 100%;max-width: 1700px;margin: 0 auto;justify-content: space-between;align-items: center;margin-bottom: 8px; }
.real_video{width: 417px;height: 358px;background-color: #000;position: relative;box-sizing: border-box;}
.real_video.on{border: 5px solid var(--orgColor);box-sizing: border-box;transition: all 0.1s;}
.real_video_box{width: 100%;max-width: 100%;max-height: 100%;height: 100%;position: relative;}
.real_video_thumb{width: 100%;height: 100%;background-size: 417px 358px;}
.real_video01 .real_video_thumb{background-image: url('../img/page/edu/real_video01_thumb.jpg');}
.real_video02 .real_video_thumb{background-image: url('../img/page/edu/real_video02_thumb.jpg');}
.real_video03 .real_video_thumb{background-image: url('../img/page/edu/real_video03_thumb.jpg');}
.real_video04 .real_video_thumb{background-image: url('../img/page/edu/real_video04_thumb.jpg');}
.real_video_txt{color: #fff;position: absolute;bottom: 38px;left: 50%;transform: translateX(-50%);width: 100%;box-sizing: border-box;}
.real_video_txt .des{word-break: keep-all;}
.real_video_btn{width: 61px;height: 61px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-image: url('../img/page/edu/real_video_btn.png');}
.real_video.on .real_video_btn{background-image: url('../img/page/edu/real_video_btn_play.png');}
.real_txt_box{width: 100%;max-width: 1700px;margin: 0 auto;background-color: var(--orgColor);height: 122px;justify-content: center;align-items: center;}
.real_txt_box p{color: #fff;line-height: 1.6;}
.real_video_box{display: none;}
.real_video.on .real_video_box{display: block;overflow: hidden;transition: all 0.5s linear;}
.real_video.on .real_video_thumb{display: none;}
.real_video_box iframe{position: absolute;width: 100%;height: 100%;}

/* edu */
.edu{padding: 80px 0 340px;}
.edu_in{max-width: 1286px;width: 100%;margin: 0 auto;}
.edu_tit{padding-bottom: 40px;}
.edu_box_wrap{display: flex;justify-content: end;width: 100%;}
.edu_left{margin-top: 70px;}
.edu_subTit{padding-bottom: 15px;}
.edu_tab_tit{display: inline-block;padding-right:160px;margin-bottom: 30px;}
.edu_tab_tit::before{content: '';display: inline-block;position: absolute;right: 0;top: 50%;width: 140px;height: 1px;background-color: var(--blueColor);}
.edu_tab_tit01{top: 0; left: 0;}
.edu_tab_tit02{top: 255px; left: 0;}
.edu_tab_txt{display: flex;align-items: center;color: var(--blueColor);padding-bottom: 22px;}
.edu_tab_txt01{margin-bottom: 30px;}
.edu_tab_lists{display: flex;flex-wrap: wrap;justify-content: start;width: 650px;padding-top: 58px;}
.edu_tab_list{width: 50%;height: 50px;margin-top: -1px;margin-left: -1px;box-sizing: border-box;border: 1px solid var(--blueColor);transition: all 0.2s linear;}
.edu_tab_list:nth-child(2n){margin-right: 0;}
.edu_tab_list:last-child{margin-right: 0;}
.edu_tab_list06{margin-bottom: 110px;}
.edu_tab_list a{display: inline-block;width: 100%;height: 100%;line-height: 50px;font-size: 20px;letter-spacing: -0.03em;text-align: center;}
.edu_tab_list:hover,
.edu_tab_list.on{background-color: var(--blueColor);color: #fff;font-weight: 700;}
.edu_right{top: 80px;width: 580px;height: 700px;margin-left: -642px;background-color: #000;}
.edu_right .video-description{position: absolute;bottom: 0;width: 100%;padding: 30px 0;text-align: center;background-color: rgba(21,21,21,0.5);color: #fff;line-height: 1.53;font-size: 20px;letter-spacing: -0.03em;}
.edu_right .video-description em{font-weight: 700;}

/* ~1400px */
@media (max-width: 1400px){

    /* forever */
    .forever_video_tit{padding-left: 40px;}
    .forever_graph{margin-right: 100px;}

    /* double */
    .double_right_circle{transform: scale(0.9);}

    /* edu */
    .edu_left{transform: scale(0.9);transform-origin: center left;}
    .edu_right{transform: scale(0.9);transform-origin: center right;}
}