.intro_area {
    position: relative;
    background: #fff;
    z-index: 1;
}

.intro_area .intro_box01 {
    min-width: 1200px;
    padding: 0 50px;
    height: 500px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: url('/_resource/eng/company/images/bg1.png') no-repeat center -20px fixed;
}

.intro_area .intro_box01 .text_box {
    color: #fff;
    margin-top: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.intro_area .intro_box01 .text_box h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.intro_area .intro_box01 .text_box h4 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    margin: 20px;
    letter-spacing: 0.5px;
}

.intro_area .intro_box01 .text_box p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #fff;
}

.intro_box01 .text_box .img_box {
    margin: 30px auto;
}

.intro_box01 .text_box .img_box img {
    margin: 0 100px;
    width: 50px;
}


.intro_area .intro_box02 {
    height: 380px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.intro_area .intro_box02 .text_box {
    position: relative;
    text-align: center;
}

.intro_area .intro_box02 .text_box h3 {
    width: 640px;
    font-size: 17px;
    color: #f27824;
    line-height: 17px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin: 0 auto;
    font-weight: 500;
}

.intro_area .intro_box02 .text_box .ico_ul {
    width: 680px;
    margin: 40px auto 0;
    overflow: hidden;
}

.intro_area .intro_box02 .text_box .ico_ul li {
    width: 170px;
    float: left;
    text-align: center;
    position: relative;
}

.intro_area .intro_box02 .text_box .ico_ul li:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #f6aa75;
    position: absolute;
    right: 0;
    top: 46px;
}

.intro_area .intro_box02 .text_box .ico_ul li.last:before {
    display: none;
}

.intro_area .intro_box02 .text_box .ico_ul li .thumb {
    width: 97px;
    height: 97px;
    margin: 0 auto 20px;
}

