/* ===== css/reset.css ===== */
@charset "UTF-8";

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSansKR-Thin.woff2) format('woff2'),
       url(../font/NotoSansKR-Thin.woff) format('woff'),
       url(../font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
       url(../font/NotoSansKR-Light.woff) format('woff'),
       url(../font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
        url(../font/NotoSansKR-Regular.woff) format('woff'),
        url(../font/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
        url(../font/NotoSansKR-Medium.woff) format('woff'),
        url(../font/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
        url(../font/NotoSansKR-Bold.woff) format('woff'),
        url(../font/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../font/NotoSansKR-Black.woff2) format('woff2'),
        url(../font/NotoSansKR-Black.woff) format('woff'),
        url(../font/NotoSansKR-Black.otf) format('opentype');
 }
/** =================== MONTSERRAT =================== **/

/** Montserrat Thin 
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("../font/Montserrat-Thin.eot");
    src: url("../font/Montserrat-Thin.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Thin.woff2") format("woff2"),
         url("../font/Montserrat-Thin.woff") format("woff");
}**/
/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("../font/Montserrat-ExtraLight.eot");
    src: url("../font/Montserrat-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-ExtraLight.woff2") format("woff2"),
         url("../font/Montserrat-ExtraLight.woff") format("woff");
}
/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../font/Montserrat-Light.eot");
    src: url("../font/Montserrat-Light.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Light.woff2") format("woff2"),
         url("../font/Montserrat-Light.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../font/Montserrat-Regular.eot");
    src: url("../font/Montserrat-Regular.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Regular.woff2") format("woff2"),
         url("../font/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../font/Montserrat-Medium.eot");
    src: url("../font/Montserrat-Medium.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Medium.woff2") format("woff2"),
         url("../font/Montserrat-Medium.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../font/Montserrat-SemiBold.eot");
    src: url("../font/Montserrat-SemiBold.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-SemiBold.woff2") format("woff2"),
         url("../font/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat Bold**/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../font/Montserrat-Bold.eot");
    src: url("../font/Montserrat-Bold.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Bold.woff2") format("woff2"),
         url("../font/Montserrat-Bold.woff") format("woff");
} 
/** Montserrat ExtraBold
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../font/Montserrat-ExtraBold.eot");
    src: url("../font/Montserrat-ExtraBold.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-ExtraBold.woff2") format("woff2"),
         url("../font/Montserrat-ExtraBold.woff") format("woff");
} **/
/** Montserrat Black 
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("../font/Montserrat-Black.eot");
    src: url("../font/Montserrat-Black.eot?#iefix") format('embedded-opentype'),
         url("../font/Montserrat-Black.woff2") format("woff2"),
         url("../font/Montserrat-Black.woff") format("woff");
}**/
/* raleway-200 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('../font/raleway-v12-latin-ext_latin-200.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
       url('../font/raleway-v12-latin-ext_latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-200.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-300 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../font/raleway-v12-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light'), local('Raleway-Light'),
       url('../font/raleway-v12-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../font/raleway-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../font/raleway-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../font/raleway-v12-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../font/raleway-v12-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('../font/raleway-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'),
       url('../font/raleway-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../font/raleway-v12-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../font/raleway-v12-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/raleway-v12-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/raleway-v12-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/raleway-v12-latin-ext_latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
html, body, ul, li, dl, dt, dd, form, fieldset, legend, label, input, section, article, aside, span, p, 
nav, h1, h2, h3, h4, h5, h6, img, figure, figcaption, table, colgroup, thead, tbody, th, tr, td, 
select, option, div, time, caption, a, header, footer{margin:0; padding:0; box-sizing:border-box;}
header,footer,section,article,aside,nav{display:block;}
section h2, article h2{
	width:1px;	
	height:1px;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	position:absolute;
	left:-999px;
}
html {
  box-sizing: border-box;
}
body{
    word-break: keep-all;
	font-size:14px !important;
	color:#333333;
	font-family: "Raleway", "Noto Sans KR", sans-serif;
	line-height:22px;
	letter-spacing:-0.5px;
	box-sizing:border-box;
}
input{
	border-radius:5px;
	border:1px solid #dcdcdc;
        vertical-align: middle;
}
a:link, a:visited{
	text-decoration:none; 
	color:#000;
}
a:hover, a:active{
	color:#000; 
}
ul{
	list-style-type:none; 
}
img, fieldset{
	border:none;
	border:0;
}
img{
	max-width:100%;
	height:auto;
}
/**Skip_Navi**/
.skip, legend{
	width:1px;	
	height:1px;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	position:absolute;
	left:-999px;
}
caption{
	text-indent:-100000px; 
	font-size:0;
	width:1px;	
	height:1px;
}/*safari_테이블캡션숨김*/
#skipNavi{
	position:absolute;
	z-index:999;
	width:100%;
	height:10px;
}
#skipNavi a{
	position:absolute;
	top:-100px;
}

#skipNavi a:hover,
#skipNavi a:active,
#skipNavi a:focus{
	position:absolute;
	top:0;
	font-weight:bold;
	font-size:17px;
	padding:15px;
	color:#ffffff;
	background-color:#e02d32;
	border:1px dotted #333;
	display:block;
	width:100%;
	text-align:center;
}
/*bg*/
.bg_none{background:none !important;}

/*border*/
.border_none{border:none !important;}
.border_left_none{border-left:none !important;}
.border_right_none{border-right:none !important;}
.border_top_none{border-top:none !important;}
.border_bottom_none{border-bottom:none !important;}

