@charset "utf-8";
*{ font-family: "NanumSquareNeo", 맑은 고딕, 微软雅黑, sans-serif;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #333;}
body{ overflow: hidden; background: #FFF; -webkit-text-size-adjust: none; word-break: keep-all; font-size: 63%; font-weight: 300; letter-spacing: 0; color: #000;}
@media(max-width: 1400px){
    body{ font-size: 55%;}
}
@media(max-width:767px){
    body{ font-size: 45%;}
}


.scroll_top{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 100; right: 100px; bottom: 100px; width: 60px; height: 60px; border-radius: 50%; background: #0c71b7; cursor: pointer; opacity: 0; transform: translate(0,30px); transition: all .5s;}
.scroll_top i{ font-size: 2.5em; color: #FFF;}
.scroll_top.on{ opacity: 1; transform: translate(0,0);}
@media(max-width: 1400px){
    .scroll_top{ right: 50px; bottom: 80px;}
}
@media(max-width: 767px){
    .scroll_top{ right: 15px; bottom: 30px; width: 50px; height: 50px;}
}


.all_menu_btn_close{ display: none; position: fixed; z-index: 130; top: 35px; right: 50%; margin: 0 -600px 0 0; width: 18px; height: 20px; cursor: pointer;}
.all_menu_btn_close.open{ display: block;}
.all_menu_btn{ display: flex; justify-content: space-between; align-items: center; position: absolute; z-index: 120; top: 30px; right: 50%; margin: 0 -600px 0 0; width: 18px; height: 20px; cursor: pointer;}
.all_menu_btn #nav-icon1{ margin: 0; width: 20px; height: 20px;}
.all_menu_btn #nav-icon1 span{ height: 2px; border-radius: 0; background:#000;}
.all_menu_btn #nav-icon1 span:nth-child(1){ top: 2px;}
.all_menu_btn #nav-icon1 span:nth-child(2){ top: 9px; width: 14px;}
.all_menu_btn #nav-icon1 span:nth-child(3){ top: 16px;}
.all_menu_btn #nav-icon1.open span{ background:#FFF;}
.all_menu_btn #nav-icon1.open span:nth-child(1){ top: 12px;}
.all_menu_btn #nav-icon1.open span:nth-child(3){ top: 12px;}
@media(max-width: 1400px){
    .all_menu_btn_close{ right: 50px; margin: 0;}
    .all_menu_btn{ right: 50px; margin: 0;}
}
@media(max-width: 767px){
    .all_menu_btn_close{ top: 25px; right: 15px;}
    .all_menu_btn{ top: 25px; right: 15px;}
    .all_menu_btn #nav-icon1.open span:nth-child(1){ top: 8px;}
    .all_menu_btn #nav-icon1.open span:nth-child(3){ top: 8px;}
}


.all_menu{ position: fixed; z-index: 110; top: 0; right: 100%; bottom: 0; left: -100%; background: rgba(0,0,0,0.9); opacity: 0; transition: opacity .3s;}
.all_menu .row{ position: fixed; top: 0; right: 100%; bottom: 0; left: -100%; width: 500px; padding: 50px; background: #FFF; opacity: 0; transition: all .5s;}
.all_menu .logo{ display: block; height: 50px;}
.all_menu .logo img{ display: block; width: auto; height: 100%;}
.all_menu .menu{ margin: 20px 0 0 0;}
.all_menu .menu > ul{}
.all_menu .menu > ul > li{ padding: 20px 0; border-top:1px solid #DDD; cursor: pointer;}
.all_menu .menu > ul > li:first-child{ border:0;}
.all_menu .menu > ul > li > a{ display: block; font-size: 1.8em; font-weight: 500; color: #000; text-transform: uppercase;}
.all_menu .menu > ul > li.on > a{ color:#0c71b7;}
.all_menu.on{ right: 0; left: 0; opacity: 1;}
.all_menu.on .row{ right: 50%; left: 0; opacity: 1;}
@media(max-width: 1400px){
    .all_menu .row .box ul li a{ font-size: 50px;}
}
@media(max-width: 767px){
    .all_menu .row{ width: auto; padding: 30px 50px;}
    .all_menu .logo{ height: 35px;}
    .all_menu .menu{ margin: 10px 0 0 0;}
    .all_menu .menu > ul > li{ padding: 20px 0;}
    .all_menu .menu > ul > li > a{ font-size: 2.2em;}
    .all_menu.on .row{ right: 50px;}
}


.header{ position: relative; z-index: 100;}
.header .top{ display: flex; justify-content: center; padding: 0 100px;}
.header .top .row{ display: flex; justify-content: space-between; align-items: center; max-width: 1200px; width: 100%; height: 80px;}
.header .top .row .logo{ display: block; position: relative; z-index: 10; height: 40px;}
.header .top .row .logo img{ display: block; width: auto; height: 100%;}
.header .top .row ul{ display: flex; margin: 0 18px 0 0;}
.header .top .row ul li{ margin: 0 20px 0 0;}
.header .top .row ul li a{ display: flex; align-items: center;}
.header .top .row ul li a i{ font-size: 25px; color: #000;}
.header .top .row ul li a p{ margin: 0 0 0 2px; font-size: 1.3em; font-weight: 400; color: #000;}
.header .bottom{ display: flex; justify-content: center; padding: 0 100px; background: #1c1b1b;}
.header .bottom .menu{ display: flex; align-items: center; max-width: 1200px; width: 100%;}
.header .bottom .menu > li{ position: relative; margin: 0 80px 0 0;}
.header .bottom .menu > li > a{ display: flex; align-items: center; height: 50px; font-size: 1.5em; font-weight: 300; color: #FFF; text-transform: uppercase;}
.header .bottom .menu > li.on > a{ font-weight: 500; color: #1484d1;}
@media(max-width: 1400px){
    .header .top{ padding: 0 50px;}
    .header .bottom{ padding: 0 50px;}
    .header .bottom .menu{ justify-content: space-between;}
    .header .bottom .menu > li{ margin: 0;}
}
@media(max-width: 767px){
    .header .top{ padding: 0 15px; box-shadow: 0 1px 0 0 rgba(0 0 0/10%);}
    .header .top .row{ height: 70px;}
    .header .top .row .logo{ height: 30px;}
    .header .bottom{ display: none;}
}


.footer{ margin: 100px 0 0 0; padding: 80px 100px 80px 100px; background: #333;}
.footer .row{ display: flex; justify-content: space-between; align-items: flex-start; margin: 0 auto; max-width: 1200px;}
.footer .row .fl{ display: flex; flex-direction: column; align-items: flex-start;}
.footer .row .fl .logo{ height: 40px;}
.footer .row .fl .logo img{ display: block; width: auto; height: 100%;}
.footer .row .fl .copy{ margin: 50px 0 0 0; line-height: 1.5; font-size: 1.3em; color: rgba(255 255 255 / 50%); letter-spacing: 0;}
.footer .row .fr{ display: flex;}
.footer .row .fr .li{ margin: 0 0 0 80px;}
.footer .row .fr .li .tit{ margin: 0 0 20px 0; font-size: 2em; font-weight: 400; color: #FFF;}
.footer .row .fr .li .txt{ padding: 8px 0 8px 60px; font-size: 1.3em; color: rgba(255 255 255 / 50%);}
.footer .row .fr .li .txt span{ float: left; margin: 0 0 0 -60px; color: rgba(255 255 255 / 80%);}
.footer .row .fr .li .tt{ padding: 5px 0 0 0; line-height: 1.5; font-size: 1.3em; color: rgba(255 255 255 / 50%);}
@media(max-width: 1400px){
    .footer{ margin: 80px 0 0 0; padding: 80px 50px 100px 50px;}
}
@media(max-width: 1000px){
    .footer .row{ display: block;}
    .footer .row .fl{ align-items: center;}
    .footer .row .fl .logo{ margin: 0;}
    .footer .row .fl .copy{ margin: 30px 0 50px 0; text-align: center;}
    .footer .row .fr{ justify-content: center;}
    .footer .row .fr .li{ margin: 0 30px;}
}
@media(max-width: 767px){
    .footer{ margin: 40px 0 0 0; padding: 50px 0 80px 0;}
    .footer .row .fl .logo{ height: 30px;}
    .footer .row .fl .logo img{ display: block; width: auto; height: 100%;}
    .footer .row .fl .copy{ margin: 30px 0 10px 0;}
    .footer .row .fr{ flex-direction: column; align-items: center;}
    .footer .row .fr .li{ margin: 30px 0 0 0;}
    .footer .row .fr .li .tit{ margin: 0 0 10px 0; text-align: center;}
    .footer .row .fr .li .tt{ text-align: center;}
    .footer .row .fr .li br{ display: none;}
}


.home_visual{ overflow: hidden; position: relative;}
.home_visual .rolling{ overflow: hidden;}
.home_visual .rolling .bx-wrapper{ overflow: hidden; margin:0;}
.home_visual .rolling .bx-viewport{ left:0; border:none; background:none; box-shadow:none;}
.home_visual .rolling ul{}
.home_visual .rolling ul li{}
.home_visual .rolling ul li .row{ display: flex; justify-content: center; align-items: center; position: relative; padding: 0 100px; height: 700px;}
.home_visual .rolling ul li .row .text{ position: relative; z-index: 10; margin: 0 auto; width: 100%; max-width: 1200px;}
.home_visual .rolling ul li .row .text .t1{ line-height: 1.2; font-size: 1.5em; font-weight: 200; color: #FFF; letter-spacing: 0; text-transform: uppercase; opacity: 0; transform: scale(1) rotate(0deg) translate(0,-100px); transition: all 1s;}
.home_visual .rolling ul li .row .text .t2{ margin: 10px 0 0 -5px; line-height: 1.2; font-size: 6em; font-weight: 500; color: #FFF; opacity: 0; transform: scale(1) rotate(0deg) translate(0,-100px); transition: all .7s;}
.home_visual .rolling ul li .row .text .t3{ margin: 20px 0 0 0; line-height: 1.2; font-size: 2em; color: #FFF; opacity: 0; transform: scale(1) rotate(0deg) translate(0,-100px); transition: all .7s;}
.home_visual .rolling ul li .row .text .btn{ display: flex; justify-content: center; align-items: center; margin: 80px 0 0 0; width: 220px; height: 60px; border-radius: 30px; background: #0c71b7; opacity: 0; transform: scale(1) rotate(0deg) translate(0,-100px); transition: all .4s;}
.home_visual .rolling ul li .row .text .btn p{ font-size: 1.6em; font-weight: 400; color: #FFF;}
.home_visual .rolling ul li .row .text .btn i{ margin: 0 0 0 10px; font-size: 1.6em; color: #FFF;}
.home_visual .rolling ul li .row .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.1); transition: all 5s;}
.home_visual .rolling ul li .row .bg01{ background: url(/images/hv_01.jpg) center no-repeat; background-size: cover;}
.home_visual .rolling ul li .row .bg02{ background: url(/images/hv_02.jpg) center no-repeat; background-size: cover;}
.home_visual .rolling ul li .row .bg03{ background: url(/images/hv_03.jpg) center no-repeat; background-size: cover;}
.home_visual .rolling ul li .row .bg04{ background: url(/images/hv_04.jpg) center no-repeat; background-size: cover;}
.home_visual .rolling ul li .row .bg05{ background: url(/images/hv_05.jpg) center no-repeat; background-size: cover;}
.home_visual .rolling ul li .row.on .text .t1{ opacity: 1; transform: scale(1) rotate(0deg) translate(0,0);}
.home_visual .rolling ul li .row.on .text .t2{ opacity: 1; transform: scale(1) rotate(0deg) translate(0,0);}
.home_visual .rolling ul li .row.on .text .t3{ opacity: 1; transform: scale(1) rotate(0deg) translate(0,0);}
.home_visual .rolling ul li .row.on .text .btn{ opacity: 1; transform: scale(1) rotate(0deg) translate(0,0);}
.home_visual .rolling ul li .row.on .bg{ transform: scale(1) rotate(0deg) translate(0,0);}
.home_visual .rolling #visual_btn_L{ display: flex; justify-content: center; align-items: center; position:absolute; bottom: 50px; right: 50%; margin: 0 -520px 0 0; width: 60px; height: 60px; border-radius: 50%; background: rgba(0 0 0/40%); font-size: 2em; color: #FFF;}
.home_visual .rolling #visual_btn_L a{ overflow:hidden; position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; line-height:500px;}
.home_visual .rolling #visual_btn_R{ display: flex; justify-content: center; align-items: center; position:absolute; bottom: 50px; right: 50%; margin: 0 -600px 0 0; width: 60px; height: 60px; border-radius: 50%; background: rgba(0 0 0/40%); font-size: 2em; color: #FFF;}
.home_visual .rolling #visual_btn_R a{ overflow:hidden; position:absolute; z-index:10; top:0; right:0; bottom:0; left:0; line-height:500px;}
.home_visual .rolling .line{ position: absolute; z-index: 50; right: 0; bottom: 0; left: 0; margin: 0; height: 5px; background:rgba(0 0 0 / 10%);}
.home_visual .rolling .line span{ display:block; width:0; height: 5px; background: #0c71b7;}
@media(max-width: 1400px){
    .home_visual .rolling ul li .row{ padding: 0 50px;}
    .home_visual .rolling ul li .row .text{ padding: 0 0 50px 0;}
    .home_visual .rolling ul li .row .text .btn{ height: 50px;}
    .home_visual .rolling #visual_btn_L{ bottom: 175px; right: 130px; margin: 0;}
    .home_visual .rolling #visual_btn_R{ bottom: 175px; right: 50px; margin: 0;}
}
@media(max-width: 1050px){
    .home_visual .rolling ul li .row{}
    .home_visual .rolling ul li .row .text{ padding: 0 0 30px 0;}
    .home_visual .rolling #visual_btn_L{ bottom: 155px;}
    .home_visual .rolling #visual_btn_R{ bottom: 155px;}
}
@media(max-width: 767px){
    .home_visual{}
    .home_visual .rolling ul li .row{ padding: 0 30px; height: 280px;}
    .home_visual .rolling ul li .row .text{ padding: 20px 0 0 0;}
    .home_visual .rolling ul li .row .text .t2{ margin-top: 5px; font-size: 4.5em;}
    .home_visual .rolling ul li .row .text .t3{ margin-top: 10px; font-size: 1.8em;}
    .home_visual .rolling ul li .row .text .btn{ margin: 40px 0 0 0; width: 140px; height: 40px;}
    .home_visual .rolling #visual_btn_L{ bottom: 30px; right: 65px; width: 40px; height: 40px;}
    .home_visual .rolling #visual_btn_R{ bottom: 30px; right: 15px; width: 40px; height: 40px;}
    .home_visual .rolling .line{ bottom: 0; right: 0; left: 0;}
}


.home_app{ display: flex; justify-content: center; margin: 50px 0 0 0; padding: 0 100px;}
.home_app .row{ max-width: 1200px; width: 100%;}
.home_app .row ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: -30px -15px 0 -15px;}
.home_app .row ul li{ margin: 30px 0 0 0; width: 33.333%;}
.home_app .row ul li a{ display: block; margin: 0 15px; padding: 10px 10px 15px 10px; border: 2px solid #0c71b7;}
.home_app .row ul li a img{ display: block; width: 100%; height: auto;}
.home_app .row ul li a p{ margin: 10px 0 0 0; text-align: center; font-size: 1.6em; font-weight: 500; color: #000;}
@media(max-width: 1400px){
    .home_app{ padding: 0 50px;}
}
@media(max-width: 767px){
    .home_app{ margin: 30px 0 0 0; padding: 0 15px;}
    .home_app .row ul{ margin: -10px -5px 0 -5px;}
    .home_app .row ul li{ margin: 10px 0 0 0; width: 50%;}
    .home_app .row ul li a{ margin: 0 5px; padding: 5px 5px 10px 5px;}
}



.type_full{ padding: 0 100px;}
.type_row{ margin: 0 auto; max-width:1200px;}
@media(max-width: 1400px){
    .type_full{ padding:0 50px;}
}
@media(max-width: 767px){
    .type_full{ padding:0 15px;}
}


.sub_visual{ overflow: hidden; position:relative; height: 300px;}
.sub_visual .text{ display:flex; justify-content:center; align-items:center; position:absolute; z-index: 10; top: 0; right:0; bottom: 60px; left:0;}
.sub_visual .text p{ font-size: 4em; font-weight: 500; color: #FFF; text-transform: uppercase;}
.sub_visual .text span{ font-size: 4em; font-weight: 500; color: #FFF; text-transform: uppercase;}
.sub_visual .bg{ position:absolute; top:0; right:0; bottom:0; left:0; background:url(/images/hv_01.jpg) center; background-size:cover; opacity: 0; transform: scale(1.2); transition: all 3s;}
.sub_visual.on .bg{ opacity: 1; transform: scale(1);}
@media(max-width:1921px){
    .sub_visual .bg{ background-size:1920px auto !important;}
}
@media(max-width:767px){
    .sub_visual{ height: 150px;}
    .sub_visual .text{ bottom: 45px;}
    .sub_visual .text p{ font-size: 3em;}
    .sub_visual .bg{ background-size: cover !important;}
}


.sub_gnb{ position:relative; z-index:50; margin:-60px 0 0 0; height:60px; background: rgba(0 0 0 / 50%);}
.sub_gnb .type_row{ display:flex; margin-top:-1px;}
.sub_gnb .home{ display:flex; justify-content:center; align-items:center; width:60px; height:60px; background:#0c71b7;}
.sub_gnb .home i{ display:block; font-size: 2.5em; color: #FFF;}
.sub_gnb .select{ position:relative;}
.sub_gnb .select .head{ display:flex; justify-content:space-between; align-items:center; padding:0 30px; width:300px; height:60px; border-right:1px solid rgba(255,255,255,0.2); cursor:pointer;}
.sub_gnb .select .head p{ font-size: 1.5em; color:#FFF; text-transform: uppercase;}
.sub_gnb .select .head i{ font-size: 1.5em; color:#FFF;}
.sub_gnb .select ul{ display:none; position:absolute; top: 60px; right:0; left: -1px; padding:1px 0 0 0;}
.sub_gnb .select ul li{}
.sub_gnb .select ul li a{ display:flex; justify-content:space-between; align-items:center; margin:-1px 0 0 0; padding:0 30px; height:50px; border:1px solid #DDD; background:#FFF;}
.sub_gnb .select ul li:first-child a{ border-top: 0;}
.sub_gnb .select ul li a p{ font-size: 1.4em; color:#000; text-transform: uppercase;}
.sub_gnb .select ul li a:hover{ background:#f5f5f5;}
.sub_gnb .select ul li.on{ position: relative; z-index: 10;}
.sub_gnb .select ul li.on a{ border-color: #0c71b7; background: #0c71b7;}
.sub_gnb .select ul li.on a p{ color: #FFF;}
@media(max-width:1200px){
    .sub_gnb .select .head{ padding:0 20px; width:220px;}
    .sub_gnb .select ul li a{ padding:0 20px;}
}
@media(max-width:767px){
    .sub_gnb{ margin:-45px 0 0 0; height:45px;}
    .sub_gnb .home{ width:45px; height:45px;}
    .sub_gnb .select{ display:none; flex:1 0;}
    .sub_gnb .select:last-child{ display:block;}
    .sub_gnb .select .head{ padding:0 20px; width:100%; height:45px;}
    .sub_gnb .select ul{ top:45px;}
    .sub_gnb .select ul li{}
    .sub_gnb .select ul li a{ padding:0 20px; height:45px;}
}



.sub{}
.sub .type_row{ padding: 80px 0 0 0;}
.sub .type_row .sub_title{ padding: 0 0 50px 0; text-align: center; font-size: 4em; font-weight: 500; text-transform: uppercase;}
@media(max-width:767px){
    .sub .type_row{ padding: 40px 0 0 0;}
    .sub .type_row .sub_title{ padding:0 0 30px 0; font-size:30px;}
}




.about_h{}
.about_h .top{ display: flex; align-items: center; padding: 50px 80px; background: #f0f0f0;}
.about_h .top .fl{ width: 50%;}
.about_h .top .t1{ font-size: 3em; font-weight: 500; color: #0c71b7;}
.about_h .top .t2{ display: flex; align-items: center; padding: 5px 0; line-height: 1.2; font-size: 1.5em; color: #000;}
.about_h .top .t2 .xi-check{ flex: 0 0 20px; display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; width: 20px; height: 20px; border-radius: 50%; background: #0c71b7; font-size: 12px; color: #FFF;}
.about_h .middle{ display: flex; padding: 80px 0;}
.about_h .middle img{ display: block; margin: 0 30px 0 0;}
.about_h .middle p{ line-height: 1.5; font-size: 1.4em; color: #333;}
.about_h .bottom{}
.about_h .bottom p{ display: flex; align-items: center; font-size: 1.8em; color: #000;}
.about_h .bottom p:before{ content: ""; margin: 0 5px 0 0; width: 10px; height: 10px; border-radius: 50%; border: 4px solid #0c71b7;}
.about_h .bottom img{ display: block; margin: 20px 0 0 0; width: 100%; height: auto;}
@media(max-width: 1000px){
    .about_h .middle{ display: block; padding: 30px 0 50px 0;}
    .about_h .middle img{ margin: 0 0 30px 0; width: 100%;}
}
@media(max-width: 767px){
    .about_h .top{ padding: 30px;}
}




.about_i{}
.about_i .t1{ margin: 50px 0 0 0; font-size: 3em; font-weight: 500; color: #0c71b7;}
.about_i .t1:first-child{ margin: 0;}
.about_i .t2{ padding: 10px 0 0 0; line-height: 1.5; font-size: 1.5em; color: #000;}
.about_i .rolling{ position: relative; margin: 15px 0 0 0;}
.about_i .rolling .slide{}
.about_i .rolling .slide a{ display: block; position: relative;}
.about_i .rolling .slide a img{ display: block; width: 100%; height: auto;}
.about_i .rolling .slide a p{ display: flex; justify-content: center; position: absolute; z-index: 10; right: 0; bottom: 0; left: 0; padding: 20px 0 40px 0; background: linear-gradient(rgba(0 0 0/0),rgba(0 0 0/100%)); font-size: 1.4em; color: #FFF;}
.about_i .slick-dots{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; right: 0; bottom: 0; left: 0; height: 40px;}
.about_i .slick-dots li{ margin: 0 5px; width: 6px; height: 6px;}
.about_i .slick-dots li button{ margin: 0; padding: 0; width: 6px; height: 6px; border-radius: 50%; background: rgba(255 255 255/50%);}
.about_i .slick-dots li.slick-active{ width: 10px; height: 10px; border-radius: 50%; background: #ffce34;}
.about_i .slick-dots li.slick-active button{ width: 10px; height: 10px;}
.about_i .xi-angle-left{ position: absolute; top: 50%; left: 10px; margin: -15px 0 0 0; font-size: 3em; color: #FFF; cursor: pointer;}
.about_i .xi-angle-right{ position: absolute; top: 50%; right: 10px; margin: -15px 0 0 0; font-size: 3em; color: #FFF; cursor: pointer;}
@media(max-width: 767px){
    .about_i .t1{ margin: 30px 0 0 0;}
}




.about_greeting{ display: flex; align-items: flex-start;}
.about_greeting img{ display: block; margin: 0 50px 0 0; width: 400px;}
.about_greeting .fr{}
.about_greeting .fr .title{ padding: 0 0 15px 0; font-size: 2.2em; font-weight: 400; color: #0c71b7;}
.about_greeting .t1 p{ line-height: 1.5; font-size: 1.5em; color: #666;}
.about_greeting .t2{ margin: 30px 0 0 0; padding: 30px 0 0 0; border-top: 1px solid #DDD;}
.about_greeting .t2 p{ position: relative; padding: 5px 0 5px 15px; line-height: 1.5; font-size: 1.5em; color: #666;}
.about_greeting .t2 p:before{ content: ""; display: block; position: absolute; top: 50%; left: 2px; margin: -4px 0 0 0; width: 8px; height: 8px; border-radius: 50%; background: #0c71b7;}
@media(max-width: 1000px){
    .about_greeting img{ margin: 0 50px 0 0; width: 250px;}
}
@media(max-width: 767px){
    .about_greeting{ display: block;}
    .about_greeting img{ margin: 0 auto; width: 50%; height: auto;}
    .about_greeting .fr{ margin: 30px 0 0 0;}
    .about_greeting .t1{ text-align: center;}
}


.about_history{}
.about_history .ft{ position:relative;}
.about_history .ft .title{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; margin: 0 auto; width: 200px; height: 50px; border-radius: 30px; background: #0c71b7; font-size: 1.6em; color: #FFF;}
.about_history .ft ul{ position:relative; z-index:10; margin: 30px 0 0 0;}
.about_history .ft ul li{ margin: 15px 0 0 0;}
.about_history .ft ul li a{ display: block; position: relative; padding: 20px 0;}
.about_history .ft ul li a .year{ display:flex; justify-content:center; align-items:center; position:absolute; top:0; width: 80px; height: 80px; border-radius:50%; border: 1px solid #0c71b7; background: #FFF; font-size: 2em; font-weight: 500; color: #0c71b7;}
.about_history .ft ul li a p{ display: flex; padding:10px 0; font-size: 1.6em; font-weight: 200;}
.about_history .ft ul li a p span{ flex: 0 0 40px; font-weight: 300; color:#000;}
.about_history .ft ul li.fl{ margin-right: 50%;}
.about_history .ft ul li.fl a{ padding-right: 80px;}
.about_history .ft ul li.fl a .year{ right: -40px;}
.about_history .ft ul li.fl a p{ flex-direction: row-reverse; text-align: right;}
.about_history .ft ul li.fl a p span{ text-align: right;}
.about_history .ft ul li.fr{ margin-left: 50%;}
.about_history .ft ul li.fr a{ padding-left: 80px;}
.about_history .ft ul li.fr a .year{ left: -40px;}
.about_history .ft ul li.fr a p{}
.about_history .ft ul li.fr a p span{}
.about_history .ft .line{ position: absolute; top: 0; left: 50%; bottom:30px; border-left:1px solid #DDD;}
@media(max-width: 767px){
    .about_history .ft{}
    .about_history .ft .title{ width: 120px; height: 40px;}
    .about_history .ft ul{ margin: 15px 0 0 0;}
    .about_history .ft ul li{ margin: 5px 0 0 0;}
    .about_history .ft ul li a{ padding: 8px 0;}
    .about_history .ft ul li a .year{ width: 50px; height: 50px;}
    .about_history .ft ul li a p{ display: block; line-height: 1.3;}
    .about_history .ft ul li a p span{ display: block; padding: 0 0 5px 0;}
    .about_history .ft ul li.fl a{ padding-right: 40px;}
    .about_history .ft ul li.fl a .year{ right: -25px;}
    .about_history .ft ul li.fl a p{}
    .about_history .ft ul li.fr a{ padding-left: 40px;}
    .about_history .ft ul li.fr a .year{ left: -25px;}
    .about_history .ft ul li.fr a p{}
}





.about_organization{}
.about_organization .top{ position: relative; z-index: 5; padding: 0 0 30px 0;}
.about_organization .top:before{ content:""; position: absolute; bottom:0; left:50%; width: 1px; height: 100%; background: #CCC;}
.about_organization .top:after{ content:""; position: absolute; bottom: -6px; left: 50%; margin: 0 0 0 -6px; width: 12px; height: 12px; background: #fff; border: #CCC 1px solid; border-radius: 50%;}
.about_organization .top .ceo{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 10; margin: 0 auto; width: 150px; height: 150px; background: #0c71b7; border-radius: 50%;}
.about_organization .top .ceo i{ font-size: 4em; color: #FFF;}
.about_organization .top .ceo p{ margin: 10px 0 0 0; font-size: 1.5em; color: #FFF;}
.about_organization .list{ display: flex; margin: 0 -5px;}
.about_organization .list > li{ position: relative; width: 20%;}
.about_organization .list > li > .tit{ display: flex; justify-content: center; align-items: center; margin: 30px 5px 0 5px; height: 50px; background: #5b8d38; font-size: 1.4em; color: #FFF;}
.about_organization .list > li:after{ content: ""; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: #CCC;}
.about_organization .list > li:first-child:after{ left: 50%;}
.about_organization .list > li:last-child:after{ right: 50%;}
.about_organization .list > li:before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 30px; background: #CCC;}
.about_organization .list > li > ul{ display: flex; position: relative; padding: 30px 0 0 0;}
.about_organization .list > li > ul:before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 30px; background: #CCC;}
.about_organization .list > li > ul:nth-child(3){ margin: 0 -50%;}
.about_organization .list > li > ul li{ position: relative; width: 100%;}
.about_organization .list > li > ul li .tit{ display: flex; justify-content: center; align-items: center; margin: 30px 5px 0 5px; height: 50px; background: #5aae45; font-size: 1.4em; color: #FFF;}
.about_organization .list > li > ul li:after{ content: ""; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: #CCC;}
.about_organization .list > li > ul li:first-child:after{ left: 50%;}
.about_organization .list > li > ul li:last-child:after{ right: 50%;}
.about_organization .list > li > ul li:before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 30px; background: #CCC;}
@media(max-width: 767px){
    .about_organization .top .ceo{ width: 100px; height: 100px;}
    .about_organization .list{ margin: 0 -2.5px;}
    .about_organization .list > li > .tit{ margin: 30px 2.5px 0 2.5px; height: 35px; font-size: 10px;}
    .about_organization .list > li > ul li .tit{ margin: 30px 2.5px 0 2.5px; height: 35px; font-size: 10px;}
}




.seminar_video{}
.seminar_video ul{ display:flex; flex-wrap: wrap; align-items: center; margin: -30px -15px 0 -15px;}
.seminar_video ul li{ display:flex; align-items:center; margin: 30px 0 0 0; width:33.333%;}
.seminar_video ul li a{ overflow: hidden; position: relative; margin: 0 15px; border-radius: 10px;}
.seminar_video ul li a .bg{ position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/40%);}
.seminar_video ul li a .bg i{ position: absolute; top: 50%; left: 50%; font-size: 5em; color: #FFF; transform: translate(-50%,-100%);}
.seminar_video ul li a .bg p{ position: absolute; right: 30px; bottom: 30px; left: 30px; font-size: 1.5em; color: #FFF; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.seminar_video ul li a img{ display: block; width: 100%; height: auto;}
@media(max-width: 1000px){
    .seminar_video ul li{ width: 50%;}
}
@media(max-width: 767px){
    .seminar_video ul{ margin-top: -15px;}
    .seminar_video ul li{ margin-top: 15px; width: 100%;}
}



.gallery_photo{ margin: 50px 0 0 0;}
.gallery_photo ul{ display: flex; flex-wrap: wrap; margin: -30px -15px 0 -15px;}
.gallery_photo ul li{ margin: 30px 0 0 0; width: 25%;}
.gallery_photo ul li a{ display: block; position: relative; margin: 0 15px;}
.gallery_photo ul li a img{ display: block; width: 100%;}
.gallery_photo ul li a .tit{ margin: 10px 0 0 0; text-align: center; font-size: 1.8em; color: #666;}
@media(max-width: 767px){
    .gallery_photo{ margin: 30px 0 0 0;}
    .gallery_photo ul{ margin: -20px -5px 0 -5px;}
    .gallery_photo ul li{ margin: 20px 0 0 0; width: 50%;}
    .gallery_photo ul li a{ margin: 0 5px;}
}





.sub_products{}
.sub_products .title{ padding: 0 0 20px 0; font-size: 2.5em; font-weight: 400; color: #000;}
.sub_products .title2{align:center; font-size: 3em; font-weight: 500; color: #000;}
.sub_products .t1{ padding: 20px 0 0 0; line-height: 1.5; font-size: 1.7em; font-weight: 400; color: #333;}
.sub_products .t2{ padding: 10px 0 0 0; line-height: 1.5; font-size: 1.4em; color: #666;}
.sub_products .t3{ padding: 60px 0 0 0; line-height: 1.5; font-size: 4.0em; font-weight: 400; color: #333;}
.sub_products .t4{ padding: 20px 0 0 0; line-height: 1.5; font-size: 3.0em; font-weight: 400; color: #333;}
.sub_products .img1 a img{ display: block; width: auto; height: 200px; border-radius: 5px;}
.sub_products .img1{ display: flex; flex-wrap: wrap; margin: 20px -5px 50px -5px;}
.sub_products .img1 a{ display: block; margin: 10px 5px 0 5px;}
.sub_products .img1.img2 a img{ height: 100px;}
.sub_products .img{ display: flex; flex-wrap: wrap; margin: 10px -5px 10px -5px;}
.sub_products .img a{ display: block; margin: 10px 5px 0 5px;}
.sub_products .img a img{ display: block; width: auto; height: 250px; border-radius: 5px;}
.sub_products .img.img2 a img{ height: 100px;}
.sub_products .img_max{ margin: 30px 0 50px 0;}
.sub_products .img_max img{ display: block; width: 100%; height: auto; border-radius: 5px;}
.sub_products .img_small{ display: block; width: 800px; height: auto; border-radius: 5px;}
.sub_products .img3 a img{ display: block; width: auto; height: 400px; border-radius: 5px;}
.sub_products .img3{ display: flex; flex-wrap: wrap; margin: 20px -5px 50px -5px;}
.sub_products .img3 a{ display: block; margin: 10px 5px 0 5px;}
.sub_products .img3.img2 a img{ height: 100px;}
.sub_products .img4 a img{ display: block; width: auto; height: 600px; border-radius: 5px;}
.sub_products .img4{ display: flex; flex-wrap: wrap; margin: 20px -5px 50px -5px;}
.sub_products .img4 a{ display: block; margin: 10px 5px 0 5px;}
.sub_products .img4.img2 a img{ height: 100px;}

.sub_products .img5 a img{ display: block; width: auto; height: 400px; border-radius: 5px;}
.sub_products .img5{ display: flex; flex-wrap: wrap; margin: 20px -5px -5px -5px;}
.sub_products .img5 a{ display: block; margin: 10px 5px 0 5px;}
.sub_products .img5.img2 a img{ height: 100px;}

@media(max-width: 767px){
    .sub_products .title{ padding: 0 0 10px 0;}
    .sub_products .t1{ padding: 10px 0 0 0;}
    .sub_products .t2{ padding: 5px 0 0 0;}
		.sub_products .img4{ margin: 10px -2.5px 30px -2.5px;}
    .sub_products .img1 a{ margin: 5px 2.5px 0 2.5px;}
    .sub_products .img1 a img{ height: 80px;}
    .sub_products .img1.img2 a img{ height: 70px;}
    .sub_products .img_max{ margin: 15px 0 30px 0;}
    .sub_products .img{ margin: 10px -2.5px 30px -2.5px;}
    .sub_products .img a{ margin: 5px 2.5px 0 2.5px;}
    .sub_products .img a img{ height: 80px;}
    .sub_products .img.img2 a img{ height: 70px;}
    .sub_products .img_max{ margin: 15px 0 30px 0;}

	.sub_products .img3{ margin: 10px -2.5px 30px -2.5px;}
    .sub_products .img3 a{ margin: 5px 2.5px 0 2.5px;}
    .sub_products .img3 a img{ height: 80px;}
    .sub_products .img3.img2 a img{ height: 70px;}
    .sub_products .img_max{ margin: 15px 0 30px 0;}

	.sub_products .img4{ margin: 10px -2.5px 30px -2.5px;}
    .sub_products .img4 a{ margin: 5px 2.5px 0 2.5px;}
    .sub_products .img4 a img{ height: 80px;}
    .sub_products .img4.img2 a img{ height: 70px;}
    .sub_products .img_max{ margin: 15px 0 30px 0;}

	.sub_products .img5{ margin: 10px -2.5px 5px -2.5px;}
    .sub_products .img5 a{ margin: 5px 2.5px 0 2.5px;}
    .sub_products .img5 a img{ height: 80px;}
    .sub_products .img5.img2 a img{ height: 70px;}
    .sub_products .img_max{ margin: 15px 0 30px 0;}
}


.sub_app{ margin: -50px 0 0 0;}
.sub_app .row{ margin: 50px 0 0 0;}
.sub_app .row .t1{ padding: 0 0 5px 0; font-size: 2.5em; font-weight: 500; color: #000;}
.sub_app .row .t2{ display: flex; margin: 10px 0 0 0; font-size: 1.5em; color: #666;}
.sub_app .row .t2 span{ flex: 0 0 160px; font-weight: 400; color: #333;}
.sub_app .row .img{ display: flex; margin: 20px -5px 0 -5px;}
.sub_app .row .img a{ display: block; margin: 0 5px;}
.sub_app .row .img a img{ display: block; width: 100%; height: auto; border-radius: 5px;}
@media(max-width: 767px){
    .sub_app{ margin: -30px 0 0 0;}
    .sub_app .row{ margin: 30px 0 0 0;}
    .sub_app .row .t2 span{ flex: 0 0 120px;}
    .sub_app .row .img{ margin: 15px -2.5px 0 -2.5px;}
    .sub_app .row .img a{  margin: 0 2.5px;}
}


.sub_company{ display: flex; align-items: center; padding: 50px; border: 1px solid #DDD;}
.sub_company img{ display: block; margin: 0 50px 0 0;}
.sub_company .txt{ line-height: 1.5; font-size: 1.8em; color: #000;}
.sub_company .txt span{ font-weight: 500; color: #000;}
.sub_company .txt font{ display: block; text-align: center;}
@media(max-width: 1050px){
    .sub_company img{ height: 400px; margin: 0 30px 0 0;}
}
@media(max-width: 767px){
    .sub_company{ display: block; overflow: hidden; padding: 25px;}
    .sub_company img{ float: left; margin: 0 15px 10px 0; width: 100px; height: auto;}
}


.sub_location{ margin: 50px 0 0 0;}
.sub_location .map{ width: 100% !important; height: 400px !important;}
.sub_location .info{ margin: 50px 0 0 0;}
.sub_location .info ul{ display:flex; align-items:center; margin: 20px -15px 0 -15px;}
.sub_location .info ul li{ display:flex; align-items:center; width: 25%;}
.sub_location .info ul li a{ display:flex; align-items:center; margin:0 15px;}
.sub_location .info ul li a i{ margin: 0 15px 0 0; font-size: 4em; color:#000;}
.sub_location .info ul li div p{ font-size: 1.6em; font-weight: 500;}
.sub_location .info ul li div font{ display:block; margin:5px 0 0 0; font-size: 1.4em; color:#666;}
@media(max-width: 1050px){
    .sub_location .info{ margin:20px 0 0 0;}
    .sub_location .info ul{ flex-direction:column; align-items:flex-start; margin:0;}
    .sub_location .info ul li{ margin:0; width:100%;}
    .sub_location .info ul li a{ margin: 30px 0 0 0; width:100%;}
}
@media(max-width: 767px){
    .sub_location{ margin: 30px 0 0 0;}
    .sub_location .map{ height: 250px !important;}
    .sub_location .info{ margin: 20px 0 0 0;}
    .sub_location .info ul li a{ margin: 20px 0 0 0;}
    .sub_location .info ul li a i{ margin: 0 10px 0 0; font-size:25px;}
}


.sub_contact{ margin: 0 0 50px 0; border: 1px solid #DDD; padding: 50px;}
.sub_contact ul{ display: flex; align-items: center; margin: 0 -15px;}
.sub_contact ul li{ display:flex; align-items:center; width: 25%;}
.sub_contact ul li a{ display:flex; align-items:center; margin:0 15px;}
.sub_contact ul li a i{ margin: 0 15px 0 0; font-size: 4em; color:#000;}
.sub_contact ul li div p{ font-size: 1.6em; font-weight: 400;}
.sub_contact ul li div font{ display: block; margin: 5px 0 0 0; line-height: 1.5; font-size: 1.4em; color: #666;}
@media(max-width: 1050px){
    .sub_contact{ margin: 0 0 30px ;}
    .sub_contact ul{ flex-direction:column; align-items:flex-start; margin:0;}
    .sub_contact ul li{ margin:0; width:100%;}
    .sub_contact ul li a{ margin: 30px 0 0 0; width: 100%;}
    .sub_contact ul li:first-child a{ margin: 0;}
}
@media(max-width: 767px){
    .sub_contact{ padding: 25px;}
    .sub_contact ul li a i{ margin:0 10px 0 0; font-size: 25px;}
}





















.type_table_01 table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.type_table_01 table thead{}
.type_table_01 table thead tr{}
.type_table_01 table thead tr td{ padding: 15px 10px; border-top: 2px solid #0c71b7; border-bottom: 1px solid #CCC; background: #f5f5f5; text-align: center; font-size: 1.6em; color: #000;}
.type_table_01 table tbody{}
.type_table_01 table tbody tr{}
.type_table_01 table tbody tr th{ padding: 15px 10px; border: 1px solid #DDD; background: #f5f5f5; text-align: center; line-height: 1.6; font-size: 1.4em; font-weight: 300;}
.type_table_01 table tbody tr th:first-child{ border-left: 0;}
.type_table_01 table tbody tr th:last-child{ border-right: 0;}
.type_table_01 table tbody tr td{ padding: 15px 10px; border: 1px solid #DDD; text-align: center; line-height: 1.6; font-size: 1.4em; font-weight: 200;}
.type_table_01 table tbody tr td:first-child{ border-left: 0;}
.type_table_01 table tbody tr td:last-child{ border-right: 0;}

.type_btn_01{ display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0;}
.type_btn_01 p{ font-size: 1.8em; font-weight: 200;}
.type_btn_01 a{ display: flex; align-items: center; padding: 0 50px; border-radius: 30px; height: 50px; background: #0c71b7; font-size: 1.6em; color: #FFF; cursor: pointer;}
@media(max-width: 767px){
    .type_btn_01{ flex-wrap: wrap; margin: 30px 0 0 0;}
    .type_btn_01 a{ height: 40px;}
}


.type_btn_02{ display: flex; margin: 0 -10px;}
.type_btn_02 a{ display: flex; justify-content: center; align-items: center; margin: 0 10px; width: 33.333%; height: 50px; border-radius: 30px; background: #333; font-size: 1.8em; color: #FFF;}
.type_btn_02 a:nth-child(1){ background: #0c71b7;}
.type_btn_02 a:nth-child(2){ background: #f96a2b;}
@media(max-width: 767px){
    .type_btn_02{ margin: 0 -5px;}
    .type_btn_02 a{ margin: 0 5px; height: 35px;}
}


.type_btn_03{ display:flex; justify-content:center; align-items:center; margin:50px auto 0 auto; width:200px; height: 50px; border-radius:30px; border:1px solid #0c71b7; background:#0c71b7; text-align:center; cursor:pointer;}
.type_btn_03 p{ font-size: 1.8em; color:#FFF;}
@media(max-width:767px){
    .type_btn_03{ margin:30px auto 0 auto; width:auto; height:35px;}
}

.type_btn_04{ display:block; margin:50px auto 0 auto; width:200px; background:#344db0; text-align:center; line-height:50px; font-size: 1.8em; color:#FFF; cursor:pointer;}
@media(max-width:767px){
    .type_btn_04{ margin:30px auto 0 auto; line-height:40px;}
}









.type_search{ display:flex; justify-content:space-between; align-items:center;}
.type_search .fl{}
.type_search .fl p{ font-size: 3em;}
.type_search .fl p font{ font-weight: 500; color:#0c71b7; letter-spacing:0;}
.type_search .fr{ display:flex; align-items:center;}
.type_search .fr select{ display:block; margin:0; padding:0 30px 0 15px; width:100px; height:40px; border-radius:0; border:1px solid #DDD; background:url(/images/basic_select_icon.png) no-repeat center right 15px; background-size:10px auto; line-height:38px; font-size: 1.5em; font-weight: 200; letter-spacing:0; color:#000; outline:none; -webkit-appearance:none;}
.type_search .fr .search{ position:relative; margin:0 0 0 -1px;}
.type_search .fr .search i{ display:block; position:absolute; top:0; right:0; width:40px; text-align:center; line-height:40px; font-size: 1.8em; color:#666; cursor:pointer;}
.type_search .fr .search input{ display:block; margin:0; padding:0 40px 0 15px; width:180px; height:40px; border-radius:0; border:1px solid #DDD; background:none; line-height:38px; font-size: 1.5em; font-weight: 200; color:#000; outline:none; -webkit-appearance:none;}
@media(max-width:767px){
    .type_search .fl p{ font-size:15px;}
    .type_search .fr{ display:flex; align-items:center;}
    .type_search .fr select{ padding:0 30px 0 10px; width:80px; height:35px; line-height:33px; font-size:12px;}
    .type_search .fr .search{}
    .type_search .fr .search i{ width:35px; line-height:33px; font-size:14px;}
    .type_search .fr .search input{ padding:0 40px 0 10px; width:150px; height:35px; line-height:33px; font-size:12px;}
}


.type_page{ display:flex; justify-content:center; align-items:center; margin:50px 0 0 0;}
.type_page i{ display:flex; justify-content:center; align-items:center; margin:0 0 0 -1px; width:40px; height:40px; border:1px solid #DDD; font-size: 1.5em; color:#000; cursor:pointer;}
.type_page .page{ display:flex; align-items:center;}
.type_page .page p{ display:flex; justify-content:center; align-items:center; margin:0 0 0 -1px; width:40px; height:40px; border:1px solid #DDD; font-size: 1.5em; font-weight: 200; color:#000; cursor:pointer;}
.type_page .page p.on{ position:relative; z-index:1; border-color:#0c71b7; background:#0c71b7; color:#FFF;}
@media(max-width:767px){
    .type_page{ margin:30px 0 0 0;}
    .type_page i{ width:35px; height:35px;}
    .type_page .page p{ width:35px; height:35px;}
}


.type_notice{ margin:50px 0 0 0; border-top:2px solid #0c71b7;}
.type_notice .head{ display:flex; border-bottom:1px solid #000;}
.type_notice .head li{ display:flex; justify-content:center; align-items:center;}
.type_notice .head li p{ line-height:60px; font-size:16px; color:#000;}
.type_notice .body{}
.type_notice .body li{}
.type_notice .body li .row{ display:flex; flex-wrap:wrap; align-items:center; position:relative; padding:20px 0; border-bottom:1px solid #DDD;}
.type_notice .body li .row .number{ width:10%; display:flex; justify-content:center; align-items:center; font-size: 1.5em; font-weight: 200; color:#999;}
.type_notice .body li .row .tit{ width:45%; display:flex; align-items:center; padding:0 15px;}
.type_notice .body li .row .tit a{ max-width:90%; font-size: 1.5em; font-weight: 200; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer;}
.type_notice .body li .row .tit i{ margin:0 0 0 5px; font-size: 2em; color:#666; cursor:pointer;}
.type_notice .body li .row .user{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 1.5em; font-weight: 200; color:#999;}
.type_notice .body li .row .date{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 1.5em; font-weight: 200; color:#999;}
.type_notice .body li .row .click{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 1.5em; font-weight: 200; color:#999;}
.type_notice .body li .row .answer{ width:15%; display:flex; justify-content:center; align-items:center;}
.type_notice .body li .row .answer p{ display:flex; justify-content:center; align-items:center; padding:0 15px; height:30px; border-radius:20px; border:1px solid #DDD; font-size: 1.5em; color:#666;}
.type_notice .body li .row .answer.on p{ border:1px solid #0c71b7; background:#0c71b7; color:#FFF;}
@media(max-width:767px){
    .type_notice{ margin:30px 0 0 0;}
    .type_notice .head{ display:none;}
    .type_notice .body li .row{ padding:20px 0 20px 45px;}
    .type_notice .body li .row .number{ position:absolute; top:50%; transform:translate(0,-50%); left:0; width:35px; height:35px; border-radius:50%; background:#0c71b7; color:#FFF;}
    .type_notice .body li .row .tit{ padding:0 0 5px 0; width:100%;}
    .type_notice .body li .row .user{ justify-content:flex-start; width:20%; font-size:12px;}
    .type_notice .body li .row .date{ justify-content:flex-start; width:30%; font-size:12px;}
    .type_notice .body li .row .click{ justify-content:flex-start; width:20%; font-size:12px;}
    .type_notice .body li .row .answer{ width:auto;}
    .type_notice .body li .row .answer p{ height:25px; font-size:10px;}
}



.type_view{}
.type_view .head{ border-top: 2px solid #0c71b7;}
.type_view .head .tit{ padding:20px 30px; line-height: 1.6; font-size: 2em; color:#000;}
.type_view .head ul{ display:flex; flex-wrap:wrap; align-items:center; padding:20px 30px; border-top:1px solid #000; border-bottom:1px solid #DDD;}
.type_view .head ul li{ display:flex; align-items:center; margin:0 30px 0 0; padding:5px 0;}
.type_view .head ul li:last-child{ margin:0;}
.type_view .head ul li p{ display:block; margin:0 5px 0 0; font-size: 1.6em; color:#333;}
.type_view .head ul li font{ display:block; font-size: 1.6em; font-weight: 200; color:#999;}
.type_view .head ul li span{ display:flex; justify-content:center; align-items:center; padding:0 15px; height:30px; border-radius:20px; border:1px solid #DDD; font-size: 1.4em; font-weight: 200; color:#666;}
.type_view .head ul li span.on{ border:1px solid #0c71b7; background:#0c71b7; color:#FFF;}
.type_view .body{ padding:50px 30px;}
.type_view .body *{ line-height: 1.6; font-size: 1.6em; font-weight: 200;}
.type_view .body iframe{ display: block; margin: 0 0 20px 0; width: 100% !important; height: 500px !important;}
.type_view .body img{ display:block; margin:0 0 20px 0; max-width:100%;}
.type_view .body .file{ display:flex; flex-wrap: wrap; margin:30px 0 0 0;}
.type_view .body .file a{ display:flex; justify-content:center; align-items:center; margin: 0 10px 0 0; padding:0 30px; height:40px; border-radius: 30px; border:1px solid #09F;}
.type_view .body .file p{ font-size: 15px; color:#09F;}
.type_view .body .file i{ margin:0 0 0 5px; font-size: 20px; color:#09F;}
.type_view .page{ border-top:1px solid #DDD;}
.type_view .page li{ display:flex; align-content:center; padding:20px 30px 20px 100px; border-bottom:1px solid #DDD;}
.type_view .page li p{ float:left; margin:0 0 0 -100px; width:100px; text-align:center; font-size: 1.6em; color:#999;}
.type_view .page li .tit{ display:flex; align-content:center; width:100%;}
.type_view .page li .tit a{ display:block; max-width:90%; font-size: 1.6em; font-weight: 200; color: #000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.type_view .page li .tit i{ margin:0 0 0 10px; font-size: 2em; cursor:pointer;}
.type_view .answer{ display:flex; align-items:center; padding:30px; background:#0c71b7;}
.type_view .answer .fl{ margin:0 30px 0 0; font-size:20px; color:#FFF;}
.type_view .answer .fr{ flex:1 0; padding:30px; border-radius:10px; background:#FFF;}
.type_view .answer .fr *{ line-height:25px; font-size:15px; color:#333;}
.type_view .answer .fr img{ display:block; margin:0 0 20px 0; max-width:100%;}
@media(max-width:767px){
    .type_view .head .tit{ padding:15px 0;}
    .type_view .head ul{ padding:10px 0;}
    .type_view .head ul li{ margin:0 15px 0 0; padding:5px 0;}
    .type_view .head ul li span{ padding:0 10px; height:25px;}
    .type_view .body{ padding:30px 0;}
    .type_view .body iframe{ height: 250px !important;}
    .type_view .body .file a{ margin: 5px 5px 0 0; padding: 0 20px;}
    .type_view .page li{ padding:15px 0 15px 60px;}
    .type_view .page li p{ margin:0 0 0 -60px; width:60px; text-align:left;}
    .type_view .page li .tit i{ margin:0 0 0 5px;}
    .type_view .answer{ flex-direction:column; padding:15px;}
    .type_view .answer .fl{ margin:0 0 15px 0; font-size:18px;}
    .type_view .answer .fr{ padding:20px;}
    .type_view .answer .fr *{ font-size:14px;}
}


.type_write{}
.type_write .title{ display:flex; justify-content:space-between; align-items:flex-end; padding:0 0 20px 0; border-bottom:1px solid #000;}
.type_write .title p{ font-size:15px; color:#0c71b7;}
.type_write .title font{ font-size:14px; color:#F00;}
.type_write ul{}
.type_write ul li{ border-bottom:1px solid #DDD;}
.type_write ul li a{ display:flex; align-items:flex-start; padding:20px 30px;}
.type_write ul li a > .tit{ width:260px; line-height:35px; font-size: 1.5em; color:#000;}
.type_write ul li a > .tit span{ color: #F00;}
.type_write ul li a .row{ flex:1 0; display:flex; flex-wrap:wrap; align-items:center;}
.type_write ul li a .row > *{ margin:0 2px;}

.type_write ul li a .file{ display:flex; width:100%;}
.type_write ul li a .file input{ width:40%;}
.type_write ul li a .file .btn{ display:flex; justify-content:center; align-items:center; position:relative; z-index:10; margin:0 0 0 -1px; width: 120px; height: 35px; border: 1px solid #DDD; background: #f5f5f5; cursor: pointer;}
.type_write ul li a .file .btn p{ font-size: 1.4em; color:#000;}
.type_write ul li a .file .btn_down{ display:flex; justify-content:center; align-items:center; position:relative; z-index:10; margin:0 0 0 10px; width:140px; height:35px; background:#0c71b7; cursor:pointer;}
.type_write ul li a .file .btn_down p{ font-size:14px; color:#FFF;}

.type_write ul li a .code{ display:flex; width:100%;}
.type_write ul li a .code .img{ position:relative; z-index:10; margin:0 -1px 0 0; width:120px; height:35px; background:#333; text-align:center; line-height:35px; color:#FFF;}

.type_write ul li a .tt{ margin:10px 0 0 0; font-size:12px; color:#F00;}

.type_write select{ display:block; margin:0; padding:0 35px 0 10px; width:auto; height:35px; border-radius:0; border:1px solid #DDD; background:url(/images/basic_select_icon.png) no-repeat center right 15px #FFF; background-size:10px auto; line-height:33px; font-size:13px; color:#000; outline:none; -webkit-appearance:none;}
.type_write select::-ms-expand{ display:none;}
.type_write input{ display:block; margin:0; padding:0 10px; width:260px; height:35px; border-radius:0; border:1px solid #DDD; background:none; line-height:33px; font-size:13px; color:#000; outline:none; -webkit-appearance:none;}
.type_write textarea{ display:block; margin:0; padding:0 10px; width:100%; height:120px; max-height:120px; min-height:120px; border-radius:0; border:1px solid #DDD; background:none; line-height:33px; font-size:13px; color:#000; outline:none; -webkit-appearance:none;}

.type_write .privacy{ width:100%;}
.type_write .privacy .title{ line-height:20px; font-size:20px; color:#000;}
.type_write .privacy .check{ margin:15px 0 0 0;}
.type_write .privacy .check label{ display:flex; cursor:pointer;}
.type_write .privacy .check label i{ display:flex; justify-content:center; align-items:center; width:20px; height:20px; border-radius:50%; background:#DDD; font-size:12px; color:#000;}
.type_write .privacy .check label p{ margin:0 0 0 5px; line-height:20px; font-size:15px; color:#333;}
.type_write .privacy .check label.on i{ background:#0c71b7; color:#FFF;}

.type_write .price_guide{ overflow:auto; padding:15px 30px 30px 30px; width:100%; height:150px; border:1px solid rgba(0,0,0,0.1);}
.type_write .price_guide .tit{ padding:15px 0 5px 15px; font-size:15px;}
.type_write .price_guide .tit font{ display:block; float:left; margin:0 0 0 -15px; font-weight:500; color:#0c71b7;}
.type_write .price_guide .txt{ padding:0 0 0 15px; font-size:13px; color:#666;}

.type_write .radio{ display:flex; flex-wrap:wrap; width:100%;}
.type_write .radio p{ display:flex; align-items:center; margin:0 20px 0 0; padding:10px 0; cursor:pointer;}
.type_write .radio p:last-child{ margin:0;}
.type_write .radio p i{ display:flex; justify-content:center; align-items:center; width:25px; height:25px; border-radius:50%; border:1px solid #CCC; font-size:16px; color:#FFF;}
.type_write .radio p font{ margin:0 0 0 5px; font-size:13px; color:#000;}
.type_write .radio p.on i{ border-color:#0c71b7; background:#0c71b7; color:#FFF;}

.type_write .checkbox{ display:flex; flex-wrap:wrap; width:100%;}
.type_write .checkbox p{ display:flex; align-items:center; margin:0 20px 0 0; padding:10px 0; cursor:pointer;}
.type_write .checkbox p:last-child{ margin:0;}
.type_write .checkbox p i{ display:flex; justify-content:center; align-items:center; width:25px; height:25px; border:1px solid #CCC; font-size:16px; color:#FFF;}
.type_write .checkbox p font{ margin:0 0 0 5px; font-size:13px; color:#000;}
.type_write .checkbox p.on i{ border-color:#0c71b7; background:#0c71b7; color:#FFF;}

.type_write .password{ display:flex; align-items:center; width:100%;}
.type_write .password input{ width:100px;}
.type_write .password .ck{ display:flex; align-items:center; margin:0 0 0 20px; padding:10px 0; cursor:pointer;}
.type_write .password .ck i{ display:flex; justify-content:center; align-items:center; width:25px; height:25px; border:1px solid #CCC; font-size:16px; color:#FFF;}
.type_write .password .ck p{ margin:0 0 0 5px; font-size:13px; color:#000;}
.type_write .password .ck.on i{ border-color:#0c71b7; background:#0c71b7; color:#FFF;}

.type_write .tel select{ width:80px;}

.type_write .mail .txt{ line-height:35px; font-size:13px; color:#333;}
@media(max-width:1000px){
    .type_write .code .txt{ margin:10px 0 0 0;}
}
@media(max-width:767px){
    .type_write .title{ padding:0 0 10px 0;}
    .type_write .title p{ font-size:13px;}
    .type_write .title font{ font-size:12px;}
    .type_write ul li a{ display:block; padding:15px 0;}
    .type_write ul li a > .tit{ padding:0 0 10px 0; width:auto; line-height:15px;}
    .type_write ul li a .img{ width:120px; height:35px; background:#333; text-align:center; line-height:35px; color:#FFF;}

    .type_write ul li a .file .btn p{ font-size:12px;}
    .type_write ul li a .file .btn_down{ margin:0 0 0 5px;}
    .type_write ul li a .file .btn_down p{ font-size:12px;}

    .type_write input{ width:100%;}
    .type_write .code .img{ width:50%;}
    .type_write .code input{ flex:1 0; width:50%;}
    .type_write .code .txt{ margin:10px 0 0 0; line-height:15px; font-size:13px;}
    .type_write .privacy .title{ line-height:20px; font-size:18px;}
    .type_write .privacy .check label p{ font-size:13px;}
    .type_write .tel input{ flex:1 0; width:50%;}
    .type_write .mail input{ flex:1 0; width:50%;}
    .type_write .mail select{ margin-top:4px !important; width:100%;}

    .type_write .radio{}
    .type_write .radio p{ margin:0 15px 0 0; padding:5px 0;}
}

.type_faq{ margin: 50px 0 0 0;}
.type_faq ul{ border-top: 2px solid #0c71b7;}
.type_faq ul li{ border-bottom: 1px solid #DDD;}
.type_faq ul li a{ display:block;}
.type_faq ul li a .head{ padding: 25px 20px; cursor: pointer;}
.type_faq ul li a .head .fb{ display:flex; justify-content:space-between; align-items:center;}
.type_faq ul li a .head .tit{ position:relative; padding: 0 0 0 40px; line-height: 1.4; font-size: 2em; font-weight: 300;}
.type_faq ul li a .head .tit:before{ content:"Q"; display:block; position:absolute; top:50%; left:0; transform:translate(0,-50%); font-weight:500;}
.type_faq ul li a .head i{ font-size: 2em; color:#CCC; transition:all .5s;}
.type_faq ul li a .body{ display:none; padding: 30px 20px; border-top:1px solid #DDD; background:#f1f9f6;}
.type_faq ul li a .body .txt{ position:relative; padding: 0 0 0 40px; line-height: 1.6; font-size: 1.8em; font-weight: 200; color:#333;}
.type_faq ul li a .body .txt:before{ content:"A"; display:block; position:absolute; top:50%; left:0; transform:translate(0,-50%); font-weight:500;}
.type_faq ul li a .body .date{ margin: 10px 0 0 40px; font-size: 1.4em; color:rgba(0,0,0,0.5);}
.type_faq ul li.on a .head i{ transform:rotate(180deg);}
@media(max-width: 767px){
    .type_faq{ margin: 30px 0 0 0;}
    .type_faq ul li a .head{ padding: 20px 15px;}
    .type_faq ul li a .head .tit{ padding: 0 0 0 25px;}
    .type_faq ul li a .body{ padding: 20px 15px;}
    .type_faq ul li a .body .txt{ padding: 0 0 0 25px;}
    .type_faq ul li a .body .date{ margin: 10px 0 0 25px;}
}


.type_sub_menu{ margin: 0 0 50px 0;}
.type_sub_menu ul{ display: flex; flex-wrap: wrap; padding: 1px 0 0 1px;}
.type_sub_menu ul li{ width: 25%;}
.type_sub_menu ul li a{ display: flex; justify-content: center; align-items: center; margin: -1px 0 0 -1px; height: 50px; border: 1px solid #DDD; background: #fafafa; text-align: center; font-size: 1.6em; color: #000;}
.type_sub_menu ul li.on a{ position: relative; z-index: 1; border-color: #0c71b7; background: #0c71b7; color: #FFF;}
@media(max-width: 767px){
    .type_sub_menu{ margin: 0 0 30px 0;}
}
















