@charset "utf-8";

/*이미지 확대 버튼*/
.pic_btn a, .ds_no {display: none;}
.pic_btn a:hover{background-color:#236dc7; color:#fff;transition: all 300ms ease-out }

@media(max-width:767px){
.pic_btn a {display: block;width: 60%;margin: 10px auto 0;padding: 10px 40px;border: 1px solid #ddd;background: #fff;text-align: center;}
.pic_img{text-align: center;}
}
@media(max-width:560px){
.pic_btn a {width: 75%;}
}
@media(max-width:450px){
.pic_btn a {width: 100%;}
}

/*인사말*/
/* .center_greeting {background-image:url(/images/gmac/center/center_message02.png);} */
.center_greeting .sign span {background-image:url(/images/gmac/center/center_info_sign.png?ver=20230228);}

@media screen and (max-width:767px){
    .center_greeting {background:none;}
}


/* 비전 */
.vision_wrap {}
.vision_wrap .vision_list1 {margin: 30px 0 0;}
.vision_wrap .vision_list1 li {margin:0 0 10px; padding:10px;  border-radius:30px; background:#f4f4f4; color:#282828; font-size:15px; }
.vision_wrap .vision_list1 li span {display:inline-block; width:40px; height:40px; margin-right:20px; border-radius:50%; color:#fff; line-height:40px; text-align:center; font-size:16px; }
.vision_wrap .vision_list1 li:nth-child(1) span {background:#d72429;}
.vision_wrap .vision_list1 li:nth-child(2) span {background:#5b3b3c;}
.vision_wrap .vision_list1 li:nth-child(3) span {background:#927a6c;}

.vision_wrap .vision_list2 {height: 100%;margin: 30px 0 0;padding:30px 0;border-top:2px solid #464658;border-bottom: 1px solid #ddd;}
.vision_wrap .vision_list2:after {display:block; clear:both; visibility:hidden; content:'';}
.vision_wrap .vision_list2 li {float:left;position:relative;width:33.33%;height: 100%;padding:0 30px;}
.vision_wrap .vision_list2 li:after {display:block; position:absolute; right:0; top:30px; width:1px; height:170px; border-right:1px dashed #ddd; content:'';}
.vision_wrap .vision_list2 li:last-child:after {display:none;}
.vision_wrap .vision_list2 li .ico {display:block; width:75px; height:75px; background:url(/images/soe/center/center_vision02.jpg)no-repeat; margin:0 auto 20px; }
.vision_wrap .vision_list2 li .ico.ico1 {background-position:0 0 ;}
.vision_wrap .vision_list2 li .ico.ico2 {background-position:-308px 0 ;}
.vision_wrap .vision_list2 li .ico.ico3 {background-position:-619px 0 ;}
.vision_wrap .vision_list2 li strong {display:block; font-size:16px; font-weight:600; color:#464658; text-align:center; }
.vision_wrap .vision_list2 li p {font-size:15px; color:#272727;text-align:center;}

.vision_wrap .row{margin:20px 0;}
.vision_wrap .row .circle .ir-icon__line{width:70px;height:70px;}

@media screen and (max-width:767px){
    .vision_wrap .vision_list1 li {padding:20px 20px 25px;border-radius:0;text-align:center; }
    .vision_wrap .vision_list1 li span {display:block; margin:0 auto 15px; }

    .vision_wrap .vision_list2 {margin:0;padding:0 20px;}
    .vision_wrap .vision_list2 li {float:none; width:100%; padding:30px 0; border-bottom:1px dashed #ddd;}
    .vision_wrap .vision_list2 li:last-child {border-bottom:none;}
    .vision_wrap .vision_list2 li:after {display:none;}
}
/* 비전  End*/

/* 연혁 cent_History */
.center_history .inner .con_wrap .con .date strong.block{display:block;}
.center_history .inner .con_wrap .con div.block{margin-bottom:25px;}
.center_history .row_box.row_left .con_wrap .con span {text-align: right;}
@media screen and (max-width:767px){
    .center_history .inner .con_wrap .con .date strong.block{display:inline;}
    .center_history .inner .con_wrap .con div.block{margin-bottom:5px;}
    .center_history .row_box.row_left .con_wrap .con span {text-align: center;}
}

/* 연혁 cent_History End*/

/* 연구원안내 - 찾아오시는 길 */
.about_location .map_wrap {width:100%; height:345px; }
.about_location .map_txt {position:relative; background:#3d4151; }
.about_location .map_txt:after{content:"";display:block;clear:both;visibility:hidden;}
.about_location .map_txt .txt {float:left; padding:30px 10px 40px 40px;}
.about_location .map_txt .txt1 {width:50%;}
.about_location .map_txt .txt2 {width:50%;}
.about_location .map_txt .txt p {font-size:15px;color:#fff;}
.about_location .map_txt .txt .tit {font-size:19px; font-weight:bold;font-family:nsr;}
.about_location .map_txt .txt .tit + p {position: relative; padding-left:40px;line-height:27px;}
.about_location .map_txt .txt .tit + p:before {content:""; position: absolute; left:0;  width:30px; height:30px; background:url(/images/soe/center/center_Location_img01.png)no-repeat; vertical-align:middle;}
.about_location .map_txt .txt .tit + p.address:before {background-position:0 0;}
.about_location .map_txt .txt .tit + p.tel:before {background-position:-30px 0;}
.about_location .map_txt .a_btn {position:absolute; top:50%; right:40px; margin-top:-20px;}
.about_location .map_txt a {position: relative; display:block; width:120px; height:40px; padding-left:20px; border:2px solid rgba(255,255,255,0.5); line-height:36px; color:#fff; text-align:center; font-size:15px;}
.about_location .map_txt a:before {content:""; position: absolute; left:20px; top:10px; width:16px; height:18px;margin-right:5px; background:url(/images/soe/center/center_Location_img01.png)no-repeat -70px 0; vertical-align:middle;}
.about_location #map_tab_content .con {display:none;padding-top:40px;}
.about_location #map_tab_content .con.active { display:block; }
.about_location #map_tab_content .con strong {font-size:24px; color:#000; font-weight:bold;}
.about_location #map_tab_content .con .list_wrap .h3 { margin:10px 0 0 ;font-size:21px; font-weight:bold; color:#09257b;font-family:nsr;}
.about_location #map_tab_content .con .list_wrap .row_list {position:relative; min-height:200px;padding:40px 0 40px 190px; border-bottom:1px dashed #ccc;}
.about_location #map_tab_content .con .list_wrap .row_list .icon {position:absolute; left:30px; top:33px; font-size:18px; color:#09257b; text-align:center;}
.about_location #map_tab_content .con .list_wrap .row_list .icon span {display:block;width:125px; height:125px; margin-bottom:3px;background:url(/images/soe/center/center_Location_img01.png)no-repeat}
.about_location #map_tab_content .con .list_wrap .row_list .icon.icon01 span {background-position:0 -135px;}
.about_location #map_tab_content .con .list_wrap .row_list .icon.icon02 span {background-position:-126px -135px;}
.about_location #map_tab_content .con .list_wrap .row_list .icon.icon03 span {background-position:-252px -135px;}
.about_location #map_tab_content .con .list_wrap .row_list ul li {font-size:15px; color:#4a4a4a; }
.about_location #txt .btn-ani.btn-file.bntime{padding:3px 6px 2px;background:#eee;}
.about_location #map_tab_content .con.content2 img,
.about_location #map_tab_content .con.content3 img{border:1px solid #ddd;}
.about_location .txt-tip-red {position:relative; padding-left:20px; color:#888;}
.about_location .txt-tip-red:before {top:4px; left:0; content:""; width:16px; height:16px; background:url(/images/soe/center/center_Location_img01.png) 0 -264px no-repeat; display:block; position:absolute; overflow:hidden}

@media(max-width:850px){
    .about_location .map_txt .txt {float:none;}
    .about_location .map_txt .txt.txt1 {width:100%; padding:20px 25px 0;}
    .about_location .map_txt .txt.txt2 {width:100%; padding:10px 25px 20px;}
    .about_location .map_txt .a_btn {top:auto; right:25px; bottom:25px; margin-top:0;}
}

@media(max-width:580px){
    .about_location .map_txt .txt.txt2 { padding:10px 25px 70px;}
    .about_location .map_txt .a_btn {bottom:20px;}
    .about_location #map_tab_content .con .list_wrap .row_list {min-height:auto; padding:40px 0;}
    .about_location #map_tab_content .con .list_wrap .row_list .icon {position:static; margin:0 auto 20px;  }
    .about_location #map_tab_content .con .list_wrap .row_list .icon span {margin:0 auto 5px;}
}


/* 2021-01-12 css 추가작업 */
/* center_Info 센터소개 */
.info_Greeting .ui-cont-group__box.type1 .item .ui-cont--title{border-color:#d72429;}
.info_Greeting .ui-list__bodo .inner .ui-bodo__summary strong{color:#d72429;}
.info_Greeting .ui-cont-group__box .ui-cont--title h3 .ico1 {display: inline-block; width:24px; height:28px; margin-right:10px; background:url(/images/gmac/center/info_Greeting_img02.png)no-repeat; vertical-align: text-bottom;}
.info_Greeting .sign_wrap{text-align: right;margin-top:75px;margin-right:30px;}
.info_Greeting .sign_wrap span{color:#353543;font-size:17px;letter-spacing: -0.03em;}
.info_Greeting .sign_wrap span em{display: inline-block;vertical-align: middle;margin-left:20px;width:64px;height:32px;background: url(/images/gmac/center/center_sign.png)no-repeat;font-size:0;text-indent: -9999;}

/* center_History 설립목적/연혁 */
.history_wrap .profile_wrap{padding-right:350px;min-height:450px;background-image: url(/images/gmac/center/center_history_bg.png);}

@media(max-width:768px){
    .history_wrap .profile_wrap{padding-right:0;min-height:auto;background:none;}
}


/* 주요업무 center_business */
.business_wrap{}
.business_wrap .top_wrap{background: url(/images/gmac/center/center_business_topbg.jpg) no-repeat;background-size:cover;padding:90px 20px 40px;min-height:385px;}
.business_wrap .top_wrap .box{max-width:470px;border-radius: 50px 50px 0 0;border:1px solid #fff;background: rgba(255,255,255,0.1);margin:0 auto;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.4);padding:35px 30px 40px;text-align: center;}
.business_wrap .top_wrap .box strong{font-size:29px;color:#fff;font-weight:bold;display: block;position: relative;padding-top:30px;}
.business_wrap .top_wrap .box strong::before{content: "";position: absolute;left:50%;top:0;margin-left:-15px;width:30px;height:26px;background: url(/images/gmac/center/top_icon.png) no-repeat;}
.business_wrap .top_wrap .box p{font-size:16px;line-height: 1.56;letter-spacing: -0.03em;color:#fff;}

.business_wrap .bottom_wrap{padding:70px 25px;background: #f7f7f7;}
.business_wrap .bottom_wrap .title{text-align: center;position: relative;z-index: 5;}
.business_wrap .bottom_wrap .title strong{font-size:24px;color:#242424;letter-spacing: -0.045em;display: inline-block;position: relative;}
.business_wrap .bottom_wrap .title strong::before,
.business_wrap .bottom_wrap .title strong::after{display: none;}
/* .business_wrap .bottom_wrap .title strong::before{content:"";position: absolute;left:-60px;top:0;width:36px;height:26px;background: url(/images/gmac/center/left_icon.png) no-repeat;}
.business_wrap .bottom_wrap .title strong::after{content:"";position: absolute;right:-60px;bottom:0;width:36px;height:26px;background: url(/images/gmac/center/right_icon.png) no-repeat;} */
.business_wrap .bottom_wrap .title strong span{color:#a51118;font-weight: bold;}

.business_wrap .bottom_wrap .list_box{margin-top:50px;margin-bottom:150px;}
.business_wrap .bottom_wrap .list_box .inner{position: relative;width:254px;height:255px;margin:0 auto;}
.business_wrap .bottom_wrap .list_box .inner::before{content: "";position: absolute;left:50%;top:50%;width:440px;height:400px;border:1px dotted #9595a0;border-radius: 100%;transform: translate(-50%,-50%);}
.business_wrap .bottom_wrap .list_box .inner::after{content: "";position: absolute;left:50%;top:-90px;background: #f7f7f7;width:440px;height:130px;transform: translateX(-50%);}
.business_wrap .bottom_wrap .list_box .inner > span{display: table;position: relative;background: url(/images/gmac/center/center_bg.png) no-repeat;text-align: center;z-index: 1;width:254px;height:255px;margin:0 auto;background-size:cover;}
.business_wrap .bottom_wrap .list_box .inner > span > em{display: table-cell;vertical-align: middle;}

.business_wrap .bottom_wrap .list_box .inner .list{}
.business_wrap .bottom_wrap .list_box .inner .list ul li{position: absolute;left:0;top:0;z-index: 5;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(1){left:-260px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(1) span{background:#927462;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(2){left: -250px;top: 180px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(2) span{background:#822023;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3){left:75px;top:280px;text-align: center;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3) span{background:#4c4c58;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(4){left:auto;right:-250px;top:180px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(4) span{background:#927462;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(5){left:auto;right:-260px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(5) span{background:#822023;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(6){left:auto;right:-260px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(6) span{background:#4c4c58;}

.business_wrap .bottom_wrap .list_box .inner .list ul li.left{direction: rtl;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span{display: inline-block;width:79px;height:79px;border-radius: 100%;background: #927462;position: relative;vertical-align: middle;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon{display: inline-block;width:36px;height:41px;background: url(/images/gmac/center/business_ir.png) no-repeat;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon1{background-position: 0 0 ;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon2{background-position: -46px 0 ;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon3{background-position: -92px 0 ;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon4{background-position: -138px 0 ;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon5{background-position: -184px 0;}
.business_wrap .bottom_wrap .list_box .inner .list ul li span .icon.icon6{background-position: 0 -51px;}
.business_wrap .bottom_wrap .list_box .inner .list ul li p{color:#fff;font-size:15px;color:#333;letter-spacing: -0.03em;display: inline-block;vertical-align: middle;margin:0 0 0 15px;line-height: 1.53;}
.business_wrap .bottom_wrap .list_box .inner .list ul li.left p{margin:0 15px 0 0;text-align: right;}
.business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3) p{margin:10px 0 0 0;display: block;text-align: center;}

@media(max-width:899px){
    .business_wrap .bottom_wrap .list_box{margin-bottom:0;}
    .business_wrap .bottom_wrap .list_box .inner::before,
    .business_wrap .bottom_wrap .list_box .inner::after{display:none;}
    .business_wrap .bottom_wrap .list_box .inner .list ul{overflow: hidden;max-width:700px;margin:30px auto 0;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li{float:left;width:calc(50% - 20px);margin-left:20px;margin-bottom:25px;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li.left{direction:inherit;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li.left p{margin:0 0 0 15px;text-align: left;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li{position: relative;left:auto;top:auto;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(1),
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(2),
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3),
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(4),
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(5),
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(6){left:auto;right:auto;top:auto;}
    .business_wrap .bottom_wrap .list_box .inner{width:100%;height:100%;}

    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3){text-align: left;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3) p{margin:0 0 0 15px;text-align: left;display: inline-block;}
}
@media(max-width:600px){
    .business_wrap .bottom_wrap .list_box .inner .list ul{max-width:100%;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li{float:none;width:100%;margin-left:0;text-align: center;border-bottom:1px solid #ddd;padding-bottom:25px;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li p{text-align: center;margin-top:15px;display: block;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li p br{display: none;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li.left p{text-align: center;margin:15px 0 0 0;}

    .business_wrap .bottom_wrap .title strong::before{left:-40px;}
    .business_wrap .bottom_wrap .title strong::after{right:-40px;}

    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3){text-align: center;}
    .business_wrap .bottom_wrap .list_box .inner .list ul li:nth-child(3) p{margin: 15px 0 0 0;text-align: center;display:block;}
}
@media(max-width:400px){
    .business_wrap .bottom_wrap .list_box .inner > span{width:230px;height:230px;}
}



/* 외부전문가 등록 board_Expert */

.board_Expert .submit_wrap{margin-top:20px;text-align: center;}
.board_Expert .title{text-align: center;}
.board_Expert .title strong{font-size:25px;color:#121212;font-weight:bold;}

/* 예비타당성제도  */
.otherdata_wrap{}
.otherdata_wrap .top_wrap{background: url(/images/gmac/OtherData/otherdata_topbg.jpg) no-repeat;background-size:cover;padding:90px 20px 40px;min-height:385px;}
.otherdata_wrap .top_wrap .box{max-width:470px;border-radius: 50px 50px 0 0;border:1px solid #fff;background: rgba(255,255,255,0.1);margin:0 auto;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.4);padding:35px 30px 40px;text-align: center;}
.otherdata_wrap .top_wrap .box strong{font-size:29px;color:#fff;font-weight:bold;display: block;position: relative;padding-top:30px;}
.otherdata_wrap .top_wrap .box strong::before{content: "";position: absolute;left:50%;top:0;margin-left:-15px;width:30px;height:26px;background: url(/images/gmac/center/top_icon.png) no-repeat;}
.otherdata_wrap .top_wrap .box p{font-size:16px;line-height: 1.56;letter-spacing: -0.03em;color:#fff;}

.otherdata_wrap .purpose{border:1px solid rgba(148,148,148,0.47);border-radius: 100px;margin-top:95px;position: relative;text-align: center;padding:50px 15px 30px;}
.otherdata_wrap .purpose .title{position: absolute;left:50%;top:-30px;transform: translateX(-50%);-webkit-transform: translateX(-50%);background:#912a2c;height:58px;min-width:140px;border-radius: 50px;}
.otherdata_wrap .purpose .title::before{content: "";position: absolute;left:-9px;top:50%;width:9px;height:8px;background: #912a2c;border:4px solid #fff;border-radius: 100%;margin-top:-4px;}
.otherdata_wrap .purpose .title::after{content: "";position: absolute;right:-9px;top:50%;width:9px;height:8px;background: #912a2c;border:4px solid #fff;border-radius: 100%;margin-top:-4px;}
.otherdata_wrap .purpose .title span{color:#fff;font-size:19px;line-height: 58px;}
.otherdata_wrap .purpose p{max-width:685px;margin:0 auto;}

.otherdata_wrap .system_wrap{text-align: center;padding:75px 15px 65px;background: #f7f7f7;}
.otherdata_wrap .system_wrap .img{margin-bottom:30px;}
.otherdata_wrap .system_wrap p{max-width:800px;margin:0 auto;}

.otherdata_wrap .reconsider_wrap{overflow:hidden;background: #f7f7f7;padding:65px 52px;}
.otherdata_wrap .reconsider_wrap .left{}
.otherdata_wrap .reconsider_wrap .left{display:inline-block;width:calc(50% - 7px);position: relative;padding-right:172px;vertical-align: middle;}
.otherdata_wrap .reconsider_wrap .left .iconbox{background: rgba(141,112,95,0.9);width:134px;height:134px;border-radius: 100%;position: absolute;right:-7px;top:50%;margin-top:-67px}
.otherdata_wrap .reconsider_wrap .left .iconbox::before{content: "";position: absolute;left:-9px;top:50%;width:9px;height:9px;background: #977d6e;border:4px solid #fff;border-radius: 100%;margin-top:-4.5px;}
.otherdata_wrap .reconsider_wrap .left .iconbox::after{content: "";position: absolute;left:-32px;top:50%;width:23px;height:1px;margin-top:4px;background: #cdcdcd;}
.otherdata_wrap .reconsider_wrap .left .iconbox .icon{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width:38px;height:38px;display: inline-block;background: url(/images/gmac/OtherData/reconsider_left_icon.png) no-repeat;}
.otherdata_wrap .reconsider_wrap .left .txt{font-size:15px;color:#616161;line-height: 1.53;}
.otherdata_wrap .reconsider_wrap .right{}
.otherdata_wrap .reconsider_wrap .right{display:inline-block;width:calc(50% - 7px);position: relative;padding-left:187px;vertical-align: middle;}
.otherdata_wrap .reconsider_wrap .right .iconbox{background: rgba(74,74,85,0.9);width:134px;height:134px;border-radius: 100%;position: absolute;left:-7px;top:50%;margin-top:-67px}
.otherdata_wrap .reconsider_wrap .right .iconbox::before{content: "";position: absolute;right:-9px;top:50%;width:9px;height:9px;background: #5b5b65;border:4px solid #fff;border-radius: 100%;margin-top:-4.5px;}
.otherdata_wrap .reconsider_wrap .right .iconbox::after{content: "";position: absolute;right:-32px;top:50%;width:23px;height:1px;margin-top:4px;background: #cdcdcd;}
.otherdata_wrap .reconsider_wrap .right .iconbox .icon{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);width:30px;height:34px;display: inline-block;background: url(/images/gmac/OtherData/reconsider_right_icon.png) no-repeat;}
.otherdata_wrap .reconsider_wrap .right .txt{font-size:15px;color:#616161;line-height: 1.53;text-align: right;}

@media(max-width:999px){
    .otherdata_wrap .reconsider_wrap{padding:65px 32px;}
    .otherdata_wrap .reconsider_wrap .left{display:block;width:100%;padding-right:0;}
    .otherdata_wrap .reconsider_wrap .left .iconbox{position: relative;right:auto;top:auto;margin:0 auto 40px;}
    .otherdata_wrap .reconsider_wrap .left .iconbox::before{top: auto;left: 50%;bottom: -9px;margin-left: -8.5px;margin-top: 0;}
    .otherdata_wrap .reconsider_wrap .left .iconbox::after{top: auto;left: 50%;bottom: -32px;width: 1px;height: 23px;margin-left: -0.5px;}
    .otherdata_wrap .reconsider_wrap .left .txt{text-align: center;}
    .otherdata_wrap .reconsider_wrap .right{display:block;width:100%;padding-left:0;margin-top:50px;}
    .otherdata_wrap .reconsider_wrap .right .iconbox{position: relative;right:auto;top:auto;margin:0 auto 40px;}
    .otherdata_wrap .reconsider_wrap .right .iconbox::before{top: auto;left: 50%;bottom: -9px;margin-left: -8.5px;margin-top: 0;}
    .otherdata_wrap .reconsider_wrap .right .iconbox::after{top: auto;left: 50%;bottom: -32px;width: 1px;height: 23px;margin-left: -0.5px;}
    .otherdata_wrap .reconsider_wrap .right .txt{text-align: center;}
}