/**font color**/
.point{color:#ff8300;}
.font_blue{color:#1584d2;}
.font_yellow{color:#fff111;}
.font_wh{color:#ffffff !important;}
.font_gy{color:#818181 !important;}
.bk{color:#000000 !important;}
.font_op_3{color:rgba(0, 0, 0, 0.3);}
.font_op_4{color:rgba(0, 0, 0, 0.4);}
.font_op_5{color:rgba(0, 0, 0, 0.5);}
.font_op_6{color:rgba(0, 0, 0, 0.6);}
.font_op_7{color:rgba(0, 0, 0, 0.7);}
.font_op_8{color:rgba(0, 0, 0, 0.8);}
/*Num*/
.Num{
    font-family: "Montserrat";
}
/*Eng*/
.Eng {
	font-family: "Raleway", sans-serif !important;
}
/*Ko*/
.Ko{
	font-family: "Noto Sans KR", sans-serif
}
/**font size**/
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}

/**font weight**/
.fontB {font-weight: bold !important;}
.fontN {font-weight: normal !important;}
.font100 {font-weight: 100 !important;}
.font200 {font-weight: 200 !important;}
.font300 {font-weight: 300 !important;}
.font400 {font-weight: 400 !important;}
.font500 {font-weight: 500 !important;}
.font600 {font-weight: 600 !important;}

/**float**/
.f_left {float: left !important;}
.f_right {float: right !important;}
.clear_b {clear: both !important;}
.clear_l {clear: left !important;}
.clear_r {clear: right !important;}


/**text_align**/
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}
.txtC {text-align: center !important;}
.vertical_m{vertical-align:middle !important;}
.vertical_t{vertical-align:top !important;}
.vertical_b{vertical-align:bottom !important;}

/**display**/
.inline{display:inline !important;}
.block{display:block !important;}
.inline_block{display:inline-block !important;}
.overflow_h{overflow:hidden;}
/**margin, padding**/
.mg0{margin:0 !important;}
.pd0{padding:0 !important;}
.mauto{margin:0 auto !important;}

/**margin-bottom***/
.mb0{margin-bottom:0px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 { margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

/**margin-top***/
.mt0 {margin-top: 0px !important;}
.mt4 {margin-top: 4px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt17 {margin-top: 17px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mt70 {margin-top: 70px !important;}
.mt75 {margin-top: 75px !important;}
.mt80 {margin-top: 80px !important;}
.mt85 {margin-top: 85px !important}
.mt90 {margin-top: 90px !important;}
.mt95 {margin-top: 95px !important;}
.mt100 {margin-top: 100px !important;}

/**margin-left***/
.ml0 {margin-left: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}
.ml65 {margin-left: 65px !important;}
.ml70 {margin-left: 70px !important;}
.ml75 {margin-left: 75px !important;}
.ml80 {margin-left: 80px !important;}
.ml85 {margin-left: 85px !important}
.ml90 {margin-left: 90px !important;}
.ml95 {margin-left: 95px !important;}
.ml100 {margin-left: 100px !important;}

/**margin-right***/
.mr0 {margin-right: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr55 {margin-right: 55px !important;}
.mr60 {margin-right: 60px !important;}
.mr65 {margin-right: 65px !important;}
.mr70 {margin-right: 70px !important;}
.mr75 {margin-right: 75px !important;}
.mr80 {margin-right: 80px !important;}
.mr85 {margin-right: 85px !important}
.mr90 {margin-right: 90px !important;}
.mr95 {margin-right: 95px !important;}
.mr100 {margin-right: 100px !important;}

/**padding-bottom**/
.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb55 { padding-bottom: 55px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb65 {padding-bottom: 65px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb75 {padding-bottom: 75px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb85 {padding-bottom: 85px !important;}
.pb90 {padding-bottom: 90px !important}
.pb95 {padding-bottom: 95px !important;}
.pb100 {padding-bottom: 100px !important;}

/**padding-top**/
.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important ;}
.pt55 {padding-top: 55px !important;}
.pt60 {padding-top: 60px !important;}
.pt65 {padding-top: 65px !important;}
.pt70 {padding-top: 70px !important;}
.pt75 {padding-top: 75px !important;}
.pt80 {padding-top: 80px !important;}
.pt85 {padding-top: 85px !important;}
.pt90 {padding-top: 90px !important;}
.pt95 {padding-top: 95px !important;}
.pt100 {padding-top: 100px !important;}

/**padding-left**/
.pl0 {padding-left: 0px !important;}
.pl4 {padding-left: 4px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}
.pl55 {padding-left: 55px !important;}
.pl60 {padding-left: 60px !important;}
.pl65 {padding-left: 65px !important;}
.pl70 {padding-left: 70px !important;}
.pl75 {padding-left: 75px !important;}
.pl80 {padding-left: 80px !important;}
.pl85 {padding-left: 85px !important;}
.pl90 {padding-left: 90px !important;}
.pl95 { padding-left: 95px !important;}
.pl100 {padding-left: 100px !important;}

/**padding-right**/
.pr0 {padding-right: 0px !important;}
.pr4 {padding-right: 4px !important;}
.pr5 {padding-right: 5px !important;}
.pr8 {padding-right: 8px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pr55 {padding-right: 55px !important;}
.pr60 {padding-right: 60px !important;}
.pr65 {padding-right: 65px !important;}
.pr70 {padding-right: 70px !important;}
.pr75 {padding-right: 75px !important;}
.pr80 {padding-right: 80px !important;}
.pr85 {padding-right: 85px !important;}
.pr90 {padding-right: 90px !important;}
.pr95 { padding-right: 95px !important;}
.pr100 {padding-right: 100px !important;}

/***************************************************************/


/**********************width, height***************************/
.width_auto{width:auto !important;}
.min_width_auto{min-width:0 !important; min-width:auto !important;}
.w3{width:3% !important;}
.w5{width:5% !important;}
.w8{width:8% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w24{width:24% !important;}
.w25{width:25% !important;}
.w26{width:26% !important;}
.w30{width:30% !important;}
.w32{width:32% !important;}
.w33{width:33% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w42{width:42% !important;}
.w45{width:45% !important;}
.w50{width:50% !important;}
.w52{width:52% !important;}
.w55{width:55% !important;}
.w57{width:57% !important;}
.w60{width:60% !important;}
.w63{width:63% !important;}
.w65{width:65% !important;}
.w67{width:67% !important;}
.w68{width:68% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w78{width:78% !important;}
.w79{width:79% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w87{width:87% !important;}
.w90{width:90% !important;}
.w100{width:100% !important;}

.h100{height:100% !important;}

.w100p{width:100px !important;}
.w110p{width:110px !important;}
.w120p{width:120px !important;}
.w200p{width:200px !important;}
.w250p{width:250px !important;}
.w300p{width:300px !important;}
.w400p{width:400px !important;}
.w500p{width:500px !important;}

.h200p{height:200px !important;}
.h250p{height:250px !important;}
.h300p{height:300px !important;}
.h400p{height:400px !important;}
.h500p{height:500px !important;}

/***************************************************************/
/********************************button*****************************/
.roundBtn{
	padding: 14px 35px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
    height: 47px;
    line-height: 47px;
    border: none;
    box-sizing: border-box;
    position: relative;
    transition: background .2s, box-shadow .2s;
}
/*roundBlueBtn*/
.roundBlueBtn{
	border: none;
    color: #ffffff !important;
    background-image: linear-gradient(80deg, #04c4a7, #006cff);
	box-shadow: 0 6px 6px 0 rgba(29, 61, 121, 0.5);
}
.roundBlueBtn:hover,.roundBlueBtn:focus {
    color: white;
    background-image: linear-gradient(80deg, #04c4a7, #006cff);
	box-shadow: 0 8px 12px 0 rgba(29, 61, 121, 0.9);
}

/*roundLienBtn*/
button{
	font-family: "Raleway", "Noto Sans KR", sans-serif;
}
.roundLineBtn{
	border: none;
    color: #ffffff !important;
	font-weight:500;
	border:2px solid rgba(255, 255, 255, 0.8); /*수정*/ 
	box-shadow: 0 3px 6px 0 rgba(15, 15, 15, .2);  /*수정*/ 
}
.roundLineBtn:hover,.roundLineBtn:focus {
    color: white;
	background: rgba(0, 0, 0, .1);
	box-shadow: 0 8px 12px 0 rgba(5, 5, 5, .3); /*수정*/ 
}
/*gradientBtn*/
.btn-hover {
	font-family: "Raleway", "Noto Sans KR", sans-serif;
	padding: 0px 45px;
    font-size: 16px;
	line-height: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    height: 52px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-2 {
	background-color:#ff7800;
    background-image: linear-gradient(to right, #ffba00, #ff7800, #ffba00, #ff7800);
    box-shadow: 0 8px 10px 0 rgba(23, 17, 13, 0.5);
}
.btn-hover.color-3 {
	background-color:#0464e6;
    background-image: linear-gradient(to right, #02c1ff, #0464e6, #02c1ff, #0464e6);
    box-shadow: 0 8px 10px 0 rgba(23, 17, 13, 0.5);
}
/*slideBtn*/
.OrangelineBtn {
  padding: 8px 25px;
  font-weight: 300;
  border-radius:100px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color:#ff6c00;
  font-size:14px;
  box-sizing:border-box;
}
/**** BTN No. 1 ****/
.OrangelineBtn {
  border: solid 1px #ff7800;
}
.OrangelineBtn:hover {
  background: #ff7800;
  color: #fff;
  font-weight:500;
  background-color: #ff7800;
  border: solid 1px #ff902e;
  background-image: linear-gradient(to right, #ffba00, #ff7800);
}
.OrangelineBtn:active {
  top: 2px;
}
/*blueLineBtn*/
.BluelineBtn {
  padding: 12px 30px;
  font-weight: 500;
  border-radius:100px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color:#0a83df;
  background:#ffffff;
  font-size:16px;
  box-sizing:border-box;
}
/**** BTN No. 2 ****/
.BluelineBtn {
  border: solid 1px #c9c9c9;
}
.BluelineBtn:hover{
  background: #0a83df;
  color: #fff;
  font-weight:500;
  background-color: #0a83df;
  border: 1px solid  #f4f4f4;
  background-image: linear-gradient(to right, #0a83df, #18b76a);
}
.BluelineBtn:active {
  top: 2px;
}


/* keyframes 정의 */
@keyframes circleLeft {
  0%{
    transform: translateX(-20px);
  }
  50%{
    transform: translateX(20px);
  }
  100%{
    transform: translateX(-20px);
  }
}
@keyframes circleRight {
  0%{
    transform: translateX(20px);
  }
  50%{
    transform: translateX(-20px);
  }
  100%{
    transform: translateX(20px);
  }
}

/*Header*/
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
	float: right;
    padding-right: 50px;
	padding-top: 3px;
}
#menu-container{
	display:none;
}
.menuDim{
	display:none;
}
.menuDimOpen{
	display:block;
	background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    color: black;
    background-color: #ffffff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 1px;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 17px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list .menu-submenu {
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
	top:55px;
    width: 100%;
    background: #ffffff;
    /*box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;*/
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
	right:-100%;
	border-top: 1px solid #dedfe0;
    top: 84px;
}
#menu-container .menu-list li{
	line-height:45px;
}
#menu-container .menu-list.active li a{
	color:#333333;
}
#menu-container .menu-list.active li.active-tab a{
	color:#ffffff;
}
.accordion-content.accordion-content li{
	border-bottom: 1px solid #e0e3e6;
    padding: 4px 30px;
    background: #f7f7f7;
}
.accordion-content.accordion-content li:last-child{
	border-bottom:none;
}
.accordion-content.accordion-content li a{
	font-size:16px;
	font-weight:400;
}
.accordion-content.open li:last-child{
	border-bottom:none;
}
#menu-container .menu-list li a{
	display:block;
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 18px;
    padding: 10px 30px;
    border-top: 1px solid #dbdcd2;
	letter-spacing:0;
	font-weight:500;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.mobileSns{
	font-size: 18px;
    padding: 10px 30px;
    border-top: 1px solid #dbdcd2;
	background:#eeeeee;
    letter-spacing: 0;
    font-weight: 500;
	overflow:hidden;
}
.mobileSns div{
	float:right;
}
.mobileSns p{
	float:left;
	padding-left:10px;
	line-height: 22px;
}
#menu-container .mobileSns a{
	width: 32px;
    display: block;
	text-align:center;
    height: 32px;
}
#menu-container .mobileSns .mo_facebook a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 8px;
}
#menu-container .mobileSns .mo_facebook a:hover{
	background:#3b5998;
}
#menu-container .mobileSns .mo_youtube a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 6px;
}
#menu-container .mobileSns .mo_youtube a:hover{
	background:#e21a20;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 18px;
    position: relative;
}
  .accordion-content {
    display: none;
}
.accordion-toggle.active-tab {
  background: #707c86;
  transition: all 0.3s ease;
}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}
.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
.overflow-hidden .sub_header,
.overflow-hidden .intro_header_wrap{
	background:#ffffff;
}
.overflow-hidden .sub_header h1.basic_logo,
.overflow-hidden .intro_header_wrap h1.basic_logo{
	display:block;
}
.overflow-hidden .wh_logo{
	display:none;
}
.overflow-hidden #menu-wrapper #hamburger-menu span{
	background-color:#333333;
}

/****************************************************header**********************************************************/
.sub_header{
	width:100%;
	margin:0 auto;
	height:95px;
	box-sizing:border-box;
	padding: 30px 0;
	position: absolute;
    top: 0;
	/*z-index:2;*/
	z-index:900;
	/*overflow:hidden;*/
}
.sub_header  header{
	overflow:hidden;
}
.sub_header h1{
	float:left;
	padding-left:50px;
}
.sub_header h1 a img{
	width:140px;
}
.sub_header h1.basic_logo{
	display:none;
}
#menu-icon-shape {
  width: 30px;
  height: 23px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top, #middle, #bottom {
  width: 100%;
  height: 2px;
  background: #333333;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#middle {
  margin: 6px 0;
}
.sub_header #menu-icon-shape.hamberger{
	float:right;
	padding-right: 96px; /*수정*/
}
.sub_header #menu-icon-shape.hamberger.active #top, 
.sub_header #menu-icon-shape.hamberger.active #middle,
.sub_header #menu-icon-shape.hamberger.active #bottom,
#menu-icon-shape.hamberger.active #top, 
#menu-icon-shape.hamberger.active #middle,
#menu-icon-shape.hamberger.active #bottom{
	background:#aaaaaa;
}
.sub_header .gnb_menu{
	/*overflow:hidden;*/
	position: absolute;
    left: 50%;
	top: 0px;
    /*margin-left: -224px;*/
	margin-left:-238px;
}
.sub_header .gnb_menu li{
	float:left;
	padding-left:20px;
	font-size: 16px;
	box-sizing:border-box;
}
.sub_header .gnb_menu li.gnbOn > a{
	box-sizing:border-box;
	border-bottom:3px solid #007fde;
	font-weight:600;
}
.sub_header .gnb_menu li.first{
	padding-left:0;
}
.sub_header .gnb_menu li  > a{
	color:#ffffff;
	color:rgba(255, 255, 255, 0.6);
	padding:35px 12px;
	box-sizing:border-box;
}
.sub_header .gnb_menu li a:hover{
	color:#ffffff;
}
.nav-menu {
   /* transition: all .4s;*/
}
.costum-navbar {
    background-color: #ffffff !important;  
	border-bottom:1px solid #d0d3d8;
    position: fixed;
}
.costum-navbar.sub_header{
	height:70px;
	padding:21px 0;
	/* -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;*/
}
.costum-navbar.sub_header .gnb_menu{
	top: 0px;
}
.costum-navbar.sub_header .gnb_menu li{
	padding-left:20px;
}
.costum-navbar.sub_header .gnb_menu li a{
	padding: 23px 12px;
} 
.costum-navbar.sub_header .gnb_menu li.gnbOn > a{
	box-sizing:border-box;
	border-bottom:3px solid #007fde;
	font-weight:600;
}
.costum-navbar.sub_header .gnb_menu li .submenu{
	top:69px !important;
}
.costum-navbar.sub_header h1.wh_logo{
	display:none;
}
.costum-navbar.sub_header h1.basic_logo{
	display:block;
}
.costum-navbar.sub_header .gnb_menu li a{
	color:#333333;
}
.costum-navbar.sub_header .gnb_menu li a:hover{
	font-weight:600;
}
.costum-navbar #top, .costum-navbar #middle, .costum-navbar #bottom{
	background:#929292;
}
/*Header_2depts*/
.submenuDim{
	display:none;
	background:rgba(0, 0, 0, 0.5);
	height:100vh;
	margin-top: 37px;
}
.costum-navbar .submenuDim{
	margin-top: 21px;
}
.submenuDim.active{
	display:block;
}
.sub_header.active{
	background:#ffffff;
	border-bottom:1px solid #bfbfbf;
	/*transition: all .5s;*/
}
.sub_header.active h1.wh_logo{
	background:#ffffff;
	display:none;
}
.sub_header.active h1.basic_logo{
	display:block;
}
.sub_header.active #top, .sub_header.active #middle, .sub_header.active #bottom{
	background:#929292;
}
.sub_header.active .gnb_menu li a{
	color:#333333;
}
.sub_header.active .gnb_menu li a:hover{
	font-weight:600;
}
ul#topnav {
}
ul#topnav li {
}
ul#topnav li a {
	display: block;
	text-decoration: none;
}
ul#topnav li:hover {

}
ul#topnav li .submenu {
	float: left;
	position: fixed;
	left: 0; top:94px;
	display: none;
	width:100%;
	background:#ffffff;
	background: url(../images/gnb_2dep_bg.jpg) repeat-y center top;
	border-top: 1px solid #bfbfbf;
	 transition: all .3s ease;
}
ul#topnav li .submenu .depth_wrap{
	display:table;
	margin:0 auto;
	width:1280px;
	  transition: all .4s;
}
ul#topnav li .depth_left{
	overflow:hidden;
	padding:60px 70px;
	box-sizing:border-box;
	width:35%;
	background:#f4f4f4;
	float:left;
}
ul#topnav li .depth_left div{
	overflow:hidden;
}
ul#topnav li .depth_left div dl dt{
	font-size:22px;
	font-weight:500;
	color:#333333;
	margin-bottom:18px;
}
ul#topnav li .depth_left div dl dd{
	font-size: 15px;
    line-height: 23px;
	color:#777777;
	margin-bottom:25px;
}
ul#topnav li .depth_right{
	overflow:hidden;
	float:left;
	width:65%;
	padding:60px 70px;
}
.sub_header .gnb_menu li .depth_right ul li{
    float: left;
    padding: 0;
	padding-left:0;
    padding-right: 40px !important;
    font-size: 18px;
	margin-bottom:20px;
}
.sub_header .gnb_menu li .depth_right ul li a{
	color:#777777;
	padding:0;
}
.sub_header .gnb_menu li .depth_right ul li a:hover{
	color:#0a83df;
	font-weight:500;
	text-decoration:none;
}
ul#topnav li:hover .submenu { display: block; }
/**********************************************************************************************************************/

