/* ceo 인사말 */
.ceo_con{width: 100%; }
.ceo_con>.inner{width: 100%;position: relative;}
.ceo_con>.inner .top{width: 100%; position: relative; overflow: hidden; border-bottom: 1px solid #ddd;}
.ceo_con>.inner .top>h3{font-size: 30px; font-weight: 400;}
.ceo_con>.inner .top>h3>span{display: block;}
.ceo_con>.inner .top>h3>i{color:#2e3192; font-weight: 500;}
.ceo_con>.inner .top .img{position: absolute; right: 0%; bottom: -35px; width:370px;}

.ceo_con>.inner .mid{width: 100%;}
.ceo_con>.inner .mid ul li{width: 50%; display: inline-block; vertical-align: top; margin-right: -4px;}
.ceo_con>.inner .mid ul li .text{width: 100%; overflow: hidden; padding-right: 48px;}
.ceo_con>.inner .mid ul li .text>p{padding-bottom: 32px; color:#555; word-break: keep-all;}
.ceo_con>.inner .mid ul li .text>p:last-child>span{font-size: 22px; font-weight: 700; padding-left: 8px;}
.ceo_con>.inner .mid ul li .img_wrap{position: relative;width: 100%;}
.ceo_con>.inner .mid ul li .img_wrap .img_in{padding-bottom: 74%; width: 100%; background: url(../img/sub/ceo_img.png)no-repeat;background-position: top; background-size: contain;}
.ceo_con>.inner .mid ul li .img_wrap::after{content: ""; position: absolute; width: 80px; height: 80px; background-color: #2e3192; right: 66px; bottom: -45px;}
/* 연혁 */
.history_con{width: 100%; overflow: hidden;}
.history_con .inner{width: 100%; overflow: hidden;}
.history_con .inner>ul>li{width:100%; overflow: hidden;}
.history_con .inner>ul>li .history_in{width: 100%; overflow: hidden;}
.history_con .inner>ul>li .history_in>p{position: relative; width: 250px; padding-top: 24px; display: inline-block; vertical-align: middle; margin-right: -4px; font-size: 35px; font-weight: 500;}
.history_con .inner>ul>li .history_in>p::before{content: ""; position: absolute; top: 0; left: 0; width: 80%; height: 1px; background-color: #ddd;}
.history_con .inner>ul>li .history_in .list{background-color: #f5f5f5; padding: 32px; width: calc(100% - 250px); display: inline-block; vertical-align: top; margin-right: -4px;}
.history_con .inner>ul>li .history_in .list ul li{width: 100%; overflow: hidden; padding-bottom: 8px;}
.history_con .inner>ul>li .history_in .list ul li:last-child{padding-bottom: 0;}
.history_con .inner>ul>li .history_in .list ul li>p{width: 30px; position: relative; color: #2e3192; font-weight: 500; display: inline-block; vertical-align: middle; margin-right: -4px; padding-right: 16px;}
.history_con .inner>ul>li .history_in .list ul li .list_text{width: calc(100% - 30px); color: #555; display: inline-block; vertical-align: top; margin-right: -4px;}
.history_con .inner>ul>li .history_in .list ul li .list_text>p{padding-bottom: 4px;}
.history_con .inner>ul>li .history_in .list ul li .list_text>p::after{content: ""; display: inline-block; width: 5px; height: 5px; background-color: #2e3192; margin-left: 6px;}

/* 오시는길 */
.location_con{width: 100%; overflow: hidden;}
.location_con .top{width: 100%; overflow: hidden;}
.location_con .top .info{width: 100%; overflow: hidden; }
.location_con .top .info ul li{margin-bottom: 32px;}
.location_con .top .info ul li .info_con{width: 100%; height: 225px; overflow: hidden; border: 1px solid #ddd; padding: 16px; box-shadow: 3px 4px 5px #f1f1f1;}
:lang(en) .location_con .top .info ul li .info_con{height: 270px;}
:lang(vn) .location_con .top .info ul li .info_con{height: 270px;}
.location_con .top .info ul li .info_con>p{text-align: center; font-weight: 500; color: #2e3192;}
.location_con .top .info ul li .info_con span{display: block; text-align: center; color: #555; font-size: 17px; word-break: keep-all; padding-bottom: 4px; }
.location_con .top .info ul li .info_con .icon_wrap{width: 100%; overflow: hidden;}
.location_con .top .info ul li .info_con .icon_wrap .icon_img{width: 40px; height: 80px; text-align: center; margin: 0 auto; }
.location_con .bottom{width: 100%; overflow: hidden;}
.location_con .bottom>iframe{width: 100%; height: 450px;}
/* 제품 */
.product_con{width: 100%;}
.product_con>.inner>.tab{width: 100%; overflow: hidden; }
.product_con>.inner>.tab>ul>li{ text-align: center;}
.product_con>.inner>.tab>ul>li>p{width: 100%; overflow: hidden;  font-size: 19px; padding: 12px; border: 1px solid #ddd; margin-bottom: 16px;}
.product_con>.inner>.tab>ul>li>p>a{width: 100%;display: block;}
/* .product_con>.inner>.tab>ul>.tab_on{font-weight: 600; color: #2e3192; border-bottom: none; border-top:1px solid #2e3192; border-left:1px solid #2e3192; border-right:1px solid #2e3192;} */
.product_con>.inner>.tab>ul>li>.tab_on{font-weight: 600; color: #2e3192; border-bottom: none; border: 1px solid #2e3192;}

.product_con>.inner .mid{width: 100%; overflow: hidden;}
.product_con>.inner .mid> .inner{width: 100%; overflow: hidden;}
.product_con>.inner .mid> .inner>ul>li{text-align: center; margin: 0 auto;}
.product_con>.inner .mid> .inner>ul>li>p{text-align: left; font-size: 25px; font-weight: 500;}
.product_con>.inner .mid> .inner>ul>li .product_info_wrap{width:362px; max-width: 100%; margin: 0 auto; padding-top: 12%; overflow: hidden;} 
.product_con>.inner .mid> .inner>ul>li .product_info{ overflow: hidden;  border: 1px solid #ddd;padding: 32px;}
.product_con>.inner .mid> .inner>ul>li .product_info ul li{text-align: left; }
.product_con>.inner .mid> .inner>ul>li .product_info ul li>p{font-size: 20px; padding: 4px 0;}
.product_con>.inner .mid> .inner>ul>li .product_info ul li>p>b{color: #2e3192; font-weight: 500; padding-right: 4px;}
.product_con>.inner .mid> .inner>ul>li .product_img_wrap{width: 100%; overflow: hidden;}
.product_con>.inner .mid> .inner>ul>li .product_img_wrap>p{font-size: 20px; font-weight: 500;}
.product_con>.inner .mid> .inner>ul>li .product_img_wrap>p>span{font-size: 16px; color: #777;}
.product_con>.inner .mid> .inner>ul>li:first-child .product_img_wrap .product_img{border: 0;}
.product_con>.inner .mid> .inner>ul>li .product_img_wrap .product_img{width: 100%; overflow: hidden; padding-bottom: 80%;}
.product_con>.inner .mid> .inner>ul>li .product_img_wrap .product_img2{width: 50%; padding-bottom:50%; display: inline-block; vertical-align: top; margin-right: -5px;}
.product_con>.inner .mid> .inner>.text{width: 100%; overflow: hidden; background-color: #f8f8f8; padding: 48px;}
.product_con>.inner .mid> .inner>.text>p{line-height: 1.7; color: #555; font-size: 18px; padding-bottom: 8px; word-break: keep-all;}

.product_con .inner .bottom .right .list>ul>li> .img_wrap{width: 100%; overflow: hidden;padding-left: 16px; }
.product_con .inner .bottom .right .list>ul>li> .img_wrap> .img_in{width:565px; max-width: 100%; height: 220px;border: 1px solid #ddd; }
.product_con .inner .bottom .right> .table_wrap{width: 100%; overflow: hidden;}
.product_con .inner .bottom .right> .table_wrap>p{color: #777; font-size: 16px; margin-bottom: 4px;}
.product_con .inner .bottom .right> .table_wrap>span{display: block; font-size: 16px; padding-top: 8px;}
.product_con .inner .bottom .right> .table_wrap table{width: 100%; border-top: 2px solid #2e3192;}
.product_con .inner .bottom .right> .table_wrap table thead tr th{border-bottom: 1px solid #ddd; vertical-align:middle; padding: 8px; font-weight: 500; text-align: center; background-color: #f8f8f8; border-right: 1px solid #ddd;}
.product_con .inner .bottom .right> .table_wrap table thead tr th:last-child{border-right: 0;}
.product_con .inner .bottom .right> .table_wrap table tbody tr td{padding: 8px;font-size: 17px; text-align: center; color: #555; vertical-align: middle; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.product_con .inner .bottom .right> .table_wrap table tbody tr td:last-child{border-right: 0;}
.product_con .inner .bottom .right> .table_wrap table tbody tr td> .img_wrap{width: 100%; overflow: hidden; padding: 8px;}
.product_con .inner .bottom .right> .table_wrap table tbody tr td> .img_wrap .img_in{width:104px; height: 82px;text-align: center;  margin:0 auto;}
.product_con .inner .bottom .right .text_img>ul>li> .text_img_wrap2{position: relative; overflow:inherit!important;}
.product_con .inner .bottom .right .text_img>ul>li> .text_img_wrap2::after{content: ""; width: 15px; height: 15px; border-bottom: 2px solid #777; border-right: 2px solid #777;
     position: absolute; right: -23px; top: 50%; transform: rotateZ(-45deg) translateY(-50%);
}
.product_con .inner .bottom .right .text_img>ul>li:last-child> .text_img_wrap2::after{display: none;}



/* 공정 */
.process_con{width: 100%; }
.process_con .inner{width: 100%; } 
.process_con .inner .top{position: relative; width: 100%;  padding: 48px; background-color: #f8f8f8;}
.process_con .inner .top::after{content: "";position: absolute; width:100%; height: 100%; background: #f8f8f8; right: -100%; top: 0;}
.process_con .inner .top::before{content: "";position: absolute; right: 0; top: -86px; width: 346px; height: 86px; background: url(../img/sub/utron_img2.png)no-repeat; background-position: center; background-size: contain;}
.process_con .inner .top>p{line-height: 1.7; padding-bottom: 16px; word-break: keep-all;}
.process_con .inner .top>p:last-child{padding-bottom: 0;}
.process_con .inner .top2{width: 100%; border: 1px solid #ddd; padding: 48px;}
.process_con .inner .top2>p{position: relative; line-height: 1.7; padding-bottom: 16px; padding-left: 32px;}
.process_con .inner .top2>p:first-child{padding-left: 0;}
.process_con .inner .top2>p:first-child::before{display: none;}
.process_con .inner .top2>p::before{content: "1."; position: absolute;left: 0; top: 2px; color: #2e3192; font-size: 18px; font-weight: 500; width: 25px; height: 25px;text-align: center; line-height: 25px; border-radius: 50%;}
.process_con .inner .top2>p:nth-child(3)::before{content: "2.";}
.process_con .inner .top2>p:nth-child(4)::before{content: "3.";}
.process_con .inner .top2>p:nth-child(5)::before{content: "4.";}

.process_con .inner .bottom{width: 100%;}
.process_con .inner .bottom .left{width:325px; display: inline-block; vertical-align: top; margin-right: -4px;}
.process_con .inner .bottom .left>p{font-size: 30px; font-weight: 500; padding-right: 32px; word-break: keep-all; letter-spacing: -0.5px;}
.process_con .inner .bottom .left>p>span{display: block;  color: #777; font-size: 21px; font-weight: 400;}
.process_con .inner .bottom .right{width: calc(100% - 325px); display: inline-block; vertical-align: top; margin-right: -4px;}
.process_con .inner .bottom .right .text_img{width: 100%;}
.process_con .inner .bottom .right .text_img>p{position: relative; width: 100%; padding-right: 20px; font-size: 20px; padding-bottom:8px;}
.process_con .inner .bottom .right .text_img>p>span{font-size: 16px; color: #777; padding-left: 8px;}
.process_con .inner .bottom .right .text_img>p::before{content: "";display: inline-block; width: 5px; height: 16px; background-color: #2e3192; margin-right: 8px;}
.process_con .inner .bottom .right .text_img>ul>li> .text_img_wrap{width: 100%; overflow: hidden;}
.process_con .inner .bottom .right .text_img>ul>li> .text_img_wrap .text_img_in{width: 100%; padding-bottom: 70%; border: 1px solid #ddd;}
.process_con .inner .bottom .right .text_img>ul>li>p{text-align: center; padding: 8px; font-size: 16px;}
.process_con .inner .bottom .right .text_img .text_img_in{padding-bottom: 30%;}
.process_con .inner .bottom .right .text_wrap{width: 100%;padding: 48px; background-color: #f8f8f8;}
.process_con .inner .bottom .right .text_wrap .text_img_in{width: 260px; height: 233px;}
.process_con .inner .bottom .right .text_wrap>p{padding: 4px 0;}

.process_con .inner .bottom .right .list{width: 100%;overflow: hidden;}
.process_con .inner .bottom .right .list>ul>li{width: 100%; overflow: hidden;  padding-bottom:16px;}
.process_con .inner .bottom .right .list>ul>.col-md-4{width: 33.33333%;}
.process_con .inner .bottom .right .list>ul>li>p{position: relative; width: 100%; overflow: hidden; padding-left: 16px; font-weight: 400; font-size: 19px;line-height: 1.7;}
.process_con .inner .bottom .right .list>ul>li>span{display: block; padding-left: 16px; word-break: keep-all;}
.process_con .inner .bottom .right .list>ul>li>p>a{color: #2e3192; text-decoration: underline; font-weight: 500; ;}
.process_con .inner .bottom .right .list>ul>li>p>a:hover{color:#235cda;}
.process_con .inner .bottom .right .list>ul>li>p>b{font-weight: 500; color: #2e3192; padding-right:4px;}
.process_con .inner .bottom .right .list>ul>li>p::before{content: ""; position: absolute; left: 0; top: 11px; width:8px; height: 8px; border-radius: 50%; border: 2px solid #2e3192; background-color: #fff;}
.process_con .inner .bottom .right .list>ul>li .text_in{width: 100%; overflow: hidden;}
.process_con .inner .bottom .right .list>ul>li .text_in ul li{width: 100%; overflow: hidden;}
.process_con .inner .bottom .right .list>ul>li .text_in ul li>p{margin-left:16px; position: relative; padding-left: 16px; color: #555; padding-top: 8px; padding-bottom: 8px;}
.process_con .inner .bottom .right .list>ul>li .text_in ul li>p::before{content: ""; position: absolute; left: 0; top: 21px; width: 5px; height: 1px; background-color:#555;}
.process_con .inner .bottom .right .list>ul>li .text_in ul li>p>a{color: #2e3192; text-decoration: underline; font-weight: 500;}



/* 산업 */
.process_con .inner .bottom .right .industry_text{width: 100%; overflow: hidden;}
.process_con .inner .bottom .right .industry_text ul li{text-align: center;}
.process_con .inner .bottom .right .industry_text ul li>p{padding: 16px; height: 100%; border: 1px solid #ddd;box-shadow: 3px 4px 5px #f1f1f1; font-size: 17px; display: flex; align-items: center; -webkit-box-align: center; -ms-flex-align: center;  justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;}
/* 자료실 */
.data_con{width: 100%;}
.data_con> .inner{width: 100%;}
.data_con> .inner>ul>li{text-align: center;}
.data_con> .inner>ul>li .con_wrap{width: 100%; padding-bottom: 64px; cursor: pointer;}
.data_con> .inner>ul>li .con_wrap>p{padding: 16px 0; font-size: 23px; font-weight: 500; word-break: keep-all; text-align: left;}
.data_con> .inner>ul>li .con_wrap .img_wrap{width: 100%; border: 1px solid #ddd;}
.data_con> .inner>ul>li .con_wrap .img_wrap .img_inner{position: relative; width: 100%; padding-bottom: 140%;}
.data_con> .inner>ul>li .con_wrap .img_wrap .img_inner>span{position: absolute; left: 0; bottom: -51px; width: 100%; font-size: 18px; height: 50px; line-height: 50px; background-color: #f5f5f5;}
.data_con> .inner>ul>li .con_wrap .img_wrap .img_inner>span>img{width: 15px; height: 18px; display: inline-block; margin-left: 8px;}
.search{ margin-bottom: 16px; float: right; text-align: right; border:1px solid #ddd}
.search>input{width: 220px; padding:8px 8px; margin-right: 4px;} 
.search>button{width: 40px; padding: 8px;color: #fff;}

/* 동영상 */
.video_con> .inner>ul>li .con_wrap>.video_wrap{width: 100%; height: 280px; overflow: hidden;}
.video_con> .inner>ul>li .con_wrap>.video_wrap>iframe{width: 100%;}
/* 문의하기 */
.inquiry_con{width:100%; max-width: 100%; overflow: hidden; margin: 0 auto;}
.inquiry_con>h3{font-size:1.4705882rem; float: left; padding-bottom: 8px;}
.inquiry_con>p{font-size: 16px; text-align: right; margin-top: 12px; }
.inquiry_con>p>span{color: #2e3192;}
.inquriy_table{width: 100%; overflow: hidden; border-top: 2px solid #2e3192;}
.inquriy_table ul li{width: 50%; overflow: hidden; border-bottom: 1px dashed #dbdbdb; float: left;}
.inquriy_table ul> .long_h{height:115px;}
.inquriy_table ul li:last-child{width: 100%; border-bottom: 1px solid #dbdbdb; height: auto;}
.inquriy_table ul li dl{width: 100%;height: 100%; display: table; table-layout: fixed;}
.inquriy_table ul li dl dd{display: table-cell; vertical-align:top; padding: 16px;}
.inquriy_table ul li dl dd .list{display: block; overflow: hidden; padding-top: 8px;}
.inquriy_table ul li dl dd>.email{width: calc(50% - 14px) ;}
.inquriy_table ul li dl dd:first-child>span{color: #2e3192; font-weight: 600; padding-left:10px;}
.inquriy_table ul li dl dd:first-child{width: 140px; background-color: #f8f8f8; border-right: 1px solid #e1e1e1;}
.inquriy_table ul li dl dd input{width: 100%; padding:12px 16px; background-color: #fff; border: 1px solid #dbdbdb;}
.inquriy_table ul li dl dd> .list> .list_in{width: 100%; display: inline-block; vertical-align: middle; margin-right: -4px;background-color: #f8f8f8; padding: 0 16px;}
.inquriy_table ul li dl dd> .list> .list_in>p{border-bottom: 1px solid #ddd; padding: 13px 0;  text-align: center; margin-bottom: 16px;}
.inquriy_table ul li dl dd> .list> .list_in>label>input{width: auto; text-align: left;  margin-right: 8px; margin-top: -2px; padding: 4px 8px; margin-left: 5px;}
.inquriy_table ul li dl dd> .list> .list_in>label{ margin-bottom: 16px; font-size: 17px;}
.inquriy_table ul li dl dd> .list>label{margin-bottom: 16px; font-size: 17px; }
.inquriy_table ul li dl dd> .list>label>p{display: inline-block; vertical-align: top; margin-right: -4px; min-width: 100px;}
.inquriy_table ul li dl dd> .list>label>input{width: auto; margin-right: 8px; margin-top: -2px; padding: 4px 8px; margin-left: 5px; cursor: pointer;}
.inquriy_table ul li dl dd> .list>label>span{display: inline-block;width: 133px; vertical-align: top;}
:lang(en) .inquriy_table ul li dl dd> .list>label>span{vertical-align: top;}
.inquriy_table ul li dl dd> .list>label>.ect{margin-left: 8px; padding: 4px 8px; max-width: 35%;}
.inquriy_table ul li dl dd textarea{width: 100%; height:250px; background-color: #fff; padding: 16px; border: 1px solid #dbdbdb;}
.inquriy_table ul li dl dd>p{font-size: 13px; padding-top: 10px; color: #797979; word-break: keep-all;}

.inquiry_btn_wrap{width: 100%; text-align: center; margin-top: 50px; overflow: hidden;}
.inquiry_btn_wrap ul li{width: 150px; float: right; color: #fff; background-color: #2e3192;border: 1px solid #2e3192;}
.inquiry_btn_wrap ul li>p{width: 100%; height: 100%;}
:lang(ru) .inquiry_btn_wrap ul li{width: 150px;}
.inquiry_btn_wrap ul li>p>a{width: 100%; height: 100%; display: block;padding: 16px; }
.inquiry_btn_wrap ul li:hover{background-color: #fff; color: #2e3192; border: 1px solid #2e3192; }
input{outline: none; border: none;}
textarea{outline: none; border: 0; resize: none;}
/* .email{width: 46.7%!important;} */
.wide{width:100%!important; height: auto!important;}
/* .condition .list>label>input{display: block; margin-top: 8px;} */


/* custom */
.process_con .inner .bottom .right .industry_text ul{display: flex; display: -ms-flexbox;   display: -webkit-box; flex-direction:row; flex-wrap: wrap; }
.process_con .inner .bottom .right .industry_text ul li{width: 33.33%; padding:8px;}
/* 공지사항 */
.notice_head{width:100%; overflow: hidden; border-top:2px solid #2a7ae3; background-color: #f8f8f8;}
.notice_head ul{display: table; width: 100%; table-layout: fixed; text-align: center;}
.notice_head ul li{display: table-cell;  padding:18px 24px;}
.notice_body{width: 100%; overflow: hidden;}
.notice_body ul{border-top: 2px solid #2e3192;}
.notice_body ul li{width: 100%;  padding: 32px 0;   border-bottom: 1px solid #dbdbdb;}
.notice_body ul li:hover{background-color: #f2f2f2;}
.notice_body ul li dl{width:100%; display: table; table-layout: fixed; }
.notice_body ul li dl dd{display: table-cell; text-align: center; vertical-align: middle;}

.no{width: 120px;}
.title{text-align: left!important; cursor: pointer;}
.title>a{display: inherit;}
.date{width: 200px;}
.disc{width: 150px;}
.disc>img{width: 25px; height: 25px; text-align: center; margin: 0 auto;}



/* ********************************************* *
    news_view
* ********************************************* */
.news_view_con{width: 100%;}
.news_view_con .news_wrap{width: 100%; overflow: hidden;}
.news_view_con .news_wrap .news_top{padding: 16px; width: 100%; border-top: 2px solid #232323; border-bottom: 1px solid #dbdbdb;}
.news_view_con .news_wrap .news_top .table_news{width: 100%; vertical-align: middle;}
.news_view_con .news_wrap .news_top .table_news .news_title{width: 90%; font-size: 1.555rem;}
.news_view_con .news_wrap .news_top .table_news .news_date{width: 10%; color: #808080; font-size: 1rem;vertical-align: middle; text-align: center; padding: 10px;}
.news_view_con .news_wrap .news_top p span:nth-child(1){display: inline-block; margin-right: -4px; padding-right: 10px; vertical-align: middle; margin-bottom: -2px;}
.news_view_con .news_wrap .news_top p span:nth-child(1)>img{width: 20px; height: 20px; margin-top: -5px;}
.news_view_con .news_wrap .news_top p .news_file{font-weight: 300; font-size:0.944rem; cursor: pointer;}
.news_view_con .news_wrap .news_top p .news_file:hover{text-decoration: underline;}

.news_view_con .news_wrap .news_con{width: 100%; overflow: hidden; padding: 16px; border-bottom: 1px solid #dbdbdb;}
.news_view_con .news_wrap .news_con .new_con_text{width: 100%; min-height: 360px;}

.news_view_con .news_arrow{width: 100%;overflow: hidden;border-bottom:1px solid #dbdbdb;}
.news_view_con .news_arrow .table_arrow{width: 100%;}
.news_view_con .news_arrow .table_arrow tr td{padding: 12px 8px; font-size: 1rem;}
.news_view_con .news_arrow .table_arrow tr:nth-child(1){border-bottom: 1px dotted #dbdbdb;}
.news_view_con .news_arrow .table_arrow .prev td:nth-child(1) span{display: inline-block; width: 0; height: 0; border-bottom: 6px solid none; border-left: 6px solid transparent; border-right: 6px solid transparent;  border-bottom: 6px solid #232323; margin-left: 20px; margin-bottom: 2px;}
.news_view_con .news_arrow .table_arrow .next td:nth-child(1) span{display: inline-block; width: 0; height: 0; border-bottom: 6px solid none; border-left: 6px solid transparent; border-right: 6px solid transparent;  border-top: 6px solid #232323; margin-left: 20px; margin-bottom: 2px;}
.news_view_con .news_arrow .table_arrow .prev .prev_title{cursor: pointer;}
.news_view_con .news_arrow .table_arrow .next .next_title{cursor: pointer;}

.news_view_con .news_arrow .table_arrow tr td:nth-child(1){width: 133px;}
.news_view_con .news_arrow .table_arrow tr td:nth-child(2){width: calc(100% - 133px);}
:lang(vn) .news_view_con .news_arrow .table_arrow tr td:nth-child(1){width: 180px;}
:lang(vn) .news_view_con .news_arrow .table_arrow .prev td:nth-child(1) span{margin-left: 55px;}
:lang(vn) .news_view_con .news_arrow .table_arrow tr td:nth-child(2){width: calc(100% - 180px);}

.news_view_con .news_list_btn{width:100%;}
.news_view_con .news_list_btn span{display: block; width:170px; height: 50px; margin: 50px auto; background-color: #232323; line-height: 50px;text-align: center; line-height: 50px; color:white;}
.news_view_con .news_list_btn span:hover{background-color: white; color: #232323; border: 1px solid #232323;}

