@charset "UTF-8";:root{--scroll-width:8px;--full-width:calc(100vw - var(--scroll-width));--max-width:1920px;--full-height:100vh;--full-calc-height:calc(var(--vh, 1vh) * 100);--color-white:#fff;--color-black:#000;--color-grey-0:#f8f8f8;--color-grey-1:#f4f4f5;--color-grey-2:#e1e1e4;--color-grey-3:#cecece;--color-grey-4:#909090;--color-grey-5:#555;--color-grey-6:#121417;--bg-blue-1:#eefaff;--header-height:64px;--header-color:var(--color-black);--header-bg-color:var(--color-white);--header-blur-color:rgba(255,255,255,0.5)}.sub_company .cont_title{font-family:Montserrat;font-size:48px;font-weight:800;text-align:center}@media screen and (max-width:1280px){.sub_company .cont_title{font-size:3.75vw}}@media screen and (max-width:750px){.sub_company .cont_title{font-size:7.2vw}}.sub_company .cont_title .cont_subtitle{font-size:20px}@media screen and (max-width:1280px){.sub_company .cont_title .cont_subtitle{font-size:1.5625vw}}@media screen and (max-width:750px){.sub_company .cont_title .cont_subtitle{font-size:3.2vw}}@media screen and (max-width:1280px){.sub_company .inner{max-width:78.4375%;margin:0 10.78%}}@media screen and (max-width:750px){.sub_company .inner{max-width:none;margin:0 5.3333333333vw}}.company_sidenav{position:fixed;top:50%;left:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:50;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.company_sidenav.is-visible{opacity:1;visibility:visible}.company_sidenav ul{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:18px}.company_sidenav a,.company_sidenav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.company_sidenav a{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:14px;padding:6px 0;font-family:Montserrat,sans-serif;font-size:13px;color:rgba(0,0,0,.45);font-weight:600;letter-spacing:.02em;text-decoration:none;border:1px solid transparent;position:relative;-webkit-transition:color .25s ease;transition:color .25s ease}.company_sidenav a:before{content:"";display:block;width:16px;height:16px;border:1px solid #909090;border-radius:50%;-webkit-transition:width .25s ease;transition:width .25s ease}.company_sidenav a span{opacity:0;-webkit-transform:translateX(-6px);transform:translateX(-6px);-webkit-transition:opacity .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,transform .25s ease;transition:opacity .25s ease,transform .25s ease,-webkit-transform .25s ease}.company_sidenav a.is-active{padding:6px 15px;font-size:16px;color:var(--color-black);background-color:var(--color-white);border:1px solid #909090;border-radius:50px}.company_sidenav a.is-active:before{display:none;width:16px}.company_sidenav a.is-active span{opacity:1;width:100%;text-align:center;-webkit-transform:translateX(0);transform:translateX(0)}.company_sidenav.is-dark a{color:rgba(255,255,255,.5)}.company_sidenav.is-dark a.is-active,.company_sidenav.is-dark a:hover{color:#fff}@media screen and (max-width:1280px){.company_sidenav{left:24px}}@media screen and (max-width:750px){.company_sidenav{display:none}}.mission{--img-opacity:1;position:relative;display:grid;grid-template-rows:1px auto auto;background-color:var(--color-black)}.mission:before{content:"";position:sticky;top:0;left:0;display:block;width:100%;height:var(--full-height);background-image:url(https://image.jinhak.com/NewJinhak/company/company_bg_img.jpg);background-position:bottom;background-size:cover;opacity:var(--img-opacity)}.mission_title{position:relative;height:var(--full-height);overflow:hidden}.mission_title,.mission_title_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mission_title_text{-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,sans-serif}.mission_title_text span{display:inline-block;margin:.225em auto 0;text-align:center;font-size:100px;line-height:1.22em;letter-spacing:-.025em;color:var(--color-black)}@media screen and (max-width:1280px){.mission_title_text span{font-size:6.25vw}}@media screen and (max-width:750px){.mission_title_text span{font-size:10.6666666667vw}}.mission_title_text span .line_break{display:none}@media screen and (max-width:750px){.mission_title_text span .line_break{display:initial}}.mission_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:var(--full-height);min-height:800px;color:var(--color-white);background-color:var(--color-black);text-align:center}.mission_cont .mission_subject{display:inline-block;padding-top:6.36em;font-size:22px}@media screen and (max-width:1280px){.mission_cont .mission_subject{font-size:1.875vw}}@media screen and (max-width:750px){.mission_cont .mission_subject{font-size:3.4666666667vw}}.mission_cont .mission_text{margin-top:.66em;font-weight:700;font-size:46px;line-height:1.47em}@media screen and (max-width:1280px){.mission_cont .mission_text{font-size:3.4375vw}}@media screen and (max-width:750px){.mission_cont .mission_text{font-size:6.1333333333vw}}.mission_cont .mission_text p{--mask:polygon(0 0,0 0,0 100%,0 100%);margin-top:.3em}@media screen and (max-width:750px){.mission_cont .mission_text p{margin-top:1.2em}}.mission_cont .mission_text p span{position:relative;display:inline-block;letter-spacing:-.02em;mix-blend-mode:screen}.mission_cont .mission_text p span:before{content:"";position:absolute;top:.05em;left:-.2em;right:0;bottom:0;display:block;background-color:var(--color-white);clip-path:var(--mask);mix-blend-mode:difference}@media screen and (max-width:750px){.mission_cont .mission_text p span:before{right:-.2em}}.mission_cont .mission_text p br+span{margin-left:-.025em;padding-left:.3em}.mission_cont .mission_text p br+span:before{left:0;right:-.2em}.mission_cont .mission_text p .line_break{display:none}@media screen and (max-width:750px){.mission_cont .mission_text p .line_break{display:initial}}.mission_cont .mission_marquee{position:relative;height:1.2em;margin-top:.87em;font-size:160px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow:hidden}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.mission_cont .mission_marquee_wrap{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:nowrap;-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite;will-change:transform}@media screen and (max-width:1280px){.mission_cont .mission_marquee{font-size:11.71875vw}}@media screen and (max-width:750px){.mission_cont .mission_marquee{font-size:24vw}}.mission_cont .mission_marquee_wrap{top:0}.mission_cont .mission_marquee span{font-family:Montserrat,sans-serif;font-weight:700;opacity:.1;padding:0 .125em}.mission_cont:before{content:"";position:absolute;top:calc(var(--full-calc-height) * -1);left:0;right:0;width:100%;padding-top:var(--full-calc-height);background:-webkit-gradient(linear,left bottom,left top,from(rgb(0,0,0)),to(rgba(0,212,255,0)));background:linear-gradient(0,rgb(0,0,0),rgba(0,212,255,0))}.jinhak_way_cont{width:100%}.jinhak_way .cont_title:first-child,.slider_inner .cont_title:first-child{padding-top:0;padding-bottom:28px}@media screen and (max-width:750px){.jinhak_way .cont_title:first-child,.slider_inner .cont_title:first-child{padding-top:13.3333333333vw;padding-bottom:6.2666666667vw}}.jinhak_way{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;height:var(--full-height);min-height:800px;color:var(--color-black);background-color:var(--color-white);text-align:center}@media screen and (max-width:750px){.jinhak_way{padding:13.3333333333vw 0;height:100%;min-height:auto}}.jinhak_way_inner{width:100%}.jinhak_way .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;height:100%}@media screen and (max-width:750px){.jinhak_way .inner{width:auto}}.jinhak_way .way_boxs{width:100%;height:100%;max-width:1280px}.jinhak_way .way_boxs .wayBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 48.828%;flex:0 0 48.828%;width:100%;margin:1.25em 0;padding:20px 30px;background-color:var(--color-grey-0);border-radius:20px;cursor:pointer;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.22,1,.36,1);transition:all .3s cubic-bezier(.22,1,.36,1)}@media screen and (max-width:1280px){.jinhak_way .way_boxs .wayBox{padding:1.5625vw 2.34375vw;border-radius:1.5625vw}}@media screen and (max-width:750px){.jinhak_way .way_boxs .wayBox{padding:4vw 5.3333333333vw;border-radius:2.6666666667vw}}.jinhak_way .way_boxs .wayBox:first-child{margin-top:0}.jinhak_way .way_boxs .wayBox:last-child{margin-bottom:0}.jinhak_way .way_boxs .wayBox:nth-child(2n){margin-right:0}@media screen and (max-width:750px){.jinhak_way .way_boxs .wayBox:nth-child(2n){margin-right:0}}.jinhak_way .way_boxs .wayBox.is-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jinhak_way .way_boxs .wayBox.is-active.way_mission{background-color:#fdf4fe}.jinhak_way .way_boxs .wayBox.is-active.way_mission .title{overflow-wrap:break-word;word-break:break-word;color:#8d0fc8}.jinhak_way .way_boxs .wayBox.is-active.way_vision{background-color:#edfbfd}.jinhak_way .way_boxs .wayBox.is-active.way_vision .title{color:#00c2e4}.jinhak_way .way_boxs .wayBox.is-active.way_coreValue{background-color:#fff5f9}.jinhak_way .way_boxs .wayBox.is-active.way_coreValue .title{color:#ed306e}.jinhak_way .way_boxs .wayBox.is-active.way_talentModel{background-color:#fff8f0}.jinhak_way .way_boxs .wayBox.is-active.way_talentModel .text b,.jinhak_way .way_boxs .wayBox.is-active.way_talentModel .title{color:#f35d0e}.jinhak_way .way_boxs .wayBox.is-active .waybox_title{margin-bottom:12px}@media screen and (max-width:1280px){.jinhak_way .way_boxs .wayBox.is-active .waybox_title{margin-bottom:.9375vw}}@media screen and (max-width:750px){.jinhak_way .way_boxs .wayBox.is-active .waybox_title{margin-bottom:1.6vw}}.jinhak_way .way_boxs .wayBox.is-active .wayBox_cont{opacity:1;visibility:visible;padding:12px 0;height:auto;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.1s;transition-delay:.1s}@media screen and (max-width:750px){.jinhak_way .way_boxs .wayBox.is-active .wayBox_cont{padding:2.6666666667vw 5.3333333333vw}}.jinhak_way .way_boxs .wayBox.instant-snap{-webkit-transition:none!important;transition:none!important}.jinhak_way .wayBox_cont{opacity:0;visibility:hidden;width:100%;padding:0;height:0;text-align:center;background-color:#fff;border-radius:20px;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .15s ease,-webkit-transform 1s cubic-bezier(.22,1,.36,1);transition:opacity .15s ease,-webkit-transform 1s cubic-bezier(.22,1,.36,1);transition:opacity .15s ease,transform 1s cubic-bezier(.22,1,.36,1);transition:opacity .15s ease,transform 1s cubic-bezier(.22,1,.36,1),-webkit-transform 1s cubic-bezier(.22,1,.36,1)}.jinhak_way .wayBox_cont.no-bg{padding:0!important;background-color:transparent}.jinhak_way .wayBox_cont .title{font-size:28px}.jinhak_way .wayBox_cont .text{font-size:20px}.jinhak_way .wayBox_cont .text span{display:block}@media screen and (max-width:750px){.jinhak_way .wayBox_cont .text span{display:inline-block}}@media screen and (max-width:1280px){.jinhak_way .wayBox_cont{border-radius:1.5625vw}.jinhak_way .wayBox_cont .title{font-size:2.1875vw}.jinhak_way .wayBox_cont .text{font-size:1.5625vw}}@media screen and (max-width:750px){.jinhak_way .wayBox_cont{border-radius:2.6666666667vw}.jinhak_way .wayBox_cont .title{font-size:4.5333333333vw}.jinhak_way .wayBox_cont .text{font-size:3.2vw}}.jinhak_way .waybox_title{font-size:22px;font-weight:700;text-align:left}.jinhak_way .waybox_title span{font-family:Montserrat,sans-serif;font-size:24px}.jinhak_way .waybox_title span:last-child{display:block;font-size:18px}@media screen and (max-width:1280px){.jinhak_way .waybox_title{font-size:1.71875vw}.jinhak_way .waybox_title span{font-size:1.875vw}.jinhak_way .waybox_title span:last-child{font-size:1.40625vw}}@media screen and (max-width:750px){.jinhak_way .waybox_title{font-size:3.7333333333vw}.jinhak_way .waybox_title span{font-size:4.5333333333vw}.jinhak_way .waybox_title span:last-child{font-size:3.4666666667vw}}.jinhak_way .coreWay_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify-content;-ms-flex-pack:justify-content;justify-content:justify-content;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px;width:100%}@media screen and (max-width:750px){.jinhak_way .coreWay_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify-content;-ms-flex-pack:justify-content;justify-content:justify-content;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.jinhak_way .coreWay_list.Vision .text b,.jinhak_way .coreWay_list.Vision .title{color:#f35d0e}.jinhak_way .coreWay_list>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:20px 0 20px 20px;text-align:left;background-color:var(--color-white);border-radius:20px}@media screen and (max-width:1280px){.jinhak_way .coreWay_list>div{border-radius:1.5625vw}}@media screen and (max-width:750px){.jinhak_way .coreWay_list>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2.6666666667vw;width:100%;border-radius:2.6666666667vw}.jinhak_way .coreWay_list>div p{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:50%}}.jinhak_way .coreWay_list>div .title{font-family:Montserrat,sans-serif;font-size:24px}@media screen and (max-width:1280px){.jinhak_way .coreWay_list>div .title{font-size:1.875vw}}@media screen and (max-width:750px){.jinhak_way .coreWay_list>div .title{font-size:3.7333333333vw}}.jinhak_way .coreWay_list>div .text{margin-top:auto;font-size:20px}@media screen and (max-width:1280px){.jinhak_way .coreWay_list>div .text{font-size:1.5625vw}}@media screen and (max-width:750px){.jinhak_way .coreWay_list>div .text{margin-top:0;font-size:3.2vw}}.core{position:relative;height:100vh;overflow:hidden}@media screen and (max-width:750px){.core{height:100%}}.core_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.core_inner .cont_title{text-align:center}.slider_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:center;flex-wrap:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;height:var(--full-height);min-height:800px}@media screen and (max-width:750px){.slider_inner{padding-bottom:0;height:100%;min-height:auto}}.core_slider,.pace_slider{position:relative;width:100%;overflow:hidden}.core_slider .core_track,.core_slider .pace_track,.pace_slider .core_track,.pace_slider .pace_track{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;padding:0 15%;will-change:transform}@media screen and (max-width:750px){.core_slider .core_track,.core_slider .pace_track,.pace_slider .core_track,.pace_slider .pace_track{display:block}.core_slider .core_track .core_item,.core_slider .core_track .pace_item,.core_slider .pace_track .core_item,.core_slider .pace_track .pace_item,.pace_slider .core_track .core_item,.pace_slider .core_track .pace_item,.pace_slider .pace_track .core_item,.pace_slider .pace_track .pace_item{margin-top:4vw}.core_slider .core_track .core_item:first-of-type,.core_slider .core_track .pace_item:first-of-type,.core_slider .pace_track .core_item:first-of-type,.core_slider .pace_track .pace_item:first-of-type,.pace_slider .core_track .core_item:first-of-type,.pace_slider .core_track .pace_item:first-of-type,.pace_slider .pace_track .core_item:first-of-type,.pace_slider .pace_track .pace_item:first-of-type{margin-top:0}.core_slider .core_track .core_item p,.core_slider .core_track .core_item ul,.core_slider .core_track .pace_item p,.core_slider .core_track .pace_item ul,.core_slider .pace_track .core_item p,.core_slider .pace_track .core_item ul,.core_slider .pace_track .pace_item p,.core_slider .pace_track .pace_item ul,.pace_slider .core_track .core_item p,.pace_slider .core_track .core_item ul,.pace_slider .core_track .pace_item p,.pace_slider .core_track .pace_item ul,.pace_slider .pace_track .core_item p,.pace_slider .pace_track .core_item ul,.pace_slider .pace_track .pace_item p,.pace_slider .pace_track .pace_item ul{padding-bottom:20vw}}.core_slider .core_item,.core_slider .pace_item,.pace_slider .core_item,.pace_slider .pace_item{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:2.5em;width:450px;height:450px;background-color:var(--color-white);background-position:100% 100%;background-repeat:no-repeat;background-size:6.25em;background-origin:content-box;border-radius:1.25em;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1280px){.core_slider .core_item,.core_slider .pace_item,.pace_slider .core_item,.pace_slider .pace_item{width:35.15625vw;height:35.15625vw}}@media screen and (max-width:750px){.core_slider .core_item,.core_slider .pace_item,.pace_slider .core_item,.pace_slider .pace_item{opacity:0;width:100%;height:100%;-webkit-transform:translateY(15%);transform:translateY(15%)}.core_slider .core_item[class*=fade-item],.core_slider .pace_item[class*=fade-item],.pace_slider .core_item[class*=fade-item],.pace_slider .pace_item[class*=fade-item]{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.core_slider .core_item_pride,.core_slider .pace_item_pride,.pace_slider .core_item_pride,.pace_slider .pace_item_pride{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pride.png)}.core_slider .core_item_pleasure,.core_slider .pace_item_pleasure,.pace_slider .core_item_pleasure,.pace_slider .pace_item_pleasure{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pleasure.png)}.core_slider .core_item_progress,.core_slider .pace_item_progress,.pace_slider .core_item_progress,.pace_slider .pace_item_progress{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_progress.png)}.core_slider .core_item_permanence,.core_slider .pace_item_permanence,.pace_slider .core_item_permanence,.pace_slider .pace_item_permanence{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_permanence.png)}.core_slider .core_item_p,.core_slider .pace_item_p,.pace_slider .core_item_p,.pace_slider .pace_item_p{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pace_1.png)}.core_slider .core_item_a,.core_slider .pace_item_a,.pace_slider .core_item_a,.pace_slider .pace_item_a{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pace_2.png)}.core_slider .core_item_c,.core_slider .pace_item_c,.pace_slider .core_item_c,.pace_slider .pace_item_c{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pace_3.png)}.core_slider .core_item_e,.core_slider .pace_item_e,.pace_slider .core_item_e,.pace_slider .pace_item_e{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pace_4.png)}.core_slider .core_item strong,.core_slider .pace_item strong,.pace_slider .core_item strong,.pace_slider .pace_item strong{font-family:Montserrat,sans-serif;display:block;font-weight:700;font-size:26px}@media screen and (max-width:1280px){.core_slider .core_item strong,.core_slider .pace_item strong,.pace_slider .core_item strong,.pace_slider .pace_item strong{font-size:2.34375vw}}@media screen and (max-width:750px){.core_slider .core_item strong,.core_slider .pace_item strong,.pace_slider .core_item strong,.pace_slider .pace_item strong{font-size:5.3333333333vw}}.core_slider .core_item em,.core_slider .pace_item em,.pace_slider .core_item em,.pace_slider .pace_item em{display:block;padding-top:.85em;font-weight:700;font-size:20px}@media screen and (max-width:1280px){.core_slider .core_item em,.core_slider .pace_item em,.pace_slider .core_item em,.pace_slider .pace_item em{font-size:1.5625vw}}@media screen and (max-width:750px){.core_slider .core_item em,.core_slider .pace_item em,.pace_slider .core_item em,.pace_slider .pace_item em{font-size:3.7333333333vw}}.core_slider .core_item p,.core_slider .pace_item p,.pace_slider .core_item p,.pace_slider .pace_item p{padding-top:.5em;font-size:18px;line-height:1.4;color:var(--color-grey-5)}@media screen and (max-width:1280px){.core_slider .core_item p,.core_slider .pace_item p,.pace_slider .core_item p,.pace_slider .pace_item p{font-size:1.40625vw}}@media screen and (max-width:750px){.core_slider .core_item p,.core_slider .pace_item p,.pace_slider .core_item p,.pace_slider .pace_item p{font-size:3.4666666667vw}}.core_slider .core_item a,.core_slider .pace_item a,.pace_slider .core_item a,.pace_slider .pace_item a{display:block;width:100%;height:100%}.core_slider .core_item img,.core_slider .pace_item img,.pace_slider .core_item img,.pace_slider .pace_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core_slider .core_item ul,.core_slider .pace_item ul,.pace_slider .core_item ul,.pace_slider .pace_item ul{margin-top:.5em}.core_slider .core_item ul li,.core_slider .pace_item ul li,.pace_slider .core_item ul li,.pace_slider .pace_item ul li{margin-left:.7em;padding-top:.5em;text-indent:-.7em;font-size:16px;line-height:1.3;color:var(--color-grey-5)}@media screen and (max-width:1280px){.core_slider .core_item ul li,.core_slider .pace_item ul li,.pace_slider .core_item ul li,.pace_slider .pace_item ul li{font-size:1.40625vw}}@media screen and (max-width:750px){.core_slider .core_item ul li,.core_slider .pace_item ul li,.pace_slider .core_item ul li,.pace_slider .pace_item ul li{font-size:3.4666666667vw}}.core_slider .core_item ul li:before,.core_slider .pace_item ul li:before,.pace_slider .core_item ul li:before,.pace_slider .pace_item ul li:before{content:"·";margin-right:.4em;font-weight:700;opacity:.8}.core_slider .pace_item,.pace_slider .pace_item{background-color:var(--color-grey-1)}@media screen and (max-width:750px){.core_slider .core_track,.core_slider .pace_track,.pace_slider .core_track,.pace_slider .pace_track{padding:0 5.3333vw 13.3333333333vw}}.core{background-color:var(--color-grey-1)}.core_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:750px){.core_flex{display:block}}.core_flex>div{-webkit-box-flex:0;-ms-flex:0 0 48.828%;flex:0 0 48.828%;height:18.75em;padding:2.5em;opacity:0;-webkit-transform:translateY(25%);transform:translateY(25%);background-color:var(--color-white);background-position:100% 100%;background-repeat:no-repeat;background-size:6.25em;background-origin:content-box;border-radius:1.25em;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:750px){.core_flex>div{height:28.75em;padding:2.875em;background-size:7.5em}}.core_flex>div:nth-child(odd){margin-right:2.344%}@media screen and (max-width:750px){.core_flex>div:nth-child(odd){margin-right:0}}.core_flex>div:nth-child(2)~div{margin-top:2.344%}.core_flex>div:last-child{background-size:8.43em}@media screen and (max-width:750px){.core_flex>div:last-child{height:28.75em;background-size:10.3em}.core_flex>div:first-child~div{margin-top:1.875em}}.core_pride{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pride.png)}.core_pleasure{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_pleasure.png)}.core_progress{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_progress.png)}.core_permanence{background-image:url(https://image.jinhak.com/NewJinhak/company/ico_permanence.png)}.core strong{font-family:Montserrat,sans-serif;display:block;font-weight:700;font-size:26px}@media screen and (max-width:1280px){.core strong{font-size:2.34375vw}}@media screen and (max-width:750px){.core strong{font-size:5.3333333333vw}}.core em{display:block;padding-top:.85em;font-weight:700;font-size:20px}@media screen and (max-width:1280px){.core em{font-size:1.5625vw}}@media screen and (max-width:750px){.core em{font-size:3.7333333333vw}}.core p{padding-top:.5em;font-size:18px;line-height:1.4;color:var(--color-grey-5)}@media screen and (max-width:1280px){.core p{font-size:1.40625vw}}@media screen and (max-width:750px){.core p{font-size:3.4666666667vw}}.pace .pace_track{padding-bottom:0}.leadThe_Pace{text-align:center;word-break:keep-all}.leadThe_Pace .bg_txt{margin-top:.75em;line-height:1;font-family:Montserrat,sans-serif;font-weight:800;font-size:160px;opacity:.05}@media screen and (max-width:1280px){.leadThe_Pace .bg_txt{font-size:10.9375vw}}@media screen and (max-width:750px){.leadThe_Pace .bg_txt{font-size:12vw}}.leadThe_Pace .bg_txt[class*=fade-item]{opacity:.05}.leadThe_Pace .summary{display:block;font-weight:700;font-size:40px;line-height:1.4;padding-top:0;margin-top:-1.2em;letter-spacing:-.05em}.leadThe_Pace .summary span{display:block}.leadThe_Pace .summary span:first-child:before{margin-right:.15em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.leadThe_Pace .summary span:first-child:before,.leadThe_Pace .summary span:last-child:after{content:"";display:inline-block;vertical-align:text-top;width:1em;height:1em;background:url(https://image.jinhak.com/NewJinhak/icon/ico_quot.svg) 0 0/contain no-repeat}.leadThe_Pace .summary .line_break{display:none}@media screen and (max-width:1280px){.leadThe_Pace .summary{font-size:3.125vw}}@media screen and (max-width:750px){.leadThe_Pace .summary{margin-top:.4em;font-size:6.6666666667vw}.leadThe_Pace .summary span{display:inline}.leadThe_Pace .summary .line_break{display:inline-block}}.leadThe_Pace p{margin-top:1.5em;font-size:20px;line-height:1.6em;color:#555}@media screen and (max-width:1280px){.leadThe_Pace p{font-size:1.5625vw}}@media screen and (max-width:750px){.leadThe_Pace p{font-size:3.7333333333vw}}.history{padding-bottom:10em}.history_tab ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:750px){.history_tab ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.history_tab ul li{white-space:nowrap}.history_tab a{font-family:Montserrat,sans-serif}.history_cont{position:relative;display:none;max-width:800px;margin:5.625em auto 0;padding-top:1.75em}@media screen and (max-width:1280px){.history_cont{max-width:81%}}@media screen and (max-width:750px){.history_cont{max-width:100%;padding-top:0}}.history_cont.selected{display:-webkit-box;display:-ms-flexbox;display:flex}.history_pre{font-family:Montserrat,sans-serif;position:sticky;top:var(--header-height);-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:flex-start;margin-top:-.4em;font-weight:700;font-size:56px}@media screen and (max-width:1280px){.history_pre{font-size:5vw}}@media screen and (max-width:750px){.history_pre{display:none;font-size:6.1333333333vw}}.history_detail:last-child .history_box:last-child li:last-child{padding-bottom:0}.history_detail:last-child .history_box:last-child li:last-child:before{width:0}.history_box{--histoty-color:var(--color-grey-4);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--histoty-color);-webkit-transition:color .3s ease-out;transition:color .3s ease-out}@media screen and (max-width:750px){.history_box{display:block;color:var(--color-black)}}.history_box.active{--histoty-color:var(--color-black)}.history_box h4{font-family:Montserrat,sans-serif;position:sticky;top:var(--header-height);-ms-flex-item-align:start;align-self:flex-start;min-width:1.8em;margin-top:-.4em;font-size:56px;line-height:1.2em}@media screen and (max-width:1280px){.history_box h4{font-size:5vw}}@media screen and (max-width:750px){.history_box h4{position:static;margin-top:0;font-size:6.1333333333vw}}.history_box h4 .year_pre{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0 0 0 0);overflow:hidden}@media screen and (max-width:750px){.history_box h4 .year_pre{position:static;width:auto;max-width:0;clip:auto}}.history_box ul li{position:relative;padding-left:40px;padding-bottom:1.6em;font-size:18px;line-height:1.44;word-break:keep-all}@media screen and (max-width:1280px){.history_box ul li{font-size:1.71875vw}}@media screen and (max-width:750px){.history_box ul li{padding-top:.7em;padding-bottom:0;padding-left:0;font-size:3.7333333333vw}}.history_box ul li:before{content:"";position:absolute;top:.6em;left:-.5px;bottom:-.6em;width:1px;background:var(--color-grey-4)}@media screen and (max-width:750px){.history_box ul li:before{display:none}}.history_box ul li:after{content:"";position:absolute;top:.6em;left:-.1944em;width:.3888em;padding-top:.3888em;background:var(--histoty-color);border-radius:50%}@media screen and (max-width:750px){.history_box ul li:after{display:none}}.history_box ul li:last-child{padding-bottom:3.4em}@media screen and (max-width:750px){.history_box ul li:last-child{padding-bottom:1.78em}}.history_box ul li span{font-family:Montserrat,sans-serif;font-weight:700;font-size:22px}@media screen and (max-width:1280px){.history_box ul li span{font-size:1.875vw}}@media screen and (max-width:750px){.history_box ul li span{line-height:1.18em;font-size:4.2666666667vw}}.history_box ul li p{padding-top:.11em}.location_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-bottom:3.75em}@media screen and (max-width:750px){.location_top{display:block}}.location .cont_title{padding-bottom:0;text-align:left}@media screen and (max-width:750px){.location_tab{padding-top:3.625em}}.location_tab ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.location_tab li{padding-bottom:4px}.location_tab li a{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.location_tab li a>span{position:relative;padding-bottom:4px}.location_tab li a>span:before{content:"";position:absolute;left:-1px;right:-1px;bottom:0;height:3px;background-color:var(--color-black);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.location_tab li.selected a>span:before,.location_tab li:hover a>span:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.location_tab li{margin-left:1.66em}.location_tab li.selected a,.location_tab li:hover a{color:var(--color-black)}.location_tab li:first-child{margin-left:0}.location_tab li a{font-weight:700;font-size:18px;color:var(--color-grey-4);-webkit-transition:color .3s ease-out;transition:color .3s ease-out}@media screen and (max-width:1280px){.location_tab li a{font-size:1.71875vw}}@media screen and (max-width:750px){.location_tab li a{font-size:3.7333333333vw}}.location_bottom{position:relative;height:500px}@media screen and (max-width:1280px){.location_bottom{height:31.25em}}@media screen and (max-width:750px){.location_bottom{height:auto}}.location_cont{position:relative;display:none;height:100%}.location_cont.selected{display:block}.location .map{position:absolute;top:0;left:50%;width:100%;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#eee}@media screen and (max-width:750px){.location .map{position:relative;height:31.25em}}.location .map img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.location .map_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;max-width:1280px;height:100%;margin:auto;z-index:1;pointer-events:none}@media screen and (max-width:1280px){.location .map_info{max-width:78.4375%}}@media screen and (max-width:750px){.location .map_info{max-width:89.333%;display:block}}.location .map_info_box{min-width:320px;margin-top:5em;padding:1.22em 1.55em 1.66em;font-size:18px;line-height:1;background-color:var(--color-white);border-radius:.45em;-webkit-box-shadow:0 .11em .22em var(--color-grey-3);box-shadow:0 .11em .22em var(--color-grey-3)}@media screen and (max-width:1280px){.location .map_info_box{min-width:35.856%;margin-top:5.9em;font-size:1.71875vw}}@media screen and (max-width:750px){.location .map_info_box{margin-top:.61em;padding:0 0 2.7em;font-size:3.7333333333vw;-webkit-box-shadow:none;box-shadow:none;border-radius:0;background-color:transparent}}.location .map_info_box strong{font-family:Montserrat,sans-serif;font-size:.77em;line-height:1.5;vertical-align:top}@media screen and (max-width:750px){.location .map_info_box strong{font-size:3.2vw}}.location .map_info_box p{letter-spacing:-.0277em;line-height:1.44}.location .map_info_box .address{padding-top:.45em;font-weight:700;white-space:pre-line}@media screen and (max-width:750px){.location .map_info_box .address{padding-top:.3em}}.location .map_info_box .address_en{padding-top:.22em;font-size:.88em;white-space:pre-line}.btn_align{margin-top:var(--top);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1280px){.btn_align{margin-top:3.90625vw}}@media screen and (max-width:750px){.btn_align{margin-top:6.6666666667vw}}.btn_align a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:260px;height:56px;font-size:18px;color:var(--color-white);font-weight:700;text-align:center;border-radius:56px;background-color:var(--color-black)}@media screen and (max-width:1280px){.btn_align a{width:25vw;height:5.46875vw;font-size:1.40625vw}}@media screen and (max-width:750px){.btn_align a{width:42.6666666667vw;height:9.3333333333vw;font-size:2.9333333333vw}}