/****************************************************footer****************************************************/
.sub_footer{
	background:#141415;
	padding:40px 0;
	font-family: "Noto Sans KR", sans-serif;
}
.sub_footer .footer_wrap{
	padding:0 50px;
}
.footer_wrap .footer_bottom{
	display: flex;
}
.footer_wrap h1{
	margin-right:50px;
	width:140px;
}
footer{
	width: 1280px;
	margin: 0 auto;
}
.footer_wrap .footer_top{
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin-bottom: 30px;
	/* padding: 0 190px 40px 190px; */
	padding-bottom: 40px;
	position: relative;
}
.footer_wrap .footer_top::after{
	content:'';
	width: calc(100% + 1000px);
	height: 1px;
	background: #5d5d5d;
	position: absolute;
	bottom: 0;
	left: -500px;
}
.footer_wrap .linkArea ul li{
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.footer_wrap .linkArea ul li .download{
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../images/download_sm.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.footer_wrap .linkArea a{
	display: inline-block;
	width: 140px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	border: 1px solid #5d5d5d;
}
.footer_wrap .linkArea a:hover{
	border: 1px solid #969696;
}
.footer_wrap .snsBox a{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
.footer_wrap .snsBox a.sns_fb{
	background: url(../images/sns_fb.png);
	background-position: 0 0;
}
.footer_wrap .snsBox a.sns_fb:hover{
	background-position: -30px 0;
}

.footer_wrap .snsBox a.sns_blog{
	background: url(../images/sns_blog.png);
	background-position: 0 0;
}
.footer_wrap .snsBox a.sns_blog:hover{
	background-position: -30px 0;
}


.addressArea{
	/* float:left; */
}
.addressArea li{
	line-height:22px;
	overflow:hidden;
}
.addressArea li.first{
	font-size:14px;
	font-weight:300;
	color:#c3c3c3;
	letter-spacing: 0px;
}
.addressArea li.first span{
	font-weight:600;
	font-family: "Raleway", "Noto Sans KR", sans-serif;
}
.addressArea li.copy{
	font-size:11px;
	font-weight:400;
	color:#777777;
	letter-spacing: 0;
	font-family: "Raleway", "Noto Sans KR", sans-serif;
}
.familySite{
	font-family: "Raleway", "Noto Sans KR", sans-serif;
	padding:5px 0;
}
.familySite li{
	float:left;
	padding-right:20px;
}
.familySite li a{
	color:#848484;
	font-size:13px;
	font-weight:500;
	letter-spacing: 0px;
}
.familySite li a:hover{
	color:#ffffff;
}
.familySite .familyFancy{
	color:#777777;
	font-size:12px;
}
/*bottomTab*/
.bottom_fixed{
	z-index:950;
	font-family: "Raleway", "Noto Sans KR", sans-serif;
	overflow:hidden;
	position: fixed;
    right: 0;
    bottom: 0;
	/*opacity:0;*/
	/* display:none; 230302 수정 -ys */
}
.bottom_fixed.show{
	visibility: visible;
	/*opacity:1;*/
    display:block;
}
.fTab {
    position: fixed;
    right: 60px;
    bottom: 0;
	padding: 0 30px;
    background-color: #1398f7;
    color:#ffffff;
	z-index:9999;
	display:table;
	height: 58px;
	cursor: pointer;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
	font-weight: 500;
}
.fTab.rpa{
	background-color: #ff7b00;
}
#rpa_wrapper .fTab{
	background-color: #ff7b00;
}
#sap_wrapper .fTab{
	background-color: #1398f7;
}
.fTab i{
	font-size: 26px;
    float: left;
}
.fTab span span{
	/*padding-left:10px;*/
	font-size: 18px;
}
.fTab span{
	display:table-cell;
	vertical-align:middle;
}
.fTab.active, .goTop_wrap.active {
    bottom: 300px;
}

.fTab.active + .contactUs_contents {
    max-height: 300px;
}
.contactUs_contents{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0px;
    height: 300px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
	background:#191c1f;
	color:#ffffff;
	z-index:9999;
}
.contactUs_contents_in{
	padding:40px;
	width:100%;
	box-sizing:border-box;
    vertical-align: middle;
	text-align: center;
}
.goTop_wrap{
	position: fixed;
    right: 0px;
    bottom: 0;
	-webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}
.goTopBtn{
	background: #252525;
   color: #fff;
   cursor: pointer;
   float: left;
   font-size: 16px;
   width: 60px;
   height: 58px;
   display:table;
   text-align:center;
}
.goTopBtn span{
  display:table-cell;
  font-weight: 600;
  vertical-align:middle;
}
.bottom_fixed_dim{
	display:none;
}
.bottom_fixed_dim.active{
	width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 920;
	display:block;
}
.fixed_info dt{
	color:#ffffff;
}
.fixed_info dd{
	font-size: 16px;
    line-height: 26px;
}
.fixed_info dt p.info_number{
	color:#ffffff;
	font-size:42px;
	line-height:42px;
	font-weight:600;
	font-family: "Montserrat";
	margin:10px 0px 15px 0;
}
.fixed_contact{
	overflow:hidden;
	margin-top:20px;
}
.fixed_contact li{
	float: left;
    box-sizing: border-box;
    width: 33.3333%;
}
.fixed_contact li a{
	color: #ffffff;
    font-size: 20px;
    background: #272c31;
    display: block;
    height: 100%;
    padding: 20px 0;
    margin: 0 5px;
}
#rpa_wrapper .fixed_contact li a:hover{
    background: #ff7600;
}
#sap_wrapper .fixed_contact li a:hover {
    background: #1f87d9;
}
.fixed_contact li:last-child{
	border-right:none;
}
/*뉴스레터구독신청*/
a.newsletterBtn{
	position: absolute;
    right: 0;
    padding: 5px 13px;
    font-size: 14px;
    letter-spacing: 0;
    border: 1px solid #b5b5b5;
    color: #8a8a8a;
}
a.newsletterBtn:hover{
	background:#333;
	border:1px solid #333;
	color:#ffffff;
}

/*LayerPopup : 회사오시는길:임시방편*/
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}
.cd-popup-trigger {
}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:960;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container .address_popup{
	padding:30px 20px;
}
.cd-popup-container .address_popup .pop_sns{
	position: absolute;
	margin-top:0;
}
.cd-popup-container .address_popup .pop_sns p{
	float:left;
	padding-right: 10px;
}
.cd-popup-container .address_popup .pop_sns p a{
	width: 32px;
    display: block;
	text-align:center;
    height: 32px;
}
.cd-popup-container .address_popup .pop_sns p.mo_facebook a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 8px;
}
.cd-popup-container .address_popup .pop_sns p.mo_facebook a:hover{
	background:#3b5998;
}
.cd-popup-container .address_popup .pop_sns p.mo_youtube a{
	border-radius:100px;
	background:#8a8a8a;
	padding-top: 6px;
}
.cd-popup-container .address_popup .pop_sns p.mo_youtube a:hover{
	background:#e21a20;
}
.cd-popup-container h5{
	 font-size:24px;
	 font-weight:600;
	 margin-bottom:20px;
}
.cd-popup-container iframe{
	width:100%;
}
.cd-popup-container div{
	margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cd-popup-container div span{
	font-family: "Montserrat";
    font-weight: 600;
    padding-left: 5px;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 33.3333%;
    border-right: 1px solid #cacaca;
    margin-bottom: 20px;
}
.cd-popup-container .cd-buttons li.last a{
	border-radius: 0 0 .25em 0;
}
.cd-popup-container .cd-buttons li.second a{
}
.cd-popup-container .cd-buttons li.first a{
	border-radius: 0 0 0 .25em;
}
.cd-popup-container .cd-buttons a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  color: #0375cf;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li a {
    font-size: 20px;
	font-weight:500;
}
.cd-popup-container .cd-buttons li a span{
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: initial;
    color: #333333;
}
.no-touch .cd-popup-container .cd-buttons li a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
@media screen and (max-width:900px) {
	.cd-popup-container{
		max-width:none;	
	}
}
@media screen and (max-width:600px) {
	.cd-buttons, .pop_sns{
		display:none;
	}
	.cd-popup-container h5{
		font-size:20px;
	}
	.cd-popup-container iframe{
		height:300px;
	}
	.cd-popup-container div{
		font-size:14px;
	}
}

/**************************************************************************************************************/

/****************************************responsive*********************************************************/
@media screen and (max-width:1400px) {
	.sub_footer .footer_wrap{
		padding: 0;
	}
}

@media screen and (max-width:1300px) {
	.sub_footer{
		width:100%;
		box-sizing:border-box;
	}
	.sub_footer .footer_wrap{
		overflow:hidden;
		width:100%;
	}
	footer{
		width: auto;
	}
}
@media screen and (max-width:1200px) {
	ul#topnav li .submenu .depth_wrap{
		width:100%;
	}
	ul#topnav li .depth_left {
		width: 40%;
	}
	ul#topnav li .depth_right {
		width: 60%;
	}
	.footer_wrap .footer_top{
		padding: 0 0px 20px 0px;
	}
	.footer_wrap .footer_top .snsBox{
		margin-top: 20px;
	}
}
.only-mo {
	display: none;
}
@media screen and (max-width:1100px) {
	.only-mo {
		display: block;
	}
	.sub_header .gnb_menu, .sub_header #menu-icon-shape.hamberger {
		display: none;
	}
	#menu-container{
		display:block;
	}
	.sub_header{
		height:auto;
	}
	.sub_header h1{
		padding-left:0;
	}
	#menu-wrapper{
		padding-right:0;
	}
	.sub_header{
		width:100%;
		padding:30px 30px;
		height:auto;
	}
	.sub_footer{
		padding:40px 30px;
	}
	.sub_footer .footer_wrap{
		padding:0;
	}
	.costum-navbar.sub_header{
		padding:30px 30px;
		height:auto;
	}
	.costum-navbar #menu-wrapper #hamburger-menu span{
		background-color:#929292;
	}
	.costum-navbar #menu-wrapper{
		padding-top:3px;
	}
	.costum-navbar #menu-container .menu-list{
		top:88px;
	}
}
@media screen and (max-width:900px) {
	.footer_wrap h1{
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	.footer_wrap .linkArea{
		padding-left: 0;
		text-align: center;
	}
}
@media screen and (max-width:800px) {
	.sub_header h1{
		padding-left:0;
	}
	#menu-wrapper{
		padding-right:0;
	}
	.sub_header{
		width:100%;
		padding:20px 20px;
		height:auto;
	}
	#menu-container .menu-list{
		top:63px;
	}
	#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login{
		padding:4px 20px;
	}
	.accordion-content.accordion-content li{
		padding:0 20px;
	}
	.costum-navbar.sub_header{
		padding: 20px 20px;
	}
	.costum-navbar #menu-container .menu-list {
		top: 63px;
	}
	#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login{
		padding:10px 20px;
	}
	#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
		font-size:16px;
	}
	.accordion-toggle a:before, .accordion-toggle a:after{
		width: 11px;
		height: 1px;
	}
	.accordion-content.accordion-content li a{
		font-size:14px;
	}
	#menu-container .menu-list li{
		line-height:40px;
	}
	.visual_area{
		height: 750px !important;
		background-size: cover !important;
	}
	.footer_wrap .footer_top{
		display: block;
		text-align: center;
	}
}
@media screen and (max-width:700px) {
	.fTab{
		display:none !important;
	}
	.bottom_fixed.show {
		overflow:hidden;
		width:60px;
		height:58px;
	}
	.visual_area {
		height: 720px !important;
	}
	.footer_wrap .btn_box ul li{
		width: 40%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.footer_wrap .btn_box ul li a{
		width: 100%;
		line-height: 50px;
	}
	.footer_wrap .linkArea a{
		width: 200px;
		margin-bottom: 5px;
	}
	
}
@media screen and (max-width:600px) {
	#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
		padding: 3px 20px;
	}
	.visual_area {
	    height: 100vh !important;
		display:table;
	}
	.keyCopy_wrap{
		display:table-cell;
		vertical-align:middle;
		padding: 0 40px;
		padding-bottom:95px;
	}
	 .sap .keyCopy_wrap{
		padding-bottom:150px;
	 }
	.visual_area .keyCopy, .visual_area.sap .keyCopy{
		margin-top:0;
	}
	.visual_area .keyCopy h3, .visual_area.sap .keyCopy h3{
		line-height:68px;
	}
	.footer_wrap h1 img{
		width: 120px;
	}
	.sub_footer {
		padding: 25px 0;
	}
	.sub_footer .footer_wrap {
		width:90%;
		margin:0 auto;
	}
	.footer_wrap .footer_bottom{
		display: block;
	}
	.footer_wrap h1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.addressArea li {
		text-align:center;	
	}
	.addressArea li ul li{
		padding-right: 10px;
	}
	.addressArea li.copy {
		font-size: 10px;
	}
	.addressArea li.first {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.addressArea li:last-child{
		text-align: center;
		padding-right:0;
	}
	.familySite {
		overflow: hidden;
		display: inline-block;
		/* width: 246px;
		margin: 0 auto; */
	}
	.addressArea {
		width: 100%;
	}
}
@media screen and (max-width:460px) {
	.visual_area .keyCopy h3 span, .visual_area.sap .keyCopy h3 span{
		display:block;
	}
	.visual_area .keyCopy h3{
		font-size:42px;
		line-height:58px;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.visual_area.sap .keyCopy h3{
		font-size:44px;
		line-height:56px;
		margin-top: 12px;
		margin-bottom:50px;
	}
	.visual_area .keyCopy p,.visual_area.sap .keyCopy p{
		font-size:15px;
		letter-spacing:1px;
	}
	.keyCopy_wrap{
		padding: 0 20px;
		padding-bottom:95px;
	}
	.sub_header h1 a img{
		width:120px;
	}
}
@media screen and (max-width:400px) {
	.visual_area .keyCopy p{
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.visual_area.sap .keyCopy p{
		font-size: 16px;
	}
	.visual_area .keyCopy h3{
		font-size: 38px;
		line-height: 52px;
		margin-bottom: 30px;
	}
	.visual_area.sap .keyCopy h3{
		font-size:40px;
		line-height:52px;
		margin-bottom: 40px;
	}
	.visual_area .keyCopy h3 span, .visual_area.sap .keyCopy h3 span{
		font-size:56px;
	}
	.visual_area .keyCopy ul, .visual_area.sap .keyCopy ul{
		margin-bottom:50px;
	}
}

/*TitleAction*/
@keyframes slowTitle{
  from {
    margin-top: 30px;
	opacity:0;
  }
  to {
    margin-top: 0px;
	opacity:1;
  }
}
@keyframes fastTitle{
  from {
    margin-top: 30px;
	opacity:0;
  }
  to {
    margin-top: 0px;
	opacity:1;
  }
}

/* ===== css/font-awesome.min.css ===== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=4.7.0');src:url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* ===== css/subPage.css ===== */
@charset "utf-8";

#sub_wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	/*letter-spacing:-1px;*/
}

/******************************************************visual***********************************************************/
.sub_visual{
	width:100%;
	background:url(../images/company_bg.png) center 0 no-repeat;
	height: 540px;
    padding-top: 80px;
	box-sizing:border-box;
	position:relative;
	background-attachment: fixed;
}
.sub_visual.recruit{
	background:url(../images/recruit_bg.png) center 0 no-repeat;
	background-attachment: fixed;
}
.sub_visual.esg{
	background:url(../images/esg_bg.png) center 0 no-repeat;
	background-attachment: fixed;
}
.sub_visual .sub_topTIlte{
	width:1280px;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
	margin-top: 90px;
	padding-left: 100px;
}
.sub_visual .sub_topTIlte h3{
	font-family: "Raleway", sans-serif;
    color: #cccccc;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 6px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 5px;
	animation-delay:0.3s;
	  animation-duration: 0.7s;
	  animation-name: fastTitle;
	  animation-fill-mode: backwards;
}
.sub_visual .sub_topTIlte p{
	font-size:56px;
	line-height:70px;
	color:#ffffff;
	font-weight:100;
	letter-spacing:-1px;
	animation-delay: 0.4s;
    animation-duration: 0.7s;
    animation-name: slowTitle;
    animation-fill-mode: backwards;
}

.sub_visual .sub_topTIlte p.subTxt{
	font-size: 18px;
	line-height:28px;
	margin-top:20px;
}

.sub_visual .sub_topTIlte p span{
	font-weight:500;
}

/*subTab*/
#stickyTab {
  display: block;
  background: #fff;  
  width: 100%;
  margin:0 auto;
  overflow: hidden;
  border-bottom:1px solid #dcdcdc;
  z-index: 1;
  transition: all .3s;
}
#stickyTab.sticky{
	position: fixed;
	top:70px;
}
#stickyTab ul{
	width: 1280px;
	margin:0 auto;
}
#stickyTab ul li{
	float:left;
	box-sizing:border-box;
	border-right:1px solid #dcdcdc;
}
#stickyTab ul li.last{
	border-right:none;
}
#stickyTab ul li.on a,
#stickyTab ul li.on a:hover{
	border-right:none;
	background:#218cdb;
	background: rgba(32,139,221,1);
	background: -moz-linear-gradient(-45deg, rgba(0,156,224,1) 0%, rgba(0,156,224,1) 25%, rgba(137,200,149,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,156,224,1)), color-stop(25%, rgba(32,139,221,1)), color-stop(100%, rgba(137,200,149,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,156,224,1) 0%, rgba(0,156,224,1) 25%, rgba(137,200,149,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,156,224,1) 0%, rgba(0,156,224,1) 25%, rgba(137,200,149,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,156,224,1) 0%, rgba(0,156,224,1) 25%, rgba(137,200,149,1) 100%);
	background: linear-gradient(135deg, rgba(0,156,224,1) 0%, rgba(0,156,224,1) 25%, rgba(137,200,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208bdd', endColorstr='#18c974', GradientType=1 );
}
#stickyTab ul li.on a{
	color:#fff;
}
#stickyTab ul li a{
	color: #333;
    font-size: 20px;
    padding: 20px 0;
    display: block;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: -0.5px;
}
#stickyTab ul li a:hover{
	background:#f7f7f7;
}
#stickyTab ul.company_tab li{
	/* 220728 수정 ys width:20%; */
	width: 25%;
	text-align:center;
}
#stickyTab ul.work_tab li{
	/* 230302 수정 -ys 
	width:25%; */
	width:33.3%;
	text-align:center;
}
#stickyTab ul.recruit_tab li{
	width:33.3333%;
	text-align:center;
}

