@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;600;700;900&display=swap');
@import url("https://use.typekit.net/ffz0ibe.css");
@font-face{ 
    font-family:'MIN Sans'; 
    src:url('/fonts/MinSans-Light.eot'); 
    src:url('/fonts/MinSans-Light.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/MinSans-Light.woff2') format('woff2'), 
    url('/fonts/MinSans-Light.ttf') format('truetype'), 
    url('/fonts/MinSans-Light.otf') format('opentype'); 
    font-weight: 300;
}
@font-face{ 
    font-family:'MIN Sans'; 
    src:url('/fonts/MinSans-Regular.eot'); 
    src:url('/fonts/MinSans-Regular.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/MinSans-Regular.woff2') format('woff2'), 
    url('/fonts/MinSans-Regular.ttf') format('truetype'), 
    url('/fonts/MinSans-Regular.otf') format('opentype'); 
    font-weight: 400;
}
@font-face{ 
    font-family:'MIN Sans'; 
    src:url('/fonts/MinSans-Medium.eot'); 
    src:url('/fonts/MinSans-Medium.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/MinSans-Medium.woff2') format('woff2'), 
    url('/fonts/MinSans-Medium.ttf') format('truetype'), 
    url('/fonts/MinSans-Medium.otf') format('opentype'); 
    font-weight: 500;
}
@font-face{ 
    font-family:'MIN Sans'; 
    src:url('/fonts/MinSans-Bold.eot'); 
    src:url('/fonts/MinSans-Bold.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/MinSans-Bold.woff2') format('woff2'), 
    url('/fonts/MinSans-Bold.ttf') format('truetype'), 
    url('/fonts/MinSans-Bold.otf') format('opentype'); 
    font-weight: 700;
}

@font-face{ 
    font-family:'Felix'; 
    src:url('/fonts/Felix_Titling_MT.eot'); 
    src:url('/fonts/Felix_Titling_MT.eot?#iefix') format('embedded-opentype'), 
    url('/fonts/Felix_Titling_MT.woff2') format('woff2'), 
    url('/fonts/Felix_Titling_MT.ttf') format('truetype'), 
    url('/fonts/Felix_Titling_MT.otf') format('opentype'); 
    font-weight: 400;
}
/*  Outfit + MIN Sans + Felix  */
.ft_felix{ font-family: 'Felix'; }
.ft_out{ font-family: 'Outfit'; }

