@charset "utf-8";

.gray{color:#333;}
.point_cl{color:#3b509f}

@media screen and (max-width:877px){
    .header{background-color:#fff; width:100%;position:fixed; top:0px; z-index:10000;}
    .header > *{float:left;}
    .header .header_logo{width:210px;line-height: 95px;}
    .header .header_logo a{display:block; padding-left: 5%}
    .header .header_logo a img{width:100%}
    .header .header_menu{text-align: left; width: 90%;  position: fixed;  right: 0;  height: 100vh;  top: 180px; background-color: #fdfdfd; display:none }
    .header .header_menu > ul{width:100%; }
    .header .header_menu > ul > li{line-height:45px; width:100%;  font-weight: 700;}
    .header .header_menu > ul > li>a{display: block; padding-left: 40px;}
    .header .header_menu > ul > li>a:after{content:"\f078"; font-family: FontAwesome; font-size:14px; padding-left:10px; }
    .header .header_language>ul>li a:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg);  }
    .header .header_menu>ul>li:last-child{margin-right:20px;}
    .header .header_language{width:137px; box-sizing: border-box;text-align: center; float: right;cursor: pointer;  }
    .header .header_language ul > li{line-height:95px; position:relative;background-image:url("../img/lang_ko.png") ;background-repeat:no-repeat; background-position: 15% center;}
    .header .header_language>ul>li>ol{position: absolute; padding-top:20px;text-align: left;height:249px;  box-sizing: border-box; width:137px ;left:50%; transform: translateX(-50%); display:block;display: none ;color:#000; height:185px; background-color:#fff;} 
    .header .header_language>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 700;padding-left:40px;}
    .header .header_language select{display:none;}
    .inner{width:100%;  margin:auto;}

    .ham_me_wrap{height:27px ; position:relative; cursor:pointer; width:35px;right:30px; top:35px; z-index:9999999; float:right; }
    .ham_me_wrap span{width:35px; height:3px; background-color:#000; display:block; position: absolute; right:0;border-radius: 10%;transition: all 0.5s;}
    .ham_me_wrap span:nth-of-type(1){top:0px; }
    .ham_me_wrap span:nth-of-type(2){top:50%; transform: translateY(-50%); }
    .ham_me_wrap span:nth-of-type(3){bottom:0px; }

    .ham_me_wrap.on span:nth-of-type(2){opacity:0 }
    .ham_me_wrap.on span:nth-of-type(1){top:50% ;transform:translateY(-50%) rotate(45deg);}
    .ham_me_wrap.on span:nth-of-type(3){bottom: 50%;transform:translateY(50%) rotate(-45deg); }

    .header_bg{width:90%; height:180px; background-color: #fdfdfd; position: fixed ; top: 0px; border-top:1px solid rgba(0,0,0,0.08); right:0;  z-index:9999;display: none; }
    .header_bg>p:first-child{padding:50px 0 20px 40px; }
    .header_bg>p:last-child{color: rgba(64,64,64,0.4); font-size: 14px;line-height: 20px; padding-left:40px; }
    .header_bg>p>span{display:block; font-size:25px; line-height: 33px; }
    .header .header_menu>ul>li>ol{text-align: left; box-sizing: border-box; width:100% ;display:none;padding:20px 0;}
    .header .header_menu>ul>li:hover ol{background-color:#659cd4 ;}
    .header .header_menu>ul>li:hover ol> li > a{color:#fff ;}
    .header .header_menu>ul>li> ol> li:hover > a{background-color: #285fb0 ;}
    .header .header_menu>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 300;}
    .header .header_menu>ul>li>ol>li>a{color:#404040;display: block;padding-left:40px; }

    .btn{border:2px solid #fff; padding:15px 20px;}

    .main_slider .swiper-slide{background: url("../img/ban_01.png") no-repeat center; background-size:cover; padding:150px 0;}
    .main_slider h3{font-size:30px; text-transform: uppercase; color:#fff; margin-bottom:40px; line-height:40px;}
    .main_slider h3 span{display:block;}
    .main_slider p{font-size:16px; margin-bottom:100px; color:#fff;}
    .main_slider .btn{color:#fff; padding: 13px 18px !important;}
    .main_slider .btn i{padding-left:60px; font-size: 20px; padding-left: 50px;}
    .swiper01.swiper-container-horizontal .swiper-pagination-bullets{bottom:90px; width:unset; left:unset; right:0 ;}
    .swiper01 .swiper-pagination-bullet{border-radius:0; width:10px; height:10px;background-color:#fff;margin-right:20px; border-radius: 50%;}
    .main_section01:after{content:''; display:block; clear:both; visibility:hidden;}
    .main_section01 .inner div:first-child{border-top:2px solid #000; width:160px;  margin-top:50px;}
    .main_section01 .inner div:first-child span:first-child{font-size:20px; font-weight: 700; color:#080404; display: block; line-height: 28px;padding-top:27px ;}
    .main_section01 .inner div:first-child span:last-child{font-size:16px; color:#aaa; display: block;line-height: 28px;}
    .main_section01 .inner div:nth-of-type(2){margin-top:20px; }
    .main_section01 .inner div:nth-of-type(2) ul{display: flex; flex-wrap: wrap;align-content: space-around; float:right}
    .main_section01 .inner div:nth-of-type(2) ul li{ display:flex; flex:1 1 30%;  margin-bottom: 40px;text-align:center; height:170px; align-items: flex-end;}
    .main_section01 .inner div:nth-of-type(2) ul li img{object-fit: contain; margin-bottom:auto;}
    .main_section01 .inner div:nth-of-type(2) ul li dt{font-size:18px; color:#080404; font-weight: 700; margin-bottom:18px; }
    .main_section01 .inner div:nth-of-type(2) ul li dl{width:225px; }
    .main_section01 .inner div:nth-of-type(2) ul li dd{font-size:14px;line-height: 22px; color:#777;    letter-spacing: -2px;}
    .main_section01 .inner div:nth-of-type(2) ul li dd span{display: block;}

    .main_section02{position:relative; height:400px ; margin-top:30px; text-align: center;}
    .main_section02 h3{font-size:30px; color:#000; line-height: 80px; font-weight: 300; }
    .main_section02 p{font-size:14px; line-height: 26px; color:#777; padding-bottom:55px;} 
    .main_section02 p span{display: block;}
    .main_section02 a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_section02 a i{padding-left:60px; }
    .main_section02 img{box-shadow: 5px 5px 10px #aaa;}
    .main_section02 img:nth-of-type(1){position: absolute; right: 38px; top: 295px; width: 34%;}
    .main_section02 img:nth-of-type(2){position: absolute; right: 156px; top: 358px; z-index: 1; width: 34%;}
    .main_section02 img:nth-of-type(3){position: absolute; left: 24px; top: 449px; width: 48%;}

    .main_ban{background-image: url('../img/ban_02.png'); width:100%; height:495px; background-size: cover; margin-top: 183px;}
    .main_ban h3{font-size:30px; color:#fff; line-height: 80px; font-weight: 300; display:inline-block ;padding-bottom:30px}
    .main_ban p span{display:block ;}
    .main_ban p{font-size:14px; line-height: 30px; color:#fff; display:inline-block;padding: 0 0 85px 100px; word-break: keep-all;} 
    .main_ban div{padding-top:63px; padding-right:45px;display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
    .main_ban a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_ban a i{padding-left:60px; }

    .main_section03{margin-top:50px; }
    .main_section03:after{clear: both; content:""; display: block;}
    .main_section03 h3{font-size:30px; color:#000; line-height: 80px; font-weight: 300; }
    .main_section03 ul{}
    .main_section03 ul>li{width:90%; margin:0 auto 20px;  }
    .main_section03 ul li div img{width:100%}
    .main_section03 ul li div{position: relative;}
    .main_section03 ul li div span{padding:25px 18px 0 ;background-color: #fff; color:#373737;position: absolute;left:0; bottom:0; font-size: 16px; }
    .main_section03 ul>li>span{font-size: 22px; line-height: 43px ; color:#222; font-weight: 700; padding-top:10px; display: block;}
    .main_section03 .inner>ul>li>ol>li{font-size: 15px; line-height: 26px;color:#999; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;}
    .main_section03 .inner>a{border:2px solid #cdcdcd;color:#cdcdcd; font-size:14px; padding:15px 20px; width: 239px; margin: 50px auto; display: block;}
    .main_section03 .inner>a i{padding-left:60px; }

    .footer{width:100%; background-color:#21a2dd ; }
    .footer_box1{border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:50px; }
    .footer_sitemap{padding-top: 40px;}
    .footer_sitemap ul{display: flex; width: 100%; flex-wrap: wrap;}
    .footer_phone{width:300px;padding-top:40px; margin:0 auto;text-align: center; }
    .footer_phone p{font-size:20px; color:#fff; line-height: 28px; letter-spacing: -2px; }
    .footer_phone p span{display:block} 
    .footer_phone a{display:block; margin:30px auto; font-size:14px; color:#fff;  }
    .footer_phone a i{float:right }
    .footer_phone>span{font-size:14px; line-height: 23px; color:rgba(255,255,255,0.5);letter-spacing: -2px;  }
    .footer_sitemap>ul>li{width:25%; text-align: center;margin-bottom: 20px;}
    .footer_sitemap>ul>li>a{font-size:15px; color:#fff; display:block }
    .footer_sitemap>ul>li>ol{display: none}
    .footer_box2:after{clear: both; content:""; display: block;}
    .footer_box2 .footer_logo{padding-top:20px ; float:left;}
	.footer_box2 .footer_logo img{width:70%;}
    .footer_box2{padding-bottom:66px; }
    .footer_text:after{clear: both; content:""; display: block;}
    .footer_text{float:left; }
    .footer_text li{float:left; margin-right:15px; font-size:14px; color:#fff; padding-top:10px; }
    .footer_copyright{float:left; font-size:12px; color:rgba(255,255,255,0.5); padding-top:10px; }

    .sub_banner{background:url("../img/ban_01.png") no-repeat center top; background-size:cover; padding:160px 0 50px; position:relative;}
    .sub_banner .sub_title{font-size:35px; color:#fff; font-weight:900; margin-bottom:30px; text-align:center;}
    .sub_banner .sub_paragraph{font-size:30px; color:#fff;}
    .sub_banner .ll{position:absolute; bottom:0; left:0; width:100%;transform:translateY(50%); z-index:1111111111111111111111;}
    .sub_banner .ll ul{box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
    .sub_banner .ll ul li{float:left; width:20%; text-align:center; background-color:#fff; box-sizing:border-box;}
    .sub_banner .ll ul li:not(:last-child){border-right:1px solid #e9e9e9;}
    .sub_banner .ll ul li a{color:#000; line-height:60px; font-weight:600; font-size:12px;}
    .sub_banner .ll ul li.active{background-color:#21a2dd;}
    .sub_banner .ll ul li.active a{color:#fff;}

    .s_title {text-align:center; font-size:25px; line-height:35px; font-weight:900; position:relative; padding-bottom:15px; color:#000; margin-bottom:50px;}
    .s_title:after{content:''; display:block; position:absolute; width:1px; height:20px; background-color:#21a2dd; top:100%; left:50%; transform:translateX(-50%);}
}
@media screen and (min-width:878px) and (max-width:1219px){
    .header{background-color:#fff; width:100%;position:fixed; top:0px; z-index:10; left:50%; transform:translateX(-50%);}
    .header > *{float:left;}
    .header .header_logo{width:270px;line-height: 95px;}
    .header .header_logo a{display:block; padding-left: 53px}
	.header .header_logo a img{width:100%;}
    .header .header_menu{text-align:right; width:calc(100% - 290px);}
    .header .header_menu > ul{display:inline-block;}
    .header .header_menu > ul > li{display:inline-block; line-height:95px; padding:0 26px; font-weight: 700;position: relative;}
    .header .header_menu > ul > li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 0px; top: 47%; }
    .header .header_language>ul>li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 22px; top: 47%; }
    .header .header_menu>ul>li:last-child{margin-right:20px;}
    .header .header_language{width:137px; box-sizing: border-box;text-align: center; background-color:#f5f5f5; float: right; border-left: 1px solid #ebebeb;cursor: pointer;  }
    .header .header_language ul > li{line-height:95px; position:relative;background-image:url("../img/lang_ko.png") ;background-repeat:no-repeat; background-position: 15% center;}
    .header .header_language>ul>li>ol{position: absolute; padding-top:20px;text-align: left;height:249px;  box-sizing: border-box; width:137px ;left:50%; transform: translateX(-50%); display:block;border-left: 1px solid #ebebeb; display: none ;}
    .header .header_language>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 700;padding-left:40px;}
    .header .header_language select{display:none;}
    .inner{width:100%; max-width:95%; margin:auto;}

    .header_bg{width:100%; height:249px; background-color: #f5f5f5; position: fixed ; top: 95px; border-top:1px solid rgba(0,0,0,0.08); display: none ;}
    .header_bg>p:first-child{width: 213px; padding: 30px 0 0 20px;}
    .header_bg>p:last-child{padding-left: 20px; color: rgba(64,64,64,0.4); font-size: 14px; width: 210px; line-height: 20px; margin-top: 20px; word-break: keep-all;}
    .header_bg>p>span{display:block; font-size:20px; line-height: 33px; }
    .header .header_menu>ul>li>ol{position: absolute; padding-top:20px;text-align: center;height:249px;  box-sizing: border-box; width:120px ;left:50%; transform: translateX(-50%);  display: none ;}
    .header .header_menu>ul>li:hover ol{background-color:#659cd4 ;}
    .header .header_menu>ul>li:hover ol> li > a{color:#fff ;}
    .header .header_menu>ul>li> ol> li:hover > a{background-color: #285fb0 ;}
    .header .header_menu>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 300;}
    .header .header_menu>ul>li>ol>li>a{color:#404040;display: block;}

    .btn{border:2px solid #fff; padding:15px 20px;}

    .main_slider .swiper-slide{background: url("../img/ban_01.png") no-repeat center; background-size:cover; padding:250px 0;}
    .main_slider h3{font-size:55px; text-transform: uppercase; color:#fff; margin-bottom:40px; line-height:80px;}
    .main_slider h3 span{display:block;}
    .main_slider p{font-size:27px; margin-bottom:100px; color:#fff;}
    .main_slider .btn{color:#fff;}
    .main_slider .btn i{padding-left:60px; font-size: 20px;}
    .swiper01.swiper-container-horizontal .swiper-pagination-bullets{bottom:90px; width:unset; left:unset; right:0;}
    .swiper01 .swiper-pagination-bullet{border-radius:0; width:120px; height:3px;background-color:#fff;}
    .main_section01:after{content:''; display:block; clear:both; visibility:hidden;}
    .main_section01 .inner div:first-child{border-top:2px solid #000; width:160px;  margin-top:105px; float:left}
    .main_section01 .inner div:first-child span:first-child{font-size:20px; font-weight: 700; color:#080404; display: block; line-height: 28px;padding-top:27px ;}
    .main_section01 .inner div:first-child span:last-child{font-size:16px; color:#aaa; display: block;line-height: 28px;}
    .main_section01 .inner div:nth-of-type(2){width:75%;float:right;margin-top:105px;margin-bottom:100px;  }
    .main_section01 .inner div:nth-of-type(2) ul{display: flex; flex-wrap: wrap;align-content: space-around; float:right}
    .main_section01 .inner div:nth-of-type(2) ul li{ width:33.33%; float:left; margin-bottom: 40px;}
    .main_section01 .inner div:nth-of-type(2) ul li img{object-fit: contain; margin-bottom:auto;}
    .main_section01 .inner div:nth-of-type(2) ul li dt{font-size:18px; color:#080404; font-weight: 700; margin-bottom:18px; }
    .main_section01 .inner div:nth-of-type(2) ul li dl{width:225px; }
    .main_section01 .inner div:nth-of-type(2) ul li dd{font-size:14px;line-height: 22px; color:#777;    letter-spacing: -2px;}
    .main_section01 .inner div:nth-of-type(2) ul li dd span{display: block;}

    .main_section02{position:relative; height:400px ; }
    .main_section02 h3{font-size:40px; color:#000; line-height: 80px; font-weight: 300;}
    .main_section02 p{font-size:15px; line-height: 30px; color:#777; padding-bottom:85px;} 
    .main_section02 p span{display: block;}
    .main_section02 a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_section02 a i{padding-left:60px; }
    .main_section02 img{box-shadow: 5px 5px 10px #aaa;}
    .main_section02 img:nth-of-type(1){position: absolute; right:0; top:0; width:30%}
    .main_section02 img:nth-of-type(2){position: absolute; right:360px; top:162px; z-index: 1; width: 25%;}
    .main_section02 img:nth-of-type(3){position: absolute; right:180px; top:250px; width: 30%;}

    .main_ban{background-image: url('../img/ban_02.png'); width:100%; height:550px; background-size: cover; }
    .main_ban h3{font-size:40px; color:#fff; line-height: 80px; font-weight: 300; display:inline-block ;padding-bottom:30px}
    .main_ban p span{display:block ;}
    .main_ban p{font-size:15px; line-height: 30px; color:#fff; padding-bottom:85px; display:inline-block} 
    .main_ban div{padding-top:125px; padding-right:20px;display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
    .main_ban a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_ban a i{padding-left:60px; }

    .main_section03{margin-top:50px; }
    .main_section03 h3{font-size:30px; color:#000; line-height: 80px; font-weight: 300; }
    .main_section03:after{clear: both; content:""; display: block;}
    .main_section03 ul{display:flex; justify-content: space-between;}
    .main_section03 ul li{width:30%; }
    .main_section03 ul li div img{width:100%}
    .main_section03 ul li div{position: relative;}
    .main_section03 ul li div span{padding:25px 18px 0 ;background-color: #fff; color:#373737;position: absolute;left:0; bottom:0; font-size: 16px; }
    .main_section03 ul>li>span{font-size: 22px; line-height: 43px ; color:#222; font-weight: 700; padding-top:30px; display: block;}
    .main_section03 .inner>ul>li>ol>li{font-size: 15px; line-height: 26px;color:#999; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;}
    .main_section03 .inner>a{border:2px solid #cdcdcd;color:#cdcdcd; font-size:14px; padding:15px 20px; float: right;margin-top: 50px; margin-bottom:97px}
    .main_section03 .inner>a i{padding-left:60px; }

    .footer{width:100%; background-color:#21a2dd ; }
    .footer_box1{border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:50px; }
    .footer_box1:after{clear: both; content:""; display: block;}
    .footer_sitemap{float:left; width:50%}
    .footer_phone{float:right; width:300px;padding-top:67px }
    .footer_phone p{font-size:20px; color:#fff; line-height: 28px; letter-spacing: -2px; }
    .footer_phone p span{display:block} 
    .footer_phone a{display:block; margin:30px auto; font-size:14px; color:#fff;  }
    .footer_phone a i{float:right }
    .footer_phone>span{font-size:14px; line-height: 23px; color:rgba(255,255,255,0.5);letter-spacing: -2px;  }
    .footer_sitemap>ul:after{clear: both; content:""; display: block;}
    .footer_sitemap>ul>li{float:left;width:25%;}
    .footer_sitemap>ul>li>a{font-size:15px; color:#fff; line-height: 30px; margin:67px 70px 20px 0; display:block }
    .footer_sitemap>ul>li>ol{display: none}
    .footer_box2:after{clear: both; content:""; display: block;}
    .footer_box2 .footer_logo{padding:50px 35px 0 0 ; float:left;}
	.footer_box2 .footer_logo img{width:70%;}
    .footer_box2{padding-bottom:66px; }
    .footer_text:after{clear: both; content:""; display: block;}
    .footer_text{float:left; }
    .footer_text li{float:left; margin-right:15px; font-size:14px; color:#fff; padding-top:40px; }
    .footer_copyright{float:left; font-size:12px; color:rgba(255,255,255,0.5); padding-top:43px; }

    .sub_banner{background:url("../img/ban_01.png") no-repeat center top; background-size:cover; padding:300px 0 200px; position:relative;}
    .sub_banner .sub_title{font-size:55px; color:#fff; font-weight:900; margin-bottom:30px;}
    .sub_banner .sub_paragraph{font-size:30px; color:#fff;}
    .sub_banner .ll{position:absolute; bottom:0; left:0; width:100%;transform:translateY(50%); z-index:1111111111111111111111;}
    .sub_banner .ll ul{box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
    .sub_banner .ll ul li{float:left; width:20%; text-align:center; background-color:#fff; box-sizing:border-box;}
    .sub_banner .ll ul li:not(:last-child){border-right:1px solid #e9e9e9;}
    .sub_banner .ll ul li a{color:#000; line-height:80px; font-weight:600;}
    .sub_banner .ll ul li.active{background-color:#21a2dd;}
    .sub_banner .ll ul li.active a{color:#fff;}

    .sub_section1{}
    .s_title{text-align:center; color:#000; font-size:45px; line-height:55px; font-weight:900; position:relative; padding-bottom:25px; margin-bottom:80px;}
    .s_title:after{content:''; display:block; position:absolute; width:1px; height:36px; background-color:#21a2dd; top:100%; left:50%; transform:translateX(-50%);}
}

@media screen and (min-width:1220px) and (max-width:1869px){
    .header{background-color:#fff; width:100%; max-width:80%; position:fixed; top:50px; left:50%; transform:translateX(-50%); z-index:10;}
    .header > *{float:left;}
    .header .header_logo{width:270px;line-height: 95px;}
    .header .header_logo a{display:block; padding-left: 53px}
	.header .header_logo a img{width:100%;}
    .header .header_menu{text-align:right; width:calc(100% - 290px);}
    .header .header_menu > ul{display:inline-block;}
    .header .header_menu > ul > li{display:inline-block; line-height:95px; padding:0 40px; font-weight: 700;position: relative;}
	.header .header_menu > ul > li a{font-size:15px;}
    .header .header_menu > ul > li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 7px; top: 47%; }
    .header .header_language>ul>li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 22px; top: 47%; }
    .header .header_menu>ul>li:last-child{margin-right:20px;}
    .header .header_language{width:137px; box-sizing: border-box;text-align: center; background-color:#f5f5f5; float: right; border-left: 1px solid #ebebeb;cursor: pointer;  }
    .header .header_language ul > li{line-height:95px; position:relative;background-image:url("../img/lang_ko.png") ;background-repeat:no-repeat; background-position: 15% center;}
    .header .header_language>ul>li>ol{position: absolute; padding-top:20px;text-align: left;height:249px;  box-sizing: border-box; width:140px ;left:50%; transform: translateX(-50%); display:block;border-left: 1px solid #ebebeb; display: none ;}
    .header .header_language>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 700;padding-left:40px;}
    .header .header_language select{display:none;}
    .inner{width:100%; max-width:95%; margin:auto;}

    .header_bg{width:100%; height:249px; background-color: #f5f5f5; position: fixed ; top: 95px; border-top:1px solid rgba(0,0,0,0.08); display: none ;}

    .header_bg>p:first-child{padding:55px 0 30px 20px }
    .header_bg>p:last-child{display: none;}
    .header_bg>p>span{display:block; font-size:20px; line-height: 33px; }
    .header .header_menu>ul>li>ol{position: absolute; padding-top:20px;text-align: center;height:249px;  box-sizing: border-box; width:140px ;left:50%; transform: translateX(-50%);  display: none ;}
    .header .header_menu>ul>li:hover ol{background-color:#659cd4 ;}
    .header .header_menu>ul>li:hover ol> li > a{color:#fff ;}
    .header .header_menu>ul>li> ol> li:hover > a{background-color: #285fb0 ;}
    .header .header_menu>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 300;}
    .header .header_menu>ul>li>ol>li>a{color:#404040;display: block;}

    .btn{border:2px solid #fff; padding:15px 20px;}

    .main_slider .swiper-slide{background: url("../img/ban_01.png") no-repeat center; background-size:cover; padding:250px 0;}
    .main_slider h3{font-size:75px; text-transform: uppercase; color:#fff; margin-bottom:40px; line-height:80px;}
    .main_slider h3 span{display:block;}
    .main_slider p{font-size:30px; margin-bottom:130px; color:#fff;}
    .main_slider .btn{color:#fff;}
    .main_slider .btn i{padding-left:60px; font-size: 20px;}
    .swiper01.swiper-container-horizontal .swiper-pagination-bullets{bottom:90px; width:unset; left:unset;right:0;}
    .swiper01 .swiper-pagination-bullet{border-radius:0; width:120px; height:3px;background-color:#fff;}
    .main_section01:after{content:''; display:block; clear:both; visibility:hidden;}
    .main_section01 .inner div:first-child{border-top:2px solid #000; width:160px;  margin-top:105px; float:left}
    .main_section01 .inner div:first-child span:first-child{font-size:20px; font-weight: 700; color:#080404; display: block; line-height: 28px;padding-top:27px ;}
    .main_section01 .inner div:first-child span:last-child{font-size:16px; color:#aaa; display: block;line-height: 28px;}
    .main_section01 .inner div:nth-of-type(2){width:70%;float:right;margin-top:105px;margin-bottom:100px;  }
    .main_section01 .inner div:nth-of-type(2) ul{display: flex; flex-wrap: wrap;align-content: space-around; float:right}
    .main_section01 .inner div:nth-of-type(2) ul li{float:left; width:33.33%; margin-bottom: 40px;}
    .main_section01 .inner div:nth-of-type(2) ul li img{object-fit: contain; margin-bottom:auto;}
    .main_section01 .inner div:nth-of-type(2) ul li dt{font-size:18px; color:#080404; font-weight: 700; margin-bottom:18px; }
    .main_section01 .inner div:nth-of-type(2) ul li dl{width:225px; }
    .main_section01 .inner div:nth-of-type(2) ul li dd{font-size:14px;line-height: 22px; color:#777;    letter-spacing: -2px;}
    .main_section01 .inner div:nth-of-type(2) ul li dd span{display: block;}

    .main_section02{position:relative; height:690px ; }
    .main_section02 h3{font-size:60px; color:#000; line-height: 80px; font-weight: 300;}
    .main_section02 p{font-size:16px; line-height: 30px; color:#777; padding-bottom:85px;} 
    .main_section02 p span{display: block;}
    .main_section02 a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_section02 a i{padding-left:60px; }
    .main_section02 img{box-shadow: 5px 5px 10px #aaa;}
    .main_section02 img:nth-of-type(1){position: absolute; right:0; top:0; }
    .main_section02 img:nth-of-type(2){position: absolute; right:269px; top:102px; z-index: 1;}
    .main_section02 img:nth-of-type(3){position: absolute; right:380px; top:315px; }

    .main_ban{background-image: url('../img/ban_02.png'); width:100%; height:700px; background-size: cover; }
    .main_ban h3{font-size:60px; color:#fff; line-height: 80px; font-weight: 300; display:inline-block ;padding-bottom:30px}
    .main_ban p span{display:block ;}
    .main_ban p{font-size:16px; line-height: 30px; color:#fff; padding-bottom:85px; display:inline-block} 
    .main_ban div{padding-top:225px; padding-right:20px;display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
    .main_ban a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_ban a i{padding-left:60px; }

    .main_section03{margin-top:50px; }
    .main_section03 h3{font-size:30px; color:#000; line-height: 80px; font-weight: 300; }
    .main_section03:after{clear: both; content:""; display: block;}
    .main_section03 ul{display:flex; justify-content: space-between;}
    .main_section03 ul li{width:30%; }
    .main_section03 ul li div img{width:100%}
    .main_section03 ul li div{position: relative;}
    .main_section03 ul li div span{padding:25px 18px 0 ;background-color: #fff; color:#373737;position: absolute;left:0; bottom:0; font-size: 16px; }
    .main_section03 ul>li>span{font-size: 22px; line-height: 43px ; color:#222; font-weight: 700; padding-top:30px; display: block;}
    .main_section03 .inner>ul>li>ol>li{font-size: 15px; line-height: 26px;color:#999; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;}
    .main_section03 .inner>a{border:2px solid #cdcdcd;color:#cdcdcd; font-size:14px; padding:15px 20px; float: right;margin-top: 50px; margin-bottom:97px}
    .main_section03 .inner>a i{padding-left:60px; }

    .footer{width:100%; background-color:#21a2dd ; }
    .footer_box1{border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:50px; }
    .footer_box1:after{clear: both; content:""; display: block;}
    .footer_sitemap{float:left; }
    .footer_phone{float:right; width:300px;padding-top:67px }
    .footer_phone p{font-size:20px; color:#fff; line-height: 28px; letter-spacing: -2px; }
    .footer_phone p span{display:block} 
    .footer_phone a{display:block; margin:30px auto; font-size:14px; color:#fff;  }
    .footer_phone a i{float:right }
    .footer_phone>span{font-size:14px; line-height: 23px; color:rgba(255,255,255,0.5);letter-spacing: -2px;  }
    .footer_sitemap>ul:after{clear: both; content:""; display: block;}
    .footer_sitemap>ul>li{float:left; }
    .footer_sitemap>ul>li>a{font-size:15px; color:#fff; line-height: 30px; margin:67px 70px 20px 0; display:block }
    .footer_sitemap>ul>li>ol>li>a{font-size: 14px; color:rgba(255,255,255,0.5); line-height: 28px;}
    .footer_box2:after{clear: both; content:""; display: block;}
    .footer_box2 .footer_logo{padding:20px 35px 0 0 ; float:left;}
	.footer_box2 .footer_logo img{width:70%;}
    .footer_box2{padding-bottom:66px; }
    .footer_text:after{clear: both; content:""; display: block;}
    .footer_text{float:left; }
    .footer_text li{float:left; margin-right:15px; font-size:14px; color:#fff; padding-top:40px; }
    .footer_copyright{float:right; font-size:12px; color:rgba(255,255,255,0.5); padding-top:43px; }

    .sub_banner{background:url("../img/ban_01.png") no-repeat center top; background-size:cover; padding:300px 0 200px; position:relative;}
    .sub_banner .sub_title{font-size:55px; color:#fff; font-weight:900; margin-bottom:30px;}
    .sub_banner .sub_paragraph{font-size:30px; color:#fff;}
    .sub_banner .ll{position:absolute; bottom:0; left:0; width:100%;transform:translateY(50%); z-index:1111111111111111111111;}
    .sub_banner .ll ul{box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
    .sub_banner .ll ul li{float:left; width:20%; text-align:center; background-color:#fff; box-sizing:border-box;}
    .sub_banner .ll ul li:not(:last-child){border-right:1px solid #e9e9e9;}
    .sub_banner .ll ul li a{color:#000; line-height:80px; font-weight:600;}
    .sub_banner .ll ul li.active{background-color:#21a2dd;}
    .sub_banner .ll ul li.active a{color:#fff;}

    .sub_section1{padding:100px 0 0px;}
    .s_title{text-align:center; color:#000; font-size:45px; line-height:55px; font-weight:900; position:relative; padding-bottom:25px; margin-bottom:80px;}
    .s_title:after{content:''; display:block; position:absolute; width:1px; height:36px; background-color:#21a2dd; top:100%; left:50%; transform:translateX(-50%);}
}

@media screen and (min-width:1870px){
	.inner{width:100%; max-width:1360px; margin:auto;}
    .header{background-color:#fff; width:100%; max-width:1360px; position:fixed; top:50px; left:50%; transform:translateX(-50%); z-index:10;}
    .header > *{float:left;}
    .header .header_logo{width:270px;line-height: 95px;}
    .header .header_logo a{display:block; padding-left: 53px}
	.header .header_logo img{width:100%;}
    .header .header_menu{text-align:right; width:calc(100% - 300px);}
    .header .header_menu > ul{display:inline-block;}
    .header .header_menu > ul > li{display:inline-block; line-height:95px; padding:0 40px; font-weight: 700;position: relative;}
	.header .header_menu > ul > li a{font-size:15px;}
    .header .header_menu > ul > li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 7px; top: 47%; }
    .header .header_language>ul>li:after{content:""; width:7px; height:7px; border-top:2px solid #bfbfbf; border-right:2px solid #bfbfbf; display: inline-block; transform: rotate(135deg); position: absolute; right: 22px; top: 47%; }
    .header .header_menu>ul>li:last-child{margin-right:20px;}
    .header .header_language{width:137px; box-sizing: border-box;text-align: center; background-color:#f5f5f5; float: right; border-left: 1px solid #ebebeb;cursor: pointer;  }
    .header .header_language ul > li{line-height:95px; position:relative;background-image:url("../img/lang_ko.png") ;background-repeat:no-repeat; background-position: 15% center;}
    .header .header_language>ul>li>ol{position: absolute; padding-top:20px;text-align: left;height:249px;  box-sizing: border-box; width:150px ;left:50%; transform: translateX(-50%); display:block;border-left: 1px solid #ebebeb; display: none ;}
    /* .header .header_language>ul>li>ol>li:first-child{background-image:url("../img/lang_ko.png") ;background-repeat:no-repeat; background-position: 15% center;}
    .header .header_language>ul>li>ol>li:nth-of-type(2){background:url("../img/lang_eng.png") no-repeat 15% center;}
    .header .header_language>ul>li>ol>li:nth-of-type(3){background:url("../img/lang_ja.png") no-repeat 15% center;}
    .header .header_language>ul>li>ol>li:nth-of-type(4){background:url("../img/lang_chi.png") no-repeat 15% center;} */
    .header .header_language>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 700;padding-left:40px;}
    .header .header_language select{display:none;}
    

    .header_bg{width:100%; height:249px; background-color: #f5f5f5; position: fixed ; top: 95px; border-top:1px solid rgba(0,0,0,0.08); display: none ;}

    .header_bg>p:first-child{padding:55px 0 30px 50px }
    .header_bg>p:last-child{padding-left:50px ; color:rgba(64,64,64,0.4); font-size:17px; }
    .header_bg>p>span{display:block; font-size:30px; line-height: 33px; }
    .header .header_menu>ul>li>ol{position: absolute; padding-top:20px;text-align: center;height:249px;  box-sizing: border-box; width:145px ;left:50%; transform: translateX(-50%);  display: none ;}
    .header .header_menu>ul>li:hover ol{background-color:#659cd4 ;}
    .header .header_menu>ul>li:hover ol> li > a{color:#fff ;}
    .header .header_menu>ul>li> ol> li:hover > a{background-color: #285fb0 ;}
    .header .header_menu>ul>li>ol>li{font-size:15px; line-height: 33px; font-weight: 300;}
    .header .header_menu>ul>li>ol>li>a{color:#404040;display: block;}

    .btn{border:2px solid #fff; padding:15px 20px;}

    .main_slider .swiper-slide{background: url("../img/ban_01.png") no-repeat center; background-size:cover; padding:250px 0;}
    .main_slider h3{font-size:75px; text-transform: uppercase; color:#fff; margin-bottom:40px; line-height:80px;}
    .main_slider h3 span{display:block;}
    .main_slider p{font-size:30px; margin-bottom:130px; color:#fff;}
    .main_slider .btn{color:#fff;}
    .main_slider .btn i{padding-left:60px; font-size: 20px;}
    .swiper01.swiper-container-horizontal .swiper-pagination-bullets{bottom:90px; width:unset; left:unset; right:0;}
    .swiper01 .swiper-pagination-bullet{border-radius:0; width:120px; height:3px;background-color:#fff;}
    .main_section01:after{content:''; display:block; clear:both; visibility:hidden;}
    .main_section01 .inner div:first-child{border-top:2px solid #000; width:160px;  margin-top:105px; float:left}
    .main_section01 .inner div:first-child span:first-child{font-size:20px; font-weight: 700; color:#080404; display: block; line-height: 28px;padding-top:27px ;}
    .main_section01 .inner div:first-child span:last-child{font-size:16px; color:#aaa; display: block;line-height: 28px;}
    .main_section01 .inner div:nth-of-type(2){width:75%;float:right;margin-top:105px;margin-bottom:180px;  }
    .main_section01 .inner div:nth-of-type(2) ul{display: flex; flex-wrap: wrap;align-content: space-around; float:right}
    .main_section01 .inner div:nth-of-type(2) ul li{ width:33.33%; float:left; margin-bottom: 40px;}
    .main_section01 .inner div:nth-of-type(2) ul li img{object-fit: contain; margin-bottom:auto;}
    .main_section01 .inner div:nth-of-type(2) ul li dt{font-size:18px; color:#080404; font-weight: 700; margin-bottom:18px; }
    .main_section01 .inner div:nth-of-type(2) ul li dl{width:225px; }
    .main_section01 .inner div:nth-of-type(2) ul li dd{font-size:14px;line-height: 22px; color:#777;    letter-spacing: -2px;}
    .main_section01 .inner div:nth-of-type(2) ul li dd span{display: block;}
	

    .main_section02{position:relative; height:690px ; }
    .main_section02 h3{font-size:60px; color:#000; line-height: 80px; font-weight: 300;}
    .main_section02 p{font-size:16px; line-height: 30px; color:#777; padding-bottom:85px;} 
    .main_section02 p span{display: block;}
    .main_section02 a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_section02 a i{padding-left:60px; }
    .main_section02 img{box-shadow: 5px 5px 10px #aaa;}
    .main_section02 img:nth-of-type(1){position: absolute; right:0; top:0; }
    .main_section02 img:nth-of-type(2){position: absolute; right:269px; top:102px; z-index: 1;}
    .main_section02 img:nth-of-type(3){position: absolute; right:380px; top:315px; }

    .main_ban{background-image: url('../img/ban_02.png'); width:90%; height:770px; background-size: cover;  margin: 0 0 95px auto}
    .main_ban h3{font-size:60px; color:#fff; line-height: 80px; font-weight: 300; display:inline-block ;padding-bottom:30px}
    .main_ban p span{display:block ;}
    .main_ban p{font-size:17px; line-height: 30px; color:#fff; padding-bottom:85px; display:inline-block} 
    .main_ban div{padding-top:225px; padding-left:1020px;display: flex; flex-direction: column; align-items: flex-start;}
    .main_ban a{border:2px solid #cdcdcd; color:#cdcdcd; padding:15px 20px; }
    .main_ban a i{padding-left:60px; }

    .main_section03:after{clear: both; content:""; display: block;}
    .main_section03 h3{font-size:30px; color:#000; line-height: 80px; font-weight: 300; }
    .main_section03 ul{display:flex; justify-content: space-between;}
    .main_section03 ul li div{position: relative;}
    .main_section03 ul li div span{padding:25px 18px 0 ;background-color: #fff; color:#373737;position: absolute;left:0; bottom:0; font-size: 16px; }
    .main_section03 ul>li>span{font-size: 22px; line-height: 43px ; color:#222; font-weight: 700; padding-top:30px; display: block;}
    .main_section03 .inner>ul>li>ol>li{font-size: 15px; line-height: 26px;color:#999; width: 415px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;}
    .main_section03 .inner>a{border:2px solid #cdcdcd;color:#cdcdcd; font-size:14px; padding:15px 20px; float: right;margin-top: 105px; margin-bottom:97px}
    .main_section03 .inner>a i{padding-left:60px; }

    .footer{width:90%; background-color:#21a2dd ; }
    .footer_box1{border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:50px; }
    .footer_box1:after{clear: both; content:""; display: block;}
    .footer_sitemap{float:left; }
    .footer_phone{float:right; width:300px;padding-top:67px }
    .footer_phone p{font-size:20px; color:#fff; line-height: 28px; letter-spacing: -2px; }
    .footer_phone p span{display:block} 
    .footer_phone a{display:block; margin:30px auto; font-size:14px; color:#fff;  }
    .footer_phone a i{float:right }
    .footer_phone>span{font-size:14px; line-height: 23px; color:rgba(255,255,255,0.5);letter-spacing: -2px;  }
    .footer_sitemap>ul:after{clear: both; content:""; display: block;}
    .footer_sitemap>ul>li{float:left; }
    .footer_sitemap>ul>li>a{font-size:15px; color:#fff; line-height: 30px; margin:67px 70px 20px 0; display:block }
    .footer_sitemap>ul>li>ol>li>a{font-size: 14px; color:rgba(255,255,255,0.5); line-height: 28px;}
    .footer_box2:after{clear: both; content:""; display: block;}
    .footer_box2 .footer_logo{padding:20px 35px 0 0 ; float:left;}
	.footer_box2 .footer_logo img{width:80%;}
    .footer_box2{padding-bottom:66px; }
    .footer_text:after{clear: both; content:""; display: block;}
    .footer_text{float:left; }
    .footer_text li{float:left; margin-right:15px; font-size:14px; color:#fff; padding-top:40px; }
    .footer_copyright{float:right; font-size:12px; color:rgba(255,255,255,0.5); padding-top:43px; }

    .sub_banner{background:url("../img/ban_01.png") no-repeat center top; background-size:cover; padding:300px 0 200px; position:relative;}
    .sub_banner .sub_title{font-size:75px; color:#fff; font-weight:900; margin-bottom:30px;}
    .sub_banner .sub_paragraph{font-size:30px; color:#fff;}
    .sub_banner .ll{position:absolute; bottom:0; left:0; width:100%;transform:translateY(50%); z-index:2;}
    .sub_banner .ll ul{box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);}
    .sub_banner .ll ul li{float:left; width:20%; text-align:center; background-color:#fff; box-sizing:border-box;}
    .sub_banner .ll ul li:not(:last-child){border-right:1px solid #e9e9e9;}
    .sub_banner .ll ul li a{color:#000; line-height:80px; font-weight:600; font-size:15px;}
    .sub_banner .ll ul li.active{background-color:#21a2dd;}
    .sub_banner .ll ul li.active a{color:#fff;}

    .sub_section1{padding:100px 0 100px;}
    .s_title{text-align:center; color:#000; font-size:45px; line-height:55px; font-weight:900; position:relative; padding-bottom:25px; margin-bottom:80px;}
    .s_title:after{content:''; display:block; position:absolute; width:1px; height:36px; background-color:#21a2dd; top:100%; left:50%; transform:translateX(-50%);}

	.sub_01_01 > h2{font-size:25px; color:#777;margin-bottom:20px;}
	.sub_01_01 h1{font-size:40px; color:#777; margin-bottom:50px;}
	.sub_01_01 ul h2{font-size:20px; margin-bottom:20px}
	.sub_01_01 ul li{margin-bottom:20px;}
	.sub_01_01 ul p{font-size:17px; color:#777; line-height:25px; font-weight:700;}


	.sub_02_01 > h2{font-size:25px; color:#777;margin-bottom:20px;}
	.sub_02_01 h1{font-size:40px; color:#777; margin-bottom:50px;}
	.sub_02_01 ul h2{font-size:20px; margin-bottom:20px}
	.sub_02_01 ul li{margin-bottom:20px;}
	.sub_02_01 ul p{font-size:17px; color:#777; line-height:25px; font-weight:700;}
	



}

.main_section01 .inner dl{padding-top:20px;}