/* 230302 수정 -ys */
#stickyTab ul.rpa_tab li{
	width:25%;
	text-align:center;
}
#stickyTab ul.esg_tab li{
	width:33%;
	text-align:center;
}
/* //230302 수정 -ys */

/**********************************************************************************************************************/

/******************************************************subCommon********************************************************/
#sub_contents{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
	font-size:18px;
	line-height:30px;
    letter-spacing: -0.6px;
	padding:20px 0 70px 0;
}
#sub_contents .contents{
	width:1280px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	text-align:center;
	/*padding:100px 0;*/
	padding:100px 0;
}
#sub_contents .contents.echo_contact{
	border-top: 1px solid #d2d2d2;
}

#sub_contents .contents_title span{
	color: #228dd9;
	display:block;
    font-size: 16px;
	line-height:16px;
    font-weight: 500;
    letter-spacing: 1px;
	margin-bottom:25px;
}
#sub_contents .contents_title h3{
	font-weight:700;
	font-size:44px;
	line-height:44px;
	margin-bottom:40px;
	letter-spacing:-1.2px;
	font-family: "Noto Sans KR", sans-serif;
}
#sub_contents .contents_title p{
	color:#777;
	font-weight:300;
	width: 85%;
    margin: 0 auto;
	margin-bottom:65px;
}
#sub_contents .contents_con{
	width:100%;
	overflow:hidden;
}
/************************************************************************************************************************/

/***********************************************company : notice****************************************************/
#sub_contents .contents.echo_notice{
	width:1080px;
}
.echo_notice .noti_wrap{
	margin:10px;
	border-top:2px solid #333;
	font-family: "Noto Sans KR", sans-serif;
}
.sub_txt{
    color:#8E8E86;
	word-break:break-all;
	-ms-word-break:break-all;
	-webkit-word-break:break-all;
}
.monoti{
	display:none;
}
.noti_wrap.pcnoti table{
	width:100%;
	border-collapse:collapse;
	border-bottom:#333;
}
.echo_notice .noti_wrap p{
	width:100%;
}
.echo_notice .noti_wrap> li{border-bottom:1px solid #dcdcdc;} 
.echo_notice .noti_wrap> li.active{border-bottom:2px dashed #333;} 
.echo_notice .noti_wrap>li>div.noti_titline{
	padding:10px;
	background:#f2f2f2;
}
.echo_notice .noti_wrap>li>div.noti_titline table tbody tr td{
	text-align:center !important;
}
.echo_notice .noti_wrap>li>div.noti_tit table tr td:first-child{
	padding-left:10px;
	text-align:left !important;
}
.echo_notice .noti_wrap>li>div.noti_tit{
	padding:10px;
	cursor:pointer;
	background:#fff url(../images/btn_down.png) 95% center no-repeat; 
}
.echo_notice .noti_wrap>li.active>div.noti_tit td{
    font-weight:bold;  
}
.echo_notice .noti_wrap>li.active>div.noti_tit{
	background:#fff url(../images/btn_up.png) 95% center no-repeat;
}
.noticon_wrap{
    display:table;
	padding:20px;
	text-align:left;
    border-top:2px dashed #333;
    overflow:hidden;
}
.noticon_wrap .sub_img{
    float:left;
    width:300px;
    margin-right:25px;
}
.noticon_wrap .sub_txt{
    text-align:left;
    font-size:16px;
    line-height:1.65;
    letter-spacing:-0.25px;
}
.noticon_wrap .sub_txt a{
    color:#787872;
    font-weight:bold;
}
.noticon_wrap .sub_txt a:hover, .noticon_wrap .sub_txt a:focus{
    color: #228dd9
}
.noticon_wrap .sub_txt.wh_img{
    display:table-cell;
    vertical-align:middle;
}
.noticon_wrap .sub_txt.img{
    padding-left:40px;
}
.noticon_wrap .noti_link a{
	font-weight:400;
}
.noticon_wrap .sub_txt .sub_txt_line{
    padding-bottom:10px;
}
/******************************************************************************************************************/

/***********************************************company : ȸ��Ұ�****************************************************/
/*About����*/
.echo_field{
	overflow:hidden;
	width: 702px;
    margin: 0 auto;
	box-sizing:border-box;
}
.echo_field li{
	float:left;
	border-radius:50%;
	height:190px;
	width:190px;
	display:table;
}
.echo_field li span{
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	line-height: 24px;
}
.echo_field li.echoField_01{background:#228dd9;}
.echo_field li.echoField_02{background:#2a518b; background:rgba(42, 81, 139, 0.9); margin-left: -20px;}
.echo_field li.echoField_03{background:#0da0c5; background:rgba(13, 160, 197, 0.9); margin-left: -20px;}
.echo_field li.echoField_04{background:#34bb7a; background:rgba(52, 187, 122, 0.9); margin-left: -20px;}
.echo_info{
	box-sizing: border-box;
    margin-top: 20px;
}
.echo_info li{
	float:left;
	box-sizing:border-box;
	width:33.3333%;
	text-align:left;
	margin-top:50px;
}
.echo_info li dl{
	margin:0 10px;
}
.echo_info li dl dt{
	font-weight: 500;
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid #000000;
	margin-bottom:10px;
}
.echo_info li dl dd{
	color:#777777;
	font-weight: 400;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 20px;
}
/*�����̼�*/
.companyList_02{
	background:#f9f9f9;
	width:100% !important;
}
.echo_mission{
	overflow:hidden;
	box-sizing:border-box;
	width:1280px;
	margin:0 auto;
}
.echo_mission li{
	float:left;
	width:25%;
	padding: 0 20px;
	padding-bottom: 30px;
	box-sizing:border-box;
}
.echo_mission li dl{
	width:100%;
	box-sizing: border-box;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .08), 0 5px 5px -3px rgba(0, 0, 0, .05);
    box-shadow: 0px 10px 22px 1px rgba(0, 0, 0, 0.1);
}
.echo_mission li dt img{
	display:block;
}
.echo_mission li dd{
	background:#ffffff;
	padding:35px 0;
	font-size:22px;
	font-weight:500;
	line-height:28px;
}
.echo_mission li dd span{
	display:block;
	font-size:16px;
	font-weight:400;
	letter-spacing:0;
}
.echo_vision{
	margin-top:60px;
	font-size:22px;
	padding:0 5px;
	padding-bottom:8px;
	border-bottom:2px solid #333333;
	font-weight:500;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
	line-height:22px;
	*display:inline; zoom:1;
	display:inline-block;
}
/*Why����*/
#sub_contents .companyList_03 .contents_title h3{
	font-family: "Raleway", "Noto Sans KR", sans-serif;
	font-size: 46px;
    line-height: 46px;
	letter-spacing:-0.5px;
}
.whyList{
	margin-top: 160px;
	overflow:hidden;
	box-sizing:border-box;
}
.whyList.whyList01{
	margin-top:30px;
}
.whyList ul li{
	width:50%;
}
.whyList ul li img{
	display:block;
}
.whyList li dl{
	text-align:left;
	padding-top:50px;
	box-sizing:border-box;
}
.whyList.whyList02 li dl,
.whyList.whyList04 li dl {
	padding-left: 90px;
}
.whyList li dl dt h4{
	font-size:30px;
	line-height:30px;
	font-weight:500;
	margin-bottom:18px;
}
.whyList li dl dt span{
	color:#777777;
	font-weight: 300;
}
.whyList li dl dd{
	margin-top:45px;
	border-left:1px solid #333333;
	padding-left:40px;
}
.whyList li dl dd ul li{
	font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 16px;
	width:100%;
	letter-spacing: -0.8px;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.whyList li dl dd ul li.last{
	margin-bottom:0;
}
/*************************************************************************************************************************/

/**************************************************company : ����******************************************************/
#sub_contents .contents.echo_history{
	overflow:hidden;
	width:100%;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
#sub_contents .echo_history .contents_title p{
	margin-bottom:0;
}
.history_tabs{
  width:100%;
  overflow:hidden;
  position:relative;
}
.history_tab_title{
	width:100%;
	background:url(../images/history_bg.png) center bottom no-repeat;
	padding-top:50px;
}
.history_tab_buttons{
	overflow:hidden;
	width:1280px;
	margin:0 auto;
	position: relative;
}
.history_tab_buttons p{
  color:#333;
  cursor:pointer;
  display:block;
  /* 220728 수정 ys width:33.3%; */
  width:25%;
  float:left;
  height:320px;
  box-sizing:border-box;
  padding-top: 20px;
  text-align:center;
}
.history_tab_buttons p img{
	display:block;
	width:110px;
	margin:0 auto;
}
.history_tab_buttons p span{
	display:block;
}
.history_tab_buttons p span.historyTitle{
	font-size:22px;
	line-height:22px;
	font-weight:600;
	margin-top:20px;
	margin-bottom: 25px;
}
.history_tab_buttons p span.historyYear{
	display:inline;
	box-sizing:border-box;
	font-weight: 500;
	border:1px solid #d2d2d2;
	border-radius:100px;
	padding:10px 20px;
	font-size:16px;
	background:#ffffff;
	letter-spacing:0;
	color:#777777;
}
.history_tab_buttons p.current span.historyYear{
	background: #218cdb;
    background: rgba(32,139,221,1);
    background: -moz-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,139,221,1)), color-stop(25%, rgba(32,139,221,1)), color-stop(100%, rgba(24,201,116,1)));
    background: -webkit-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
    background: linear-gradient(135deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208bdd', endColorstr='#18c974', GradientType=1 );
	color:#fff;
	font-size:18px;
	box-sizing:border-box;
	border:none;
	  -webkit-transition: all linear .1s;
	  -moz-transition: all linear .1s;
	  transition: all linear .1s;
}
.history_tab_content{
  display:inline-block;*display:inline; zoom:1;
  display:inline-block;
  color:#333;
  width:1280px;
  margin:0 auto;
  padding-top: 50px;
}
.history_tab_content div ul li{
	width:33.3333%;
	float:left;
	box-sizing:border-box;
	text-align:left;
	padding-right: 30px;
	min-height: 116px;
    margin-bottom: 40px;
}
.history_tab_content div ul li.last{
	margin-bottom:0;
}
.history_tab_content div ul li dl dt{
	font-size:26px;
	line-height:26px;
	padding-bottom: 15px;
	font-weight:600;
	background:url(../images/history_title_bg.png) 0 bottom no-repeat;
	margin-bottom: 15px;
}

#lamp{  
  /* 220728 수정 ys width:33.3%; */
  width:25%;
  height:2px;
  background:#2278d9;
  display:block;
  position:absolute;
  top:318px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.history_content2{
  /* 220728 수정 ys left:33.3%; */
  left:25%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.history_content3{
  /* 220728 수정 ys left:66.6%; */
  left:50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}

/* 220728 추가 ys */
#lamp.history_content4{
	left:75%;
	transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
/* //220728 추가 ys */

#lamp.history_content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
/*************************************************************************************************************************/

/***********************************************organization : ������**************************************************/
.organization_wrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
}
#sub_contents .echo_organization .contents_title p {
    margin-bottom: 40px;
}
.organizatio_map * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */
}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.org-chart.cf:after {
  clear: both;
}
.org-chart.cf {
  *zoom: 1;
}
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.org-chart ul li {
  position: relative;
}
.org-chart ul li span {
  display: block;
  border: 1px solid #d5d9de;
  border-top:none;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  
  padding: 15px 20px;
  box-sizing: border-box;
  /*border-top: 2px solid #1f8bdd;*/
  background:#f7f7f7;
  background:#f7f7f7 url(../images/organizationGradient.png) center 0 no-repeat;
  background-size:100% 2px;
}
.org-chart ul li strong{
    display: block;
	font-size: 14px;
    font-weight: 500;
	line-height:14px;
	letter-spacing:-0.3px;
	margin-bottom:8px;
	color:#777777;
}
.org-chart .lvl-b {
  background: #f7f7f7;
  color: #333;
}
/*CEO*/
.org-chart .lvl-b.ceo{
    background: #ffffff;
	border:1px solid #dcdcdc;
    color: #333;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .08), 0 5px 5px -3px rgba(0, 0, 0, .05);
    box-shadow: 0px 10px 22px 1px rgba(0, 0, 0, 0.1);
}
.org-chart ul li span.ceo{
	padding: 25px 10px 35px 10px;
}
.org-chart .lvl-b.ceo img{
	width:60px;
	margin:0 auto;
	display:block;
	margin-bottom:15px;
}
.org-chart ul li .ceo strong{
	margin-bottom:8px;
}
.org-chart .board {
  width : 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 399px;
  width: 0px;
  border-left: 1px solid #dcdcdc;
  margin-left: 49.98%;
  top: 22px;
}
.org-chart ul.columnOne {
  height: 200px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnOne li {
  width: 25%;
  margin: 0px auto;
  top: 20px;
}
.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 120px;
  clear: both;
}
.org-chart ul.columnTwo li:first-child {
  width: 25%;
	width : -webkit-calc(33.3% - 20px); /* for Chrome, Safari */
    width :    -moz-calc(33.3% - 20px); /* for Firefox */
    width :         calc(33.3% - 20px); /* for IE */
  margin:0 10px;
  float: left;
}
.org-chart ul.columnTwo li {
  width: 25%;
	width : -webkit-calc(33.3% - 20px); /* for Chrome, Safari */
    width :    -moz-calc(33.3% - 20px); /* for Firefox */
    width :         calc(33.3% - 20px); /* for IE */
  margin:0 10px;
  float: right;
}
.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: absolute;
  width: 49.2%;
  height: 10px;
  border-top: 1px solid #dcdcdc;
  margin: 0;
  top: 40px;
  right: 10px;

}
.org-chart ul.columnTwo.education{
	height:100px;
}
.org-chart ul.columnTwo.education:before {
    width: 49.2%;
    box-sizing: border-box;
    height: 10px;
    margin: 0;
    left: 10px;
}
.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}
.org-chart ul.columnThree li:first-child {
  width: 30%;
  float: left;
  margin-left: 0;
}
.org-chart ul.columnThree li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.org-chart ul.columnThree li:last-child {
  width: 30%;
  float: right;
  margin-left: 0;
}
.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid orange;
  margin: 0 auto;
  top: 40px;
}
.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}
.org-chart .departments:before {
  content: "";
  display: block;
  width: 85%;
  height: 22px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin: 0 auto;
  top: 0px;
}
.org-chart .department {
  border-left: 1px solid #dcdcdc;
  width : 24%; /* ���� �������� ���� ���å(fallback) */
    width : -webkit-calc(33.3% - 20px); /* for Chrome, Safari */
    width :    -moz-calc(33.3% - 20px); /* for Firefox */
    width :         calc(33.3% - 20px); /* for IE */
  float: left;
  margin: 0px 10px;
  box-sizing:border-box;
}
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 1px solid #dcdcdc;
  left: 50%;
  top: -22px;
}
.org-chart .department:first-child:after {
  display: none;
}
.org-chart .department:last-child:after {
  display: none;
}
.org-chart .department.central {
  background: #F5EEC9;
}
.org-chart .department.central:after {
  display: none;
}
.org-chart .department span {
  border-left: none;
  background:#f7f7f7;
  background:#f7f7f7 url(../images/organizationGradient.png) center 0 no-repeat;
  background-size:100% 2px;
}
.org-chart .department li {
  padding-left: 25px;
  border-bottom: 1px solid #dcdcdc;
  height: 60px;
}
.org-chart .department li span {
  background: #f2f5f9;
  color:#333;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border: 1px solid #c3cad4 ;
}
.org-chart .department li span strong{
	display: block;
    font-size: 14px;
	line-height: 14px;
    font-weight: 400;
	letter-spacing:0px;
	margin-bottom:0;
	color:#333;
}
.org-chart .department .sections {
  margin-top: -20px;
}