.intro_area .intro_box02 .text_box .ico_ul li span {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.intro_area .intro_box02 .text_box .ico_ul li span span.txt_bold {
    font-weight: bold;
}

.intro_area .intro_box03 {
    height: 500px;
    position: relative;
    z-index: 3;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg02.jpg') no-repeat center 150px fixed;
}

.intro_area .intro_box03 .bg {
    width: 2000px;
    height: 1700px;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg02.jpg') no-repeat center top;
    position: fixed;
    left: 50%;
    top: 750px;
    margin-left: -1000px;
}

.intro_area .intro_box04 {
    height: 648px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.intro_area .intro_box04 .text_box {
    position: relative;
}

.intro_area .intro_box05 {
    height: 500px;
    position: relative;
    z-index: 4;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg03.jpg') no-repeat center 250px fixed;
}

.intro_area .intro_box05 .bg {
    width: 2000px;
    height: 1700px;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg03.jpg') no-repeat center top;
    position: fixed;
    left: 50%;
    top: 1771px;
    margin-left: -1000px;
}

.intro_area .intro_box06 {
    height: 648px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.intro_area .intro_box07 {
    height: 500px;
    position: relative;
    z-index: 5;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg04.jpg') no-repeat center 350px fixed;
}

.intro_area .intro_box07 .bg {
    width: 2000px;
    height: 1700px;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg04.jpg') no-repeat center bottom;
    position: fixed;
    left: 50%;
    top: 2792px;
    margin-left: -1000px;
}

.intro_area .intro_box08 {
    height: 648px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.intro_area .intro_box09 {
    height: 500px;
    position: relative;
    z-index: 6;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg05.jpg') no-repeat center 450px fixed;
}

.intro_area .intro_box09 .bg {
    width: 2000px;
    height: 1000px;
    background: url('/_resource/hanwha/images/hanwha/company/intro_bg05.jpg') no-repeat center bottom;
    position: fixed;
    left: 50%;
    top: 3723px;
    margin-left: -1000px;
}

.intro_area .intro_box10 {
    height: 648px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.intro_area .text_box .intro_dl {
    width: 1000px;
    margin: 125px auto 0;
    overflow: hidden;
}

.intro_area .text_box .intro_dl dt {
    width: 230px;
    float: left;
}

.intro_area .text_box .intro_dl dt h3 {
    font-size: 30px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    margin-left: 4px;
}

.intro_area .text_box .intro_dl dt p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-left: 6px;
    font-weight: 300;
}

.intro_area .text_box .intro_dl dd {
    width: 730px;
    padding-left: 39px;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.intro_area .text_box .intro_dl dd h4 {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
}

.intro_area .text_box .intro_dl dd p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.intro_area .text_box .intro_dl dd a {
    width: 247px;
    height: 47px;
    padding-left: 20px;
    display: block;
    border: 1px solid #d6d6d6;
    margin-top: 35px;
    font-size: 13px;
    color: #333;
    line-height: 47px;
    letter-spacing: -0.5px;
}

.intro_area .text_box .intro_dl dd a {
    text-indent: -9999;
    font-size: 0;
}

.intro_area .text_box .intro_dl dd a.btn_list01 {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site01.png') no-repeat 18px 10px;
}

.intro_area .text_box .intro_dl dd a.btn_list01:hover {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site01_on.png') no-repeat 18px 10px #f27824;
    color: #fff;
    border: 1px solid #f27824;
}

.intro_area .text_box .intro_dl dd a.btn_list02 {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site02.png') no-repeat 18px 8px;
}

.intro_area .text_box .intro_dl dd a.btn_list02:hover {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site02_on.png') no-repeat 18px 8px #f27824;
    color: #fff;
    border: 1px solid #f27824;
}

.intro_area .text_box .intro_dl dd a.btn_list03 {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site03.png') no-repeat 18px 10px;
}

.intro_area .text_box .intro_dl dd a.btn_list03:hover {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site03_on.png') no-repeat 18px 10px #f27824;
    color: #fff;
    border: 1px solid #f27824;
}

.intro_area .text_box .intro_dl dd a.btn_list04 {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site04.png') no-repeat 18px 10px;
}

.intro_area .text_box .intro_dl dd a.btn_list04:hover {
    background: url('/_resource/eng/hanwha/images/hanwha/company/btn_site04_on.png') no-repeat 18px 10px #f27824;
    color: #fff;
    border: 1px solid #f27824;
}



/* CI */
.ci_area {
    min-width: 1024px;
    position: relative;
    background: #fff;
}

.ci_area .ci_dl {
    width: 1000px;
    margin: 20px auto;
    position: relative;
    padding: 55px 0 0;
    overflow: hidden;
}

.ci_area .ci_dl>dt {
    width: 184px;
    float: left;
    margin-top: -6px;
}

.ci_area .ci_dl>dt img {
    width: 120px;
}


.ci_area .ci_dl>dt h2 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
}

.ci_area .ci_dl>dt h2.text {
    line-height: 30px;
}

.ci_area .ci_dl>dd {
    width: 716px;
    margin-left: 20px;
    float: left;
}

.ci_area .ci_dl>dd h2 {
    font-size: 30px;
    color:rgb(248, 103, 73);
    font-weight: bold;
    line-height: 40px;
}

.ci_area .ci_dl>dd h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    font-weight: normal;
}

.ci_area .ci_dl>dd p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.ci_area .ci_dl>dd .hr_line {
    width: 10px;
    margin: 15px 0;
    border-top: 1px solid #7f7f7f;
}

.ci_area .ci_dl>dd .section_line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 48px 0 0 0;
}

.ci_area .ci_dl>dd .ci_img_box {
    margin-top: 40px;
}

.ci_area .ci_dl>dd .ci_box {
    width: 743px;
    height: 145px;
    padding: 35px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-top: 40px;
}

.ci_area .ci_dl>dd .ci_box .ci {
    width: 160px;
    height: 145px;
    float: left;
    margin-right: 40px;
}

.ci_area .ci_dl>dd .ci_box .ci_text_box {
    width: 543px;
    float: left;
    padding-top: 10px;
}

.ci_area .ci_dl>dd .ci_box .ci_text_dl {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.ci_area .ci_dl>dd .ci_box .ci_text_dl dt {
    width: 48px;
    padding-left: 12px;
    float: left;
    font-size: 13px;
    color: #333;
}

.ci_area .ci_dl>dd .ci_box .ci_text_dl dt:before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #f59858;
}

.ci_area .ci_dl>dd .ci_box .ci_text_dl dd {
    width: 483px;
    float: left;
    font-size: 13px;
    color: #666;
    letter-spacing: -0.5px;
}

.ci_area .ci_dl>dd .ci_down {
    width: 743px;
    height: 23px;
    padding: 18px 35px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    overflow: hidden;
}

.ci_area .ci_dl>dd .ci_down .ci_down_dl {
    overflow: hidden;
}

.ci_area .ci_dl>dd .ci_down .ci_down_dl dt {
    width: 130px;
    float: left;
    font-size: 14px;
    color: #f37320;
    line-height: 23px;
}

.ci_area .ci_dl>dd .ci_down .ci_down_dl dd {
    width: 613px;
    float: left;
}

.box2 {
    display: flex;
    background-color: rgb(239, 239, 255);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 250px;
    margin-top: 50px;
}

.box2 .box2_img_list {
    display: flex;
    margin-top: 50px;
}

.box2 .box2_img_list img {
    width: 350px;
	height: 254px;
    padding: 10px;
}

.box2 .main {
    width: 1100px;
}

.box2 .main h2 {
    font-weight: bold;
    font-size: 30px;
    color: rgb(248, 103, 73);
}

.box2 .main p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    
}

.box3 {
    background: url("/_resource/eng/company/images/bg.png") no-repeat center bottom;
    height: 300px;
    padding: 0 150px;
}

.box3 .main {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3 .main h2 {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.box3 .main p {
    width: 1000px;
    margin-top: 30px;
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    line-height: 24px;;
}


/*.ci_area .ci_dl > dd .ci_down .ci_down_dl dd a {height:23px;border:1px solid #ccc;border-radius:20px;display:inline-block;padding:0 33px 0 13px;font-size:12px;color:#333;line-height:22px;box-sizing: border-box; margin-right:5px;background:#fff; background:url("/_resource/hanwha/images/hanwha/ci/icon_download.png") top 4px right 12px no-repeat;}*/
.ci_area .ci_dl>dd .ci_down .ci_down_dl dd a {
    position: relative;
    display: inline-block;

    vertical-align: middle;
    background: url("/_resource/hanwha/images/hanwha/ci/icon_download.png") top 5px right 12px no-repeat;
    padding: 6px 33px 5px 13px;
    border: 1px solid #d5d5d5;
    border-radius: 12px;
    color: #333;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.no-ie .ci_area .ci_dl>dd .ci_down .ci_down_dl dd a {
    line-height: 24px;
}

.ci_area .ci_dl>dd .ci_down .ci_down_dl dd a:hover {
    background: #f27824;
    border: 1px solid #f27824;
    color: #fff;
    background: url("/_resource/hanwha/images/hanwha/ci/icon_download_on.png") top 5px right 12px no-repeat #f27824;
}

.ci_area .ci_dl.last {
    border-bottom: 0;
}

/* 주요계열사 현황 */
.subsidiary_area {
    min-width: 1024px;
    position: relative;
    background: #fff;
    padding-top: 50px;
}

.intro_tab_ul {
    width: 1000px;
    overflow: hidden;
    margin: 40px auto 0;
}

.intro_tab_ul li {
    width: 201px;
    height: 45px;
    float: left;
    position: relative;
    margin-right: -1px;
}

.intro_tab_ul li.last {
    width: 200px;
}

.intro_tab_ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 43px;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
}

.intro_tab_ul li a:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background: #f27824;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.intro_tab_ul li a:hover {
    color: #f27824;
}

.intro_tab_ul li a.active {
    color: #f27824;
}

.intro_tab_ul li a.active:after {
    opacity: 1;
}

.intro_box {
    display: none;
    position: relative;
    padding-bottom: 80px;
}

.intro_box.active {
    display: block;
}

.intro_box .img_box {
    margin-top: 40px;
}

.intro_box .intro_detail_box {
    overflow: hidden;
    margin-top: 40px;
    text-align: left;
}

.intro_box .intro_detail_box .left_box {
    width: 550px;
    padding-right: 35px;
    float: left;
    border-right: 1px solid #ebebeb;
}

.intro_box .intro_detail_box .left_box h3 {
    font-size: 26px;
    color: #f27824;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -2px;
}

.intro_box .intro_detail_box .left_box p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.intro_box .intro_detail_box .left_box .detail_dl {
    overflow: hidden;
    margin-top: 25px;
}

.intro_box .intro_detail_box .left_box .detail_dl dt {
    width: 88px;
    float: left;
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
    clear: both;
}

.intro_box .intro_detail_box .left_box .detail_dl dt:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 3px;
    background: #d9d9d9;
}