::selection{ background: rgba(0,0,0,.2); color: #22252c; }
/* 초기화 */
html{min-width:320px;overflow-y:scroll}
body{min-width:320px;margin:0;padding:0;font-size:0.75em;font-family:'pretendard', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ol,ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'pretendard', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

input:not([type="radio"]):not([type="checkbox"]), textarea, button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.placeholdersjs {color:#aaa !important}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}






/*! ───────────────────── A N I M A T I O N ───────────────────── */
@keyframes bgScale{ 
    0% { transform: scale(1.07) translateZ(0); }
    100% { transform: scale(1) translateZ(0); }
}
@keyframes obj-rotate{ 
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes ltrt{
    0%{ transform: translateX(0px); }
    50%{ transform: translateX(10px); }
    100%{ transform: translateX(0px); }
}
@keyframes marquee{ 
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-2280px, 0, 0); }
}
@keyframes marquee2{ 
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-1980px, 0, 0); }
}
@keyframes scroll2{
    0% { transform: translateY(-150px); }
    100% { transform: translateY(150px); }
}
@keyframes mscroll{
    0% { transform: translateY(-50px); }
    100% { transform: translateY(50px); }
}
@keyframes scrollDown{
    0% { transform: translate(-50%,-50px); opacity: 0; }
    100% { transform: translate(-50%,0px); opacity: 1; }
}
@keyframes moveUp{
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes moveDown{
    0% { transform: translateY(-50px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes moveRight{
    0% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0px); opacity: 1; }
}
@keyframes moveLeft{
    0% { transform: translateX(50px); opacity: 0; }
    100% { transform: translateX(0px); opacity: 1; }
}
@keyframes wibing{
    0%{ transform: translateY(0px); }
    50%{ transform: translateY(5px); }
    100%{ transform: translateY(0px); }
}

.moveUp{ opacity: 0; animation: moveUp 1s ease-out 1 forwards; }
.moveDown{ opacity: 0; animation: moveDown 1s ease-out 1 forwards; }



.m-up{ opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out; }
.m-down{ opacity: 0; transform: translate(0,-50px); transition: all 0.8s ease-out; }
.m-left{ opacity: 0; transform: translate(50px,0); transition: all 0.8s ease-out; }
.m-right{ opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out; }
.move.moveload{ opacity: 1; transform: translate(0,0); }

.del01{ transition-delay: 0.1s; }
.del02{ transition-delay: 0.2s; }
.del03{ transition-delay: 0.3s; }
.del04{ transition-delay: 0.4s; }
.del05{ transition-delay: 0.5s; }
.del06{ transition-delay: 0.6s; }
.del07{ transition-delay: 0.7s; }
.del08{ transition-delay: 0.8s; }
.del09{ transition-delay: 0.9s; }
.del10{ transition-delay: 1.0s; }
.del11{ transition-delay: 1.1s; }
.del12{ transition-delay: 1.2s; }
.del13{ transition-delay: 1.3s; }
.del14{ transition-delay: 1.4s; }
.del15{ transition-delay: 1.5s; }

/*! ───────────────────── A N I M A T I O N ───────────────────── */



/*! Fonts & Color */
.ft_bsan { font-family: "basic-sans", sans-serif; font-weight: 700; font-style: normal; }



/*! ───────────────────── H E A D E R ───────────────────── */
#hd{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999; transition: all 0.3s ease-in-out; }
#hd .hd_wrap{ position: relative; width: 95%; height: 100px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; z-index: 999; transition: all 0.3s ease-in-out; }
#hd .hd_wrap #logo a{ display: flex; align-items: center; gap: 10px; text-decoration: none; }
#hd .hd_wrap nav ul{ display: flex; align-items: center; justify-content: center; }
#hd .hd_wrap nav ul li{ margin-right: 65px; }
#hd .hd_wrap nav ul li:last-of-type{ margin-right: 0; }
#hd .hd_wrap nav ul li a{ position: relative; font-size: 18px; font-weight: 600; color: #fff; line-height: 26px; display: inline-block; z-index: 5; transition: all 0.2s ease-in-out; }
#hd .hd_wrap nav ul li a::after{ position: absolute; left: 0; bottom: 0; width: 0%; height: 3px; background: #2051a2; content: ''; display: block; z-index: -1; transition: all 0.2s ease-in-out; }
#hd .hd_wrap nav ul li a:hover:after{ width: 100%; }
#hd .hd_wrap .right{ width: 130px; text-align: right; }
#hd .hd_wrap .btn_menu{ width: 17px; height: 17px; background: url(/img/btn_menu.svg) no-repeat center center; background-size: contain; border: none; text-indent: -9999px; display: inline-block; }
/*? on */
#hd.fix_on,
#hd.on{ background: #17181e; }
#hd.fix_on .hd_wrap,
#hd.on .hd_wrap{ height: 60px; }
#hd.fix_on .hd_wrap nav ul li a,
#hd.on .hd_wrap nav ul li a{ color: #d8dbe0; }
#hd.fix_on .hd_wrap nav ul li a:hover,
#hd.on .hd_wrap nav ul li a:hover{ color: #fff; }

/**   GNB   */
#gnb{ position: fixed; right: -550px; top: 0; width: 100%; max-width: 500px; height: 100vh; background: #22252c; overflow: hidden; z-index: 990; transition: all 0.6s ease-in-out; }
#gnb nav{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 15%; }
#gnb nav ul li{ margin-bottom: 40px; opacity: 0; transform: translateX(-10%); transition: all 0.4s ease-out; }
#gnb nav ul li:last-of-type{ margin-bottom: 0; }
#gnb nav ul li a{ position: relative; display: block; }
#gnb nav ul li a strong{ min-width: 220px; display: block; font-size: 40px; font-weight: 700; color: #90949d; letter-spacing: 2px; line-height: 50px; transition: all 0.2s ease-out; }
#gnb nav ul li a p{ min-width: 220px; font-size: 20px; font-weight: 400; color: #90949d; letter-spacing: -1px; line-height: 30px; transition: all 0.2s ease-out; }
#gnb nav ul li a .over{ position: absolute; left: 0; top: 0; width: 0%; overflow: hidden; white-space: nowrap; transition: all 0.6s ease-out }
#gnb nav ul li a .over strong{ color: #fff; }
#gnb nav ul li a .over p{ color: #fff; }
#gnb nav ul li a:hover .over{ width: 100%; }
/* ? on */
#gnb.on{ right: 0; }
#gnb.on nav ul li{ opacity: 1; transform: translateX(0); }
#gnb.on nav ul li:nth-of-type(1){ transition-delay: 0.5s; }
#gnb.on nav ul li:nth-of-type(2){ transition-delay: 0.6s; }
#gnb.on nav ul li:nth-of-type(3){ transition-delay: 0.7s; }
#gnb.on nav ul li:nth-of-type(4){ transition-delay: 0.8s; }
#gnb.on nav ul li:nth-of-type(5){ transition-delay: 0.9s; }




/*! Header - ver2 */
#hd-ver2{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999; transition: all .3s ease-in-out; background: #fff; }
#hd-ver2 .hd_wrap{ position: relative; width: 95%; height: 130px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; z-index: 999; transition: all .3s ease-in-out; }
#hd-ver2 .hd_wrap #logo a{ width: 117px; height: 50px; background: url(/img/WonLogo1.png) no-repeat center center; background-size: contain; text-indent: -9999px; display: inline-block; transition: all .2s ease-in-out; }
/*? hover */
#hd-ver2 .hd_wrap #logo a:hover{ background: url(/img/WonLogo1.png) no-repeat center center; background-size: contain; }

#hd-ver2 .hd_wrap nav ul{ display: flex; align-items: center; justify-content: center; }
#hd-ver2 .hd_wrap nav ul li{ margin-right: 65px; }
#hd-ver2 .hd_wrap nav ul li:last-of-type{ margin-right: 0; }
#hd-ver2 .hd_wrap nav ul li a{ position: relative; font-size: 23px; font-weight: 700; color: #111; line-height: 26px; display: inline-block; padding: 0 4px; z-index: 5; transition: all .2s ease-in-out; }
#hd-ver2 .hd_wrap nav ul li a::after{ position: absolute; left: 0; bottom: 0; width: 0%; height: 15px; background: #e0e0ff; content: ''; display: block; z-index: -1; transition: all .2s ease-in-out; }
/*? hover */
#hd-ver2 .hd_wrap nav ul li a:hover:after{ width: 100%; }

#hd-ver2 .hd_wrap .right{ width: 225px; }
#hd-ver2 .hd_wrap .right > a{ display: flex; justify-content: space-between; align-items: center; }
#hd-ver2 .hd_wrap .right > a > span{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 15px; background-color: #3e3eed; transition: all .2s ease-out; }
#hd-ver2 .hd_wrap .right > a > span > img{ width: 26px; height: 20px; }
#hd-ver2 .hd_wrap .right > a > h3{ font-size: 25px; }
/*? hover */
#hd-ver2 .hd_wrap .right > a:hover > span{ border-radius: 50%; }

/*? on */
#hd-ver2.on{ background: #fff; border-bottom: 1px solid #f3f3f3; }
#hd-ver2.on .hd_wrap{ height: 80px; }
#hd-ver2.on .hd_wrap nav ul li a{ color: #111; }

/** at-mobile */
#hd-ver2 .mobile-nav { display: none; position: relative; width: 100%; overflow-x: auto; }
#hd-ver2 .mobile-nav .hscroll-wrap { display: flex; justify-content: center; align-items: center; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; overflow: hidden; white-space: nowrap; }
#hd-ver2 .mobile-nav .hscroll-wrap > a{ font-size: 16px; line-height: 60px; font-weight: 600; margin-right: 20px; }
#hd-ver2 .mobile-nav .hscroll-wrap > a:last-of-type{ margin-right: 0; }

/*! Index - ver2 */
.mvisual-ver2 { position: relative; height: 700px; background-color: #17181e; margin-top: 130px; }




/*! ───────────────────── W R A P P E R ───────────────────── */
#wrapper{ position: relative; width: 100%; background: #fff; min-height: 700px; margin: 0 auto; overflow: hidden; /* padding-top: 130px; */ }
#wrapper.on{ padding-top: 60px; }
/*#wrapper.on{ padding-top: 130px; }*/

.inner{ width: 90%; max-width: 1680px; margin: 0 auto; }
.inner.pd200{ padding: 200px 0; }
.inner.pd100{ padding: 100px 0; }

.pc-hidden{ display: none !important; }



/** mtit  */
.stit{ position: relative; width: 100%; margin-bottom: 70px; }
.stit span{ display: block; font-size: 18px; font-weight: 600; color: #22252c; letter-spacing: 2px; line-height: 20px; text-transform: uppercase; padding-left: 5px; }
.stit h2{ font-size: 50px; font-weight: 700; color: #22252c; letter-spacing: -2px; line-height: 70px; word-break: keep-all; margin-top: 30px; }
.stit h2 b{ font-weight: 600; color: #3350c3; letter-spacing: 3px; }

/**  MAIN - VISUAL  */
.mvisual{ width: 100%; height: 100vh; max-height: 1000px; overflow: hidden; }
.mv-slider{ width: 100%; height: 100%; overflow: hidden; }
.mv-slider > ul > li{ position: relative; width: 100%; height: 100%; }
.mv-slider > ul > li > div{ display: block; width: 100%; height: 100%; }
.mv-slider > ul > li .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(1.07); transition: all 5s ease-out; }
.mv-slider > ul > li.s-story .bg{ background: url(/img/bg_story.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-plcolor .bg{ background: url(/img/bg_plcolor.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-jinwoo .bg{ background: url(/img/bg_jinwoo.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-ryan .bg{ background: url(/img/bg_ryan.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-miracle .bg{ background: url(/img/bg_miracle.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-new .bg{ background: url(/img/bg_new.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-ts .bg{ background: url(/img/bg_ts.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-jihak .bg{ background: url(/img/bg_ji.png) no-repeat center center; background-size: cover; }
.mv-slider > ul > li.s-gol .bg{ background: url(/img/bg_gol.png) no-repeat center center; background-size: cover; }
.mv-slider .aw_mark{ position: absolute; right: 0; top: 43%; width: 320px; height: 115px; background: url(/img/img_awards_mark.png) no-repeat right center; background-size: contain; z-index: 5; opacity: 0; }
.mv-slider .txtBox{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 1620px; padding-right: 200px; z-index: 10; }
.mv-slider .txtBox h2{ font-size: 70px; font-weight: 700; color: #fff; letter-spacing: -2px; line-height: 80px; word-break: keep-all; margin-bottom: 20px; opacity: 0; }
.mv-slider .txtBox p{ font-size: 20px; font-weight: 500; color: #fff; letter-spacing: -0.5px; line-height: 30px; word-break: keep-all; margin-bottom: 40px; opacity: 0; }
.mv-slider .txtBox ol{ display: flex; flex-wrap: wrap; opacity: 0; }
.mv-slider .txtBox ol li{ height: 45px; font-size: 19px; font-weight: 600; color: #fff; line-height: 45px; padding: 0 15px; background: rgba(255, 255, 255, 0.3); margin: 0 1px 1px 0; }
.mv-slider ul li.swiper-slide-active .bg,
.mv-slider ul li.swiper-slide-duplicate-active .bg{ transform: scale(1); }
.mv-slider ul li.swiper-slide-active .txtBox h2{ animation: moveRight 0.8s ease-out 1 0.3s forwards; }
.mv-slider ul li.swiper-slide-active .txtBox p{ animation: moveRight 0.8s ease-out 1 0.4s forwards; }
.mv-slider ul li.swiper-slide-active .txtBox ol{ animation: moveRight 0.8s ease-out 1 0.5s forwards; }
.mv-slider ul li.swiper-slide-active .aw_mark{ animation: moveLeft 0.8s ease-out 1 0.5s forwards; }

/**  MAIN - 02  */
.main02{ background: #eff1f3; }
.main02 .inner{ width: 100%; max-width: 100%; }
.main02 .stit{ width: 90%; max-width: 1680px; margin: 0 auto 70px; }
.main02 ul li{ position: relative; width: 330px; /*height: 360px;*/ background: #fff; padding: 50px 40px; margin-right: 50px; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.main02 ul li::before{ position: absolute; right: 0; top: -40%; width: 588px; height: 442px; background: url(/img/obj_polygon_01.png) no-repeat right top; content: ''; display: block; z-index: -1; opacity: 0; transform: translate(-100%,0); transition: all 0.4s ease-out 0.1s; }
.main02 ul li::after{ position: absolute; right: -40%; bottom: 0; width: 721px; height: 677px; background: url(/img/obj_polygon_02.png) no-repeat right bottom; content: ''; display: block; z-index: -2; opacity: 0; transform: translate(100%,50%); transition: all 0.4s ease-out 0.05s; }
.main02 ul li h3{ font-size: 30px; font-weight: 700; color: #22252c; letter-spacing: -1px; line-height: 40px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.main02 ul li p{ font-size: 15px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; transition: all 0.4s ease-out; }
.main02 .rolling{ width: 100%; overflow: hidden; text-overflow: ellipsis; /*white-space: nowrap;*/ }
.main02 .rolling .rol_wrap{ display: flex; transform: translate3d(0, 0, 0); animation: marquee linear infinite 30s; }
.main02 .rolling .rol_wrap:hover{ animation-play-state: paused; }
.main02 .rolling .rol_wrap ul{ position: relative; display: flex; /*white-space: nowrap;*/ }
.main02 .merit-slider{ width: 100%; overflow: hidden; }
.main02 .merit-slider ul li{ transition: all 0.6s ease-out 0.2s; }
.main02 .merit-slider ul li::before{ transition: all 0.6s ease-out 0.4s; }
.main02 .merit-slider ul li::after{ transition: all 0.6s ease-out 0.3s; }
/* ? hover */
.rolling ul li:hover,
.merit-slider ul li.swiper-slide-active{ background: #17308e; }
.rolling ul li:hover::before,
.merit-slider ul li.swiper-slide-active::before{ opacity: 1; transform: translate(0,0); }
.rolling ul li:hover::after,
.merit-slider ul li.swiper-slide-active::after{ opacity: 1; transform: translate(0,0); }
.rolling ul li:hover h3,
.merit-slider ul li.swiper-slide-active h3{ color: #fff; }
.rolling ul li:hover p,
.merit-slider ul li.swiper-slide-active p{ color: #f7f8f9; opacity: .4; }




/*! ───────────────────── SUB ( ABOUT - 231112 ) ───────────────────── */

/** ab-visual */
.ab-visual { position: relative; width: 100%; height: 100vh; }
.ab-visual .bgbox { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 500px); height: calc(100% - 500px); max-height: 1000px; border-radius: 20px; overflow: hidden; transition: all 1s ease; }
/*.ab-visual .bgbox::before{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.1); content: ''; display: block; }*/
.ab-visual .bgbox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #17181e; content: ''; display: block; }
/* ? animate */
.ab-visual.on .bgbox{ width: 101%; height: 101%; border-radius: 0; }

.ab-visual .txt-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; }
.ab-visual .txt-box > h2{ display: flex; justify-content: center; align-items: center; font-size: 70px; color: #fff; line-height: 75px; font-weight: 700; letter-spacing: 3px; }
.ab-visual .txt-box > h2 > span{ display: block; width: 50px; height: 50px; margin-left: 20px; background: url(/img/WonLogo1.png) no-repeat center center; background-size: contain;}

.ab-visual .scroll-down { position: absolute; z-index: 10; left: 50%; bottom: -5px; transform: translateX(-50%); width: 1px; height: 150px; }
.ab-visual .scroll-down span{ position: relative; display: block; width: 1px; height: 150px; overflow: hidden; }
.ab-visual .scroll-down span::before{ width: 1px; height: 100%; background: #fff; content: ''; display: block; animation: scroll2 2s ease-out infinite; }


/** ab-common */
.ab-tit-box > span{ font-size: 70px; color: #22252c; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.ab-tit-box > h2{ font-size: 20px; color: #22252c; line-height: 33px; margin-top: 30px; }

.ab-conbox { position: relative; display: flex; justify-content: flex-end; }


/** ab-merit */
.ab-merit { background: #eff1f3; padding: 140px 0; }
.ab-merit .ab-conbox > ul > li{ position: relative; width: 380px; background: #fff; padding: 65px 3%; margin-right: 50px; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li::before{ position: absolute; right: 0; top: -40%; width: 588px; height: 442px; background: url(/img/obj_polygon_01.png) no-repeat right top; content: ''; display: block; z-index: -1; opacity: 0; transform: translate(-100%,0); transition: all 0.4s ease-out 0.1s; }
.ab-merit .ab-conbox > ul > li::after{ position: absolute; right: -40%; bottom: 0; width: 721px; height: 677px; background: url(/img/obj_polygon_02.png) no-repeat right bottom; content: ''; display: block; z-index: -2; opacity: 0; transform: translate(100%,50%); transition: all 0.4s ease-out 0.05s; }
.ab-merit .ab-conbox > ul > li > h3{ font-size: 30px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 40px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; transition: all 0.4s ease-out; }
.ab-merit .merit_list{ width: 1240px; display: flex; flex-wrap: wrap; justify-content: flex-end; margin-top: 80px; }
.ab-merit .merit_list li:nth-of-type(3n){ margin-right: 0; }
.ab-merit .merit_list li:nth-of-type(n+4){ margin-top: 50px; }
.ab-merit .merit_list li.emp{ height: 0; padding: 0; background: transparent; }
/* ? hover */
.ab-merit .ab-conbox > ul > li:hover{ background: #17308e; }
.ab-merit .ab-conbox > ul > li:hover::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover h3{ color: #fff; }
.ab-merit .ab-conbox > ul > li:hover p{ color: #f7f8f9; opacity: .4; }


/** ab-biz */
.ab-biz { padding-top: 150px; }
.ab-biz .ab-conbox .con1 { max-width: 1240px; display: flex; justify-content: flex-start; align-items: center; margin-top: 80px; }
.ab-biz .ab-conbox .con1 > li{ width: 380px; height: 260px; margin-right: 50px; padding-left: 70px; padding-top: 50px; }
.ab-biz .ab-conbox .con1 > li:last-of-type{ margin-right: 0; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(1){ background: url(/img/img_abbiz1.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(2){ background: url(/img/img_abbiz2.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(3){ background: url(/img/img_abbiz3.png) no-repeat center left; background-size: contain; }
.ab-biz .con1 > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-biz .con1 > li > div > span{ display: block; width: 40px; font-size: 16px; color: #22252c; opacity: .6; }
.ab-biz .con1 > li > div > h3{ font-size: 30px; color: #22252c; font-weight: 800; }
.ab-biz .con1 > li > p{ padding-left: 40px; margin-top: 20px; font-size: 16px; color: #22252c; line-height: 26px; text-transform: uppercase; }

.ab-biz .con2 { width: 1240px; margin-top: 100px; display: flex; justify-content: space-between; align-items: center; }
.ab-biz .con2 .sl-process { position: relative; width: 610px; overflow: hidden; }
.ab-biz .con2 .sl-process > ul > li > div{ opacity: 0; margin-top: 40px; transition: all .5s ease-out; }
.ab-biz .con2 .sl-process > ul > li.swiper-slide-active > div{ opacity: 1; margin-top: 0; }
.ab-biz .con2 .sl-process > ul > li > div > h5{ font-size: 16px; color: #22252c; font-weight: 400; opacity: .6; text-transform: uppercase; }
.ab-biz .con2 .sl-process > ul > li > div > h4{ font-size: 30px; color: #22252c; font-weight: 800; text-transform: uppercase; margin-top: 12px; }
.ab-biz .con2 .sl-process > ul > li > div > p{ font-size: 16px; color: #686d78; line-height: 26px; text-transform: uppercase; margin-top: 20px; word-break: keep-all; }
.ab-biz .con2 .sl-process .img-stg1{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg1.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg2{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg2.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg3{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg3.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg4{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg4.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg5{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg5.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg6{ display: block; margin-top: 35px; width: 595px; height: 440px; background: url(/img/img_abstg6.png) no-repeat; background-size: contain; }

/*? pager */
.ab-biz .con2 .sl-tabs { width: calc(100% - 610px); padding-left: 70px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.ab-biz .con2 .sl-tabs > div{ width: 140px; margin-right: 50px; margin-bottom: 200px; background: none; opacity: 1; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3n){ margin-right: 0; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(n+4){ margin-bottom: 0; }
.ab-biz .con2 .sl-tabs > div > p{ margin-top: 20px; font-size: 20px; color: #9ca4b7; font-weight: 800; text-align: center; line-height: 25px; text-transform: uppercase; transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div > p > em{ font-size: 16px; color: #8e97ac; font-weight: 400; font-style: normal; }
.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > p{ color: #3453a2; }
.ab-biz .con2 .sl-tabs > div > span{ transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(1) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg1.png) no-repeat center center; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(2) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg2.png) no-repeat center center; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg3.png) no-repeat center center; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(4) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg4.png) no-repeat center center; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(5) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg5.png) no-repeat center center; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(6) > span{ display: block; width: 66px; height: 63px; margin: 0 auto; background: url(/img/ico_abstg6.png) no-repeat center center; }

.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > span{ animation: wibing 2s infinite; }

/** ab-crew */
.ab-crew { padding-top: 150px; }
.ab-crew .ab-conbox > ul{ max-width: 1240px; display: flex; justify-content: flex-start; align-items: center; margin-top: 80px; }
.ab-crew .ab-conbox > ul > li{ width: 380px; margin-right: 50px; }
.ab-crew .ab-conbox > ul > li:last-of-type{ margin-right: 0; }
.ab-crew .ab-conbox > ul > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-crew .ab-conbox > ul > li > div > span{ display: block; width: 40px; height: 30px; }
.ab-crew .ab-conbox > ul > li > div > span.ico1{ background: url(/img/img_abcrew1.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico2{ background: url(/img/img_abcrew2.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico3{ background: url(/img/img_abcrew3.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > h3{ font-size: 30px; color: #22252c; font-weight: 800; }
.ab-crew .ab-conbox > ul > li > p{ padding-left: 40px; margin-top: 20px; font-size: 16px; color: #686d78; line-height: 26px; }


/** ab-awards */
.ab-awards { padding-top: 150px; }
.ab-awards .inner .ltBox{ position: relative; max-width: 1240px; width: 100%; margin-top: 80px; }


/** ab-customer */
.ab-customer { padding: 150px 0; }
.ab-customer .ab-tit-box { position: relative; }
.ab-customer .sl-logos { width: 1240px; overflow: hidden; margin-top: 80px; }
.ab-customer .sl-logos > ul{ display: flex; justify-content: flex-start; align-items: center; }
.ab-customer .sl-logos > ul > li{ width: 180px; height: 100px; margin-right: 32px; }
.ab-customer .sl-logos > ul > li > span.ab-logo1{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo1.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo2{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo2.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo3{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo3.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo4{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo4.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo5{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo5.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo6{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo6.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo7{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo7.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo8{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo8.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo9{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo9.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo10{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo10.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo11{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo11.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo12{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo12.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo13{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo13.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo14{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo14.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo15{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo15.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo16{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo16.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo17{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo17.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo18{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo18.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo19{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo19.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo20{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo20.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo21{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo21.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo22{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo22.png) no-repeat; }

.ab-customer .control{ position: absolute; right: 0; top: 30px; width: 100px; display: flex; align-items: center; justify-content: space-between; }
.ab-customer .control > div{ font-size: 40px; font-weight: 300; color: #b6bcc1; line-height: 40px; cursor: pointer; outline: none; transition: all 0.2s ease-in-out; }
.ab-customer .control > div:hover{ color: #22252c; }


/** ab-contact */
.ab-contact { padding: 150px 0; background-color: #eff1f3; }
.ab-contact .ab-tit-box > span{ display: flex; justify-content: flex-start; align-items: center; }
.ab-contact .ab-tit-box > span > a{ display: flex; justify-content: center; align-items: center; font-family: 'pretendard'; letter-spacing: 0px; padding: 15px 20px; background-color: #22252c; font-size: 16px; color: #fff; margin-left: 25px; }
.ab-contact .ab-tit-box > span > a > span{ display: block; width: 20px; height: 20px; background: url(/img/img_abcontact1.png) no-repeat; margin-right: 15px; }

.ab-contact .ab-conbox .infoBox{ width: 1240px; display: flex; align-items: center; margin-top: 80px; }
.ab-contact .ab-conbox .infoBox .mapBox{ width: 810px; height: 280px; overflow: hidden; }
.ab-contact .ab-conbox .infoBox .mapBox > div{ width: 100% !important; height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_map{ height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_controllers{ display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .map_border { display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_btn_zoom { display: none; }
.ab-contact .ab-conbox .infoBox ul{ width: 35%; padding-left: 3%; }
.ab-contact .ab-conbox .infoBox ul li{ margin-bottom: 25px; }
.ab-contact .ab-conbox .infoBox ul li:last-of-type{ margin-bottom: 0; }
.ab-contact .ab-conbox .infoBox ul li h3{ font-size: 16px; font-weight: 600; color: #22252c; margin-bottom: 5px; }
.ab-contact .ab-conbox .infoBox ul li p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.ab-contact .ab-conbox .infoBox ul li p em{ font-size: 14px; font-weight: 400; font-style: normal; display: inline-block; }




/*! ───────────────────── SUB ( POST / CUSTOMER ) ───────────────────── */
/* POST */
#post .inner{ position: relative; padding: 100px 0 200px; }
#post .tit{ display: flex; align-items: center; margin-bottom: 100px; }
#post .tit > h2{ font-size: 50px; font-weight: 600; color: #22252c; letter-spacing: 1px; line-height: 65px; word-break: keep-all; }
#post .tit > p{ font-size: 16px; font-weight: 500; color: #22252c; line-height: 24px; margin-left: 20px; }
#post .adm_bo_link{ position: absolute; right: 0; top: 100px; }
#post .adm_bo_link ul{ display: flex; justify-content: flex-end; }
#post .adm_bo_link ul li{ margin-right: 5px; }
#post .adm_bo_link ul li a{ display: block; font-size: 13px; font-weight: 500; color: #fff; line-height: 30px; background: #17181e; padding: 0 15px; }
#post .adm_bo_link ul li:last-of-type{ margin-right: 0; }
#post .adm_bo_link ul:last-of-type{ margin-top: 5px; }
#post .adm_bo_link ul:last-of-type li a{ background: #a5a9b1; }
#post .cardBox{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#post .cardBox .col01{ width: 17.8%; }
#post .cardBox .col02{ width: 47.6%; }
#post .cardBox .col03{ width: 30.5%; }
#post .cardBox .ltBox{ margin-top: 60px; }
#post .cardBox .ltBox:first-of-type{ margin-top: 0; }
/* CUSTOMER */
#customer{ background: #eff1f3; }
#customer .inner{ display: flex; align-items: center; justify-content: space-between; }
#customer .inner .stit{ width: 30%; }
#customer .txtBox{ width: 30%; }
#customer .txtBox > span{ display: block; font-size: 18px; font-weight: 600; color: #22252c; letter-spacing: 2px; line-height: 20px; text-transform: uppercase; }
#customer .txtBox > h2{ font-size: 50px; font-weight: 600; color: #22252c; letter-spacing: 1px; line-height: 65px; word-break: keep-all; margin-bottom: 20px; }
#customer .txtBox > h2 em{ font-size: 16px; font-weight: 600; color: #1a4fa0; letter-spacing: -0px; line-height: 20px; font-style: normal; vertical-align: 25px; display: inline-block; margin-left: 2px; }
#customer .txtBox > p{ font-size: 16px; font-weight: 500; color: #17181e; letter-spacing: -0.2px; line-height: 30px; word-break: keep-all; margin-bottom: 50px; }
#customer .txtBox a{ position: relative; width: 200px; display: inline-block; background: #fff; border: 1px solid #e3e7ee; }
#customer .txtBox a::before{ position: absolute; left: -1px; top: -1px; width: 0%; height: calc(100% + 2px); background: #2051a2; content: ''; display: block; transition: all 0.3s ease-out; }
#customer .txtBox a span{ position: relative; display: block; width: 100%; height: 100%; font-size: 16px; font-weight: 700; color: #22252c; line-height: 58px; text-align: center; z-index: 5; transition: all 0.2s ease-in-out; }
#customer .txtBox a span::after{ content: '→'; display: inline-block; margin-left: 15px; transition: all 0.3s ease-out; }
#customer .txtBox a:hover::before{ width: calc(100% + 2px); }
#customer .txtBox a:hover span{ color: #fff; }
#customer .txtBox a:hover span::after{ margin-left: 60px; }
#customer .contBox{ width: 65%; }



/*! ───────────────────── SUB ( RDLAB ) ───────────────────── */
/* INTRO */
#intro{ position: relative; background: #eff1f3; }
#intro .inner{ position: relative; height: 100vh; max-height: 1000px; z-index: 10; }
#intro .txtBox{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); width: 100%; text-align: center; }
#intro .txtBox h2{ font-size: 120px; font-weight: 400; color: #fff; letter-spacing: -3px; line-height: 120px; overflow: hidden; margin-bottom: 15px; }
#intro .txtBox h2 em{ display: inline-block; font-style: normal; opacity: 0; transform: translateY(100%); transition: all 0.6s ease; }
#intro .txtBox h2 em:nth-of-type(1){ transition-delay: 0.80s; }
#intro .txtBox h2 em:nth-of-type(2){ transition-delay: 0.85s; }
#intro .txtBox h2 em:nth-of-type(3){ transition-delay: 0.90s; }
#intro .txtBox h2 em:nth-of-type(4){ transition-delay: 0.95s; }
#intro .txtBox h2 em:nth-of-type(5){ transition-delay: 1.00s; }
#intro .txtBox h2 em:nth-of-type(6){ transition-delay: 1.05s; }
#intro .txtBox h2 em:nth-of-type(7){ transition-delay: 1.10s; }
#intro .txtBox h2 em:nth-of-type(8){ transition-delay: 1.15s; }
#intro .txtBox h2 em:nth-of-type(9){ transition-delay: 1.20s; }
#intro .txtBox h2 em:nth-of-type(10){ transition-delay: 1.25s; }
#intro .txtBox h2 em:nth-of-type(11){ transition-delay: 1.30s; }
#intro .txtBox h2 em:nth-of-type(12){ transition-delay: 1.35s; }
#intro .txtBox h2 em:nth-of-type(13){ transition-delay: 1.40s; }
#intro .txtBox h2 em:nth-of-type(14){ transition-delay: 1.45s; }
#intro .txtBox h2 em:nth-of-type(15){ transition-delay: 1.50s; }
#intro .txtBox h2 em:nth-of-type(16){ transition-delay: 1.55s; }
#intro .txtBox h2 em:nth-of-type(17){ transition-delay: 1.60s; }
#intro .txtBox h2 em:nth-of-type(18){ transition-delay: 1.65s; }
#intro .txtBox strong{ display: block; font-size: 70px; font-weight: 700; color: #fff; letter-spacing: 5px; line-height: 70px; word-break: keep-all; margin-bottom: 40px; opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out 1.85s; }
#intro .txtBox p{ font-size: 30px; font-weight: 400; color: #fff; letter-spacing: 0.5px; line-height: 50px; word-break: keep-all; opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out 2.05s; }
#intro .txtBox p span{ display: block; }
#intro .videoBox{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 100px); height: calc(100% - 100px); max-height: 1000px; border-radius: 20px; overflow: hidden; transition: all 1.5s ease; }
#intro .videoBox::before{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.1); content: ''; display: block; }
#intro .videoBox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(40,58,124,.5); mix-blend-mode: overlay; content: ''; display: block; }
#intro .videoBox video{ width: 100%; height: 100%; object-fit: cover; }
#intro .scroll{ position: absolute; left: 50%; bottom: -200px; transform: translateX(-50%); z-index: 1; opacity: 0; transition: all 1s ease-out 2.2s; }
#intro .obj01{ width: 200px; height: 200px; background: url(/img/obj_scroll.png) no-repeat center center; background-size: contain; animation: obj-rotate 12s linear infinite; }
#intro .obj02{ position: absolute; left: -10%; top: -25%; width: 34%; max-width: 650px; height: 35vw; max-height: 670px; background: url(/img/obj_plane.svg) no-repeat center center; background-size: contain; z-index: 1; animation: obj-rotate 300s linear infinite; opacity: 0; transition: all 1s ease-out 2.2s; }
/* ? move */
#intro.on .videoBox{ width: 101%; height: 101%; border-radius: 0; }
#intro.on .txtBox h2 em,
#intro.on .txtBox strong,
#intro.on .txtBox p{ opacity: 1; transform: translateY(0); }
#intro.on .scroll{ opacity: 1; bottom: -100px; }
#intro.on .obj02{ opacity: 0.4; }

/* RDLAB - MERIT */
.sub42{ background: #eff1f3; }
.sub42 ul li{ position: relative; width: 20%; background: #fff; padding: 65px 2%; margin-right: 3%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.sub42 ul li::before{ position: absolute; right: 0; top: -40%; width: 588px; height: 442px; background: url(/img/obj_polygon_01.png) no-repeat right top; content: ''; display: block; z-index: -1; opacity: 0; transform: translate(-100%,0); transition: all 0.4s ease-out 0.1s; }
.sub42 ul li::after{ position: absolute; right: -40%; bottom: 0; width: 721px; height: 677px; background: url(/img/obj_polygon_02.png) no-repeat right bottom; content: ''; display: block; z-index: -2; opacity: 0; transform: translate(100%,50%); transition: all 0.4s ease-out 0.05s; }
.sub42 ul li h3{ font-size: 30px; font-weight: 700; color: #22252c; letter-spacing: -1px; line-height: 40px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.sub42 ul li p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; transition: all 0.4s ease-out; }
.sub42 .merit_list{ display: flex; flex-wrap: wrap; }
.sub42 .merit_list li:nth-of-type(4n){ margin-right: 0; }
.sub42 .merit_list li:nth-of-type(n+5){ margin-top: 50px; }
.sub42 .merit_list li.emp{ height: 0; padding: 0; background: transparent; }
/* ? hover */
.sub42 ul li:hover{ background: #17308e; }
.sub42 ul li:hover::before{ opacity: 1; transform: translate(0,0); }
.sub42 ul li:hover::after{ opacity: 1; transform: translate(0,0); }
.sub42 ul li:hover h3{ color: #fff; }
.sub42 ul li:hover p{ color: #f7f8f9; opacity: .4; }

/* RDLAB - SERVICE */
.sub43 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub43 ul > li{ width: 48%; }
.sub43 ul > li:nth-of-type(n+3){ margin-top: 90px; }
.sub43 .imgBox{ width: 100%; overflow: hidden; }
.sub43 .imgBox img{ width: 100%; transition: all 0.8s ease-out; }
.sub43 li:hover .imgBox img{ transform: scale(1.07); }
.sub43 .infoBox{ width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 30px; }
.sub43 .infoBox h3{ font-size: 50px; font-weight: 400; color: #22252c; line-height: 50px; }
.sub43 .infoBox h3 em{ font-style: normal; display: inline-block; }
.sub43 .infoBox h3 .ftR1{ margin-right: -10px; }
.sub43 .infoBox h3 .ftR2{ margin-right: -5px; }
.sub43 .infoBox ol{ display: flex; justify-content: flex-end; }
.sub43 .infoBox ol li{ position: relative; font-size: 16px; font-weight: 500; color: #686d78; line-height: 26px; padding: 0 40px 0 25px; }
.sub43 .infoBox ol li::before{ position: absolute; left: 0; top: 4px; width: 2px; height: 42px; background: #22252c; content: ''; display: block; }

/* RDLAB - HISTORY */
.sub44{ position: relative; background: #252b34; overflow: hidden; }
.sub44::before{ position: absolute; left: 0; top: -1px; width: 100%; height: 100px; background: #fff; clip-path: polygon(0 0, 0% 100%, 100% 0); content: ''; display: block; z-index: 2; }
.sub44::after{ position: absolute; left: 0; bottom: -1px; width: 100%; height: 100px; background: #eff1f3; clip-path: polygon(100% 0, 0% 100%, 100% 100%); content: ''; display: block; z-index: 2; }
.sub44 .videoBox{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.sub44 .videoBox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #2c2f36; mix-blend-mode: multiply; content: ''; display: block; z-index: 1; }
.sub44 .videoBox video{ width: 100%; height: 100%; object-fit: cover; }
.sub44 .inner{ position: relative; z-index: 5; }
.sub44 .stit span{ color: #fff; }

/* RDLAB - CUSTOMER */
.sub45{ background: #eff1f3; }
.sub45 .inner{ display: flex; align-items: center; justify-content: space-between; }
.sub45 .inner .stit{ width: 35%; }
.sub45 .ltBox{ width: 65%; max-width: 1100px; }

/* RDLAB - AWARDS */
.sub46 .inner .stit{ margin-bottom: 30px; }
.sub46 .inner .ltBox{ position: relative; width: 100%; }

/* RDLAB - CULTURE */
.sub47 .stit{ text-align: center; }
.sub47 .stit p{ font-size: 30px; font-weight: 400; color: #22252c; letter-spacing: -1px; line-height: 45px; word-break: keep-all; margin-top: 40px; }
.sub47 ul{ width: 100%; height: 990px; display: flex; flex-direction: column; flex-wrap: wrap; }
.sub47 ul li{ position: relative; width: 30%; height: 230px; display: flex; flex-direction: column; justify-content: center; padding: 0 40px; margin-top: 70px; margin-right: 5%; }
.sub47 ul li:nth-of-type(n+7){ margin-right: 0; }
.sub47 ul li:nth-of-type(even){ height: 260px; }
.sub47 ul li:nth-of-type(1){ background: #faf7e9; margin-top: 0; }
.sub47 ul li:nth-of-type(2){ background: #eceaf8; }
.sub47 ul li:nth-of-type(3){ background: #f8eaea; }
.sub47 ul li:nth-of-type(4){ background: #eaeff8; }
.sub47 ul li:nth-of-type(5){ background: #f8f0ea; }
.sub47 ul li:nth-of-type(6){ background: #f5f8ea; }
.sub47 ul li:nth-of-type(7){ background: #f8efea; margin-top: 0; }
.sub47 ul li:nth-of-type(8){ background: #f6f6f6; }
.sub47 ul li:nth-of-type(9){ background: #eaf8f7; }
.sub47 ul li h3{ font-size: 30px; font-weight: 700; color: #22252c; letter-spacing: -0.5px; line-height: 40px; word-break: keep-all; margin-bottom: 15px; }
.sub47 ul li:nth-of-type(1) b{ color: #efc500; }
.sub47 ul li:nth-of-type(2) b{ color: #3933b9; }
.sub47 ul li:nth-of-type(3) b{ color: #de3636; }
.sub47 ul li:nth-of-type(4) b{ color: #215eca; }
.sub47 ul li:nth-of-type(5) b{ color: #7c6b5e; }
.sub47 ul li:nth-of-type(6) b{ color: #a4c723; }
.sub47 ul li:nth-of-type(7) b{ color: #df471f; }
.sub47 ul li:nth-of-type(8) b{ color: #8c8c8c; }
.sub47 ul li:nth-of-type(9) b{ color: #23c0b5; }
.sub47 ul li p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.sub47 ul li img{ position: absolute; right: 0; bottom: 0; z-index: -1; }

/* RDLAB - CONTACT US */
.sub48 .inner{ position: relative; }
.sub48 .stit{ padding-right: 240px; }
.sub48 .btnBox{ position: absolute; right: 0; bottom: 0; display: flex; justify-content: flex-end; }
.sub48 .btnBox a{ display: block; width: 115px; height: 115px; font-size: 16px; font-weight: 500; letter-spacing: -0.5px; text-align: center; padding-top: 70px; }
.sub48 .btnBox a:nth-of-type(1){ color: #ffffff; background: url(/img/ico_write.svg) no-repeat center 30px, #22252c; }
.sub48 .btnBox a:nth-of-type(2){ color: #000100; background: url(/img/ico_kakao.svg) no-repeat center 26px #ffdd00; background-size: 34px; margin-left: 2px; }
.sub48 .infoBox{ display: flex; align-items: center; }
.sub48 .infoBox .mapBox{ width: 65%; height: 280px; overflow: hidden; }
.sub48 .infoBox .mapBox > div{ width: 100% !important; height: 100% !important; }
.sub48 .infoBox .mapBox .wrap_map{ height: 100% !important; }
.sub48 .infoBox .mapBox .wrap_controllers{ display: none; }
.sub48 .infoBox ul{ width: 35%; padding-left: 3%; }
.sub48 .infoBox ul li{ margin-bottom: 25px; }
.sub48 .infoBox ul li:last-of-type{ margin-bottom: 0; }
.sub48 .infoBox ul li h3{ font-size: 16px; font-weight: 600; color: #22252c; margin-bottom: 5px; }
.sub48 .infoBox ul li p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.sub48 .infoBox ul li p em{ font-size: 14px; font-weight: 400; font-style: normal; display: inline-block; }




/*! ───────────────────── SUB ( SERVICE ) ───────────────────── */
#intro.sub31 .txtBox h2{ letter-spacing: 0; }
#intro.sub31 .txtBox h2 em{ padding: 0 15px; }
#intro.sub31 .txtBox h2 .ls{ margin-right: -20px; }
#intro.sub31 .obj02{ left: 0; top: -10%; }
#intro.sub31 .videoBox::before{ background: rgba(0,0,0,.2); }
#intro.sub31 .videoBox::after{ display: none; }


/*! ───────────────────── SUB ( CONTACT ) ───────────────────── */
#contact{ background: #22252c; }
#contact .inner{ display: flex; align-items: center; justify-content: space-between; }
#contact .txtBox img{ width: 70px; margin-bottom: 50px; opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out; }
#contact .txtBox h2{ font-size: 50px; font-weight: 700; color: #fff; line-height: 65px; word-break: keep-all; margin-bottom: 50px; opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out 0.2s; }
#contact .txtBox p{ font-size: 18px; font-weight: 500; color: #d8dbe0; letter-spacing: -0.2px; line-height: 35px; word-break: keep-all; margin-bottom: 50px; opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out 0.3s; }
#contact .txtBox p span{ position: relative; display: inline-block; color: #fff; z-index: 5; }
#contact .txtBox p span::before{ position: absolute; left: 0; bottom: 4px; width: 100%; height: 11px; background: #2051a2; content: ''; display: block; z-index: -1; }
#contact .txtBox ul{ opacity: 0; transform: translate(-50px,0); transition: all 0.8s ease-out 0.4s; }
#contact .txtBox ul li{ display: flex; font-size: 18px; line-height: 36px; }
#contact .txtBox ul li span{ display: inline-block; width: 65px; font-weight: 300; color: #d8dbe0; }
#contact .txtBox ul li strong{ font-weight: 600; color: #fff; }
#contact .qaBox{ width: 55%; max-width: 750px; margin-left: 5%; }
/* ? move */
#contact .txtBox.moveload img,
#contact .txtBox.moveload h2,
#contact .txtBox.moveload p,
#contact .txtBox.moveload ul{ opacity: 1; transform: translate(0,0); }
/* 문의박스 */
.qaBox .frmBox > ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.qaBox .frmBox > ul li{ margin-bottom: 25px; }
.qaBox .frmBox > ul li.wid01{ width: 100%; }
.qaBox .frmBox > ul li.wid02{ width: 49%; }
.qaBox .frmBox > ul li .frm_label{ font-size: 18px; font-weight: 500; color: #fff; letter-spacing: -0.5px; margin-bottom: 8px; }
.qaBox .frmBox > ul li .frm_label .req{ display: inline-block; width: 9px; height: 9px; background: url(/img/ico_qa_req.png) no-repeat center center; background-size: contain; vertical-align: 11px; margin-left: 3px; }
.qaBox .frmBox > ul li .frm_label em{ font-size: 12px; font-weight: 300; color: #93979c; letter-spacing: 0px; word-break: keep-all; font-style: normal; display: inline-block; margin-left: 5px; }
.qaBox .frmBox > ul li .frm_input{ width: 100%; height: 45px; font-size: 14px; color: #fff; padding: 0 20px 2px 20px; border: 1px solid #505259; border-radius: 0; background: transparent; outline: none; transition: all 0.2s ease-in-out; }
.qaBox .frmBox > ul li textarea{ width: 100%; height: 150px; font-size: 14px; color: #fff; padding: 15px 20px; border: 1px solid #505259; border-radius: 0; background: transparent; outline: none; resize: none; transition: all 0.2s ease-in-out; }
.qaBox .frmBox > ul li .frm_input::placeholder,
.qaBox .frmBox > ul li textarea::placeholder{ color: #93979c; }
.qaBox .frmBox > ul li .inpBox{ position: relative; max-height: 150px; }
.qaBox .frmBox > ul li .inpBox > .border{ display: block; position: absolute; background: #fff; transition: all .5s ease; z-index: 5; }
.qaBox .frmBox > ul li .inpBox > .border:nth-of-type(1){ top: 0; width: 0; height: 1px; }
.qaBox .frmBox > ul li .inpBox > .border:nth-of-type(2){ top: 0; right: 0; width: 1px; height: 0; }
.qaBox .frmBox > ul li .inpBox > .border:nth-of-type(3){ bottom: 0; right: 0; width: 0; height: 1px; }
.qaBox .frmBox > ul li .inpBox > .border:nth-of-type(4){ bottom: 0; left: 0; width: 1px; height: 0; }
.qaBox .frmBox > ul li .inpBox > .frm_input:focus-visible ~ .border:nth-of-type(1){ width: 100%; }
.qaBox .frmBox > ul li .inpBox > .frm_input:focus-visible ~ .border:nth-of-type(2){ height: 100%; }
.qaBox .frmBox > ul li .inpBox > .frm_input:focus-visible ~ .border:nth-of-type(3){ width: 100%; }
.qaBox .frmBox > ul li .inpBox > .frm_input:focus-visible ~ .border:nth-of-type(4){ height: 100%; }
.qaBox .frmBox > ul li .inpBox > textarea:focus-visible ~ .border:nth-of-type(1){ width: 100%; }
.qaBox .frmBox > ul li .inpBox > textarea:focus-visible ~ .border:nth-of-type(2){ height: 100%; }
.qaBox .frmBox > ul li .inpBox > textarea:focus-visible ~ .border:nth-of-type(3){ width: 100%; }
.qaBox .frmBox > ul li .inpBox > textarea:focus-visible ~ .border:nth-of-type(4){ height: 100%; }
/* // 라디오박스 */
.qaBox .frmBox > ul li .radioBox{ width: 100%; display: flex; justify-content: space-between; text-align: center; }
.qaBox .frmBox > ul li .radioBox > input[type="radio"]{ display: none; }
.qaBox .frmBox > ul li .radioBox > input[type="radio"] + label{ position: relative; width: 15.8%; height: 45px; font-size: 14px; font-weight: 400; color: #8e9297; line-height: 45px; border: 1px solid #505259; cursor: pointer; display: block; transition: all 0.2s ease-in-out; }

.qaBox .frmBox > ul li .radioBox.budget > input[type="radio"] + label{ width: 18.5%; }

.qaBox .frmBox > ul li .radioBox > input[type="radio"] + label b{ position: absolute; left: 50%; top: -9px; transform: translateX(-50%); font-size: 9px; font-weight: 600; color: #fff; line-height: 17px; padding: 0 10px; border-radius: 10px; background: #1a4fa0; display: inline-block; z-index: 10; }
.qaBox .frmBox > ul li .radioBox > input[type="radio"]:checked + label{ color: #fff; background: #17181e; }
.qaBox .frmBox > ul li .radioBox > label span{ display: block; position: absolute; background: #fff; transition: all .5s ease; z-index: 5; }
.qaBox .frmBox > ul li .radioBox > label span:nth-of-type(1){ top: -1px; left: -1px; width: 0; height: 1px; }
.qaBox .frmBox > ul li .radioBox > label span:nth-of-type(2){ top: -1px; right: -1px; width: 1px; height: 0; }
.qaBox .frmBox > ul li .radioBox > label span:nth-of-type(3){ bottom: -1px; right: -1px; width: 0; height: 1px; }
.qaBox .frmBox > ul li .radioBox > label span:nth-of-type(4){ bottom: -1px; left: -1px; width: 1px; height: 0; }
.qaBox .frmBox > ul li .radioBox > label:hover span:nth-of-type(1),
.qaBox .frmBox > ul li .radioBox > input[type="radio"]:checked + label span:nth-of-type(1){ width: calc(100% + 2px); }
.qaBox .frmBox > ul li .radioBox > label:hover span:nth-of-type(2),
.qaBox .frmBox > ul li .radioBox > input[type="radio"]:checked + label span:nth-of-type(2){ height: calc(100% + 2px); }
.qaBox .frmBox > ul li .radioBox > label:hover span:nth-of-type(3),
.qaBox .frmBox > ul li .radioBox > input[type="radio"]:checked + label span:nth-of-type(3){ width: calc(100% + 2px); }
.qaBox .frmBox > ul li .radioBox > label:hover span:nth-of-type(4),
.qaBox .frmBox > ul li .radioBox > input[type="radio"]:checked + label span:nth-of-type(4){ height: calc(100% + 2px); }
/* // 첨부파일 */
.qaBox .frmBox > ul li .fileBox{ height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 1px solid #505259; }
.qaBox .frmBox > ul li .fileBox input[type="file"] { display: none; }
.qaBox .frmBox > ul li .fileBox label{ display: inline-block; width: 15px; background: none; cursor: pointer; margin: 0; }
.qaBox .frmBox > ul li .fileBox .upload-name { width: calc(100% - 120px); display: inline-block; font-size: 14px; color: #93979c; background: transparent; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* // 버튼박스 */
.qaBox .btnBox > *{ width: 100%; height: 70px; font-size: 18px; font-weight: 500; color: #fff; letter-spacing: -0.5px; line-height: 70px; text-align: center; padding: 0; border: none; border-radius: 0; outline: none; display: block; transition: all 0.2s ease-in-out; }
.qaBox .btnBox > .btn_submit{ background: #1a4fa0; }
.qaBox .btnBox > .btn_submit::after{ content: '→'; display: inline-block; opacity: 0; margin-left: -20px; transition: all 0.3s ease-in-out; }
.qaBox .btnBox > .btn_submit:hover{ background: #17308e; }
.qaBox .btnBox > .btn_submit:hover:after{ opacity: 1; margin-left: 50px; }
.qaBox .btnBox > .go_list{ background: #17181e; margin-top: 10px; }



/*! ───────────────────── 게시판 ───────────────────── */
.sub_board.bc{ background: #eff1f3; }
.sub_board .inner{ padding: 100px 0 200px; }
.sub_board .inner .stit h2{ letter-spacing: 1px; text-align: center; }



/*! ───────────────────── 문의완료 ───────────────────── */
#sub_result{ background: #22252c; }
#sub_result .inner{ padding: 130px 0; }
#sub_result .txtBox{ text-align: center; }
#sub_result .txtBox img{ margin-bottom: 40px; opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out; }
#sub_result .txtBox h2{ font-size: 50px; font-weight: 700; color: #fff; line-height: 65px; word-break: keep-all; margin-bottom: 40px; opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out 0.2s; }
#sub_result .txtBox p{ font-size: 18px; font-weight: 500; color: #d8dbe0; letter-spacing: -0.2px; line-height: 35px; word-break: keep-all; margin-bottom: 40px; opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out 0.3s; }
#sub_result .txtBox p span{ position: relative; display: inline-block; color: #fff; z-index: 5; }
#sub_result .txtBox p span::before{ position: absolute; left: 0; bottom: 4px; width: 100%; height: 11px; background: #2051a2; content: ''; display: block; z-index: -1; }
#sub_result .txtBox a{ position: relative; display: block; width: 250px; background: #17181e; margin: 0 auto; opacity: 0; transform: translate(0,50px); transition: all 0.8s ease-out 0.4s; }
#sub_result .txtBox a::before{ position: absolute; left: 0; top: 0; width: 0%; height: 100%; background: #2a53a3; content: ''; display: block; transition: all 0.3s ease-out; }
#sub_result .txtBox a span{ position: relative; width: 100%; font-size: 18px; font-weight: 500; color: #fff; line-height: 60px;  display: block; z-index: 5; }
#sub_result .txtBox a span::after{ content: '→'; display: inline-block; opacity: 0; margin-left: -20px; transition: all 0.3s ease-out; }
#sub_result .txtBox a:hover:before{ width: 100%; }
#sub_result .txtBox a:hover span::after{ opacity: 1; margin-left: 40px; }
/* ? move */
#sub_result .txtBox.moveload img,
#sub_result .txtBox.moveload h2,
#sub_result .txtBox.moveload p,
#sub_result .txtBox.moveload a{ opacity: 1; transform: translate(0,0); }



/*! ───────────────────── F O O T E R ───────────────────── */
#ft{ position: relative; width: 100%; background: #17181e; overflow: hidden; z-index: 10; }
#ft .inner{ display: flex; padding: 70px 0 65px; }
#ft .inner > div h2{ font-size: 18px; font-weight: 400; color: #a6abb4; letter-spacing: -0.5px; line-height: 30px; margin-bottom: 20px; }
#ft .inner > div h2 span{ display: block; font-size: 20px; font-weight: 600; color: #fff; letter-spacing: 0.5px; line-height: 30px; }
#ft .inner > div ul{ display: flex; flex-wrap: wrap; }
#ft .inner > div ul li{ font-size: 14px; font-weight: 400; color: #727885; line-height: 24px; word-break: keep-all; margin-right: 25px; }
#ft .inner > div ul li:last-of-type{ width: 100%; margin-right: 0; }
#ft .inner > div ol{ display: flex; }
#ft .inner > div ol li{ font-size: 14px; font-weight: 400; color: #727885; line-height: 24px; margin-right: 35px; }
#ft .inner > div ol li strong{ display: block; font-size: 18px; font-weight: 400; }
#ft .inner > div p{ font-size: 14px; font-weight: 400; color: #4c5059; line-height: 24px; word-break: keep-all; margin-top: 20px; }
#ft .inner .f_info{ width: 55%; }
#ft .inner .f_info h2 span::before{ width: 20px; height: 20px; background: url(/img/WonLogo1.png) no-repeat center center; background-size: contain; content: ''; vertical-align: -2px; display: inline-block; margin-right: 8px; }




@media screen and (max-width: 1870px){
    
    
    /*!   POST / CUSTOMER  */
    .sub31 .inner .cardBox .ltBox{ margin-top: 3.4vw; }

    /*!   RDLAB  */
    #intro .txtBox h2{ font-size: 100px; }
    #intro .txtBox strong{ font-size: 65px; }
    #intro .txtBox p{ font-size: 26px; line-height: 46px; }
    #intro .obj02{ top: -20%; }
    .sub42 ul li{ width: 23%; max-width: 335px; margin-right: 2.66%; }
    .sub42 ul li h3{ font-size: 25px; line-height: 35px; }
    .sub42 ul li p{ font-size: 15px; }
    .sub42 ul li p br{ display: none; }
    .sub43 .infoBox h3{ font-size: 2.7vw; }
    .sub43 .infoBox ol li{ font-size: 1vw; padding: 0 2vw 0 1vw; }
    .sub47 .stit p{ font-size: 28px; }
    .sub47 ul li{ padding: 0 35px; }
    .sub47 ul li:nth-of-type(even){ height: 230px; }
    .sub47 ul li h3{ font-size: 26px; line-height: 36px; margin-bottom: 10px; }
    .sub47 ul li p{ font-size: 15px; line-height: 25px; }
    .sub47 ul li img{ height: 14vw; }
}


@media screen and (max-width: 1299px){

    /*!  HEADER  */
    #gnb nav ul li{ margin-bottom: 4.5vh; }
    #gnb nav ul li a strong{ font-size: 5vh; line-height: 6vh; }
    #gnb nav ul li a p{ font-size: 2vh; line-height: 2.5vh; }


    /*!  WRAPPER  */
    .inner.pd200{ padding: 150px 0; }

    .stit{ margin-bottom: 50px; }
    .stit span{ font-size: 16px; letter-spacing: 1px; padding-left: 3px; }
    .stit h2{ font-size: 40px; letter-spacing: -1px; line-height: 60px; margin-top: 20px; }
    .stit h2 b{ letter-spacing: 1px; }

    /* M - VISUAL */
    .mvisual .aw_mark{ width: 240px; height: 87px; }
    .mv-slider .txtBox h2{ font-size: 60px; line-height: 70px; }
    .mv-slider .txtBox p{ font-size: 18px; letter-spacing: 0px; }
    .mv-slider .txtBox ol li{ height: 40px; font-size: 16px; line-height: 39px; }
    /* M - 02 */
    .main02 .stit{ margin-bottom: 50px; }




/*! ───────────────────── SUB ( ABOUT - 231112 ) ───────────────────── */

/** ab-visual */
.ab-visual .bgbox { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 500px); height: calc(100% - 500px); max-height: 1000px; border-radius: 20px; overflow: hidden; transition: all 1s ease; }
.ab-visual .bgbox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #17181e; content: ''; display: block; }
/* ? animate */
.ab-visual.on .bgbox{ width: 101%; height: 101%; border-radius: 0; }

.ab-visual .txt-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; }
.ab-visual .txt-box > h2{ font-size: 50px; line-height: 55px; letter-spacing: 3px; }
.ab-visual .txt-box > h2 > span{ width: 40px; height: 40px; margin-left: 10px; }

.ab-visual .scroll-down { position: absolute; z-index: 10; left: 50%; bottom: -5px; transform: translateX(-50%); width: 1px; height: 150px; }
.ab-visual .scroll-down span{ position: relative; display: block; width: 1px; height: 150px; overflow: hidden; }


/** ab-common */
.ab-tit-box > span{ font-size: 50px; }
.ab-tit-box > h2{ font-size: 18px; line-height: 30px; margin-top: 25px; }

.ab-conbox { position: relative; display: flex; justify-content: center; flex-wrap: wrap; }


/** ab-merit */
.ab-merit { background: #eff1f3; padding: 140px 0; }
.ab-merit .ab-conbox > ul > li{ position: relative; width: 32%; background: #fff; padding: 50px 3%; margin-right: 2%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > h3{ font-size: 24px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 32px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > p{ font-size: 14px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 22px; word-break: keep-all; transition: all 0.4s ease-out; }
.ab-merit .merit_list{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
.ab-merit .merit_list li:nth-of-type(3n){ margin-right: 0; }
.ab-merit .merit_list li:nth-of-type(n+4){ margin-top: 2%; }
/* ? hover */
.ab-merit .ab-conbox > ul > li:hover{ background: #17308e; }
.ab-merit .ab-conbox > ul > li:hover::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover h3{ color: #fff; }
.ab-merit .ab-conbox > ul > li:hover p{ color: #f7f8f9; opacity: .4; }


/** ab-biz */
.ab-biz { padding-top: 140px; }
.ab-biz .ab-conbox .con1 { width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 50px; }
.ab-biz .ab-conbox .con1 > li{ width: 32%; height: 260px; margin-right: 2%; padding-left: 50px; padding-top: 50px; }
.ab-biz .ab-conbox .con1 > li:last-of-type{ margin-right: 0; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(1){ background: url(/img/img_abbiz1.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(2){ background: url(/img/img_abbiz2.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(3){ background: url(/img/img_abbiz3.png) no-repeat center left; background-size: contain; }
.ab-biz .con1 > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-biz .con1 > li > div > span{ display: block; width: 30px; font-size: 14px; color: #22252c; opacity: .6; }
.ab-biz .con1 > li > div > h3{ font-size: 26px; color: #22252c; font-weight: 800; }
.ab-biz .con1 > li > p{ padding-left: 30px; margin-top: 20px; font-size: 14px; color: #22252c; line-height: 24px; text-transform: uppercase; }

.ab-biz .con2 { width: 100%; margin-top: 80px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap-reverse; }
.ab-biz .con2 .sl-process { position: relative; width: 100%; overflow: hidden; }
.ab-biz .con2 .sl-process > ul > li > div{ opacity: 0; margin-top: 40px; transition: all .5s ease-out; text-align: center; }
.ab-biz .con2 .sl-process > ul > li.swiper-slide-active > div{ opacity: 1; margin-top: 0; }
.ab-biz .con2 .sl-process > ul > li > div > h5{ font-size: 16px; color: #22252c; font-weight: 400; opacity: .6; text-transform: uppercase; }
.ab-biz .con2 .sl-process > ul > li > div > h4{ font-size: 30px; color: #22252c; font-weight: 800; text-transform: uppercase; margin-top: 12px; }
.ab-biz .con2 .sl-process > ul > li > div > p{ font-size: 16px; color: #686d78; line-height: 26px; text-transform: uppercase; margin-top: 20px; word-break: keep-all; }
.ab-biz .con2 .sl-process .img-stg1{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg1.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg2{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg2.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg3{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg3.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg4{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg4.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg5{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg5.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg6{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg6.png) no-repeat; background-size: contain; }

/*? pager */
.ab-biz .con2 .sl-tabs { width: 100%; padding-left: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 100px; }
.ab-biz .con2 .sl-tabs > div{ width: 140px; margin-right: 20px; margin-bottom: 50px; background: none; opacity: 1; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3n){ margin-right: 20px; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(n+4){ margin-bottom: 50px; }
.ab-biz .con2 .sl-tabs > div > p{ margin-top: 6px; font-size: 18px; color: #9ca4b7; font-weight: 800; text-align: center; line-height: 20px; text-transform: uppercase; transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div > p > em{ font-size: 14px; color: #8e97ac; font-weight: 400; font-style: normal; }
.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > p{ color: #3453a2; }
.ab-biz .con2 .sl-tabs > div > span{ transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(1) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg1.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(2) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg2.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg3.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(4) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg4.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(5) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg5.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(6) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg6.png) no-repeat center center; background-size: 60% 60%; }

.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > span{ animation: wibing 2s infinite; }

/** ab-crew */
.ab-crew { padding-top: 100px; }
.ab-crew .ab-conbox > ul{ width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 50px; }
.ab-crew .ab-conbox > ul > li{ width: 32%; margin-right: 2%; }
.ab-crew .ab-conbox > ul > li:last-of-type{ margin-right: 0; }
.ab-crew .ab-conbox > ul > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-crew .ab-conbox > ul > li > div > span{ display: block; width: 40px; height: 30px; }
.ab-crew .ab-conbox > ul > li > div > span.ico1{ background: url(/img/img_abcrew1.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico2{ background: url(/img/img_abcrew2.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico3{ background: url(/img/img_abcrew3.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > h3{ font-size: 26px; color: #22252c; font-weight: 800; }
.ab-crew .ab-conbox > ul > li > p{ padding-left: 40px; margin-top: 20px; font-size: 14px; color: #686d78; line-height: 22px; }


/** ab-awards */
.ab-awards { padding-top: 140px; }
.ab-awards .inner .ltBox{ position: relative; max-width: 1240px; width: 100%; margin-top: 50px; }


/** ab-customer */
.ab-customer { padding: 140px 0; }
.ab-customer .ab-tit-box { position: relative; }
.ab-customer .sl-logos { width: 100%; overflow: hidden; margin-top: 60px; }
.ab-customer .sl-logos > ul{ display: flex; justify-content: flex-start; align-items: center; }
.ab-customer .sl-logos > ul > li{ width: 180px; height: 100px; margin-right: 32px; }
.ab-customer .sl-logos > ul > li > span.ab-logo1{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo1.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo2{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo2.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo3{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo3.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo4{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo4.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo5{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo5.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo6{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo6.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo7{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo7.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo8{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo8.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo9{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo9.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo10{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo10.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo11{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo11.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo12{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo12.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo13{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo13.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo14{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo14.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo15{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo15.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo16{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo16.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo17{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo17.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo18{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo18.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo19{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo19.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo20{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo20.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo21{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo21.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo22{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo22.png) no-repeat; }

.ab-customer .control{ position: absolute; right: 0; top: 30px; width: 80px; display: flex; align-items: center; justify-content: space-between; }
.ab-customer .control > div{ font-size: 30px; font-weight: 300; color: #b6bcc1; line-height: 30px; cursor: pointer; outline: none; transition: all 0.2s ease-in-out; }
.ab-customer .control > div:hover{ color: #22252c; }


/** ab-contact */
.ab-contact { padding: 150px 0; background-color: #eff1f3; }
.ab-contact .ab-tit-box > span{ display: flex; justify-content: flex-start; align-items: center; }
.ab-contact .ab-tit-box > span > a{ display: flex; justify-content: center; align-items: center; font-family: 'pretendard'; letter-spacing: 0px; padding: 15px 20px; background-color: #22252c; font-size: 16px; color: #fff; margin-left: 25px; }
.ab-contact .ab-tit-box > span > a > span{ display: block; width: 20px; height: 20px; background: url(/img/img_abcontact1.png) no-repeat; margin-right: 15px; }

.ab-contact .ab-conbox .infoBox{ width: 1240px; display: flex; align-items: center; margin-top: 80px; }
.ab-contact .ab-conbox .infoBox .mapBox{ width: 810px; height: 280px; overflow: hidden; }
.ab-contact .ab-conbox .infoBox .mapBox > div{ width: 100% !important; height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_map{ height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_controllers{ display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .map_border { display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_btn_zoom { display: none; }
.ab-contact .ab-conbox .infoBox ul{ width: 35%; padding-left: 3%; }
.ab-contact .ab-conbox .infoBox ul li{ margin-bottom: 25px; }
.ab-contact .ab-conbox .infoBox ul li:last-of-type{ margin-bottom: 0; }
.ab-contact .ab-conbox .infoBox ul li h3{ font-size: 16px; font-weight: 600; color: #22252c; margin-bottom: 5px; }
.ab-contact .ab-conbox .infoBox ul li p{ font-size: 16px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.ab-contact .ab-conbox .infoBox ul li p em{ font-size: 14px; font-weight: 400; font-style: normal; display: inline-block; }




    

    /*!   POST / CUSTOMER  */
    #post .adm_bo_link{ top: 15px; }
    #post .adm_bo_link ul li a{ font-size: 12px; padding: 0 10px; }
    #post .tit{ margin-bottom: 70px; }
    #post .tit > h2{ font-size: 40px; line-height: 50px; }
    #post .tit > p{ font-size: 14px; line-height: 20px; }
    #post .cardBox .ltBox{ margin-top: 3.2vw; }
    #customer .txtBox h2{ font-size: 40px; font-weight: 700; line-height: 45px; }
    #customer .txtBox p{ font-size: 15px; line-height: 28px; margin-bottom: 30px; }
    #customer .txtBox p br{ display: none; }


    /*!   RDLAB  */
    #intro .txtBox h2{ font-size: 7.3vw; letter-spacing: -2px; line-height: 7.5vw; }
    #intro .txtBox strong{ font-size: 5vw; line-height: 5.5vw; margin-bottom: 30px; }
    #intro .txtBox p{ font-size: 2vw; line-height: 3.5vw; }
    #intro .scroll{ bottom: -150px; }
    #intro .obj01{ width: 150px; height: 150px; }
    #intro .obj02{ width: 50%; height: 50vw; }
    /*? move */
    #intro.on .scroll{ bottom: -75px; }
    .sub42 ul li{ width: 32%; margin-right: 2%; }
    .sub42 .merit_list li:nth-of-type(4n){ margin-right: 2%; }
    .sub42 .merit_list li:nth-of-type(3),
    .sub42 .merit_list li:nth-of-type(7){ margin-right: 0; }
    .sub42 .merit_list li:nth-of-type(n+4){ margin-top: 30px; }
    .sub42 .merit_list li.emp{ display: none; }
    .sub43 ul > li:nth-of-type(n+3){ margin-top: 60px; }
    .sub43 .infoBox{ flex-wrap: wrap; padding-top: 20px; }
    .sub43 .infoBox h3{ font-size: 35px; line-height: 45px; margin-bottom: 10px; }
    .sub43 .infoBox ol{ width: 100%; }
    .sub43 .infoBox ol li::before{ height: 34px; }
    .sub43 .infoBox ol li{ width: 50%; font-size: 13px; line-height: 22px; padding: 0; padding-left: 20px; }
    .sub44::before,
    .sub44::after{ height: 60px; }
    .sub47 .stit p{ font-size: 22px; line-height: 32px; margin-top: 20px; }
    .sub47 ul{ height: 690px; }
    .sub47 ul li{ width: 32%; height: 200px; padding: 0 30px; margin-right: 2%; margin-top: 30px; }
    .sub47 ul li:nth-of-type(even){ height: 200px; }
    .sub47 ul li h3{ font-size: 24px; }
    .sub48 .stit{ padding: 0; }
    .sub48 .btnBox{ position: relative; margin-top: 10px; }
    .sub48 .btnBox a{ width: 80px; height: 80px; font-size: 14px; padding-top: 50px; }
    .sub48 .btnBox a:nth-of-type(1){ background-position: center 18px; background-size: 22px; }
    .sub48 .btnBox a:nth-of-type(2){ background-position: center 18px; background-size: 24px; }


    /*!   CONTACT  */
    #contact .inner{ padding: 100px 0; align-items: flex-start; }
    #contact .txtBox{ padding-top: 5%; }
    #contact .txtBox img{ width: 45px; margin-bottom: 20px; }
    #contact .txtBox h2{ font-size: 35px; line-height: 50px; margin-bottom: 30px; }
    #contact .txtBox p{ font-size: 15px; line-height: 30px; margin-bottom: 35px; }
    #contact .txtBox ul li{ font-size: 16px; line-height: 30px; }
    .qaBox .frmBox > ul li{ margin-bottom: 20px; }
    .qaBox .frmBox > ul li .frm_label{ font-size: 16px; margin-bottom: 5px; }


    /*!  FOOTER  */
    #ft .inner{ padding: 60px 0; }
    #ft .inner > div h2{ font-size: 16px; margin-bottom: 15px; }
    #ft .inner > div ul li{ font-size: 13px; }
    #ft .inner > div ol li{ font-size: 13px; }
    #ft .inner > div ol li strong{ font-size: 16px; }
    #ft .inner > div p{ font-size: 13px; margin-top: 15px; }

}


@media screen and (max-width: 1024px){

    /*!  HEADER  */
    #hd .hd_wrap{ width: 90%; height: 60px; }
    #hd .hd_wrap nav{ display: none; }



    /*! Header - ver2 */
    #hd-ver2 .hd_wrap{ width: 95%; height: 70px; justify-content: center; }
    #hd-ver2 .hd_wrap #logo a{ width: 117px; height: 50px; background: url(/img/logo-ver2.svg) no-repeat center center; }
    /*? hover */
    #hd-ver2 .hd_wrap #logo a:hover{ background: url(/img/logo-ver2.svg) no-repeat center center; background-size: contain; }

    #hd-ver2 .hd_wrap nav{ display: none; }
    #hd-ver2 .hd_wrap .right{ width: 50px; position: absolute; top: 50%; right: 2.5%; transform: translateY(-50%); display: block; }
    #hd-ver2 .hd_wrap .right > a > h3{ display: none; }

    /*? on */
    #hd-ver2.on{ background: #fff; border-bottom: 1px solid #f3f3f3; }
    #hd-ver2.on .hd_wrap{ height: 70px; }

    /** at-mobile */
    #hd-ver2 .mobile-nav { display: block; position: relative; width: 100%; overflow-x: auto; }
    #hd-ver2 .mobile-nav .hscroll-wrap { display: flex; justify-content: center; align-items: center; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; overflow: hidden; white-space: nowrap; }
    #hd-ver2 .mobile-nav .hscroll-wrap > a{ font-size: 16px; line-height: 60px; font-weight: 600; margin-right: 50px; }
    #hd-ver2 .mobile-nav .hscroll-wrap > a:last-of-type{ margin-right: 0; }




    
    /*!  WRAPPER  */
    .inner.pd200{ padding: 120px 0; }
    .tbl-hidden{ display: none !important; }

    .stit{ margin-bottom: 40px; }
    .stit span{ font-size: 15px; padding-left: 0; }
    .stit h2{ font-size: 35px; line-height: 50px; }

    /* M - VISUAL */
    .mv-slider .aw_mark{ position: absolute; right: auto; top: auto; left: 5%; bottom: 0; width: 95px; height: 174px; background: url(/img/mimg_awards_mark.png) no-repeat center bottom; background-size: contain; }
    .mv-slider .txtBox{ top: 45%; padding-right: 0; }
    .mv-slider .txtBox h2{ font-size: 54px; margin-bottom: 15px; }
    .mv-slider ul li.swiper-slide-active .aw_mark{ animation-name: moveUp; }
    /* M - 2 */
    .main02 ul li{ width: 300px; /*height: 310px;*/ padding: 55px 35px; margin-right: 30px; }
    .main02 ul li h3{ font-size: 24px; line-height: 34px; margin-bottom: 15px; }
    .main02 ul li p{ font-size: 14px; line-height: 24px; }
    .rolling .rol_wrap{ animation-name: marquee2; }





    /*! ───────────────────── SUB ( ABOUT - 231112 ) ───────────────────── */

/** ab-visual */
.ab-visual .bgbox { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 500px); height: calc(100% - 500px); max-height: 1000px; border-radius: 20px; overflow: hidden; transition: all 1s ease; }
.ab-visual .bgbox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #17181e; content: ''; display: block; }
/* ? animate */
.ab-visual.on .bgbox{ width: 101%; height: 101%; border-radius: 0; }

.ab-visual .txt-box { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; }
.ab-visual .txt-box > h2{ font-size: 50px; line-height: 55px; letter-spacing: 3px; }
.ab-visual .txt-box > h2 > span{ width: 40px; height: 40px; margin-left: 10px; }

.ab-visual .scroll-down { position: absolute; z-index: 10; left: 50%; bottom: -5px; transform: translateX(-50%); width: 1px; height: 150px; }
.ab-visual .scroll-down span{ position: relative; display: block; width: 1px; height: 150px; overflow: hidden; }


/** ab-common */
.ab-tit-box > span{ font-size: 40px; }
.ab-tit-box > h2{ font-size: 16px; line-height: 28px; margin-top: 20px; }

.ab-conbox { position: relative; display: flex; justify-content: center; flex-wrap: wrap; }


/** ab-merit */
.ab-merit { background: #eff1f3; padding: 120px 0; }

.ab-merit .merit-slider{ display: block !important; margin-top: 50px; }
.ab-merit .merit-slider > ul > li{ position: relative; width: 310px; background: #fff; padding: 50px 3%; margin-right: 2%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .merit-slider > ul > li::before{ position: absolute; right: 0; top: -40%; width: 588px; height: 442px; background: url(/img/obj_polygon_01.png) no-repeat right top; content: ''; display: block; z-index: -1; opacity: 0; transform: translate(-100%,0); transition: all 0.4s ease-out 0.1s; }
.ab-merit .merit-slider > ul > li::after{ position: absolute; right: -40%; bottom: 0; width: 721px; height: 677px; background: url(/img/obj_polygon_02.png) no-repeat right bottom; content: ''; display: block; z-index: -2; opacity: 0; transform: translate(100%,50%); transition: all 0.4s ease-out 0.05s; }


.ab-merit .merit-slider > ul > li > h3{ font-size: 24px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 32px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .merit-slider > ul > li > p{ font-size: 14px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 22px; word-break: keep-all; transition: all 0.4s ease-out; }

.ab-merit .merit-slider > ul > li.swiper-slide-active{ background: #17308e; }
.ab-merit .merit-slider > ul > li.swiper-slide-active::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .merit-slider > ul > li.swiper-slide-active::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .merit-slider > ul > li.swiper-slide-active h3{ color: #fff; }
.ab-merit .merit-slider > ul > li.swiper-slide-active p{ color: #f7f8f9; opacity: .4; }

/*
.ab-merit .ab-conbox > ul > li{ position: relative; width: 32%; background: #fff; padding: 50px 3%; margin-right: 2%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > h3{ font-size: 24px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 32px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > p{ font-size: 14px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 22px; word-break: keep-all; transition: all 0.4s ease-out; }
.ab-merit .merit_list{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
.ab-merit .merit_list li:nth-of-type(3n){ margin-right: 0; }
.ab-merit .merit_list li:nth-of-type(n+4){ margin-top: 2%; }
/* ? hover */
/*.ab-merit .ab-conbox > ul > li:hover{ background: #17308e; }
.ab-merit .ab-conbox > ul > li:hover::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover h3{ color: #fff; }
.ab-merit .ab-conbox > ul > li:hover p{ color: #f7f8f9; opacity: .4; }


/** ab-biz */
.ab-biz { padding-top: 120px; }
.ab-biz .ab-conbox .con1 { width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 50px; }
.ab-biz .ab-conbox .con1 > li{ width: 32%; height: 200px; margin-right: 2%; padding-left: 40px; padding-top: 40px; }
.ab-biz .ab-conbox .con1 > li:last-of-type{ margin-right: 0; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(1){ background: url(/img/img_abbiz1.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(2){ background: url(/img/img_abbiz2.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(3){ background: url(/img/img_abbiz3.png) no-repeat center left; background-size: contain; }
.ab-biz .con1 > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-biz .con1 > li > div > span{ display: block; width: 30px; font-size: 14px; color: #22252c; opacity: .6; }
.ab-biz .con1 > li > div > h3{ font-size: 24px; color: #22252c; font-weight: 800; }
.ab-biz .con1 > li > p{ padding-left: 30px; margin-top: 10px; font-size: 14px; color: #22252c; line-height: 22px; text-transform: uppercase; }

.ab-biz .con2 { width: 100%; margin-top: 60px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap-reverse; }
.ab-biz .con2 .sl-process { position: relative; width: 100%; overflow: hidden; }
.ab-biz .con2 .sl-process > ul > li > div{ opacity: 0; margin-top: 40px; transition: all .5s ease-out; text-align: center; }
.ab-biz .con2 .sl-process > ul > li.swiper-slide-active > div{ opacity: 1; margin-top: 0; }
.ab-biz .con2 .sl-process > ul > li > div > h5{ font-size: 14px; color: #22252c; font-weight: 400; opacity: .6; text-transform: uppercase; }
.ab-biz .con2 .sl-process > ul > li > div > h4{ font-size: 24px; color: #22252c; font-weight: 800; text-transform: uppercase; margin-top: 5px; }
.ab-biz .con2 .sl-process > ul > li > div > p{ font-size: 14px; color: #686d78; line-height: 26px; text-transform: uppercase; margin-top: 15px; word-break: keep-all; }
.ab-biz .con2 .sl-process .img-stg1{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg1.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg2{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg2.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg3{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg3.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg4{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg4.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg5{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg5.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg6{ display: block; margin: 35px auto 0; width: 595px; height: 440px; background: url(/img/img_abstg6.png) no-repeat; background-size: contain; }

/*? pager */
.ab-biz .con2 .sl-tabs { width: 100%; padding-left: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 80px; }
.ab-biz .con2 .sl-tabs > div{ width: 100px; margin-right: 0; margin-bottom: 40px; background: none; opacity: 1; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3n){ margin-right: 0; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(n+4){ margin-bottom: 40px; }
.ab-biz .con2 .sl-tabs > div > p{ margin-top: 6px; font-size: 16px; color: #9ca4b7; font-weight: 800; text-align: center; line-height: 16px; text-transform: uppercase; transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div > p > em{ font-size: 13px; color: #8e97ac; font-weight: 400; font-style: normal; }
.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > p{ color: #3453a2; }
.ab-biz .con2 .sl-tabs > div > span{ transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(1) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg1.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(2) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg2.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg3.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(4) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg4.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(5) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg5.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(6) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg6.png) no-repeat center center; background-size: 60% 60%; }

.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > span{ animation: wibing 2s infinite; }

/** ab-crew */
.ab-crew { padding-top: 60px; }
.ab-crew .ab-conbox > ul{ width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-top: 50px; }
.ab-crew .ab-conbox > ul > li{ width: 32%; margin-right: 2%; }
.ab-crew .ab-conbox > ul > li:last-of-type{ margin-right: 0; }
.ab-crew .ab-conbox > ul > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-crew .ab-conbox > ul > li > div > span{ display: block; width: 40px; height: 30px; }
.ab-crew .ab-conbox > ul > li > div > span.ico1{ background: url(/img/img_abcrew1.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico2{ background: url(/img/img_abcrew2.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico3{ background: url(/img/img_abcrew3.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > h3{ font-size: 22px; color: #22252c; font-weight: 800; }
.ab-crew .ab-conbox > ul > li > p{ padding-left: 40px; margin-top: 10px; font-size: 14px; color: #686d78; line-height: 22px; }


/** ab-awards */
.ab-awards { padding-top: 120px; }
.ab-awards .inner .ltBox{ position: relative; max-width: 1240px; width: 100%; margin-top: 50px; }


/** ab-customer */
.ab-customer { padding: 120px 0; }
.ab-customer .ab-tit-box { position: relative; }
.ab-customer .sl-logos { width: 100%; overflow: hidden; margin-top: 40px; }
.ab-customer .sl-logos > ul{ display: flex; justify-content: flex-start; align-items: center; }
.ab-customer .sl-logos > ul > li{ width: 180px; height: 100px; margin-right: 32px; }
.ab-customer .sl-logos > ul > li > span.ab-logo1{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo1.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo2{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo2.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo3{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo3.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo4{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo4.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo5{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo5.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo6{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo6.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo7{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo7.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo8{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo8.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo9{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo9.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo10{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo10.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo11{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo11.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo12{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo12.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo13{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo13.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo14{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo14.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo15{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo15.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo16{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo16.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo17{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo17.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo18{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo18.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo19{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo19.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo20{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo20.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo21{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo21.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo22{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo22.png) no-repeat; }

.ab-customer .control{ position: absolute; right: 0; top: 10px; width: 80px; display: flex; align-items: center; justify-content: space-between; }
.ab-customer .control > div{ font-size: 30px; font-weight: 300; color: #b6bcc1; line-height: 30px; cursor: pointer; outline: none; transition: all 0.2s ease-in-out; }
.ab-customer .control > div:hover{ color: #22252c; }


/** ab-contact */
.ab-contact { padding: 120px 0; background-color: #eff1f3; }
.ab-contact .ab-tit-box > span{ display: flex; justify-content: flex-start; align-items: center; }
.ab-contact .ab-tit-box > span > a{ display: flex; justify-content: center; align-items: center; font-family: 'pretendard'; letter-spacing: 0px; padding: 15px 20px; background-color: #22252c; font-size: 16px; color: #fff; margin-left: 25px; }
.ab-contact .ab-tit-box > span > a > span{ display: block; width: 20px; height: 20px; background: url(/img/img_abcontact1.png) no-repeat; margin-right: 15px; }

.ab-contact .ab-conbox .infoBox{ width: 100%; display: flex; align-items: center; margin-top: 60px; }
.ab-contact .ab-conbox .infoBox .mapBox{ width: 65%; height: 280px; overflow: hidden; }
.ab-contact .ab-conbox .infoBox .mapBox > div{ width: 100% !important; height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_map{ height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_controllers{ display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .map_border { display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_btn_zoom { display: none; }
.ab-contact .ab-conbox .infoBox ul{ width: 35%; padding-left: 3%; }
.ab-contact .ab-conbox .infoBox ul li{ margin-bottom: 25px; }
.ab-contact .ab-conbox .infoBox ul li:last-of-type{ margin-bottom: 0; }
.ab-contact .ab-conbox .infoBox ul li h3{ font-size: 15px; font-weight: 600; color: #22252c; margin-bottom: 5px; }
.ab-contact .ab-conbox .infoBox ul li p{ font-size: 15px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.ab-contact .ab-conbox .infoBox ul li p em{ font-size: 13px; font-weight: 400; font-style: normal; display: inline-block; }





    /*!   POST / CUSTOMER  */
    #customer .inner{ flex-direction: column; align-items: flex-start; }
    #customer .inner .stit{ width: 100%; margin-bottom: 40px; }
    #customer .txtBox{ width: 100%; margin-bottom: 40px; }
    #customer .txtBox p{ margin-bottom: 20px; }
    #customer .txtBox a{ width: 100%; }
    #customer .txtBox a::before{ display: none; }
    #customer .txtBox a span{ font-size: 15px; line-height: 48px; }
    #customer .txtBox a:hover span{ color: #222; }
    #customer .contBox{ width: 100%; transform: translate(0,50px); }
    #customer .contBox.moveload{ transform: translate(0,0); }

    /*!   RDLAB  */
    .sub42 ul li{ width: 310px; height: 325px; padding: 50px 30px; margin: 0 2%; }
    .sub42 ul li p br{ display: block; }
    .sub42 .merit-slider{ display: block; }
    .sub43 .infoBox h3{ font-size: 30px; line-height: 40px; }
    .sub43 .infoBox h3 .ftR1{ margin-right: -5px; }
    .sub43 .infoBox ol li::before{ height: 30px; }
    .sub43 .infoBox ol li{ font-size: 12px; line-height: 20px; padding-left: 12px; }
    .sub45 .inner{ flex-wrap: wrap; }
    .sub45 .inner .stit{ width: 100%; }
    .sub45 .ltBox{ width: 100%; }
    .sub47 .stit p{ font-size: 18px; line-height: 30px; }
    .sub47 ul{ height: auto; flex-direction: row; }
    .sub47 ul li{ width: 48%; margin-right: 4%; margin-top: 0; }
    .sub47 ul li:nth-of-type(n+3){ margin-top: 30px; }
    .sub47 ul li:nth-of-type(n+7){ margin-right: 4%; }
    .sub47 ul li:nth-of-type(even){ margin-right: 0; }
    .sub47 ul li img{ display: none; }
    .sub48 .infoBox .mapBox{ height: 300px; }
    .sub48 .infoBox ul li p{ font-size: 15px; }

    #intro.sub31 .txtBox h2 em{ padding: 0 10px; }
    #intro.sub31 .txtBox h2 .ls{ margin-right: -10px; }


    /*!   CONTACT  */
    #contact .inner{ flex-direction: column; }
    #contact .txtBox{ padding: 0; margin-bottom: 50px; }
    #contact .qaBox{ width: 100%; max-width: 100%; margin: 0; transform: translate(-50px,0); }
    #contact .qaBox.moveload{ transform: translate(0,0); }


    /*! 문의완료 */
    #sub_result .inner{ padding: 100px 0; }
    #sub_result .txtBox img{ width: 50px; margin-bottom: 20px; }
    #sub_result .txtBox h2{ font-size: 40px; line-height: 55px; margin-bottom: 20px; }
    #sub_result .txtBox p{ font-size: 16px; line-height: 34px; margin-bottom: 30px; }


    /*!  FOOTER  */
    #ft .inner{ display: block; padding: 50px 0; }
    #ft .inner .f_info{ width: 100%; margin-bottom: 30px; }
    #ft .inner > div h2{ font-size: 14px; letter-spacing: 0; line-height: 20px; margin-bottom: 10px; }
    #ft .inner > div h2 span{ font-size: 18px; }
    #ft .inner > div ul li{ font-size: 12px; line-height: 20px; }
    #ft .inner > div ol li{ font-size: 12px; line-height: 20px; }
    #ft .inner > div ol li strong{ font-size: 14px; }
    #ft .inner > div p{ font-size: 12px; line-height: 20px; margin-top: 10px; }
}


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

    /*!  HEADER  */
    #hd .hd_wrap #logo a{ width: 85px; }
    #gnb{ right: -100%; max-width: 100%; }
    #gnb nav{ top: 43%; padding: 0 7%; }
    #gnb nav ul li{ margin-bottom: 30px; }
    #gnb nav ul li a strong{ font-size: 34px; letter-spacing: 0.5px; line-height: 40px; }
    #gnb nav ul li a p{ font-size: 16px; line-height: 20px; }
    #gnb nav ul li a .over{ transition-duration: 0s; }




    /*! Header - ver2 */
    #hd-ver2 { background-color: #22252c; }
    #hd-ver2 .hd_wrap{ width: 95%; height: 45px; justify-content: center; }
    #hd-ver2 .hd_wrap #logo a{ width: 77px; height: 20px; background: url(/img/logo-ver2-mhd-wh.svg) no-repeat center center; }
    /*? hover */
    #hd-ver2 .hd_wrap #logo a:hover{ background: url(/img/logo-ver2-mhd-wh.svg) no-repeat center center; background-size: contain; }

    #hd-ver2 .hd_wrap nav{ display: none; }
    #hd-ver2 .hd_wrap .right{ width: 30px; position: absolute; top: 50%; right: 2.5%; transform: translateY(-50%); display: block; }
    #hd-ver2 .hd_wrap .right > a{ display: flex; justify-content: space-between; align-items: center; }
    #hd-ver2 .hd_wrap .right > a > span{ display: flex; justify-content: center; align-items: center; width: 40px; height: 30px; border-radius: 5px; background-color: #3e3eed; }
    #hd-ver2 .hd_wrap .right > a > span > img{ width: 24px; height: 18px; }
    #hd-ver2 .hd_wrap .right > a > h3{ display: none; }
    /*? hover */
    #hd-ver2 .hd_wrap .right > a:hover > span{ border-radius: 10px; }

    /*? on */
    #hd-ver2.on{ background: #22252c; border-bottom: 0; }
    #hd-ver2.on .hd_wrap{ height: 45px; }

    /** at-mobile */
    #hd-ver2 .mobile-nav { display: block; position: relative; width: 100%; overflow-x: auto; background-color: #fff; }
    #hd-ver2 .mobile-nav .hscroll-wrap { display: flex; justify-content: space-between; align-items: center; border-top: 0; border-bottom: 1px solid #f3f3f3; overflow: hidden; white-space: nowrap; padding: 0 5%; }
    #hd-ver2 .mobile-nav .hscroll-wrap > a{ font-size: 15px; line-height: 50px; font-weight: 600; margin-right: 0; }
    #hd-ver2 .mobile-nav .hscroll-wrap > a:last-of-type{ margin-right: 0; }





    /*!  WRAPPER  */
    #wrapper{ min-height: 500px; }
    #wrapper.on{ padding-top: 60px; }
    .inner.pd200{ padding: 100px 0; }
    .mo-hidden{ display: none !important; }
    .pc-hidden{ display: block !important; }

    .stit span{ font-size: 11px; }
    .stit h2{ font-size: 22px; line-height: 32px; margin-top: 10px; }

    
    /* M - VISUAL */
    .mvisual{ height: 635px; }
    .mv-slider > ul > li.s-story .bg{ background: url(/img/bg_story_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-plcolor .bg{ background: url(/img/bg_plcolor_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-jinwoo .bg{ background: url(/img/bg_jinwoo_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-ryan .bg{ background: url(/img/bg_ryan_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-miracle .bg{ background: url(/img/bg_miracle_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-new .bg{ background: url(/img/bg_new_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-ts .bg{ background: url(/img/bg_ts_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-ji .bg{ background: url(/img/bg_ji_m.png) no-repeat center center; background-size: cover; }
    .mv-slider > ul > li.s-gol .bg{ background: url(/img/bg_gol_m.png) no-repeat center center; background-size: cover; }

    .mv-slider .aw_mark{ width: 65px; height: 120px; }
    .mv-slider .txtBox h2{ font-size: 35px; letter-spacing: -1px; line-height: 45px; margin-bottom: 8px; }
    .mv-slider .txtBox p{ font-size: 15px; line-height: 26px; margin-bottom: 30px; }
    .mv-slider .txtBox ol li{ height: 32px; font-size: 12px; line-height: 32px; padding: 0 12px; }
    /* M - 02 */
    .merit-slider ul li{ width: 260px; height: 285px; padding: 40px 20px; margin: 0 10px; }
    .merit-slider ul li h3{ font-size: 20px; letter-spacing: -0.5px; line-height: 30px; }
    .merit-slider ul li p{ font-size: 14px; line-height: 25px;}



    /*! ───────────────────── SUB ( ABOUT - 231112 ) ───────────────────── */

/** ab-visual */
.ab-visual .bgbox { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 500px); height: calc(100% - 500px); max-height: 1000px; border-radius: 20px; overflow: hidden; transition: all 1s ease; }
.ab-visual .bgbox::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #17181e; content: ''; display: block; }
/* ? animate */
.ab-visual.on .bgbox{ width: 101%; height: 101%; border-radius: 0; }

.ab-visual .txt-box { width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; }
.ab-visual .txt-box > h2{ font-size: 36px; line-height: 42px; letter-spacing: 3px; }
.ab-visual .txt-box > h2 > span{ width: 30px; height: 30px; margin-left: 10px; }

.ab-visual .scroll-down { position: absolute; z-index: 10; left: 50%; bottom: -5px; transform: translateX(-50%); width: 1px; height: 150px; }
.ab-visual .scroll-down span{ position: relative; display: block; width: 1px; height: 150px; overflow: hidden; }


/** ab-common */
.ab-tit-box > span{ font-size: 30px; }
.ab-tit-box > h2{ font-size: 14px; line-height: 24px; margin-top: 20px; word-break: keep-all; }

.ab-conbox { position: relative; display: flex; justify-content: center; flex-wrap: wrap; }


/** ab-merit */
.ab-merit { background: #eff1f3; padding: 80px 0; }

.ab-merit .merit-slider{ display: block !important; margin-top: 50px; }
.ab-merit .merit-slider > ul > li{ position: relative; width: 300px; height: auto; background: #fff; padding: 40px 20px 40px; margin-right: 2%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .merit-slider > ul > li::before{ position: absolute; right: 0; top: -40%; width: 588px; height: 442px; background: url(/img/obj_polygon_01.png) no-repeat right top; content: ''; display: block; z-index: -1; opacity: 0; transform: translate(-100%,0); transition: all 0.4s ease-out 0.1s; }
.ab-merit .merit-slider > ul > li::after{ position: absolute; right: -40%; bottom: 0; width: 721px; height: 677px; background: url(/img/obj_polygon_02.png) no-repeat right bottom; content: ''; display: block; z-index: -2; opacity: 0; transform: translate(100%,50%); transition: all 0.4s ease-out 0.05s; }


.ab-merit .merit-slider > ul > li > h3{ font-size: 24px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 32px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .merit-slider > ul > li > p{ font-size: 14px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 22px; word-break: keep-all; transition: all 0.4s ease-out; }

.ab-merit .merit-slider > ul > li.swiper-slide-active{ background: #17308e; }
.ab-merit .merit-slider > ul > li.swiper-slide-active::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .merit-slider > ul > li.swiper-slide-active::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .merit-slider > ul > li.swiper-slide-active h3{ color: #fff; }
.ab-merit .merit-slider > ul > li.swiper-slide-active p{ color: #f7f8f9; opacity: .4; }

/*
.ab-merit .ab-conbox > ul > li{ position: relative; width: 32%; background: #fff; padding: 50px 3%; margin-right: 2%; overflow: hidden; z-index: 5; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > h3{ font-size: 24px; font-weight: 800; color: #22252c; letter-spacing: -1px; line-height: 32px; word-break: keep-all; margin-bottom: 20px; transition: all 0.4s ease-out; }
.ab-merit .ab-conbox > ul > li > p{ font-size: 14px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 22px; word-break: keep-all; transition: all 0.4s ease-out; }
.ab-merit .merit_list{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
.ab-merit .merit_list li:nth-of-type(3n){ margin-right: 0; }
.ab-merit .merit_list li:nth-of-type(n+4){ margin-top: 2%; }
/* ? hover */
/*.ab-merit .ab-conbox > ul > li:hover{ background: #17308e; }
.ab-merit .ab-conbox > ul > li:hover::before{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover::after{ opacity: 1; transform: translate(0,0); }
.ab-merit .ab-conbox > ul > li:hover h3{ color: #fff; }
.ab-merit .ab-conbox > ul > li:hover p{ color: #f7f8f9; opacity: .4; }


/** ab-biz */
.ab-biz { padding-top: 80px; }
.ab-biz .ab-conbox .con1 { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.ab-biz .ab-conbox .con1 > li{ width: 100%; height: 200px; margin-right: 0; margin-bottom: 20px; padding-left: 70px; padding-top: 40px; }
.ab-biz .ab-conbox .con1 > li:last-of-type{ margin-right: 0; margin-bottom: 0; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(1){ background: url(/img/img_abbiz1.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(2){ background: url(/img/img_abbiz2.png) no-repeat center left; background-size: contain; }
.ab-biz .ab-conbox .con1 > li:nth-of-type(3){ background: url(/img/img_abbiz3.png) no-repeat center left; background-size: contain; }
.ab-biz .con1 > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-biz .con1 > li > div > span{ display: block; width: 30px; font-size: 14px; color: #22252c; opacity: .6; }
.ab-biz .con1 > li > div > h3{ font-size: 24px; color: #22252c; font-weight: 800; }
.ab-biz .con1 > li > p{ padding-left: 30px; margin-top: 10px; font-size: 14px; color: #22252c; line-height: 22px; text-transform: uppercase; }

.ab-biz .con2 { width: 100%; margin-top: 40px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap-reverse; }
.ab-biz .con2 .sl-process { position: relative; width: 100%; overflow: hidden; }
.ab-biz .con2 .sl-process > ul > li > div{ opacity: 0; margin-top: 40px; transition: all .5s ease-out; text-align: center; }
.ab-biz .con2 .sl-process > ul > li.swiper-slide-active > div{ opacity: 1; margin-top: 0; }
.ab-biz .con2 .sl-process > ul > li > div > h5{ font-size: 14px; color: #22252c; font-weight: 400; opacity: .6; text-transform: uppercase; }
.ab-biz .con2 .sl-process > ul > li > div > h4{ font-size: 24px; color: #22252c; font-weight: 800; text-transform: uppercase; margin-top: 3px; }
.ab-biz .con2 .sl-process > ul > li > div > p{ font-size: 14px; color: #686d78; line-height: 22px; text-transform: uppercase; margin-top: 10px; word-break: keep-all; }
.ab-biz .con2 .sl-process .img-stg1{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg1.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg2{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg2.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg3{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg3.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg4{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg4.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg5{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg5.png) no-repeat; background-size: contain; }
.ab-biz .con2 .sl-process .img-stg6{ display: block; margin: 15px auto 0; width: 100%; height: 250px; background: url(/img/img_abstg6.png) no-repeat; background-size: contain; }

/*? pager */
.ab-biz .con2 .sl-tabs { width: 100%; padding-left: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom: 60px; }
.ab-biz .con2 .sl-tabs > div{ /*width: 100px;*/ width: 33%; margin-right: 0; margin-bottom: 40px; background: none; opacity: 1; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3n){ margin-right: 0; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(n+4){ margin-bottom: 40px; margin-top: 30px; }
.ab-biz .con2 .sl-tabs > div > p{ margin-top: 0; font-size: 15px; color: #9ca4b7; font-weight: 800; text-align: center; line-height: 15px; text-transform: uppercase; transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div > p > em{ font-size: 13px; color: #8e97ac; font-weight: 400; font-style: normal; }
.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > p{ color: #3453a2; }
.ab-biz .con2 .sl-tabs > div > span{ transition: all .2s ease-out; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(1) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg1.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(2) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg2.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(3) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg3.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(4) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg4.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(5) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg5.png) no-repeat center center; background-size: 60% 60%; }
.ab-biz .con2 .sl-tabs > div:nth-of-type(6) > span{ display: block; width: 44px; height: 43px; margin: 0 auto; background: url(/img/ico_abstg6.png) no-repeat center center; background-size: 60% 60%; }

.ab-biz .con2 .sl-tabs > div.swiper-pagination-bullet-active > span{ animation: wibing 2s infinite; }

/** ab-crew */
.ab-crew { padding-top: 30px; }
.ab-crew .ab-conbox > ul{ width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 50px; }
.ab-crew .ab-conbox > ul > li{ width: 100%; margin-right: 0; margin-bottom: 30px; }
.ab-crew .ab-conbox > ul > li:last-of-type{ margin-right: 0; margin-bottom: 0; }
.ab-crew .ab-conbox > ul > li > div{ display: flex; justify-content: flex-start; align-items: center; }
.ab-crew .ab-conbox > ul > li > div > span{ display: block; width: 40px; height: 30px; }
.ab-crew .ab-conbox > ul > li > div > span.ico1{ background: url(/img/img_abcrew1.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico2{ background: url(/img/img_abcrew2.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > span.ico3{ background: url(/img/img_abcrew3.png) no-repeat center left; }
.ab-crew .ab-conbox > ul > li > div > h3{ font-size: 22px; color: #22252c; font-weight: 800; }
.ab-crew .ab-conbox > ul > li > p{ padding-left: 40px; margin-top: 10px; font-size: 14px; color: #686d78; line-height: 22px; }


/** ab-awards */
.ab-awards { padding-top: 80px; }
.ab-awards .inner .ltBox{ position: relative; max-width: 100%; width: 100%; margin-top: 40px; }


/** ab-customer */
.ab-customer { padding: 80px 0; }
.ab-customer .ab-tit-box { position: relative; }
.ab-customer .sl-logos { width: 100%; overflow: hidden; margin-top: 30px; }
.ab-customer .sl-logos > ul{ display: flex; justify-content: flex-start; align-items: center; }
.ab-customer .sl-logos > ul > li{ width: 180px; height: 100px; margin-right: 15px; }
.ab-customer .sl-logos > ul > li > span.ab-logo1{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo1.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo2{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo2.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo3{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo3.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo4{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo4.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo5{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo5.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo6{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo6.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo7{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo7.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo8{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo8.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo9{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo9.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo10{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo10.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo11{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo11.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo12{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo12.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo13{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo13.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo14{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo14.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo15{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo15.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo16{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo16.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo17{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo17.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo18{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo18.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo19{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo19.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo20{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo20.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo21{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo21.png) no-repeat; }
.ab-customer .sl-logos > ul > li > span.ab-logo22{ display: block; width: 180px; height: 100px; background: url(/img/img_ablogo22.png) no-repeat; }

.ab-customer .control{ position: absolute; right: 0; top: 5px; width: 80px; display: flex; align-items: center; justify-content: space-between; }
.ab-customer .control > div{ font-size: 30px; font-weight: 300; color: #b6bcc1; line-height: 30px; cursor: pointer; outline: none; transition: all 0.2s ease-in-out; }
.ab-customer .control > div:hover{ color: #22252c; }


/** ab-contact */
.ab-contact { padding: 80px 0; background-color: #eff1f3; }
.ab-contact .ab-tit-box > span{ display: flex; justify-content: flex-start; align-items: center; }
.ab-contact .ab-tit-box > span > a{ display: flex; justify-content: center; align-items: center; font-family: 'pretendard'; letter-spacing: 0px; padding: 15px 20px; background-color: #22252c; font-size: 16px; color: #fff; margin-left: 25px; }
.ab-contact .ab-tit-box > span > a > span{ display: block; width: 20px; height: 20px; background: url(/img/img_abcontact1.png) no-repeat; margin-right: 15px; }

.ab-contact .ab-conbox .infoBox{ width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-top: 50px; }
.ab-contact .ab-conbox .infoBox .mapBox{ width: 100%; height: 280px; overflow: hidden; }
.ab-contact .ab-conbox .infoBox .mapBox > div{ width: 100% !important; height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_map{ height: 100% !important; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_controllers{ display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .map_border { display: none; }
.ab-contact .ab-conbox .infoBox .mapBox .wrap_btn_zoom { display: none; }
.ab-contact .ab-conbox .infoBox ul{ width: 100%; padding-left: 0; margin-top: 25px; }
.ab-contact .ab-conbox .infoBox ul li{ margin-bottom: 15px; }
.ab-contact .ab-conbox .infoBox ul li:last-of-type{ margin-bottom: 0; }
.ab-contact .ab-conbox .infoBox ul li h3{ font-size: 15px; font-weight: 600; color: #22252c; margin-bottom: 5px; }
.ab-contact .ab-conbox .infoBox ul li p{ font-size: 15px; font-weight: 500; color: #686d78; letter-spacing: -0.5px; line-height: 26px; word-break: keep-all; }
.ab-contact .ab-conbox .infoBox ul li p em{ font-size: 13px; font-weight: 400; font-style: normal; display: inline-block; }




    /*!   POST / CUSTOMER  */
    #post .adm_bo_link{ display: none; }
    #post .inner{ padding: 60px 0 80px; }
    #post .tit{ margin-bottom: 50px; }
    #post .cardBox .col01{ display: none; }
    #post .cardBox .col02{ width: 100%; }
    #post .cardBox .col03{ width: 100%; margin-top: 40px; }
    #post .cardBox .ltBox{ margin-top: 40px; transition-delay: 0.2s; }
    #customer .txtBox h2{ font-size: 35px; line-height: 40px; margin-bottom: 15px; }
    #customer .txtBox p{ font-size: 14px; line-height: 25px; }
    #customer .txtBox p br{ display: none; }


    /*!   RDLAB   */
    #intro .inner{ height: 635px; }
    #intro .txtBox{ top: 47%; }
    #intro .txtBox h2{ font-size: 45px; letter-spacing: 0px; line-height: 55px; overflow: auto; margin-bottom: 10px; }
    #intro .txtBox strong{ font-size: 24px; line-height: 30px; letter-spacing: 3px; margin-bottom: 25px; }
    #intro .txtBox p{ font-size: 15px; line-height: 25px; }
    #intro .videoBox{ display: none; }
    #intro .obj01{ width: 120px; height: 120px; }
    #intro .obj02{ top: -15%; width: 250px; height: 270px; animation-duration: 100s; }
    #intro.on .scroll{ bottom: -60px; }
    .sub43 ul > li{ width: 100%; }
    .sub43 ul > li:nth-of-type(n+2){ margin-top: 60px; }
    .sub43 .infoBox h3{ margin-bottom: 5px; }
    .sub44::before, .sub44::after{ height: 30px; }
    .sub44 .videoBox{ background: #17181e; }
    .sub44 .videoBox video{ display: none; }
    .sub45 .ltBox{ transform: translate(0,50px); }
    .sub47 .stit h2 br{ display: none; }
    .sub47 .stit p{ font-size: 14px; letter-spacing: -0.5px; line-height: 22px; margin-top: 10px; }
    .sub47 ul li{ width: 100%; height: auto; padding: 35px 20px; margin-right: 0; }
    .sub47 ul li:nth-of-type(n+2){ margin-top: 20px; }
    .sub47 ul li:nth-of-type(n+7){ margin-right: 0; }
    .sub47 ul li:nth-of-type(even){ height: auto; }
    .sub47 ul li h3{ font-size: 20px; line-height: 30px; margin-bottom: 7px; }
    .sub47 ul li p{ font-size: 14px; line-height: 22px; }
    .sub48 .btnBox{ display: none; }
    .sub48 .infoBox{ flex-wrap: wrap; }
    .sub48 .infoBox .mapBox{ width: 100%; border-bottom: 1px solid #dad8d1; transform: translate(0,50px); }
    .sub48 .infoBox ul{ width: 100%; padding-left: 0; margin-top: 30px; transform: translate(0,50px); }
    .sub48 .infoBox ul li{ margin-bottom: 10px; }
    /* ? move */
    .sub45 .ltBox.moveload,
    .sub48 .infoBox .mapBox.moveload,
    .sub48 .infoBox ul.moveload{ transform: translate(0,0); }

    #intro.sub41::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(/img/mbg_rdlab.png) no-repeat center center; background-size: cover; content: ''; display: block; transform: scale(1.07); animation: bgScale 10s ease-out 1 forwards; }
    #intro.sub31::after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(/img/mbg_service.png) no-repeat center center; background-size: cover; content: ''; display: block; transform: scale(1.07); animation: bgScale 10s ease-out 1 forwards; }
    #intro.sub31 .txtBox h2 em{ padding: 0 5px; }
    #intro.sub31 .txtBox h2 .ls{ margin-right: -5px; }
    #intro.sub31 .obj02{ top: -15%; left: -10%; }
    

    /*!   CONTACT  */
    #contact .txtBox{ margin-bottom: 40px; }
    #contact .txtBox img{ width: 40px; }
    #contact .txtBox h2{ font-size: 26px; line-height: 40px; margin-bottom: 20px; }
    #contact .txtBox p{ display: none; }
    #contact .txtBox ul{ transition-delay: 0.3s; }
    #contact .txtBox ul li{ font-size: 15px; line-height: 27px; }
    #contact .txtBox ul li span{ width: 55px; }
    #contact .qaBox{ transition-delay: 0.4s; }
    .qaBox .frmBox > ul li.wid02{ width: 100%; }
    .qaBox .frmBox > ul li .frm_label em{ display: block; margin: 5px 0 0 0; }
    .qaBox .frmBox > ul li .frm_input{ font-size: 16px; color: #fff; padding: 0 15px; }
    .qaBox .frmBox > ul li textarea{ font-size: 16px; color: #fff; padding: 15px; }
    .qaBox .frmBox > ul li .frm_input::placeholder,
    .qaBox .frmBox > ul li textarea::placeholder{ font-size: 14px; }
    .qaBox .frmBox > ul li .radioBox > input[type="radio"] + label{ height: 40px; font-size: 10px; line-height: 40px; }

    .qaBox .frmBox > ul li .radioBox.budget > input[type="radio"] + label{ width: 19.5%; height: 40px; font-size: 10px; line-height: 40px; }

    .qaBox .frmBox > ul li .radioBox > input[type="radio"] + label b{ font-size: 7px; }
    .qaBox .frmBox > ul li .fileBox{ padding: 0 15px; }
    .qaBox .frmBox > ul li .fileBox label img{ width: 13px; }
    .qaBox .frmBox > ul li .fileBox .upload-name { width: calc(100% - 25px); }
    .qaBox .btnBox > *{ height: 60px; font-size: 17px; line-height: 60px; }


    /*!  게시판  */
    .sub_board .inner{ padding: 70px 0 100px; }
    .sub_board .inner h2{ font-size: 40px; line-height: 50px; margin-bottom: 15px; }


    /*!  문의완료  */
    #sub_result .inner{ padding: 80px 0; }
    #sub_result .txtBox img{ width: 40px; }
    #sub_result .txtBox h2{ font-size: 26px; line-height: 36px; }
    #sub_result .txtBox p{ font-size: 13px; line-height: 26px; }
    #sub_result .txtBox a{ width: 200px; }
    #sub_result .txtBox a span{ font-size: 16px; line-height: 50px; }


    /*!  FOOTER  */
    #ft .inner{ padding: 40px 0 80px; }
    #ft .inner > div ul li{ margin-right: 20px; }
    #ft .inner > div ul li:last-of-type{ max-width: 270px; }
    #ft .inner > div ol li{ margin-right: 15px; }
    #ft .inner > div ol li strong{ font-size: 13px; }
    #ft .inner > div p{ font-size: 11px; }
    #ft .inner .f_info{ margin-bottom: 20px; }

}


























/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc { display: none; }
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap{ width: 100%; text-align: center; margin-top: 50px; } 
.pg_wrap .pg{ display: block; font-family:'Outfit'; }
.pg_page, .pg_current{ display:inline-block; width: 30px; height: 30px; font-size: 18px; font-weight: 700; color: #b6bcc1; line-height: 30px; vertical-align:middle; margin: 0 2px; transition: all 0.2s ease-in-out; }
.pg_page:hover{ color: #22252c; }
.pg_start{ text-indent:-9999px; overflow:hidden; background:url('../img/btn_start.png') no-repeat center center; padding:0; }
.pg_prev{ text-indent:-9999px; overflow:hidden; background:url('../img/btn_prev.png') no-repeat center center; padding:0; }
.pg_end{ text-indent:-9999px; overflow:hidden; background:url('../img/btn_end.png') no-repeat center center; padding:0; }
.pg_next{ text-indent:-9999px; overflow:hidden; background:url('../img/btn_next.png') no-repeat center center; padding:0; }
.pg_start:hover{ background:url('../img/btn_start_on.png') no-repeat center center; }
.pg_prev:hover{ background:url('../img/btn_prev_on.png') no-repeat center center; }
.pg_end:hover{ background:url('../img/btn_end_on.png') no-repeat center center; }
.pg_next:hover{ background:url('../img/btn_next_on.png') no-repeat center center; }
.pg_current{ color: #22252c; }


/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

