@charset "UTF-8";

/*** navigation ***/
.container{padding-top:184px;}
.subbox{padding:10rem 2rem 8rem; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.visual{margin-bottom:2rem;}
.subbox .sub-navi{display:flex; align-items: center; gap:0 3.5rem;}
.subbox .sub-navi li{position: relative;}
.subbox .sub-navi li:after{content:'/'; color:#898989; position: absolute; top:50%; right:-20px; transform: translateY(-50%);}
.subbox .sub-navi li:last-child:after{display: none;}  
.subbox .sub-navi li a{font-size:2.2rem; color:#000; font-weight: 600;}
.subbox .sub-navi .home{width:21px; height:20px; background:url('/common/images/user/btn/btn_home.png') no-repeat center; background-size:100%;}
.content-sub-title{font-size:8.4rem; color:#000; font-weight: 600; text-align: center; display: block;}

/*** KMU Vision 2035:  EDGE ***/
.edge-bg{padding:0 2rem 0 38rem; margin-bottom:10rem; height:387px; background:url('/common/images/user/bg/bg_edge.jpg')no-repeat center; background-size:cover; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.edge-bg:after{width:100%; height:18px; background:#e6e8ef; content:''; position: absolute; bottom:0; left:0;}
.edge-bg::before{width:354px; height:435px; background:url('/common/images/user/bg/bg_edge.png') no-repeat center; content:''; position: absolute; bottom:0; right:270px; z-index: 1; transform: translate(var(--x), 0);}
.edge-bg .edge-subbox{padding:0.5rem 10rem 0.5rem 3rem; position: relative; overflow: hidden; display: block; min-height: 1px;}
.edge-bg .edge-subbox::before{width:var(--bgwidth, 0%); content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100% ); pointer-events: none;}
.edge-bg .edge-subbox > * { position: relative; z-index: 1;}
.edge-bg .edge-sub-tit{font-size:4rem; color:#222; font-family: 'SUITE Variable'; font-weight: 800; letter-spacing: -1px; opacity: 0; }
.edge-bg .edge-sub-txt{display: flex; gap:1rem; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.edge-bg .edge-sub-txt li{font-size:1.8rem; color:#444; font-family: 'SUITE Variable'; font-weight:500; letter-spacing: -1px; opacity: 0;}
.edge-bg .edge-sub-txt li span{font-weight: 800; color:#1984b9;}
.edge-bg strong{font-size:6.2rem; padding-left:3rem; margin-top:2rem; color:#004ea2; font-family: 'SUITE-B'; display: block; overflow: hidden; opacity: 0;}
.edge-txtbox{display: flex; align-items: flex-start;}
.edge-txtbox-l{width: 420px; margin-right:10rem;}
.edge-txtbox-l > div{padding-left:4rem; position: relative;}
.edge-txtbox-l > div:after{width:8px; height:100%; background:#1984b9; content:''; position: absolute; top:0; left:0;}
.edge-txtbox-l > div p{font-size:3.6rem; line-height:5rem; color:#222; font-family: 'SUITE Variable'; font-weight: 700; letter-spacing: -2.5px;}
.edge-txtbox-l > div p span{background: linear-gradient(-90deg, #4b954d, #004ea2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'SUITE-Eb';}
.edge-txtbox-r{width: calc(100% - 520px);}
.edge-txtbox-r > p{font-size:2.1rem; margin-bottom:5rem; line-height:3.7rem; color:#444; letter-spacing: -1px;}
.edge-txtbox-r > p.bold-txt{font-size:2.6rem; margin-bottom:8rem; color:#000; font-weight: 600;}
.edge-txtbox-r > p:last-child{margin-bottom:0;}
.edge-graph{margin:10rem 0; display: flex; align-items: center; flex-direction: row;}
.edge-graph .graph-l{width:880px; display: flex; align-items: center; justify-content: flex-end;}
.edge-graph .graph-l .circle{width:420px; height:420px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.edge-graph .graph-l .circle p{text-align: center;}
.edge-graph .graph-l .circle p:nth-child(1){font-size:2.4rem; margin-bottom:1rem; color:#000; font-weight: 600;}
.edge-graph .graph-l .circle p:nth-child(2){font-size:4rem; font-family: 'SUITE-B';}
.edge-graph .graph-l .circle-blue{border:3px solid #75b5d5; margin-right:-5rem;}
.edge-graph .graph-l .circle-green{border:3px solid #73ac69; background: rgba(255,255,255,1);}
.edge-graph .graph-r{width: calc(100% - 880px);}
.edge-graph .graph-r .grapt-r-top{font-size:2.4rem; padding:4rem 0; line-height:3.6rem;  color:#000; font-weight: 600; text-align: center; overflow: hidden;}
.edge-graph .graph-r .grapt-r-top span{background: linear-gradient(-90deg, #4b954d, #004ea2); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.edge-graph .graph-r .grapt-r-bottom{padding:3rem 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:2rem 0; position: relative; overflow: hidden;}
/* .edge-graph .graph-r .grapt-r-bottom:after{width:50%; height:3px; background:#509743; position: absolute; top:0; left:0; content:'';} */
.edge-graph .graph-r .grapt-r-bottom:after{width:var(--cline, 0%); height:3px; background: linear-gradient(90deg,rgba(80, 151, 67, 1) 50%, rgba(87, 199, 133, 1) 50%,rgba(25, 132, 186, 1) 50%); position: absolute; top:0; left:0; content:'';}
/* .edge-graph .graph-r .grapt-r-bottom:before{width:50%; height:3px; background:#1984ba; position: absolute; top:0; right:0; content:'';} */
.edge-graph .graph-r .grapt-r-bottom p{font-size:3.4rem; color:#000; font-family: 'SUITE Variable'; font-weight: 700; text-align: center;}
.edge-sign{ display: flex; flex-direction: column; align-items: flex-end;}
.edge-sign span{font-size:2.1rem; margin-bottom:1rem; color:#000; font-weight: 600;}
.edge-sign p{font-size:6.2rem; margin-right: -18px; color:#000; letter-spacing: 13px;}

/*** 기념사업 조직도 ***/
.organization-bg{width:100%; height:auto; padding:9rem 0 16rem; background:url('/common/images/user/bg/bg_organization.jpg')no-repeat center; background-size: cover;}
.topline{width:30.4%; position: relative; box-shadow: -2.83px 2.83px 20px rgba(0, 0, 0, 0.2);}
.topline:after{width:100%; height:3px; position: absolute; bottom:0; left:0; content:'';}
.topline.right-line:before{width:60px; height:1px; background:#adadad; position: absolute; top:50%; right:-60px; transform: translateY(-50%); content:'';}
.topline.blue-bg{background:#004ea2;}
.topline.blue-bg:after{background:#004ea2;}
.topline.green-bg{background:#509743;}
.topline.green-bg:after{background:#509743;}
.topline.sky-bg{background:#1984ba;}
.topline.sky-bg:after{background:#1984ba;}
.topline-title{font-size:2.6rem; padding:2.6rem 0; color:#fff; font-family: 'SUITE Variable'; font-weight: 700; text-align: center;}
.topline-txt{font-size:2.1rem; padding:2.9rem 0; color:#222; font-weight: 500; text-align: center; background:#fff;}
.topline-box{max-width:1380px; margin:0 auto 4rem auto; display: flex; align-items: center; gap:0 6rem; position: relative;}
.topline-box:before{width:1px; height:40px; position: absolute; bottom:-40px; left:50%; transform: translateX(-50%); content:''; background:#adadad;}
.topline-box.before-none:before{display: none;}
.topline-box.topline-box-b{margin-bottom:0;}
.blue-bg02{background:#0f5e86;}
.lessonline-box{display: flex; align-items: center; margin-top:6rem;}
.lessonline-box .lessonline{padding:0 1.5rem;}
.lessonline-box .lessonline:first-child{padding-left:0;}
.lessonline-box .lessonline:last-child{padding-right:0;}
.lessonline-box .lessonline{width:12.738%; position:relative}
.lessonline-box .lessonline:after{width:100%; height:1px; background:#b3b3b3; position: absolute; top:-30px; left:0; content:'';}
.lessonline-box .lessonline.first-lessonline:after{width:50%; left:auto; right:0}
.lessonline-box .lessonline.last-lessonline:after{width:50%;}
.lessonline-box .lessonline:before{width:1px; height:30px; background:#b3b3b3; position: absolute; top:-30px; left:50%; content:''; transform: translateX(-50%);}
.lessonline-box .lessonline.center-line:before{height:60px; top:-60px}
.lessonline-box .lessonline a{display: block; position: relative; overflow: hidden;}
.lessonline-box .lessonline a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(-90deg, #4b954d, #004ea2); opacity: 0; transition: opacity 0.4s ease; z-index: 0;}
.lessonline-box .lessonline a:hover::before {opacity: 1;}
.lessonline-box .lessonline a > * { position: relative; z-index: 1}
.lessonline-box .lessonline a .lessonline-title{height:80px; padding:0 1rem; display:flex; align-items: center; justify-content: center; flex-direction: column;}
.lessonline-box .lessonline a .lessonline-title p{font-size:2.2rem; padding-right:2rem; color:#fff; font-family: 'SUITE Variable'; font-weight: 600; text-align: center; position: relative;}
.lessonline-box .lessonline a .lessonline-title p:after{width:10px; height:15px; content:''; background:url('/common/images/user/ico/ico_arrow_type01.png')no-repeat center; background-size:100%; position: absolute; bottom:6px; right:0;}
.lessonline-box .lessonline a .lessonline-title p span{display: block;}
.lessonline-box .lessonline a .lessonline-txt{padding:3.3rem 0; background:#fff; display: flex; align-items: center; justify-content: center; flex-direction: column; border-bottom:3px solid #0f5e86;}
.lessonline-box .lessonline a .lessonline-txt:before{content: ""; position: absolute; bottom:-3px; left:0; width:100%; height:3px; background: linear-gradient(-90deg, #4b954d, #004ea2); opacity: 0; transition: opacity 0.4s ease; z-index: 0;}
.lessonline-box .lessonline a:hover .lessonline-txt:before{opacity: 1;}
.lessonline-box .lessonline a .lessonline-txt p:nth-child(1){font-size:2.2rem; margin-bottom:2.2rem; color:#222; font-weight: 600;}
.lessonline-box .lessonline a .lessonline-txt p:nth-child(2){font-size:2.1rem; line-height:3.1rem; color:#555; text-align: center;}
.lessonline-box .lessonline a .lessonline-txt p span{display: block;}

/*** 80주년 기념사업 ***/
.project{width:100%; height:100vh; position: relative; margin-bottom:12rem;}
.project .pc-project{max-width: 1920px; height:100%; margin:0 auto; display: flex; align-items: center; justify-content: center;}
.project .pc-project .pc-project-inner{display: flex; flex-direction: row; overflow: hidden;}
.project .pc-project .pc-project-inner .pc-p-l{width:920px; padding-left:22rem; margin-right:8rem; box-sizing: border-box; z-index: 1; position: relative;}
.pc-project-tit{margin-top:8rem;}
.pc-project-tit h3{font-size:3.6rem; line-height:4rem; color:#60b9ff; font-family: 'SUITE-Eb';}
.project-txt-swiper{margin-top:8rem;}
.project-txt-swiper .swiper-slide .project-titbox p{font-size:2.8rem; margin-bottom:3rem; color:#fff; font-weight: 600; letter-spacing: -1px;}
.project-txt-swiper .swiper-slide .project-titbox strong{font-size:6.2rem; color:#fff; font-weight: 600;}
.project-txt-swiper .swiper-slide .project-titbox strong span{display: block;}
.project-txt-swiper .swiper-slide .project-titbox ul{margin-top:4rem;}
.project-txt-swiper .swiper-slide .project-titbox ul li{font-size:2.1rem; margin-bottom:1rem; color:#ababab; font-weight: 500; letter-spacing: -1px;}
.project-txt-swiper .swiper-slide .project-titbox ul li:last-child{margin-bottom:0;}
.project .pc-project .pc-project-inner .pc-p-r{width:calc(100% - 1000px);}
.project .pc-project .pc-project-inner .pc-p-r img{width:100%;}
.swiper-pagination{ position: static !important; bottom: auto !important; left: auto !important; right: auto !important; top: auto !important; width: auto !important; height: auto !important; padding: 0 !important; background: none !important;}
.project-controller{width:700px; position: absolute; left:220px; bottom:30px}
.project-controller .swiper-pagination.project-pagination{width: 100% !important; display: flex; justify-content: space-between;}
.project-controller .swiper-pagination.project-pagination .swiper-pagination-bullet{flex: 1; margin: 0 2px; height:4px; background:rgba(255, 255, 255, 0.4); border-radius: 0;}
.project-controller .swiper-pagination.project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#60b9ff; border-radius: 0;}
.project .pc-rolling-bg{position: absolute; top:0; left:0; width:100%; height:100%;}
.project .pc-rolling-bg .rolling-swiper{height:100vh; z-index: 0;}
.project .pc-rolling-bg .rolling-swiper .rolling-m{display: none;}
.project .pc-rolling-bg .rolling-swiper .rolling-pc{width:100%; height:100%; position: absolute; top:0; left:0; object-fit: cover;}

.table .tablebox{margin-bottom:12rem; margin-top:4rem; display: flex; align-items: flex-start;}
.table .tablebox:last-child{margin-bottom:0; margin-top:0;}
.table .tablebox .tablebox-l{width:340px;}
.table .tablebox .tablebox-l strong{font-size:4.2rem; color:#000; font-family: 'SUITE Variable'; font-weight: 800;}
.table .tablebox .tablebox-r{width:calc(100% - 340px)}

/* MAKE THE RULE */
.maketherule{width:100%; height:100vh; position: relative; background: linear-gradient(180deg,rgba(3, 6, 26, 1) 21%, rgba(53, 73, 130, 1) 42%, rgba(21, 73, 110, 1) 65%, rgba(3, 6, 26, 1) 84%);}
.maketherule video{width:100%; height: 100vh; object-fit: cover;}
.center-tit{padding:0 2rem; width:100%; box-sizing: border-box; text-align: center; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); z-index: 1; pointer-events: none;}
.center-tit strong{font-size:16rem; font-family: "Bebas Neue", sans-serif; font-weight:500; color:#fff; letter-spacing: -2.5px; display: flex; justify-content: center;}
.center-tit strong > div:first-child{margin-right: 30px;}
.center-tit p{font-size:3.6rem; font-weight: 500; color:#fff;}
.bottom-scroll{position: absolute; bottom:80px; left:50%; transform: translateX(-50%); z-index: 1;}
.bottom-scroll svg{width:26px; height:62px;}

.visionedge{width:100%; height:100vh; position: relative; pointer-events: none;}
.overedge{padding:0 2rem; display: flex; align-items: center; justify-content: center; flex-direction: column; height:100vh; text-align: center; box-sizing: border-box; position: absolute; top:0; left:0; width:100%; z-index: 1; background:#fff;}
.overedge strong{font-size:9.6rem; font-weight: 700; color:#000;}
.overedge p{width:640px; font-size:3.6rem; margin-top:3rem; font-weight: 500; color:#000;}

.fixedge{display: flex; width:100%; height:100vh; align-items: center; justify-content: center; z-index: 1; position: relative;}
.fixedge-inner ul{display: grid; gap:2rem; grid-template-columns:repeat(4, 1fr); max-width: 1740px; margin:0 auto; padding:0 2rem;}
.fixedge-inner ul li > div{position: relative;}
.fixedge-inner ul li > div .fix-txt{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); text-align: center; width: 100%;}
.fixedge-inner ul li > div .fix-txt p{font-size:3.6rem; color:#fff; font-weight: 600;}
.fixedge-inner ul li > div .fix-txt p.fix-subtxt{font-size:2.4rem; color:#fff; font-weight: 600;}
.fixedge-inner ul li > div img{width:100%;}

.vision-slogan{width:100%; height:100vh; /* background:url('/common/images/user/rule/bg01.jpg')no-repeat center; background-size:cover; */ position: relative; overflow: hidden;}
.vision-slogan-inner{max-width:880px; height:100vh; padding:0 2rem; margin:0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; position: relative; z-index: 1;}
.vision-slogan-inner > div{margin:10rem 0;}
.vision-slogan-inner > div:first-child{margin-top:0; position: relative;}
.vision-slogan-inner > div:first-child:before{width:var(--vsWidth, 1px); height:var(--vsHeight, 145px); background:#fff; content:''; position: absolute; bottom:-180px; left:50%; transform: translateX(-50%) translateY(var(--vsPosY, 0%));}
.vision-slogan-inner > div:last-child{margin-bottom:0;}
.vs-tit{font-size:3.6rem; margin-bottom:2rem; color:#fff; font-weight: 700;}
.vs-txt{font-size:6.4rem; color:#fff; font-weight: 600;}

.goals{width:100%; height:100vh; background:url('/common/images/user/rule/bg02.jpg')no-repeat center; background-size:cover;}
.goals-inner{width:100%; height:100vh; padding:0 2rem; margin:0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; box-sizing: border-box;}
.goals-inner .goals-tit{font-size:3.6rem; margin-bottom:7rem;  color:#fff; font-weight: 700;}
.goals-inner .goals-txt{font-size:6.4rem; color:#fff; font-weight: 600;}
.goals-inner .goals-txt:last-child{margin-top:4rem;}

.assignment{width:100%; height:100vh;}
.assignment-content{height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; max-width: 1720px; margin: 0 auto; padding: 0 2rem; box-sizing: border-box;}
.assignment-tit{font-size:5.6rem; margin-bottom:4rem; color:#000; font-family: 'SUITE Variable'; font-weight: 800;}
.assignment-inner{width:100%; display: flex; align-items: stretch; justify-content: center; flex-direction: row; text-align: center; }
.assignment-l{width:calc(100% - 430px)}
.assignment-l ul{display: grid; gap:2rem; grid-template-columns:repeat(2, 1fr);}
.assignment-l ul li{min-height:350px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.assignment-l ul li:first-child, .assignment-l ul li:last-child{background:#eef4fd}
.assignment-l ul li .assignment01{width:155px;}
.assignment-l ul li .assignment02{width:145px;}
.assignment-l ul li .assignment03{width:154px;}
.assignment-l ul li .assignment04{width:153px;}
.assignment-l ul li p{font-size:3.6rem; margin-top:2rem; color:#000; font-weight: 600;}
.assignment-l ul li:nth-child(2) p{margin-top:3rem;}
.assignment-r{width:410px; margin-left:2rem; background:#004ea2;}
.assignment-r > div{display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%;}
.assignment-r > div div:first-child{margin-bottom:8rem; position: relative;}
.assignment-r > div div:first-child:before{width:2px; height:120px; background:#fff; content:''; position: absolute; bottom:-150px; left:50%; transform: translateX(-50%);}
.assignment-r > div div:last-child{margin-top:8rem;}
.assignment-r > div p{font-size:3.6rem; line-height:1; color:#fff; font-weight: 600;}
.assignment-r > div p span{font-size:17rem; line-height:1; font-family: "Bebas Neue", sans-serif; font-weight: 500;}

.specialization{width:100%; /* height:100vh; */ background:url('/common/images/user/rule/bg03.jpg')no-repeat center; background-size:cover; /* overflow: hidden; */}
.specialization-inner{max-width: 1720px; padding:8rem 2rem; margin:0 auto; display: flex; flex-direction: row; width: 100%; align-items: flex-start; box-sizing: border-box;}
.specialization-l{width: calc(100% - 940px); margin-top:33rem;}
.specialization-l strong{font-size:5.6rem; font-family: 'SUITE Variable'; font-weight: 800; color:#fff;}
.specialization-l p{font-size:2.8rem; margin-top:2.5rem; color:#fff; font-weight: 500;}
.specialization-r{width:940px;}
.specialization-r .specialization-r-inner{display: grid; grid-template-columns:repeat(2, 1fr); gap:0 2.8rem;}
.specialization-r ul{display: flex; flex-direction: column; gap: 3rem 0;}
.specialization-r ul:nth-child(2){margin-top:8rem;}
.specialization-r ul li{position: relative;}
.specialization-r ul li div{position: absolute; top:80px; left:40px;}
.specialization-r ul li div p:nth-child(1){font-size:3.6rem; color:#fff; font-weight: 700;}
.specialization-r ul li div p:nth-child(2){font-size:2.2rem; margin-top:1.5rem; color:#fff; font-weight: 500;}
.specialization-r ul li img{width:100%;}

.aivideo{width:100%;}
.aivideo div{position: relative;}
.aivideo video{width:100%; display: block; height: 100vh; object-fit: cover;}
.video-playbtn{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); background:transparent}
.video-playbtn .rul-video-pause{display: none;}
.video-playbtn.pause .rul-video-play{display: none;}
.video-playbtn.pause .rul-video-pause{display: block;}

/*** brand story ***/
.story-top{width:100%; height:580px; background:url('/common/images/user/story/story_bg01_back.png')no-repeat center; background-size:cover; position:relative}
.story-top img{position: absolute; bottom:0; left:0;}
.story-top::after{width:412px; height:428px; content:''; background:url('/common/images/user/story/story_right_bg.png')no-repeat center; position: absolute; top:0; right:0;}
.story-top .storybox{position:absolute; right:120px; top:200px;}
.story-top .storybox h3{font-size:5.6rem; color:#004ea2; font-family: 'SUITE Variable'; font-weight:700}
.story-top .storybox p{font-size:3.2rem; margin-top:3rem; line-height:5.2rem; color:#000; font-family: 'SUITE Variable'; font-weight:600}
.story-top .storybox p span{display:block;}
.emblem-container{margin-top:14rem;}
.story-m{display: none;}
.story-pc{width:100%;}
.story-tit{font-size:4.2rem; color:#000; font-family: 'SUITE Variable'; font-weight:800}
.story-txt{font-size:2.1rem; margin-top:3rem; color:#000; }
.emblembox{margin-top:6rem; display: flex; align-items: center; gap:0 6rem; justify-content: space-between; flex-direction: row;}
.emblembox div{width:50%;}
.emblembox div p{font-size:2.1rem; margin-top:2rem; color:#000; font-weight:600; text-align: center;}
.process-container{margin-top:18rem;}
.processbox{display:grid; grid-template-columns: repeat(4, 1fr); gap:0 4rem; margin-top:8rem;}
.processbox li{position: relative;}
.processbox li::after{width:74px; height:46px; content:''; background:url('/common/images/user/story/arrow.png')no-repeat center; 
    background-size:100%; position: absolute; right:-74px; bottom:0; transform: translateX(var(--arrowX, 0px)); opacity: var(--arrowAlpha, 1); }
.processbox li:last-child:after{display: none;}
.processbox li img{width:100%;}
.processbox li p{font-size:1.8rem; margin-top:4rem; color:#00439a; font-family: 'SUITE Variable'; font-weight:800; text-align: center;}
.processbox li strong{font-size:3.2rem; margin-top:0.5rem; color:#000; font-weight:700; text-align: center; display: block;}
.emblem80-container{margin-top:18rem;}
.emblem80-video{margin-top:5rem; display: flex; gap:2rem}
.emblem80-video div{border:1px solid #e2e2e2; padding:1px; box-sizing: border-box;}
.emblem80-video div:first-child{background:#00439a}
.emblem80-video div video{width:100%; display: block;}
.emblem80box{margin-top:2rem;}
.btnbox{margin-top:3rem; display: flex; gap:0 0.8rem; justify-content: flex-end;}
.btn{font-size:2rem; padding:2rem 2rem; border:1px solid #222; color:#222; display: inline-block;}
.btn i{width:20px; height:19px; margin-left:4rem; display: inline-block; background:url('/common/images/user/story/download.png')no-repeat center; background-size:100%;}
.brand-container{margin-top:20rem; width:100%; height:960px; /* background:url('/common/images/user/story/story_bg02.jpg')no-repeat center; background-size:cover; */ position:relative; overflow: hidden;}
.brand-container > div{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%;}
.brand-container div strong{font-size:6.4rem; color:#fff; font-family: 'SUITE Variable'; font-weight: 800; display: block; text-align: center;}
.brand-container div p{font-size:2.4rem; margin-top:4rem; line-height:4.2rem; color:#fff; text-align: center;}
.brand-container div p span{display: block;}
.branding-checklist{margin-top:16rem; display: flex; justify-content: space-between;}
.check-l{width: calc(100% - 840px);}
.check-l p{font-size:2.4rem; color:#004ea2; font-family: 'SUITE Variable'; font-weight: 700;}
.check-l strong{font-size:4.2rem; margin-top:1rem; color:#000; font-family: 'SUITE Variable'; font-weight: 800; display: block;}
.check-r{width:840px;}
.check-r p{font-size:2.1rem; margin-bottom:5rem; line-height:3.7rem; color:#000;}
.check-r p:last-child{margin-bottom:0;}
.event-step-container{margin-top:16rem;}
.event-step-container div img{width:100%;}
.event-step-swiper .swiper-slide{width:520px; background:#edf4fb;}
.event-step-swiper .swiper-slide div{padding:6rem 5rem 0; height:325px; box-sizing: border-box;}
.event-step{font-size:1.8rem; color:#00439a; font-family: 'SUITE Variable'; font-weight: 800; letter-spacing: -1px;}
.event-step-tit{font-size:3.2rem; margin-top:1rem; color:#000; font-weight: 700; display:block;}
.event-txt{font-size:1.8rem; margin-top:2rem; line-height:3.1rem; color:#444; letter-spacing: -1px;}

/*** error ***/
.error-inner{height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: space-between;}
.error-top{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.error-top .error-logo{padding:6rem 0; display: block;}
.error-top .error-logo #error-header{width: 154px; height: 134px;}
.error-top .error-logo #error-header .cls-3{fill:#004ea2;}
.error-top h2{font-size:5.6rem; color:#000; font-family: 'SUITE Variable'; font-weight: 700;}
.error-top .error-more{font-size:2rem; margin-top:4rem; padding:2rem 4rem; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; flex-direction: row; border:1px solid #004ea2; color:#004ea2 }
.error-top .error-more img{margin-right:1rem;}
.error-bottom{margin-top:6rem; display: flex; flex-shrink: 1;}
.error-bottom .error-bottom-l{width:640px; background:#004ea2;}
.error-bottom .error-bottom-l div{display: flex; align-items: center; justify-content: center; flex-direction: column; height:100%; text-align: center;}
.error-bottom .error-bottom-l strong{font-size:8.2rem; color:#fff; font-family: "Bebas Neue", sans-serif; font-weight:500; line-height: 1;}
.error-bottom .error-bottom-l p{font-size:2.1rem; line-height:3.4rem; margin-top:3rem; color:#fff; font-weight: 500;}
.error-bottom .error-bottom-r{width: calc(100% - 640px); background:#f6f6f6;}
.error-bottom .error-bottom-r > div{padding: 7rem 4rem; box-sizing: border-box; display: flex; align-items: flex-start; flex-direction: column; }
.error-bottom .error-bottom-r strong{font-size:4rem; margin-bottom:3rem; color:#000; font-weight: 600;}
.error-bottom .error-bottom-r ul{display: grid; grid-template-columns: repeat(4, 1fr); gap:2rem;}
.error-bottom .error-bottom-r ul li > div{position: relative;}
.error-bottom .error-bottom-r ul li > div .fix-txt{position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; flex-direction: column; width:100%;}
.error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(1){font-size:2.4rem; color:#fff; font-weight: 700;}
.error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(2){font-size:1.8rem; color:#fff; font-weight: 600; text-align: center;}
.error-bottom .error-bottom-r ul li > div img{width: 100%;}

@media all and (min-width:992px) and (max-width:1800px){

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg{padding:0 2rem 0 10rem;}
    .edge-bg::before{right:200px}
    .edge-graph .graph-l{width:802px;}
    .edge-graph .graph-r{width:calc(100% - 802px)}

}


@media all and (min-width:992px) and (max-width:1750px){

    /*** 80주년 기념사업 ***/
    .project .pc-project .pc-project-inner .pc-p-l{width:720px; padding-left:2rem; margin-right:4rem;}
    .project-controller{left:20px; bottom:0;}
    .project .pc-project .pc-project-inner .pc-p-r{width:calc(100% - 740px)}

}

@media all and (min-width:992px) and (max-width:1650px){

    /*** error ***/
    .error-bottom .error-bottom-l{width:540px;}
    .error-bottom .error-bottom-r{width:calc(100% - 540px);}
    .error-bottom .error-bottom-r > div{padding:7rem 2rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(1){font-size:2rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(2){font-size:1.5rem;}
}

@media all and (min-width:992px) and (max-width:1600px){

    /* MAKE THE RULE */
    .center-tit strong{font-size:13rem}
    .center-tit p{font-size:2.6rem}
    .assignment-tit{font-size:3.6rem; margin-bottom:3rem;}
    .assignment-l ul li p{font-size:2.6rem;}
    .assignment-l ul li .assignment01{width:135px;}
    .assignment-l ul li .assignment02{width:125px;}
    .assignment-l ul li .assignment03{width:134px;}
    .assignment-l ul li .assignment04{width:133px;}
    .assignment-r > div p span{font-size:14rem;}
    .assignment-r > div p{font-size:2.6rem;}
    .specialization-l{width: calc(100% - 870px);}
    .specialization-l strong{font-size:4.6rem;}
    .specialization-l p{font-size:2rem; margin-top:1.5rem;}
    .specialization-r{width:850px; margin-left:2rem;}

}

@media all and (min-width:992px) and (max-width:1500px){

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg{padding:0 2rem;}
    .edge-bg::before{right:20px;}
    .edge-txtbox-l{margin-right:5rem;}
    .edge-txtbox-r{width: calc(100% - 470px);}

    /*** 80주년 기념사업 ***/
    .pc-project-tit h3{font-size:3rem;}
    .project .pc-project .pc-project-inner .pc-p-l{width:600px}
    .pc-project-tit{margin-top:4rem;}
    .project-txt-swiper{margin-top:4rem;}
    .project-txt-swiper .swiper-slide .project-titbox p{font-size:2.2rem;}
    .project-txt-swiper .swiper-slide .project-titbox strong{font-size:5.2rem;}
    .project-txt-swiper .swiper-slide .project-titbox ul{margin-top:3rem;}
    .project-txt-swiper .swiper-slide .project-titbox ul li{font-size:1.7rem;}
    .project-controller{width:600px;}
    .project-controller .swiper-pagination.project-pagination{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}
    .project .pc-project .pc-project-inner .pc-p-r{width:calc(100% - 640px);}
}

@media all and (min-width:992px) and (max-width:1350px){

    /*** error ***/
    .error-top .error-logo{padding:4rem 0;}
    .error-top h2{font-size:4.2rem;}
    .error-top .error-more{font-size:1.8rem; padding:1.5rem 4rem;}
    .error-bottom .error-bottom-l{width:350px}
    .error-bottom .error-bottom-l strong{font-size:5.2rem;}
    .error-bottom .error-bottom-l p{font-size:1.7rem; margin-top:1rem; line-height:2.8rem;}
    .error-bottom .error-bottom-r{width:calc(100% - 350px)}
    .error-bottom .error-bottom-r strong{font-size:3rem; margin-bottom:2rem;}
    .error-bottom .error-bottom-r ul{gap:1rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(1){font-size:1.7rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(2){font-size:1.4rem;}

}

@media all and (min-width:992px) and (max-width:1300px){

    /*** 기념사업 조직도 ***/
    .topline-title{font-size:2.2rem;}
    .topline-txt{font-size:1.7rem;}
    .lessonline-box .lessonline{padding:0 1rem;}
    .lessonline-box .lessonline a .lessonline-title p{font-size:1.8rem;}
    .lessonline-box .lessonline a .lessonline-txt p:nth-child(1){font-size:1.8rem; margin-bottom:1rem;}
    .lessonline-box .lessonline a .lessonline-txt p:nth-child(2){font-size:1.7rem; line-height:2.7rem;}

    /*** 80주년 기념사업 ***/
    .project .pc-project .pc-project-inner .pc-p-l{width:450px;}
    .project-txt-swiper{margin-top:2rem;}
    .project-txt-swiper .swiper-slide .project-titbox p{font-size:2rem;}
    .project-txt-swiper .swiper-slide .project-titbox strong{font-size:4.8rem;}
    .project-txt-swiper .swiper-slide .project-titbox ul{margin-top:2rem;}
    .project-txt-swiper .swiper-slide .project-titbox ul li{font-size:1.6rem;}
    .project-controller{width:420px}
    .project .pc-project .pc-project-inner .pc-p-r{width:calc(100% - 490px)}

    /* MAKE THE RULE */
    .center-tit strong{font-size:10rem}
    .center-tit p{font-size:2rem;}
    .overedge strong{font-size:8rem;}
    .fixedge-inner ul li > div .fix-txt p{font-size:2.4rem;}
    .fixedge-inner ul li > div .fix-txt span{font-size:1.8rem;}
    .vs-tit{font-size:3rem;}
    .vs-txt{font-size:5.4rem;}
    .goals-inner .goals-tit{font-size:3rem; margin-bottom:5rem;}
    .goals-inner .goals-txt{font-size:5rem;}
    .goals-inner .goals-txt:last-child{margin-top:3rem;}
    .assignment-tit{font-size:3rem; margin-bottom:2rem;}
    .assignment-l{width:calc(100% - 320px)}
    .assignment-l ul li{min-height:280px;}
    .assignment-l ul li p{font-size:2rem; margin-top:1rem;}
    .assignment-l ul li:nth-child(2) p{margin-top:2rem;}
    .assignment-l ul li .assignment01{width:115px;}
    .assignment-l ul li .assignment02{width:105px;}
    .assignment-l ul li .assignment03{width:114px;}
    .assignment-l ul li .assignment04{width:113px;}
    .assignment-r{width:300px;}
    .assignment-r > div p span{font-size:10rem;}
    .assignment-r > div p{font-size:2rem;}
    .specialization-l{width: calc(100% - 620px);}
    .specialization-l strong{font-size:4rem;}
    .specialization-l p{font-size:1.8rem;}
    .specialization-r{width:600px;}
    .specialization-r ul li div{top:40px; left:20px;}
    .specialization-r ul li div p:nth-child(1){font-size:3rem;}
    .specialization-r ul li div p:nth-child(2){font-size:1.8rem; margin-top:1rem;}
    .video-playbtn img{width:80px}

    /*** brand story ***/
    .story-top .storybox{right:40px;}    
    .story-top .storybox h3{font-size:5rem;}
    .story-top .storybox p{font-size:2.6rem; line-height:4.2rem; margin-top:2rem;}
    .story-tit{font-size:3.8rem;}
    .story-txt{font-size:1.8rem; margin-top:2rem;}
    .emblembox{margin-top:5rem; gap:0 3rem;}
    .emblembox div p{font-size:1.8rem;}
    .processbox li p{font-size:1.6rem;}
    .processbox li strong{font-size:2.8rem;}
    .btn{font-size:1.6rem; padding:1.5rem}
    .btn i{margin-left:2rem;}
    .brand-container div strong{font-size:5.4rem;}
    .brand-container div p{font-size:2rem; margin-top:2rem;}
    .check-l{width:calc(100% - 640px)}
    .check-l p{font-size:2rem;}
    .check-l strong{font-size:3.6rem;}
    .check-r{width:640px}
    .check-r p{font-size:1.8rem; line-height:3.2rem;}
    .event-step-swiper .swiper-slide div{padding:3rem 2.5rem; height:280px;}
    .event-step{font-size:1.7rem;}
    .event-step-tit{font-size:2.8rem;}
    .event-txt{font-size:1.7rem;}

}

@media all and (min-width:992px) and (max-width:1200px){

    /*** navigation ***/
    .content-sub-title{font-size:7.4rem;}

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg .edge-sub-tit{font-size:2.8rem;}
    .edge-bg strong{font-size:5rem;}
    .edge-bg::before{width:300px; height:369px; background-size: cover;}
    .edge-txtbox-l{width:380px; margin-right:2rem;}
    .edge-txtbox-l > div{padding-left:2rem;}
    .edge-txtbox-l > div:after{width:6px;}
    .edge-txtbox-l > div p{font-size:3.2rem;}
    .edge-txtbox-r{width: calc(100% - 400px);}
    .edge-txtbox-r > p{font-size:1.8rem; line-height:3rem; margin-bottom:3rem;}
    .edge-txtbox-r > p.bold-txt{font-size:2.2rem;}
    .edge-sign span{font-size:1.9rem;}
    .edge-sign p{font-size:5.2rem;}
    .edge-graph .graph-l{width:620px;}
    .edge-graph .graph-l .circle{width:350px; height:350px;}
    .edge-graph .graph-l .circle p:nth-child(1){font-size:2rem;}
    .edge-graph .graph-l .circle p:nth-child(2){font-size:3.2rem;}
    .edge-graph .graph-r{width:calc(100% - 620px)}
    .edge-graph .graph-r .grapt-r-top{font-size:1.7rem; line-height:2.8rem; padding:2rem 0;}
    .edge-graph .graph-r .grapt-r-bottom{gap:1rem 0; padding:2rem 0;}
    .edge-graph .graph-r .grapt-r-bottom p{font-size:2rem;}

    /*** 80주년 기념사업 ***/
    .table .tablebox .tablebox-l{width:220px;}
    .table .tablebox .tablebox-r{width:calc(100% - 220px)}

}



@media all and (max-width:991px){

    /*** navigation ***/
    .container{padding-top:214px;}
    .visual{margin-bottom:10rem;}
    .subbox{padding:3rem 2rem 13rem;}

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg{padding:0 30rem 0 2rem; height:500px;}
    .edge-bg::before{right:0;}
    .edge-txtbox{flex-direction: column;}
    .edge-txtbox-l{width:100%; margin-right:0;}
    .edge-txtbox-l > div{margin-bottom:4.5rem;}
    .edge-txtbox-r{width:100%;}
    .edge-graph{flex-direction: column;}
    .edge-graph .graph-l{width:100%; justify-content: center;}
    .edge-graph .graph-l .circle p span{display: block;}
    .edge-graph .graph-r{width:100%;}
    .edge-graph .graph-l .circle{width:49%; height:49%; aspect-ratio: 1 / 1;}

    /*** 기념사업 조직도 ***/
    .organization-bg{background:url('/common/images/user/bg/bg_m_organization.jpg')no-repeat top; background-size:cover;}
    .topline-box{justify-content: center; gap:0 5rem;}
    .topline-box:before{display: none;}
    .topline-box:nth-child(1) .topline{width:60%;}
    .topline-box:nth-child(2){justify-content: space-between;}
    .topline-box:nth-child(2) .topline{width:49.5%;}
    .topline-box:nth-child(2) .topline:nth-child(1) .topline-title{position: relative;}
    .topline-box:nth-child(2) .topline:nth-child(2) .topline-title:after{width:1px; height:40px; position: absolute; bottom:-40px; left:50%; transform: translateX(-50%); content:''; background:#adadad;}
    .topline-box:nth-child(2) .topline:nth-child(1) .topline-txt{position: relative;}
    .topline-box:nth-child(2) .topline:nth-child(2) .topline-txt:before{width:1px; height:40px; position: absolute; top:-40px; left:50%; transform: translateX(-50%); content:''; background:#adadad;}
    .topline-box:nth-child(3) .topline{width:100%;}
    .topline.transparentbox{display: none;}
    .lessonline-box{padding-left: 12rem; margin-top:0; box-sizing: border-box; flex-direction: column; gap:0;}
    .lessonline-box .lessonline{padding:5rem 0 0 0;}
    .lessonline-box .lessonline{width:100%;}
    .lessonline-box .lessonline:before{width:70px; height:1px; left:-70px; top:47%; transform: translate(0, -50%);}
    .lessonline-box .lessonline:after{width:1px; height:100%; left:-70px; top:0;}
    .lessonline-box .lessonline.first-lessonline:after{width:1px; left:-70px;}
    .lessonline-box .lessonline.center-line:before{display: none;}
    .lessonline-box .lessonline a .lessonline-title p span{display: inline;}
    .lessonline-box .lessonline a .lessonline-txt p span{display: inline;}
    .lessonline-box .lessonline.last-lessonline:after{width:1px; height:42%;}

    /*** 80주년 기념사업 ***/
    .project{height: auto;}
    .project-txt-swiper .swiper-slide .project-titbox strong span{display: inline;}
    .project .pc-project{padding:7rem 0 11rem 2rem; align-items:flex-start;}
    .project .pc-rolling-bg .rolling-swiper{height: 100%;}
    .project .pc-rolling-bg .rolling-swiper .rolling-pc{display: none;}
    .project .pc-rolling-bg .rolling-swiper .rolling-m{display: block; width:100%;}
    .project .pc-project .pc-project-inner{flex-direction: column;}
    .pc-project-tit{margin-top:0}
    .project .pc-project .pc-project-inner .pc-p-l{width:100%; padding-left:0; margin-right:0; margin-bottom:12rem;}
    .project .pc-project .pc-project-inner .pc-p-r{width:100%;}
    .project-controller{margin-top:5rem; position: relative;  bottom:auto; left:auto; width: auto;}

    .table .tablebox{flex-direction: column;}
    .table .tablebox .tablebox-l{width:100%; margin-bottom:4rem;}
    .table .tablebox .tablebox-r{width:100%;}

    /* MAKE THE RULE */
    .center-tit strong{font-size:12rem; line-height:1; width:100%; display: inline-block; flex-direction: column; justify-content: center;}
    .center-tit strong > div:first-child{margin-right: 0px;}
    .center-tit p{font-size:2.6rem;}
    .bottom-scroll{bottom:40px;}
    .overedge strong{width:600px;}
    .fixedge .fixedge-inner{width:800px;}
    .fixedge-inner ul{grid-template-columns:repeat(2, 1fr)}
    .vision-slogan{background:url('/common/images/user/rule/bg_m01.jpg')no-repeat center; background-size:cover}
    .vs-txt{width:600px;}
    .goals{background:url('/common/images/user/rule/bg_m02.jpg')no-repeat center; background-size:cover}
    .goals-inner .goals-txt:nth-child(2){width:630px;}
    .goals-inner .goals-txt:last-child{width:480px;}
    .assignment{height:auto}
    .assignment-content{height:auto; padding:8rem 2rem 7.5rem 2rem;}
    .assignment-inner{flex-direction: column;}
    .assignment-l{width:100%;}
    .assignment-l ul{display: flex; flex-direction: column; gap:0;}
    .assignment-l ul li:nth-last-child(1){order:4}
    .assignment-l ul li:nth-last-child(2){order:3; background:#eef4fd;}
    .assignment-l ul li:nth-last-child(3){order:2}
    .assignment-l ul li:nth-last-child(4){order:1}
    .assignment-l ul li:last-child{background:#fff;}
    .assignment-r{width:100%; margin-left:0;}
    .assignment-r > div{flex-direction: row; padding:3.5rem 3rem; justify-content: space-between; position: relative;}
    .assignment-r > div:after{width:172px; height:2px; background:#fff; content:''; position: absolute; top:40%; left:50%; transform: translate(-50%, -50%);}
    .assignment-r > div div:first-child{margin-bottom:0}
    .assignment-r > div div:last-child{margin-top:0;}
    .assignment-r > div div:first-child:before{display: none;}
    .specialization{background:url('/common/images/user/rule/bg_m03.jpg')no-repeat center; background-size:cover}
    .specialization-inner{flex-direction: column;}
    .specialization-l{width:100%; margin-top:0; margin-bottom:8rem;}
    .specialization-r{width:100%;}
    .video-playbtn img{width:74px;}

    /*** brand story ***/
    .story-top{height:1114px; background: url('/common/images/user/story/story_bg01_m.png')no-repeat center; background-size:cover}
    .story-top img{display: none;}
    .story-top::after{display: none;}
    .story-top .storybox{position: inherit; top:auto; right: auto; padding:14rem 2rem 0; width:100%; box-sizing: border-box;}
    .story-top .storybox p span{display: inline;}
    .emblembox{gap:8rem 0; flex-direction: column;}
    .emblembox div{width:100%;}
    .processbox{grid-template-columns:repeat(2, 1fr); gap:9rem 2rem;}
    .processbox li::after{display: none;}
    .story-pc{display: none;}
    .story-m{display: block; width: 100%;}
    .emblem80-video{flex-direction: column;}
    .btnbox{flex-wrap: wrap; gap: 1rem; justify-content: flex-start;}
    .brand-container{height:1583px; background:url('/common/images/user/story/story_bg02_m.jpg')no-repeat center; background-size:100%;}
    .brand-container > div{padding:0 2rem; box-sizing: border-box;}
    .branding-checklist{flex-direction: column;}
    .check-l{width:100%; margin-bottom:7rem;}
    .check-r{width: 100%;}

    /*** error ***/
    .error-inner{justify-content: flex-start; height: auto;}
    .error-bottom{display: block;}
    .error-bottom .error-bottom-l{width:100%;}
    .error-bottom .error-bottom-l div{height: auto; padding:10rem 2rem;}
    .error-bottom .error-bottom-r{width:100%;}
    .error-bottom .error-bottom-r strong{width:100%; text-align: center;}
    .error-bottom .error-bottom-r ul{grid-template-columns: repeat(2, 1fr);}

}

@media all and (max-width:767px){

    /*** navigation ***/
    .subbox .sub-navi .home{width:18px; height:17px;}
    .container{padding-top:107px;}
    .visual{margin-bottom:5rem;}
    .subbox{padding:1.5rem 2rem 6.5rem;}
    .subbox .sub-navi li a{font-size:1.8rem;}
    .content-sub-title{font-size:4rem;}

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg{padding:0 15rem 0 2rem; height:250px; margin-bottom:7rem;}
    .edge-bg::before{width:176px; height:218px; background-size: cover;}
    .edge-bg .edge-subbox{padding:0.5rem 2rem 0.5rem 1rem}
    .edge-bg .edge-sub-tit{font-size:2.4rem; margin-bottom:0.5rem;}
    .edge-bg .edge-sub-txt{gap:0.5rem;}
    .edge-bg .edge-sub-txt li.dotted img{width:2px;}
    .edge-bg .edge-sub-txt li{font-size:1.6rem;}
    .edge-bg strong{font-size:2.7rem; margin-top:1rem; padding-left:1rem;}
    .edge-txtbox-l > div{margin-bottom:3.5rem; padding-left:3rem;}
    .edge-txtbox-l > div:after{width:6px;}
    .edge-txtbox-l > div p{font-size:2.4rem; line-height:3.5rem;}
    .edge-txtbox-r > p{font-size:1.6rem; line-height:2.4rem; margin-bottom:3rem;}
    .edge-txtbox-r > p.bold-txt{font-size:1.9rem; margin-bottom:5rem;}
    .edge-sign span{font-size:1.5rem;}
    .edge-sign p{font-size:3.6rem; letter-spacing: 7px; margin-right:-8px;}
    .edge-graph{margin:5rem 0 6rem;}

    .edge-graph .graph-l .circle-blue{margin-right:-2rem;}
    .edge-graph .graph-l .circle p:nth-child(1){font-size:1.3rem; line-height:1.6rem;}
    .edge-graph .graph-l .circle p:nth-child(2){font-size:1.8rem; line-height:2.4rem;}
    .edge-graph .graph-r .grapt-r-top{font-size:1.8rem; line-height:2.4rem; padding:3rem 0 2.5rem;}
    .edge-graph .graph-r .grapt-r-bottom{padding:2.5rem 0 0 0; gap:1.2rem 0;}
    .edge-graph .graph-r .grapt-r-bottom p{font-size:2.1rem;}

     /*** 기념사업 조직도 ***/
    .organization-bg{padding:5.5rem 0 10rem;}
    .topline-box{gap:0 2.5rem; margin-bottom:3.5rem;}
    .topline:after{height:2px;}
    .topline-title{font-size:1.9rem; padding:1.3rem 0;}
    .topline-txt{font-size:1.6rem; padding:1.3rem 0;}
    .topline-box:nth-child(2) .topline:nth-child(2) .topline-title:after{width:1px; height:35px; bottom:-35px;}
    .topline-box:nth-child(2) .topline:nth-child(2) .topline-txt:before{width:1px; height:35px; top:-35px;}
    .lessonline-box{padding-left: 6rem;}
    .lessonline-box .lessonline{padding:2.5rem 0 0 0;}
    .lessonline-box .lessonline:before{width:35px;left:-35px;}
    .lessonline-box .lessonline:after{left:-35px;}
    .lessonline-box .lessonline a:after{height:2px;}
    .lessonline-box .lessonline a .lessonline-title{height:50px;}
    .lessonline-box .lessonline a .lessonline-title p{font-size:1.9rem;}
    .lessonline-box .lessonline a .lessonline-txt{padding:1.6rem 0;}
    .lessonline-box .lessonline a .lessonline-txt p:nth-child(1){font-size:1.7rem; margin-bottom:1.2rem;}
    .lessonline-box .lessonline a .lessonline-txt p:nth-child(2){font-size:1.6rem; line-height:1}
    .lessonline-box .lessonline.first-lessonline:after{left:-35px;}
    .lessonline-box .lessonline.last-lessonline:after{height:48%;}

    /*** 80주년 기념사업 ***/
    .project{margin-bottom:6rem;}
    .project .pc-project{padding:7rem 0 5.5rem 2rem;}
    .pc-project-tit h3{font-size:2.4rem; line-height:auto;}
    .project-txt-swiper{margin-top:4.5rem;}
    .project-txt-swiper .swiper-slide .project-titbox p{font-size:1.8rem; margin-bottom:2rem;}
    .project-txt-swiper .swiper-slide .project-titbox strong{font-size:3.4rem;}
    .project-txt-swiper .swiper-slide .project-titbox ul li{font-size:1.6rem;}
    .project .pc-project .pc-project-inner .pc-p-l{margin-bottom:6rem;}
    .table .tablebox{margin-bottom:6rem; margin-top:2rem;}
    .table .tablebox .tablebox-l{margin-bottom:2rem;}
    .table .tablebox .tablebox-l strong{font-size:2.7rem;}

    /* MAKE THE RULE */
    .center-tit strong{font-size:6.8rem; width:auto;}
    .center-tit p{font-size:2.4rem; margin-top:2rem;}
    .bottom-scroll svg{width:20px; height:46px;}
    .bottom-scroll{bottom:40px;}
    .overedge strong{font-size:5.2rem; width:auto;}
    .overedge p{font-size:2.4rem; margin-top:3.5rem; width:auto;}
    .fixedge-inner ul{gap:0.5rem;}
    .fixedge-inner ul li > div .fix-txt p{font-size:1.6rem;}
    .fixedge-inner ul li > div .fix-txt p.fix-subtxt{font-size:1.3rem;}
    .fixedge-inner ul li > div .fix-txt span{font-size:1.3rem;}
    .fixedge .fixedge-inner{width:auto;}
    .vision-slogan-inner > div{margin:8rem 0;}
    .vision-slogan-inner > div:first-child:before{width:var(--vsWidth, 1px); height:var(--vsHeight, 120px); bottom:-140px; transform: translateX(-50%) translateY(var(--vsPosY, 0%))}
    .vs-tit{font-size:2.4rem;}
    .vs-txt{font-size:3.6rem; width:300px;}
    .goals-inner .goals-tit{font-size:2.4rem; margin-bottom:6rem;}
    .goals-inner .goals-txt{font-size:3.6rem;}
    .goals-inner .goals-txt:nth-child(2){width:auto;}
    .goals-inner .goals-txt:last-child{width:auto;}
    .assignment-tit{font-size:2.8rem; margin-bottom:2.5rem;}
    .assignment-l{width:100%;}
    .assignment-l ul li{min-height:auto; padding:2.5rem 1rem 3rem;}
    .assignment-l ul li .assignment01{width:85px;}
    .assignment-l ul li .assignment02{width:82px;}
    .assignment-l ul li .assignment03{width:84px;}
    .assignment-l ul li .assignment04{width:84px;}
    .assignment-l ul li p{font-size:2.2rem;}
    .assignment-r > div:after{width:86px; height:2px;}
    .assignment-r > div p{font-size:2rem;}
    .assignment-r > div p span{font-size:8.2rem}
    .specialization-l{margin-bottom:4rem;}
    .specialization-l strong{font-size:2.4rem}
    .specialization-l p{font-size:2rem;}
    .specialization-r ul{gap:0.5rem 0;}
    .specialization-r .specialization-r-inner{gap:0 0.5rem;}
    .specialization-r ul:nth-child(2){margin-top:3rem;}
    .specialization-r ul li div{top:30px; left:15px;}
    .specialization-r ul li div p:nth-child(1){font-size:2rem;}
    .specialization-r ul li div p:nth-child(2){font-size:1.4rem; margin-top:1rem;}
    .video-playbtn img{width:37px;}

    /*** brand story ***/
    .story-top{height:557px;}
    .story-top .storybox{padding:7rem 2rem 0;}
    .story-top .storybox h3{font-size:2.9rem;}
    .story-top .storybox p{font-size:1.8rem; line-height:3.2rem; margin-top:1rem;}
    .emblem-container{margin-top:7rem;}
    .story-tit{font-size:2.8rem;}
    .story-txt{font-size:1.6rem; line-height:2.8rem; margin-top:2rem;}
    .emblembox{gap:4rem 0; margin-top:3.5rem}
    .emblembox div p{font-size:1.6rem; margin-top:1.5rem;}
    .process-container{margin-top:10rem;}
    .processbox{ gap:4.5rem 1rem; margin-top:5rem;}
    .processbox li p{font-size:1.5rem; margin-top:2.5rem;}
    .processbox li strong{font-size:2.2rem;}
    .emblem80-container{margin-top:10rem;}
    .emblem80-video{gap:1rem; margin-top:3rem;}
    .emblem80box{margin-top:1rem;}
    .btnbox{gap: 0.5rem;}
    .btn{font-size:1.6rem; padding:1.2rem 1.7rem;}
    .btn i{width:15px; height:14px; margin-left:2.2rem;}
    .brand-container{height:792px; margin-top:10rem;}
    .brand-container div strong{font-size:3.6rem; line-height: 5rem;}
    .brand-container div p{font-size:1.8rem; line-height:2.9rem; margin-top:3rem;}
    .brand-container div p span{display: inline;}
    .branding-checklist{margin-top:7rem;}
    .check-l p{font-size:1.8rem;}
    .check-l{margin-bottom:3.5rem;}
    .check-l strong{font-size:2.8rem; margin-top:0.5rem;}
    .check-r p{font-size:1.6rem; line-height:2.8rem; margin-bottom:4rem;}
    .event-step-container{margin-top:6rem;}
    .event-step{font-size:1.5rem;}
    .event-step-swiper .swiper-slide{width:282px;}
    .event-step-swiper .swiper-slide div{padding:4.5rem 2.5rem 0; height:280px;}
    .event-step-tit{font-size:2.2rem; margin-top:0.5rem;}
    .event-txt{font-size:1.5rem; line-height:2.6rem;}

    /*** error ***/
    .error-top .error-logo{padding:3rem 0;}
    .error-top .error-logo #error-header{width:97px; height:84px;}
    .error-top h2{font-size:3.2rem;}
    .error-top .error-more{font-size:1.6rem; padding:1.5rem 2.5rem; margin-top:2rem;}
    .error-bottom{margin-top:5rem;}
    .error-bottom .error-bottom-l strong{font-size:4.7rem;}
    .error-bottom .error-bottom-l p{font-size:1.6rem; margin-top:0.5rem; line-height:2.4rem;}
    .error-top .error-more img{width:15px; margin-right:0.6rem;}
    .error-bottom .error-bottom-l div{padding:5rem 2rem;}
    .error-bottom .error-bottom-r strong{font-size:2.6rem; margin-bottom:2.5rem;}
    .error-bottom .error-bottom-r > div{padding:4.5rem 2rem 5rem 2rem;}
    .error-bottom .error-bottom-r ul{gap:1rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(1){font-size:1.6rem;}
    .error-bottom .error-bottom-r ul li > div .fix-txt p:nth-child(2){font-size:1.4rem;}







}

@media all and (max-width:400px){

    /*** KMU Vision 2035:  EDGE ***/
    .edge-bg .edge-sub-tit{font-size:2rem;}
    .edge-bg .edge-sub-txt li{font-size:1.5rem;}
    .edge-bg strong{font-size:2.2rem;}

    /* MAKE THE RULE */
    .assignment-r > div:after{width:16.66vw;}

}


@media print{
    header{display: none !important;}
    footer{display: none !important;}
    .board-bottom-layout{display: none !important;}
    .page-util{display: none !important;}
    .container{padding:0 !important}
}