
/*글로벌 한화*/
.globe_area{text-align: center;}

.list_area {max-width:1000px; height:100%; margin:30px auto 60px; padding: 0 15px; overflow:hidden;}
.list_area .tab_rounded {display: flex; flex-wrap: wrap; gap: 6px; justify-content: space-between; margin-bottom: 25px;}
.list_area .tab_rounded li {width: calc(50% - 3px); color: #909090; background-color: #f3f3f3; border-radius: 27px;}
.list_area .tab_rounded li.on {color: #fff; background-color: #f27824;}
.list_area .tab_rounded li a {display:flex; justify-content: center; align-items: center; height:40px; font-size: 14px; font-weight: 500; color: inherit;} 
.list_global {display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px;}
.list_global li {padding: 20px 18px; width: 100%; border: 1px solid #d9d9d9; border-radius: 10px; box-sizing: border-box;}
.list_global li .row {display: flex; justify-content: space-between; align-items: center;}
.list_global li .row span {display: inline-block; padding: 7px 8px; height: 25px; line-height: 1; font-size: 12px; color: #fff; background-color: #f27824; border-radius: 14px; box-sizing: border-box;}
.list_global li h2 {margin-top: 13px; padding-bottom: 15px; font-size: 16px; font-weight: 700; letter-spacing: -0.5px; border-bottom: 1px solid #d9d9d9;}
.list_global li h2 small {display: block; margin-top: 3px; font-size: 14px; font-weight: 500;}
.list_global li .bedges {display: flex; gap: 7px;}
.list_global li .bedges i {display: inline-block; padding: 6px 11px; height: 25px; line-height: 1; font-size: 12px; font-weight: 500; font-style: normal; color: #666; border: 1px #c9c9c9 solid; border-radius: 14px; box-sizing: border-box;}
.list_global li .bedges i:before {position: relative; top: -1px; display: inline-block; margin-right: 5px; vertical-align: middle; content: ""; background-position: center; background-repeat: no-repeat; background-size: contain;}
.list_global li .bedges i.type {color: #f27824; border-color: #f8bb91;}
.list_global li .bedges i.subsidiary:before {width: 21px; height: 13px; background-image: url("/_resource/hanwha/images/hanwha/globe/ico-subsidiary.png");}
.list_global li .bedges i.office:before {width: 12px; height: 15px; background-image: url("/_resource/hanwha/images/hanwha/globe/ico-office.png");}
.list_global li .bedges i.branch:before {width: 11px; height: 13px; background-image: url("/_resource/hanwha/images/hanwha/globe/ico-branch.png");}
.list_global li .bedges i.global:before {width: 13px; height: 13px; background-image: url("/_resource/hanwha/images/hanwha/globe/ico-global.png");}
.list_global li .bedges i.enc:before {width: 13px; height: 13px; background-image: url("/_resource/hanwha/images/hanwha/globe/ico-enc.png");}
.list_global li dl {display: flex; flex-wrap: wrap; margin-top: 3px; font-size: 13px; line-height: 20px; color:#777;}
.list_global li dl dt {position: relative; margin-top: 16px; width: 26px; text-indent: -999999%;}
.list_global li dl dt:before {position: absolute; display: block; content: "";top: 2px;left: 0; width: 17px; height: 17px; background-position: left center; background-repeat: no-repeat;}
.list_global li dl dt.address:before {top: 1px; background-image: url(/_resource/hanwha/images/hanwha/globe/home_icon.png)}
.list_global li dl dt.phone:before {background-image: url(/_resource/hanwha/images/hanwha/globe/phone_icon.png)}
.list_global li dl dt.fax:before {background-image: url(/_resource/hanwha/images/hanwha/globe/fax_icon.png)}
.list_global li dl dt.email:before {background-image: url(/_resource/hanwha/images/hanwha/globe/email_icon.png)}
.list_global li dl dd {margin-top: 16px; width: calc(100% - 26px);}
.list_global li dl dd:has(+ dt.fax),
.list_global li dl dt.fax + dd {width: calc(50% - 26px);}
.list_global li dl dd a {color: #777; transition: all 0.2s ease-out;}
.list_global li dl dd a:hover {color: #f27824;}
