@charset "UTF-8";
/*인트로*/
#intro { background: white; background: linear-gradient(180deg, white 20%, #111621 100%); }

#intro .tb { height: 100vh; text-align: center; padding: 0 40px; box-sizing: border-box; }

#intro .tb .img { max-width: 450px; display: inline-block; }

#intro .tbc h1 { font-size: 3em; font-family: 'LAB디지털'; /*  background: -webkit-linear-gradient($color-wh, #171036);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;*/ color: #FFF; }

#intro .btm { display: inline-block; overflow: hidden; margin-top: 30px; padding: 20px; box-sizing: border-box; position: relative; }

#intro .btm span { position: absolute; display: block; }

#intro .btm span:nth-child(1) { top: 0; left: -100%; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #FFF); animation: btn-anim1 1s linear infinite; }

#intro .btm span:nth-child(2) { top: -100%; right: 0; width: 2px; height: 100%; background: linear-gradient(180deg, transparent, #FFF); animation: btn-anim2 1s linear infinite; animation-delay: 0.25s; }

#intro .btm span:nth-child(3) { bottom: 0; right: -100%; width: 100%; height: 2px; background: linear-gradient(270deg, transparent, #FFF); animation: btn-anim3 1s linear infinite; animation-delay: 0.5s; }

#intro .btm span:nth-child(4) { bottom: -100%; left: 0; width: 2px; height: 100%; background: linear-gradient(360deg, transparent, #FFF); animation: btn-anim4 1s linear infinite; animation-delay: 0.75s; }

@keyframes btn-anim1 { 0% { left: -100%; }
  50%, 100% { left: 100%; } }

@keyframes btn-anim2 { 0% { top: -100%; }
  50%, 100% { top: 100%; } }

@keyframes btn-anim3 { 0% { right: -100%; }
  50%, 100% { right: 100%; } }

@keyframes btn-anim4 { 0% { bottom: -100%; }
  50%, 100% { bottom: 100%; } }

.b_tit { font-family: 'ROKAFSansMedium'; position: relative; }

