@charset "utf-8";

/*공통*/
/*greeting*/
.greeting .cnt {display:flex;}
.greeting .cnt .img {position:relative; overflow:hidden;width:55%; max-width:650px; min-height:600px; border-top-left-radius:80px; overflow:hidden;}
.greeting .cnt .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.greeting .cnt .txt-wrap {flex: 1 1 auto; min-width: 0; width: 1%;}
.greeting .cnt .tit {position:relative; padding:165px 0 30px 50px; border-bottom:1px solid #ddd; font-family:'NanumSquare',sans-serif;  font-size:30px; font-weight:400; line-height:1.4em; letter-spacing:-0.03em; color:#454545; margin-bottom:35px;}
.greeting .cnt .tit:before {content:""; position:absolute; width:94px; height:94px; background:url("../images/sub/greeting_logo.png") no-repeat; left:50px; top:35px;}
.greeting .cnt .tit strong {font-weight:800;}
.greeting .cnt .txt {padding-left:50px; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545; margin-bottom:30px;}
.greeting .cnt .txt:last-child {margin-bottom:0;}

/*history*/
.history .group {position:relative; display:flex; padding-left:30%; padding-bottom:80px;}
.history .group:before {content:""; position:absolute; width:1px; height:58px; background:#ddd; left:50%; bottom:12px;}
.history .group:last-child:before {display:none;}
.history .group:nth-child(even) {flex-direction: row-reverse; padding-right:30%; padding-left:0;}
.history .group .year {margin-right:175px; font-family:'Montserrat'; font-size:60px; font-weight:700; line-height:1em; letter-spacing:-0.03em; color:#242424;}
.history .group:nth-child(even) .year {margin-right:0; margin-left:175px;}
.history .group .month {position:absolute; left:50%; transform:translateX(-50%); font-family:'Montserrat'; font-size:28px; font-weight:700; line-height:1em; letter-spacing:-0.03em; color:#4664c6; margin-top:-4px;}
.history .group:nth-child(even) ul {text-align:right;}
.history .group ul {padding-top:30px;}
.history .group ul li {font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; margin-bottom:30px;}
.history .group ul li:last-child {margin-bottom:0;}

/*research*/
.research-tit {padding-left:40px; position:relative; font-family:'Montserrat'; font-size:40px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:10px;}
.research-tit:before {content:""; position:absolute; width:26px; height:42px; background:url("../images/sub/group_tit.png") no-repeat 50% 50%; left:0; top:-10px;}
.research .sub-txt {padding-left:40px; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-0.03em; color:#242424;}
.research-wrap {display:flex; margin-top:60px;}
.biz-cate {width:240px; margin-right:100px; }
.biz-cate ul {display:block; border-top:2px solid #242424;}
.biz-cate ul li {height:auto; border-bottom:1px solid #ddd;}
.biz-cate ul li a {position:relative; display:flex; align-items: center; height:73px; padding:0 20px; font-family:'NanumSquare',sans-serif;  font-size:20px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#aaa;} 
.biz-cate ul li a:before {content:""; position:absolute; width:12px; height:12px; border-right:1px solid #242424; border-bottom:1px solid #242424; transform:rotate(-45deg); right:20px; top:50%; margin-top:-8.5px; opacity:0;}
.biz-cate ul li.active a {color:#242424; font-weight:800;}
.biz-cate ul li.active a:before {opacity:1;}
.biz-cate ul li a:hover {color:#242424; font-weight:800;}
.biz-cate ul li a:hover:before {opacity:1;}

.biz-list {flex: 1 1 auto; min-width: 0; width: 1%;}
.biz-list li {display:flex; padding:45px 40px; border-radius:20px; background:#fff; box-shadow:5px 5px 15px rgba(0,0,0,0.1); margin-bottom:40px;}
.biz-list li:last-child {margin-bottom:0;}
.biz-list .info {flex: 1 1 auto; min-width: 0; width: 1%; padding-right:50px;}
.biz-list .info .tit {font-family:'NanumSquare',sans-serif; font-size:22px; font-weight:800; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:10px;}
.biz-list .info .sub-tit {font-family:'Montserrat'; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#4664c6; margin-bottom:25px;} 
.biz-list .info .biz-tag {display:flex; flex-wrap:wrap; margin-bottom:15px;}
.biz-list .info .biz-tag .item {display:inline-block; padding:7px 15px; border-radius:30px; border:1px solid #4664c6; margin-right:10px; font-size:16px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#686868; margin-bottom:10px;}
.biz-list .info .cnt {font-size:16px; font-weight:400; line-height:1.75em; letter-spacing:-0.03em; color:#686868;}

.biz-list .thumb {position:relative; overflow:hidden; height:201px; width:201px; border-radius:100%; overflow:hidden;}
.biz-list .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

/*performance*/
.page-tab {margin-bottom:50px;}
.page-tab ul {display:flex; justify-content: center; margin:0 -15px}
.page-tab ul li {padding:0 15px; text-align:center;}
.page-tab ul li a {width:200px; display:flex; align-items: center; justify-content: center; height:60px; border-radius:60px; border:1px solid #4664c6; font-family:'NanumSquare',sans-serif;  font-size:18px; font-weight:700; line-height:1em; letter-spacing:-0.03em; color:#454545;}
.page-tab ul li.active a {color:#fff; background:#4664c6;}

.performance-list ul {border-top:2px solid #222;}
.performance-list ul li {border-bottom:1px solid #ddd;}
.performance-list ul li a {display:flex; height:68px; align-items: center; padding:10px 0;}
.performance-list ul li a:hover {background:#f4f4f4;}
.performance-list .list-num {display:block; font-family:'Montserrat'; font-size:28px; font-weight:700; min-width:100px; line-height:1em; letter-spacing:-0.03em; color:#ddd; text-align:center;}
.performance-list .tit {display:block; flex: 1 1 auto; min-width: 0; width: 1%; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; padding:0 25px;}
.performance-list .date {display:block; min-width:140px; text-align:center; font-family:'Montserrat'; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#686868;}

.new-board-list ul {border-top:2px solid #222;}
.new-board-list ul li {border-bottom:1px solid #ddd;}
.new-board-list ul li a {display:flex; height:68px; align-items: center; padding:10px 0;}
.new-board-list ul li a:hover {background:#f4f4f4;}
.new-board-list .list-num {display:block; font-family:'Montserrat'; font-size:28px; font-weight:700; min-width:100px; line-height:1em; letter-spacing:-0.03em; color:#ddd; text-align:center;}
.new-board-list .tit {display:block; flex: 1 1 auto; min-width: 0; width: 1%; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; padding:0 25px;}
.new-board-list .date {display:block; min-width:140px; text-align:center; font-family:'Montserrat'; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#686868;}

.new-board-list .label {display:block; text-align:center; min-width:100px; line-height:1.2em; font-size:14px !important; color:#fff;}
.new-board-list .label span {font-weight:500; display:inline-block; padding:5px 12px; background:#454545; border-radius:8px;}


/*paper*/
.paper-box .tit {font-family:'NanumSquare',sans-serif; font-size:24px; font-weight:700; line-height:1.2em; letter-spacing:-0.03em; color:#454545; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
.paper-box ul li {position:relative; padding-left:9px; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#454545;}
.paper-box ul li:before {content:""; position:absolute; width:6px; height:1px; background:#b1b1b1; left:0; top:12px;}

/*location*/
.location .root_daum_roughmap {width:100% !important; height:400px !important;}
.location .root_daum_roughmap .wrap_map {height:400px !important;}

.map1 .roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.map1 .roughmap_lebel_text:after {content:"본사"; font-size:12px; line-height:15px;}
.map2 .roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.map2 .roughmap_lebel_text:after {content:"공장"; font-size:12px; line-height:15px;}
.map3 .roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.map3 .roughmap_lebel_text:after {content:"연구소"; font-size:12px; line-height:15px;}
.location-wrap {position:relative; height:500px;}
.location {position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; z-index:-1;}
.location.on {opacity:1; z-index:1;}
.location .local {margin-bottom:30px;}
.local-info ul {display:flex;}
.local-info ul li {padding-left:30px; position:relative; font-family:'NanumSquare',sans-serif; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#454545; padding-right:20px; margin-right:20px; border-right:1px solid #ddd;}
.local-info ul li:before {content:""; position:absolute; width:20px; height:20px; left:0; top:0; background-repeat:no-repeat; background-position:50% 50%;}
.local-info ul li:last-child {margin-right:0; padding-right:0; border-right:0;}
.local-info ul li:nth-child(1):before {background-image:url("../images/sub/local_icon1.png");}
.local-info ul li:nth-child(2):before {background-image:url("../images/sub/local_icon2.png");}
.local-info ul li:nth-child(3):before {background-image:url("../images/sub/local_icon3.png");}

