/* common */
.pt{padding-top: 150px;}
.pad{padding: 150px 0;}
.pb{padding-bottom:150px;}
.mb120{margin-bottom:120px;}
.mb140{margin-bottom:140px;}
/* 서브타이틀 */
.sTit{font-family: var(--enF02); font-weight:900; font-size:50px; line-height: 1.4em; color: #111; text-align: center;	margin-bottom:45px;}
.st_box{text-align: center;}
.st_box h3{font-weight:500; font-size:26px; line-height: 1.4; color: #111;}
.st_box p{margin-top: 25px; font-weight:300; font-size:18px; line-height: 1.8em; color: #111;}

.st_box.c h3{color: var(--colorB);}
.st_box.c p span{color: var(--colorB);}

/* 리스트 공통 */
.dots_list{}
.dots_list li{position:relative; font-weight:300; font-size:18px; color: rgba(17, 17, 17, 0.7); padding-left: 20px; margin-bottom:10px;}
.dots_list li::before{content:""; width: 3px; height: 3px; position:absolute; top: 9px; left: 7px; border-radius:50%; background: rgba(17, 17, 17, 0.7);}
.dots_list li:last-of-type{margin-bottom:0;}
/* 서브비주얼 */
.sub{padding-top: 200px;}
.sub .s_tit{text-align: center; margin-bottom:60px;}
.sub .s_tit p{font-family: var(--enF02); font-weight:bold; font-size:20px; color: #111; text-transform: uppercase; letter-spacing:0.3em;}
.sub .s_tit h2{font-family: var(--enF02); font-weight:bold; font-size:100px; color: #111; margin-top: 40px;}
.sub .sv{position:relative;}
.sub .sv .bg{height: 550px; background-position: 50% 50%; background-repeat: no-repeat; background-size:cover;}
.sub .sv .txt figure{margin-bottom:46px;}
.sub .sv .txt{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); text-align: center; width: 100%;}
.sub .sv .txt p{font-weight:300; font-size:30px; line-height: 1.5em; color: #fff;}
.sub .sv .txt p span{font-weight:600;}
.sub .sv .txt p em{display:inline-block; font-family: var(--enF02); font-weight:bold; font-size:50px; margin-bottom:8px;}
.sub .sv .txt p .m{display:none; }

.overview{}
.overview .fbox{}
.overview .fbox h3{width: 50%; font-weight:bold; font-size:30px; line-height: 1.6em; color: #111;}
.overview .fbox .txt{width: 50%;}
.overview .fbox .txt p{font-weight:300; font-size:18px;  line-height: 1.8em; color: rgba(17, 17, 17, 0.7); margin-bottom:1.8em;}

.history{}
.history .tab{display:flex; justify-content:center; margin-bottom: 150px;}
.history .tab li{position:relative; font-family:var(--enF02); font-weight:bold; font-size:30px; color: #111; margin-right: 50px; cursor: pointer; transition:0.3s}
.history .tab li::after{content:""; position:absolute; top: 16px; right: -27px; width: 5px; height: 5px; border-radius:50%; background:  #ddd;}
.history .tab li:last-of-type{margin-right: 0;}
.history .tab li:last-of-type::after{display:none; }
.history .tab li:hover{color: var(--colorR);}
.history .tab li.on{color: var(--colorR);}
.history .his_list{position:relative; }
.history .his_list .fbox{flex-wrap:wrap;}
.history .his_list .fbox .item{position:relative; display:flex; align-items:flex-start; width: 100%;}
.history .his_list .fbox .item h2{position:relative; width: calc(50% - 40px);font-family: var(--enF02); font-weight:bold; font-size:100px; letter-spacing:-0.03em; color: #ddd; transition:0.8s}
.history .his_list .fbox .item h2::after{content:""; position:absolute; top: 50%; right: 115px; width: 15px; height: 15px; border-radius:50%; background: #DDDDDD; transform:translateY(-50%); transition:0.3s}
.history .his_list .fbox .item > ul{width: calc(50% + 40px); margin-top: 21px;}
.history .his_list .fbox .item > ul > li{position:relative; display:flex; padding-bottom:100px;}
.history .his_list .fbox .item > ul > li::before{content:""; position:absolute; top: 0; left: -123px; width: 1px; height: calc(100% + 30px); background: #ddd;}
.history .his_list .fbox .item > ul > li::after{content:""; position:absolute; top: 0; left: -123px; width: 1px; height: 0; background: var(--colorR); transition:0.8s}
.history .his_list .fbox .item > ul > li:last-of-type{padding-bottom:200px;}
.history .his_list .fbox .item > ul > li > span{font-family: var(--enF02); font-weight: bold; font-size:30px; color: #111;}
.history .his_list .fbox .item > ul > li > ul{margin-top: 5px; margin-left: 50px;}
.history .his_list .fbox .item > ul > li > ul > li{position:relative; font-size:20px; line-height: 1.4em; color: #111; margin-bottom:17px; padding-left: 18px;}
.history .his_list .fbox .item > ul > li > ul > li::before{content:""; position:absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #111; border-radius:50%;}
.history .his_list .fbox .item > ul > li > ul > li:last-of-type{margin-bottom:0;}

.history .his_list .fbox .item > ul > li.on::after{height: calc(100% + 30px);}
.history .his_list .fbox .item.on h2{color: #111;}
.history .his_list .fbox .item.on h2::after{background: var(--colorR);}

.patent{}
.patent .tab{display:flex; justify-content:center; margin-bottom:80px;}
.patent .tab li{width: 50%; max-width: 415px;}
.patent .tab li a{display:inline-block; vertical-align: top; width: 100%; line-height: 80px; font-weight:bold; font-size:30px; color: #000; text-align: center; border:1px solid #dbdbdb; transition:0.3s; box-sizing:border-box;}
.patent .tab li:hover a,
.patent .tab li.on a{border:1px solid var(--colorR); background: var(--colorR); color: #fff;}
.patent .patent_list{display:flex; gap:70px 33px; flex-wrap:wrap;}
.patent .patent_list .item{width: calc((100% - 99px) /4); cursor: pointer;}
.patent .patent_list .item figure{position:relative; padding-bottom:134%; overflow: hidden; border: 1px solid #EEE;}
.patent .patent_list .item figure img{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); max-width: 100%; max-height: 100%;}
.patent .patent_list .item h3{margin-top: 25px; font-weight:600; font-size:18px; color: #111; text-align: center;}

.portfolio{}
.portfolio .st_box{margin-bottom:55px;}
.portfolio .select_box{margin-bottom:20px;}
.portfolio .select_box select{width: 300px; background:url(/img/board/icon_select.png) calc(100% - 40px) 50% no-repeat; height: 70px; border:1px solid #ddd; font-weight:bold; font-size:22px; color: #111; padding: 0 40px; cursor: pointer;}
.portfolio .p_list{display:flex; flex-wrap:wrap; gap:40px}
.portfolio .p_list .item{width: calc(50% - 20px); border-bottom: 1px solid #aaa;}
.portfolio .p_list .item figure{position:relative; padding-bottom: 59%; overflow: hidden;}
.portfolio .p_list .item figure img{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); max-width: inherit; height: 100%;}
.portfolio .p_list .item .txt{margin-top: 48px;}
.portfolio .p_list .item .txt h3{font-weight:500; font-size:18px; color: var(--colorB);}
.portfolio .p_list .item .txt h2{font-weight:600; font-size:30px; color: #111; margin: 27px 0 15px;}
.portfolio .p_list .item .txt p{font-weight:500; font-size:20px; color: rgba(17, 17, 17, 0.7); min-height: 2.6em;}
.portfolio .p_list .item .info{border-top: 1px solid #aaa;  margin-top: 41px;}
.portfolio .p_list .item .info dl{padding: 20px 0 16px; display:flex; border-bottom: 1px dashed  #aaa; }
.portfolio .p_list .item .info dl:last-of-type{border-bottom: none;}
.portfolio .p_list .item .info dl dt{width: 80px;}
.portfolio .p_list .item .info dl dt span{display:inline-block; padding: 0 16px; line-height: 30px; background: #111; border-radius:5px; color: #fff; font-weight:700; font-size:16px;}
.portfolio .p_list .item .info dl dd{width: calc(100% - 80px); font-size:16px; font-weight:300; color: rgba(17, 17, 17, 0.7); margin-top: 5px;}
.portfolio .p_list .item .info dl:first-of-type dd{}
.portfolio .p_list .item .info dl dd ul{}
.portfolio .p_list .item .info dl dd ul li{position:relative; margin-bottom:9px; padding-left: 14px; }
.portfolio .p_list .item .info dl dd ul li::after{content:""; position:absolute; top: 7px; left: 0; width: 3px; height: 3px; background: rgba(17, 17, 17, 0.7); border-radius:50%;}
.portfolio .p_list .item .info dl dd ul li:last-of-type{margin-bottom:0;}

.location{}
.location .map_ctn{height: 650px;}
.location .map_ctn > div > div,
.location .map_ctn > div{width: 100%; height: 100%;}
.location .fbox{margin-top: 100px;}
.location .fbox figure{position:relative; width: 150px; height: 150px; border-radius:50%; background: #f5f5f5; margin-right: 96px;}
.location .fbox figure img{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.location .fbox .txt{width: calc(100% - 246px); }
.location .fbox .txt h2{font-weight:bold; font-size:40px; color: var(--colorB); line-height: 1.4;}
.location .fbox .txt ul{display:flex; align-items:center; flex-wrap:wrap;}
.location .fbox .txt ul li{position:relative; font-weight:500; font-size:20px; color: #111; line-height: 1.6; padding: 20px 0 20px 54px; margin-right: 150px;	}
.location .fbox .txt ul li.w100{width: 100%; border-bottom: 1px dashed #ddd; margin-right: 0;}
.location .fbox .txt ul li:last-of-type{margin-right: 0;}
.location .fbox .txt ul li span{position:absolute; top: 17px; left: 0;}
.location .fbox .txt ul li span img{}
.location .fbox .txt ul.c{border-top: 1px solid #777;}
.location .fbox .txt ul.c li{border-bottom: 1px solid #DDDDDD; padding:30px 0 30px 220px;}
.location .fbox .txt ul.c li span{display:flex; align-items:center; top: 26px; font-size:30px; font-weight:bold; color: var(--colorB);}
.location .fbox .txt ul.c li span img{margin-right: 14px;}


/* 제품 아이콘버튼 */
.xr .btn a{position:relative; display:inline-block; vertical-align: top; min-width: 295px; padding: 0 36px; line-height: 60px; background: #111; font-weight:700; font-size:16px; color: #fff; transition:0.3s}
.xr .btn .icon{position:absolute; top: 21px; right: 36px; width: 13px; height: 13px; transform:translateY(1px); display:inline-block;}
.xr .btn .icon::before{content:""; position:absolute; top: 6px; left: 0; width: 13px; height: 1px; background: #fff; transition:0.3s}
.xr .btn .icon::after{content:""; position:absolute; top: 0; left: 6px; width: 1px; height: 13px; background: #fff; transition:0.3s}

.xr .btn a:hover{background: var(--colorB) !important; color: #fff !important;}
.xr .btn a:hover .icon::after{top: 5px; left: 6px; height: 9px; transform:rotate(45deg); background: #fff !important;}
.xr .btn a:hover .icon::before{top: 3px; left: 2px; width: 9px; transform:rotate(45deg); background: #fff !important;}

.xr .p_overview .features .fbox{align-items:center;}
.xr .p_overview .features .fbox .txt{width: 50%; padding: 0 40px;}
.xr .p_overview .features .fbox .txt p{font-weight:bold; font-size:20px; line-height: 1.4em; color: var(--colorB);}
.xr .p_overview .features .fbox .txt h3{font-weight:bold; font-size:30px; line-height: 1.4em; color: #111; margin: 20px 0 40px;}
.xr .p_overview .features .fbox .slide_ctn{position:relative; width: 50%;}
.xr .p_overview .features .fbox .slide_ctn figure{}
.xr .p_overview .features .fbox .slide_ctn figure img{}
.xr .p_overview .features .fbox .slide_ctn .slick-dots{position:absolute; bottom: 15px; left: 50%; transform:translateX(-50%); display:flex; align-items:Center; gap:5px}
.xr .p_overview .features .fbox .slide_ctn .slick-dots li{width: 15px; height: 15px; border-radius: 15px; border: 1px solid #AAA; background: rgba(255, 255, 255, 0.30); cursor: pointer; transition:0.3s}
.xr .p_overview .features .fbox .slide_ctn .slick-dots li button{ font-size:0; padding: 0; outline:none; border:none}
.xr .p_overview .features .fbox .slide_ctn .slick-dots li.slick-active{background: #fff;}
.xr .p_overview .function{}
.xr .p_overview .function .fbox{flex-wrap:wrap; gap:20px}
.xr .p_overview .function .fbox .item{width: calc(50% - 10px); background: #f5f5f5; padding: 45px 30px 65px 45px;}
.xr .p_overview .function .fbox .item h3{font-weight:500; font-size:24px; line-height: 1.5; color: #111; margin: 40px 0 30px;}
.xr .p_overview .function .fbox .item h3 span{font-weight:300; font-size:20px;}
.xr .p_overview .function .fbox .item ul li{letter-spacing:-0.03em;}
.xr .p_overview .function .fbox .item ul li span{color: rgba(17, 17, 17, 0.7); font-weight:600;}
.xr .p_overview .function .fbox .item .fbox{gap:20px 30px}
.xr .p_overview .function .fbox .item.w100 h3{margin: 0 0 20px;}
.xr .p_overview .function .fbox .item .txt{width: calc((100% - 60px) / 3);}
.xr .p_overview .function .fbox .item .txt h4{font-weight:500; font-size:18px; line-height: 1.5; color: #111;}
.xr .p_overview .function .fbox .item .txt p{letter-spacing:-0.03em; margin-top: 8px;}
.xr .p_overview .banner{}
.xr .p_overview .banner .item{position:relative; height: 590px; background-color: #00163C; }
.xr .p_overview .banner .item.fix{background:url(/img/sub/xr_bg.png) 50% 50% no-repeat fixed;}
.xr .p_overview .banner .item .txt{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 100%; text-align: center;}
.xr .p_overview .banner .item .txt h3{font-family: var(--enF02);font-weight:bold; font-size:50px; line-height: 1.4em; color: #fff; margin-bottom:43px;}
.xr .p_overview .banner .item .txt h4{font-weight:600; font-size:16px; line-height: 1.4em; color: var(--colorB); margin: 0 0 14px;}
.xr .p_overview .banner .item .txt p:not(.b){font-weight:300; font-size:18px; line-height: 1.8em; color: #fff; margin-top: 35px;}
.xr .p_overview .banner .item .txt p.b{font-weight:600; font-size:35px; line-height: 1.5em; letter-spacing:-0.03em; color: #fff;}
.xr .p_overview .banner .item .txt .icon_box{display:flex; max-width: 1400px; align-items:center; justify-content:center;  margin: 80px auto 0; gap:100px}
.xr .p_overview .banner .item .txt .icon_box .box{display:flex; align-items:center; justify-content:space-between; position:relative; width: 33.33%; text-align: left;}
.xr .p_overview .banner .item .txt .icon_box .box::after{content:""; position:absolute; top: -9px; right: -50px; width: 1px; height: 100px; background:url(/img/sub/icon_line.png) 50% 50% no-repeat;}
.xr .p_overview .banner .item .txt .icon_box .box:last-of-type::after{display:none; }
.xr .p_overview .banner .item .txt .icon_box .box .txt02{}
.xr .p_overview .banner .item .txt .icon_box .box .txt02 h5{font-weight:700; font-size:22px; color: #fff;}
.xr .p_overview .banner .item .txt .icon_box .box .txt02 p{font-weight:500; font-size:18px; color: #30D2FD; margin-top: 20px;}
.xr .p_overview .banner .item .txt .icon_box .box .txt02 p.up{color: #EE3838;}
.xr .p_overview .banner .item .txt .icon_box .box .txt02 p span.f{color: #fff;}
.xr .p_overview .banner .item .txt .icon_box02{display:flex; max-width: 1400px; align-items:center; justify-content:center;  margin: 80px auto 0; gap:40px}
.xr .p_overview .banner .item .txt .icon_box02 .box{width: 33.33%;}
.xr .p_overview .banner .item .txt .icon_box02 .box figure{}
.xr .p_overview .banner .item .txt .icon_box02 .box h5{font-weight:700; font-size:22px; color: #30D2FD; margin: 25px 0 20px;}
.xr .p_overview .banner .item .txt .icon_box02 .box p{font-weight:500; font-size:18px; color: #fff; margin-top: 0;}

.xr .p_overview .portfolio .fbox{align-items:flex-end}  
.xr .p_overview .portfolio .fbox figure{width: 50%;}
.xr .p_overview .portfolio .fbox figure img{}
.xr .p_overview .portfolio .fbox .txt{width: 50%; padding-left: 24px;}
.xr .p_overview .portfolio .fbox .txt p:not(.c){font-weight:300; font-size:18px; line-height: 1.8; color: #111;}
.xr .p_overview .portfolio .fbox .txt h3{font-weight:500; font-size:26px; line-height: 1.4; color: #111; margin: 22px 0 25px;}
.xr .p_overview .portfolio .fbox .txt .c{font-weight:500; font-size:20px; line-height: 1.4; color: var(--colorB);}
.xr .p_overview .portfolio .fbox .txt .border_txt{border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; margin: 53px 0 55px;}
.xr .p_overview .portfolio .fbox .txt .border_txt p{position:relative; border-bottom: 1px dashed #aaa; padding: 20px 0 20px 80px; font-weight:300; font-size:16px; color: rgba(17, 17, 17, 0.7);}
.xr .p_overview .portfolio .fbox .txt .border_txt p:last-of-type{border-bottom: none;}
.xr .p_overview .portfolio .fbox .txt .border_txt p span{position:absolute; left: 0; width: 60px; line-height: 30px; border-radius:5px; color: #fff;	background: #111; text-align: center;}
.xr .p_overview .more_link{border-top: 1px solid #aaa; padding-top: 100px;}
.xr .p_overview .more_link h2{font-family: var(--enF02); font-weight:700; font-size:30px; color: #111;}
.xr .p_overview .more_link h2 span{font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;;}
.xr .p_overview .more_link .fbox{margin-top: 38px; gap:20px}
.xr .p_overview .more_link .fbox .item{position:relative; width: calc((100% - 60px) / 4);}
.xr .p_overview .more_link .fbox .item .bg{position: relative; overflow: hidden; padding-bottom:76%; background-position:50% 50%; background-repeat: no-repeat; background-size:contain; transition:0.4s}
.xr .p_overview .more_link .fbox .item .bg01{background-image:url(/img/sub/icon_product01.png);}
.xr .p_overview .more_link .fbox .item .bg02{background-image:url(/img/sub/icon_product02.png);}
.xr .p_overview .more_link .fbox .item .bg03{background-image:url(/img/sub/icon_product03.png);}
.xr .p_overview .more_link .fbox .item .bg04{background-image:url(/img/sub/icon_product04.png);}
.xr .p_overview .more_link .fbox .item .bg05{background-image:url(/img/sub/icon_product05.png);}

.xr .p_overview .more_link .fbox .item h3{font-family: var(--enF02); font-weight:700; font-size:30px; line-height: 1.4; margin-top: 20px; color: #111; text-align: center;}
.xr .p_overview .more_link .fbox .item a{position:absolute; top: 0; left: 0; width: 100%; height: 100%;}
.xr .p_overview .bot_banner{position:relative; height: 480px; background:url(/img/sub/xr06.png) 50% 50% /cover no-repeat;}
.xr .p_overview .bot_banner .txt{position:absolute; top: 50%; transform:translateY(-50%);}
.xr .p_overview .bot_banner .txt p{font-weight:700; font-size:45px; line-height: 1.4; color: #fff;}
.xr .p_overview .bot_banner .txt .btn{margin-top: 40px;}
.xr .p_overview .bot_banner .txt .btn a{background: #fff; color: #111;}
.xr .p_overview .bot_banner .txt .btn a .icon::after,
.xr .p_overview .bot_banner .txt .btn a .icon::before{background: #111;}

.xr .p_overview .more_link .fbox .item:hover .bg01{background-image:url(/img/sub/icon_product01H.png);}
.xr .p_overview .more_link .fbox .item:hover .bg02{background-image:url(/img/sub/icon_product02H.png);}
.xr .p_overview .more_link .fbox .item:hover .bg03{background-image:url(/img/sub/icon_product03H.png);}
.xr .p_overview .more_link .fbox .item:hover .bg04{background-image:url(/img/sub/icon_product04H.png);}
.xr .p_overview .more_link .fbox .item:hover .bg05{background-image:url(/img/sub/icon_product05H.png);}

.xr .p_overview .ces_box p{ font-size:32px; font-weight: 500; line-height: 1.3; }

.i3d{}
.i3d .i3d_box{background: rgba(0, 157, 199, 0.1); padding: 110px 0;}
.i3d .i3d_box .tit{text-align: center;}
.i3d .i3d_box .tit h3{font-family: var(--enF02); font-weight:700; font-size:50px; line-height: 1.4; color: #111;}
.i3d .i3d_box .tit p{font-weight:600; font-size:18px; line-height: 1.4; color: #111; margin-top: 10px;}
.i3d .i3d_box .fbox{display:flex; gap:12px; margin-top: 65px;}
.i3d .i3d_box .fbox .item{width: calc((100% - 48px) / 5);}
.i3d .i3d_box .fbox .item figure{}
.i3d .i3d_box .fbox .item figure img{}
.i3d .i3d_box .fbox .item .txt{position:relative; background: #fff; margin-top: 5px; text-align: center;}
.i3d .i3d_box .fbox .item .txt::after{content:""; position:absolute; width: 25px; height: 25px; top: 11px; right: -19px; background:url(/img/sub/icon_i3d01.png) 50% 50% /cover no-repeat; z-index: 3;}
.i3d .i3d_box .fbox .item:last-of-type .txt::after{display:none; }
.i3d .i3d_box .fbox .item .txt p{font-weight:600; font-size:16px; color: #111; line-height: 50px;}
.i3d .i3d_box .b_txt{font-weight:500; font-size:24px; line-height: 1.8em; color: #111; margin-top: 30px; text-align: center;}

.talent{}
.talent .st_box{margin-bottom:80px;}
.talent .box{}
.talent .box h2{font-weight:500; font-size:20px; line-height: 1.4em; color: #1694bb; text-align: center; margin-bottom:50px;}
.talent .box .fbox{}
.talent .box .fbox .item{width: 33.33%; text-align: center;}
.talent .box .fbox .item figure{margin-bottom:70px;}
.talent .box .fbox .item figure img{}
.talent .box .fbox .item .txt{}
.talent .box .fbox .item .txt h3{font-weight:600; font-size:30px; color: #111;}
.talent .box .fbox .item .txt p{font-size:18px; margin-top: 25px; color: #111; line-height: 1.8;}
.talent .box .circle_box{position:relative; gap:25px; overflow: hidden;}
.talent .box .circle_box::before{content:""; position:absolute; top: 50%; left: 0; width: 100%; height: 1px; border-top:1px dashed  rgba(0, 157, 199, 0.5); box-sizing:border-box; transform:translateY(-50%);}
.talent .box .circle_box .item{position: relative; width: calc((100% - 100px) / 5); padding-bottom:18.572%; background: #f5f5f5; border-radius:50%;}
.talent .box .circle_box .item::before{content:""; position:absolute; top: 50%; right: -18px; width: 10px; height: 14px; background:url(/img/sub/icon_talent04.svg) 50% 50% no-repeat; transform:translateY(-50%);}
.talent .box .circle_box .item::after{content:""; position:absolute; top: 0; left: 0; width: 100%; height: 100%; border:7px solid var(--colorB); box-sizing:border-box; border-radius:50%; border-bottom-color: #f5f5f5; border-right-color: #f5f5f5; transform: rotate(45deg);}
.talent .box .circle_box .item:last-of-type::before{display:none; }
.talent .box .circle_box .item .p50{position:absolute; top: 77px; left: 50%; transform:translateX(-50%);}
.talent .box .circle_box .item .p50 h3{font-family: var(--enF02); font-weight:bold; font-size:16px; color: var(--colorB); text-transform: uppercase;}
.talent .box .circle_box .item .p50 p{font-weight:600; font-size:24px; color: #111; margin-top: 32px;}
.talent .box .circle_box .item .p50 p > span { font-size:75% } 
.talent .box .circle_box .item .p50 p.mt{margin-top: 47px;}

.welfare{}
.welfare .st_box{margin-bottom:80px;}
.welfare .fbox{gap:40px; flex-wrap:wrap;}
.welfare .fbox .item{width: calc((100% - 80px) / 3); padding: 55px 55px 70px; border:1px solid #e6e6e6; min-height: 400px;}
.welfare .fbox .item figure{margin-bottom:45px;}
.welfare .fbox .item .txt h3{font-weight:500; font-size:24px; line-height: 1.4; color: #111; margin-bottom:20px;}

.partner{}
.partner .cont{}
.partner .cont .fbox{gap:13px; flex-wrap:wrap;}
.partner .cont .fbox .item{border:1px solid #ddd; width: calc((100% - 39px) / 4);}
.partner .cont .fbox .item figure{position:relative; padding-bottom:36%; overflow: hidden;}
.partner .cont .fbox .item figure img{position:absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); max-height: 100%; max-width: inherit;}

.biz_area{overflow: hidden;}
.biz_area .area_list{margin-top: 100px;}
.biz_area .area_list .item{display:flex; align-items:center; margin-bottom:100px;}
.biz_area .area_list .item:last-of-type{margin-bottom:0;}
.biz_area .area_list .item figure{width: 50%;}
.biz_area .area_list .item figure img{}
.biz_area .area_list .item .txt{width: 50%; padding-left: 100px;}
.biz_area .area_list .item:nth-of-type(2n) .txt{padding-left: 50px; order:-1} 
.biz_area .area_list .item .txt .tit{position:relative; padding-top: 17px;}
.biz_area .area_list .item .txt .tit::before{content:""; position:absolute; top: 0; left: 0; width: 40px; height: 4px; background: var(--colorB);}
.biz_area .area_list .item .txt .tit h2{font-family: var(--enF02); font-weight:700; font-size:50px; color: #111; line-height: 1.4;}
.biz_area .area_list .item .txt .tit h2 span{position:relative; color: var(--colorB); font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; font-weight:500; font-size:20px; margin-left: 22px;}
.biz_area .area_list .item .txt .tit h2 span::before{content:""; position:absolute; left:-15px; top: 5px; width: 1px; height: 14px; background: var(--colorB);}
.biz_area .area_list .item:nth-of-type(4) .txt .tit h2 span::before { top: 50%; transform:translateY(-50%); }
.biz_area .area_list .item:nth-of-type(4) .txt .tit h2 span { width:280px; display:inline-block;  }

.biz_area .area_list .item .txt .tit h3{font-family: var(--enF02); font-weight:0; font-size:20px; color: #111; line-height: 1.4;}
.biz_area .area_list .item .txt .tit h3 span{position:relative; color: var(--colorB); font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; font-weight:500; font-size:20px; margin-left: 0px;}
.biz_area .area_list .item .txt .tit h3 span::before{content:""; position:absolute; left:-15px; top: 0px; width: 0px; height: 0px; background: var(--colorB);}
.biz_area .area_list .item:nth-of-type(5) .txt .tit h3 span::before { top: 0%; transform:translateY(-50%); }
.biz_area .area_list .item:nth-of-type(5) .txt .tit h3 span { width:450px; display:inline-block;  }

.biz_area .area_list .item .txt .tit h4{font-family: var(--enF02); font-weight:700; font-size:13px; color:rgba(109,110,113); line-height: 1.4; margin-right: -100px;}

.biz_area .area_list .item .txt .tit a{display:inline-block; width: 100%; vertical-align: top; font-weight:600; font-size:16px; letter-spacing:-0.03em; color: #aaa; padding: 18px 0;}
.biz_area .area_list .item .txt .tit a img{transform:translateY(4px); margin-left: 13px;}
.biz_area .area_list .item .txt > ul{margin-top: 32px;}
.biz_area .area_list .item .txt > ul > li{margin-bottom:15px;}
.biz_area .area_list .item .txt > ul > li:last-of-type{margin-bottom:0;}
.biz_area .area_list .item .txt > ul > li span{font-weight:600; font-size:18px; color: #111; line-height: 1.5em;}
.biz_area .area_list .item .txt > ul > li > ul{margin-top: 3px;}
.biz_area .area_list .item .txt > ul > li > ul > li{position:relative; font-weight:300; font-size:16px; line-height: 1.5em; letter-spacing:-0.03em; color:rgba(17, 17, 17, 0.7); padding-left: 22px;}
.biz_area .area_list .item .txt > ul > li > ul > li::before{content:""; position:absolute; top: 9px; left: 8px; width: 3px; height: 3px; background: rgba(17, 17, 17, 0.7); border-radius:50%;} 

@media (max-width: 1400px){
	.st_box p br{display:none; }
	
	.history .tab{margin-bottom:90px;}
	.history .his_list .fbox .item h2{font-size:70px;}

	.xr .p_overview .features .fbox .txt{padding-left: 20px; padding-right: 20px;}
	.xr .p_overview .features .fbox .txt h3{font-size:26px; margin: 10px 0 20px;}
	.xr .p_overview .function .fbox .item h3 span{display:block; }
	.xr .p_overview .portfolio .fbox .txt h3{margin: 20px 0 10px;}
	.xr .p_overview .portfolio .fbox .txt .border_txt{margin: 30px 0;}
	.xr .p_overview .portfolio .fbox .txt p:not(.c) br,
	.xr .p_overview .portfolio .fbox .txt .border_txt p br{display:none; }
	
	.xr .p_overview .banner .item .txt .icon_box02,
	.xr .p_overview .banner .item .txt .icon_box{padding: 0 16px; margin-top: 50px; gap:40px}
	.xr .p_overview .banner .item .txt .icon_box .box::after{right: -20px;}
	.xr .p_overview .banner .item .txt .icon_box .box .txt02 h5{font-size:19px;}
	.xr .p_overview .banner .item .txt .icon_box .box .txt02 p{font-size:16px;}
	.xr .p_overview .banner .item .txt .icon_box02 .box h5{font-size:19px; margin: 15px 0 10px;}
	.xr .p_overview .banner .item .txt .icon_box02 .box p{font-size:16px;}


	.talent .box .circle_box .item .p50{top: 50%; transform:translate(-50%,-50%);}
	.talent .box .circle_box .item .p50 p{font-size:21px;}
	
	.welfare .fbox .item{padding: 40px 30px;}
	.welfare .fbox .item .txt ul li br{display:none; }

	.biz_area .area_list .item:nth-of-type(2n) .txt,
	.biz_area .area_list .item .txt{padding-left: 40px;}
	.biz_area .area_list .item .txt .tit h2{font-size:40px;}
	.biz_area .area_list .item .txt > ul{margin-top: 15px;}
}					 
@media (max-width: 1280px){
	.biz_area .area_list .item:nth-of-type(4) .txt .tit h2 span { width:250px; }
}

    .biz_area .area_list .item:nth-of-type(5) .txt .tit h2 span { width:280px; display: inline-block;
}


@media (max-width: 1200px){
	.pad{padding: 100px 0;}
	.pt{padding-top: 100px;}
	.pb{padding-bottom:100px;}
	.mb120{ margin-bottom: 80px; }
	.mb140{margin-bottom:100px;}

	.sTit{font-size:40px; margin-bottom:25px;}
	.st_box h3{font-size:22px;}
	.st_box p{margin-top: 15px;}

	.sub{padding-top: 140px;}
	.sub .s_tit h2{font-size:76px; margin-top: 20px;}
	
	.sub .sv .bg{height: 450px;}
	.sub .sv .txt{width: 100%; text-align: center; padding: 0 16px;}
	.sub .sv .txt p{font-size:24px;}
	.sub .sv .txt p .m{display:block; }
	.sub .sv .txt p em{font-size:35px; margin-bottom:0;}

	.overview{}
	.overview .fbox{flex-wrap:wrap;}
	.overview .fbox h3{width: 100%;}
	.overview .fbox .txt{width: 100%; margin-top: 30px;}
	.overview .fbox .txt p{margin-bottom:1em;}
	
	.history .his_list .fbox .item h2::after{right: 82px;}
	.history .his_list .fbox .item > ul > li::before,
	.history .his_list .fbox .item > ul > li::after{left: -90px;}

	.patent .patent_list{gap:40px 20px;}
	.patent .patent_list .item{width: calc((100% - 40px) / 3); cursor: pointer;}
	.patent .patent_list .item h3{margin-top: 16px;}

	.portfolio .p_list{flex-wrap:wrap;}
	.portfolio .p_list .item{width: 100%;}
	.portfolio .p_list .item .info dl:first-of-type dd,
	.portfolio .p_list .item .txt p{min-height: auto;}

	.xr .p_overview .function .fbox .item{padding: 25px;}
	.xr .p_overview .function .fbox .item h3{margin: 25px 0; font-size:20px;}
	.xr .p_overview .function .fbox .item h3 span{font-size:18px;}
	.xr .p_overview .banner .item{height: 480px;}
	.xr .p_overview .banner .item .txt h3{font-size:40px; margin-bottom:25px;}
	.xr .p_overview .banner .item .txt p:not(.b){font-size:16px; margin-top: 20px;}
	.xr .p_overview .banner .item .txt p.b{font-size:28px;}
	.xr .p_overview .portfolio .fbox .txt h3{font-size:22px; margin-top: 10px;}
	.xr .p_overview .more_link .fbox .item h3{font-size:24px;}
	.xr .p_overview .bot_banner{height: 380px;}
	.xr .p_overview .bot_banner .txt .btn{margin-top: 20px;}
	.xr .p_overview .bot_banner .txt p{font-size:35px;}
	
	.i3d .i3d_box{padding: 70px 0;}
	.i3d .i3d_box .tit h3{font-size:30px;}
	.i3d .i3d_box .tit p{margin-top: 5px;}
	.i3d .i3d_box .fbox{flex-wrap:wrap; margin-top: 30px;}
	.i3d .i3d_box .fbox .item{width: calc((100% - 24px) / 3);}
	.i3d .i3d_box .fbox .item figure img{width: 100%;}
	.i3d .i3d_box .fbox .item:nth-of-type(3) .txt::after{display:none; }
	.i3d .i3d_box .b_txt{font-size:20px; margin-top: 20px;}


	.talent .box .fbox .item{width: calc((100% - 40px) / 3 );}
	.talent .box .fbox .item .txt h3{font-size:24px;}
	.talent .box .fbox .item .txt p br{display:none; }
	.talent .box .circle_box{flex-wrap:wrap;}
	.talent .box .circle_box::before{display:none; }
	.talent .box .circle_box .item{width: calc((100% - 50px) / 3); padding-bottom:31.572%;}
	
	.welfare .fbox .item{padding: 55px 55px 70px; width: calc((100% - 40px) / 2);}
	
	.location .map_ctn{height: 450px;}
	.location .fbox{flex-wrap:wrap; justify-content:flex-end; margin-top: 40px;}
	.location .fbox figure{margin-right: 0; margin-bottom:20px;}
	.location .fbox .txt{width: 100%; margin-top: -125px;}
	
	.biz_area .area_list .item{align-items:flex-start}
	.biz_area .area_list .item .txt .tit h2{font-size:34px;}
	.biz_area .area_list .item .txt .tit h2 span{display:block; margin-left: 0; font-size:16px;}
	.biz_area .area_list .item .txt .tit h2 span::before{display:none; }
	.biz_area .area_list .item:nth-of-type(4) .txt .tit h2 span { width:auto; display:block; }
}

@media (max-width: 1000px){
	.pad{padding: 70px 0;}
	.pt{padding-top: 70px;}
	.pb{padding-bottom:70px;}

	.mb120{margin-bottom:60px;}
	.mb140{margin-bottom:70px;}
	.sTit{font-size:32px;}	
	.sub .s_tit h2{font-size:60px;}
	.sub .sv .bg{height: 350px;}
	
	.history .his_list .fbox .item {flex-wrap:wrap}
	.history .his_list .fbox .item h2{width: 100%; padding-left: 40px;}
	.history .his_list .fbox .item h2::after{left: 0;}
	.history .his_list .fbox .item > ul{width: 100%;}
	.history .his_list .fbox .item > ul > li{padding-left: 40px; padding-bottom:50px;}
	.history .his_list .fbox .item > ul > li::before,
	.history .his_list .fbox .item > ul > li::after{left: 7px; top: -59px; height: calc(100% + 98px);}
	.history .his_list .fbox .item > ul > li::after{height: 0;}
	.history .his_list .fbox .item > ul > li.on::after{height: calc(100% + 98px);}
	.history .his_list .fbox .item > ul > li:last-of-type{padding-bottom:100px;}
	.history .his_list .fbox .item > ul > li > ul > li{font-size:18px;}
	
	.xr .p_overview .features .fbox{flex-wrap:wrap;}
	.xr .p_overview .features .fbox .slide_ctn{width: 80%;}
	.xr .p_overview .features .fbox .txt{order:2; width: 100%; margin-top: 40px; padding: 0;}
	.xr .p_overview .function .fbox{flex-wrap:wrap;}
	.xr .p_overview .function .fbox .item{width: 100%; margin-bottom:0; padding: 20px 16px;}
	.xr .p_overview .banner .item{height: 590px;}
	.xr .p_overview .banner .item .txt{padding: 0 16px;}
	.xr .p_overview .banner .item .txt p br{display:none; }
	.xr .p_overview .banner .item .txt .icon_box{flex-wrap:wrap; gap:20px}
	.xr .p_overview .banner .item .txt .icon_box .box{width: 100%;}
	.xr .p_overview .banner .item .txt .icon_box .box::after{display:none; }
	.xr .p_overview .portfolio .fbox{flex-wrap:wrap;}
	.xr .p_overview .portfolio .fbox figure{width: 100%;}
	.xr .p_overview .portfolio .fbox .txt{width: 100%; padding-left: 0; margin-top: 40px;}
	.xr .p_overview .more_link{padding-top: 70px;}
	.xr .p_overview .more_link .fbox{flex-wrap:wrap; margin-top: 20px;}
	.xr .p_overview .more_link .fbox .item{width: calc(50% - 10px);}
	.xr .p_overview .more_link .fbox .item h3{margin-top: 17px;}


	
	.portfolio .st_box,
	.welfare .st_box,
	.talent .st_box{margin-bottom:50px;}
	.talent .box .fbox .item figure{margin-bottom:40px;}

	.partner .cont .fbox .item{width: calc((100% - 26px) / 3);}

	
	.biz_area .area_list .item{flex-wrap:wrap; margin-bottom:50px;}
	.biz_area .area_list .item figure{width: 100%; }
	.biz_area .area_list .item .txt{order:2; width: 100%; padding-left: 0; margin-top: 30px;}
	.biz_area .area_list .item:nth-of-type(2n) .txt{order:2; padding-left: 0;}
}

@media (max-width: 800px){
	.sub{padding-top: 100px;}
	.sub .s_tit{margin-bottom:40px;}
	.sub .sv .txt p{font-size:22px;}

	.overview .fbox h3 br{display:none; }

	.xr .p_overview .features .fbox .slide_ctn{width: 100%;}
	.xr .p_overview .more_link .fbox .item h3{font-size:20px;}
	.xr .p_overview .bot_banner .txt p{font-size:30px;}
	.xr .p_overview .function .fbox .item .fbox{gap:14px 20px}
	.xr .p_overview .function .fbox .item .txt{width: calc((100% - 40px) / 2);}
	.xr .p_overview .banner .item .txt .icon_box02{flex-wrap:wrap; gap:20px; align-items:flex-start;}
	.xr .p_overview .banner .item .txt .icon_box02 .box{width: calc(50% - 10px);}
	.xr .p_overview .ces_box p{ font-size:25px; }
	.xr .p_overview .ces_box p br{ display:block; }

	.talent .box .fbox{flex-wrap:wrap; gap:0}
	.talent .box .fbox .item{width: 100%; margin-right: 0; margin-bottom:40px;}
	.talent .box .fbox .item:last-of-type{margin-bottom:0;}
	.talent .box .fbox .item .txt p br{display:block; }
	.talent .box .circle_box{gap:25px}
	.talent .box .circle_box .item{width: calc((100% - 25px) / 2); padding-bottom:47.9999%; margin-bottom:0;}
	
	.welfare .fbox{gap:20px}
	.welfare .fbox .item{width: calc((100% - 20px) / 2);padding: 40px 30px; min-height: auto;}
	
	.history .his_list .fbox .item > ul > li{flex-wrap:wrap;}
	.history .his_list .fbox .item > ul > li > ul{width: 100%; margin-left: 0;}
	.patent .tab,
	.history .tab{margin-bottom:50px;}
	.history .tab li{font-size:24px;}
	.history .tab li::after{top: 14px;}
	
	.patent .tab li a{font-size:24px; line-height: 60px;}
	.patent .patent_list .item{width: calc((100% - 20px) / 2); cursor: pointer;}
	.patent .patent_list .item h3{font-size:16px;}
	
	.portfolio .select_box select{width: 220px; height: 50px; padding: 0 20px; background-position: calc(100% - 20px) 50%; font-size:17px;}
	.portfolio .p_list .item .txt{margin-top: 28px;}
	.portfolio .p_list .item .txt h2{margin: 15px 0; font-size:26px;}
	.portfolio .p_list .item .txt p{font-size:17px;}
	.portfolio .p_list .item .info{margin-top: 25px;}
	
	.location .map_ctn{height: 340px;}
	.location .fbox .txt{margin-top: -60px;}
	.location .fbox .txt h2{font-size:30px;}
	.location .fbox .txt ul li{font-size:19px; margin-right: 0; width: 50%;}
	.location .fbox .txt ul.c li span{position:static; display:block; font-size:20px; margin-bottom:10px;}
	.location .fbox .txt ul.c li{padding: 20px 0;}
	.location .fbox .txt ul.c li span img{vertical-align: middle;}
	
	.partner .cont .fbox{gap:20px}
	.partner .cont .fbox .item{width: calc((100% - 20px) / 2);}

}

@media (max-width: 600px){
	.sub .sv .txt p em{display:block; }
	.sub .sv .txt p br{display:none; }

	.welfare .fbox .item{width: 100%;}

	.i3d .i3d_box .fbox .item{width: calc((100% - 12px) / 2);}
	.i3d .i3d_box .fbox .item:nth-of-type(2n) .txt::after{display:none; }
	.i3d .i3d_box .fbox .item:nth-of-type(3) .txt::after{display:block; }

	.xr .p_overview .banner .item{height: 640px;}

}