/* MEDIA QUERIES */
@media all and (max-width: 767px) {
  .org-chart .board {
    margin: 0px;
    width: 100%;
  }
  .org-chart .departments:before {
    border: none;
  }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 55px;
  }
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 1px solid #dcdcdc;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;
  }
  .org-chart .department:after {
    display: none;
  }
  .org-chart .department:first-child:before {
    display: none;
  }
}
/* // @media 767 */
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
  width: 767px;
  margin: 0px auto;
}
.responsive-content .org-chart .board {
  margin: 0px;
  width: 100%;
}
.responsive-content .org-chart .departments:before {
  border: none;
}
.responsive-content .org-chart .department {
  float: none;
  width: 100%;
  margin-left: 0;
  background: #F5EEC9;
  margin-bottom: 40px;
}
.responsive-content .org-chart .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 60px;
  border-left: 2px solid orange;
  z-index: 1;
  top: -45px;
  left: 0%;
  margin-left: -2px;
}
.responsive-content .org-chart .department:after {
  display: none;
}
.responsive-content .org-chart .department:first-child:before {
  display: none;
}

/*************************************************************************************************************************/

/**************************************************partner : ��Ʈ��******************************************************/
.echo_partner{
	overflow:hidden;
	margin-top:20px;
}
.echo_partner li{
	float:left;
	box-sizing:border-box;
	width:16.6666%;
	margin-bottom:35px;
}
/*************************************************************************************************************************/

/**************************************************location : ���ô±�******************************************************/
/* 230302 수정 -ys*/
.echo_contact .mailInfo_form{
	padding-bottom: 100px;
	margin-bottom: -50px;
	border-bottom: 0;
}
/* //230302 수정 -ys*/


.echo_location{
	overflow:hidden;
}
.echo_map{
	width:100%;
	margin-bottom:30px;
}
.echo_map iframe{
	width:100%;
	height:400px;
}
.echoMap_info{
	overflow:hidden;
	margin-bottom:80px;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.echoMap_info > li{
	float:left;
	box-sizing:border-box;
	width:50%;
	text-align:left;
}
.echoMap_info div.address_info{
	border-left:none;
}
/* .echoMap_info li dl:first-child{
	border-right:1px solid #dcdcdc;
} */
.echoMap_info li.last dl{
	border-right:none;
	padding-left:40px;
}
.echoMap_info li dl dt{
	font-size:21px;
	/* line-height:20px; */
	font-weight:800;
	margin-bottom:15px;
}
.echoMap_info li dl dd{
	font-size:18px;
	color: #797979;
}
.address_info li p{
	float:left;
	font-weight: 500;
}
.address_info li p:first-child{
    padding-right: 20px;
}
.blue_circle{
	border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    background: #228dd9;
    width: 25px;
    height: 25px;
    font-size: 13px;
	line-height: 24px;
    letter-spacing: -1px;
	text-align:center;
	display:inline-block;*display:inline; zoom:1;
    display: inline-block;
}
/* 220728 ys 수정.subway_info li span{
	font-weight:500;
	color:#3eab32;
} */
.subway_info li span:first-child{
	font-weight:500;
	color:#fe5d10;
}
.subway_info li span:last-child{
	font-weight:500;
	color:#971f2d;
}


/***************************************************************************************************************************/

/****************************************************recruit : �����******************************************************/
.echo_talent, .talent_list{
	overflow:hidden;
}
.talentList{
	margin-top:150px;
	box-sizing:border-box;
}
.talentList.talentList01{
	margin-top:30px;
}
.talent_list li{
	box-sizing:border-box;
	float:left;
	width:50%;
	text-align:left;
}
.talent_list li img{
	display:block;
}
.talentList li dl {
    text-align: left;
    padding-top: 45px;
    box-sizing: border-box;
}
.talentList.talentList01 li dl, .talentList.talentList03 li dl {
    padding-left: 90px;
}
.talent_list li dl dt span{
	color:#228dd9;
	/* 220728 ys 수정 font-size:18px; */
	font-size: 26px;
	line-height:18px;
	/* 220728 ys 수정 font-weight: 500; */
	font-weight: 700;
	display:block;
	margin-bottom:20px;
	letter-spacing:0;
}
.talent_list li dl dt h4{
	font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 35px;
}
.talentList li dl dd{
    color: #777777;
    font-weight: 300;
}
/***************************************************************************************************************************/

/****************************************************recruit : �����Ļ�******************************************************/
#sub_contents .contents.echo_benefits{
	overflow:hidden;
	width:100%;
	padding: 100px 0 0 0;
}
#sub_contents .echo_benefits .contents_title p{
	margin-bottom:40px;
}
.echo_benefits .benefits_01 .benefits_title h4{
	font-size:24px;
	line-height:24px;
	font-weight:500;
	margin:30px 0 25px 0;
}
.echo_benefits .benefits_02 .benefits_title h4{
	font-size:24px;
	line-height:24px;
	font-weight:500;
	margin:0px 0 25px 0;
}
.echo_benefits .benefits_title p{
	color:#777777;
	 font-weight: 300;
	 margin-bottom:60px;
}
.verticalLine{
	width:1px;
	height:65px;
	margin:0 auto;
	background:#333333;
}
#sub_contents .contents.benefits_01{
	overflow:hidden;
	width:1280px;
	margin:0 auto;
	padding:0 0 100px 0;
}
.benefits_01 ul li{
	box-sizing:border-box;
	float:left;
	width:20%;
}
.benefits_01 ul li dl dt{
	border-radius:50%;
	width:200px;
	height:200px;
	margin:0 auto;
}
.benefits_01 ul li.benefits01_list01 dl dt{background:url(../images/benefit01_list01.png) center center no-repeat;}
.benefits_01 ul li.benefits01_list02 dl dt{background:url(../images/benefit01_list02.png) center center no-repeat;}
.benefits_01 ul li.benefits01_list03 dl dt{background:url(../images/benefit01_list03.png) center center no-repeat;}
.benefits_01 ul li.benefits01_list04 dl dt{background:url(../images/benefit01_list04.png) center center no-repeat;}
.benefits_01 ul li.benefits01_list05 dl dt{background:url(../images/benefit01_list05.png) center center no-repeat;}

