@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url( "NotoSansKR.css" );
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
*/
@import url('./SUIT.css');

body { font-family: 'SUIT', sans-serif; font-weight:300; line-height: 25px; background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc, .ko { font-family: 'SUIT', sans-serif; font-weight:300; line-height: 25px; font-size: 16px; color: #333; letter-spacing:0em; background:#262626; } /*선택자명 변경 있었음 body.is-pc .ko, .ko였으나, is-pc가 부모가 아니라 body.is-pc .ko에서 .ko 삭제함. 그랬더니 overflow: hidden;이 있으면 스크롤 안되서 삭제함*/
a { color: #666; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #ee3523; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en { font-family: "SUIT", sans-serif; }
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {  }
.ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
input, textarea, select, button {
    font-family: 'SUIT','맑은고딕',sans-serif;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    background: none;
    outline: none;
	/*
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;*/
    border-radius: 0;
}

button {
    border: 0;
}
div, iframe, h1, h2, h3, h4, h5, h6, p, button, abbr, address, blockquote, q, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
}

p > span { display:block; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.at-body { /* min-height:800px; */  background: #f8f8f8; padding:120px 0; width:unset !important; height:unset !important; } /*width와 height는 조상 박스 너비 초기화 시키기위해 추가한것 230207 bjm*/ /*메인비주얼 슬라이더 100%로 하기위해 제거 margin: 0px 60px 0 60px;*/
.at-body.greetings { padding-top:0px;  } /*프로젝트 문의하기 페이지 타이틀 스타일 추가 (at-body 그대로 사용시 불필요한 상단 여백 있음. 230208 bjm*/
.at-body .at-container { padding:0px 0px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.dark_bg { background:#efaf8f; }


@media all and (max-width:1500px) {
    .at-body .at-container, .at-container { padding:0px 20px; overflow:hidden; } /*padding:0px 60px; 으로 했다가 원복 (조상박스 스타일로 필요없어서 삭제하는것으로 보임*/ /*230203 bjm*/
}


@media all and (max-width:1199px) {
	.is-pc .at-body { margin: 0; } /*230207 bjm 리셋위해 추가, 타블렛 사이즈용*/
}

@media all and (max-width:991px) {
	.at-body { padding:90px 0;  margin: 0; }

	.at-body .at-container, .at-container { padding: 0px 20px; overflow: hidden; }
}
@media all and (max-width:768px) {
	.at-body { padding:70px 0; }
	.at-body .at-container, .at-container { padding:0px 15px; }
	.at-body.greetings { padding-top:24px;  } /*모바일 사이즈에서 타이틀이 위로 안파고들도록 추가 230208 bjm*/
}
@media all and (max-width:480px) {
	.at-body { padding:50px 0; }
	.at-body .at-container, .at-container { padding:0px 10px; }
/*
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }
*/
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header { position: fixed;  top: 0; left: 0; width: 100%; height: 60px; line-height: 60px; padding: 0 60px; background: rgba(255,255,255,0.95); z-index: 10; overflow:hidden; }
.pc-header .header-logo { float:left; display:inline-block; vertical-align:middle; padding:0px 0px; }
.pc-header .header-button { float:right; display:inline-block; }
.pc-header .allmenu { float:right; display:inline-block; }
.pc-header .header-ico { font-weight:500; color:#333; padding-right:30px; transition:all 0.4s; }
.pc-header .header-ico:hover { color:#ed3522; }
.pc-header .header-button .header-ico.project img { width:28px; } /*230209 bjm*/
.pc-header .header-button .header-ico.kakao img { width:30px; } /*230209 bjm*/
.pc-header .header-ico img { display:inline-block; margin-right:15px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; height: 60px; line-height: 60px;  padding: 0 20px; }
.m-header .header-logo { float:left; display:inline-block; vertical-align:middle; padding:0px 0px; height: 60px; line-height: 60px; }
.m-header .header-button { float:right; display:inline-block; }

.m-header .header-button .header-ico.project img { width:28px; } /*230209 bjm*/
.m-header .header-button .header-ico.kakao img { width:30px; } /*230209 bjm*/

@media all and (max-width:991px) {
	.responsive .m-header { display:block; position:fixed; background:rgba(255,255,255,0.95); z-index:5; width:100%; }
}
@media (max-width:480px){
	.m-header .header-logo a { display:block; width:195px; overflow:hidden; } /*width:166px;*/
	.m-header .header-logo a img { height: 27px; }

}


/********************************************************
■ 사이드바, 푸터바
********************************************************/
aside.sidebar-left  { position: fixed; left: 0; width:60px; background:#fff; z-index:12; display:none; }
aside.sidebar-right { position: fixed; right: 0; width:60px; background:#fff; z-index:12; display:none; }
aside.sidebar-left, aside.sidebar-right { text-align:center; height:100vh;  }
aside.sidebar-left a, aside.sidebar-right a { display:table; width: 100%; padding:0 17px; line-height: 18px; margin: 0 auto; color:#333; font-weight:800; word-break: break-all; outline: none; height:calc(100% / 3); min-height:170px; transition:all .3s; border-bottom: 1px solid #ddd;}
aside.sidebar-left a:last-of-type, aside.sidebar-right a:last-of-type { border-bottom:none;}

aside.sidebar-left a span, aside.sidebar-right a span { display:table-cell; vertical-align:middle; }
aside.sidebar-left img, aside.sidebar-right img { margin:15px auto 0; }
aside .slidebar-box { padding:90px 0; height:100%; }

aside.sidebar-left a:hover, aside.sidebar-right a:hover { color:#fff; }
aside.sidebar-left a:first-of-type:hover { background:#9d4bd4;}
aside.sidebar-left a:nth-of-type(2):hover { background:#23b6b0;}
aside.sidebar-left a:last-of-type:hover { background:#15b53f;}
aside.sidebar-right a:first-of-type:hover { background:#ee3523;}
aside.sidebar-right a:nth-of-type(2):hover { background:#eeba4c;}
aside.sidebar-right a:last-of-type:hover { background:#e2493b;}


aside a span b.dot_plus { display:block; }
aside a span b.dot_plus { transform-origin: center bottom;}

aside.sidebar-left a:first-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite; }
aside.sidebar-left a:first-of-type:hover span b.dot_plus { animation:none; }
aside.sidebar-left a:nth-of-type(2) span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 2s; }
aside.sidebar-left a:nth-of-type(2):hover span b.dot_plus { animation:none; }
aside.sidebar-left a:last-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 4s; }
aside.sidebar-left a:last-of-type:hover span b.dot_plus { animation:none; }

aside.sidebar-right a:first-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 1s; }
aside.sidebar-right a:first-of-type:hover span b.dot_plus { animation:none; }
aside.sidebar-right a:nth-of-type(2) span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 3s; }
aside.sidebar-right a:nth-of-type(2):hover span b.dot_plus { animation:none; }
aside.sidebar-right a:last-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 5s; }
aside.sidebar-right a:last-of-type:hover span b.dot_plus { animation:none; }


@keyframes dot_ani {
  from, 6.6%, 17.6%, 26.6%, 33%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  13.3%, 14.3% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -10px, 0);
  }

  23.3% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -7px, 0);
  }

  30% {
    transform: translate3d(0,-4px,0);
  }
}


/*고정형 흰배경 푸터 (미사용 230302)*/
/*
.pc-footer { position: fixed; bottom: 0px; left: 0; width:100%; height:60px; background:#fff; z-index:10; font-size:13px; line-height:60px; letter-spacing:0em; color:#717171; font-weight:500; overflow:hidden; }
.pc-footer > p { color:#717171; font-size:13px; }
.pc-footer > p:nth-of-type(1) { float:left; padding: 0px 60px; } 
.pc-footer > p:nth-of-type(2) { float:right; padding: 0px 60px; } 
.pc-footer > p > span { display:inline; padding-right:15px; }

@media all and (max-width:1199px) {
	aside.sidebar-left, aside.sidebar-right, .pc-footer { display:none; }
}
*/


/********************************************************
■ PC All Menu : PC 전체메뉴
********************************************************/
.sideNavi { overflow:hidden;position:fixed;z-index:999999999;right:0;top:0;width:100%;height:100%;transform:translateX(100%);-webkit-transform:translateX(100%);transition:transform 0 cubic-bezier(.7,0,.3,1);-webkit-transition:transform 0 cubic-bezier(.7,0,.3,1);}
.sideNavi:before {content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;transform:scaleX(100%);-webkit-transform:scaleX(100%);background:rgba(255,255,255,0.95);
		transition:.2s;-webkit-transform-origin:left center;transform-origin:left center;
	}
.sideNavi.open:before {transform:scaleX(1);width:100%;}
.naviIn {padding:70px 15px 35px;}
.sideNavi .btn_close {display:block;position:absolute;right:1%;top:1%;width:70px;height:60px;opacity:0;z-index:10;}
.sideNavi .btn_close:before,
.sideNavi .btn_close:after {content:'';display:block;position:absolute;left:50%;top:50%;width:20px;height:2px;margin-left:-10px;background:#666;}
.sideNavi .btn_close:before {transform:rotate(45deg);}
.sideNavi .btn_close:after {transform:rotate(-45deg);}
.sideNavi.open {overflow:visible;transform:translateX(0%);transition-duration:.4s;}
.sideNavi.open .btn_close {opacity:1; transform:rotate(180deg);transition:.6s .4s;}
.sideNavi .naviIn {position:relative;overflow:hidden;overflow-y:auto;height:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.sideNavi .inner {width: 1500px;
margin: 0 auto;
overflow:hidden;position:relative;padding:0 25px;}
.sideNavi .section {margin-top:40px;}
.sideNavi .section:first-child {margin-top:0;}
.sideNavi .snb {margin-top:0px;}
/*.sideNavi h2 a,*/
.sideNavi h2 ,
.sideNavi .snb a,
.sideNavi .navB .navBL li a {
		display:inline-block;position:relative;vertical-align:middle;color:#666;
		-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; font-weight: 400; letter-spacing: 0;
	}
.sideNavi .snb a:hover { color:#ee3523 }

.sideNavi h2 {font-family: 'SUIT', sans-serif;font-size:45px;line-height:110px;letter-spacing:0;color:#333;font-weight:900;}
.sideNavi .snb ul { padding: 0; margin: 0; }


.sideNavi .sideFooter { width:1500px; margin:0 auto; border-top:1px solid #ddd; overflow: hidden; }
.sideNavi .sideFooter > .pull-left { width:70%; }
.sideNavi .sideFooter > .pull-right { width:30%; padding-top: 93px; text-align:right; }
.sideNavi .sideFooter > .pull-left > h3 { padding: 50px 0 30px; font-size: 30px; letter-spacing: 0; color: #333; }
.sideNavi .sideFooter > .pull-left > ul { margin: 0; padding: 0; list-style: none; overflow:hidden; }
.sideNavi .sideFooter > .pull-left > ul > li { float:left; padding-right:80px; font-size:22px; color:#666; line-height: 40px; }
.sideNavi .sideFooter > .pull-left > ul > li > span { font-size:25px; color:#ee3523; margin-right:10px; font-weight:700; }
.sideNavi .sideFooter > .pull-right a { font-size:22px; padding:5px 20px; color:#fff; font-weight:500; border-radius: 5px; }
.sideNavi .sideFooter > .pull-right a:nth-of-type(1) { background:#ee3523; margin-right:10px; }
.sideNavi .sideFooter > .pull-right a:nth-of-type(2) { background:#ccc; }

.blind, .hide, legend {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}



@media all and (max-width: 1279px) {
	.sideNavi .snb li {overflow: hidden;position: relative;}
	.sideNavi .snb li .box {display: inline-block;}

	.sideNavi .sideFooter { margin-top:40px; }
	.sideNavi .sideFooter > .pull-left > ul > li { padding-right: 30px; }

	.sideNavi .section { float:left; width:50%; margin-top:0px; }

}
@media all and (max-width: 1199px) {
	.sideNavi .sideFooter > .pull-right a { font-size:18px; }
	.sideNavi .sideFooter > .pull-right { padding-top: 120px; }
}
@media all and (max-width:991px) {
	.sideNavi .sideFooter > .pull-left, .sideNavi .sideFooter > .pull-right { float:none; width:100%; }
	.sideNavi .sideFooter > .pull-right { padding-top: 40px; text-align: left; margin-bottom: 40px; }
	.sideNavi .section { float:none; width:100%; margin-top:40px; }
}

@media all and (min-width: 1280px) {
	.sideNavi {}
	.naviIn {padding:0;}
	.sideNavi .btn_close {right:1%;top:1%;width:74px;height:74px;}
	.sideNavi .inner {padding:0;height:calc(100% - 200px);min-height:680px;}
	.sideNavi .section {margin-top:0;float:left;width:25%;height:100%;min-height:100%;padding-top:140px;padding-left:5%;box-sizing:border-box;}
	.sideNavi .section h2 {font-weight: 800;font-size: 45px;line-height: 110px;min-height: 120px;letter-spacing: 0;}
	.sideNavi .snb {margin-top:0px;}
	.sideNavi .snb li {margin-top:4px;;font-size:16px;line-height:40px;}
	.sideNavi .snb li:first-child {margin-top:0;}
	.sideNavi .snb a {line-height:28px;}

	.sideNavi .snb li {overflow: hidden;position: relative;}
	.sideNavi .snb li .box {display: inline-block;}

	.sideNavi h2 {font-size:40px;line-height:60px;}
	.sideNavi .snb a {font-size:25px;line-height:55px;}
	.sideNavi li a {font-size:14px;line-height:30px;}
	.sideNavi h2 a:focus,
	.sideNavi h2 a:hover,
	.sideNavi .snb a:focus,
	.sideNavi .snb a:hover,
	.sideNavi ul > li > a:focus,
	.sideNavi ul > li > a:hover {color:#ee3523}

}
@media all and (max-width: 1500px) {
.sideNavi { width:100%; }
.sideNavi .inner, .sideNavi .sideFooter { width:90%; }

}


/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #111; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "SUIT", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; }
@media all and (max-width:991px) {
/*
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
*/
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	/*.responsive .m-menu { display:block; }*/
}


/********************************************************
■ Mobile Main Menu : 모바일 메인 메뉴
********************************************************/
#main ul.m_menu { display:none; }

@media (max-width:480px) {
#main ul.m_menu { display:none; overflow:hidden; padding-left:0; width:100%; z-index:2; opacity:0; } /*display:block;에서 사용하지않기위해 히든처리함*/
#main ul.m_menu.m_fixed { position:fixed; top:60px; box-shadow:0px 2px 3px #999; }
#main ul.m_menu li { list-style:none; width:20%; float:left; background:#ee3523;  border-right:1px solid rgba(255,255,255,1); padding:20px 0; }
#main ul.m_menu li:last-of-type { border-right:none;}
#main ul.m_menu li a { color:#fff; font-size:14px; line-height:18px; letter-spacing:-0.02em; font-weight:500; display:block; }
#main ul.m_menu li a span { display:block; }

}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터 (미사용 230302)
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer { position: absolute; left: 0; min-height:142px; width: 100%; background:#333; /*margin-bottom:60px;*/ padding: 0 60px; z-index: 11; } /*bottom:0; 반영 시 푸터상단 컨텐츠 잘려보임 230302 */
.at-footer .at-container { overflow: hidden; }
.at-footer .pull-left { width:60%; }
.at-footer .pull-right { width:40%; text-align: right; padding: 40px 0; }
.at-footer .pull-right p > span:nth-of-type(1) { font-size:18px; font-weight:500; line-height:25px; letter-spacing:-0.02em; color:#adadad; }
.at-footer .pull-right p > span > b { font-size:28px; line-height:25px; letter-spacing:0; color:#fff; padding-left: 10px; }
.at-footer .pull-right p > span:nth-of-type(2) { margin-top: 8px; color:#fff; font-size:16px; }
.at-footer .at-links { padding:25px 0 0 0; }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::before { float: right; font-size:12px; color:#fff; content: "|"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::before { content: ""; }
.at-footer .at-links ul > li:nth-of-type(1) { padding-left:0px; }
.at-footer .at-links ul > li > a { color: #fff; font-size:14px; line-height:25px; }
.at-footer .at-links ul li:last-child a { background: #ee3523 url('../images/main/ico_promotion.png')no-repeat right 13px center; padding: 3px 40px 3px 15px; border-radius: 5px; }
@media (max-width:1680px){
	.at-footer { padding: 0 100px; }
}
@media (max-width:1500px){
	.at-footer { padding: 0 60px; }
}
@media all and (max-width:991px) {
	.at-footer { padding: 0; }
}
@media all and (max-width:480px) {
.at-footer .at-links ul > li > a { font-size:12px; }
}
@media all and (max-width:360px) {
.at-footer .at-links ul > li > a { font-size:12px; }
}


/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos { padding: 0 25px 0 0; }
.at-footer .at-infos .media { padding:15px 0px 20px; overflow: initial; }
.at-footer .at-infos .ul { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#717171; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#717171; font-size:14px; line-height:22px; letter-spacing:-0.02em; }
.at-footer .at-about > li::before { float: right; font-size:12px; color:#717171; content: "|"; margin-right:-17px;}
.at-footer .at-about > li:last-child::before { content: ""; }
.at-footer .at-about > li:nth-of-type(1) { padding-left:0px; }
.at-footer .at-about > li > a { color:#717171; font-size:13px; line-height:20px; height:20px; letter-spacing:-0.02em; }


.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:before {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::before { float: right; font-size:12px; color:#717171; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::before { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

@media all and (max-width:1199px) {
	.at-footer .at-links ul > li { float: left; padding: 0px 10px; }
	.at-footer .at-links ul > li:first-of-type { padding-left:0; }
	.at-footer .at-links ul > li:last-of-type { padding-right:0; }
	.at-footer .at-links ul > li::before { margin-right:-12px;}
	.at-footer .at-about > li { padding: 0px 8px 0px 0px; }
	.at-footer .at-about > li:before { display:none; }
	
	.at-go .go-btn { bottom: 30px; right: 30px; }

}
@media all and (max-width:768px) {
	.at-footer .at-links ul { text-align:center; }
	/* .at-footer .at-links ul > li { float:none; display:inline-block; } */
	.at-footer { margin-bottom:0px; padding: 0 10px; }
	.at-footer .at-infos { padding: 0 0 0 0; }
	.at-footer .pull-left, .at-footer .pull-right { width:100%; }
	.at-footer .pull-right { text-align: left; padding: 10px 0px 20px; }

}

@media all and (max-width:361px){
	.at-body .at-container, .at-container { padding:0;}
	.at-footer .at-links ul {}
	.at-footer .at-links ul > li { padding:0 4px;}
	.at-footer .at-links ul > li:first-of-type { }
	.at-footer .at-links ul > li::before { display:none;}
}

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:68px; bottom: 50px; right: 47px; z-index: 20; }
.at-go .go-btn .go-bottom { display:none; }

@media (max-width: 798px) {
	.at-go .go-btn { right: calc(68px - 56px); bottom: 20px; }
	#ch-plugin-core .fpFNHD {  right: 20px !important; }
}

@media (max-width: 480px) {
	/*
	.at-go .go-btn { right: calc(90px - 41px); }
	*/
	.at-go .go-btn { bottom:16px; right: 16px;  }

}


/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "SUIT", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-size:16px; border: 1px solid #ddd; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px;}
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "SUIT", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "SUIT", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "SUIT", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }



/********************************************************
■ Main Style : 메인페이지 스타일
********************************************************/
/* Button ------------------------------------------------------ */
.btn.customer-btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(0, 173, 220);
	background-color: rgb(0, 173, 220);
}
.btn.active.customer-btn-color, .btn.customer-btn-color:hover, .btn.customer-btn-color:focus, .btn.customer-btn-color:active {
	background-color: rgb(0, 173, 220);
}
.btn.customer-btn-black {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.btn.active.customer-btn-black, .btn.customer-btn-black:hover, .btn.customer-btn-black:focus, .btn.customer-btn-black:active {
	background-color: #f6f6f6;
}

.btn.customer-btn1 {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #fff;
}
.btn.active.customer-btn1, .btn.customer-btn1:hover, .btn.customer-btn1:focus, .btn.customer-btn1:active {
	background-color: #fff;
}

.btn.customer-btn2 {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db1010;
	background-color: #db1010;
}
.btn.active.customer-btn2, .btn.customer-btn2:hover, .btn.customer-btn2:focus, .btn.customer-btn2:active {
	background-color: #db1010;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: 0px; }

@media all and (max-width:768px) {
.btn-sm, .btn-group-sm>.btn { padding: 10px 20px 9px; height: 45px; font-size: 15px; }
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm { font-size: 16px; }
.btn.customer-btn1, .btn.customer-btn2 { border-bottom:0px; border-right:0px; }
.btn.customer-btn1:nth-of-type(2n) { border-right:1px solid #ddd; }
a.btn.customer-btn1 { border-bottom:1px solid #ddd; }
a.btn.customer-btn2 { border-bottom:1px solid #db1010; }
}

/* Page ------------------------------------------------------ */
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #fff !important;
    background: #2660a4 !important;
    border-color: #2660a4 !important;
}
.pagination li.active a {
    color: #fff !important;
    background: #2660a4 !important;
    border-color: #2660a4 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 6px 12px; line-height: 28px; font-size: 18px; }


/* Form 공통 */
.form-group { margin-bottom: 0px; }
.form-control { color: #333; border: 1px solid #ddd; margin-bottom:0px; }
.input-sm, .form-horizontal .form-group-sm .form-control { height: 45px; font-size: 17px; }
.input-group-addon { padding: 0px; background-color: #fff; border: 0px; border-radius: 0px; }
.border-black, i.border-black, img.border-black { border-color: #2660a4; border-bottom: 1px solid #ddd; }
.div-head > span { font-size: 17px; font-weight: 400; border-right:0px; color:#333; }
.div-head { background:#f8f8f8; }
select.input-sm { height: 45px; line-height: 45px; font-weight:500; }
.btn i { display:none; }
@media all and (max-width:768px) {
.btn i { display:block; }
}
@media all and (max-width:480px) {
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 14px; color:#777; }
}

/********************************************************
■ Main Style : 메인페이지 스타일
********************************************************/
/* 메인페이지 스타일 공통 */
#main .color1 { color:#333; }
#main .color2 { color:#666; }
#main .color3 { color:#fff; }
#main .bgcolor1 { background:#f5efec; }
#main .bgcolor2 { background:#f5f5f5; }

#main .con-box { padding:80px 0; }

/*#main .con-box.section4 { height:1000px; }*/

#main h2 { font-family: 'SUIT', sans-serif; font-size:60px; font-weight:800; line-height:65px; letter-spacing:0; text-align:center; }
#main h2 > span { font-weight:300; }
#main h3 { font-size:40px; font-weight:700; line-height:30px; letter-spacing:0; text-align:center; }
#main p { margin:40px 0; }
#main p > span { display:block; font-size:20px; font-weight:400; letter-spacing:0; line-height:30px; text-align:center; }

/*
@media (max-width:1440px){
	#main .con-box.section4 { height:61vw; }
}
*/
@media all and (max-width:1199px) {
	#main h2 { font-size: 45px; line-height: 50px; }
	#main h3 { font-size: 35px; line-height:35px; }
	#main p { margin: 30px 0; }
	#main p > span { font-size: 18px; line-height: 28px; }
}
@media all and (max-width:991px) {
	#main .con-box { padding:80px 0; }
	#main h2 { font-size: 43px; line-height: 48px; }
	#main p { margin: 30px 0; }
	#main p > span { font-size: 20px; line-height: 26px; }

	#main h3 { font-size: 33px; line-height:23px; }
	
	#main .section1 p, 
	#main .section2 p, 
	#main .section4 p { margin: 30px 15px 50px; } /*추가 bjm 240611*/
}
@media all and (max-width:768px) {
	#main h2 { font-size: 35px; line-height: 40px; }
	#main p { margin: 30px 20px; word-break: keep-all; text-align: center; }
	#main p > span { display:inline; font-size: 18px; line-height: 25px; }
}
@media all and (max-width:480px) {
	#main .con-box { padding:40px 0; }
	#main .con-box.section3 { padding:0px 0; }
	#main p { margin:15px 10px; text-align:center; }
	#main p > span { display: inline; font-size: 16px; line-height: 24px; word-break: keep-all; }
	#main h2 { font-size:30px; line-height:40px; }
	#main h3 { font-size:25px; line-height:30px; word-break: keep-all; }
}

/* 프로젝트 */
#main ul.nav { display:block; width:80%; margin: 40px auto 80px; background: #e3e8eb; border-radius: 50px; }
#main li { width: 25%; text-align: center; }


#main .nav-tabs > li:nth-of-type(1) > a { background:url('../images/main/main_btn_ui_icon_01.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px;}
#main .nav-tabs > li:nth-of-type(2) > a { background:url('../images/main/main_btn_ui_icon_02.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px;}
#main .nav-tabs > li:nth-of-type(3) > a { background:url('../images/main/main_btn_ui_icon_03.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px;}
#main .nav-tabs > li:nth-of-type(4) > a { background:url('../images/main/main_btn_ui_icon_04.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px;}

#main .nav-tabs > li.active:nth-of-type(1) > a { background:#ee3523 url('../images/main/main_btn_ui_icon_01_hover.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px; }
#main .nav-tabs > li.active:nth-of-type(2) > a { background:#ee3523 url('../images/main/main_btn_ui_icon_02_hover.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px; }
#main .nav-tabs > li.active:nth-of-type(3) > a { background:#ee3523 url('../images/main/main_btn_ui_icon_03_hover.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px; }
#main .nav-tabs > li.active:nth-of-type(4) > a { background:#ee3523 url('../images/main/main_btn_ui_icon_04_hover.svg'); background-repeat: no-repeat; background-position: left 40px center; background-size:40px; }
#main .nav-tabs > li.active > a  { color: #fff; cursor: default; border: 0px; }
#main .nav-tabs > li > a { height:50px; line-height:50px; border: 0px; border-radius: 50px; color:#333; font-weight:500; outline:none; }
#main .nav-tabs > li > a > span.view_m { display:none; }
#main .nav > li > a { position: relative; display: block; padding: 0 40px; }
#main .tab-content { padding:0 80px; }  /*230206 bjm*/

@media (min-width:1200px) and (max-width:1400px) {
#main .nav-tabs > li > a { background-position: left 20px center !important; }
#main .nav-tabs > li.active > a { background-position: left 20px center !important; }
}


@media all and (max-width:1199px) {
	#main .nav > li > a { padding: 0 20px; }
	#main .nav-tabs > li > a { height:80px; }
	#main .nav-tabs > li:nth-of-type(1) > a,
	#main .nav-tabs > li:nth-of-type(2) > a,
	#main .nav-tabs > li:nth-of-type(3) > a,
	#main .nav-tabs > li:nth-of-type(4) > a { background-position: top 10px center; background-size: 30px; }
	#main .nav-tabs > li > a > span { display: block; padding-top: 32px; }
	#main .nav-tabs > li.active:nth-of-type(1) > a, #main .nav-tabs > li:nth-of-type(1):hover > a,
	#main .nav-tabs > li.active:nth-of-type(2) > a, #main .nav-tabs > li:nth-of-type(2):hover > a,
	#main .nav-tabs > li.active:nth-of-type(3) > a, #main .nav-tabs > li:nth-of-type(3):hover > a,
	#main .nav-tabs > li.active:nth-of-type(4) > a, #main .nav-tabs > li:nth-of-type(4):hover > a { background-position: top 10px center; background-size: 30px; }
	
	#main .tab-content { padding:0 42px; }
}
@media all and (max-width:768px) {
	#main ul.nav { width: 90%; }
	#main .nav > li > a { padding: 0 5px; }
	#main .nav-tabs > li > a > span { font-size: 13px; }
	#main .tab-content { padding:0 10px; }
	
	

}
@media all and (max-width:480px) {
	#main ul.nav { width: 90%; margin: 45px auto 30px; background:none; border-radius:0; }
	#main .nav-tabs > li > a { height:94px; }
	#main .nav-tabs > li > a > span { padding-top:42px; }
	#main .nav-tabs > li > a > span.view_m { display:block; line-height: 1;  padding-top: 60px; } /*모바일에서 줄바꿈 간격 커서 line-height와 padding-top 추가 bjm 240102 */
	#main .nav-tabs > li > a > span.view_pc { display:none; }

	#main .nav-tabs > li a { border-radius:0; background-repeat:no-repeat; background-size:30px !important; }
	
	#main .nav-tabs > li:nth-of-type(1) > a { background-image:url('../images/main/main_btn_ui_icon_m_01.svg'); }
	#main .nav-tabs > li:nth-of-type(2) > a { background-image:url('../images/main/main_btn_ui_icon_m_02.svg'); }
	#main .nav-tabs > li:nth-of-type(3) > a { background-image:url('../images/main/main_btn_ui_icon_m_03.svg'); }
	#main .nav-tabs > li:nth-of-type(4) > a { background-image:url('../images/main/main_btn_ui_icon_m_04.svg'); }
	

	#main .nav-tabs > li.active a { background-color:transparent !important;  background-size:30px !important; border-bottom: solid 2px #ee3523;}
	
	#main .nav-tabs > li:nth-of-type(1).active > a { background-image:url('../images/main/main_btn_ui_icon_m_01_hover.svg'); }
	#main .nav-tabs > li:nth-of-type(2).active > a { background-image:url('../images/main/main_btn_ui_icon_m_02_hover.svg'); }
	#main .nav-tabs > li:nth-of-type(3).active > a { background-image:url('../images/main/main_btn_ui_icon_m_03_hover.svg'); }
	#main .nav-tabs > li:nth-of-type(4).active > a { background-image:url('../images/main/main_btn_ui_icon_m_04_hover.svg'); }
	
	#main .nav-tabs > li.active > a > span { color:#ee3523; }

	#main .tab-content { width:90%; margin:0 auto; }

}

#main #project p span { font-weight:400; }
#main .more { position: relative; width: 85px; height:85px; margin:20px auto; }
#main .more .more-icon { position: absolute; top:70%; left:50%; width:53px; margin: -26px 0 0 -26px; height:53px; z-index:2; }
#main .more .ball-scale { position: absolute; top:70%; left:50%; width:85px; height:85px; z-index:1; margin:-42px 0 0 -42px; }
#main .more .ball-scale > div:nth-child(2) { -webkit-animation-delay: -2s; animation-delay: -2s; }
#main .more .ball-scale > div:nth-child(3) { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
#main .more .ball-scale > div { position: absolute; top: 0; left:0; opacity: 0; width: 85px; height: 85px;  border-radius: 100%;background-color:rgba(238,53,35,0.5); -webkit-animation: ball-scale 3s 0s linear infinite; animation: ball-scale 3s 0s linear infinite; }

@keyframes ball-scale {
	0% {
			transform: scale(0.3);
			opacity: 0.3;
		}
	5% {
			opacity: 0.8;
		}
	100% {
			transform: scale(1.3);
			opacity: 0;
		}
	}

@-webkit-keyframes ball-scale {
	0% {
			-webkit-transform: scale(0.3);
			transform: scale(0.3);
			opacity: 0.3;
		}
	5% {
			opacity: 0.8;
		}
	100% {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
			opacity: 0;
		}
}


/* ABOUT company */
#main .dl-box { overflow:hidden; }
#main dl { float:left; width:25%; }
#main dd > b { display:block; font-size: 22px; letter-spacing: 0; text-align: center; color: #333; padding-bottom:15px;  } /*display: flex; flex-direction: column; align-items: center;*/
#main dd span { display:block; font-size:17px; line-height:27px; letter-spacing:0; text-align:center; }
#main .section2 dd b { color:#ed3522; }
#main .section2 a dl dt { width: 120px; height: 120px; border-radius: 50%;  border: 1px solid rgba(237,53,34,0.5); margin-bottom: 20px; } /*background: #fff;*/
#main .section2 a dl { display: flex;  flex-direction: column;  align-items: center; }
#main .section2 a:nth-of-type(1) dl dt { background:#fff  url('../images/main/ico_about_01.svg'); background-repeat: no-repeat; background-position: 50%; width:120px; height:120px; } /**/ /*padding:130px 0 15px 0;*/
#main .section2 a:nth-of-type(2) dl dt { background:#fff  url('../images/main/ico_about_02.svg'); background-repeat: no-repeat; background-position: 50%; } /*padding:130px 0 15px 0;*/
#main .section2 a:nth-of-type(3) dl dt { background:#fff  url('../images/main/ico_about_03.svg'); background-repeat: no-repeat; background-position: 50%; } /*padding:130px 0 15px 0;*/
#main .section2 a:nth-of-type(4) dl dt { background:#fff  url('../images/main/ico_about_04.svg'); background-repeat: no-repeat; background-position: 50%; } /*padding:130px 0 15px 0;*/

#main .online-bg-box { position: relative; display:block; background:url('../images/main/main_project_bg.jpg'); background-repeat: no-repeat; background-position: top center; background-size: cover; box-sizing: border-box; padding: 20px; text-align: center; }
/*#main .section3::before { content:'aaa'; display:block; width:100%; height:auto; background:red; }*/ /*삭제예정*/
#main .section3 .online-bg-box .online-bg-box-in-line { position:relative; padding:95px 0 110px; } /*padding:55px 0 60px;  padding:215px 0 60px;*/
#main .section3 .online-bg-box .online-bg-box-in-line span.line { position:absolute; display:block; background: rgba(255,255,255,0.3); }
#main .section3 .online-bg-box .online-bg-box-in-line span.line1 { left:0; top:0; height:1px; width:0; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line2 { left:0; top:0; height:0; width:1px; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line3 { right:0; top:0; height:0; width:1px; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line4 { left:0; bottom:0; height:1px; width:0; }

#main .btn { width:190px; height:40px; line-height:25px; color:#333; border-radius: 50px !important; }
#main .btn-style1 { color:#333; background:#fff; font-weight:600; font-size: 17px; }
#main .btn-style2 { color:#333; background:#ffeb00; margin-left:20px; font-weight:600; font-size: 17px;}

#main .section3 .btn-style1, #main .section3 .btn-style2 { margin-top: 70px; }

@media all and (max-width:1299px) {
	#main .section2 a:nth-of-type(1) dl dt,
	#main .section2 a:nth-of-type(2) dl dt,
	#main .section2 a:nth-of-type(3) dl dt,
	#main .section2 a:nth-of-type(4) dl dt { background-size:100px; padding:100px 0 15px 0; }
	#main dd { padding:10px; text-align: center; }
	#main dd > b { font-size: 24px; }
	#main dd span { display: inline; font-size: 18px; line-height: 25px; word-break: break-all; }
}

@media all and (max-width:991px) {
	#main .section2 a:nth-of-type(1) dl dt,
	#main .section2 a:nth-of-type(2) dl dt,
	#main .section2 a:nth-of-type(3) dl dt,
	#main .section2 a:nth-of-type(4) dl dt { background-size:85px; padding:85px 0 10px 0; }
	#main dd { padding:10px 0; text-align: center; }
	#main dd > b { font-size: 22px; }
	
	#main .section2 a dl dt { margin-bottom: 10px; }
	#main .section2 dd > b { padding-bottom: 10px; }
}

@media all and (max-width:768px) {
	#main dl { float:left; width:50%; }
	#main .section2 a:nth-of-type(1),
	#main .section2 a:nth-of-type(2) { margin-bottom:20px; }
	/*#main dd span { display:block; }*/
}

@media all and (max-width:480px) {
	#main dl { width: 100%; overflow:hidden; }
	#main dt { float:left; width:30%; }
	#main dd { float:left; width:70%; padding: 0 15px; text-align: left; }
	#main dd > b { display:block; font-size: 20px; letter-spacing: 0; text-align: left; color: #333; padding:15px 0; }
	#main dd span { display: inline; font-size: 15px; line-height: 25px; word-break: keep-all; }
	#main .section2 a:nth-of-type(1) dl dt,
	#main .section2 a:nth-of-type(2) dl dt,
	#main .section2 a:nth-of-type(3) dl dt,
	#main .section2 a:nth-of-type(4) dl dt { background-size: 80px; background-position: top 18px center; padding: 105px 0 10px 0; }

	#main .online-bg-box { padding: 15px; }
	#main .online-bg-box { background-position :20% center; }
	#main .section3 .online-bg-box .online-bg-box-in-line { padding: 60px 0 60px; }
	#main .btn-style2 { margin-left: 0px; margin-top:10px; }

	#main .section2 a dl { flex-direction: row; }
	#main .section2 a:nth-of-type(1) dl dt, #main .section2 a:nth-of-type(2) dl dt, #main .section2 a:nth-of-type(3) dl dt, #main .section2 a:nth-of-type(4) dl dt { padding:unset; width: 70px; height: 70px;background-size: 65px; background-position: center; }
	#main .dl-box dl { padding: 0px 0px !important; }

	#main .dl-box { padding: 15px 15px !important; }
	#main .dl-box dl > dd { line-height: 12px !important; }
	
	#main .section2 .dl-box { padding: 40px 0px !important; }
	
	#main .section3 .btn-style1, #main .section3 .btn-style2 { margin-top: 30px; }
}




/* login */
 h2.login_tit { color:#333; font-size:35px; text-align:center; padding: 1.8% 0 5.4%; }
.form-box-outer { width:100%; max-width:1500px; margin:0 auto; background:#fff; border-top:solid 4px #ee3523; padding:4% 0; }
.form-box-outer > p { color:#333; font-size:20px; line-height:30px; text-align:center; font-weight:300; padding-bottom:3.2%; word-break:keep-all; }
.form-box-outer > p > strong { font-weight:500; }
.form-box-wrap { max-width:430px; margin:0 auto;}
.form-box-wrap .form-box { border:none; }
.form-box-wrap .form-body { padding:0;}
.form-box-wrap .form-group { margin-bottom:10px; }
.form-box-wrap .form-group label { display:block; text-indent:-9999px; height:0; margin-bottom:0; }
.form-box-wrap .form-group .form-control { background:#f8f8f8; border:1px solid #ddd; box-shadow:none; padding:15px 20px; height:60px;}
.form-box-wrap .form-group .form-control::placeholder { color:#999; font-size:16px; font-weight:300; }
.form-box-wrap .row .col-xs-6 { float:none; width:100%; }
.form-box-wrap .row .col-xs-6 .checkbox-inline { font-size:14px; line-height:21px;}
.form-box-wrap .row .col-xs-6  input[id="login_auto_login"] { display:inline-block; width:15px; height:15px; cursor:pointer;}
.form-box-wrap .btn { width:100%; margin-top:15px;	font-size:18px; line-height:60px; padding:0; border:none; background:#ee3523; font-family: 'SUIT','맑은고딕',sans-serif; font-weight:500; margin-bottom:15px; color:#fff; }
.form-box-wrap .btn:hover { background:#32a5d4;}
.form-box-wrap ul.join_search { overflow:hidden; }
.form-box-wrap ul.join_search li { float:left; width:50%; text-align:center; list-style:none; position:relative; }
.form-box-wrap ul.join_search li:first-of-type:after { position:absolute; display:block; content:''; width:1px; height:12px; background:#bbb; right:0; top:50%; transform:translateY(-50%);}
.form-box-wrap ul.join_search li a { font-size:16px; color:#666; }

/* end login */

/*footer second 230302 bjm*/
/* footer second  start */

/*footer top menu*/
.foot-nav { min-width:0; width:100%;  height: 40px; background:rgba(0,0,0,0.3);  position: relative; overflow: hidden; } /*margin-top 추가 230302 bjm*/ /*width:1%; flex:1 1 auto; margin-top: 25px; z-index: 9999; */
.foot-nav ul { max-width:1350px;  margin: 0 auto; background:red; } /*display:flex; flex-wrap:wrap; justify-content: space-between;*/
.foot-nav ul li { position:relative; width: 12.5%; display: inline-block; float: left; padding: 10px 0; text-align: center; } /*padding:0 15px;  background: #141414; margin-bottom:8px;  */
.foot-nav ul li:before { content:""; position:absolute; top:50%; left:0; width:1px; height:15px; transform: translateY(-50%); background:rgba(255,255,255,0.15); } /*margin-top:-6px;*/
.foot-nav ul li:first-child {padding-left:0;}
/*.foot-nav ul li:first-child::before {display:none;}*/
.foot-nav ul li:last-child {padding-right:0; }
.foot-nav ul li:last-child::after { content:""; position:absolute; top:50%; right:0; width:1px; height:15px; transform:translateY(-50%); background:rgba(255,255,255,0.15); }
.foot-nav ul li a { display:block; font-size:16px; font-weight:300; line-height:1.3em; color:rgba(255,255,255,0.8); transition:all 0.4s; }
.foot-nav ul li a:hover {text-decoration:underline; color:rgba(255,255,255,1); }

#footer_second { position:relative; color:#d0d0d0; font-size:16px; font-weight:200; line-height:1.4em; max-width: 1350px; margin: 0 auto; padding:0px 0px 50px 0;  } /*background:#262626; z-index:9999;*/
#footer_second address {font-style:normal;}
#footer_second a { color:rgba(255,255,255,0.9); transition:all 0.4s; }
#footer_second a:hover { color:#fff; }
.foot-row-1 {  } /*display:flex;*/ /* margin-bottom:10px;*/
.foot-logo { margin: 40px 0 20px 0; } /*margin-right:30px;*/
.foot-logo img { width:130px; }

.foot-contact { display: inline-block; width: 330px; position: absolute; top:0px; right: 0;  } /*background:rgba(0,0,0,0.5);*/
.foot-contact p {color:rgba(255,255,255,0.6); font-size:18px; font-weight:500; line-height:1.3em; letter-spacing:-.03em;}
.foot-contact p .tel { margin-left:13px; font-family:"Roboto",sans-serif; font-size:29.8px; font-weight:700; line-height:1em; letter-spacing:0; }
.foot-contact .time { margin:10px -5px 0; } /*display:flex; justify-content:space-between;*/
.foot-contact .time div {padding:0 5px; color:rgba(255,255,255,0.6); line-height:1.5em; letter-spacing:-.02em;}
.foot-contact .time .t1 { font-size:20px; font-weight:500; display: inline; }
.foot-contact .time .t2 { font-size:20px; font-weight:600; display: inline; }
.foot-row-2 { width: calc(100% - 350px); } /*display:flex; align-items:flex-end;*/
.foot-info {flex:1 1 auto; min-width:0; width:100%; } /*width:1%;*/
.foot-info span {display:inline-block; margin-bottom:4px;}
.foot-info span.corp_name { font-weight:600; }
.foot-info span a:hover { color:#ed3522; }
.foot-info .bar {width:1px; height:12px; background:rgba(255,255,255,0.2); vertical-align:middle; margin:-.2em 13px 0;}
.foot-info .copyright {margin-top:25px;}

.foot-contact ul { width:100%; } /*display:flex; flex-wrap:wrap;*/
.foot-contact ul li { display: inline-block; float: left; width:calc(50% - 5px); text-align:center; border-bottom:1px solid #686868; margin-right: 10px;  } /*margin-left:9px; background:red; */
.foot-contact ul li:last-child { margin-right:unset; }
.foot-contact ul li a {display:block; padding-bottom:14px; font-size:15px; font-weight:400; line-height:1.3em;}
.foot-contact ul li a:before {content:""; display:inline-block; width:14px; height:14px; vertical-align:middle; margin:-.2em 7px 0 0; background:url("../images/common/icon_link.png") 50% 50% no-repeat;}
.foot-contact .download { margin-bottom:22px; margin: 20px 0; } /*margin-left:6px;*/
.download a { display:block; line-height:46px; border:1px solid rgba(255,255,255,0.4); text-align:center; font-size:16px; font-weight:500; }
.download a:before {content:''; width:16px; height:16px; background:url('../images/common/download01_all.png')no-repeat 0 -16px ; background-size:16px; display:inline-block; vertical-align:middle; margin-top:-4px; margin-right:8px; transition:all 0.4s; }
.download a:hover { border-color:rgba(255,255,255,0.5); background:rgba(0,0,0,0.2) } /*background:#1d90b6;*/
.download a:hover:before { background:url('../images/common/download01_all.png')no-repeat 0 0px; }

@media (max-width: 1500px) {
	#footer_second { padding: 0px 20px 40px 20px; } /*50px 20px;*/
}
@media (max-width: 1400px) {
	.foot-contact { right: 20px; }
}
@media (max-width: 1366px) {
	.foot-nav ul { max-width: 100%; }
	.foot-nav ul li:first-child::before, .foot-nav ul li:last-child::after { display:none; }
}

@media (max-width: 1280px) {
	.foot-row-1 { display:block; position:relative; margin-bottom:20px; }
	.foot-logo {width:auto; margin:30px 0 20px 0;}
	/*.foot-nav {width:auto;}*/
	/*.foot-contact {position:absolute; top:0; right:0;}*/
	.foot-contact { top: 60px; } /*추가 bjm 240612*/
	.foot-contact .time {margin:5px -5px 0;}
	.foot-links ul li {margin-left:20px;}
	.foot-links ul li {min-width:auto;}
	.foot-links .download  {margin-left:20px;}
}
@media (max-width: 1024px) {
	#footer {font-size:13px;}
	
	.foot-contact p {font-size:16px;}
	.foot-contact p .tel {font-size:28px;}
	.foot-contact .time .t1 {font-size:16px;}
	.foot-contact .time .t2 {font-size:16px;}
	/*.foot-nav ul li { padding:0 16px; }*/
	.foot-nav ul li:before {height:12px;}
	.foot-nav ul li a {font-size:15px;}
	.foot-links ul li a {font-size:14px;}
	
	
} 
@media (max-width: 900px) {
	.at-body .at-container, .at-container { width:100%; }
	
	
	
	/*900픽셀대에 푸터 컨텐츠 가로로 나열되어 여백 채우도록 추가 bjm 240612*/
	.foot-contact { position:unset; margin-top:14px; width: 100%; display: flex; flex-wrap: wrap; gap: 20px; } 
	.foot-contact p { width: calc(50% - 10px); display: flex; align-items: center; }
	.foot-contact .time { margin: 0; width: calc(50% - 10px); display: flex; height: 50px; align-items: center; }
	.foot-contact .download { margin: 0; width: calc(50% - 10px); }
	/*.download a { border: 1px solid rgba(255, 255, 255, 0.4); }*/ 
	.foot-contact ul { width: calc(50% - 10px); display: flex; align-items: center; }
	.foot-contact ul li { width: calc(50% - 5px); border: 1px solid #686868; } /*border-bottom에서 좌측 다운로드 버튼과 맞추기 위해 변형 bjm 240612*/
	.foot-contact ul li a { padding-bottom: unset; line-height: 46px; }
	
	/*footer top menu*/
	.foot-nav { background:unset; height: auto; }
	.foot-nav ul li { width:50%; border-right:1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.3); }
	.foot-nav ul li:before { display:none; }
	.foot-nav ul li:nth-child(2n) { border-right:0; }
	
	.foot-row-2 { width: calc(100% - 0px); }
}


@media (max-width: 640px) {
	#footer {padding:25px 15px; font-size:12px;}
	#footer_second { font-size:2.5vw; padding: 0px 20px 20px 20px; } /*font-size: 16px; */
	
	.foot-row-1 {margin-bottom:25px;}
	.foot-logo {width:114px;}
	.foot-logo img { width: 15.6250vw; }
	.foot-contact { top:7px; width: 100%; display:block; margin-top: 14px; }
	.foot-contact p { font-size:2.5vw; letter-spacing:-.06em; display: inline-block; }
	.foot-contact p .tel {font-size:3.7500vw; letter-spacing:-.04em; margin-left:2px;}
	.foot-contact .time { display: block; margin: 5px 0px 10px; padding: 0; width: 100%; height: unset; }
	
	.foot-contact .time .t1 { font-size:2.5vw; padding: 0;}
	.foot-contact .time .t2 { font-size:2.5vw; }
	/*.foot-nav {width:260px;}*/
	.foot-contact .download { width: 100%; margin-bottom: 10px; }
	.foot-contact ul { display: block; width: 100%; }
	.foot-contact ul li { border-top: 0; border-left: 0; border-right: 0; }
	.foot-contact ul li a { line-height: unset; padding: 12px 0; }
	
	.foot-nav ul li { border-top:0; border-left:0; border-right:0; width: calc(50% - 0px); font-size: 2.5vw; } /*width:130px; padding:0;*/
	.foot-nav ul li:before {display:none;}
	.foot-nav ul li a {font-size:14px;}
	.foot-nav ul li:nth-child(1) {order:1;}
	.foot-nav ul li:nth-child(2) {order:3;}
	.foot-nav ul li:nth-child(3) {order:5;}
	.foot-nav ul li:nth-child(4) {order:7;}
	.foot-nav ul li:nth-child(5) {order:2;}
	.foot-nav ul li:nth-child(6) {order:4;}
	.foot-nav ul li:nth-child(7) {order:6;}
	.foot-nav ul li:nth-child(8) {order:8;}
	.foot-row-2 {display:block;}
	.foot-info {width:auto;}
	.foot-info .bar {height:10px; margin-left:6px; margin-right:6px;}
	.foot-info .copyright {margin-top:16px;}
	.foot-links {margin-top:25px;}
	.foot-links ul li {margin-left:0; margin-right:8px; min-width:110px;}
	.foot-links ul li a {padding-bottom:5px;}
	.foot-links ul li a:before {width:12px; height:12px; background-size:contain; margin-right:4px;}
	.foot-links .download {margin-left:0; margin-bottom:16px;}
	.foot-links .download a {line-height:36px; font-size:14px; display:inline-block; width:auto; padding:0 30px;}
	.foot-links .download a:before {width:12px; height:12px; margin-top:-2px;}
	
	.download a { font-size: 2.5vw; }
	
	
}
@media (max-width:560px) {
}

@media (max-width:520px) {
	.foot-contact { margin-top:3vw; }
	#footer_second, .foot-contact p, .foot-contact .time .t1, .foot-contact .time .t2, .download a, .foot-contact ul li a { font-size: 3.4615vw; }
}
@media(max-width:480px){
	.foot-logo { margin: 18px 0 0px 0; }
	.foot-logo img { width: 23.625vw; }
	.foot-info .copyright { margin-top: 6px; }
}
@media(max-width:420px){
	#footer_second, .foot-contact p, .foot-contact .time .t1, .foot-contact .time .t2, .download a, .foot-contact ul li a { font-size: 14px; } /*3.5714vw*/
	.foot-contact p .tel { font-size:4.2857vw; }
	.foot-info span.corp_name { font-size: 16px; }
}
/* footer second  end */

/*공통*/

/*줄바꿈태그 (맞춤형basic C타입에서 발췌) 230303 bjm*/
/*pc화면 - 모바일 화면에서 보이게 안보이게 처리 (br, | 텍스트용 등) - 금강자원에서 가져옴 230221 bjm*/

/*on*/ /*on은 처음에 반영 안되다가 (off 되어있다가) 나중에 반영 되는 것 (on 되는 것)*/
.mobile_on_1200px { display:none !important; }
.mobile_on_1120px { display:none !important; }
.mobile_on_980px { display:none !important; }
.mobile_on_768px { display:none !important; }
.mobile_on_640px { display:none !important; }
.mobile_on_620px { display:none !important; }
.mobile_on_560px { display:none !important; }
.mobile_on_480px { display:none !important; }

/*off*/ /*off는 처음에 반영 되다가 (on 되어있다가) 나중에 반영 안되는 것 (off 되는 것)*/
.mobile_off_1200px { display: inline-block !important; }
.mobile_off_1120px { display: inline-block !important; }
.mobile_off_980px { display: inline-block !important; }
.mobile_off_768px { display: inline-block !important; }
.mobile_off_640px { display: inline-block !important; }
.mobile_off_480px { display: inline-block !important; }

@media (max-width:1200px) {
	/*on*/
	.mobile_on_1200px { display:inline-block !important; }
	/*off*/
	.mobile_off_1200px { display: none !important; }
}
@media (max-width:1120px) {
	/*on*/
	.mobile_on_1120px { display:inline-block !important; }
	/*off*/
	.mobile_off_1120px { display: none !important; }
}
@media (max-width:980px) {
	/*on*/
	.mobile_on_980px { display:inline-block !important; }
	/*off*/
	.mobile_off_980px {display: none !important; }
}
@media (max-width:768px) {
	/*on*/
	.mobile_on_768px { display:block !important; }
	/*off*/
	.mobile_off_768px { display:none !important; }
}
@media (max-width: 640px) {
	/*on*/
	.mobile_on_640px { display:block !important; }
	/*off*/
	.mobile_off_640px {display: none !important; }
}
@media (max-width:620px) {
	/*on*/
	.mobile_on_620px { display:block !important; }
}
@media (max-width:560px) {
	/*on*/
	.mobile_on_560px { display:inline-block !important; }
}
@media (max-width:480px) {
	/*on*/
	.mobile_on_480px { display:block !important; }
	/*off*/
	.mobile_off_480px  { display:none !important; }
}

/**/
.pop_wrap { width:100%; border-radius:10px; background:#fff; overflow:hidden;}
.pop_wrap h2 {padding:15px 30px; color:#333; font-size:24px; font-weight:600; line-height:1.3em; letter-spacing:-.04em; background:rgba(0,0,0,0.03);}
.pop_wrap h2 i { font-size: 30px; margin-top: 0px; margin-right: 2px; float: left; color: #4caf50; }
.pop_wrap .content {padding:25px 30px; height:500px; overflow:auto; font-size:15px; font-weight:300; line-height:1.5em; letter-spacing:-.03em; color:#505050;}
.pop_wrap .text_content2 { line-height: 24px; } /*font-size: 18px; */
.pop_wrap dl {padding: 0 0 20px 0;  margin-bottom:0px; } /*font-size:20px;*/
.pop_wrap dt {font-weight:bold;}
.pop_wrap dd {padding:5px 15px; color:#666;}
.pop_wrap li {padding: 0 0 0 20px; text-indent:-20px;  } /*font-size: 17px;*/
.pop_wrap li li {padding: 0 0 0 11px; text-indent:-11px;}
.pop_wrap em {font-style:normal;color:#3794d1;}
/*.pop_wrap li a { text-decoration/:underline; }*/
.side_cs_modal .modal-header { background: #607D8B; color: #fff; }
.side_cs_modal .modal-title {  } /*font-size: 22px;*/
.side_cs_modal .close { float: right; font-size: 34px; font-weight: 200;color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.1); opacity:1; transition: all 0.4s; }
.side_cs_modal .close:hover { transition:all 0.4s; transform: translateY(-1px); text-shadow: 1px 3px 0px rgba(0,0,0,0.3); }
.pop_wrap li a:hover { text-decoration:underline; }

@media (max-width: 640px) {
	.pop_wrap h2 {font-size:18px; padding:8px 15px;}
	.pop_wrap .content {padding:15px; height:60vh; font-size:13px;}
	.pop_wrap .text_content2 { font-size: 16px; }
}

/*약관 팝업용 230613 bjm*/
.side_cs_modal .modal-footer button.close_btn span { color:#777; }
.first_num_list a { display: flex; align-items: center; }
.first_num_list a span { transition:all 0.4s; }
.first_num_list a:hover span { color:#ee3523; transform: translateX(4px); }
.first_num_list span { color:#777; font-size: 12px; margin-top: -6px; text-indent: 0px; } /*링크 아이콘 margin-left: 22px;*/
/*.first_num_list i { margin-left: 20px; }/*/