@charset "UTF-8";

.sub { padding-top: 70px; }
.inner { width: 100%; max-width: 1200px; margin: auto; }

/* 우측 스크롤바 제거 기능은 작동 */            
body{-ms-overflow-style:none; }
body::-webkit-scrollbar { display:none; }

/* header */
header { width: 100%;  background-color: #fff; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); position: fixed; left: 0; top: 0; z-index: 999; }
header section.inner { padding: 10px 0px; }
header .logo img { height: 60px; padding-bottom:10px; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
header .logo span { color: #044EA5; font-size: 24px; vertical-align: middle; margin-left: 20px;}


/*
header .right { font-weight: 500; color: #7F7F7F; padding: 10px 0;}
header .right a { display: inline-block; vertical-align: top; line-height: 30px; }
*/
/*이승진 추가 */
header .right ul {}
header .right ul > li { display:inline-block; width:160px; padding:10px 10px;  text-align:center; position:relative; font-weight: 500; color: #7F7F7F; font-size: 24px; }
header .right ul > li:hover { color:#044EA5; }
header .right ul > li ul.submenu { display:none; position:absolute; top:40px; left:0; padding-top: 30px;}
header .right ul > li:hover ul.submenu { display:inline-block;}
header .right ul > li ul.submenu > a li { display:inline-block; width:180px; font-size: 18px; padding:10px 10px; background:#044EA5; color: #fff; text-align:center; }
header .right ul > li ul.submenu > a li:hover { color:rgb(0, 0, 0); }

header .gnb { float: left; font-size: 24px; }
header .gnb::after { content: "|"; display: inline-block; margin: 0 45px; font-size: 14px; opacity: 0.3; }

/*header .gnb li { margin-left: 40px; }*/
header .lang { float: left; font-size: 16px; position: relative; padding-top:15px;}

header .lang dd { position: absolute; background-color: #fff; width: 80px; border: 1px solid #eee; left: -20px; top: 50px; text-align: center; padding: 5px 0; display: none; z-index: 99; }
header .lang dd a { display: block; }

header .lang.on dd { display: block; }
header .lang.on img { transform: rotate(180deg); }


header .gnb_btn { margin-right:20px; display: none; }
header .gnb_btn span { display: block; width: 28px; height: 3px; background-color: #2948A8; margin-bottom: 6px; }
header .gnb_btn span:last-child { margin-bottom: 0; }


/* footer */
footer { background-color: #4E4E4E; color: #fff; font-size: 12px;  font-weight: 400; padding: 10px 0;}
footer .fnb { border-bottom: 1px solid #fff; font-size: 14px; padding: 10px 0;}
footer p { line-height: 1.7; margin: 10px 0; }
footer h6 { opacity: 0.6; }
footer img { opacity: 0.5; width: 57px; margin: 10px; }

    /* gnb_all */
.gnb_all { position: absolute; width: 100%; padding: 32px; background-color: #F3F3F3; z-index: 5; font-size: 18px; color: #777; text-align: center; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; display: none; }
.gnb_all dl { display: inline-block; vertical-align: top; width: 240px; height: 240px; border-right: 2px solid #ccc; }
.gnb_all dt { font-size: 20px; padding-bottom: 8px; }
.gnb_all dd { margin-top: 8px; }


/* 메인 */
.idx [class*='sec0'] h2 { font-size: 80px; font-weight: 700; }
.idx [class*='sec0'] h3 { font-size: 60px; font-weight: 700; }
.idx [class*='sec0'] h4 { font-size: 30px; }
.idx [class*='sec0'] h5 { font-size: 24px; }
.idx [class*='sec0'] p { font-size: 20px; }

.idx .sec01 { color: #fff; }
.idx .sec01 .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; margin-top: 50px; }
.idx .sec01 p { margin-top: 16px; }
.idx .sec01 .swiper,
.idx .sec01 .swiper-wrapper { height: 100%; }
.idx .sec01 .swiper-slide { width: 100%; height: 100%; background: no-repeat center/cover; }
.idx .sec01 .swiper-opt { margin-top: 25px; }
.idx .sec01 .swiper-opt > div { display: inline-block; vertical-align: middle; }
.idx .sec01 .swiper-paging { width: auto; }
.idx .sec01 .swiper-num { font-size: 18px; margin-right: 25px; opacity: 0.4; cursor: pointer; }
.idx .sec01 .swiper-num-active { opacity: 1; }
.idx .sec01 .swiper-time { width: 180px; height: 3px; background-color: rgba(255,255,255,0.3); overflow: hidden; }
.idx .sec01 .swiper-var { width: 100%; height: 3px; background-color: #fff; margin-left: -100%; }
.idx .sec01 .inner.txt { top: 30%; }


.idx .sec02 { color: #fff; background: url(./img/idx_sec02_bg.png) no-repeat center/cover;  }
/*..idx .sec02 h3 { display: inline; margin-bottom: 16px; color: #2948A8; position: absolute; top: 27%; left: 44%; } 
/*.idx .sec02 h3 { cursive; text-align: center; color: #2948A8; text-shadow: 5px 5px #fff;  margin: 0; } */ /* LSJ */
.idx .sec02 h3 {  text-align: center; color: #2948A8; text-shadow: 5px 5px #fff; margin-bottom: 50px; }/* LSJ */

.idx .sec02 h2 span { color: #fff; }
.idx .sec02 ul { text-align: center; margin-top: 60px; color: #222;}
.idx .sec02 li { width: calc(33.333% - 13.3333px); background-color: #fff; box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.15); margin-right: 20px; padding: 30px 0; }
.idx .sec02 li:hover { background-color: #2948A8; color: #fff; }
.idx .sec02 li:hover img {filter: invert(100); }
.idx .sec02 li:last-child { margin-right: 0; }
.idx .sec02 li div { margin-top: 24px; font-size: 16px; }
.idx .sec02 li div p { height: 24px; line-height: 24px; }
.idx .sec02 li .subitem a:hover img {filter: invert(100); }	/* LSJ */
.idx .sec02 li .subitem a:hover { background: rgb(255, 255, 255); color: rgb(0, 0, 0); transition: color 0.3s ease 0s, background 0s ease 0.3s; } /* LSJ */

.idx .sec03 { background: url(./img/idx_sec03_bg.png) no-repeat center/cover; }
.idx .sec03 h3 {  text-align: center; color: #fff; margin-bottom: 50px; }
.idx .sec03 ul { width: calc(50% - 60px); }
.idx .sec03 li { background-color: #fff; padding: 50px 45px; margin-bottom: 20px; cursor: pointer; }
.idx .sec03 li h4,
.idx .sec03 li p { display: inline-block; vertical-align: middle; }
.idx .sec03 li h4 { margin-right: 32px; }
.idx .sec03 li:hover,
.idx .sec03 li.on {background-color: #2948A8; color: #fff;}

.idx .sec03 .right { width: 50%; }
.idx .sec03 .right > div { width: 100%; height: 310px;  background-color: #2948A8;  color: #fff; padding: 50px 20px 0 20px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;display: none; }
.idx .sec03 .right h5 { margin-bottom: 32px; }
.idx .sec03 .right p { color: #fff; font-size: 18px; line-height: 1.7; word-break: keep-all;}
.idx .sec03 .right a { display: block; width: 260px; line-height: 60px; text-align: center; color: #fff; background-color: #2948A8; font-size: 20px; margin-top: 50px; }
.idx .sec03 .right .on { display: block; }


.idx .sec05 { background: url(./img/idx_sec05_bg.png) no-repeat center/cover; width: 100%; }
.idx .sec05 h3 { text-align: center; margin-bottom: 50px; }
.idx .sec05 li a { display: inline-block; text-align: center; width: 100%; padding-top: 325px; padding-bottom: 40px; color: #fff; background: no-repeat center/cover; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; }
.idx .sec05 li { width: calc(25% - 18px); margin-right: 24px; transition: 0.3s; }
.idx .sec05 li:nth-child(odd) { margin-top: 130px; }
.idx .sec05 li:last-child { margin-right: 0;}
.idx .sec05 li:nth-child(1) a { background-image: url(./img/idx_sec05_img01.png); }
.idx .sec05 li:nth-child(2) a { background-image: url(./img/idx_sec05_img04.png); }
.idx .sec05 li:nth-child(3) a { background-image: url(./img/idx_sec05_img02.png); }
.idx .sec05 li:nth-child(4) a { background-image: url(./img/idx_sec05_img03.png); }

.idx .sec05 li:hover { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);-moz-box-shadow:  0 5px 15px rgba(0,0,0,0.5);box-shadow: 0 5px 15px rgba(0,0,0,0.5); -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; }
.idx .sec05 li:nth-child(odd):hover { margin-top: 100px; }
.idx .sec05 li:nth-child(even):hover { margin-top: -30px; }

.wrap + #fp-nav.fp-right { right: 5%; margin-top: 100px; }
.wrap + #fp-nav ul li { width: 150px; height: 30px; line-height: 30px; color: #fff; margin: 0; margin-bottom: 20px; }
.wrap + #fp-nav ul li a { }
.wrap + #fp-nav ul li span { width: 12px; height: 12px; border: 1px solid #fff; background-color: transparent; left: 0; margin: 0; margin-top: -6px; }
.wrap + #fp-nav ul li .fp-tooltip.fp-right { width: auto; display: inline-block; right: auto; opacity: 1; left: 30px; font-size: 20px; font-family: inherit; top: 0; padding-top: 2px; }
.wrap + #fp-nav ul li:hover a span,
.wrap + #fp-nav ul li:hover a.active span,
.wrap + #fp-nav ul li a.active span { margin: 0; margin-top: -6px; background-color: #fff;width: 12px; height: 12px;  }
.wrap + #fp-nav ul li:last-child { display: none; }


.wrap + #fp-nav.blue ul li .fp-tooltip.fp-right  { color: #2948A8;  }
.wrap + #fp-nav.blue ul li span { border-color: #2948A8; }
.wrap + #fp-nav.blue  ul li:hover a span,
.wrap + #fp-nav.blue  ul li:hover a.active span,
.wrap + #fp-nav.blue  ul li a.active span { background-color: #2948A8; }


/* sub */
.sub .visual { background: no-repeat center/cover; color: #fff; font-weight: 500;  }
.sub .visual .inner { padding-top: 85px; padding-bottom: 16px; }
.sub .visual h3 { font-size: 36px; font-weight: 500; text-align: center; margin-bottom: 45px; }
.sub .visual .location { font-size: 16px; text-align: right; }
.sub .visual .location li { display: block;  }
.sub .visual .location li::after { content: ">"; display: inline-block; margin: 0 5px; }
.sub .visual .location li:last-child::after { display: none; } 

/*
.sub .lnb { background-color: #fff ; color: #333; font-size: 16px; text-align: left; z-index: 5; position: relative; width: 100%; height: 60px ;}
.sub .lnb ul li { display: inline; margin: 0 40px; max-width:260px; height: 100%; flex:1; }
.sub .lnb ul li a {  display: inline-block; }
.sub .lnb ul li.on a { padding: 20px 30px 20px 30px; background-color: #2948A8; color: #fff}
*/

.sub .lnb { background:rgb(51, 51, 51);  text-align: center; z-index: 5; position: fixed; width: 100%; height: 60px ; }
.sub .lnb ul { display: flex; justify-content: center; height: 100%; width: 1300px; margin:0 auto; }
.sub .lnb ul li { max-width:260px; height: 100%; flex:1; }
.sub .lnb ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; 
font-size:20px; color:#fff; width:100%; transition: all .3s ease; font-weight: 400;  background-color: transparent; word-break: keep-all;}
.sub .lnb ul li a:hover { background-color: rgba(255,255,255); color:#000; }
.sub .lnb ul li.on a { background-color: rgba(255,255,255); color:#000; }
/*.sub .lnb ul li a.active { background-color: rgba(255,255,255); color:#000; } */


.sub .title { text-align: left; margin-top: 50px; margin-bottom: 28px; }
.sub .title h5 { font-size: 18px; color: #999; margin-bottom: 8px; }
.sub .title h3 { font-size: 30px; font-weight: bold; }
.sub .title h3::before { content: "|"; display: block;  margin: 0 50px 0 -20px ; width: 4px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: #0371fb;}
.sub .title_new { text-align: left; margin-top: 50px; margin-bottom: 28px; }
.sub .title_new h3 { font-size: 30px; font-weight: bold; color: rgb(255,255,255); }
.sub .title_new h3::before { content: "|"; display: block;  margin: 0 50px 0 -20px ; width: 30px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: rgb(255,255,255);}


/* company */
.company { background: url(./img/company_bg.png) no-repeat center/cover; padding: 45px 0 220px 0; }
.company .inner .cb { background-color: rgba(255, 255, 255, 0.9); box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 70px 0px; margin-top: 8%; }

.company ul { text-align: center; }
.company li { width: 20%; height: 325px; padding: 0 30px; border-left: 1px solid #ddd; }
.company li:first-child { border-left: 0; }
.company li .img { width: 150px; height: 150px; line-height: 150px; border-radius: 200px; background-color: #024DA0; text-align: center; position: relative; margin: 0 auto 32px; }
.company li .img::before { content: ""; display: block; position: absolute; top: -5px; left: -5px; width: 160px; height: 160px; border-radius: 300px; border: 1px solid #024DA0; }
.company li .img img { vertical-align: middle; }
.company li:nth-child(even) .img { background-color: #636A72; }
.company li:nth-child(even) .img::before { border: 1px solid #636A72; }
.company li h4 { font-size: 22px; }
.company li p { font-size: 16px; }



/* greeting */
.greeting { background: url(./img/idx_sec05_bg.png) no-repeat center/cover;} 
.greeting .inner { padding: 45px 0;}
.greeting .img { width: 490px; height: 690px;  margin: 0 30px 0 30px; box-shadow: 6px 9px 18px rgba(0, 0, 0, 0.15); overflow: hidden; background: no-repeat center/cover; float: left; }
.greeting .txt { width: calc(100% - 600px - 24px); background-color: #f7f7f7; padding: 32px 24px; border-radius: 10px; font-size: 16px; line-height: 1.7; float: left; }
.greeting .txt h3 { font-size: 24px; margin-bottom: 16px; }


/* history */
/*.history .inner { padding: 45px 0; text-align: center; background: no-repeat center/cover; } */
.history .inner { padding: 45px 0 80px; } 

/* sectio2 (History)*/
/*.history #ab1_sec2 .top {position: relative; z-index: 1; text-align: center; width: 100%; height: 600px ; background: url('../img/ab1_s2_top_bg.jpg') 50% 50% no-repeat; background-size:cover;
padding:124px 0 0; }*/
.history #ab1_sec2 .w_box {padding:100px 95px; position: relative; z-index: 2; box-shadow: 2.2px 2px 24px 0 rgba(108, 154, 255, 0.22);  text-align: left; 
background-color: #fff; }
.history #ab1_sec2 .box {display: flex; align-items: flex-start; position: relative; z-index: 1; }
.history #ab1_sec2 .box::before {content: ''; width: 1px; height:100%; background-color: #ddd; position: absolute; z-index: -1; top:10px ;left:320px ;}
.history #ab1_sec2 .box .year {font-size:36px; font-weight: 800; color:#000;font-family: 'NanumSquare',sans-serif; width:310px; padding-top:50px; }
.history #ab1_sec2 .box .year::after {content: ''; display: block; width: 65px; height: 4px; background-color: #0050ff; margin:35px 0 0;}
/* cont */
.history #ab1_sec2 .box .cont_wr {width: calc(100% - 310px);}
.history #ab1_sec2 .box .cont {display: flex ;align-items: center; width: 100%; margin-bottom: 80px;  }
.history #ab1_sec2 .box .cont_wr .cont:last-child {margin-bottom:0;}
/*dots */
.history #ab1_sec2 .box .cont .dot_line {display: flex ;align-items: center; flex-direction: row; width: 118px;}
.history #ab1_sec2 .box .cont .dot_line .dot { display: flex; align-items: center ;justify-content: center; width: 21px ;height: 21px; border-radius: 50%;
    background-color: rgba(0,80,255,.25); }
.history #ab1_sec2 .box .cont .dot_line .dot::after {content: ''; display: block ; width: 9px; height: 9px; border-radius: 50%; background-color: #0050ff; top:5px; left:5px; }
.history #ab1_sec2 .box .cont .dot_line .line {display: block; width: 103px; height: 1px; background-color: #0050ff; margin-left: -6px;}
.history #ab1_sec2 .box .cont h1 {font-size: 24px; font-weight: 800; color:#333; font-family: 'NanumSquare',sans-serif; margin:0 55px 0 40px; width: 77px; }
.history #ab1_sec2 .box .cont ul {width: calc(100% - 195px); }
.history #ab1_sec2 .box .cont ul li {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.4px; word-break: keep-all; line-height: 30px; position: relative; padding-left:15px;}
.history #ab1_sec2 .box .cont ul li::before {content: ''; display: block; width: 4px; height: 4px; background: #0050ff; position: absolute; left:0; top:14px; }


.history .ci {padding:20px; z-index: 2; box-shadow: 2.2px 2px 24px 0 rgba(108, 154, 255, 0.22);  text-align: left; 
background-color: #fff; }
.history .ci-1 {margin-left: 30px;  padding: 20px 0 50px 0;} 
.history .ci-1 img { display: block; width: 200px; float: left; margin-left: 40px;}
.history .ci-1 p { margin-left: 180px; padding: 15px 20px 20px 120px; font-size: 20px; letter-spacing: 0.2px;}

.history .ci-2 {margin-left: 30px;} 
.history .ci-2 img { display: block;  width: 300px; float: left; }
.history .ci-2 p { padding: 10px 0 50px 0; font-size: 20px; letter-spacing: 0.2px;}



/* organization */
.organization { background: url(./img/idx_sec05_bg.png) no-repeat center/cover; }
/* .organization { background: url(./img/organization_bg.png) no-repeat center; } */
.organization .inner { padding: 45px 0 60px; text-align: center; }
.organization img { padding: 70px 0 100px 0; }


/* workplace */
.workplace { padding-top: 45px; padding-bottom: 692px;}
.workplace .global { display:block; position: relative; }
.workplace .global .sub_img img { width: 20px } 
.workplace .global #img_1 img { width: 60px; }
.workplace .global .sub_img_hide div { display: none; position: absolute; width: 195px; border-radius: 10px 10px 0 0; overflow: hidden; -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1); box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1); }
.workplace .global .sub_img_hide h3 {font-size: 18px; padding: 0 14px; box-sizing: border-box; height: 38px; line-height: 38px; font-weight: 600; color: white; background: rgba(27, 162, 247, 0.9);}
.workplace .global .sub_img_hide h3 img {display: inline-block; margin-right: 7px; padding-bottom: 5px; width: 40px; }
.workplace .global .sub_img_hide p {background: rgba(255, 255, 255, 0.8); padding: 8px 14px 12px 14px; font-weight: 600; box-sizing: border-box;}

/* 글로벌 네트워크 좌표 입력 */
/* 본사 */
.workplace .global #img_1 { position: absolute; margin-top: 21%; margin-left: 39%; z-index: 1; }
.workplace .global #img_1_hide { position: absolute; margin-top: 23%; margin-left: 47%;  z-index: 2; display: none;}
/* 멕시코 */
.workplace .global #img_2 { position: absolute; margin-top: 25%; margin-left: 75%; z-index: 1;}
.workplace .global #img_2_hide  { position: absolute; margin-top: 27%; margin-left: 70%;  z-index: 2; display: none;}
/* 미국 */
.workplace .global #img_3 { position: absolute; margin-top: 19%; margin-left: 70%; z-index: 1;}
.workplace .global #img_3_hide  { position: absolute; margin-top: 21%; margin-left: 65%;  z-index: 2; display: none;}
/* 브라질 */
.workplace .global #img_4 { position: absolute; margin-top: 33%; margin-left: 90%; z-index: 1;}
.workplace .global #img_4_hide  { position: absolute; margin-top: 35%; margin-left: 85%;  z-index: 2; display: none;}
/* 독일 */
.workplace .global #img_5 { position: absolute; margin-top: 17%; margin-left: 7%; z-index: 1;}
.workplace .global #img_5_hide  { position: absolute; margin-top: 19%; margin-left: 2%;  z-index: 2; display: none;}
/* 러시아 */
.workplace .global #img_6 { position: absolute; margin-top: 14%; margin-left: 13%; z-index: 1;}
.workplace .global #img_6_hide  { position: absolute; margin-top: 16%; margin-left: 8%;  z-index: 2; display: none;}
/* 터키 */
.workplace .global #img_7 { position: absolute; margin-top: 21%; margin-left: 15%; z-index: 1;}
.workplace .global #img_7_hide  { position: absolute; margin-top: 23%; margin-left: 10%;  z-index: 2; display: none;}
/* 인도 */
.workplace .global #img_8 { position: absolute; margin-top: 27%; margin-left: 27%; z-index: 1;}
.workplace .global #img_8_hide  { position: absolute; margin-top: 29%; margin-left: 22%;  z-index: 2; display: none;}
/* 중국 */
.workplace .global #img_9 { position: absolute; margin-top: 25%; margin-left: 35%; z-index: 1;}
.workplace .global #img_9_hide  { position: absolute; margin-top: 27%; margin-left: 30%;  z-index: 2; display: none;}
/* 베트남 */
.workplace .global #img_10 { position: absolute; margin-top: 29%; margin-left: 35%; z-index: 1;}
.workplace .global #img_10_hide  { position: absolute; margin-top: 31%; margin-left: 30%; z-index: 2; display: none;}
/* 싱가포르 */
.workplace .global #img_11 { position: absolute; margin-top: 30%; margin-left: 33%; z-index: 1;}
.workplace .global #img_11_hide  { position: absolute; margin-top: 32%; margin-left: 28%; z-index: 2; display: none;}
/* 인도네시아 */
.workplace .global #img_12 { position: absolute; margin-top: 32%; margin-left: 34%; z-index: 1;}
.workplace .global #img_12_hide  { position: absolute; margin-top: 34%; margin-left: 29%; z-index: 2; display: none;}
/* 일본 */
.workplace .global #img_13 { position: absolute; margin-top: 21%; margin-left: 43%; z-index: 1;}
.workplace .global #img_13_hide  { position: absolute; margin-top: 23%; margin-left: 38%; z-index: 2; display: none;}


/*
.workplace .img { background-color: #f7f7f7; text-align: center; padding: 30px 0; }
.workplace .txt { font-size: 16px; background-color: #51A9E9; color: #fff; padding-top: 30px; }
.workplace .txt li { width: 16.6666%; margin-bottom: 32px; }
.workplace .txt h5 { font-size: 22px; }
.workplace .txt .green { color: #008000; }
.workplace .txt .orange { color: #FF9C07; }
*/

/* customer */
.customer { padding: 45px 0; }

/* distribution */
.distribution { background: url(./img/idx_sec05_bg.png) no-repeat center/cover; padding: 45px 0 110px 0px; }
.distribution img {padding: 80px 0px 100px 0px; text-align: center;}


 
/* directions */
.directions { padding: 45px 0; }
.directions h4 { font-size: 24px; height: 45px; line-height: 45px; border-bottom: 2px solid #00ADF1; margin-bottom: 5px; }
.directions p { font-size: 18px; padding-right: 20px;  margin-bottom: 16px;}
.directions strong { display: block; font-size: 30px; }
.directions small { font-size: 16px; color: #999; }

.directions .card ul { width: 100%; background: #FFFFFF; box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);  border-radius: 20px; float: left; padding: 10px; }
.directions .card ul:nth-child(1) { margin-right: 0px; }
.directions .card li { margin-left : 75px; }
.directions .map iframe { width: 100%; height: 320px; border-radius: 10px; overflow: hidden; margin: 32px 0; }

.directions .address li:nth-child(1) { margin-right: 50px; }
.directions .address small { display: block; margin-top: 5px; }






/* board */
.board { padding: 45px 0 100px; }
.board .img { background: #0B2062 no-repeat center/ auto 100%;}

.board .img .chk_box { display: inline-block; margin: 5px; }

.board .cate { margin-bottom: 32px; }
.board .cate dt { font-size: 32px; margin-bottom: 12px; }
.board .cate dd { font-size: 16px; display: inline-block; color: #999; margin-right: 40px; position: relative; }
.board .cate dd.on > a { color: #00ADF1; }
.board .cate dd:hover > a { color: #00ADF1; }

.board .cate.sub { border-top: 1px solid #ddd; padding: 20px 0; }
.board .cate.sub dt { display: none; }
.board .cate.sub dd { font-size: 14px; }

.board li.empty { line-height: 200px; color: #999; width: 100%; text-align: center; }

.gallery h3 { font-size: 24px; border-bottom: 3px solid #00ADF1; }
.gallery .chk_box { margin: 10px; display: inline-block; }
.gallery li { width: calc((100% - 100px)/6); margin-left: 15px; float: left;}
.gallery li:nth-child(4n) { margin-right: 0; }
.gallery li .img { width: 100%; height: 100px; margin-bottom: 10px; background-color: #fff; }
.gallery li .subject { display: none; font-size: 20px; }
.gallery li .desc { display: none; color: #999; font-size: 16px; }

/*
.gallery2 ul { border-top: 1px solid #ddd; }
.gallery2 li { border-bottom: 1px solid #ddd; padding: 20px 0; }
.gallery2 li .img { width: 395px; height: 225px; }
.gallery2 li .txt { width: calc(100% - 395px); padding: 60px 40px; }
.gallery2 li .subject { font-size: 16px; }  
.gallery2 li .desc { font-size: 14px; color: #999; }  
.gallery2 li .ca_name { font-size: 18px; margin-top: 35px;}  
*/

/*.gallery2 ul { border-top: 1px solid #ddd; } */
.gallery2 li { display: inline-block; margin: 20px; width: calc((100% - 160px)/4); }
.gallery2 li:nth-child(4n) { margin-right: 0px; }
.gallery2 li .img { float: left; width: 100%; height: 350px; margin-bottom: 20px; }
/*.gallery2 li .txt { width: calc(100% - 395px); padding: 60px 40px; } */

.gallery2 li .subject { font-size: 20px; text-align: center;  }   
.gallery2 li .desc { font-size: 14px; color: #999; }  
.gallery2 li .ca_name { font-size: 18px; margin-top: 35px;}  


.tbl_list table { border-top: 1px solid #ddd; border-collapse: collapse; width: 100%; text-align: center; font-size: 12px; }
.tbl_list table tr { border-bottom: 1px solid #ddd; }
.tbl_list table th,
.tbl_list table td { height: 50px; color: #666; }

.tbl_list .chk { width: 3%; }
.tbl_list .num { width: 5%; }
.tbl_list .subject { width: auto; }
.tbl_list .name { width: 7%; }
.tbl_list .hit { width: 5%; }
.tbl_list .date { width: 10%; }

.tbl_list tbody .subject { text-align: left; font-size: 13px; }

/* 라인카드 변경시 사용 */
.lineCard .slide_wrap { overflow: hidden; }
/* 라인카드 왼쪽 이동시 사이즈 지정 필요 */
.lineCard .slide_wrap .car_0 { width: 6500px;}
.lineCard .slide_wrap .car_1 { width: 4250px;}
.lineCard .slide_wrap ul li { width: 150px; height: 100px; margin-right: 20px; float: left; }

.lineCard .slide_wrap2 { overflow: hidden; }
.lineCard .slide_wrap2 .elect_0 { width: 3230px;}
.lineCard .slide_wrap2 .elect_1 { width: 2720px;}
.lineCard .slide_wrap2 ul li { width: 150px; height: 100px; margin-right: 20px; float: left; }

.lineCard .slide_wrap3 { overflow: hidden; }
.lineCard .slide_wrap3 ul { width: 1200px;}
.lineCard .slide_wrap3 ul li { width: 150px; height: 100px; margin-right: 20px; float: left; }

.board .category { margin-bottom: 32px; border-bottom: 1px solid #ddd; }
.board .category li { display: inline-block; font-size: 18px; color: #999; margin-right: 25px; }
.board .category a { display: inline-block; line-height: 48px; border-bottom: 2px solid transparent; }
.board .category a:after { content: "|"; padding-left: 15px; font-size: 14px; opacity: 0.3; }
.board .category a:hover { color: #2948A8; border-color: #2948A8; } 
.board .category #bo_cate_on { color: #2948A8; border-color: #2948A8; }


/* media */
@media screen and (max-width: 1280px) {
    /*header section.inner { padding: 10px 0; }
    header .right { padding: 15px 0; }
    header .right a { line-height: 20px; } 
	header .gnb { font-size: 16px; }*/
	header .lang { padding-right: 25px} 

    .sub { padding-top: 70px; }
    .sub img { max-width: 100%; }  
  
	.sub .title h3 { margin-left: 15px; }
	.sub .title h3::before { margin-left: -15px; }
	.sub .title_new h3 { margin-left: 15px; }
	.sub .title_new h3::before { margin-left: -15px; }

    .idx [class*='sec0'] h2 { font-size: 60px; font-weight: 700; }
    .idx [class*='sec0'] h3 { font-size: 40px; font-weight: 700; }
    .idx [class*='sec0'] h4 { font-size: 28px; }
    .idx [class*='sec0'] h5 { font-size: 20px; }
    .idx [class*='sec0'] p { font-size: 18px; }
    .wrap + #fp-nav.fp-right { display: none; }

    .idx .sec02 h2 span { color: #333; }
	
    .history #ab1_sec2 .w_box {padding: 80px; margin-top:0; }
    .history .ci-1 p {word-break: keep-all;}
    .history .ci-2 p {word-break: keep-all;}
}
@media screen and (max-width: 1054px) {
	header .right ul > li { width:90px; font-size: 19px; padding-top: 20px;}
	header .gnb { font-size: 19px; }
	header .gnb::after { padding-top: 22px; }
	header .lang { padding-top: 22px; } 
	
    .sub { padding-top: 130px; }
	.sub .lnb { margin-top: -50px }
    .sub .lnb .inner { width: 70%; font-size: 14px;}
	.sub .lnb ul li a { font-size: 16px; } 
	
	.sub .title { margin-top: 0px; }
	.sub .title_new { margin-top: 0px; }
	
    .greeting .inner,
    .history .inner,
    .organization .inner,
    .inner { padding-left: 3%; padding-right: 3%; }
    .idx .sec02 { background-size: cover; color: #fff; }
    .idx .sec02 li { color: #333; }
    .idx .sec03 .right > div { padding: 42px; }
    .idx .sec05 li { width: calc(50% - 12px); }
    .idx .sec05 li:nth-child(2n) { margin-right: 0; }
    .idx .sec05 li a { padding-top: 185px; }
    .idx .sec05 li:nth-child(odd) { margin-top: 24px; }

    .company li .img { zoom: 0.9; }
    .greeting .inner > .img { height: 300px; margin-bottom: 32px; }
    .greeting .inner > div { height: auto; float: none; width: 100%;}
    .workplace .txt li { width: 25%; } 

	/* 멕시코법인 위치 조정 */
	.workplace .global #img_2 { position: absolute; margin-top: 26%; margin-left: 78%; z-index: 1;}
	.workplace .global #img_2_hide  {margin-top: 28%; margin-left:71%; } 
	/* 미국 법인 위치 조정 */
	.workplace .global #img_3 { position: absolute; margin-top: 20%; margin-left: 73%; z-index: 1;}
	.workplace .global #img_3_hide  {margin-top: 22%; margin-left:67%; } 
	/* 브라질 법인 위치 조정 */
	.workplace .global #img_4 { position: absolute; margin-top: 34.2%; margin-left: 93.5%; z-index: 1;}
	.workplace .global #img_4_hide  {margin-top: 36%; margin-left:84%; } 
		
    .history #ab1_sec2 .w_box {padding:50px; margin-top:0; }
    .history #ab1_sec2 .box {text-align: center; flex-direction: column; }
    .history #ab1_sec2 .box::before {display: none; }
    .history #ab1_sec2 .box .year {font-size:32px; width: 100%; padding-top:0; }
    .history #ab1_sec2 .box .year::after {margin:30px auto 50px;}
    .history #ab1_sec2 .box .cont_wr {width: 100%; }
    .history #ab1_sec2 .box .cont {margin-bottom: 40px; flex-direction: column; align-items: flex-start ;text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 40px; }
    .history #ab1_sec2 .box .cont_wr .cont:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
    .history #ab1_sec2 .box .cont .dot_line {display: none; }
    .history #ab1_sec2 .box .cont h1 {margin: 0 0 12px;}
}
@media screen and (max-width: 768px) {
    header .gnb { display: none; }
    header .lang { margin-right: 20px; }
    header .lang dd { padding: 20px 0; }
    header .gnb_btn { display: inline-block; padding-top: 20px; }

    .sub .lnb { display: none; } 
	.sub { padding-top: 50px; }

    .gnb_all dl { display: block; width: 100%; height: auto; text-align: left; border: 0;  border-bottom: 1px solid #ddd; padding-bottom: 16px; margin-bottom: 16px;}
    .gnb_all dd { display: inline-block; margin-right: 24px; }

    .idx .sec03 .cb > ul,
    .idx .sec03 .cb > div { width: 100%; margin: 0; float: none; }
    .idx .sec03 ul { font-size: 0; }
    .idx .sec03 li { padding: 32px; display: inline-block; width: calc(50% - 13.3333px); height: 200px; margin-right: 20px; }
    .idx .sec03 li:last-child { margin-right: 0; }
    .idx .sec03 li h4 { display: block; }
    .idx .sec03 .right h5,
    .idx .sec03 li p { line-height: 28px; }
    .idx .sec03 .right > div { height: auto; }

    .company .inner { padding: 0px 20px 0px 20px; }
    .company li { max-width: 50%; width: 50%; height: auto ; margin-bottom: 30px; border: 0;}

    .gallery li { width : calc((100% - 60px)/4) }
    .gallery li:nth-child(2n) { margin-right: 0; }

	/* 멕시코법인 위치 조정 */
	.workplace .global #img_2 { position: absolute; margin-top: 25%; margin-left: 77%; z-index: 1;}
	/* 미국 법인 위치 조정 */
	.workplace .global #img_3 { position: absolute; margin-top: 20%; margin-left: 73%; z-index: 1;}
	/* 브라질 법인 위치 조정 */
	.workplace .global #img_4 { position: absolute; margin-top: 34%; margin-left: 92%; z-index: 1;}
	.workplace .global #img_4_hide  {margin-top: 37%; margin-left:85%; }

    .gallery2 li { width : calc((100% - 80px)/2) }
    .gallery2 li:nth-child(2n) { margin-right: 0; }

    .bo_list .hit { display: none; }
    .bo_list .subject { width: calc(100% - 270px) !important; }

    .history #ab1_sec2 .w_box {padding:40px 30px}
    .history #ab1_sec2 .box .year {font-size:28px; }
    .history #ab1_sec2 .box .year::after {height: 3px ; width: 55px;}
    .history #ab1_sec2 .box .cont h1 {font-size:22px; }
    .history #ab1_sec2 .box .cont {margin-bottom:30px; padding-bottom: 30px; }
    .history #ab1_sec2 .box .cont ul {width: 100%; }
    .history #ab1_sec2 .box .cont ul li {font-size:14px; letter-spacing: -.5px; line-height: 26px; }
    .history #ab1_sec2 .box .cont ul li::before {top:10px;}
	
	/*border:1px solid #f00;*/
	.history .ci { margin-left: 0px; padding-left: 0px; }
	.history .ci-1 img { width: 150px; margin-left: 0px; margin-right: 20px; }
	.history .ci-1 p { font-size: 14px; padding: 0px; margin: 15px;  display: block; word-break: keep-all;}
	.history .ci-2 img { width: 170px; }
	.history .ci-2 p { font-size: 14px; padding: 0px; display: block; word-break: keep-all;}
	
	
	.workplace .global #img_1 img { width: 40px; }
	.workplace .global .sub_img_hide div { width: 195px; padding: 0px; margin: 0px; }
	.workplace .global .sub_img_hide h3 { font-size: 14px; padding: 3px; }
	.workplace .global .sub_img_hide h3 img { width: 30px; }
	.workplace .global .sub_img_hide p { font-size: 12px; padding: 3px; }

    .directions strong { font-size: 24px; }
}
@media screen and (max-width: 450px) {
	.hd_pops { top: 0px !important; left: 0px !important; }
	div .hd_pops_con { width: 350px !important; height: 450px !important; }
		
    header .logo img { height: 45px; }
	header .logo span { font-size: 24px; margin-top = 5px;}
    header .right { padding: 0; height: 35px; line-height: 35px; }
    header .lang { margin-top: -10px; margin-right: -10px } 
    header .gnb_btn { margin-top:-15px; float: none; display: inline-block; vertical-align: middle; }
    header .lang { line-height: 20px; }

    /* sub */
    .sub { padding-top: 55px; }
    .sub .visual h3 { font-size: 30px; }
    .sub .visual .location { font-size: 14px; text-align: right; }

    .sub .lnb { font-size: 12px; padding: 13px 0;  }
    .sub .lnb li { display: inline-block; margin: 0 10px; }
    .sub .lnb li a { padding: 3px 12px 0;}

    /*.sub .title { text-align: center; margin-bottom: 32px; }*/
    .sub .title h5 { font-size: 16px; }
	.sub .title h3 { font-size: 24px; font-weight: bold; margin: 0 0 0 20px;}
	.sub .title h3::before { content: "|"; display: block;  margin: -2px 50px 0 -10px ; width: 4px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: #0371fb;}
	.sub .title_new h3 { font-size: 24px; font-weight: bold; color: rgb(255,255,255); margin: 0 0 0 20px; }
	.sub .title_new h3::before { content: "|"; display: block;  margin: -2px 50px 0 -10px ; width: 30px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: rgb(255,255,255);}
	
    .gnb_all { padding: 24px; }

    .idx [class*='sec0'] h2 { font-size: 40px; font-weight: 700; }
    .idx [class*='sec0'] h3 { font-size: 32px; font-weight: 700; }
    .idx [class*='sec0'] h4 { font-size: 24px; }
    .idx [class*='sec0'] h5 { font-size: 16px; }
    .idx [class*='sec0'] p { font-size: 13px; }

	.idx .sec01 .swiper-opt { margin-top: 60px; } 

    .idx .sec02 ul { margin-top: 0px; }
    .idx .sec02 li img { width: 50px; } 
	.idx .sec02 ul li { height : 300px; }

    .idx .sec03 li h4 { font-size: 20px; }
    .idx .sec03 li { padding: 10px 10px; height: 80px; }
    .idx .sec03 .right p { font-size: 13px; word-break: keep-all}
    .idx .sec03 .right a { font-size: 15px; line-height: 10px; margin-top: 4px; }
    .idx .sec03 .right > div { padding: 14px; }
    .idx .sec05 li a { padding-top: 100px; }

    footer { font-size: 10px; }
    footer .fnb { font-size: 12px; }

    .greeting .inner > div { font-size: 12px; margin-left: 0px;}
    .greeting .txt h3 { font-size: 16px; }
    .greeting .txt br { display: none; }
    .greeting .txt p { word-break: keep-all }

	.history .ci-1 img { margin-right: 210px; margin-bottom: 10px; }
	.history .ci-2 img { margin-right: 210px; margin-bottom: 10px; }
  	.history .ci-1 p {word-break: keep-all;}
   	.history .ci-2 p {word-break: keep-all;}

    .company li .img { zoom: 0.6; }
    .company li h4 { font-size: 18px; }
    .company li p { font-size: 13px; }
    .company .inner { padding: 0px 10px 0px 10px; }
    .company .txt { padding: 0 32px; font-size: 13px;}

    .gallery li { width : calc((100% - 50px)/3) }
    .gallery li:nth-child(2n) { margin-right: 0; }

    .gallery2 li { width : 260px; }
    .gallery2 li:nth-child(2n) { margin-right: 0; }
	
	/* 브라질 법인 위치 조정 */
	.workplace .global #img_4_hide  { margin-left: 67%; }
	
    .layout li.wid_50 { width: 100% !important;  }
    .layout li div.title_box { width: 95px !important; }
    .layout li div.text_box { width: calc(100% - 95px) !important; }
    .board .btn_wrap a, .board .btn_wrap button { font-size: 12px !important; }

    .bo_list li { line-height: 40px !important; }
    .bo_list li.empty { line-height: 200px !important; }
    .bo_list .num { display: none; }
    .bo_list .name { display: none; }
    .bo_list .subject { width: calc(100% - 100px) !important; }

    .directions .card ul { width: 100%; padding-left: 0px; margin-bottom: 20px;}
    .directions h4 { font-size: 18px; }
    .directions strong { font-size: 20px; }
    .directions p { font-size: 14px; padding-right: 32px; }

    .layout li.wid_33  { width: 100% !important; }
}

@media screen and (max-width: 250px) {
	.hd_pops { top: 0px !important; left: 0px !important; }
	div .hd_pops_con { width: 250px !important; height: 350px !important; }
		
    header .logo img { height: 30px;  margin-top: 5px; }
	header .logo span { font-size: 15px; margin-left: 5px;}
    header .right { padding: 0; height: 35px; line-height: 35px; }
    header .lang {  font-size: 13px; margin-top: -14px; margin-right: -15px } 
    header .gnb_btn {margin-top:-25px; float: none; display: inline-block; vertical-align: middle;}
    header .lang { line-height: 20px; }

    /* sub */
    .sub { padding-top: 55px; }
    .sub .visual h3 { font-size: 30px; }
    .sub .visual .location { font-size: 14px; text-align: right; }

    .sub .lnb { font-size: 12px; padding: 13px 0;  }
    .sub .lnb li { display: inline-block; margin: 0 10px; }
    .sub .lnb li a { padding: 3px 12px 0;}

    /*.sub .title { text-align: center; margin-bottom: 32px; }*/
    .sub .title h5 { font-size: 16px; }
	.sub .title h3 { font-size: 24px; font-weight: bold; margin: 0 0 0 20px;}
	.sub .title h3::before { content: "|"; display: block;  margin: -2px 50px 0 -10px ; width: 4px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: #0371fb;}
	.sub .title_new h3 { font-size: 24px; font-weight: bold; color: rgb(255,255,255); margin: 0 0 0 20px; }
	.sub .title_new h3::before { content: "|"; display: block;  margin: -2px 50px 0 -10px ; width: 30px; height: 20px; font-weight: 900; position: absolute; text-align: left; color: rgb(255,255,255);}
	
    .gnb_all { padding: 24px; }

    .idx [class*='sec0'] h2 { font-size: 40px; font-weight: 700; }
    .idx [class*='sec0'] h3 { font-size: 32px; font-weight: 700; }
    .idx [class*='sec0'] h4 { font-size: 24px; }
    .idx [class*='sec0'] h5 { font-size: 16px; }
    .idx [class*='sec0'] p { font-size: 13px; }

	.idx .sec01 .swiper-opt { margin-top: 60px; } 

    .idx .sec02 ul { margin-top: 0px; }
    .idx .sec02 li img { width: 50px; } 
	.idx .sec02 ul li { height : 300px; }

    .idx .sec03 li h4 { font-size: 20px; }
    .idx .sec03 li { padding: 10px 10px; height: 80px; }
    .idx .sec03 .right p { font-size: 13px; word-break: keep-all}
    .idx .sec03 .right a { font-size: 15px; line-height: 10px; margin-top: 4px; }
    .idx .sec03 .right > div { padding: 14px; }
    .idx .sec05 li a { padding-top: 100px; }

    footer { font-size: 10px; }
    footer .fnb { font-size: 12px; }

    .greeting .inner > div { font-size: 12px; margin-left: 0px;}
    .greeting .txt h3 { font-size: 16px; }
    .greeting .txt br { display: none; }
    .greeting .txt p { word-break: keep-all }

	.history .ci-1 img { margin-right: 210px; margin-bottom: 10px; }
	.history .ci-2 img { margin-right: 210px; margin-bottom: 10px; }
 	.history .ci-1 p {word-break: keep-all;}
    	.history .ci-2 p {word-break: keep-all;}

    .company li .img { zoom: 0.6; }
    .company li h4 { font-size: 18px; }
    .company li p { font-size: 13px; }
    .company .inner { padding: 0px 10px 0px 10px; }
    .company .txt { padding: 0 32px; font-size: 13px;}

    .gallery li { width : calc((100% - 50px)/3) }
    .gallery li:nth-child(2n) { margin-right: 0; }

    .gallery2 li { width : 260px; }
    .gallery2 li:nth-child(2n) { margin-right: 0; }
	
	/* 브라질 법인 위치 조정 */
	.workplace .global #img_4_hide  { margin-left: 67%; }
	
    .layout li.wid_50 { width: 100% !important;  }
    .layout li div.title_box { width: 95px !important; }
    .layout li div.text_box { width: calc(100% - 95px) !important; }
    .board .btn_wrap a, .board .btn_wrap button { font-size: 12px !important; }

    .bo_list li { line-height: 40px !important; }
    .bo_list li.empty { line-height: 200px !important; }
    .bo_list .num { display: none; }
    .bo_list .name { display: none; }
    .bo_list .subject { width: calc(100% - 100px) !important; }

    .directions .card ul { width: 100%; padding-left: 0px; margin-bottom: 20px;}
    .directions h4 { font-size: 18px; }
    .directions strong { font-size: 20px; }
    .directions p { font-size: 14px; padding-right: 32px; }

    .layout li.wid_33  { width: 100% !important; }
}
