.benefits_01 ul li dl dd{
	font-size:20px;
	line-height:20px;
	font-weight:500;
	margin-top:24px;
}
#sub_contents .contents.benefits_02{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	background:url(../images/benefits02_bg.png) center bottom no-repeat;
	background-size: cover;
}
.benefits_02 ul{
	width:1300px;
	margin:0 auto;
	overflow: hidden;
	padding: 25px 0 50px 0;
}
.benefits_02 ul li{
	box-sizing:border-box;
	float:left;
	/* 230302 수정 -ys width:25%; */
	width:33%;
	padding:0 10px;
	margin-bottom: 20px;
}
.benefits_02 ul li div{
	display:table;
	width:100%;
	background:#ffffff;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0px 40px;
	min-height: 270px;
}
.benefits_02 ul li div:hover{
	border:1px solid #54b0f8;
}
.benefits_02 ul li dl{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.benefits_02 ul li dl dt img{
	display:block;
	width:60px;
	margin:0 auto;
	margin-bottom:20px;
}
.benefits_02 ul li dl dt h5{
	font-size:20px;
	line-height:20px;
	font-weight:500;
	margin-bottom:15px;
}
.benefits_02 ul li dl dd{
	color:#777777;
	font-weight:300;
	font-weight: 300;
    line-height: 24px;
}
.benefits_02 ul li dl dd span{
	font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
	display: block;
}
.benefits_02 ul li dl dd span a{
	color:#777777;
}
/***************************************************************************************************************************/

/****************************************************recruit : ä����******************************************************/
.echo_method{
	overflow:hidden;
}
.method_list{
	overflow:hidden;
}
.method_list li{
	box-sizing:border-box;
	width:20%;
	float:left;
	border-right:1px solid #dcdcdc;
}
.method_list li dl{

}
.method_list li dl dt{
	/*width:190px;
	height:190px;*/
	display: table;
	margin: 0 auto;
}
/*.method_list li.method_list01 dl dt{background:url(../images/method_bg01.png) center center no-repeat; background-size: 100%;}
.method_list li.method_list02 dl dt{background:url(../images/method_bg02.png) center center no-repeat; background-size: 100%;}
.method_list li.method_list03 dl dt{background:url(../images/method_bg03.png) center center no-repeat; background-size: 100%;}
.method_list li.method_list04 dl dt{background:url(../images/method_bg04.png) center center no-repeat; background-size: 100%;}
.method_list li.method_list05 dl dt{background:url(../images/method_bg05.png) center center no-repeat; background-size: 100%;}*/
.method_list li.method_list05{border-right:none;}
.method_list li dl dt p{
	display:table-cell;
	vertical-align:middle;
}
.method_list li dl dt img{
	display:block;
	width:80px;
	margin:0 auto;
}
.method_list li dl dd span{
	font-size: 18px;
    line-height: 18px;
    color: #208bdd;
    font-weight: 500;
    display: block;
    margin-top: 25px;
	font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.method_list li dl dd p{
	margin-top: 10px;
	font-size:20px;
	line-height:20px;
    font-weight: 500;
}
.method_table{
	width:100%;
	/* margin-top:70px; */
	border-collapse:collapse;
	font-size:18px;
	border-top: 2px solid #333;
}
.method_table tr th{
	background:#f2f2f2;
	color:#333333;
	font-weight:400;
	text-align: center;
	height: 55px;
    box-sizing:border-box;
	vertical-align: middle;
	border-bottom:1px solid #dcdcdc;
}
.method_table tr td{
	text-align:left;
	height: 65px;
	font-weight:300;
	padding: 0 40px;
    box-sizing:border-box;
	vertical-align: middle;
	border-bottom:1px solid #dcdcdc;
}
.recruit_info{
	padding: 20px 0;
	overflow:hidden;
	box-sizing:border-box;
}
.recruit_info li{
	line-height:28px;
}
.moTable{
	display:none;
}
/***************************************************************************************************************************/


/**************************************************work : ��Ʈ������******************************************************/
#sub_contents .contents.echo_work{
	padding:30px 0 100px 0;
	width:1280px;
}
.work_wrap {
	position: relative; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#filters li {
	float:left;
}
#filters li a {
	display: block;
	cursor: pointer;
}
#filters li a.active,
#filters li a.active:hover {
	color:#fff;
	background:#218cdb;
	background: rgba(32,139,221,1);
	background: -moz-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(32,139,221,1)), color-stop(25%, rgba(32,139,221,1)), color-stop(100%, rgba(24,201,116,1)));
	background: -webkit-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
	background: linear-gradient(135deg, rgba(32,139,221,1) 0%, rgba(32,139,221,1) 25%, rgba(24,201,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208bdd', endColorstr='#18c974', GradientType=1 );
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* width:18%; */
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

#portfoliolist .portfolio.subClient{
	width: 18%;
	border:0;
	margin-top: 30px;
}
#portfoliolist .portfolio.subClient .portfolio-wrapper{
	background: transparent;
}


.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #fff;
	/* 230302 수정 ys
	background: #666;
	cursor:pointer; */
	padding: 5px 30px;
	padding-bottom: 30px;
	/* //230302 수정 ys */
}

@media all and (max-width: 767px) {
	.portfolio-wrapper{
		padding: 5px 10px;
	}
}

.portfolio-wrapper .label{
	text-align: left;
	font-size: 20px;
}
.portfolio-wrapper .label-sub{
	display: flex;
    align-items: center;
	height: 40px;
	margin-top: 10px;
	color:#898989;
	font-size: 14px;
	line-height: 20px;
}

/* 230302 수정 ys */
#portfoliolist .contents_title p {
	margin-bottom: 35px;
}
.portfolio{
	border: 1px solid #e2e2e2;
	transition: box-shadow 0.3s;
}
/* .portfolio:hover{
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%), 0 1px 5px rgb(0 0 0 / 20%);
} */
.portfolio .portfolio-img{
	display: flex;
	align-items: center;
	height: 150px;
}
.portfolio.subClient:hover{
	box-shadow: none;
}
.portfolio.subClient .portfolio-img{
	height: 110px;
}
.portfolio img {
	/* 230302 수정 ys
	display: block;
	max-width:100%;
	position: relative;
	top:0; */
	width: 100%;

	-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	
}
.text-title{
	font-weight: 500;
}
.text-title span{
	font-weight: 600;
}
/* //230302 수정 ys */


/* .portfolio .label {
	font-size: 16px;
	line-height:20px;
	font-weight:400;
	position: absolute;
	width: 100%;
	bottom:-10px;
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
		transition:         all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
	display: table;
	background: rgba(0, 0, 0, 0.5);
		font-family: "Montserrat", "Noto Sans KR", sans-serif;
}
.portfolio .label-bg {
	
	width: 100%;
	height:100%;
	position: absolute;
	top:200px;
	left:0;
}

.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding: 10px 8px 20px 8px;
	display: table-cell;
	vertical-align: middle;
}
	
.portfolio .text-category {
	display:block;
	margin-top:5px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	letter-spacing: 0;
}
.text-title{
	font-weight: 500;
}
.text-title:hover{
	color:#fff;
}
.portfolio:hover .label {
    bottom:0;
}
.portfolio:hover img {
   /*top:-10px;
} */



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
}




/***************************************************************************************************************************/

/**************************************************esg*********************************************************/
#sub_contents .contents.echo_esg{
	overflow:hidden;
	width:100%;
	padding: 100px 0 0 0;
}