.intro_box .intro_detail_box .left_box .detail_dl dt.ico01 {
    background: url('/_resource/hanwha/images/hanwha/subsidiary/ico_company.png') no-repeat 5px 1px;
}

.intro_box .intro_detail_box .left_box .detail_dl dt.ico02 {
    background: url('/_resource/hanwha/images/hanwha/subsidiary/ico_ceo.png') no-repeat 5px 1px;
}

.intro_box .intro_detail_box .left_box .detail_dl dt.ico03 {
    background: url('/_resource/hanwha/images/hanwha/subsidiary/ico_business.png') no-repeat 5px 1px;
}

.intro_box .intro_detail_box .left_box .detail_dl dt.ico04 {
    background: url('/_resource/hanwha/images/hanwha/subsidiary/ico_home.png') no-repeat 5px 1px;
}

.intro_box .intro_detail_box .left_box .detail_dl dd {
    width: 300px;
    padding-left: 15px;
    float: left;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

.intro_box .intro_detail_box .left_box .detail_dl dd a {
    text-decoration: underline;
    color: #666;
}

.intro_box .intro_detail_box .left_box .detail_dl dd a:hover {
    color: #f27824;
}

.intro_box .intro_detail_box .right_box {
    width: 369px;
    padding-left: 45px;
    float: left;
}

.intro_box .intro_detail_box .right_box h4 {
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 500;
}

.intro_box .intro_detail_box .right_box h4 span {
    float: right;
    font-size: 12px;
    color: #666;
}

.intro_box .intro_detail_box .right_box table {
    width: 100%;
}

.intro_box .intro_detail_box .right_box table.mt30 {
    margin: 30px 0 20px 0;
}

.intro_box .intro_detail_box .right_box table th {
    border-top: 1px solid #848484;
    border-bottom: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.intro_box .intro_detail_box .right_box table th.center {
    font-size: 13px;
    color: #333;
}

.intro_box .intro_detail_box .right_box table th.title {
    text-align: left;
}

.intro_box .intro_detail_box .right_box table th.last {
    border-bottom: 1px solid #848484;
}

.intro_box .intro_detail_box .right_box table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.intro_box .intro_detail_box .right_box table td.bg {
    background: #f7f3f1;
}

.intro_box .intro_detail_box .right_box table td.title {
    text-align: left;
}

.intro_box .intro_detail_box .right_box table td.center {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.intro_box .intro_detail_box .right_box table td+td {
    text-align: right;
}

.intro_box .intro_detail_box .right_box table td+td+td {
    text-align: right;
}

.intro_box .intro_detail_box .right_box .dot {
    padding-left: 25px;
    background: url("/_resource/machinery/images/business/orange_list_pointer.png") no-repeat 12px 5px;
    font-size: 11px;
    color: #666;
    line-height: 15px;
    margin: 5px 0;
}