.b_tit b { font-size: 36px; font-weight: 700; line-height: 1.1; position: relative; text-transform: uppercase; color: #f4a261; }

.b_tit b::before { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; opacity: 0.8; content: ''; background: #f4a261; }

.s_tit { margin-top: 30px; }

.s_tit b { font-size: 18px; font-weight: 700; }

.s_tit b em { color: #f4a261; font-size: 20px; font-weight: 500; }

.popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); z-index: 1000; display: none; }

.popup .pop_size { width: 100%; height: 100vh; display: table; }

.popup .pop_size .pop_wrap { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

.popup .pop_size .pop_wrap .pop { max-width: 540px; padding: 20px; box-sizing: border-box; width: 100%; margin: 0 auto; }

.popup .pop_size .pop_wrap .pop .wrap { background: #FFF; position: relative; padding: 40px; border-radius: 20px; }

.popup .pop_size .pop_wrap .pop .wrap .pop_close { font-family: 'SDSamliphopangche_Outline'; font-size: 24px; font-weight: 700; color: #111621; position: absolute; right: 20px; top: 10px; }

.popup .pop_size .pop_wrap .pop .p_wrap { color: #111621; }

.popup .pop_size .pop_wrap .pop .p_wrap b { font-size: 26px; text-transform: capitalize; color: #f4a261; font-weight: 700; text-align: center; display: block; }

.popup .pop_size .pop_wrap .pop .p_wrap p { font-size: 18px; font-weight: 400; }

/*메인*/
#main { position: relative; }

#main .visual { position: relative; }

#main .visual .down { position: absolute; bottom: 2px; left: 50%; max-width: 80px; margin-left: -40px; animation-duration: 2s; width: 100%; z-index:1000}

#main .visual .down img { max-width: 28px; }

#main .visual .down a { display: block; color: #FFF; text-align: center; text-transform: uppercase; font-size: 18px; letter-spacing: -0.06em; font-family: 'SDSamliphopangche_Outline','NanumSquare','Noto Sans KR', sans-serif; text-align: center; }

#main .visual .down a span { display: block; }

#main .visual .main_text { height: 100vh; font-family: 'Nabla'; text-align: center; }

#main .visual .main_text h1 { font-size: 80px; }

#main .visual .main_text h1 span { base-palette: 4; font-variation-settings: "EDPT" 80; }

#main .visual #main_visual { height: 100vh; background-image: url("https://user-images.githubusercontent.com/26748614/96337246-f14d4580-1085-11eb-8793-a86d929e034d.jpg"); background-size: cover; backdrop-filter: brightness(50%); background: #000; }

#main .visual #main_visual canvas { display: block; }

#main .visual #main_visual canvas:focus-visible { outline: none; }

#main .about { padding: 140px 0 120px; }

#main .about .p_wrap { color: #FFF; float: left; width: 780px; }

#main .about .p_wrap p { margin-top: 20px; font-size: 18px; font-weight: 200; max-width: 90%; }

#main .about .p_wrap h1 { display: block; font-size: 38px; font-weight: 100; margin-top: 50px; }

#main .about .p_wrap p.bld { font-size: 22px; font-weight: 500; margin-top: 20px; }

#main .about .p_wrap p.bld em { font-weight: 900; font-style: normal; }

#main .about .right_box { float: left; width: calc(100% - 780px); }

#main .about .li_list { display: block; }

#main .about .li_list ul { position: relative; width: 102%; margin-left: -2%; padding: 15px 0; }

#main .about .li_list ul::after { clear: both; display: block; content: ''; }

#main .about .li_list ul:before { width: 98%; height: 1px; top: 0; left: 2%; content: ''; position: absolute; background: rgba(255, 255, 255, 0.4); }

#main .about .li_list ul:first-child { padding-top: 0; }

#main .about .li_list ul:first-child::before { display: none; }

#main .about .li_list ul li { margin-top: 8px; float: left; box-sizing: border-box; width: 48%; margin-left: 2%; padding: 10px 15px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 15px; text-align: center; display: table; height: 100px; }

#main .about .li_list ul li b { display: block; font-size: 14px; font-weight: 700; color: #274653; color: #f4a261; }

#main .about .li_list ul li div { font-size: 0; }

#main .about .li_list ul li p { font-size: 16px; display: inline-block; vertical-align: middle; }

#main .about .li_list ul li span { font-size: 13px; display: block; opacity: 0.7; }

#main .about .li_list.career_list ul li { height: 80px; }

#main .about .li_list.career_list ul li span { font-size: 16px; display: inline-block; vertical-align: middle; padding-left: 15px; box-sizing: border-box; position: relative; }

#main .about .li_list.career_list ul li span::before { width: 7px; height: 1px; left: 4px; bottom: 4px; background-color: #FFF; content: ''; position: absolute; }

#main .skills { padding: 100px 0 80px; position: relative; }

#main .skills::before { width: calc(100% - 80px); height: 2px; left: 40px; content: ''; position: absolute; background: rgba(244, 162, 97, 0.5); top: 0; }

#main .skills .sp_wrap { margin-top: 40px; }

#main .skills .sp_wrap ul { font-size: 0; margin-top: -10px; margin-left: -15px; }

#main .skills .sp_wrap ul li { display: inline-block; vertical-align: middle; margin-left: 15px; margin-top: 10px; text-transform: capitalize; transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; border: 1px solid #f4a261; color: #f4a261; padding: 0 15px; box-sizing: border-box; border-radius: 12px; }

#main .skills .sp_wrap ul li p { line-height: 38px; display: inline-block; vertical-align: middle; font-size: 18px; letter-spacing: -0.05em; }

#main .skills .sp_wrap ul li span { display: inline-block; vertical-align: middle; font-size: 12px; font-weight: 400; color: #FFF; text-align: center; border-radius: 9.5px; width: 18px; height: 18px; line-height: 18px; background: #f4a261; margin-left: 5px; color: #111621; }

#main .skills .sp_wrap ul li a:hover { background: #111621; box-shadow: 4px 5px 8px 0px rgba(17, 22, 33, 0.3); color: #FFF; }

#main .contact { position: relative; padding: 120px 0; }

#main .contact::before { width: calc(100% - 80px); height: 2px; left: 40px; content: ''; position: absolute; background: rgba(244, 162, 97, 0.5); top: 0; }

#main .contact .mtd { font-size: 0; }

#main .contact .sns_wrap { display: inline-block; vertical-align: middle; text-align: left; width: 60%; }

#main .contact .sns_wrap ul { margin-top: -10px; padding-top: 30px; font-size: 0; }

#main .contact .sns_wrap ul li { margin-top: 10px; font-size: 0; }

#main .contact .sns_wrap ul li span { width: 140px; display: inline-block; vertical-align: middle; font-size: 18px; font-weight: 600; }

#main .contact .sns_wrap ul li a { width: auto; display: inline-block; vertical-align: middle; font-size: 16px; font-weight: 500; position: relative; color: #f4a261; }

#main .contact .sns_wrap ul li a::after { background: #f4a261; left: 0; bottom: 2px; height: 1px; width: 100%; content: ''; position: absolute; }

#main .contact .sns_wrap ul li a::before { border: 2px solid #FFF; border-radius: 2px; border-right: 0; border-top: 0; content: ' '; display: block; height: 6px; margin-top: -6px; pointer-events: none; position: absolute; top: 50%; margin-top: -5px; transform: rotate(-135deg); transform-origin: center; width: 6px; left: 0; z-index: 4; display: none; }

#main .contact .sns_wrap p { font-size: 20px; font-weight: 300; line-height: 1.4; letter-spacing: -0.05em; }

#main .contact .img_wrap { display: inline-block; vertical-align: middle; text-align: center; box-sizing: border-box; width: 40%; }

#main .project { padding: 120px 0 160px; position: relative; background-image: url("../img/tiger_bg.png"); background-repeat: no-repeat; background-size: auto; background-position: left bottom; }

#main .project::before { width: calc(100% - 80px); height: 2px; left: 40px; content: ''; position: absolute; background: rgba(244, 162, 97, 0.5); top: 0; }

#main .project .b_tit { position: relative; }

.b_tit a { position: absolute; font-size: 20px; color: #FFF; line-height: 22px; bottom: 0; display: block; border-bottom: 1px solid #FFF; right: 0; bottom: -4px; text-transform: capitalize; }

#project_list { padding-top: 120px; }

.project .pj_list { margin-top: 60px; }

.project .pj_list ul { width: 102%; margin-left: -2%; margin-top: -20px; font-size: 0; }

.project .pj_list ul li { box-sizing: border-box; border: 1px solid rgba(255, 255, 255, 0.4); color: #FFF; border-radius: 15px; width: 31.333%; margin-left: 2%; margin-top: 20px; background: rgba(17, 22, 33, 0.5); display: inline-block; vertical-align: top; }

.project .pj_list ul li > div { display: table; height: 172px; width: 100%; }

.project .pj_list ul li > div > div { padding: 0 25px; box-sizing: border-box; display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

.project .pj_list ul li b { font-size: 18px; display: block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.project .pj_list ul li p { font-size: 15px; display: -webkit-box; display: -ms-flexbox; font-weight: 300; line-height: 20px; color: #9c9c9c; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; max-height: 40px; height: 40px; vertical-align: top; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.project .pj_list ul li > div > div div { margin-left: -10px; margin-top: 14px; font-size: 0; }

.project .pj_list ul li > div > div div a { display: inline-block; vertical-align: middle; margin-left: 10px; padding: 0 10px; box-sizing: border-box; font-size: 14px; border-radius: 15px; line-height: 30px; border: 1px solid rgba(244, 162, 97, 0.5); font-weight: 400; color: rgba(244, 162, 97, 0.8); }

#project_view { padding-top: 120px; }

#project_view .list_btn { position: fixed; left: calc(100% - 84px); top: 50%; margin-top: -22px; }

#project_view .list_btn a { font-size: 24px; display: block; position: relative; padding: 10px 15px 10px 25px; line-height: 1; }

#project_view .list_btn a::before { border: 3px solid #FFF; border-radius: 2px; border-right: 0; border-top: 0; content: ' '; display: block; height: 6px; margin-top: -6px; pointer-events: none; position: absolute; top: 50%; margin-top: -6px; transform: rotate(45deg); transform-origin: center; width: 6px; left: 10px; z-index: 4; }

.project_view .info_wrap { color: #FFF; }

.project_view .info_wrap > div { position: relative; padding: 25px 0 40px; margin-top: 20px; }

.project_view .info_wrap > div::before { width: 60px; height: 2px; background: #FFF; position: absolute; left: 0; top: 0; content: ''; }

.project_view .info_wrap h1 { font-size: 34px; font-weight: 700; }

.project_view .info_wrap div { margin-top: 15px; max-width: 1024px; }

.project_view .info_wrap p { font-size: 18px; line-height: 24px; font-weight: 400; margin-top: 5px; }

.project_view .info_wrap p:first-child { margin-top: 0; }

.project_view .info_wrap span { font-size: 16px; font-weight: 400; display: block; position: relative; padding-left: 8px; box-sizing: border-box; }

.project_view .info_wrap span::before { width: 2px; height: 2px; content: ''; background: #FFF; left: 0; top: 50%; margin-top: -1px; position: absolute; }

.project_view .info_wrap a { display: block; max-width: 140px; font-size: 16px; color: #f4a261; padding-left: 20px; box-sizing: border-box; border: 1px solid #f4a261; font-style: italic; line-height: 40px; position: relative; border-radius: 20px; }

.project_view .info_wrap a::before { border: 2px solid #f4a261; border-radius: 2px; border-right: 0; border-top: 0; content: ' '; display: block; height: 6px; margin-top: -6px; pointer-events: none; position: absolute; top: 50%; margin-top: -5px; transform: rotate(-135deg); transform-origin: center; width: 6px; right: 15px; z-index: 4; }

.project_view .img_wrap { margin-top: 60px; }

.project_view .img_wrap.moOnly .mo_img { width: 100%; margin-left: 0; float: none; text-align: center; }

.project_view .img_wrap.moOnly .pc_img { display: none; }

.project_view .img_wrap.pcOnly .pc_img { width: 100%; float: none; text-align: center; }

.project_view .img_wrap.pcOnly .mo_img { display: none; }

.project_view .img_wrap .pc_img2, .project_view .img_wrap .pc_img3 { display: none; }

.project_view .img_wrap.pcOnly .pc_img2, .project_view .img_wrap.pcOnly .pc_img3 { margin-top: 20px; display: block; }

.project_view .img_wrap span { display: none; font-size: 16px; font-weight: 300; padding-bottom: 15px; }

.project_view .img_wrap .pc_img { width: 860px; float: left; }

.project_view .img_wrap .mo_img { width: calc(100% - 900px); margin-left: 40px; float: left; }

#loading { display: block; position: fixed; text-align: center; top: 0; left: 0; width: 100%; height: 100%; background: #111621; z-index: 9999; }

.loading { position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

.loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8)); background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8)); }

.loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; animation: spinner 150ms infinite linear; -webkit-animation: spinner 150ms infinite linear; -o-animation: spinner 150ms infinite linear; -ms-animation: spinner 150ms infinite linear; -moz-animation: spinner 150ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; }

/* Transparent Overlay */
/* :not(:required) hides these rules from IE9 and below */
/* Animation */
@-webkit-keyframes spinner { 0% { transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% { itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg); } }

@-moz-keyframes spinner { 0% { transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% { itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg); } }

@-o-keyframes spinner { 0% { transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% { itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg); } }

@keyframes spinner { 0% { transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% { itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg);
    itemtransform: rotate(360deg); } }

.skiils_hd { position: absolute; left: -9999px; font-size: 0; }

/*scroll 효과*/
.mv_scl { animation: vb 2s infinite; }

::-webkit-scrollbar { width: 5px; background: transparent; }

::-webkit-scrollbar-thumb { width: 5px; background: rgba(255, 255, 255, 0.75); border-radius: 3px; }

::-webkit-scrollbar-track { width: 5px; background: transparent; }

@keyframes vb { 0% { bottom: 10px; }
  50% { bottom: 24px; }
  100% { bottom: 10px; } }