.esg_content ul{
	width:1300px;
	margin:0 auto;
	overflow: hidden;
	padding: 25px 0 50px 0;
}
.esg_content ul li{
	box-sizing:border-box;
	float:left;
	/* 230302 수정 -ys width:25%; */
	width:33%;
	padding:0 10px;
	margin-bottom: 20px;
}
.esg_content.four ul li{
	width:25%;
}
.esg_content ul li div{
	display:table;
	width:100%;
	background:#ffffff;
	border-top:3px solid #128ef7;
	box-sizing: border-box;
	/* padding: 0px 40px; */
	/* min-height: 270px; */
}
/* .ethics ul li div:hover{
	border:1px solid #54b0f8;
} */
.esg_content ul li dl{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.esg_content ul li dl dt{
	height:80px;
	margin-top: 20px;
}
.esg_content ul li dl dt img{
	display:block;
	margin:0 auto;
}
.esg_content ul li dl dt h5{
	font-size:20px;
	line-height:20px;
	font-weight:500;
	margin-bottom:15px;
}
.esg_content ul li dl dd{
	color:#777777;
	font-weight:300;
	font-weight: 300;
	margin-top: 40px;
	line-height: 28px;
	min-height: 120px;
}
.esg_content ul li dl dd span{
	font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
	display: block;
}
.esg_content ul li dl dd span a{
	color:#777777;
}



.esg_content.boxType{
	padding: 80px 0;
	background: #f6f6f6;
}
.esg_content.boxType ul{
	display: flex;
	justify-content: space-around;
}
.esg_content.boxType ul li{
	width:20%;
	height: 420px;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.esg_content.boxType ul li dl dt{
	height:200px;
}

.esg_contWrap{
	padding: 40px 0;
	background-color: #f6f6f6;
}
.esg_content.owl{
	width: 1400px;
	margin: 0 auto;
}
.esg_content .owl-carousel2{
	/* width: 1400px; */
	padding: 40px 50px;
	overflow: hidden;
}
.esg_content.owl .owl-carousel2 .owl-stage-outer{
	margin-top: 0;
}
/* .esg_content.owl .owl-carousel2 .owl-stage-outer .owl-stage{
	margin: 0 auto;
} */
.esg_content.owl .owl-carousel2 .owl-stage-outer .owl-item{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.esg_content.owl .owl-carousel2 .owl-stage-outer .owl-item dd{
	height: 210px;
	padding: 30px 0;
	color: #808080;
	background-color: #fff;
}
.esg_content.owl .owl-carousel2.owl-theme .owl-nav{
	display: none;
}
.esg_content.owl .owl-carousel2.owl-theme .owl-dots{
	width: 100%;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.esg_content.owl .owl-carousel2.owl-theme .owl-dots .owl-dot span{
	width: 60px;
	height: 5px;
	border-radius: 5px;
	background: #dbdbdb;
}
.esg_content.owl .owl-carousel2.owl-theme .owl-dots .owl-dot.active span{
	background: #009ade;
}



.esg_content ul.round_box{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.esg_content ul li.round_btn{
	width: 23%;
	text-align: center;
	background-color: #ececec;
	/* border:1px solid #cecece; */
	border-radius: 50px;
	position: relative;
}
.esg_content ul li.round_btn:hover{
	background-color: #000;
}
.esg_content ul li.round_btn:hover a{
	color: #fff;
}
.esg_content ul li.round_btn a{
	display: inline-block;
	width: 100%;
	line-height: 70px;
}
.esg_content ul li.round_btn a img{
	vertical-align: text-bottom;
	margin-left: 10px;
}
.esg_content ul li.round_btn a img.absol{
	/* position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%); */
	vertical-align: middle;
}
































/***************************************************************************************************************************/

/*****************************************************responsive*********************************************************/

/***************************************************************************************************************************/
@media screen and (max-width:1300px) {
	#sub_contents .contents,
	.echo_mission, .companyList_02 .contents_title,
	.echo_history .contents_title, .history_tab_buttons, .history_tab_content,
	#sub_contents .contents.benefits_01, .benefits_02 ul,
	#sub_contents .contents.echo_work, .esg_content ul{
		width:90%;
		margin:0 auto;
	}
	#sub_contents .contents{
		padding: 80px 0;
	}
	#stickyTab ul, #sub_contents .contents_title p{
		width: 100%;
	}
	.sub_visual {
		height:520px;
		 padding-top: 70px;
	}
	.sub_visual .sub_topTIlte {
		padding-left: 120px;
	}
	.sub_visual .sub_topTIlte p {
		font-size: 54px;
		line-height: 68px;
	}
	.benefits_02 ul li div{
		padding:0;
	}
	#portfoliolist .portfolio {
		width: 23%;
		margin: 1%;
	}
	.talentList li dl {
		padding-top: 10px;
	}
	.talentList.talentList01 li dl, .talentList.talentList03 li dl {
		padding-left: 50px;
		padding-right:0;
	}
	.talentList li dl{
		padding-right:50px;
	}

	.esg_content ul li{
		width: 50%;
	}
	.esg_content.four ul li{
		width: 50%;
	}	
	.esg_content.owl{
		width: auto;
	}	
	.esg_content .owl-carousel2{
		/* padding: 40px 80px; */
		padding-top: 60px;
	}
}
@media screen and (max-width:1180px) {
	.sub_visual {
		height: 370px;
		padding-top: 36px;
	}
	.sub_visual .sub_topTIlte p {
		font-size: 48px;
		line-height: 58px;
	}
	.sub_visual .sub_topTIlte h3 {
		font-size: 17px;
		line-height: 17px;
		margin-bottom: 20px;
		padding-left: 0px;
	}	
	.sub_visual .sub_topTIlte p.subTxt{
		width: 80%;
		margin: 20px auto;
		font-size: 16px;
	}
	.sub_visual .sub_topTIlte {
		padding-left: 0;
		width: 100%;
		text-align: center;
		margin-top: 95px;
	}
	#sub_contents {
		padding: 10px 0 70px 0;
	}
	.echo_info li dl dd {
		font-size: 18px;
		line-height: 28px;
	}
	.echo_info li dl dd br{
		display:none;
	}
	.echo_info li {
		margin-top: 40px;
	}
	#sub_contents .contents.echo_benefits {
		padding: 70px 0 0 0;
	}
	#sub_contents .contents_title span{
		margin-bottom:20px;
	}
	#sub_contents .contents_title h3 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 30px;
		letter-spacing: -0.75px;
	}
	#sub_contents .contents_title p {
		width: 100%;
		margin-bottom: 50px;
	}
	.org-chart ul.columnOne li {
		width: 30%;
		margin: 0px auto;
	}
	.talentList.talentList01 {
		margin-top: 20px;
	}
	.talentList {
		margin-top: 130px;
	}
	.sub_visual.recruit{
		background: url(../images/recruit_bg.png) center top  no-repeat;
		background-attachment: inherit;		
	}
	.sub_visual {
		background: url(../images/company_bg.png) center center no-repeat;
		background-attachment: inherit;
	}
	.benefits_01 ul li dl dt {
		width: 120px;
		height: 120px;
	}
	.echo_benefits .benefits_01 .benefits_title h4 {
		margin: 30px 0 15px 0;
	}
	.echo_benefits .benefits_02 .benefits_title h4 {
		margin: 0px 0 15px 0;
	}
	.echo_benefits .benefits_title p {
		margin-bottom: 35px;
	}
	#sub_contents .contents.benefits_01 {
		padding: 0 0 70px 0;
	}
	.benefits_02 ul li {
		width: 50%;
	}
	#sub_contents .contents_title p br{
		display:none;
	}
	.method_list li dl dt img {
		width: 70px;
	}
	.echo_mission li dl {
		box-shadow:none;
	}
	.echo_mission li {
		width: 25%;
		padding: 0 8px;
	}
	#sub_contents .companyList_03 .contents_title h3 {
		font-size: 42px;
		line-height: 42px;
	}
	.whyList {
		margin-top: 130px;
	}
	.whyList.whyList01 {
		margin-top: 10px;
	}
	.whyList li dl {
		padding-top: 20px;
	}
	.whyList li dl dt h4 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	.whyList li dl dd {
		margin-top: 30px;
	}
	.talentList li dl {
		padding-top: 10px;
	}
	.talentList.talentList01 li dl, .talentList.talentList03 li dl {
		padding-left: 40px;
		padding-right:0;
	}
	.talentList li dl{
		padding-right:40px;
		padding-top: 30px;
	}
	.talentList li dl dd br{
		display:none;
	}
	.talent_list li dl dt span {
		margin-bottom: 15px;
	}
	.talent_list li dl dt h4 {
		margin-bottom: 20px;
		font-size: 34px;
		line-height: 44px;
	}
	.history_tab_content div ul li{
		min-height: 146px;
	}
    
}
@media screen and (max-width:1100px) {
	.echo_notice .noti_wrap>li>div.noti_tit{
		background:#fff;
	}
	.echo_notice .noti_wrap>li.active>div.noti_tit{
		background:#fff;
	}
    .noticon_wrap .sub_txt.wh_img{
        display:block;
    }
	.esg_content ul li.round_btn{
		width: 24%;
	}
	.esg_content ul li.round_btn a{
		line-height: 60px;
		font-size: 14px;
	}
	
}
@media screen and (max-width:1000px) {
	.talentList li dl{
		padding-right:40px;
		padding-top: 0px;
	}
	.esg_content ul li dl dd br{
		display: none;
	}	
}
@media screen and (max-width:900px) {
	.sub_visual {
		height: 350px;
		padding-top: 24px;
	}
	.sub_visual .sub_topTIlte {
		margin-top: 100px;
	}
	.sub_visual .sub_topTIlte h3 {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 16px;
	}
	.sub_visual .sub_topTIlte p {
		font-size: 40px;
		line-height: 48px;
	}
	.sub_visual .sub_topTIlte p.subTxt{
		width: 60%;
	}
	#stickyTab ul li a {
		font-size: 18px;
		padding: 15px 0;
	}
	#sub_contents .contents_title span {
		margin-bottom: 16px;
		font-size:14px;
		line-height:14px;
	}
	#sub_contents .contents_title h3 {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	#sub_contents .contents_title p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing:-0.5px;
	}
	#sub_contents .contents_title p {
		margin-bottom: 35px;
	}
	.echo_info li dl dt {
		font-size: 18px;
		padding-bottom: 0px;
		margin-bottom: 6px;
	}
	.echo_info li dl dd {
		font-size: 16px;
		line-height: 26px;
	}
	.echo_info li {
		margin-top: 25px;
	}
	.echo_field {
		width: 540px;
	}
	.echo_field li {
		height: 150px;
		width: 150px;
	}
	.echo_field li span {
		line-height: 22px;
		font-size: 16px;
	}
	.echo_mission li dd {
		padding: 20px 0;
		font-size: 18px;
		line-height: 28px;
	}
	.echo_mission li dd span {
		font-size: 14px;
		line-height: 14px;
	}
	#sub_contents .companyList_03 .contents_title h3 {
		font-size: 34px;
		line-height: 34px;
	}
	.whyList li dl dt h4 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.whyList li dl dt span {
		font-size: 16px;
		line-height: 24px;
		display: block;
	}
	.whyList li dl dd ul li {
		margin-bottom: 10px;
	}
	.echo_vision {
		margin-top: 40px;
		font-size: 18px;
		line-height: 18px;
	}
	.whyList li dl {
		padding-top: 0px;
	}
	.whyList li dl dd {
		margin-top: 20px;
	}
	.whyList.whyList02 li dl, .whyList.whyList04 li dl {
		padding-left: 30px;
	}
	.whyList {
		margin-top: 100px;
	}
	.history_tab_title {
		padding-top: 25px;
	}
	.history_tab_buttons p img {
		display: block;
		width: 80px;
		margin: 0 auto;
	}
	.history_tab_buttons p {
		padding-top: 10px;
		height: 230px;
	}
	.history_tab_buttons p span.historyTitle {
		font-size: 20px;
		line-height: 20px;
		font-weight: 500;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#lamp {
		top: 228px;
	}
	.history_tab_content {
		padding-top: 40px;
	}
	.history_tab_content div ul li dl dt{
		font-size: 20px;
		line-height: 20px;
	}
	.history_tab_content div ul li dl dd{
		font-size:16px;
		line-height:24px;
	}
	.history_tab_content div ul li dl dd br{
		display:none;
	}
	.org-chart ul.columnOne li {
		width: 55%;
		margin: 0px auto;
		top: 0px;
	}
	.org-chart ul.columnTwo li:first-child, 
	.org-chart ul.columnTwo li{
		margin:0;
		width:40%;
	}
	.org-chart ul.columnTwo.education:before {
		width: 50%;
		left: 0px;
	}
	.org-chart ul.columnTwo:before{
		width: 50%;
		right: 0px;
	}
	.org-chart .departments:before {
		height:auto;
	}
	.org-chart .department li {
		height: 55px;
	}
	.org-chart .lvl-b.ceo{
		box-shadow:none;
	}
	.org-chart .department.departOne{
		/* margin-bottom:20px; */
	}
	.org-chart .department.departOne2, .org-chart{
		margin-bottom:0;
	}
	#sub_contents {
		padding: 10px 0 30px 0;
	}
	.echo_map iframe {
		height: 300px;
	}
	.echo_map{
		margin-bottom: 20px;
	}
	.echoMap_info li dl dt{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.echoMap_info li dl dd{
		font-size: 16px;
		line-height: 24px;
	}
	.address_info li{
		margin-bottom:10px;
	}
	.talentList li dl {
		padding-top: 0px;
		padding-right: 30px;
	}
	.talentList.talentList01 li dl, .talentList.talentList03 li dl {
		padding-left: 30px;
		padding-right:0;
	}
	.talent_list li dl dt span {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	.talent_list li dl dt h4 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.talentList li dl dd {
		color: #777777;
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
	}
	.talentList li dl dd br{
		display:none;
	}
	.talentList {
		margin-top: 100px;
	}
	.verticalLine {
		height: 50px;
	}
	.echo_benefits .benefits_01 .benefits_title h4{
		font-size: 22px;
		line-height: 22px;
		margin: 30px 0 15px 0;
	}
	.echo_benefits .benefits_02 .benefits_title h4{
		font-size: 22px;
		line-height: 22px;
		margin: 0px 0 15px 0;
	}
	.echo_benefits .benefits_title p {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	.benefits_01 ul li dl dt {
		width: 100px;
		height: 100px;
	}
	.benefits_01 ul li dl dd {
		font-size: 18px;
		line-height: 18px;
		margin-top: 20px;
	}
	.method_list li dl dt img {
		width: 60px;
	}
	.method_list li dl dd span {
		font-size: 16px;
		line-height: 16px;
	}
	.method_list li dl dd p {
		font-size: 18px;
		line-height: 18px;
	}
	.method_table {
		width: 100%;
		margin-top: 45px;
		border-collapse: collapse;
		font-size: 16px;
		border-top: 2px solid #333;
	}
	.method_table tr td {
		height: 56px;
		padding: 0 20px;
	}
	#portfoliolist .portfolio {
		/* width: 31.333%; */
		width: 48%;
		margin: 1%;
	}
	#portfoliolist .portfolio.subClient{
		width: 31.333%;
	}
	.history_tab_content div ul li{
		min-height: 146px;
		margin-bottom: 20px;
	}
	.esg_content ul.round_box{
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.esg_content ul li.round_btn{
		width: 45%;
		display: grid; /*추가*/
		align-items: center; /*추가*/
	}
	.esg_content ul li.round_btn a {
		line-height: 1.5rem;
		padding: 15px 0;
	}	
	.esg_content ul li.round_btn a img {
		zoom: 0.85;  /*추가*/
	}
}
@media screen and (max-width:700px) {	
	
	.sub_visual {
		height: 285px;
		padding-top: 5px;
	}
	.sub_visual .sub_topTIlte h3 {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 12px;
	}
	.sub_visual .sub_topTIlte p {
		font-size: 32px;
		line-height: 40px;
	}
	.sub_visual .sub_topTIlte p.subTxt{
		width: 80%;
	}
	#stickyTab ul li a {
		font-size: 16px;
		padding: 12px 0;
	}
	#sub_contents .contents {
		padding: 50px 0;
	}
	#sub_contents .contents.benefits_01 {
		padding: 0 0 50px 0;
	}
	#sub_contents .contents_title h3 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	#sub_contents .contents_title span {
		margin-bottom: 14px;
		font-size: 12px;
		line-height: 12px;
	}
	#sub_contents .contents_title p {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.5px;
		margin-bottom: 30px;
	}
	.echo_info li dl dt {
		font-size: 16px;
		padding-bottom: 0px;
		margin-bottom: 6px;
	}
	.echo_info li dl dd {
		font-size: 14px;
		line-height: 22px;
	}
	.echo_info li {
		margin-top: 20px;
	}
	.echo_mission li {
		width: 50%;
		padding: 0 8px;
		margin-bottom:16px;
	}
	.echo_vision {
		margin-top: 24px;
		font-size: 16px;
		line-height: 16px;
	}
	#sub_contents .companyList_03 .contents_title h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.whyList {
		margin-top: 60px;
	}
	.whyList ul li {
		width: 100%;
	}
	.whyList li dl dt h4 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 6px;
		margin-top: 20px;
	}
	.whyList.whyList02 li dl, .whyList.whyList04 li dl {
		padding-left: 0px;
	}
	.echo_field li span {
		line-height: 20px;
		font-size: 14px;
	}
	.echo_field li {
		height: 130px;
		width: 130px;
	}
	.echo_field {
		width: 460px;
	}
	.talentList.talentList01 {
		margin-top: 0px;
	}
	.talent_list li {
		width: 100%;
	}
	.talentList.talentList01 li dl, .talentList.talentList03 li dl {
		padding-left: 0px;
		padding-right: 0;
	}
	.talent_list li dl dt span {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.talent_list li dl dt h4 br{
		display:none;
	}
	.talentList li dl dd {
		font-size: 14px;
		line-height: 22px;
	}
	.talent_list li dl dt h4 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.talentList {
		margin-top: 60px;
	}
	#sub_contents .contents.echo_benefits {
		padding: 50px 0 0 0;
	}
	#sub_contents .echo_benefits .contents_title p {
		margin-bottom: 20px;
	}
	.echo_benefits .benefits_01 .benefits_title h4 {
		font-size: 20px;
		line-height: 20px;
		margin: 25px 0 10px 0;
	}
	.echo_benefits .benefits_02 .benefits_title h4 {
		font-size: 20px;
		line-height: 20px;
		margin: 0px 0 10px 0;
	}
	.echo_benefits .benefits_title p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.benefits_01 ul li dl dd {
		font-size: 16px;
		line-height: 16px;
		margin-top: 16px;
	}
	.benefits_01 ul li dl dt {
		width: 80px;
		height: 80px;
	}
	.benefits_02 ul li dl dt img {
		width: 50px;
		margin-bottom: 15px;
	}
	.benefits_02 ul li dl dt h5 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.benefits_02 ul li dl dd {
		font-size: 16px;
		line-height:22px;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.benefits_02 ul li div{
		height:auto;
		min-height:200px;
	}
	.method_list li dl dt img {
		width: 50px;
	}
	.method_list li dl dd span {
		font-size: 14px;
		line-height: 14px;
	}
	.method_list li dl dd p {
		font-size: 16px;
		line-height: 16px;
	}
	.method_table {
		width: 100%;
		margin-top: 40px;
		border-collapse: collapse;
		font-size: 14px;
		border-top: 2px solid #333;
	}
	.recruit_info li {
		line-height: 22px;
	}
	.history_tab_buttons p img {
		width: 70px;
	}
	.history_tab_buttons p span.historyTitle {
		font-size: 18px;
		line-height: 18px;
		font-weight: 500;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.history_tab_buttons p span.historyYear{
		padding: 8px 20px;
	    font-size: 14px;
	}
	.history_tab_buttons p.current span.historyYear{
		font-size:16px;
	}
	.history_tab_buttons p {
		height: 200px;
	}
	#lamp {
		top: 198px;
	}
	.history_tab_content div ul li dl dd {
		font-size: 14px;
		line-height: 22px;
	}
	.history_tab_content div ul li dl dt {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.history_tab_content div ul li {
		width: 100%;
		padding-right:0;
		margin-bottom:30px;
		min-height:auto;
	}
	.history_tab_content div ul li.last{
		margin-bottom:0;
	}
	.org-chart ul.columnOne li {
		width: 100%;
	}
	.org-chart ul.columnTwo li:first-child, .org-chart ul.columnTwo li {
		margin: 0;
		width: 45%;
	}
	.org-chart ul.columnOne {
		height: 180px;
	}
	.org-chart ul li span{
		font-size: 14px;
		line-height: 14px;
	}
	.org-chart ul li span.ceo {
		padding: 20px 10px 30px 10px;
	}
	.echo_partner li {
		width: 25%;
		margin-bottom: 15px;
	}
	.echoMap_info li dl dt {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.echoMap_info li dl dd {
		font-size: 14px;
		line-height: 22px;
	}
	.blue_circle {
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 22px;
	}
	.address_info li {
		margin-bottom: 2px;
	}
	.echoMap_info{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.echoMap_info > li {
		width: 100%;
		border-right:none;
		/* border-bottom: 1px solid #d2d2d2; */
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.echoMap_info li dl:first-child{
		border-right:none;
		/* 220728 ys 수정 */padding-left:0;
	}
	.echoMap_info > li.last {
		border-right: none;
		border-bottom:none;
		padding-left: 0px;
		margin-bottom:0;
		padding-bottom:0
	}
}
@media screen and (max-width:640px) {
	#portfoliolist .portfolio {
		width: 48%;
		margin: 1%;
	}
	.portfolio.subClient .portfolio-img{
		height: 80px;
	}
	.echo_field li, .echo_field li.echoField_02, .echo_field li.echoField_03, .echo_field li.echoField_04{
		height: auto;
		width: 49%;
		margin: 0 0.5%;
		margin-bottom: 1%;
		border-radius: 0;
		padding: 15px 10px;
	}
	.echo_field {
		width: 100%;
	}
	.echo_info {
		box-sizing: border-box;
		margin-top: 10px;
	}
	.echo_info li {
		width: 50%;
	}
	.echo_mission li dd {
		padding: 18px 0;
		font-size: 16px;
		line-height: 26px;
	}
	.echo_vision {
		font-size: 14px;
		line-height: 22px;
		width: 75%;
		margin: 0 auto;
		margin-top: 24px;
	}
	.whyList li dl dt h4 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 6px;
		margin-top: 20px;
	}
	.whyList li dl dt span {
		font-size: 14px;
		line-height: 22px;
	}
	.whyList li dl dd {
		border-left: 1px solid #333333;
		padding-left: 25px;
	}
	.whyList li dl dd ul li {
		font-size: 14px;
		line-height: 14px;
	}
	.talent_list li dl dt h4 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.echo_benefits .benefits_01 .benefits_title h4 {
		font-size: 18px;
		line-height: 18px;
		margin: 20px 0 10px 0;
	}
	.echo_benefits .benefits_02 .benefits_title h4 {
		font-size: 18px;
		line-height: 18px;
		margin: 0px 0 10px 0;
	}
	.echo_benefits .contents_title{
		width:90%;
		margin:0 auto;
	}
	.benefits_01 ul li dl dd {
		font-size: 16px;
		line-height: 16px;
		margin-top: 14px;
	}
	.benefits_02 ul li dl dt h5 {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.benefits_02 ul li dl dd {
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px;
	}
	.benefits_02 ul li {
		width: 100%;
		margin-bottom: 15px;
		padding:0;
	}
	.benefits_02 ul li div {
		height: auto;
		min-height: 160px;
	}
	.benefits_01 ul li dl dt {
		width: 75px;
		height: 75px;
	}
	.method_list li dl dd span {
		font-size: 14px;
		line-height: 14px;
		margin-top: 15px
	}
	.method_list li dl dd p {
		font-size: 16px;
		line-height: 16px;
		margin-top: 8px;
	}
	.recruit_info {
		padding: 15px 0;
	}
	.history_tab_buttons p span.historyTitle {
		font-size: 16px;
		line-height: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.history_tab_buttons p.current span.historyYear {
		font-size: 14px;
	}
	.history_tab_buttons p span.historyYear {
		padding: 5px 15px;
		font-size: 13px;
	}
	.history_tab_buttons p {
		height: 190px;
	}
	#lamp {
		top: 188px;
	}
	.history_tab_content {
		padding-top: 30px;
	}
	#sub_contents .contents.echo_work {
		padding: 30px 0 50px 0;
	}
	.esg_content ul li dl dd{
		min-height: 140px;
	}
	
}
@media screen and (max-width:450px) {
	
	#sub_contents{
		padding:10px 0 20px 0;
	}
	#sub_contents .contents {
		padding: 40px 0;
	}
	#sub_contents .contents.echo_benefits {
		padding: 40px 0 0 0;
	}
	#stickyTab ul li a {
		font-size: 14px;
		padding: 12px 0;
	}
	.sub_visual {
		height: 230px;
		padding-top: 5px;
	}
	.sub_visual .sub_topTIlte h3 {
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 12px;
		letter-spacing: 3px;
	}
	.sub_visual .sub_topTIlte p {
		font-size: 28px;
		line-height: 35px;
	}
	.sub_visual .sub_topTIlte {
		margin-top: 80px;
	}
	.echo_info li {
		width: 100%;
		margin-top: 15px;
	}
	.echo_mission li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.echo_mission li dd {
		padding: 15px 0;
	}
	.esg_content ul li.round_btn a {
		line-height: 1.25rem;/*추가*/
		padding: 10px 0;/*추가*/
	}	
	#sub_contents .companyList_03 .contents_title h3 {
		font-size: 26px;
		line-height: 32px;
	}
	#sub_contents .contents_title h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.history_tab_title {
		padding-top: 20px;
	}
	.history_tab_buttons p img {
		width: 60px;
	}
	.history_tab_buttons p span.historyTitle {
		margin-bottom: 6px;
	}
	.history_tab_buttons p {
		/* 220728 수정 ys*/
		width: 50%;
		height: 145px;
	}
	.history_tab_title{
		background-size: cover;
	}
	#lamp {
		/* 220728 수정 ys top: 143px; */
		top: 288px;
	}
	.history_tab_content div ul li {
		text-align: center;
	}
	.history_tab_content div ul li dl dt {
		background: url(../images/history_title_bg.png) center bottom no-repeat;
	}
	#sub_contents .echo_organization .contents_title p {
		margin-bottom: 30px;
	}
	.org-chart ul li span.ceo {
		padding: 10px 10px 20px 10px;
	}
	.org-chart .lvl-b.ceo img {
		width: 45px;
		margin-bottom: 10px;
	}
	.org-chart ul.columnOne {
		height: 130px;
	}
	.org-chart ul li strong {
		font-size: 13px;
		line-height: 13px;
	}
	.org-chart ul li .ceo strong {
		margin-bottom: 6px;
	}
	.org-chart ul.columnTwo.education {
		height: 85px;
	}
	.org-chart ul.columnTwo {
		height: 115px;
	}
	.org-chart .department {
		margin-bottom: 46px;
	}
	.org-chart .department li span strong {
		font-size: 13px;
		line-height: 13px;
	}
	.org-chart .department .sections {
		margin-top: -28px;
	}
	.org-chart .department li span {
		padding: 10px 15px;
	}
	.org-chart .department li {
		height: 46px;
	}
	.echoMap_info > li {
		padding-bottom: 25px;
		margin-bottom: 30px;
		text-align:center;
	}
	.echoMap_info li dl dt {
		margin-bottom: 5px;
	}
	.address_info li p {
		width: 50%;
		text-align: center;
	}
	.subway_info{
		overflow:hidden;
	}
	.esg_content ul li.round_btn a img{
		display:none;  /*추가*/
	}
	/* 220728 ys 수정
	.subway_info li{
		width:50%;
		float:left;
	} */
	.method_list li {
		width: 100%;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	.echo_map {
		margin-bottom: 15px;
	}
	.address_info li {
		margin-bottom: 2px;
	}
	.method_list li dl dt,.method_list li dl dd {
		float: left;
	}
	.method_list li dl dd{
		padding-top: 10px;
		padding-left:15px;
	}
	.method_list li dl dd span {
		margin-top: 0;
		float:left;
		margin-right:10px;
	}
	.method_list li dl dd p {
		margin-top: 0;
		float: left;
	}
	.method_list li dl dt img {
		width: 40px;
	}
	.method_table {
		margin-top: 20px;
	}
	.pcTable{ 
		display:none;
	}
	.moTable{
		display:table !important;
	}
	.method_table tr th {
		height: 36px;
	}
	.method_table tr td {
		height: 40px;
	}
	#sub_contents .contents.echo_work {
		padding: 15px 0 30px 0;
	}
	.portfolio .label {
		font-size: 14px;
		line-height: 18px;
	}
	.portfolio .text-category {
		font-size: 12px;
		line-height: 16px;
	}
	.talent_list li dl dt h4 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.talentList li dl {
		text-align:center;
		padding-right:0;
	}
	.benefits_01 ul li {
		width: 100%;
	}
	.benefits_01 ul li {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 15px;
	}
	.benefits_01 ul li dl dt {
		width: 100%;
		height: 90px;
		border-radius: 0;
		float: left;
		background-size: cover !important;
		margin-bottom: 10px;
	}
	.benefits_01 ul li dl dd {
		margin-top: 0;
	}
	.benefits_02 ul li dl dt img {
		width: 40px;
		margin-bottom: 10px;
	}
	.benefits_02 ul li dl dt h5 {
		margin-bottom: 4px;
	}
	.benefits_02 ul li div {
		height: auto;
		min-height: 130px;
	}
	.benefits_02 ul li {
		margin-bottom: 10px;
	}
	#sub_contents .contents.benefits_01 {
		padding: 0 0 40px 0;
	}
	.benefits_02 ul {
		padding: 25px 0 0px 0;
	}
	.whyList li dl dt{
		text-align:center;
	}
	.whyList li dl dd {
		padding-left: 15px;
	}
	.echo_info li dl dt {
		margin-bottom: 8px;
	}
	.echo_info li dl {
		margin: 0 5px;
	}
	.history_tab_buttons p span.historyYear {
		padding: 5px 10px;
		font-size: 12px;
	}
	.history_tab_content div ul li {
		margin-bottom: 20px;
	}
	.recruit_info {
		padding: 10px 0;
	}
	.echo_partner li {
		width: 33.3333%;
	}
	.pcnoti{
		display:none;
	}
	.monoti{
		display:block;
	}
	.noti_wrap.monoti{
		font-size:14px;
	}
	.noti_wrap.monoti table{
		width:100%;
		border-collapse:collapse;
		border-bottom:#333;
	}
	.echo_notice .noti_wrap.monoti>li>div.noti_titline {
		padding:2px;
		background: #f2f2f2;
	}
	.echo_notice .noti_wrap.monoti>li>div.noti_tit{
		padding:2px;
	}
    .noti_wrap.monoti .noticon_wrap .sub_txt{
		font-size:14px;
	}	
}
@media screen and (max-width:380px){
	#sub_contents .contents.echo_notice{
		width: 100%;
		padding:0 10px;
		margin: auto;
		padding: 50px 0;

	}
}
@media screen and (max-width:350px){
	#sub_contents .contents.echo_notice{
		width: 100%;
		padding:0 10px;
		margin: auto;
		padding: 50px 0;

	}
}
@media screen and (min-width: 320px) and (max-width: 959px){
	#sub_contents .contents.echo_notice{
		width: 100%;
		padding:0 10px;
		margin: auto;
		padding: 50px 0;

	}
}
@media screen and (min-width:1000px) and (max-width:1280px){
	#sub_contents .contents.echo_notice{
		width: 100%;
		padding:0 10px;
		margin: auto;
		padding: 50px 0;

	}
}

/* ===== css/aos.css ===== */
[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*# sourceMappingURL=aos.css.map*/

/* ===== overlay-nav (from intro.css — 전체 페이지 공통 적용) ===== */
#overlay-nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background:#ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s, height 0.1s ease;
  transition: opacity 0.3s, visibility 0s, height 0.1s ease;
}
#overlay-nav.active {
  width: 100%;
  height:80vh;
  box-shadow: 0px 20px 30px rgb(0 0 0 / 40%);
  opacity: 100;
  visibility: visible;
}
#nav-content {
  box-sizing:border-box;
  position: relative;
  overflow: hidden;
  display:table;
  width: 1200px;
  margin:0 auto;
  color: #333333;
  height: 80vh;
}
#nav-content .siteMapWrap{
	position:relative;
	box-sizing:border-box;
}
#nav-content .siteMapWrap .sitemap_header{
	margin-bottom:45px;
	margin-top: 150px;
}
#nav-content .siteMapWrap .sitemap_header h3{
	font-size:36px;
	font-family:"Montserrat";
	text-align:center;
	padding-bottom: 30px;
	border-bottom: 1px solid #bebebe;
}
#nav-content .siteMapWrap .sitemap_list{
	overflow: hidden;
}
#nav-content .siteMapWrap .sitemap_list .sitemapList_wrap{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-display: flexbox;
	display: flex;
	justify-content: center;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth{
	float:left;
	width:20%;
	box-sizing:border-box;
	border-right:1px solid #ededed;
	padding-left:20px;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth.last{
	border-right:none;
}
#nav-content .siteMapWrap .sitemap_list ul li.listDepth.first{
	padding-left:0;
}
#nav-content .siteMapWrap .sitemap_list ul li p{
	font-size:22px;
	color:#0e7bcd;
	font-weight:500;
	margin-bottom:35px;
}
#nav-content .siteMapWrap .sitemap_list ul li p a{
	color:#0e7bcd;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li{
	margin-bottom:15px;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li a{
	font-size:18px;
	color:#777777;
}
#nav-content .siteMapWrap .sitemap_list ul li ul li a:hover{
	color:#579ce4;
}
