@charset "utf-8";
*{ font-family:"NotoSansKR", 맑은 고딕, 微软雅黑, sans-serif; font-weight: 350; letter-spacing:-0.5px; color: #000;}
html{ overflow-y:scroll; width:100%; height:100%; background:#FFF;}
body{ overflow:hidden; -webkit-text-size-adjust:none;}
img.pc{}
img.mobile{ display: none !important;}
@media(max-width:767px){
    img.pc{ display: none !important;}
    img.mobile{ display: block !important; width: 100%; height: auto;}
}




.hadan_btn{ display: flex; justify-content: center; align-items: center; margin: 50px auto 0 auto; padding: 0 0 2px 0; width: 280px; height: 50px; background: #105499; cursor: pointer;}
.hadan_btn *{ display: block; margin: 0 5px; font-size: 18px; color: #FFF;}
@media(max-width:767px){
    .hadan_btn{ margin: 30px 0 0 0; width: auto; height: 45px;}
    .hadan_btn *{ font-size: 15px;}
}


.allpimg{ display: flex; justify-content: space-between; align-items: center; margin: 50px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.allpimg .fl{ display: flex; align-items: center; width: 600px; height: 350px;}
.allpimg .fl .head{ flex: 0 0 100px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; height: 100%; background: #398fff; font-size: 20px; color: #FFF;}
.allpimg .fl .body{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 -1px; width: 100%; height: 100%; border: 1px solid #DDD;}
.allpimg .fl .body .center{ display: flex;}
.allpimg .fl .body .center ul{ margin: 0 10px;}
.allpimg .fl .body .center ul li{ line-height: 35px; font-size: 15px; color: #666;}
.allpimg .fl .body .center ul li p{ padding: 0 0 5px 0; font-size: 20px; color: #398fff;}
.allpimg .fc{ display: block;}
.allpimg .fr{ display: flex; align-items: center; width: 500px; height: 350px;}
.allpimg .fr .head{ flex: 0 0 100px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; height: 100%; background: #112b82; font-size: 20px; color: #FFF;}
.allpimg .fr .body{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 0 -1px; width: 100%; height: 100%; border: 1px solid #DDD;}
.allpimg .fr .body .tit{ text-align: center; line-height: 25px; font-size: 20px; color: #000;}
.allpimg .fr .body .tit img{ display: block; margin: 0 auto 5px auto;}
.allpimg .fr .body ul{ margin: 20px 0 0 0; width: 75%;}
.allpimg .fr .body ul li{ display: flex; padding: 5px 0;}
.allpimg .fr .body ul li p{ flex: 0 0 90px; font-size: 15px; color: #112b82;}
.allpimg .fr .body ul li span{ display: block; width: 100%; font-size: 15px; color: #666;}
@media(max-width:1200px){
    .allpimg{ display: block; margin: 30px 0 0 0; padding: 0 0 50px 0;}
    .allpimg .fl{ display: block; width: auto; height: auto;}
    .allpimg .fl .head{ height: 40px;}
    .allpimg .fl .body{ margin: -1px 0 0 0; padding: 10px 30px 20px 30px; height: auto;}
    .allpimg .fl .body .center{ display: block;}
    .allpimg .fl .body .center ul{ display: flex; flex-wrap: wrap; margin: 15px 0 0 0;}
    .allpimg .fl .body .center ul li{ width: 50%;}
    .allpimg .fl .body .center ul li:nth-child(1){ width: 100%;}
    .allpimg .fc{ margin: 10px auto; width: auto; height: 60px; transform:rotate(90deg);}
    .allpimg .fr{ display: block; width: auto; height: auto;}
    .allpimg .fr .head{ height: 40px;}
    .allpimg .fr .body{ margin: -1px 0 0 0; padding: 20px 0; width: auto; height: auto;}
    .allpimg .fr .body ul{ width: 85%;}
}


.header{ position: fixed; z-index: 130; top: 0; right: 0; left: 0; padding: 0 50px; transition: all.5s;}
.header .row{ display: flex; position: relative; margin: 0 auto; max-width: 1200px; height: 80px;}
.header .logo{ display: block; position: absolute; z-index: 10; bottom: 20px; left: 0; height: 27px;}
.header .logo img{ display: block; position: absolute; top: 0; left: 0; height: 100%; transition: all .5s;}
.header .logo img.bai{ opacity: 1;}
.header .logo img.hei{ opacity: 0;}

.header .menu{ position: relative; margin: 0 0 0 250px;}
.header .menu > ul{ display: flex; position: relative; z-index: 15;}
.header .menu > ul > li{ position: relative; z-index: 15; padding: 0 80px 0 0;}
.header .menu > ul > li:last-child{ padding: 0;}
.header .menu > ul > li > a{ display: block;}
.header .menu > ul > li > a p{ height: 80px; line-height: 95px; font-size: 18px; color: #FFF;}
.header .menu > ul > li:hover > a p{ color: #105499 !important;}

.header .menu > ul > li > ul{ overflow: hidden; position: absolute; top: 80px; right: 0; left: 0; padding: 0; height: 0; opacity: 0; transition: all .2s;}
.header .menu > ul > li > ul > li{ position: relative;}
.header .menu > ul > li > ul > li > a{ display: flex; justify-content: space-between; align-items: center;}
.header .menu > ul > li > ul > li > a p{ line-height: 35px; font-size: 16px; color: #000;}
.header .menu > ul > li > ul > li > a i{ padding: 0 30px 0 0; font-size: 16px; color: #999;}
.header .menu > ul > li > ul > li:hover > a p{ color: #105499;}
.header .menu > ul > li > ul > li:hover > a i{ color: #105499;}

.header .menu > ul > li > ul > li > ul{ margin: 0 0 0 5px;}
.header .menu > ul > li > ul > li > ul > li{ position: relative;}
.header .menu > ul > li > ul > li > ul > li > a{ display: block;}
.header .menu > ul > li > ul > li > ul > li > a p{ position: relative; padding: 0 0 0 5px; line-height: 35px; font-size: 14px; color: #999;}
.header .menu > ul > li > ul > li > ul > li > a p:before{ content: ""; display: block; position: absolute; top: 50%; left: -3px; margin: -2px 0 0 0; width: 4px; height: 4px; background: #105499;}
.header .menu > ul > li > ul > li > ul > li:hover > a p{ color: #105499;}

.header .menu > ul > li > ul > li > ul > li > ul{ display: none; margin: 0 0 0 10px;}
.header .menu > ul > li > ul > li > ul > li > ul li{}
.header .menu > ul > li > ul > li > ul > li > ul li a{ display: block;}
.header .menu > ul > li > ul > li > ul > li > ul li a p{ font-size: 14px;}

.header .menu .on_line{ position: absolute; z-index: 10; top: 78px; left: 0; width: 0; height: 3px; background: #105499; opacity: 0;}
.header .menu .bg{ position: absolute; top: 80px; right: -10000px; left: -10000px; height: 0; background: #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0 / 10%); opacity: 0; transition: all .2s;}
.header .menu .bg .line{ position: absolute; top: 0; right: 0; left: 0; height: 1px; background: #DDD;}

.header .sns{ display: flex; position: absolute; right: 42px; bottom: 20px;}
.header .sns > li{ display: block; position: relative; margin: 0 0 0 20px;}
.header .sns > li > a{ display: block; position: relative; width: 22px; height: 22px; cursor: pointer;}
.header .sns > li > a img{ display: block; position: absolute; transition: all .5s;}
.header .sns > li > a img.hei{ opacity: 0;}
.header .sns > li > a img.bai{ opacity: 1;}
.header .sns li ul{ overflow: hidden; position: absolute; top: 22px; right: -20px; left: -20px; padding: 0; height: 0; opacity: 0; transition: all .2s;}
.header .sns li ul:before{ content: ""; display: block; position: absolute; top: 0; left: 50%; margin: 0 0 0 -10px; width: 0px; height: 0px; border: 10px solid #FFF; border-top-color: transparent; border-right-color: transparent; border-bottom-color: #FFF; border-left-color: transparent;}
.header .sns li ul li{ background: #FFF;}
.header .sns li ul li:nth-child(1){ padding: 5px 0 0 0; border-radius: 5px 5px 0 0;}
.header .sns li ul li:nth-child(2){ padding: 0 0 5px 0; border-radius: 0 0 5px 5px;}
.header .sns li ul li a{ display: block; margin: 0 15px; height: 25px; text-align: center; line-height: 25px; font-size: 12px; color: #666; cursor: pointer;}
.header .sns li ul li.on a{ border-bottom: 2px solid #0d4e99; color: #000;}
.header .sns li:hover ul{ padding: 20px 0 0 0; height: 80px; opacity: 1;}

.header.on{ background: #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0 / 10%);}
.header.on .logo{ color: #000;}
.header.on .logo img.bai{ opacity: 0;}
.header.on .logo img.hei{ opacity: 1;}
.header.on .menu > ul > li > a p{ color: #000;}
.header.on .sns > li > a img.hei{ opacity: 1;}
.header.on .sns > li > a img.bai{ opacity: 0;}

.header.onn{ background: #FFF;}
.header.onn .logo{ color: #000;}
.header.onn .logo img.bai{ opacity: 0;}
.header.onn .logo img.hei{ opacity: 1;}
.header.onn .menu > ul > li > a p{ color: #000;}
.header.onn .menu > ul > li > ul{ padding: 20px 0 0 0; height: 400px; opacity: 1;}
.header.onn .menu .on_line{ opacity: 1;}
.header.onn .menu .bg{ height: 260px; opacity: 1;}
.header.onn .sns > li > a img.hei{ opacity: 1;}
.header.onn .sns > li > a img.bai{ opacity: 0;}

.header.hsub{ background: #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0 / 10%);}
.header.hsub .logo{ color: #000;}
.header.hsub .logo img.bai{ opacity: 0;}
.header.hsub .logo img.hei{ opacity: 1;}
.header.hsub .menu > ul > li > a p{ color: #000;}
.header.hsub .sns > li > a img.hei{ opacity: 1;}
.header.hsub .sns > li > a img.bai{ opacity: 0;}

.header .menu > ul > li.on > a p{ color: #105499;}
.header .menu > ul > li .hover .row ul li.on a p{ font-weight: 500; color: #105499;}
@media(max-width:1300px){
    .header .menu{ display: none;}
}
@media(max-width:767px){
    .header{ padding: 0 15px;}
    .header .row{ height: 60px;}
    .header .logo{ bottom: 10px;}
    .header .sns{ bottom: 10px;}
}


.all_menu_btn_close{ display: none; position: fixed; z-index: 310; top: 38px; right: 50%; margin: 0 -600px 0 0; width: 22px; height: 22px; cursor: pointer;}
.all_menu_btn_close.open{ display: block;}
.all_menu_btn{ display: block; position: fixed; z-index: 300; padding: 0; top: 38px; right: 50%; margin: 0 -600px 0 0; width: 22px; height: 22px; cursor: pointer;}
.all_menu_btn #nav-icon1{ margin: 0; width: 22px; height: 22px;}
.all_menu_btn #nav-icon1 span{ height: 2px; background:#FFF;}
.all_menu_btn #nav-icon1 span:nth-child(1){ top: 3px;}
.all_menu_btn #nav-icon1 span:nth-child(2){ top: 10px;}
.all_menu_btn #nav-icon1 span:nth-child(3){ top: 17px; width: 18px;}
.all_menu_btn #nav-icon1.open span{ margin: 0; width:22px; background:#FFF;}
.all_menu_btn #nav-icon1.open span:nth-child(1){ top: 10px;}
.all_menu_btn #nav-icon1.open span:nth-child(3){ top: 10px;}
.all_menu_btn.on #nav-icon1 span{ background:#000;}
.all_menu_btn.on.open #nav-icon1 span{ background:#FFF;}
.all_menu_btn.onn #nav-icon1 span{ background:#000;}
.all_menu_btn.onn.open #nav-icon1 span{ background:#FFF;}
.all_menu_btn.hsub #nav-icon1 span{ background:#000;}
.all_menu_btn.hsub.open #nav-icon1 span{ background:#FFF;}
@media(max-width:1300px){
    .all_menu_btn_close{ right: 50px; margin: 0;}
    .all_menu_btn{ right: 50px; margin: 0;}
}
@media(max-width:767px){
    .all_menu_btn_close{ top: 28px; right: 15px;}
    .all_menu_btn{ top: 28px; right: 15px;}
}


.all_menu{ position: fixed; z-index: 290; top: 0; right: -100%; bottom: 0; left: 100%; background: rgba(0 0 0 / 70%); opacity: 0; transition: all .3s;}
.all_menu .row{ overflow-y: scroll; position: fixed; top: 0; bottom: 0; left: -100%; padding: 0 30px; width: 400px; background: #FFF; opacity: 0; transition: all .5s;}
.all_menu .row .head{ display: flex; justify-content: space-between; align-items: center; height: 80px;}
.all_menu .row .head .logo{ display: block;}
.all_menu .row .head .logo img{ display: block;}
.all_menu .row .head .kor{ display: flex;}
.all_menu .row .head .kor a{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 -1px; padding: 0 10px; height: 30px; border: 1px solid #DDD; font-size: 12px; color: #666;}
.all_menu .row .head .kor a.on{ position: relative; z-index: 1; border-color: #105499; background: #105499; color: #FFF;}

.all_menu .row .menu{}
.all_menu .row .menu > ul{}
.all_menu .row .menu > ul > li{ border-top: 1px solid #DDD;}
.all_menu .row .menu > ul > li:first-child{ border: 0;}
.all_menu .row .menu > ul > li > a{ display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.all_menu .row .menu > ul > li > a p{ line-height: 60px; font-size: 18px; font-weight: 500; color: #000;}
.all_menu .row .menu > ul > li > a i{ font-size: 18px; color: #999; transition: all .5s;}

.all_menu .row .menu > ul > li > ul{ display: none; padding: 10px 20px; background: #f5f5f5;}
.all_menu .row .menu > ul > li > ul > li{ position: relative;}
.all_menu .row .menu > ul > li > ul > li > a{ display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.all_menu .row .menu > ul > li > ul > li > a p{ line-height: 40px; font-size: 15px; color: #666;}
.all_menu .row .menu > ul > li > ul > li > a i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 5px; right: 0; height: 20px; font-size: 15px; color: #999; transition: all .5s; cursor: pointer;}

.all_menu .row .menu > ul > li > ul > li > ul{ display: none; margin: 0 0 10px 0; padding: 10px 20px; background: #FFF;}
.all_menu .row .menu > ul > li > ul > li > ul > li{ position: relative;}
.all_menu .row .menu > ul > li > ul > li > ul > li > a{ display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.all_menu .row .menu > ul > li > ul > li > ul > li > a p{ line-height: 40px; font-size: 15px;}
.all_menu .row .menu > ul > li > ul > li > ul > li > a i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 5px; right: 0; height: 20px; font-size: 15px; color: #999; transition: all .5s; cursor: pointer;}

.all_menu .row .menu > ul > li > ul > li > ul > li ul{ display: none; margin: 0 0 10px 0; padding: 10px 20px;}
.all_menu .row .menu > ul > li > ul > li > ul > li ul li{}
.all_menu .row .menu > ul > li > ul > li > ul > li ul li a{ display: block;}
.all_menu .row .menu > ul > li > ul > li > ul > li ul li a p{ line-height: 40px; font-size: 15px;}

.all_menu.on{ right: 0; left: 0; opacity: 1;}
.all_menu.on .row{ left: 0; opacity: 1;}
.all_menu .row .menu > ul > li.on > a p{ color: #105499;}
.all_menu .row .menu > ul > li.on > a i{ color: #105499; transform:rotate(180deg);}
.all_menu .row .menu > ul > li > ul > li.on > a p{ font-weight: 500; color: #105499;}
.all_menu .row .menu > ul > li > ul > li.on > a i{ color: #105499; transform:rotate(180deg);}
.all_menu .row .menu > ul > li > ul > li > ul li.on > a p{ font-weight: 500; color: #105499;}
.all_menu .row .menu > ul > li > ul > li > ul li.on > a i{ color: #105499; transform:rotate(180deg);}
@media(max-width:767px){
    .all_menu .row{ right: 100%; width: auto;}
    .all_menu.on .row{ right: 52px;}
}


.home_visual{ overflow: hidden; position: relative; height: 600px;}
.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 a{ display:block; overflow: hidden; position: relative;}
.home_visual .rolling ul li a .text{ position: absolute; z-index: 10; top: 50%; left: 50%; margin: 0 0 0 -600px; transform:translate(0,-50%);}
.home_visual .rolling ul li a .text .txt{ line-height: 25px; font-size: 25px; font-weight: 300; color: #FFF; letter-spacing: -2px;}
.home_visual .rolling ul li a .text .tit{ margin: 20px 0 0 0; line-height: 45px; font-size: 35px; font-weight: 300; color: #FFF; letter-spacing: -2px;}
.home_visual .rolling ul li a .text .tit span{ font-weight: 700; text-transform: uppercase; color: #FFF;}
.home_visual .rolling ul li a .bg{ height: 600px;}
.home_visual .rolling ul li a .bg01{ background: url(/images/hv_01.jpg) center no-repeat; background-size: cover; transform:scale(1); transition: all .1s;}
.home_visual .rolling ul li a .bg02{ background: url(/images/hv_02.jpg) center no-repeat; background-size: cover; transform:scale(1); transition: all .1s;}
.home_visual .rolling ul li a .bg03{ background: url(/images/hv_03.jpg) center no-repeat; background-size: cover; transform:scale(1); transition: all .1s;}
.home_visual .rolling ul li a .bg.on{ transform:scale(1.1); transition: all 3s;}
.home_visual .rolling .bx-controls{ position: absolute; left: 50%; bottom: 100px; margin: 0 0 0 -600px; height: 50px;}
.home_visual .rolling .bx-controls .bx-pager{ display:flex; align-items:center; left: 65px; bottom: 0; padding:0; width:60px !important; height: 50px; line-height: 50px; font-size: 18px; font-weight:300; color:rgba(255 255 255 / 70%); font-family:om;}
.home_visual .rolling .bx-controls .bx-pager font{ margin:0 5px 0 0; font-weight:500; color:#FFF; font-family:om;}
.home_visual .rolling .bx-controls .bx-controls-auto{ position: absolute; top: 0; right: inherit !important; left: 0 !important; width: 50px !important; height: 50px;}
.home_visual .rolling .bx-controls .bx-controls-auto .bx-controls-auto-item{ position: absolute; top: 0; left: 0;}
.home_visual .rolling .bx-controls .bx-controls-auto .bx-start{ display:block; margin: 0; width: 50px; height: 50px; background: url(/images/hv_start.png);}
.home_visual .rolling .bx-controls .bx-controls-auto .bx-start.active{ display:none;}
.home_visual .rolling .bx-controls .bx-controls-auto .bx-stop{ display:block; margin: 0; width: 50px; height: 50px; background: url(/images/hv_stop.png);}
.home_visual .rolling .bx-controls .bx-controls-auto .bx-stop.active{ display:none;}
.home_visual .rolling #visual_btn_L{ position:absolute; bottom: 100px; left: 50%; margin: 0 0 0 -490px; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 30px; 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{ position:absolute; bottom: 100px; left: 50%; margin: 0 0 0 -440px; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 30px; 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; height: 3px; background:rgba(0 0 0 / 10%);}
.home_visual .rolling .line span{ display:block; width:0; height: 3px; background:#105499;}
@media(min-width:1920px){
    .home_visual{ height: 600px;}
    .home_visual .rolling ul li a .bg{ height: 600px;}
}
@media(max-width:1300px){
    .home_visual .rolling ul li a .text{ right: 50px; left: 50px; margin: 0;}
    .home_visual .rolling .bx-controls{ left: 50px; margin: 0;}
    .home_visual .rolling #visual_btn_L{ left: 150px; margin: 0;}
    .home_visual .rolling #visual_btn_R{ left: 200px; margin: 0;}
}
@media(max-width:1000px){
    .home_visual .rolling ul li a .text .txt{ font-size: 20px;}
    .home_visual .rolling ul li a .text .tit{ font-size: 35px;}
}
@media(max-width:767px){
    .home_visual{ height: 300px;}
    .home_visual .rolling ul li a .bg{ height: 300px; background-size: auto 100%;}
    .home_visual .rolling ul li a .text{ right: 15px; left: 15px;}
    .home_visual .rolling ul li a .text .txt{ font-size: 15px;}
    .home_visual .rolling ul li a .text .tit{ margin: 5px 0 0 0; line-height: 25px; font-size: 20px; letter-spacing: -1px;}
    .home_visual .rolling .bx-controls{ left: 15px; bottom: 30px; margin: 0; height: 30px;}
    .home_visual .rolling .bx-controls .bx-pager{ left: 40px; width:50px !important; height: 30px; line-height: 30px; font-size: 15px;}
    .home_visual .rolling .bx-controls .bx-controls-auto{ width: 30px !important; height: 30px;}
    .home_visual .rolling .bx-controls .bx-controls-auto .bx-start{ width: 30px; height: 30px; background-size: 100% 100%;}
    .home_visual .rolling .bx-controls .bx-controls-auto .bx-stop{ width: 30px; height: 30px; background-size: 100% 100%;}
    .home_visual .rolling #visual_btn_L{ bottom: 30px; left: 100px; margin: 0; width: 30px; height: 30px; line-height: 30px; font-size: 20px;}
    .home_visual .rolling #visual_btn_R{ bottom: 30px; left: 130px; margin: 0; width: 30px; height: 30px; line-height: 30px; font-size: 20px;}
}


.home_news{ padding: 60px 50px 0 50px;}
.home_news .row{ margin: 0 auto; max-width: 1200px;}
.home_news .row .head{ display: flex; justify-content: space-between; align-items: center;}
.home_news .row .head .tit{ font-size: 25px; font-weight: 500;}
.home_news .row .head .more{ display: flex; align-items: center; cursor: pointer;}
.home_news .row .head .more i{ font-size: 15px; color: #666;}
.home_news .row .head .more p{ margin: 0 0 0 5px; font-size: 15px; color: #666;}
.home_news .row .body{ display: flex; align-items: center; margin: 30px 0 0 0;}
.home_news .row .fl{ display: flex; width: 100%;}
.home_news .row .fl > img{ display: block; width: 500px; margin: 0 40px 0 0;}
.home_news .row .fl .text{ display: flex; flex-direction: column; justify-content: top; width: 100%;padding-top:30px;}
.home_news .row .fl .text .tit{ line-height: 30px; font-size: 25px; font-weight: 500; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}
.home_news .row .fl .text .txt{ margin: 20px 0 0 0; line-height: 20px; font-size: 15px; color: #666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden;}
.home_news .row .fl .text .date{ margin: 20px 0 0 0; font-size: 15px; color: #666;}
.home_news .row .fl .text .btn{ display: flex; justify-content: flex-start; align-items: center; margin: 40px 0 0 0; cursor: pointer;}
.home_news .row .fl .text .btn img{ display: block;}
.home_news .row .fl .text .btn p{ margin: 0 0 0 5px; font-size: 15px; font-weight: 500; color: #000;}
.home_news .row .fr{ flex: 0 0 280px; margin: 0 0 0 40px; padding: 0 0 0 40px; border-left: 1px solid #DDD;}
.home_news .row .fr a{ display: block; position: relative; margin: 10px 0 0 0; cursor: pointer;}
.home_news .row .fr a:first-child{ margin: 0;}
.home_news .row .fr a .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));}
.home_news .row .fr a .bg .tit{ position: absolute; right: 15px; bottom: 35px; left: 15px; line-height: 15px; font-size: 14px; color: rgba(255 255 255 / 100%); text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.home_news .row .fr a .bg .date{ position: absolute; right: 15px; bottom: 15px; left: 15px; line-height: 15px; font-size: 12px; color: rgba(255 255 255 / 70%);}
.home_news .row .fr a img{ display: block; width: 100%;}
@media(max-width:1300px){
    .home_news .row .fl > img{ width: 440px;}
    .home_news .row .fl .text .txt{ margin: 15px 0 0 0;}
    .home_news .row .fl .text .date{ margin: 15px 0 0 0;}
    .home_news .row .fl .text .btn{ margin: 30px 0 0 0;}
    .home_news .row .fr{ flex: 0 0 260px;}
}
@media(max-width:1000px){
    .home_news .row .body{ display: block;}
    .home_news .row .fr{ display: flex; margin: 30px -10px 0 -10px; padding: 0; border: 0;}
    .home_news .row .fr a{ margin: 0 10px !important; width: 50%;}
}
@media(max-width:767px){
    .home_news{ padding: 30px 15px 0 15px;}
    .home_news .row .head .tit{ font-size: 20px;}
    .home_news .row .head .more i{ font-size: 13px;}
    .home_news .row .head .more p{ font-size: 13px;}
    .home_news .row .body{ margin: 20px 0 0 0;}
    .home_news .row .fl{ display: block;}
    .home_news .row .fl > img{ display: block; width: 100%; margin: 0 0 15px 0;}
    .home_news .row .fl .text .tit{ line-height: 25px; font-size: 20px;}
    .home_news .row .fl .text .txt{ margin: 10px 0 0 0; font-size: 14px;}
    .home_news .row .fl .text .date{ margin: 20px 0 0 0; line-height: 25px;}
    .home_news .row .fl .text .btn{ justify-content: flex-end; margin: -25px 0 0 0; line-height: 25px;}
    .home_news .row .fr{ margin: 30px -5px 0 -5px;}
    .home_news .row .fr a{ margin: 0 5px !important;}
}


.home_products{ padding: 60px 50px 0 50px;}
.home_products .row{ margin: 0 auto; max-width: 1200px;}
.home_products .row .head{ display: flex; justify-content: space-between;}
.home_products .row .head .tit{ font-size: 25px; font-weight: 500;}
.home_products .row .head .more{ display: flex; align-items: center; cursor: pointer;}
.home_products .row .head .more i{ font-size: 15px; color: #666;}
.home_products .row .head .more p{ margin: 0 0 0 5px; font-size: 15px; color: #666;}
.home_products .row .rolling{ margin: 30px 0 0 0; padding: 0 0 30px 0;}
.home_products .row .rolling .slide{}
.home_products .row .rolling .slide a{ display: block; padding: 35px 30px; border: 1px solid #DDD;}
.home_products .row .rolling .slide a .ft{ display: flex; justify-content: space-between; align-items: center;}
.home_products .row .rolling .slide a .ft .tit{ line-height: 22px; font-size: 18px; font-weight: 500; color: #000; letter-spacing: -1px;}
.home_products .row .rolling .slide a .ft img{ display: block; height: 55px;}
.home_products .row .rolling .slide a .txt{ margin: 20px 0 0 0; min-height: 60px; line-height: 20px; font-size: 12px; color: #666;}
.home_products .row .rolling .slide a .txt br{ display: none;}
.home_products .row .rolling .slide a.hp01{ border-color: #105499; background: #105499;}
.home_products .row .rolling .slide a.hp01 .ft p{ color: #FFF;}
.home_products .row .rolling .slide a.hp01 .tit{ color: #FFF;}
.home_products .row .rolling .slide a.hp01 .txt{ color: #FFF;}
.home_products .row .rolling .slide a.hp02 .ft i{ background: #105499; color: #FFF;}
.home_products .row .rolling .slide a.hp03{ border-color: #333; background: #333;}
.home_products .row .rolling .slide a.hp03 .ft p{ color: #FFF;}
.home_products .row .rolling .slide a.hp03 .tit{ color: #FFF;}
.home_products .row .rolling .slide a.hp03 .txt{ color: #FFF;}
.home_products .row .rolling .slide a.hp04{ border-color: #EEE; background: #EEE;}
.home_products .row .rolling .slide a.hp04 .ft p{ color: #000;}
.home_products .row .rolling .slide a.hp04 .ft i{ background: #105499; color: #FFF;}
.home_products .row .rolling .btn_l{ display: block; position: absolute; top: 50%; left: -60px; margin: -50px 0 0 0; cursor: pointer;}
.home_products .row .rolling .btn_r{ display: block; position: absolute; top: 50%; right: -60px; margin: -50px 0 0 0; cursor: pointer;}
.home_products .row .rolling .slick-dots{ bottom: 0; height: 10px;}
.home_products .row .rolling .slick-dots li{ vertical-align: top; margin: 0 5px; width: 10px; height: 10px;}
.home_products .row .rolling .slick-dots li button{ display: block; margin: 0; width: 10px; height: 10px; border-radius: 50%; background: #cbcbcb;}
.home_products .row .rolling .slick-dots li button:before{ display: none;}
.home_products .row .rolling .slick-dots li.slick-active button{ background: #105499;}
@media(max-width:1300px){
    .home_products .row .rolling .btn_l{ display: none !important;}
    .home_products .row .rolling .btn_r{ display: none !important;}
}
@media(max-width:767px){
    .home_products{ padding: 30px 15px 0 15px;}
    .home_products .row .head .tit{ font-size: 20px;}
    .home_products .row .head .more i{ font-size: 13px;}
    .home_products .row .head .more p{ font-size: 13px;}
    .home_products .row .rolling{ margin: 20px 0 0 0; padding: 0 0 30px 0;}
    .home_products .row .rolling .slide a .ft .tit{ line-height: 25px; font-size: 22px;}
    .home_products .row .rolling .slide a .txt{ font-size: 14px;}
}


.footer{ display: flex; flex-direction: column; align-items: center; position: relative; margin: 80px 0 0 0; padding: 40px 0 50px 0; background: #191919;}
.footer .logo{ display: block;}
.footer .logo img{ display: block;}
.footer .sns{ display: flex; position: absolute; top: 40px; right: 50%; margin: 0 -600px 0 0;}
.footer .sns a{ display: block; margin: 0 0 0 10px;}
.footer .sns a img{ display: block; height: 40px;}
.footer .sns select{ display:block; margin:0 0 0 10px; padding:0 30px 0 15px; width:180px; height:40px; border-radius:0; border:2px solid rgba(255 255 255 / 30%); background:url(/images/basic_select_icon_bai.png) no-repeat center right 18px; background-size:10px auto; line-height:38px; font-size:14px; letter-spacing:0; color:#FFF; outline:none; -webkit-appearance:none;}
.footer .btn{ display: block; margin: 30px 0 0 0; font-size: 15px; color: rgba(255 255 255 / 80%); cursor: pointer;}
.footer .copy{ display: block; margin: 10px 0 0 0; font-size: 12px; color: rgba(255 255 255 / 30%);}
@media(max-width:1300px){
    .footer .sns{ right: 50px; margin: 0;}
}
@media(max-width:767px){
    .footer{ margin: 60px 0 0 0;}
    .footer .logo img{ height: 22px;}
    .footer .sns{ position: static; margin: 20px 0 0 0;}
    .footer .sns a{ margin: 0 5px;}
    .footer .sns a img{ height: 40px;}
    .footer .sns select{ margin: 0 0 0 5px; border:1px solid rgba(255 255 255 / 30%);}
    .footer .btn{ margin: 20px 0 0 0; font-size: 12px;}
    .footer .copy{ font-size: 10px;}
}


.scroll_top{ display:flex; flex-direction:column; justify-content:center;align-items:center; overflow:hidden; position:fixed; z-index:200; bottom:50px; right:50px; width:0; height:0; background:#105499; cursor:pointer; opacity:0; transition:all .3s;}
.scroll_top i{ font-size:20px; color:#FFF;}
.scroll_top p{ font-size:13px; color:#FFF;}
.scroll_top:hover{ transform:translate(0,-20px);}
.scroll_top.on{ bottom:100px; width:60px; height:60px; opacity:1;}
@media(max-width:1000px){
    .scroll_top{ right:30px;}
    .scroll_top.on{ bottom:50px; width:60px; height:60px;}
}
@media(max-width:767px){
    .scroll_top{ right:15px;}
    .scroll_top i{ font-size:15px;}
    .scroll_top p{ font-size:10px;}
    .scroll_top.on{ width:50px; height:50px;}
}


.sub_visual{ position: relative; background: #000;}
.sub_visual .text{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 10; padding: 80px 0 0 0; height: 400px;}
.sub_visual .text .tit{ font-size: 60px; color: #FFF;}
.sub_visual .text .txt{ display: none; margin: 10px 0 0 0; font-size: 18px; color: #FFF;}
.sub_visual .bg{ position: absolute; top: 0; right: 0; bottom: 80px; left: 0;}
.sub_visual .menu{ height: 80px; border-bottom: 1px solid #DDD; background: #FFF;}
.sub_visual .menu ul{ display: flex; justify-content: center;}
.sub_visual .menu ul li{ height: 80px;}
.sub_visual .menu ul li a{ display: block; padding: 0 50px; height: 80px; line-height: 80px; font-size: 18px; color: #000;}
.sub_visual .menu ul li.on{ border-bottom: 3px solid #105499;}
.sub_visual .menu ul li.on a{ color: #105499; font-weight: 500;}
.sub_visual .menu_02{ position: relative; z-index: 10; padding: 0 50px; height: auto; border-bottom: 1px solid #DDD; background: #FFF;}
.sub_visual .menu_02 ul{ display: flex; margin: 0 auto; max-width: 1200px;}
.sub_visual .menu_02 ul li{ width: 25%; height: auto;}
.sub_visual .menu_02 ul li a{ display: block; position: relative; padding: 20px 0; height: auto; line-height: initial; cursor: pointer;}
.sub_visual .menu_02 ul li a:before{ content: ""; display: none; position: absolute; z-index: 10; bottom: -1px; right: -1px; left: -1px; height: 3px; background: #105499;}
.sub_visual .menu_02 ul li a img{ display: block; margin: 0 auto; height: 60px;}
.sub_visual .menu_02 ul li a p{ position: relative; margin: 10px 0 0 0; border-left: 1px solid #DDD; text-align: center; font-size: 18px;}
.sub_visual .menu_02 ul li:first-child a p{ border: 0;}
.sub_visual .menu_02 ul li.on{ border-bottom: 0;}
.sub_visual .menu_02 ul li.on a p{ color: #105499;}
.sub_visual .menu_02 ul li.on a p:before{ content: ""; display: block; position: absolute; top: -5px; left: 50%; margin: 0 0 0 -2px; width: 4px; height: 4px; background: #105499;}
.sub_visual .menu_02 ul li.on a:before{ display: block;}
@media(max-width:1000px){
    .sub_visual .menu ul li a{ padding: 0 35px;}
    .sub_visual .menu_02 ul li a{ padding: 20px 0;}
}
@media(max-width:767px){
    .sub_visual .text{ padding: 60px 0 0 0; height: 200px;}
    .sub_visual .text .tit{ font-size: 30px;}
    .sub_visual .text .txt{ font-size: 15px;}
    .sub_visual .bg{ bottom: 60px;}
    .sub_visual .menu{ height: 60px;}
    .sub_visual .menu ul li{ height: 60px;}
    .sub_visual .menu ul li a{ padding: 0 15px; height: 60px; line-height: 60px; font-size: 15px;}
    .sub_visual .menu_02{ padding: 0 15px; height: auto;}
    .sub_visual .menu_02 ul li{ height: auto;}
    .sub_visual .menu_02 ul li a{ padding: 15px 0; height: auto; line-height: initial;}
    .sub_visual .menu_02 ul li a img{ height: 40px;}
    .sub_visual .menu_02 ul li a p{ font-size: 15px;}
}


.sub{}
.sub .type_row{}
@media(max-width:767px){
    .sub .type_row{}
}


.sub_guide{ padding: 80px 0;}
.sub_guide ul{ display: none; justify-content: center; align-items: center;}
.sub_guide ul li{ display: flex; align-items: center;}
.sub_guide ul li i{ margin: 0 10px; font-size: 15px; color: #CCC;}
.sub_guide ul li:first-child i{ margin: 0; color: #000;}
.sub_guide ul li p{ font-size: 12px; color: #666; letter-spacing: 0;}
.sub_guide .tit{ text-align: center; font-size: 40px; font-weight: 500; color: #000;}
.sub_guide .txt{ display: none; margin: 10px 0 0 0; text-align: center; font-size: 18px; color: #666;}
@media(max-width:767px){
    .sub_guide{ padding: 30px 0;}
    .sub_guide ul li i{ margin: 0 5px; font-size: 10px;}
    .sub_guide ul li p{ font-size: 12px;}
    .sub_guide .tit{ font-size: 30px;}
    .sub_guide .txt{ font-size: 14px;}
    .sub_guide .txt br{ display: none;}
}


.type_full{ padding:0 50px;}
.type_row{ margin:0 auto; max-width:1200px;}
@media(max-width:767px){
    .type_full{ padding:0 15px;}
}


.sub_menu_01{ padding: 0 0 50px 0; border-top: 1px solid #DDD;}
.sub_menu_01 ul{ overflow: hidden; display: flex;}
.sub_menu_01 ul li{ width: 33.333%;}
.sub_menu_01 ul li a{ display: block; position: relative; padding: 20px 0; border-bottom: 1px solid #DDD; cursor: pointer;}
.sub_menu_01 ul li a:before{ content: ""; display: none; position: absolute; z-index: 10; bottom: -1px; right: -1px; left: -1px; height: 3px; background: #105499;}
.sub_menu_01 ul li a img{ display: block; margin: 0 auto; height: 60px;}
.sub_menu_01 ul li a p{ position: relative; margin: 10px 0 0 0; border-left: 1px solid #DDD; text-align: center; font-size: 18px;}
.sub_menu_01 ul li:first-child a p{ border: 0;}
.sub_menu_01 ul li.on a p{ color: #105499;}
.sub_menu_01 ul li.on a p:before{ content: ""; display: block; position: absolute; top: -5px; left: 50%; margin: 0 0 0 -2px; width: 4px; height: 4px; background: #105499;}
.sub_menu_01 ul li.on a:before{ display: block;}
@media(max-width:767px){
    .sub_menu_01{ padding: 0 0 30px 0;}
    .sub_menu_01 ul li a img{ height: 50px;}
    .sub_menu_01 ul li a p{ font-size: 15px;}
}


.sub_menu_0102{ padding: 0 0 50px 0;}
.sub_menu_0102 ul{ overflow: hidden; display: flex; padding: 0 0 0 1px;}
.sub_menu_0102 ul li{ width: 33.333%;}
.sub_menu_0102 ul li a{ display: flex; justify-content: center; align-items: center; margin: 0 0 0 -1px; height: 60px; border: 1px solid #DDD; text-align: center; font-size: 18px; cursor: pointer; letter-spacing: 0;}
.sub_menu_0102 ul li.on a{ position: relative; z-index: 10; margin-top: 0; height: 60px; border-color: #105499; background: #105499; line-height: 60px; font-weight: 500; color: #FFF; letter-spacing: 0;}
@media(max-width:767px){
    .sub_menu_0102{ padding: 0 0 30px 0;}
    .sub_menu_0102 ul li a{ height: 50px;line-height: 50px; font-size: 15px;}
    .sub_menu_0102 ul li.on a{ height: 50px; line-height: 50px;}
}


.sub_menu_02{ padding: 0 0 80px 0;}
.sub_menu_02 ul{ display: flex; flex-wrap: wrap; padding: 20px 30px; border: 1px solid #DDD;}
.sub_menu_02 ul li{ width: 16.666%;}
.sub_menu_02 ul li a{ display: block;}
.sub_menu_02 ul li a p{ text-align: center; line-height: 40px; font-size: 16px;}
.sub_menu_02 ul li.on a p{ background: #105499; border-bottom: 1px solid #105499; font-weight: 500; color: #FFF;}
@media(max-width:1000px){
    .sub_menu_02 ul li{ width: 33.333%;}
}
@media(max-width:767px){
    .sub_menu_02{ padding: 0 0 50px 0;}
    .sub_menu_02 ul{ padding: 15px 10px;}
    .sub_menu_02 ul li{ width: 50%;}
    .sub_menu_02 ul li a p{ line-height: 35px; font-size: 14px;}
}






.sub_products{}
.sub_products h3{ text-align: center; font-size: 30px; font-weight: 500; color: #105499;}
.sub_products h3 span{ font-weight: 500; color: #105499;}
.sub_products h4{ margin: 80px 0 0 0; text-align: center; font-size: 30px; font-weight: 500; color: #000;}
.sub_products .txt_01{ margin: 30px 0 0 0; text-align: center; line-height: 30px; font-size: 18px; color: #666;}
.sub_products .txt_01.border{ padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}

.sub_products .video_01{ padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .video_01 iframe{ display: block; margin: 50px auto 0 auto; max-width: 100% !important;}

.sub_products .type_table{ margin: 50px 0 0 0;}

.sub_products .graph_01{ display: flex; align-items: center; margin: 50px auto 0 auto; padding: 0 150px 80px 150px; border-bottom: 1px solid #DDD;}
.sub_products .graph_01 .yuan{ position: relative; width: 35%;}
.sub_products .graph_01 .yuan:before{ content: ""; display: block; padding: 100% 0 0 0;}
.sub_products .graph_01 .yuan .text{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; left: 0; bottom: 0; border-radius: 50%;}
.sub_products .graph_01 .yuan .text p{ font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_01 .yuan .text ul{ margin: 10px 0 0 0;}
.sub_products .graph_01 .yuan .text ul li{ text-align: center; line-height: 25px; font-size: 15px; color: #666;}
.sub_products .graph_01 .yuan:first-child .text{ border: 10px solid #d7e4ee;}
.sub_products .graph_01 .yuan:last-child .text{ border: 2px solid #105499;}
.sub_products .graph_01 .center{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 30%;}
.sub_products .graph_01 .center .xi-check{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: #20ce62; font-size: 30px; color: #FFF;}
.sub_products .graph_01 .center p{ padding: 5px 0; font-size: 20px; font-weight: 500;}
.sub_products .graph_01 .center p br{ display: none;}
.sub_products .graph_01 .center .xi-long-arrow-right{ font-size: 30px; color: #999;}

.sub_products .graph_02{ margin: 50px 0 0 0; padding: 50px; border: 1px solid #DDD;}
.sub_products .graph_02 img{ display: block; margin: 0 auto; max-width: 100%;}
.sub_products .graph_02 div{ margin: 50px 0 0 0; padding: 30px 0; border-radius: 200px; border: 2px solid #105499;  text-align: center;}
.sub_products .graph_02 div p{ font-size: 20px;}
.sub_products .graph_02 div span{ font-size: 20px; font-weight: 500; color: #105499;}

.sub_products .graph_main{ display: flex; flex-wrap: wrap; margin: 0 -25px 0 -25px; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_main dl{ margin: 50px 0 0 0; padding: 0 25px; width: 33.333%;}
.sub_products .graph_main.w25 dl{ width: 25%;}
.sub_products .graph_main.w50 dl{ width: 50%;}
.sub_products .graph_main dl dt{ display: flex; margin: 0 0 15px 0; border-bottom: 2px solid #DDD;}
.sub_products .graph_main dl dt p{ display: block; margin: 0 0 -2px 0; padding: 0 0 10px 0; border-bottom: 2px solid #105499; line-height: 25px; font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_main dl dd{}
.sub_products .graph_main dl dd ul{}
.sub_products .graph_main dl dd ul li{ position: relative; margin: 0 0 0 15px; padding: 5px 0; font-size: 15px; color: #666;}
.sub_products .graph_main dl dd ul li:before{ content: ""; display: block; position: absolute; top: 50%; left: -15px; width: 6px; height: 2px; background: #CCC;}

.sub_products .graph_main.type_02 dl dt{ margin: 0; padding: 0 0 0 20px; border: 0; border-left: 2px solid #105499;}
.sub_products .graph_main.type_02 dl dt p{ border: 0;}
.sub_products .graph_main.type_02 dl dd{ padding: 15px 0 0 20px; border-left: 2px solid #f0f0f0;}

.sub_products .graph_hib{ padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_hib dl{ display: flex; flex-wrap: wrap; margin: 50px -10px 0 -10px;}
.sub_products .graph_hib dl dd{ width: 16.666%;}
.sub_products .graph_hib dl dd .row{ position: relative; margin: 0 10px; padding: 15px 20px; height: 100%; border: 1px solid #DDD;}
.sub_products .graph_hib dl dd .tit{ line-height: 16px; font-size: 16px; font-weight: 500; color: #105499;}
.sub_products .graph_hib dl dd ul{ margin: 5px 0 0 0;}
.sub_products .graph_hib dl dd ul li{ position: relative; margin: 0 0 0 15px; padding: 3px 0; font-size: 14px; color: #666;}
.sub_products .graph_hib dl dd ul li:before{ content: ""; display: block; position: absolute; top: 50%; left: -15px; width: 6px; height: 2px; background: #CCC;}
.sub_products .graph_hib dl dd .row img{ display: block; position: absolute; z-index: 10; right: 0; bottom: 0;}

.sub_products .graph_dp{ margin: 20px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_dp dl{ display: flex; flex-wrap: wrap; margin: 30px -15px 0 -15px;}
.sub_products .graph_dp dl dd{ margin: 30px 0 0 0; width: 50%;}
.sub_products .graph_dp dl dd .row{ display: flex; align-items: center; margin: 0 15px;}
.sub_products .graph_dp dl dd img{ display: block; margin: 0 30px 0 0;}
.sub_products .graph_dp dl dd .tit{ font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_dp dl dd ul{ margin: 10px 0 0 0;}
.sub_products .graph_dp dl dd ul li{ position: relative; margin: 0 0 0 15px; padding: 3px 0; font-size: 15px; color: #666;}
.sub_products .graph_dp dl dd ul li:before{ content: ""; display: block; position: absolute; top: 50%; left: -15px; width: 6px; height: 2px; background: #CCC;}

.sub_products .graph_check{ margin: 50px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD; text-align: center;}
.sub_products .graph_check ul{ display: inline-block;}
.sub_products .graph_check ul li{ position: relative; padding: 5px 0 5px 25px; text-align: left; font-size: 15px; color: #666;}
.sub_products .graph_check ul li i{ display: block; position: absolute; top: 50%; left: 0; transform:translate(0,-50%); font-size: 20px; color: #ee960b;}

.sub_products .graph_check_02{ margin: 50px 0 0 0;}
.sub_products .graph_check_02 ul{ padding: 10px 40px; border: 1px solid #DDD;}
.sub_products .graph_check_02 ul li{ display: flex; align-items: center; padding: 30px 0; border-top: 1px solid #DDD;}
.sub_products .graph_check_02 ul li:first-child{ border: 0;}
.sub_products .graph_check_02 ul li i{ display: block; margin: 0 10px 0 0; font-size: 30px; color: #ee960b;}
.sub_products .graph_check_02 ul li .fr{}
.sub_products .graph_check_02 ul li .fr p{ font-size: 20px; font-weight: 500;}
.sub_products .graph_check_02 ul li .fr span{ margin: 5px 0 0 0; font-size: 15px; color: #666;}

.sub_products .graph_icon{ padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_icon ul{ display: flex; flex-wrap: wrap; margin: 20px -25px 0 -25px;}
.sub_products .graph_icon ul li{ padding: 30px 25px 0 25px; width: 50%;}
.sub_products .graph_icon.w25 ul li{ width: 25%;}
.sub_products .graph_icon.w33 ul li{ width: 33.333%;}
.sub_products .graph_icon ul li a{ display: block;}
.sub_products .graph_icon ul li a span{ display: flex; height: 40px; border-bottom: 2px solid #f0f0f0;}
.sub_products .graph_icon ul li a span font{ display: block; height: 40px; border-bottom: 2px solid #105499; line-height: 25px; font-size: 25px; font-weight: 500; color: #105499;}
.sub_products .graph_icon ul li .img{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0;}
.sub_products .graph_icon ul li .img p{ line-height: 25px; font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_icon ul li .img p.t22{ line-height: inherit !important; font-size: 15px !important; font-weight: 350 !important; color: #333 !important;}
.sub_products .graph_icon ul li .img img{ display: none; margin: 0 0 0 10px; height: 50px;}
.sub_products .graph_icon ul li .txt{ line-height: 25px; font-size: 15px; color: #666;}

.sub_products .graph_icon02{ margin: 50px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_icon02 ul{ display: flex; flex-wrap: wrap; margin: 0 -15px;}
.sub_products .graph_icon02 ul li{ width: 33.333%;}
.sub_products .graph_icon02.w25 ul li{ width: 25%;}
.sub_products .graph_icon02 ul li a{ display: block; margin: 0 15px; padding: 30px 15px; height: 100%; background: #f5f5f5;}
.sub_products .graph_icon02 ul li a img{ display: block; margin: 0 auto; height: 70px;}
.sub_products .graph_icon02 ul li a .txt{ margin: 15px 0 0 0; text-align: center; list-style: 20px; font-size: 15px; color: #333;}

.sub_products .graph_icon03{ margin: 50px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_icon03 ul{ display: flex; flex-wrap: wrap; background: #f5f5f5;}
.sub_products .graph_icon03 ul li{ width: 33.333%;}
.sub_products .graph_icon03 ul li a{ display: block; padding: 30px 50px; height: 100%;}
.sub_products .graph_icon03 ul li a img{ display: block; margin: 0 auto; height: 120px;}
.sub_products .graph_icon03 ul li a .txt{ margin: 15px 0 0 0; text-align: center; list-style: 20px; font-size: 15px; color: #333;}

.sub_products .graph_number{ display: flex; flex-wrap: wrap; margin: 20px -25px 0 -25px; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_number dl{ padding: 30px 25px 0 25px; width: 33.333%;}
.sub_products .graph_number.w25 dl{ width: 25%;}
.sub_products .graph_number.w33 dl{ width: 33.333%;}
.sub_products .graph_number.w50 dl{ width: 50%;}
.sub_products .graph_number dl dt{ font-size: 18px; font-weight: 500;}
.sub_products .graph_number dl dt span{ display: flex; margin: 0 0 15px 0; border-bottom: 2px solid #DDD;}
.sub_products .graph_number dl dt span font{ display: block; margin: 0 0 -2px 0; padding: 0 0 10px 0; border-bottom: 2px solid #105499; line-height: 25px; font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_number dl dd{ margin: 5px 0 0 0; font-size: 15px; color: #666;}

.sub_products .graph_number_02{ margin: 20px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .graph_number_02 ul{ display: flex; flex-wrap: wrap; margin: 0 -25px;}
.sub_products .graph_number_02 ul li{ margin: 30px 0 0 0; padding: 0 25px; width: 20%; font-size: 15px;}
.sub_products .graph_number_02.w25 ul li{ width: 25%;}
.sub_products .graph_number_02 ul li span{ display: flex; margin: 0 0 15px 0; height: 40px; border-bottom: 2px solid #f0f0f0;}
.sub_products .graph_number_02 ul li span font{ display: block; height: 40px; border-bottom: 2px solid #105499; line-height: 25px; font-size: 25px; font-weight: 500; color: #105499;}

.sub_products .img_01{ display: flex; justify-content: center; margin: 50px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .img_01 img{ display: block; max-width: 100%;}
.sub_products .img_01 img.pc{}
.sub_products .img_01 img.mobile{ display: none;}

.sub_products .img_02{ margin: 20px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .img_02 ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px;}
.sub_products .img_02 ul li{ margin: 30px 0 0 0; width: 33.333%;}
.sub_products .img_02.w50 ul li{ width: 50%;}
.sub_products .img_02.w25 ul li{ width: 25%;}
.sub_products .img_02.w20 ul li{ width: 20%;}
.sub_products .img_02 ul li a{ display: block; margin: 0 15px;}
.sub_products .img_02 ul li a img{ display: block; width: 100%; border: 1px solid #DDD; background: #f5f5f5;}
.sub_products .img_02 ul li a p{ margin: 10px 0 0 0; text-align: center; font-size: 15px; color: #333;}

.sub_products .img_03{ margin: 20px 0 0 0; padding: 0 0 80px 0; border-bottom: 1px solid #DDD;}
.sub_products .img_03 ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px;}
.sub_products .img_03 ul li{ margin: 30px 0 0 0; width: 25%;}
.sub_products .img_03.w50 ul li{ width: 50%;}
.sub_products .img_03.w30 ul li{ width: 33.333%;}
.sub_products .img_03.w20 ul li{ width: 20%;}
.sub_products .img_03 ul li a{ display: block; margin: 0 15px;}
.sub_products .img_03 ul li a img{ display: block; padding: 20px; width: 100%; border: 1px solid #DDD;}
.sub_products .img_03 ul li a p{ margin: 10px 0 0 0; text-align: center; font-size: 15px; color: #333;}

.sub_products .graph_img04{ position: relative; padding-bottom: 80px; border-bottom: 1px solid #DDD;}
.sub_products .graph_img04 ul{ display: flex; flex-wrap: wrap; margin: 20px -15px 0 -15px;}
.sub_products .graph_img04 ul li{ margin: 30px 0 0 0; width: 33.333%;}
.sub_products .graph_img04.w50 ul li{ width: 50%;}
.sub_products .graph_img04.w25 ul li{ width: 25%;}
.sub_products .graph_img04 ul li a{ display: block; margin: 0 15px; padding: 30px; height: 100%; border: 1px solid #DDD;}
.sub_products .graph_img04 ul li a .img{ display: flex; justify-content: center; align-items: center; margin: -30px -30px 30px -30px; height: 300px; border-bottom: 1px solid #DDD;}
.sub_products .graph_img04 ul li a .img img{ display: block; max-width: 80%; max-height: 80%;}
.sub_products .graph_img04 ul li a .tit{ font-size: 20px; font-weight: 500; color: #105499;}
.sub_products .graph_img04 ul li a .txt{ margin: 10px 0 0 0; font-size: 15px; color: #666;}
.sub_products .graph_img04 .lr{ display: block; position: absolute; z-index: 10; top: 50%; left: 50%; transform:translate(-50%,-230%);}

.sub_products .btn_01{ display: flex; justify-content: center; align-items: center; margin: 50px auto 0 auto; padding: 0 0 2px 0; width: 300px; height: 45px; background: #105499; font-size: 15px; color: #FFF;}
@media(max-width:1300px){

}
@media(max-width:1000px){
    .sub_products .graph_0 .yuan .text p{ font-size: 18px;}

    .sub_products .graph_01{ padding: 0 0 80px 0;}

    .sub_products .graph_icon ul li{ width: 100% !important;}

    .sub_products .graph_number dl{ width: 50%;}
    .sub_products .graph_number.w25 dl{ width: 50%;}

    .sub_products .graph_number_02 ul li{ width: 33.333%;}
    .sub_products .graph_number_02.w25 ul li{ width: 50%;}

    .sub_products .graph_main{ padding: 0 0 80px 0;}
    .sub_products .graph_main dl{ width: 100% !important;}

    .sub_products .img_02 ul li{ width: 50%;}

    .sub_products .graph_hib dl{ margin: 30px -10px 0 -10px;}
    .sub_products .graph_hib dl dd{ margin: 20px 0 0 0; width: 33.333%;}

    .sub_products .graph_dp dl dd{ width: 100%;}

    .sub_products .graph_img04 ul li{ width: 50%;}
}
@media(max-width:767px){
    .sub_products h3{ font-size: 25px;}
    .sub_products h4{ margin: 50px 0 0 0; font-size: 23px;}
    .sub_products .txt_01{ line-height: 25px; font-size: 16px;}
    .sub_products .txt_01.border{ padding: 0 0 50px 0;}

    .sub_products .type_table{ margin: 30px 0 0 0;}

    .sub_products .video_01{ padding: 0 0 50px 0;}
    .sub_products .video_01 iframe{ margin: 30px 0 0 0; height: 220px;}

    .sub_products .graph_01{ display: block; margin: 30px 0 0 0; padding: 0 0 50px 0;}
    .sub_products .graph_01 .yuan{ width: 100%;}
    .sub_products .graph_01 .yuan:before{ display: none;}
    .sub_products .graph_01 .yuan .text{ position: inherit; padding: 15px 0; border-radius: 30px;}
    .sub_products .graph_01 .yuan .text p{ font-size: 16px;}
    .sub_products .graph_01 .yuan .text ul{ margin: 5px 0 0 0;}
    .sub_products .graph_01 .yuan .text ul li{ line-height: 20px; font-size: 14px;}
    .sub_products .graph_01 .yuan:first-child .text{ border: 5px solid #d7e4ee;}
    .sub_products .graph_01 .center{ padding: 10px 0; width: 100%;}
    .sub_products .graph_01 .center .xi-check{ width: 30px; height: 30px; font-size: 20px;}
    .sub_products .graph_01 .center p{ text-align: center; line-height: 20px; font-size: 16px;}
    .sub_products .graph_01 .center .xi-long-arrow-right{ transform:rotate(90deg); font-size: 20px;}

    .sub_products .graph_02{ margin: 10px 0 0 0; padding: 30px 20px;}
    .sub_products .graph_02 div{ margin: 20px 0 0 0; padding: 20px 0;}
    .sub_products .graph_02 div p{ font-size: 15px;}
    .sub_products .graph_02 div span{ font-size: 15px;}

    .sub_products .graph_main{ margin: 0 -25px; padding: 0 0 50px 0;}
    .sub_products .graph_main dl{ margin: 30px 0 0 0;}

    .sub_products .graph_check{ margin: 30px 0 0 0; padding: 0 0 50px 0;}

    .sub_products .graph_check_02{ margin: 10px 0 0 0;}
    .sub_products .graph_check_02 ul{ padding: 10px 20px;}
    .sub_products .graph_check_02 ul li{ padding: 20px 0;}
    .sub_products .graph_check_02 ul li i{ font-size: 30px;}
    .sub_products .graph_check_02 ul li .fr p{ font-size: 16px;}
    .sub_products .graph_check_02 ul li .fr span{ font-size: 14px;}

    .sub_products .graph_icon{ padding: 0 0 50px 0;}

    .sub_products .graph_number{ margin: 0 -25px; padding: 0 0 50px 0;}
    .sub_products .graph_number dl{ width: 100%;}
    .sub_products .graph_number.w25 dl{ width: 100%;}
    .sub_products .graph_number.w50 dl{ width: 100%;}

    .sub_products .graph_number_02{ margin: 0; padding: 0 0 50px 0;}
    .sub_products .graph_number_02 ul li{ width: 100%;}
    .sub_products .graph_number_02.w25 ul li{ width: 100%;}

    .sub_products .img_01{ margin: 30px 0 0 0; padding: 0 0 50px 0;}
    .sub_products .img_01 img{ padding: 0;}
    .sub_products .img_01 img.pc{ display: none !important;}
    .sub_products .img_01 img.mobile{ display: block !important;}

    .sub_products .img_02{ margin: 0; padding: 0 0 50px 0;}
    .sub_products .img_02 ul li{ margin: 30px 0 0 0; width: 100% !important;}
    .sub_products .img_02.mw50 ul{ margin: 0 -5px;}
    .sub_products .img_02.mw50 ul li{ margin: 20px 0 0 0; width: 50% !important;}
    .sub_products .img_02.mw50 ul li a{ margin: 0 5px;}
    .sub_products .img_02.mw50 ul li a img{ padding: 5px;}

    .sub_products .img_03{ margin: 0; padding: 0 0 50px 0;}
    .sub_products .img_03 ul li{ width: 100% !important;}
    .sub_products .img_03 ul li a{ display: block; margin: 0 15px;}
    .sub_products .img_03 ul li a img{ padding: 15px;}
    .sub_products .img_03.mw33 ul{ margin: 0 -5px;}
    .sub_products .img_03.mw33 ul li{ margin: 20px 0 0 0; width: 33.333% !important;}
    .sub_products .img_03.mw33 ul li a{ margin: 0 5px;}
    .sub_products .img_03.mw33 ul li a img{ padding: 5px;}
    .sub_products .img_03.mw50 ul{ margin: 0 -5px;}
    .sub_products .img_03.mw50 ul li{ margin: 20px 0 0 0; width: 50% !important;}
    .sub_products .img_03.mw50 ul li a{ margin: 0 5px;}
    .sub_products .img_03.mw50 ul li a img{ padding: 5px;}

    .sub_products .graph_hib{ padding-bottom: 50px;}
    .sub_products .graph_hib dl{ margin: 20px -5px 0 -5px;}
    .sub_products .graph_hib dl dd{ margin: 10px 0 0 0; width: 50%;}
    .sub_products .graph_hib dl dd .row{ margin: 0 5px;}

    .sub_products .graph_dp{ margin: 0; padding-bottom: 50px;}
    .sub_products .graph_dp dl{ margin: 0 -15px;}
    .sub_products .graph_dp dl dd img{ margin: 0 20px 0 0; width: 130px;}
    .sub_products .graph_dp dl dd .row{}

    .sub_products .graph_icon02{ margin: 20px 0 0 0; padding: 0 0 50px 0;}
    .sub_products .graph_icon02 ul{ display: block; margin: 0 0;}
    .sub_products .graph_icon02 ul li{ margin: 10px 0 0 0; width: auto;}
    .sub_products .graph_icon02 ul li a{ margin: 0; padding: 30px;}
    .sub_products .graph_icon02.mlr ul li a{ display: flex; justify-content: start; align-items: center;}
    .sub_products .graph_icon02.mlr ul li a img{ display: block; margin: 0;}
    .sub_products .graph_icon02.mlr ul li a p{ margin: 0 0 0 10px; width: 100%;}
    .sub_products .graph_icon02.mw50 ul{ display: flex; flex-wrap: wrap; margin: 0 -5px;}
    .sub_products .graph_icon02.mw50 ul li{ width: 50% !important;}
    .sub_products .graph_icon02.mw50 ul li a{ margin: 0 5px; padding: 30px 15px;}

    .sub_products .graph_icon03{ margin: 30px 0 0 0; padding: 0 0 50px 0;}
    .sub_products .graph_icon03 ul{ margin: 0; padding: 30px 0;}
    .sub_products .graph_icon03 ul li{ margin: 0; width: 100%;}
    .sub_products .graph_icon03 ul li a{ margin: 0; padding: 30px;}

    .sub_products .graph_img04{ padding-bottom: 50px;}
    .sub_products .graph_img04 ul{ margin: 0;}
    .sub_products .graph_img04 ul li{ margin: 30px 0 0 0; width: 100%;}
    .sub_products .graph_img04 ul li a{ margin: 0;}
    .sub_products .graph_img04.w50 ul li{ width: 100% !important;}
    .sub_products .graph_img04 .lr{ transform:translate(-50%,-60%) rotate(90deg);}

    .sub_products .btn_01{ margin: 30px 0 0 0; width: auto;}
}



.sub_margin{ margin: 80px 0 0 0;}
@media(max-width:767px){
    .sub_margin{ margin: 50px 0 0 0 !important;}
}


.company_introduce{}
.company_introduce .ci01{ padding: 0 50px;}
.company_introduce .ci01 .row{ margin: 0 auto; max-width: 1200px; text-align: center;}
.company_introduce .ci01 .tit{ font-size: 25px; font-weight: 500;}
.company_introduce .ci01 .tit span{ font-weight: 700; color: #105499;}
.company_introduce .ci01 .txt{ margin: 30px 0 0 0; line-height: 25px; font-size: 15px; color: #666;}
.company_introduce .ci02{ margin: 80px 0 0 0; padding: 0 50px; background: url(/images/company_introduce_01.jpg) center; background-size: cover;}
.company_introduce .ci02 .row{ display: flex; align-items: center; margin: 0 auto; padding: 100px 0; max-width: 1200px;}
.company_introduce .ci02 .row img{ display: block; margin: 0 50px 0 0;}
.company_introduce .ci02 .row .fr{ width: 100%;}
.company_introduce .ci02 .row .fr ul{ display: flex; flex-wrap: wrap;}
.company_introduce .ci02 .row .fr ul li{ padding: 10px 0; width: 25%;}
.company_introduce .ci02 .row .fr ul li p{ text-align: right; font-size: 18px; color: #105499;}
.company_introduce .ci03{ margin: 80px 0 0 0; padding:  0 50px;}
.company_introduce .ci03 .row{ margin: 0 auto; max-width: 1200px;}
.company_introduce .ci03 .ft{ text-align: center;}
.company_introduce .ci03 .ft .tit{ font-size: 35px; font-weight: 500;}
.company_introduce .ci03 .ft .txt{ font-size: 18px; color: #666;}
.company_introduce .ci03 .img{ margin: 50px 0 0 0;}
.company_introduce .ci03 .img img{ display: block; width: 100%;}
.company_introduce .ci03 .img img.pc{}
.company_introduce .ci03 .img img.mobile{ display: none;}
.company_introduce .ci03 ul{ display: flex; margin: 50px -25px 0 -25px;}
.company_introduce .ci03 ul li{ width: 25%;}
.company_introduce .ci03 ul li a{ display: block; margin: 0 25px;}
.company_introduce .ci03 ul li a .number{ display: flex; height: 50px; border-bottom: 3px solid #DDD;}
.company_introduce .ci03 ul li a .number p{ height: 50px; border-bottom: 3px solid #105499; line-height: 50px; font-size: 30px; font-weight: 500; color: #105499;}
.company_introduce .ci03 ul li a .ft{ display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
.company_introduce .ci03 ul li a .ft .tit{ font-size: 25px; font-weight: 500; color: #105499;}
.company_introduce .ci03 ul li a .ft img{ display: block; width: 60px; height: 60px;}
.company_introduce .ci03 ul li a .txt{ line-height: 25px; font-size: 15px; color: #666;}
.company_introduce .ci04{ margin: 80px 0 -80px 0; padding: 80px 50px; background: #f5f5f5;}
.company_introduce .ci04 .row{ margin: 0 auto; max-width: 1200px; text-align: center;}
.company_introduce .ci04 .row .tit{ font-size: 35px; font-weight: 500;}
.company_introduce .ci04 .row .txt{ font-size: 25px;}
.company_introduce .ci04 .row .tt{ font-size: 18px; color: #666;}
.company_introduce .ci04 .row .tt span{ font-weight: 500; text-transform: uppercase; color: #105499;}
.company_introduce .ci04 .row .img{ display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0; padding: 80px 0; background: #FFF;}
.company_introduce .ci04 .row .img img{ display: block; margin: 0 50px;}
.company_introduce .ci04 .row .btn{ display: flex; justify-content: center; margin: 50px 0 0 0;}
.company_introduce .ci04 .row .btn a{ display: flex; justify-content: center; align-items: center; margin: 0 10px; padding: 0 0 2px 0; width: 220px; height: 45px; background: #105499; cursor: pointer;}
.company_introduce .ci04 .row .btn a p{ font-size: 15px; color: #FFF;}
.company_introduce .ci04 .row .btn a i{ margin: 0 0 0 5px; font-size: 18px; color: #FFF;}
@media(max-width:1000px){
    .company_introduce .ci01 .txt{ padding: 0;}
    .company_introduce .ci02 .row img{ margin: 0 30px 0 0; width: 150px;}
    .company_introduce .ci02 .row .fr ul li p{ font-size: 15px;}
    .company_introduce .ci03 ul{ flex-wrap: wrap; margin: 20px -25px 0 -25px;}
    .company_introduce .ci03 ul li{ margin: 30px 0 0 0; width: 50%;}
    .company_introduce .ci04 .row .img img{ margin: 0 30px;}
    .company_introduce .ci04 .row .img img:nth-child(1){ height: 120px;}
    .company_introduce .ci04 .row .img img:nth-child(2){ height: 80px;}
}
@media(max-width:767px){
    .company_introduce .ci01{ padding: 0 15px;}
    .company_introduce .ci01 .tit{ font-size: 20px;}
    .company_introduce .ci01 .tit br{ display: none;}
    .company_introduce .ci01 .txt{ margin: 30px 0 0 0;}
    .company_introduce .ci02{ margin: 50px 0 0 0; padding: 0 15px;}
    .company_introduce .ci02 .row{ display: block; padding: 50px 0;}
    .company_introduce .ci02 .row img{ margin: 0 auto 30px auto;}
    .company_introduce .ci02 .row .fr{ width: 100%;}
    .company_introduce .ci02 .row .fr ul li{ padding: 10px 0; width: 50%;}
    .company_introduce .ci02 .row .fr ul li p{ padding: 0 0 0 25%; text-align: left; font-size: 15px;}
    .company_introduce .ci03{ margin: 50px 0 0 0; padding:  0 15px;}
    .company_introduce .ci03 .ft .tit{ font-size: 30px;}
    .company_introduce .ci03 .ft .txt{ font-size: 16px;}
    .company_introduce .ci03 ul{ margin: 0;}
    .company_introduce .ci03 ul li{ margin: 20px 0 0 0; width: 100%;}
    .company_introduce .ci03 ul li a{ margin: 0;}
    .company_introduce .ci04{ margin: 50px 0 0 0; padding: 50px 15px;}
    .company_introduce .ci04 .row .tit{ font-size: 30px;}
    .company_introduce .ci04 .row .tt{ font-size: 16px;}
    .company_introduce .ci04 .row .tt br{ display: none;}
    .company_introduce .ci04 .row .img{ flex-direction: column; margin: 50px 0 0 0; padding: 50px 0;}
    .company_introduce .ci04 .row .img img{ margin: 15px 0; max-width: 80%;}
    .company_introduce .ci04 .row .btn{ margin: 50px -5px 0 -5px;}
    .company_introduce .ci04 .row .btn a{ margin: 0 5px; width: 50%;}
}


.company_history{}
.company_history ul{}
.company_history ul li{ display: none;}
.company_history ul li a{}
.company_history ul li a dl{ position: relative; padding: 50px 0 50px 50%; text-align: center;}
.company_history ul li a dl dt{ position: absolute; top: 45px; right: 50%; left: 0; transform:translate(0,0); line-height: 60px; font-size: 60px; font-weight: 700; color: #105499;}
.company_history ul li a dl dt:before{ content: ""; display: block; position: absolute; top: 50%; right: 0; left: 70%; border-top: 1px solid #DDD;}
.company_history ul li a dl dt:after{ content: ""; display: block; box-sizing: border-box; position: absolute; top: 50%; right: -8px; margin: -8px 0 0 0; width: 16px; height: 16px; border-radius: 50%; border: 3px solid #105499; background: #FFF;}
.company_history ul li a dl dd{ display: flex; padding: 15px 0; text-align: left; line-height: 20px; font-size: 15px; color: #666;}
.company_history ul li a dl dd span{ flex: 0 0 100px; display: block; text-align: center; font-size: 20px; font-weight: 500;}
.company_history ul li.on{ display: block;}
@media(max-width:1000px){
    .company_history ul li a dl dt{ text-align: left;}
    .company_history ul li a dl dt:before{ left: 50%;}
}
@media(max-width:767px){
    .company_history ul li a dl{ padding: 15px 0 15px 30%;}
    .company_history ul li a dl dt{ top: 20px; right: 70%; line-height: 30px; font-size: 30px;}
    .company_history ul li a dl dt:before{ left: 70%;}
    .company_history ul li a dl dt:after{ right: -6px; margin: -6px 0 0 0; width: 12px; height: 12px; border: 2px solid #105499;}
    .company_history ul li a dl dd{ padding: 10px 0;}
    .company_history ul li a dl dd span{ flex: 0 0 60px;}
}


.company_management{}
.company_management ul{ display: flex; flex-wrap: wrap; margin: -30px -15px 0 -15px;}
.company_management ul li{ margin: 30px 0 0 0; width: 50%;}
.company_management ul li a{ display: block; margin: 0 15px; padding: 0 0 50px 0; height: 100%; border: 1px solid #DDD;}
.company_management ul li a .ft{ display: flex; justify-content: center; align-items: center; padding: 50px; width: 100%;}
.company_management ul li a .ft img{ flex: 0 0 180px; margin: 0 30px 0 0; width: 150px;}
.company_management ul li a .ft .ftr{}
.company_management ul li a .ft .ftr .txt{ font-size: 15px; color: #999;}
.company_management ul li a .ft .ftr .name{ font-size: 35px; font-weight: 700; color: #105499;}
.company_management ul li a .ft .ftr .number{ font-size: 20px; color: #666;}
.company_management ul li a .fr{ overflow: hidden; position: relative; margin: 0 50px; max-height: 210px; border-top: 1px solid #DDD;}
.company_management ul li a .fr:before{ content: ""; display: block; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background:linear-gradient(rgba(255 255 255 / 0), rgba(255 255 255 / 100%));}
.company_management ul li a .fr .btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 15; right: 0; bottom: 0; left: 0; height: 45px; border: 1px solid #105499; background: #105499; cursor: pointer;}
.company_management ul li a .fr .btn *{ margin: 0 5px; font-size: 15px; color: #FFF;}
.company_management ul li a .fr .tit{ margin: 50px 0 0 0; font-size: 25px; font-weight: 500;}
.company_management ul li a .fr .txt{ position: relative; margin: 10px 0 0 0; padding: 0 0 0 15px; line-height: 20px; font-size: 15px; color: #666;}
.company_management ul li a .fr .txt:before{ content: ""; display: block; position: absolute; top: 10px; left: 0; width: 8px; height: 1px; background: #999;}
.company_management ul li.on a .fr{ max-height: inherit;}
.company_management ul li.on a .fr:before{ display: none;}
.company_management ul li.on a .fr .btn{ display: none;}
@media(max-width:1000px){
    .company_management ul li{ width: 100%;}
}
@media(max-width:767px){
    .company_management ul li a{ padding: 0 0 30px 0;}
    .company_management ul li a .ft{ padding: 30px;}
    .company_management ul li a .ft img{ flex: 0 0 135px; margin: 0 15px 0 0; width: 120px;}
    .company_management ul li a .fr{ margin: 0 30px;}
}


.company_business{}
.company_business ul{}
.company_business ul li{ margin: 50px 0 0 0; padding: 50px 0 0 0; border-top: 1px solid #DDD;}
.company_business ul li:first-child{ margin: 0; padding: 0; border: 0;}
.company_business ul li .row{ display: flex; align-items: center;}
.company_business ul li .row img{ display: block; margin: 0 50px 0 0;}
.company_business ul li .row .fr{}
.company_business ul li .row .fr .title{ font-size: 35px; font-weight: 700; color: #105499;}
.company_business ul li .row .fr .tit{ font-size: 25px; font-weight: 500;}
.company_business ul li .row .fr .txt{ margin: 50px 0 0 0; line-height: 25px; font-size: 15px; color: #666;}
.company_business ul li .row .fr .btn{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; padding: 0 0 2px 0; width: 220px; height: 45px; background: #105499; cursor: pointer;}
.company_business ul li .row .fr .btn *{ display: block; margin: 0 5px; font-size: 15px; color: #FFF;}
@media(max-width:1000px){
    .company_business ul li .row img{ margin: 0 30px 0 0; width: 350px;}
}
@media(max-width:767px){
    .company_business ul li{ margin: 30px 0 0 0; padding: 30px 0 0 0;}
    .company_business ul li .row{ display: block;}
    .company_business ul li .row img{ margin: 0 0 15px 0; width: 100%;}
    .company_business ul li .row .fr .title{ font-size: 25px;}
    .company_business ul li .row .fr .tit{ font-size: 18px;}
    .company_business ul li .row .fr .txt{ font-size: 14px;}
    .company_business ul li .row .fr .btn{ margin: 30px 0 0 0; padding: 0 10px; width: auto;}
    .company_business ul li .row .fr .btn *{ margin: 0 2.5px; font-size: 14px;}
}


.company_recruit{}
.company_recruit .title{ margin: 80px 0 0 0; text-align: center; font-size: 30px; font-weight: 700; color: #000;}
.company_recruit .cr1{ text-align: center;}
.company_recruit .cr1 img{ display: block; width: 100%;}
.company_recruit .cr1 .tit{ margin: 50px 0 0 0; font-size: 25px; font-weight: 500;}
.company_recruit .cr1 .tit span{ font-weight: 700; color: #105499;}
.company_recruit .cr1 .txt{ margin: 30px 0 0 0; line-height: 25px; font-size: 15px; color: #666;}

.company_recruit .cr2{ margin: 80px 0 0 0; padding: 80px 0; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.company_recruit .cr2 .title{ margin: 0;}
.company_recruit .cr2 ul{ display: flex; margin: 50px -25px 0 -25px;}
.company_recruit .cr2 ul li{ display: flex; width: 25%;}
.company_recruit .cr2 ul li a{ display: block; margin: 0 25px;}
.company_recruit .cr2 ul li a .step{ display: flex; height: 50px; border-bottom: 3px solid #DDD;}
.company_recruit .cr2 ul li a .step span{ display: block; height: 50px; border-bottom: 3px solid #105499; line-height: 50px; font-size: 20px; font-weight: 500; color: #105499;}
.company_recruit .cr2 ul li a .ft{ display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
.company_recruit .cr2 ul li a .ft p{ font-size: 25px; font-weight: 500; color: #000;}
.company_recruit .cr2 ul li a .ft span{ display: block; padding: 20px; width: 80px; height: 80px; border-radius: 50%; border: 1px solid #DDD;}
.company_recruit .cr2 ul li a .ft span img{ display: block; width: 100%;}
.company_recruit .cr2 ul li a .txt{ line-height: 25px; font-size: 15px; color: #666;}

.company_recruit .cr3{}
.company_recruit .cr3 .type_table{ margin: 50px 0 0 0;}

.company_recruit .cr4{}
.company_recruit .cr4 ul{ display: flex; flex-wrap: wrap; margin: 20px -25px 0 -25px;}
.company_recruit .cr4 ul li{ width: 50%;}
.company_recruit .cr4 ul li a{ display: flex; margin: 0 25px; padding: 30px 0 0 0;}
.company_recruit .cr4 ul li a .img{ flex: 0 0 100px; padding: 25px; width: 100px; height: 100px; border-radius: 50%; border: 1px solid #DDD;}
.company_recruit .cr4 ul li a .img img{ display: block; width: 100%;}
.company_recruit .cr4 ul li a .fr{ padding: 0 0 0 15px; width: 100%;}
.company_recruit .cr4 ul li a .fr .tit{ font-size: 20px; font-weight: 500; color: #105499;}
.company_recruit .cr4 ul li a .fr .txt{ margin: 5px 0 0 0; font-size: 15px; color: #666;}

.company_recruit .cr5{ position: relative; margin: 80px 0 0 0;}
.company_recruit .cr5 .text{ display: flex; flex-direction: column; justify-content: center; position: absolute; z-index: 10; top: 0; left: 0; bottom: 0; padding: 0 0 0 80px;}
.company_recruit .cr5 .text .tit{ line-height: 40px; font-size: 30px; font-weight: 500; color: #FFF;}
.company_recruit .cr5 .text .mail{ display: flex; justify-content: center; align-items: center; margin: 40px 0 0 0; padding: 0 0 2px 0; width: 300px; height: 45px; background: #105499; font-size: 15px; color: #FFF;}
.company_recruit .cr5 img{ display: block; width: 100%; height: auto;}
.company_recruit .btn{ display: flex; justify-content: center; align-items: center; margin: 50px auto 0 auto; padding: 0 0 2px 0; width: 300px; height: 45px; background: #105499; font-size: 15px; color: #FFF;}
@media(max-width:1000px){
    .company_recruit .cr2 ul{ flex-wrap: wrap; margin-top: 20px;}
    .company_recruit .cr2 ul li{ margin: 30px 0 0 0; width: 50%;}
    .company_recruit .cr4 ul li{ width: 100%;}
    .company_recruit .cr4 ul li a{ align-items: center;}
    .company_recruit .cr5 .text{ padding: 0 0 0 50px;}
    .company_recruit .cr5 .text .tit{ line-height: 30px; font-size: 20px;}
    .company_recruit .cr5 .text .mail{ margin: 30px 0 0 0;}
}
@media(max-width:767px){
    .company_recruit .title{ margin: 50px 0 0 0; font-size: 25px;}
    .company_recruit .cr1 .tit{ margin: 30px 0 0 0; font-size: 20px;}
    .company_recruit .cr1 .tit br{ display: none;}
    .company_recruit .cr1 .txt{}
    .company_recruit .cr1 .txt br{ display: none;}

    .company_recruit .cr2{ padding: 50px 0;}
    .company_recruit .cr2 ul{ margin: 0;}
    .company_recruit .cr2 ul li{ margin: 30px 0 0 0; width: 100%;}
    .company_recruit .cr2 ul li a{ margin: 0;}
    .company_recruit .cr2 ul li a .ft{ padding: 10px 0;}
    .company_recruit .cr2 ul li a .ft p{ font-size: 20px;}
    .company_recruit .cr2 ul li a .ft span{ width: 70px; height: 70px;}

    .company_recruit .cr3 .type_table{ margin: 30px 0 0 0;}

    .company_recruit .cr4 ul{ margin: 0 -15px;}

    .company_recruit .cr5{  margin: 50px 0 0 0;}
    .company_recruit .cr5 .text{ padding: 0 0 0 15px;}
    .company_recruit .cr5 .text .tit{ line-height: 25px; font-size: 18px;}
    .company_recruit .cr5 .text .mail{ margin: 15px 0 0 0; width: 260px; height: 40px; font-size: 15px;}
    .company_recruit .cr5 img{ margin: 0 0 0 -20%; width: 140%;}
    .company_recruit .btn{ margin: 30px 0 0 0; width: auto;}
}


.company_location{}
.company_location .list{}
.company_location .list > li{ margin: 50px 0 0 0;}
.company_location .list > li:first-child{ margin: 0;}
.company_location .list li .title{ font-size: 25px; font-weight: 500; color: #105499;}
.company_location .list li .map{ margin: 15px 0 0 0; padding: 10px; height: 400px; border: 1px solid #DDD; background: #f0f0f0;}
.company_location .list li ul{ display: flex; flex-wrap: wrap; margin: 0 -10px;}
.company_location .list li ul li{ width: 100%;}
.company_location .list li ul li .box{ margin: 0 10px; padding: 30px; height: 100%; border: 1px solid #DDD; border-top: 0;}
.company_location .list li ul li .box .tt{ padding: 5px 0 5px 100px;}
.company_location .list li ul li .box .tt .tit{ float: left; margin: 0 0 0 -100px; line-height: 30px; font-size: 16px; font-weight: 500; color: #999;}
.company_location .list li ul li .box .tt .txx{ width: 100%; line-height: 20px; font-size: 15px; font-weight: 500; color: #000;}
.company_location .list li ul li .box .tt .txt{ padding: 5px 0; font-size: 15px; color: #000;}
.company_location .list li ul li .box .tt .txt i{ font-size: 12px; color: #000;}
@media(max-width:767px){
    .company_location .list > li{ margin: 30px 0 0 0;}
    .company_location .list li .title{ font-size: 20px;}
    .company_location .list li .map{ height: 250px;}
    .company_location .list li ul li .box{ padding: 25px;}
    .company_location .list li ul li .box .tt{ padding: 5px 0 5px 60px;}
    .company_location .list li ul li .box .tt .tit{ margin: 0 0 0 -60px; font-size: 13px;}
    .company_location .list li ul li .box .tt .txx{ font-size: 14px;}
    .company_location .list li ul li .box .tt .txt{ font-size: 14px;}
}




.ir_investment{}
.ir_investment ul{ display: flex; margin: 0 -15px;}
.ir_investment ul li{ width: 25%;}
.ir_investment ul li a{ display: block; margin: 0 15px;}
.ir_investment ul li img{ display: block; margin: 0 auto; width: 100%; border: 1px solid #DDD;}
.ir_investment ul li .fr{}
.ir_investment ul li .fr .tit{  margin: 15px 0 0 0; padding: 0 0 30px 0; text-align: center; font-size: 18px; font-weight: 500; color: #000;}
.ir_investment ul li .fr .txt{ display: flex; line-height: 25px; font-size: 15px; color: #000;}
.ir_investment ul li .fr .txt span{ display: block; width: 80px; font-size: 15px; color: #999;}
.ir_investment ul li .fr .txt a{ color: #1da4e2;}
@media(max-width:1000px){
    .ir_investment ul{ flex-wrap: wrap; margin: -50px -15px 0 -15px;}
    .ir_investment ul li{ margin: 50px 0 0 0; width: 50%;}
}
@media(max-width:767px){
    .ir_investment ul{ margin: -30px -15px 0 -15px;}
    .ir_investment ul li{ margin: 30px 0 0 0; width: 100%;}
    .ir_investment ul li .fr .tit{ padding: 0 0 10px 0;}
    .ir_investment ul li .fr .txt{ padding: 0 0 0 60px;}
}


.ir_rule{}
.ir_rule h4{ margin: 50px 0 0 0; font-size: 25px; font-weight: 500; color: #105499;}
.ir_rule dl{}
.ir_rule dl dt{ margin: 30px 0 0 0; font-size: 20px; font-weight: 500;}
.ir_rule dl dd{ margin: 10px 0 0 0; line-height: 25px; font-size: 15px; color: #666;}
@media(max-width:767px){
    .ir_rule h4{ margin: 30px 0 0 0; font-size: 22px;}
    .ir_rule dl dt{ margin: 15px 0 0 0; font-size: 18px;}
    .ir_rule dl dd{ margin: 5px 0 0 0; font-size: 14px;}
}


.customer_support{}
.customer_support ul{ display: flex; flex-wrap: wrap; padding: 1px 0 0 1px;}
.customer_support ul li{ width: 50%;}
.customer_support ul li .row{ display: flex; align-items: center; margin: -1px 0 0 -1px; padding: 30px; height: 300px; border: 1px solid #DDD; background: #FFF;}
.customer_support ul li img{ display: block; margin: 0 30px 0 0; width: 180px;}
.customer_support ul li .fr{ width: 100%;}
.customer_support ul li .fr .name{ font-size: 16px; color: #105499;}
.customer_support ul li .fr .tit{ padding: 0 0 10px 0; font-size: 25px; font-weight: 500; color: #000;}
.customer_support ul li .fr .txt{ display: flex; padding: 5px 0; line-height: 20px; font-size: 15px; color: #000;}
.customer_support ul li .fr .txt span{ display: block; width: 100px; font-size: 15px; color: #999;}
.customer_support ul li .fr .txt a{ color: #1da4e2;}
@media(max-width:1300px){
    .customer_support ul li img{ width: 150px;}
}
@media(max-width:1000px){
    .customer_support ul li{ width: 100%;}
    .customer_support ul li .row{ height: auto;}
    .customer_support ul li img{ width: 220px;}
}
@media(max-width:767px){
    .customer_support ul li .row{ display: block; padding: 0 30px 30px 30px;}
    .customer_support ul li img{ margin: 0 auto; width: 250px;}
    .customer_support ul li .fr .name{ margin: -20px 0 0 0; text-align: center;}
    .customer_support ul li .fr .tit{ margin: 0 0 30px 0; padding: 0 0 30px 0; border-bottom: 1px solid #DDD; text-align: center;}
    .customer_support ul li .fr .txt{ display: flex; padding: 5px 0; line-height: 20px; font-size: 15px; color: #000;}
    .customer_support ul li .fr .txt span{ display: block; width: 100px; font-size: 15px; color: #999;}
    .customer_support ul li .fr .txt a{ color: #1da4e2;}
}











.pr_news{ margin: 20px -15px 0 -15px;}
.pr_news ul{ display: flex; flex-wrap: wrap;}
.pr_news ul li{ margin: 30px 0 0 0; width: 33.333%;}
.pr_news ul li a{ display: block; margin: 0 15px; cursor: pointer; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.pr_news ul li a .img{ position: relative;}
.pr_news ul li a .img span{ display: block; position: absolute; top: 0; left: 0; padding: 0 15px; background: #105499; line-height: 35px; font-size: 15px; color: #FFF;}
.pr_news ul li a .img img{ display: block; width: 100%; height: auto;}
.pr_news ul li a .tit{ margin: 15px 0 0 0; line-height: 20px; font-size: 18px; font-weight: 500; color: #000;}
.pr_news ul li a .date{ margin: 5px 0 0 0; font-size: 15px; color: #999;}
@media(max-width:1000px){
    .pr_news ul li{ width: 50%;}
}
@media(max-width:767px){
    .pr_news{ margin: 0;}
    .pr_news ul li{ margin: 30px 0 0 0; padding: 0; width: 100%;}
    .pr_news ul li a{ margin: 0;}
    .pr_news ul li a .tit{ margin: 10px 0 0 0; font-size: 16px;}
    .pr_news ul li a .date{ font-size: 13px;}
}


.pr_contribute{}
.pr_contribute ul{}
.pr_contribute ul li{ display: flex; align-items: center; margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #DDD;}
.pr_contribute ul li:first-child{ margin: 0; padding: 0; border: 0;}
.pr_contribute ul li img{ display: block; margin: 0 50px 0 0;}
.pr_contribute ul li .fr{}
.pr_contribute ul li .fr .tit{ font-size: 25px; font-weight: 500; color: #105499;}
.pr_contribute ul li .fr .txt{ margin: 20px 0 0 0; line-height: 25px; font-size: 15px; color: #666;}
.pr_contribute ul li .fr .btn{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; padding: 0 25px; width: 300px; height: 50px; background: #105499; cursor: pointer;}
.pr_contribute ul li .fr .btn p{ margin: 0 10px 0 0; font-size: 15px; color: #FFF;}
.pr_contribute ul li .fr .btn i{ font-size: 15px; color: #FFF;}
@media(max-width:1000px){
    .pr_contribute ul li img{ margin: 0 30px 0 0; width: 330px;}
}
@media(max-width:767px){
    .pr_contribute ul li{ display: block; margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #DDD;}
    .pr_contribute ul li img{ margin: 0 0 20px 0; width: 100%;}
    .pr_contribute ul li .fr .tit{ font-size: 20px;}
    .pr_contribute ul li .fr .txt{ margin: 10px 0 0 0; font-size: 15px;}
    .pr_contribute ul li .fr .btn{ margin: 30px 0 0 0; width: auto; height: 45px;}
}




.type_search{ display:flex; justify-content:space-between; align-items:center; padding: 15px 0; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.type_search .fl{}
.type_search .fl p{ font-size:18px; color:#666;}
.type_search .fl p font{ font-weight:500; color:#105499; 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:120px; 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:14px; 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:18px; color:#666; cursor:pointer;}
.type_search .fr .search input{ display:block; margin:0; padding:0 40px 0 15px; width:250px; height:40px; border-radius:0; border:1px solid #DDD; background:none; line-height:38px; font-size:14px; color:#000; outline:none; -webkit-appearance:none;}
@media(max-width:767px){
    .type_search{}
    .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:90px; 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:15px; 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:12px; color:#000; cursor:pointer;}
.type_page .page p.on{ position:relative; z-index:1; border-color:#105499; background:#105499; 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:1px solid #000;}
.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:14px; 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:16px; 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:20px; color:#666; cursor:pointer;}
.type_notice .body li .row .user{ width:15%; display:flex; justify-content:center; align-items:center; font-size:14px; color:#999;}
.type_notice .body li .row .date{ width:15%; display:flex; justify-content:center; align-items:center; font-size:14px; color:#999;}
.type_notice .body li .row .click{ width:15%; display:flex; justify-content:center; align-items:center; font-size:14px; 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:13px; color:#666;}
.type_notice .body li .row .answer.on p{ border:1px solid #105499; background:#105499; 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; padding: 0 0 1px 0; width:35px; height:35px; border-radius:50%; background:#105499; 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_service_example{ margin:30px 0 0 0;}
.type_service_example ul{ display:flex; flex-wrap:wrap; margin:0 -10px;}
.type_service_example ul li{ margin:20px 0 0 0; width:25%;}
.type_service_example ul li a{ display:block; margin:0 10px;}
.type_service_example ul li a img{ display:block; width:100%; border-radius:5px;}
.type_service_example ul li a .tit{ margin:10px 0 0 0; font-size:15px; color:#000; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.type_service_example ul li a .date{ margin:5px 0 0 0; font-size:12px; color:#999;}
@media(max-width:1000px){
    .type_service_example ul li{ width:33.333%;}
}
@media(max-width:767px){
    .type_service_example{ margin:10px 0 0 0;}
    .type_service_example ul{ margin:0 -5px;}
    .type_service_example ul li{ width:50%;}
    .type_service_example ul li a{ margin:0 5px;}
    .type_service_example ul li a .tit{ font-size:14px;}
}


.type_view{}
.type_view .head{ border-top:1px solid #000;}
.type_view .head .tit{ padding:20px 30px; line-height:25px; font-size:20px; font-weight: 500; 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:15px; color:#333;}
.type_view .head ul li font{ display:block; font-size:15px; 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:13px; color:#666;}
.type_view .head ul li span.on{ border:1px solid #105499; background:#105499; color:#FFF;}
.type_view .head ul li .file_page_btn{ display: flex; align-items: center; cursor: pointer;}
.type_view .head ul li .file_page_btn p{}
.type_view .head ul li .file_page_btn font{ font-weight: 500; color: #105499;}
.type_view .head ul li .file_page_btn i{ margin: 0 0 0 5px; font-size: 15px; color: #999; transition: all .5s;}
.type_view .head ul li .file_page_btn.on i{ transform:rotate(180deg);}
.type_view .file_page{ display: none;}
.type_view .file_page ul{ padding: 10px 30px; border-bottom: 1px solid #DDD; background: #f9f9f9;}
.type_view .file_page ul li{ display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #DDD; cursor: pointer;}
.type_view .file_page ul li:last-child{ border: 0;}
.type_view .file_page ul li i{ flex: 0 0 25px; font-size: 18px; color: #105499;}
.type_view .file_page ul li p{ line-height: 20px; font-size: 13px; color: #666;}
.type_view .body{ padding:50px 30px;}
.type_view .body *{ line-height:25px; font-size:15px; color:#333;}
.type_view .body img{ display: inline-block; max-width:100%;}
.type_view .body .file{ display:flex; margin:30px 0 0 0;}
.type_view .body .file a{ display:flex; justify-content:center; align-items:center; padding:0 30px; height:40px; 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:15px; 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:15px; color:#333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.type_view .page li .tit i{ margin:0 0 0 10px; font-size:20px; cursor:pointer;}
.type_view .answer{ display:flex; align-items:center; padding:30px; background:#105499;}
.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{}
    .type_view .head .tit{ padding:15px 0; line-height:20px; font-size:16px;}
    .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 p{ font-size:13px;}
    .type_view .head ul li font{ font-size:13px;}
    .type_view .head ul li span{ padding:0 10px; height:25px; font-size:10px;}
    .type_view .file_page ul{ padding: 10px 10px;}
    .type_view .body{ padding:30px 0;}
    .type_view .body *{ font-size:14px;}
    .type_view .body .file a{ width:100%; height:35px;}
    .type_view .body .file p{ font-size:13px;}
    .type_view .body .file i{ font-size:18px;}
    .type_view .page li{ padding:15px 0 15px 60px;}
    .type_view .page li p{ margin:0 0 0 -60px; width:60px; text-align:left; font-size:13px;}
    .type_view .page li .tit a{ font-size:13px;}
    .type_view .page li .tit i{ margin:0 0 0 5px; font-size:18px;}
    .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:#105499;}
.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 0 20px 0;}
.type_write ul li a > .tit{ width:180px; line-height:35px; font-size:15px; font-weight: 500; color:#000;}
.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:100%;}
.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;}
.type_write ul li a .file .btn p{ font-size:14px; 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:#105499; 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:150px; 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{ margin: 0 0 10px 0; font-size:18px; font-weight: 500; 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:#105499; 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:#105499;}
.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:#105499; background:#105499; 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:#105499; background:#105499; 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:#105499; background:#105499; 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{}
    .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; font-size: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{ font-size:15px;}
    .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_btn_02{ display:flex; justify-content:center; align-items:center; margin:50px auto 0 auto; width:180px; height:45px; border:1px solid #105499; background:#105499; text-align:center; cursor:pointer;}
.type_btn_02 p{ font-size:15px; font-weight: 500; color:#FFF;}
@media(max-width:767px){
    .type_btn_02{ margin:30px auto 0 auto; width:auto; height:45px;}
    .type_btn_02 p{ font-size:15px;}
}


.type_btn_03{ display:block; margin:50px auto 0 auto; width:200px; background:#344db0; text-align:center; line-height:50px; font-size:15px; color:#FFF; cursor:pointer;}
@media(max-width:767px){
    .type_btn_03{ margin:30px auto 0 auto; line-height:40px;}
}


.type_table{}
.type_table table{ border-spacing:0; table-layout:fixed; width:100%;}
.type_table tbody{ width: 100%;}
.type_table tbody tr{}
.type_table tbody tr th{ border-top: 1px solid #DDD; border-bottom: 2px solid #156aab; text-align:center; padding: 15px 5px; font-size: 18px; font-weight: 500; color: #000;}
.type_table tbody tr th p{ font-size: 18px; font-weight: 500; color: #000;}
.type_table tbody tr td{ padding:15px 5px; border-bottom:1px solid #DDD; border-right: 1px solid #DDD; text-align:center; font-size: 15px; color: #666;}
.type_table tbody tr td:first-child{ font-weight: 700;}
.type_table.bold tbody tr td:first-child{ color: #000 !important;}
.type_table tbody tr td:last-child{ border-right: 0;}
.type_table tbody tr td p{ font-size: 15px; color: #666;}
.type_table tbody tr td a{ display: block; padding: 0 5px; text-align: left; font-size: 13px; color: #666;}
@media(max-width:767px){
    .type_table tbody tr th{ font-size: 16px;}
    .type_table tbody tr th p{ font-size: 16px;}
}


.popup_privacy{ overflow:auto; padding:30px; max-height:300px; border-radius:0; border:1px solid #DDD;}
.popup_privacy .tit{ padding:30px 0 0 25px; line-height:20px; font-size:15px; color:#000;}
.popup_privacy .tit font{ display:block; float:left; margin:0 0 0 -25px; line-height:20px; font-size:12px; color:#105499;}
.popup_privacy .txt{ padding:10px 0 10px 25px; line-height:20px; font-size:13px; color:#666;}
.popup_privacy .txt2{ padding:2px 0 2px 40px; line-height:20px; font-size:13px; color:#999;}
.popup_privacy .txt2 font{ display:block; float:left; margin:0 0 0 -15px; line-height:20px; font-size:13px; color:#105499;}
.popup_privacy .tit:first-child{ padding-top:0;}
@media(max-width:767px){
    .popup_privacy{ padding:25px;}
    .popup_privacy .tit{ padding:30px 0 0 15px; font-size:15px;}
    .popup_privacy .tit font{ margin:0 0 0 -15px; font-size:8px;}
    .popup_privacy .txt{ padding:10px 0 10px 15px; font-size:13px;}
    .popup_privacy .txt2{ padding:2px 0 2px 30px;}
    .popup_privacy .txt2 font{ margin:0 0 0 -15px; font-size:10px;}
}



.type_media{ margin: 20px 0 0 0;}
.type_media ul{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 -15px;}
.type_media ul li{ margin: 30px 0 0 0; width: 33.333%;}
.type_media ul li a{ display: block; margin: 0 15px; padding: 0 0 20px 0; border: 1px solid #DDD;}
.type_media ul li a img{ display: block; width: 100%;}
.type_media ul li a p{ margin: 10px 20px 0 20px; min-height: 40px; line-height: 20px; font-size: 18px; font-weight: 500; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}
.type_media ul li a span{ display: block; margin: 10px 20px 0 20px; font-size: 14px; color: #999;}
@media(max-width:767px){
    .type_media{ margin: 0;}
    .type_media ul{ margin: 0;}
    .type_media ul li{ margin: 20px 0 0 0; width: 100%;}
    .type_media ul li a{ margin: 0;}
    .type_media ul li a p{ min-height: auto; font-size: 16px;}
}



/* -개인정보취급방침- */
#privacy *{ padding-bottom: 10px; line-height: 25px; font-size: 15px; color: #666;}
.privacy_list{
    line-height:18px;
}
#privacy .privacy_list dt{ font-size: 18px; font-weight: bold; color:#0f79d6;

    padding-top:30px;
}
.privacy_list dd{
    padding-top:10px;
}













/* 비지니스0102 start */

#content{ width: 1200px;position: relative;margin: 0 auto;}

.subtit{display: block;text-align: center;font-size: 30px; font-weight: 500; letter-spacing: -1px; color: #000; margin-bottom: 50px;}
.tbltit{ font-size: 28px;color: #000; font-weight: 500;letter-spacing: -1px;margin-bottom: 30px;}

.abu-box1{width: 1200px;position: relative;margin: 0 auto;zoom: 1;margin-bottom: 75px;}
.abu-box1:after{display: block;content: '';clear: both;}
.abu-box1 > *{float: left;}
.abu-box1 dt{width: 520px;}
.abu-box1 dd{width: 600px;margin: 40px 0 0 80px;padding: 45px 0 55px 0;background: url('/images/sub/sub1-1-img2-1.jpg') no-repeat 0 0, url('/images/sub/sub1-1-img2-2.jpg') no-repeat 0 bottom;}
.abu-box1 dd h4{display: block;font-size: 33px;line-height: 43px;color: #192b69;letter-spacing: -1.5px;font-weight: normal;white-space: nowrap;}
.abu-box1 dd p{display: block;font-size: 16px;line-height: 27px;color: #555555;letter-spacing: -1px;margin-top: 15px;}
.abu-box1 dd p strong{font-weight: 300;color: #3d8cf4;}

.abu-box2{background: #f7f7f7;padding: 70px 0 0 0;margin: 0 -500px 0 -500px;}
.abu-box2 .inner{width: 1200px;position: relative;margin: 0 auto;padding-bottom: 310px;background: url('/images/sub/sub1-1-img4.jpg') no-repeat center bottom;}
.abu-box2 h4{font-size: 25px;color: #333333;letter-spacing: -1px;text-align: center;display: block;margin-bottom: 40px;font-weight: normal;}
.abu-box2 h4 strong{color: #192b69;}
.abu-box2 h4 img{margin: -5px 3px 0 10px;display: inline-block;vertical-align: middle;}
.abu-box2 ul{margin: -10px;margin-bottom: 50px;}
.abu-box2 ul li{display: inline-block;vertical-align: top;width: 285px;margin: 10px;}
.abu-box2 ul li.w33{width: 386px;}
.abu-box2 ul li strong{line-height: 40px;text-align: center;display: block;text-decoration: none;border: 1px solid #3d8cf4;font-size: 16px;color: #3d8cf4;font-weight: 300;}
.abu-box2 ul li p{text-align: center;margin-top: 20px;margin-bottom: 15px;font-size: 14px;line-height: 20px;color: #777777;}
.abu-box2 h5{font-size: 25px;letter-spacing: -1px;color: #333333;font-weight: normal;text-align: center;display: block;}
.abu-box2 h5 strong{color: #3d8cf4;}

.loc-map .info{background: #f5f5f5;padding: 30px;text-align: center;}
.loc-map .info li{display: inline-block;vertical-align: top;text-align: left;margin: 0 35px;position: relative;padding-left: 105px;}
.loc-map .info li strong{position: absolute;top: -3px;left: 0;font-size: 17px;color: #333333;}
.loc-map .info li strong img{margin-right: 15px;}
.loc-map .info li p{display: block;font-size: 16px;line-height: 25px;color: #555555;}

/* 콘텐츠 상단 간략 소개 박스 */
.infobox1{border: 4px solid #e7e7e7;margin-bottom: 60px;margin-top: 35px;padding: 40px;position: relative;text-align: center;}
.infobox1 hr{margin: 0;padding: 0;border: none;margin-bottom: -50px;}
.infobox1 .tit{display: inline-block;padding: 0 40px;background: #fff;position: relative;top: -80px;}
.infobox1 .tit h3{ font-size: 30px; font-weight: 500; color: #000;letter-spacing: -1px; text-align: center;}
.infobox1 .tit em{font-style: normal;font-size: 20px;color: #333333;letter-spacing: -1px;}
.infobox1 .img{display: inline-block;vertical-align: middle;margin-right: 100px;}
.infobox1 .txt{display: inline-block;vertical-align: middle;text-align: left;color: #555555;letter-spacing: -1px;}
.infobox1 .txt strong{display: block;font-size: 18px;line-height: 27px;color: #333333;font-weight: 300;}
.infobox1 .txt p{display: block;font-size: 16px;line-height: 27px;color: #555555;}

/* 콘텐츠 영역 그레이 배경 */
.infobox2{padding: 80px 0;background: #f7f7f7;width: 2000px;position: relative;left: 50%;margin-left: -1000px;}
.infobox2 .inner{width: 1200px;position: relative;margin: 0 auto;}

/* 콘텐츠 영역 흰색 배경 */
.infobox3{ padding: 80px 0 0 0;}
.infobox3 .inner{width: 1200px;position: relative;margin: 0 auto;}

/* 콘텐츠 영역 내 대제목 */
.conttit1{ text-align: center; font-size: 30px; font-weight: 500; color: #000; letter-spacing: -1px; margin-bottom: 50px;}
.conttit1 strong{font-weight: 500;color: #192b69;}

.conttit-span1{display: block;text-align: center;margin-top: -30px;margin-bottom: 50px;font-size: 16px;line-height: 27px;color: #555555;}

/* 가로 3개 썸네일 리스트 */
.infolist1{margin: -10px;}
.infolist1 > li{display: inline-block;margin: 10px;vertical-align: top;width: 384px;border: 1px solid #ddd;background: #fff;min-height: 575px;}
.infolist1 .tmb{border-bottom: 1px solid #ddd;}
.infolist1 .tmb img{max-width: 100%;height: auto;}
.infolist1 .info{padding: 35px;padding-bottom: 0;}
.infolist1 .info .tit{font-size: 20px;color: #112a81;letter-spacing: -1px;display: block;margin-bottom: 10px;font-weight: 500;}
.infolist1 .info ul li{font-size: 15px;line-height: 22px;color: #777777;padding-left: 13px;position: relative;letter-spacing: -1px;}
.infolist1 .info ul li:before{content: '';display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 2px;background: #ddd;}
.infolist1 .info ul li strong{color: #444444;}
.infolist1 .info .strong{display: block;text-align: center;line-height: 40px;background: #f3f5f8;font-size: 14px;color: #112a81;font-weight: 300;margin-top: 15px;}
.infolist1.h480 > li{min-height: 480px;}
.infolist1.len2 > li{width: 587px;}

/* 가로 3개 하늘색 배경 특징박스 */
.infolist2{ display: flex; flex-wrap: wrap; margin: -8px;}
.infolist2 li{  width: 33.333%; margin: 8px;vertical-align: top;background: #f3f5f8;width: 389px;height: 190px;text-align: center;box-sizing: border-box;padding-top: 20px;}
.infolist2 li img{display: block;margin: 0 auto;margin-bottom: 20px;}
.infolist2 li p{display: block;text-align: center;font-size: 15px;line-height: 20px;letter-spacing: -1px;}
.infolist2.len4{margin: -5px;}
.infolist2.len4 li{width: 292px;margin: 5px;}

/* 가로 2개 웹진형 리스트 */
.infolist3{margin: -10px;}
.infolist3 > li{position: relative;margin: 10px;width: 590px;border: 1px solid #ddd;height: 201px;box-sizing: border-box;background: #fff;vertical-align: top;padding-left: 270px;}
.infolist3 .tmb{position: absolute;top: 0;left: 0;}
.infolist3 .tit{display: block;margin-bottom: 10px;margin-top: 35px;font-size: 17px;color: #222222;letter-spacing: -1px;font-weight: 300;}
.infolist3 .txt{display: block;font-size: 14px;line-height: 22px;color: #777777;}

/* 가로 2개 이미지 썸네일 리스트 */
.infolist3{ display: flex; flex-wrap: wrap; margin: -10px;}
.infolist3 li{margin: 10px;display: inline-block;vertical-align: top;width: 590px;}
.infolist3 li p{display: block;text-align: center;font-size: 18px;color: #fff;letter-spacing: -1px;line-height: 50px;background: #398eff;}

/* 파트별 기능 소개 */
.detbox1{position: relative;zoom: 1;border: 1px solid #ddd;padding: 50px;padding-left: 500px;min-height: 500px;box-sizing: border-box;}
.detbox1 dt{position: absolute;top: 50px;left: 50px;}
.detbox1 dt img{max-width: 100%;height: auto;width: 400px;}
.detbox1 .list{}
.detbox1 .list > li{display: inline-block;vertical-align: top;margin-bottom: 40px; width: 49%;}
.detbox1 .list > li .tit{font-size: 20px;color: #112a81;letter-spacing: -1px;display: block;margin-bottom: 10px;font-weight: 500;}
.detbox1 .list > li ul li{font-size: 15px;line-height: 22px;vertical-align: top;vertical-align: top;color: #777777;padding-left: 13px;position: relative;letter-spacing: -1px;}
.detbox1 .list > li ul li:before{content: '';display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 2px;background: #ddd;}
.detbox1 .list > li ul li strong{color: #444444;}

.prdt1-box1{margin-bottom: 60px;width: 1200px;position: relative;margin: 0 auto;zoom: 1;}
.prdt1-box1:after{display: block;content: '';clear: both;}
.prdt1-box1 > *{float: left;}
.prdt1-box1 dt{width: 796px;border: 1px solid #ddd;}
.prdt1-box1 dt img{max-width: 100%;height: auto;}
.prdt1-box1 dt img.cert{display: block;margin: 35px auto;}
.prdt1-box1 dd{width: 380px;margin-left: 20px;}
.prdt1-box1 dd img{margin-bottom: 16px;}

.prdt3-box1{white-space: nowrap;}
.prdt3-box1 li{display: inline-block;margin-left: 20px;}
.prdt3-box1 li:first-child{margin-left: 0;}

.prdt4-box1{text-align: center;}
.prdt4-box1 li{display: inline-block;margin-left: 80px;}
.prdt4-box1 li:first-child{margin-left: 0;}
.prdt4-box1 li p{display: block;text-align: center;margin-top: 10px;font-size: 18px;text-align: center;letter-spacing: -1px;font-weight: 300;}

.prdt4-box2{ display: flex; flex-wrap: wrap; margin: -15px;margin-top: 60px;}
.prdt4-box2 li{display: inline-block; width: 585px;line-height: 40px;text-align: center;font-size: 16px;letter-spacing: -1px;color: #3d8cf4;border: 1px solid #3d8cf4;box-sizing: border-box;margin: 5px 15px;}

.prdt4-box3{ display: flex; margin: -10px;}
.prdt4-box3 > li{display: inline-block;vertical-align: top;width: 590px;box-sizing: border-box;border: 1px solid #ddd;height: 180px;position: relative;margin: 10px;padding-left: 175px;}
.prdt4-box3 > li > img{position: absolute;top: 35px;left: 35px;}
.prdt4-box3 strong{display: block;margin: 44px 0 10px 0;font-size: 20px;letter-spacing: -1px;font-weight: 300;color: #222222;}
.prdt4-box3 .list li{position: relative;padding: 3px 0;font-size: 14px;color: #777777;letter-spacing: -1px;padding-left: 13px;display: inline-block;margin-right: 20px;box-sizing: border-box;}
.prdt4-box3 .list li.w100p{width: 100%;}
.prdt4-box3 .list li:before{content: '';display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 2px;background: #ddd;}
.prdt4-box3 .list li.no-bull{padding-left: 0;background: none;}
.prdt4-box3 .list li.no-bull:before{display: none;}

.imgbox1{border: 1px solid #ddd;padding: 40px 0;text-align: center;background: #fff;}

.prdt4-box4{ display: flex; margin: 0 -15px;}
.prdt4-box4 li{display: inline-block;width: 585px;line-height: 50px;text-align: center;font-size: 16px;letter-spacing: -1px;color: #fff;background: #398eff;box-sizing: border-box;margin: 5px 15px;}

.prdt5-box1{ display: flex; margin: -10px;}
.prdt5-box1 li{display: inline-block;vertical-align: top;margin: 10px;border: 1px solid #ddd;box-sizing: border-box;width: 590px;height: 215px;padding: 40px;}
.prdt5-box1 li strong{display: block;margin-bottom: 10px;font-size: 20px;line-height: 25px;font-weight: 300;letter-spacing: -1px;color: #222222;}
.prdt5-box1 li p{display: block;font-size: 14px;line-height: 20px;color: #777777;letter-spacing: -1px;}

.prdt5-box2{ display: flex; flex-wrap: wrap;}
.prdt5-box2 > li{position: relative;display: inline-block;vertical-align: middle;width: 50%;margin: 10px 0;padding-left: 230px;min-height: 230px;box-sizing: border-box;}
.prdt5-box2 > li > img{position: absolute;top: 0;left: 0;}
.prdt5-box2 strong{display: block;margin-bottom: 10px;font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 300;margin-top: 40px;}
.prdt5-box2 .list li{position: relative;padding: 3px 0;font-size: 14px;color: #777777;letter-spacing: -1px;padding-left: 13px;display: block;box-sizing: border-box;}
.prdt5-box2 .list li:before{content: '';display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 2px;background: #ddd;}

.prdt5-box3{zoom: 1;}
.prdt5-box3:after{display: block;content: '';clear: both;}
.prdt5-box3 .box{width: 50%;float: left;margin: -10px;}
.prdt5-box3 .box:last-child{margin-left: 20px;}
.prdt5-box3 ul li{display: inline-block;vertical-align: top;width: 285px;vertical-align: top;padding: 10px 7px;}
.prdt5-box3 ul li img{max-width: 100%;height: auto;}

.prdt7-box1{text-align: center;}
.prdt7-box1 li{display: inline-block;position: relative;vertical-align: middle;margin-left: 140px;}
.prdt7-box1 li:before{content: '';display: block;position: absolute;top: 50%;margin-top: -60px;left: -105px;width: 74px;height: 55px;background: url('/images/sub2-7-spr.jpg') no-repeat center center / contain;}
.prdt7-box1 li:first-child{margin-left: 0;}
.prdt7-box1 li:first-child:before{display: none;}
.prdt7-box1 li strong{display: block;margin: 15px 0 5px 0;text-align: center;font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 300;}
.prdt7-box1 li p{display: block;text-align: center;font-size: 14px;line-height: 22px;color: #777777;}

.prdt7-box2{  display: flex; text-align: center;}
.prdt7-box2 li{position: relative;display: inline-block;vertical-align: top;margin-left: 140px;}
.prdt7-box2 li:first-child{margin-left: 0;}
.prdt7-box2 li:before{content: '';display: block;position: absolute;top: 50%;left: -100px;margin-top: -60px;width: 63px;height: 117px;background: url('/images/sub2-7-prc-spr.jpg') no-repeat center center / contain;}
.prdt7-box2 li:first-child:before{display: none;}

.prdt7-box3{ display: flex; flex-wrap: wrap; margin: -10px;}
.prdt7-box3 li{display: inline-block;margin: 10px;}

.prdt8-box1{margin: 0 -500px;white-space: nowrap;}
.prdt8-box1 li{display: inline-block;width: 50%;}
.prdt8-box1 li:first-child{text-align: right;}

.prdt8-box2{ display: flex; margin: -10px;}
.prdt8-box2 > li{ display: inline-block;margin: 10px;vertical-align: top; width: 386px;}
.prdt8-box2 .info{border: 1px solid #ddd;padding: 35px;}
.prdt8-box2 .info strong{display: block;margin-bottom: 10px;font-size: 20px;letter-spacing: -1px;font-weight: 300;color: #222222;}
.prdt8-box2 .info p{font-size: 14px;line-height: 22px;color: #777777;letter-spacing: -1px;}

.prdt8-box3 .img{display: block;margin: 0 auto;}
.prdt8-box3 ul{ display: flex; flex-wrap: wrap; margin: -10px;}
.prdt8-box3 ul li{position: relative;display: inline-block;vertical-align: top;width: 386px;box-sizing: border-box;border: 1px solid #ddd;padding-left: 170px;margin: 10px;min-height: 180px;}
.prdt8-box3 ul li > img{position: absolute;top: 35px;left: 30px;}
.prdt8-box3 ul li strong{display: block;margin-bottom: 10px;margin-top: 60px;font-size: 20px;color: #222222;font-weight: 300;letter-spacing: -1px;}
.prdt8-box3 ul li p{font-size: 14px;color: #777777;}

.reg-step1{margin: -10px;zoom: 1;}
.reg-step1:after{display: block;content: '';clear: both;}
.reg-step1 label{float: left;margin: 10px;border: 1px solid #ddd;width: 224px;height: 160px;text-align: center;box-sizing: border-box;padding-top: 25px;}
.reg-step1 label input{display: none;}
.reg-step1 label p{text-align: center;display: block;font-size: 18px;color: #222222;letter-spacing: -1px;}
.reg-step1 label.on{border-color: #3d8cf4;}
.reg-step1 label.on p{color: #3d8cf4;}

.reg-diag{margin-bottom: 70px;text-align: center;}
.reg-diag li{position: relative;display: inline-block;margin-left: 90px;padding-top: 95px;background-position: center 0;background-repeat: no-repeat;width: 80px;}
.reg-diag li:first-child{margin-left: 0;}
.reg-diag li p{position: relative;display: block;text-align: center;width: 110px;left: 50%;margin-left: -55px;font-size: 16px;letter-spacing: -1px;color: #555555;}
.reg-diag li:before{content: '';display: block;position: absolute;top: 40px;left: -90px;width: 90px;background: #ddd;height: 1px;}
.reg-diag li:first-child:before{display: none;}
.reg-diag li:after{content: '';display: block;position: absolute;top: 23px;left: -60px;background: url('/images/sub/reg-step-spr.jpg') no-repeat center center / contain;width: 32px;height: 32px;}
.reg-diag li:first-child:after{display: none;}
.reg-diag li.step1{background-image: url('/images/sub/reg-step1.jpg');}
.reg-diag li.step2{background-image: url('/images/sub/reg-step2.jpg');}
.reg-diag li.step3{background-image: url('/images/sub/reg-step3.jpg');}
.reg-diag li.step4{background-image: url('/images/sub/reg-step4.jpg');}
.reg-diag li.step5{background-image: url('/images/sub/reg-step5.jpg');}
.reg-diag li.step1.on{background-image: url('/images/sub/reg-step1-on.jpg');}
.reg-diag li.step2.on{background-image: url('/images/sub/reg-step2-on.jpg');}
.reg-diag li.step3.on{background-image: url('/images/sub/reg-step3-on.jpg');}
.reg-diag li.step4.on{background-image: url('/images/sub/reg-step4-on.jpg');}
.reg-diag li.step5.on{background-image: url('/images/sub/reg-step5-on.jpg');}

.count-box{position: relative;display: inline-block;padding: 0 32px;margin: 2px 0;}
.count-box .count{width: 40px;border: 1px solid #ddd;border-width: 1px 0 1px 0;height: 34px;box-sizing: border-box;line-height: 34px;text-align: center;}
.count-box .minus{position: absolute;top: 0;left: 0;width: 32px;height: 34px;border: none;background: url('/images/sub/inp-minus.jpg') no-repeat center center / contain;text-indent: -999em;}
.count-box .plus{position: absolute;top: 0;right: 0;width: 32px;height: 34px;border: none;background: url('/images/sub/inp-plus.jpg') no-repeat center center / contain;text-indent: -999em;}

.agr-box{margin-bottom: 50px;}
.agr-box legend{display: block;margin-bottom: 15px;font-size: 18px;color: #000000;font-weight: 300;letter-spacing: -1px;}
.agr-box .scr{display: block;padding: 15px;background: #f3f4f7;height: 200px;border: 1px solid #ddd;overflow-y: scroll;}
.agr-box label{display: block;margin-top: 10px;text-align: right;font-size: 14px;color: #333333;}

.reg-succ{border: 9px solid #e7e7e7;padding: 40px;}
.reg-succ img{display: block;margin: 0 auto;margin-bottom: 25px;}
.reg-succ h5{text-align: center;font-size: 26px;color: #333333;font-weight: normal;letter-spacing: -1px;}
.reg-succ p{display: block;text-align: center;font-size: 16px;line-height: 27px;color: #555555;margin-top: 10px;}

.login fieldset{background: #fafafa;padding: 50px 0;border: 1px solid #ddd;margin-bottom: 20px;}
.login fieldset .inp{width: 400px;height: 50px;line-height: 50px;padding-left: 50px;font-size: 15px;color: #999999;display: block;margin: 0 auto;margin-bottom: 10px;}
.login fieldset .inp.id{background: #fff url('/images/sub/inp-id-ico.jpg') no-repeat 20px center;}
.login fieldset .inp.pw{background: #fff url('/images/sub/inp-pw-ico.jpg') no-repeat 20px center;}
.login fieldset .sbm{display: block;margin: 0 auto;width: 400px;line-height: 60px;font-size: 18px;color: #fff;background: #112a81;border: none;}
.login .mn{margin: -5px;}
.login .mn li{position: relative;display: inline-block;vertical-align: top;border: 1px solid #ddd;box-sizing: border-box;width: 595px;height: 140px;padding-left: 150px;margin: 5px;}
.login .mn li .link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;display: block;}
.login .mn li img{position: absolute;top: 30px;left: 25px;}
.login .mn strong{display: block;margin-bottom: 5px;font-size: 17px;color: #555555;font-weight: 300;margin-top: 35px;}
.login .mn p{font-size: 14px;line-height: 20px;letter-spacing: -1px;color: #888888;}

.buyform{zoom: 1;}
.buyform:after{display: block;content: '';clear: both;}
.buyform > *{float: left;box-sizing: border-box;width: 50%;}
.buyform dt{padding-right: 40px;}
.buyform dt img{border: 1px solid #ddd;width: 100%;height: auto;}
.buyform dd{padding-left: 40px;}
.buyform dd .it-tit{border-bottom: 1px solid #000;padding-bottom: 20px;font-size: 25px;color: #222222;letter-spacing: -1px;padding-left: 5px;display: block;font-weight: normal;}
.buyform dd table{width: 100%;margin: 20px 0;}
.buyform dd table tr > *{padding: 5px;}
.buyform dd table th{width: 150px;font-size: 15px;color: #666666;text-align: left;font-weight: normal;}
.buyform dd table td{font-size: 15px;color: #444444;}
.buyform dd table td strong{font-size: 22px;font-weight: normal;}
.buyform dd .it-cont{display: block;border: 1px solid #ddd;border-width: 1px 0 1px 0;padding: 20px 0;font-size: 14px;line-height: 22px;color: #777777;}
.buyform dd .buy-btn{width: 280px;height: 55px;line-height: 55px;background: #112a81;font-size: 16px;color: #fff;text-align: center;border: none;margin-top: 30px;}
.buyform dd .buy-btn img{margin-right: 10px;margin-top: -2px;}


@media screen and (max-width: 750px){

    #sub{padding-top: 50px;}

    #sub .sub-vis{height: auto;}
    #sub .sub-vis > span {margin: 0 10px;}
    #sub .sub-vis .t1{padding-top: 20px;font-size: 18px;line-height: 1.6em;}
    #sub .sub-vis .t2{font-size: 14px;line-height: 1.6em;}
    #sub .sub-vis .t3{font-size: 12px;line-height: 1.6em;}
    #sub article{margin-bottom: -20px;}

    #lnb{position: static;background: #1e344c;margin-top: 20px;padding: 5px 0;}
    #lnb li a{padding: 0 15px;font-size: 11px;line-height: 30px;margin-top: -1px;}

    #content{ padding: 0; width: 100%; box-sizing: border-box;}

    .subtit{font-size: 16px;margin-bottom: 5px;line-height: 1.4em;}
    .tbltit{font-size: 14px;margin-bottom: 5px;line-height: 1.4em;}

    .abu-box1{width: 100%;margin-bottom: 20px;}
    .abu-box1:after{display: none;}
    .abu-box1 > *{float: none;}
    .abu-box1 dt{width: 100%;}
    .abu-box1 dt img {display: block;width: 100%;}
    .abu-box1 dd{width: 100%;margin: 0;padding: 20px 0 25px 0;-webkit-background-size: auto 15px;background-size: auto 15px;}
    .abu-box1 dd h4{font-size: 16px;line-height: 1.6em;}
    .abu-box1 dd p{font-size: 12px;line-height: 1.6em;}
    .abu-box1 dd p strong{font-weight: 300;color: #3d8cf4;}
    .abu-box1 dd p br {display: none;}

    .abu-box2{padding: 20px 10px;margin: 0 -10px;}
    .abu-box2 .inner{width: 100%;padding-bottom: 120px;-webkit-background-size: auto 100px;background-size: auto 100px;}
    .abu-box2 h4{font-size: 14px;margin-bottom: 20px;line-height: 1.6em;}
    .abu-box2 h4 img{margin: -4px 1px 0 5px;height: 18px;}
    .abu-box2 ul{margin: 0;margin-bottom: 30px;}
    .abu-box2 ul li{width: 100%;margin: 10px 0;}
    .abu-box2 ul li.w33{width: 100%;}
    .abu-box2 ul li strong{line-height: 30px;font-size: 14px;}
    .abu-box2 ul li p{margin-top: 10px;margin-bottom: 10px;font-size: 12px;line-height: 1.6em;}
    .abu-box2 h5{font-size: 16px;line-height: 1.6em;}

    .root_daum_roughmap .wrap_map {height: 180px !important;}
    .loc-map .info{padding: 20px 10px;}
    .loc-map .info li{display: block;margin: 10px 0;padding-left: 60px;}
    .loc-map .info li strong{top: -1px;font-size: 12px;line-height: 20px;}
    .loc-map .info li strong img{margin-right: 5px;height: 20px;}
    .loc-map .info li p{font-size: 12px;line-height: 1.6em;}
    .loc-map .info li p br {display: none;}

    /* 콘텐츠 상단 간략 소개 박스 */
    .infobox1{border: 2px solid #e7e7e7;margin-bottom: 20px;margin-top: 30px;padding: 10px;}
    .infobox1 hr{margin-bottom: -35px;}
    .infobox1 .tit{padding: 0 20px;top: -35px;}
    .infobox1 .tit h3{font-size: 18px;}
    .infobox1 .tit em{font-size: 14px;}
    .infobox1 .img{margin-right: 0;}
    .infobox1 .img img {display: block;width: 60%;margin: 0 auto;}
    .infobox1 .txt{display: block;margin-top: 10px;}
    .infobox1 .txt strong{font-size: 14px;line-height: 1.6em;}
    .infobox1 .txt p{font-size: 12px;line-height: 1.6em;}
    .infobox1 .txt p br {display: none;}
    .infobox1 .txt img {max-width: 100%;}

    /* 콘텐츠 영역 그레이 배경 */
    .infobox2{padding: 30px 10px;width: 100%;left: 0; margin-left: 0;}
    .infobox2 .inner{width: 100%;}

    /* 콘텐츠 영역 흰색 배경 */
    .infobox3{ padding: 50px 0 0 0; width: 100%;}
    .infobox3 .inner{width: 100%;}

    /* 콘텐츠 영역 내 대제목 */
    .conttit1{font-size: 16px;margin-bottom: 30px;}

    .conttit-span1{margin-top: 0;margin-bottom: 20px;font-size: 12px;line-height: 1.6em;}
    .conttit-span1 br {display: none;}

    .mb20 {margin-bottom: 20px !important;}
    .mt30 {margin-top: 15px !important;}
    .mt70 {margin-top: 20px !important;}

    /* 가로 3개 썸네일 리스트 */
    .infolist1{margin: 0;}
    .infolist1 > li{display: block;margin: 10px 0;width: 100%;box-sizing: border-box;min-height: auto;}
    .infolist1 .tmb img {display: block;width: 100%;}
    .infolist1 .info{padding: 10px;}
    .infolist1 .info .tit{font-size: 14px;margin-bottom: 5px;}
    .infolist1 .info ul li{font-size: 12px;line-height: 1.6em;}
    .infolist1 .info ul li br {display: none;}
    .infolist1 .info .strong{line-height: 30px;font-size: 12px;margin-top: 10px;}
    .infolist1.h480 > li{min-height: auto;}
    .infolist1.len2 > li{width: 100%;}

    /* 가로 3개 하늘색 배경 특징박스 */
    .infolist2{margin: 0;}
    .infolist2 li{display: block;margin: 1%;width: 48%;height: auto;padding: 10px 20px;}
    .infolist2 li img{height: 40px;margin-bottom: 10px;}
    .infolist2 li p{font-size: 12px;line-height: 1.6em;}
    .infolist2.len4{ flex-wrap: wrap; margin: 0;}
    .infolist2.len4 li{ width: 48%; margin: 1%;}

    /* 가로 2개 웹진형 리스트 */
    .infolist3{margin: 0;}
    .infolist3 > li{margin: 5px 0;width: 100%;height: auto;padding-left: 90px;}
    .infolist3 .tmb{position: static;}
    .infolist3 .tmb img {display: block;width: 100%;}
    .infolist3 .tit{margin: 10px 5px 5px 5px;font-size: 14px;line-height: 1.4em;}
    .infolist3 .txt{margin: 5px 5px 10px 5px;font-size: 12px;line-height: 1.6em;}

    /* 가로 2개 이미지 썸네일 리스트 */
    .infolist3{margin: 0;}
    .infolist3 li{margin: 5px 0;width: 100%;padding-left: 0;height: auto;}
    .infolist3 li p{font-size: 12px;line-height: 1.6em;}
    .infolist3 .tmb {position: static;}
    .infolist3 .tmb img {display: block;width: 100%;}

    /* 파트별 기능 소개 */
    .detbox1{padding: 10px;min-height: auto;}
    .detbox1 dt{position: static;}
    .detbox1 dt img {display: block;width: 100%;}
    .detbox1 dd {margin-top: 10px;}
    .detbox1 .list > li{display: block;margin-bottom: 0;margin-top: 10px;width: 100%;}
    .detbox1 .list > li .tit{font-size: 14px;margin-bottom: 5px;}
    .detbox1 .list > li ul li{font-size: 12px;line-height: 1.6em;}

    .prdt1-box1{margin-bottom: 20px;width: 100%;}
    .prdt1-box1 > *{float: none;}
    .prdt1-box1 dt{width: 100%;box-sizing: border-box;padding: 10px;}
    .prdt1-box1 dt img {width: 100%;display: block;}
    .prdt1-box1 dt img.cert{margin: 15px auto;}
    .prdt1-box1 dd{width: 100%;margin-left: 0;}
    .prdt1-box1 dd img{margin-bottom: 0;margin-top: 10px;width: 100%;}

    .prdt3-box1{white-space: normal;}
    .prdt3-box1 li{display: block;width: 100%;margin: 10px 0;}
    .prdt3-box1 li img {display: block;width: 100%;}

    .mt40 {margin-top: 20px !important;}

    .prdt4-box1{ display: flex; flex-wrap: wrap;}
    .prdt4-box1 li{ width: 50%;margin: 10px 0;}
    .prdt4-box1 li img {display: block;max-width: 60%;margin: 0 auto;}
    .prdt4-box1 li p{font-size: 12px;}

    .prdt4-box2{margin: 0;}
    .prdt4-box2 li{display: block;width: 100%;line-height: 30px;font-size: 11px;margin: 5px 0;}

    .prdt4-box3{ display: block; margin: 0;}
    .prdt4-box3 > li{display: block;width: 100%;bottom: auto;padding: 10px 0;padding-left: 80px;box-sizing: border-box;margin: 10px 0;height: auto;}
    .prdt4-box3 > li > img{top: 50%;left: 15px;height: 50px;margin-top: -25px;}
    .prdt4-box3 strong{margin: 0 0 5px;font-size: 14px;line-height: 1.6em;}
    .prdt4-box3 .list li{display: block;padding: 3px 0;font-size: 12px;line-height: 1.6em;margin: 0;}
    .prdt4-box3 .list li.w100p{width: 100%;}
    .prdt4-box3 .list li:before{content: '';display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 2px;background: #ddd;}
    .prdt4-box3 .list li.no-bull{padding-left: 0;background: none;}
    .prdt4-box3 .list li.no-bull:before{display: none;}

    .imgbox1{padding: 10px;box-sizing: border-box;}
    .imgbox1 img {display: block;width: 100%;}

    .prdt4-box4{ display: block; margin: 0;}
    .prdt4-box4 li{display: block;width: 100%;line-height: 30px;font-size: 12px;margin: 5px 0;}

    .prdt5-box1{ display: block; margin: 0;}
    .prdt5-box1 li{display: block;box-sizing: border-box;margin: 10px 0;width: 100%;height: auto;padding: 10px;}
    .prdt5-box1 li strong{font-size: 14px;line-height: 1.4em;margin-bottom: 5px;}
    .prdt5-box1 li p{font-size: 12px;line-height: 1.6em;}

    .prdt5-box2 > li{display: block;width: 100%;padding-left: 100px;min-height: auto;}
    .prdt5-box2 > li > img{width: 80px;}
    .prdt5-box2 strong{font-size: 14px;line-height: 1.4em;margin: 0 0 5px;}
    .prdt5-box2 .list li{font-size: 11px;line-height: 1.6em;}
    .prdt5-box2 .list li br {display: none;}

    .prdt5-box3 .box{width: 100%;float: none;margin: 10px 0;}
    .prdt5-box3 .box:last-child{margin-left: 0;}
    .prdt5-box3 ul{margin: -1%;}
    .prdt5-box3 ul li{display: inline-block;vertical-align: top;width: 48%;vertical-align: top;padding: 1%;}

    .prdt7-box1 li{display: block;margin: 20px 0;}
    .prdt7-box1 li img {max-width: 50%;display: block;margin: 0 auto;}
    .prdt7-box1 li strong{margin: 10px 0 5px;font-size: 14px;line-height: 1.4em;}
    .prdt7-box1 li p{font-size: 12px;line-height: 1.6em;}

    .prdt7-box2{ display: none;}
    .prdt7-box2 li{display: block;margin-left: 0;}
    .prdt7-box2 li img {display: block;width: 100%;}
    .prdt7-box2 li:first-child{margin-bottom: 10px;}
    .prdt7-box2 li:before{display: none;}

    .prdt7-box3{margin: 0;}
    .prdt7-box3 li{width: 48%;margin: 1%;}
    .prdt7-box3 li img {display: block;width: 100%;}

    .prdt8-box1{margin: 0;}
    .prdt8-box1 li{display: block;width: 100%;background: #3e8bf3;overflow: hidden;}
    .prdt8-box1 li:first-child {background: #f7f7f7;}
    .prdt8-box1 li img {width: 140%;display: block;margin-left: 5%;}
    .prdt8-box1 li:first-child img {margin-left: -46%;}

    .prdt8-box2{ display: block; margin: 0;}
    .prdt8-box2 > li{display: block;width: 100%;margin: 10px 0;}
    .prdt8-box2 img {max-width: 100%;}
    .prdt8-box2 .info{padding: 10px;box-sizing: border-box;}
    .prdt8-box2 .info strong{margin-bottom: 5px;font-size: 14px;line-height: 1.4em;}
    .prdt8-box2 .info p{font-size: 12px;line-height: 1.6em;}

    .prdt8-box3 .img{width: 100%;}
    .prdt8-box3 ul{margin: 0;}
    .prdt8-box3 ul li{display: block;width: 100%;padding-left: 70px;margin: 0 0 10px;min-height: 70px;}
    .prdt8-box3 ul li > img{top: 50%;left: 10px;width: 50px;margin-top: -25px;}
    .prdt8-box3 ul li strong{margin-bottom: 5px;margin-top: 13px;font-size: 14px;line-height: 1.4em;}
    .prdt8-box3 ul li p{font-size: 12px;line-height: 1.6em;}

    .reg-step1{margin: -1%;}
    .reg-step1 label{margin: 1%;width: 31.33%;padding-top: 15px;height: 110px;}
    .reg-step1 label img {height: 50px;}
    .reg-step1 label p{font-size: 14px;}

    .reg-diag{margin-bottom: 20px;}
    .reg-diag li{vertical-align: top;margin-left: 1%;padding-top: 35px;width: 18%;-webkit-background-size: 30px auto;}
    .reg-diag li p{font-size: 12px;width: 100%;margin-left: 0;left: 0;}
    .reg-diag li:before{top: 15px;width: 100%;left: -50%;z-index: -1;}
    .reg-diag li:after{top: 8px;left: -13%;width: 14px;height: 14px;}
    .reg-diag li.on p{color: #000;}

    .count-box{padding: 0 28px;}
    .count-box .count{width: 30px;height: 30px;line-height: 28px;padding-left: 5px;font-size: 11px;}
    .count-box .minus{width: 28px;height: 30px;}
    .count-box .plus{width: 28px;height: 30px;}

    .agr-box{margin-bottom: 20px;}
    .agr-box legend{font-size: 16px;margin-bottom: 5px;}
    .agr-box .scr{padding: 10px;height: 120px;}
    .agr-box label{margin-top: 5px;font-size: 11px;}

    .reg-succ{border: 2px solid #e7e7e7;padding: 10px;}
    .reg-succ img{max-width: 30%;margin-bottom: 10px;}
    .reg-succ h5{font-size: 16px;line-height: 1.6em;}
    .reg-succ p{font-size: 12px;line-height: 1.6em;}

    .login fieldset{padding: 10px;}
    .login fieldset .inp{width: 100%;height: 30px;line-height: 30px;padding-left: 30px;font-size: 12px;margin-bottom: 5px;-webkit-background-size: 22px auto;background-size: 22px auto;background-position: 8px 50% !important;}
    .login fieldset .sbm{width: 100%;line-height: 30px;font-size: 12px;}
    .login .mn{margin: 0;}
    .login .mn li{width: 100%;height: auto;padding: 20px 0;padding-left: 100px;margin: 5px 0;box-sizing: border-box;}
    .login .mn li img{height: 70px;top: 15px;left: 15px;}
    .login .mn strong{font-size: 16px;margin-top: 0;}

    .buyform{zoom: 1;}
    .buyform:after{display: block;content: '';clear: both;}
    .buyform > *{float: left;box-sizing: border-box;width: 50%;}
    .buyform dt{padding-right: 40px;}
    .buyform dt img{border: 1px solid #ddd;width: 100%;height: auto;}
    .buyform dd{padding-left: 40px;}
    .buyform dd .it-tit{border-bottom: 1px solid #000;padding-bottom: 20px;font-size: 25px;color: #222222;letter-spacing: -1px;padding-left: 5px;display: block;font-weight: normal;}
    .buyform dd table{width: 100%;margin: 20px 0;}
    .buyform dd table tr > *{padding: 5px;}
    .buyform dd table th{width: 150px;font-size: 15px;color: #666666;text-align: left;font-weight: normal;}
    .buyform dd table td{font-size: 15px;color: #444444;}
    .buyform dd table td strong{font-size: 22px;font-weight: normal;}
    .buyform dd .it-cont{display: block;border: 1px solid #ddd;border-width: 1px 0 1px 0;padding: 20px 0;font-size: 14px;line-height: 22px;color: #777777;}
    .buyform dd .buy-btn{width: 280px;height: 55px;line-height: 55px;background: #112a81;font-size: 16px;color: #fff;text-align: center;border: none;margin-top: 30px;}
    .buyform dd .buy-btn img{margin-right: 10px;margin-top: -2px;}

    #content .map_list tr > * {height: auto;}
    .map_list tr > * {font-size: 11px;}
    .left_tx{padding-left:5px; font-size:11px; }

    #content .bottom_search {padding: 5px;}
    #content .bottom_search select {margin: 0;height: 30px;font-size: 11px;}
    #content .bottom_search select option {font-size: 11px;}
    #content .bottom_search input[type=text] {margin: 0;width: 120px;height: 30px;}
    #content .bottom_search button {margin: 0;height: 30px;padding: 0 10px;}

    #content .boardlist_table tr > * {font-size: 11px;height: 30px;}
    #content .boardlist_table .none {display: none;}

    #content .faq_list li {padding: 10px 10px 10px 30px;font-size: 11px;}
    #content .faq_list li.q {background-position: 5px 50%;}
    #content .faq_list li.a {padding-left: 53px;background-position: 28px 8px;}
    #content .faq_list li.a p {font-size: 11px;line-height: 1.6em;}


    /* 팝업 */
    .popup {
        width:90% !important;
        height:auto !important;
        top: 5% !important;
        left: 5% !important;
    }
    .popup > div:first-child {height: auto !important;}


    /* 회원 */
    #content table.wirte_type{table-layout: fixed;}
    #content table.wirte_type th,
    #content table.wirte_type td{padding: 5px 2px;font-size: 11px;line-height: 1.6em;}
    #content table.wirte_type th{font-size: 11px;}
    #content table.wirte_type td input[type=text],
    #content table.wirte_type td input[type=password]{height:30px; line-height:30px; text-indent:5px;font-size: 11px;}
    #content table.wirte_type td p.table_btn ~ p {width: 100%;}
    #content table.wirte_type td p input[type=text],
    #content table.wirte_type td p input[type=password]{width:98% !important;}
    #content #birthday {display: block;}
    #content table.wirte_type td p{ line-height:30px; height:30px; margin-top:5px;}
    #content table.wirte_type td p span{ line-height:28px;font-size: 11px;}
    #content table.wirte_type td p.clear{padding:5px 0 0 0;}
    #content table.wirte_type td select{height:30px; line-height:26px;font-size: 11px;}
    #content table.wirte_type td textarea{width:98%; height:120px; font-size: 11px;}
    #content table.wirte_type td .table_btn a{height:30px; line-height:30px; padding:0 5px;font-size: 11px;}

    #content .wmBtnWrap .loginBtn1,
    #content .wmBtnWrap .loginBtn2 {width:auto;height:30px; line-height:30px;font-size: 11px;padding: 0 10px;}

    #content .agree_box {padding: 10px;}
    #content .wmJoinWrap {border: 5px solid #f1f1f1;padding: 10px;}
    #content .wmJoinWrap .wmJoinCourseWrap {width:100%;padding-top: 20px;}
    #content .wmJoinWrap .wmJoinArea {margin-bottom: 30px;padding-bottom: 30px;}
    #content .wmJoinWrap .wmJoinArea .wmJoinAreaTitle {font-size:16px;color: #333;}
    #content .wmJoinWrap .wmJoinArea .wmJoinAreaCheck {font-family: empty;font-size: 0;}
    #content .wmJoinWrap .wmJoinArea .wmJoinAreaCheck label {display: block;font-family: ns;}
    #content .wmJoinWrap .wmJoinArea .wmJoinBox {width:100%;}
    #content .wmBtnWrap {padding: 15px 0;}
    #content .wmBtnWrap .loginBtn1,
    #content .wmBtnWrap .loginBtn2 {width:auto;height:30px; line-height:30px;font-size: 11px;padding: 0 10px;}


    .tbl-scroll {display: block;overflow-x: auto;}


}

/* 비지니스0102 end */








.table1{ border-spacing:0; table-layout:fixed; width:100%;}
.table1 tr > *{padding: 15px;border: 1px solid #ddd;}
.table1 thead th{text-align: center;font-size: 17px;color: #fff;background: #92a1b5;font-weight: normal;}
.table1 tbody th{width: 280px;text-align: center;font-size: 17px;font-weight: normal;letter-spacing: -1px;border-right: none;background: #f3f4f7;color: #222222;}
.table1 tbody td{font-size: 15px;line-height: 25px;color: #555555;letter-spacing: -1px;}
.table1 .lab-desg{line-height: 30px;padding-left: 25px;font-size: 15px;color: #555555;background: url('/images/sub/chk-bull.jpg') no-repeat 0 center;margin-right: 10px;}
.table1 .lab-desg input{display: none;}
.table1 .lab-desg.on{background-image: url('/images/sub/chk-bull-on.jpg');}
.table1 .lab-desg.w150{width: 150px;display: inline-block;vertical-align: middle;}
.table1 strong.blue{font-size: 16px;color: #3d8cf4;font-weight: 300;}
.table1 .sment{display: inline-block;margin-left: 15px;font-size: 14px;color: #888888;letter-spacing: -1px;vertical-align: middle;}

.table2{ border-spacing:0; table-layout:fixed; width:100%; border-top: 2px solid #333;}
.table2 tr > *{padding: 15px;border: 1px solid #ddd;border-width: 1px 0 1px 0;text-align: center;}
.table2 thead th{text-align: center;font-size: 17px;color: #000;background: #f3f4f7;font-weight: normal;border-width: 1px 0 1px 0;}
.table2 tbody th{width: 280px;text-align: center;font-size: 17px;font-weight: normal;letter-spacing: -1px;border-right: none;background: #f3f4f7;color: #222222;}
.table2 tbody td{font-size: 15px;line-height: 25px;color: #555555;letter-spacing: -1px;}
.table2 strong.prc{font-size: 20px;color: #333333;font-weight: 300;}
.table2 dl{position: relative;text-align: left;}
.table2 dl > *{display: inline-block;vertical-align: middle;}
.table2 dl dt{width: 120px;height: 120px;border: 1px solid #ddd;margin-right: 20px;}
.table2 dl dt img{width: 100%;height: 100%;}
.table2 dl dd{position: relative;width: 370px;padding-right: 120px;box-sizing: border-box;}
.table2 dl dd .tit{display: block;font-size: 15px;color: #555555;letter-spacing: -1px;}
.table2 dl dd .btn{position: absolute;top: 50%;right: 0;margin-top: -20px;padding: 0 20px;}
.table2 .remove{border: none;width: 35px;height: 35px;text-indent: -999em;display: inline-block;background: url('/images/sub/remove-btn.jpg');}

.td-tmb{display: inline-block;vertical-align: middle;margin-right: 10px;width: 50px;height: 50px;}

.tab1{border-bottom: 2px solid #666;}
.tab1 li{vertical-align: top;display: inline-block;width: 210px;}
.tab1 li a{display: block;width: 210px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #ddd;border-bottom: none;font-size: 15px;color: #888888;text-decoration: none;background: #fff;box-sizing: border-box;}
.tab1 li.on a{border: 2px solid #666;border-bottom: none;height: 47px;line-height: 47px;color: #000;margin-bottom: -2px;}

.btnWrap{ margin-top: 40px;text-align: center; }
.btnWrap > *{margin: 0 2px;}
.btn{ display: inline-block;box-sizing: border-box; }
.btn.type1{ background: #112a81;border: 1px solid #112a81;color: #fff !important;font-size: 16px;height: 40px;line-height: 40px;padding: 0 50px; }
.btn.type2{ background: #398eff;border: 1px solid #398eff;color: #fff !important;font-size: 16px;height: 40px;line-height: 40px;padding: 0 50px; }
.btn.type3{ background: #dddddd;border: 1px solid #dddddd;color: #555555 !important;font-size: 16px;height: 40px;line-height: 40px;padding: 0 50px; }
.btn.small{width: 80px;height: 28px;line-height: 28px;font-size: 12px;padding: 0;text-align: center;}
















/*filed -공통*/
.container {padding-top: 105px;}
.intro-container{}
.content-wrap{ margin: 0 auto;}
.content-wrap.width100 {width: 100%;}
.container .content-wrap{width: 1200px;}
.intro-container .content-wrap{width: 100%;}

.content{ padding-top:80px;}
.intro-container .content{margin:0 auto; width:1200px;}

#intro.content{padding-top:0;}
.intro-container #role.content{width:100%;}

.content-item:after{content:'';display:block;clear:both;}
.content-item2 {padding-top: 165px;}

.content-title{margin-bottom:60px;clear:both;}
.content-title .title{font-size: 25px;font-weight: 400;text-align: center;}
.content-title .big-title{color:#282828;font-size:48px;font-weight:bold;letter-spacing: -2px;text-align: center;}

.content-title2 {margin-bottom: 30px; text-align: center;}
.content-title2 .title,
.content-title2 .title span { font-size: 30px; font-weight: 500;}
.content-title2 .text{font-size:18px;}

.board-wrap{overflow: hidden;clear: both;}
.content-wrap > .inner-wrap:after{content:'';display:block;clear: both;}

.content-wrap.width100 > .content > .inner-wrap {margin: 0 auto;width: 1200px;}
.cancer-injection > .tab-wrap,
.cancer-injection > .tab-box > .content > .inner-wrap {margin: 0 auto; width: 1200px;}

/*sub-title 공통*/
.sub-title{width: 100%;clear: both;background: no-repeat center top;/* background-attachment: fixed; */background-size: cover;}
.sub-title .title-wrap{padding:135px 0; text-align:center;}
.sub-title h2{font-size: 52px;font-weight: 100;color: #fff;text-align: center;letter-spacing:-2px;}
.sub-title h2 .bold {font-weight: bold; font-size: 52px;color: #fff;letter-spacing:-2px;}
.sub-title .title {font-size: 48px;font-weight: 300;color: #fff;text-align: center;letter-spacing:-2px;line-height: 53px;}
.sub-title .title img {display: inline-block; margin: 0 5px 0 10px; vertical-align: bottom;}
.sub-title .title span{font-size: 48px; font-weight:600; color:#fff;}
.sub-title .text {padding-top: 10px; color: #fff; font-size: 25px; text-align: center; font-weight: 100;}
.sub-title .deco {margin-top: 10px;color:#afccfa;font-size: 28px;font-weight:300;}


.sub-title .sub-navi{width: 100%; height: 60px; background-color: #fff; border-top: 1px solid #8b8b8c; border-bottom:1px solid #888889;}
.sub-title .sub-navi ul{/* overflow: hidden; */clear: both;max-width: 1200px;margin: 0 auto;}
.sub-title .sub-navi ul li span {font-size: 20px;}
.sub-title .sub-navi > ul > li{float: left;height:60px;line-height: 178%;font-size: 20px;box-sizing: border-box;border-right: 1px solid #999999;position: relative;background-repeat: no-repeat;/* background-position: 86% center;padding-left: 4%; */background-position: 90% center;padding-left: 3%;line-height: 60px;cursor: pointer;}
.sub-title .sub-navi > ul > li.sub-na-home{width: 7% !important;border-left: 1px solid #999999;text-align: center;padding-left: 0;}
.sub-title .sub-navi > ul > li > a{display: block;/* padding: 16px 0 17px; */height: 100%;line-height: 65px;}
.sub-title .sub-navi ul li.on{font-size: 19px;font-weight: bold;/* line-height: 165%; */background: #1dac9d;}
.sub-title .sub-navi ul li.on:before { position: absolute; width: 100%; height: 100%; border-left: 1px solid #11675e; border-right: 1px solid #11675e; content: ''; left: -1px;}
.sub-title .sub-navi ul li.on a{color:#fff; line-height: 63px;}
.sub-title .sub-navi ul li.on a span{color:#fff;}
.sub-title .sub-navi.sub01 > ul > li{width: 20%;}
.sub-title .sub-navi.sub02 > ul > li{width: 20%;}
.sub-title .sub-navi.sub02 > ul > li:last-child{width: 25%;}
.sub-title .sub-navi ul.sub-navi-2dep {width: 100%;position: absolute;top: 61px;left: 0; background-color:#325aa0;/* bottom: 61px; */display: none;z-index:5;}
.sub-title .sub-navi ul.sub-navi-2dep li {border-bottom: 1px solid rgba(255,255,255,0.4);}
.sub-title .sub-navi ul.sub-navi-2dep li a{display: block;color:#fff;padding-left: 24px;line-height: 50px;}
.sub-title .sub-navi ul.sub-navi-2dep li a:hover {background-color:#263b7f;}

.sub-title .sub-navi.sub02 ul li .mobile{display: none;}

.title-type1 {float: right; padding: 55px 30px;width: 50%;height: 360px;background: url('/common2/images/sub/cancer1_logobg.png') no-repeat #29317f right bottom;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.title-type1 h4 {margin-top: 10px;color: #fff;line-height:65px;font-size: 50px;font-weight: 100;letter-spacing:-4px;}
.title-type1 h4 .bold {color: #fff;font-size: 50px;font-weight: 600;letter-spacing:-4px;}
.title-type1 .deco {color: #fff;}

.content:after{content:'';clear:both;display:block;}

/* 제품소개 */
/* intro */
#intro .left{float: left;width: 57.5%;height: 388px;}
#intro .video-wrap{width: 100%;height: 100%;background-color:dfdfe4;}
#intro .video {width: 100%; height: 100%;}
#intro .right{float: right;display: table;width: 38.3%;height: 388px;}
#intro .right .big-title { display: table-row; font-size: 30px; font-weight:500;}
#intro .right .big-title span {font-size: 30px; font-weight: 500;}
#intro .right .text {display: table-row; height:29%;}
#intro .right .text p{ font-size: 16px;}
#intro .right .border:before {content: '';display: block;margin-bottom: 15px;width: 72px;height: 7px;background-color: #1d458a;}

#intro .item-title{margin-bottom:20px;}
#intro .item-title p{ font-size: 25px; font-weight: 500; text-align:center;}
#intro .item-title p span{ font-size: 25px; font-weight: 500;}

.icon-list{font-size:0;}
.icon-list > li{display:inline-block;width: 25%;text-align: center;vertical-align: top;}
.icon-list > li:nth-child(odd) .title{background-color:#263b7f;}
.icon-list > li:nth-child(even) .title{background-color:#939393;}
.icon-list li:nth-child(odd) .text,
.icon-list li:nth-child(odd) .bullet-list{color:#263b7f;}
.icon-list li:nth-child(even) .text,
.icon-list li:nth-child(event) .bullet-list{color:#939393;}

.icon-list .img{padding: 35px 0;text-align:center;}
.icon-list .title{display: table;margin-bottom:35px;width:100%;height: 79px;text-align: center;}
.icon-list .title strong {display: table-cell;font-size: 18px; color: #fff;vertical-align: middle;font-weight: 500;height: 79px;}
.icon-list .text{font-size: 15px;text-align:center;}

.bullet-list {display: inline-block;text-align: left;}
.bullet-list li{font-size:15px;}
.bullet-list li:before{content:'·'; margin-right:5px;}

/* role */
#role .content-item1 {padding: 88px 0;text-align: center;background: url('/images/intro2_bg.png') center no-repeat;}
#role .content-item1 .inner-wrap {display: inline-block; font-size: 0;}
#role .content-item1 .img {display: inline-block; margin-right:30px; vertical-align:middle;}
#role .content-item1 .text {display: inline-block;text-align:left;font-size:20px;color: #fff;vertical-align:middle;/* font-weight: 300; */}
#role .content-item1 .text span {color: #fff;}
#role .content-item2{margin:0 auto;padding-top: 0;width:1200px;}
#role .content-item2 > ul > li {padding-top: 90px;}
#role .content-item2 > ul > li:last-child {padding-top: 165px;}
#role .content-item2 .list-title {margin-bottom:30px; font-size: 0;text-align: center;}
#role .content-item2 .list-title span {display: inline-block;font-size: 25px;font-weight: bold;}
#role .content-item2 .list-title .num {margin-right: 10px;color: #263b7f;}
#role .content-item2 .list-title .eng-text {display: inline-block;margin-left: 10px;font-size: 22px;letter-spacing: 0;color: #5a5a5a;}
#role .content-item2 .img-list li{margin-left:0.5%;width: 33%;text-align:center;}
#role .content-item2 .img-list li:first-child{margin-left:0;}
#role .content-item2 .img-list .img img{display: block;width:100%;}
#role .content-item2 .img-list .text{margin-top:5px;}
#role .content-item2 .img-list .text,
#role .content-item2 .img-list .text span{font-size:15px;}

.img-list{font-size:0;}
.img-list > li{display:inline-block;vertical-align: top;}

/* medical */
#medical .img{text-align:center;}
#medical .img img{width:100%;max-width:1200px;}

/* example */
#example .img-list{text-align:center;}
#example .img-list li{margin-left:0.5%;width: 33%;}
#example .img-list li:first-child{margin-left:0;}
#example .img-list li:nth-child(n+4){margin-top:85px;}
#example .img-list li:nth-child(4),
#example .img-list li:nth-child(7) {margin-left: 0;}
#example .img-list li img{display:inline-block;width:100%;}
#example .img-list .text{margin-top:10px; font-size:15px;}

/* reserve */
#reserve.content {width: 100%;}
#reserve .content-item1{ /*background:url(/images/intro5_bg.png) no-repeat;*/}
#reserve .img{text-align:center;}
#reserve .img img{width:90%; max-width:798px;}

/* cloud */
#cloud.content {width: 100%;}
#cloud .inner-wrap{padding:95px 0; text-align:center; background-color:#f7f7f7;}
#cloud .inner-wrap .title{margin-bottom: 45px;}
#cloud .inner-wrap .title,
#cloud .inner-wrap .title span{font-size:30px;font-weight: 500;}
#cloud .inner-wrap .img-list li:first-child{margin-right:145px;}

/* ending */
#ending.content{padding-top: 0;width:100%;text-align:center;}
#ending .top{background:url(/images/intro7_bg.png) no-repeat; background-size:cover;}
#ending .top{padding:90px 0;}
#ending .top .text {font-weight: 300;}
#ending .top .text,
#ending .top .text span{font-size: 30px; color: #fff;}
#ending .top .text img{display:inline-block;vertical-align: sub;}
#ending .top .notice {margin-top:15px;color:#7eabf5;font-size:20px;}
#ending .bottom{padding:40px 0;background-color:#f7f7f7;}
#ending .util-list{padding: 15px 0;font-size:0;background-color:#000939;}
#ending .util-list img {margin-right: 5px; vertical-align: bottom;}
#ending .util-list li{display:inline-block;margin-left: 20px;vertical-align:top;}
#ending .util-list li:first-child {margin-left: 0;}
#ending .util-list li span{color:#fff;font-size: 18px;font-weight: 300;}
#ending .util-list .title{margin-right: 5px;font-weight: 500;letter-spacing: 0;}
#ending .logo-list{font-size:0;}
#ending .logo-list li{display:inline-block;margin-left:95px;vertical-align:top;}
#ending .logo-list li:first-child{margin-left:0;}
#ending .btn-apply{margin-top:85px;}

.btn-apply{display:block;margin:0 auto; padding-right: 20px;width:223px;height:67px;line-height:67px;color:#fff;font-size:26px;background:url(/images/arrow_right.png) no-repeat 75% center #000939;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* table */
table {border-collapse: collapse; border-spacing: 0;}
.table-type1{width:100%;}
.table-type1 th{padding:10px;height:56px;text-align:center;font-weight:500;border-left:1px solid #fff; background-color:#d4d6e5;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.table-type1 th:first-child{border-left:0 none;}
.table-type1 .bg-blue1 th{height:70px;font-size:20px;color:#fff;background-color:#29317f;}
.table-type1 td{/*padding:10px;*/height:60px;text-align:center;border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;word-break:keep-all;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.table-type1 tr:first-child td{border-top:1px solid #d1d1d1;}
.table-type1 tr:nth-child(even) td{background-color:#f7f7f7;}
.table-type1 td.bg-white{background-color:#fff !important;}

/*board*/
.board-wrap .info-wrap{width: 352px; float: right; padding-bottom: 18px;}
.board-wrap .info-select{float: left; position: relative;}
.info-wrap .info-slabel{display: block; position: absolute; top: 0; right: 0; width: 68px; height: 38px; padding: 0 15px; line-height: 38px; border: 1px solid #dddddd; background:  url(/images/search_arrow.png) no-repeat 85% center;}
.info-wrap .info-slabel:focus{background-image:  url('/common2/images/sub/search_arrow.png');}
.info-wrap .info-s {opacity: 0; display: block; width: 100px; height: 40px;}



.info-wrap .search input {float: left; display: block; width: 172px; height: 38px; margin: 0 3px; line-height: 36px; border: 1px solid #dddddd;}
.info-wrap .search input.btnSh,
.info-wrap .search a.btnSh {float: left; margin:0; border:none; display: block; width: 60px; height: 40px; line-height: 40px; text-align: center; background: #48484a; font-size: 14px; color: #fff;}
.info-wrap .search a {float: left; display: block; width: 60px; height: 40px; line-height: 40px; text-align: center; background: #48484a; font-size: 14px; color: #fff;}
.board-table, .board-table.board-table-view, .info-table{clear: both;width: 100%;border-top: 2px solid #1d458a;table-layout: fixed;}
.board-table.board-table-view, .board-table.cantact, .info-table{border-top: 0;}
.join-info{border-top: 1px solid #dadada;}
.board-wrap.border-top{border-top: 2px solid #1d458a;}
.board-table th, .info-table th{padding: 16px 10px;text-align: center;border-bottom: 1px solid #dadada;background: #f2f6fd;font-size: 16px;vertical-align: middle;font-weight: 500;}
.board-table .right-border{border-right: 1px solid #dadada;}
.board-table .title {text-align: left;}
.board-table .title a:hover{color: #1d458a;}
.board-table td, .info-table td {padding: 15px 13px;text-align: center;border-bottom: 1px solid #dadada;font-size: 16px;vertical-align: middle;}
.board-table td a, .info-table td a { font-size: 17px;}
.board-table td.text-l{text-align: left; line-height: 25px;}
.info-table th, .info-table td{text-align: left; line-height: 25px;}
.info-table th{padding-left: 34px;}
.info-table .font-col{color: #777777;}

.board-table .board-re .fa-lock { margin-left: 10px; }
.board-table .board-re .icon_re { margin: 0 5px; font-weight:600; color:#8a6731; }
.board-table .board-re .material-icons { vertical-align:text-bottom; color:#48484a; }

.board-table.board-re span{padding: 5px 10px;border-radius: 15px;color: #fff;background: #fff;word-break:keep-all;border: 1px solid #1d458a;font-size: 15px;color: #29292C;}
.board-table.board-re span.re {background: #1d458a;color: #fff;}
.board-table-view.board-re {
    margin-top: 100px;
    border-top: 2px solid #1d458a;
}

.board-table-view.board-re i {
    color: #1d458a;
    vertical-align: text-bottom;
    font-size: 22px;
    font-weight: normal;
}

.board-table.board-list th, .board-table.board-list td{/* width:15%; */}
.board-table.board-list th.title,
.board-table.board-list td.title{width:70%;}
.board-table.board-list td.title a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-table-edit th{width:10%;}
.board-table-edit td{width:40%;}
.board-table-edit .point { color: #e21c1c; font-size: 12px; float: right; margin-right: 10px;}
.board-table-edit input { width: 98%; border: 1px solid #dddddd; font-size: 16px; box-sizing: border-box;}
.board-table-edit textarea { font-size: 16px; border: 1px solid #ddd;}
.board-table-edit .input01 { width: 20%; max-width: 95px; margin: 0 5px;}
.board-table-edit .phone_num { text-align: left;}

.info-table th, .info-table td{text-align: left; line-height: 25px;}
.info-table th{padding-left: 34px;}
.info-table .font-col{color: #777777;}

.board-table-view .board-con{height:250px;}
.board-table-view .board-con td{ vertical-align: top;}
.board-table-view .board-con blockquote{
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 2px 20px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    border-left-width: 5px;
}

.board-table .notice {
    display: inline-block;
    padding: 0 8px 2px;
    vertical-align: middle;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #1d458a;
}


/* 신청하기 */
.apply-end > .text-wrap {text-align: center;}
.apply-end > .text-wrap p {font-size: 28px; font-weight: 500;}
.apply-end > .text-wrap img {margin-bottom: 30px;}

/*  */
.policy {width:100%;height: 151px;overflow-y: scroll;margin: 0 auto; padding: 10px;border: 1px solid #dcdcdc; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.policy-title {font-size: 18px;margin-bottom:9px;text-align: center;font-weight: 500;}
.policy-bold {margin-bottom:10px; font-weight: 500;}
.policy-sub {margin-top: 10px; margin-bottom:3px; font-weight: 500;}
.policy-text {margin-bottom: 10px;}
.policy-check {margin: 5px 0 15px; text-align: right;}
.policy-date {text-align: right;}

/* 개인정보 취급방침/이용약관 */
.policy2 {width: 1200px; margin: 0 auto;}
.policy-title2 {font-size: 25px;margin-bottom:30px;text-align: center;font-weight: 500;}
.policy-date2 {margin: 50px 0; text-align: right;}
.policy2 .policy-sub {margin-top: 20px;}
.policy2 .policy-text {margin-left: 15px;}
.policy2 .policy-text:first-child {margin-left: 0;}
.policy-text.policy-text2 {margin-left: 0;}
.policy-rule {margin-bottom: 35px;}



.regist, .goToList{text-align: right; margin-top: 34px;}
.goToList{margin-bottom: 105px;}
.board-view .goToList{margin-bottom: 0;}
.regist a, .goToList a{display: inline-block;padding: 10px 37px;font-size: 17px;background: #48484a;color: #fff;}

@media screen and (min-width:1024px) {

}
@media screen and (max-width:1200px) {

    .content-wrap,
    .content-wrap.width100 > .content > .inner-wrap,
    .cancer-injection > .tab-wrap,
    .cancer-injection > .tab-box > .content > .inner-wrap {width: 95%;}

    .title-type3 .text {padding: 0 50px;word-break: keep-all;}

    /* intro */
    #cloud .inner-wrap .img-list li:first-child {margin-right: 85px;}
    #cloud .inner-wrap .img-list li img {height: 387px;}


}
@media screen and (max-width:1200px) and (min-width:1024px) {
    .item-ex-type1 .ex-img img {height: 100%;width: auto;}
}

@media screen and (max-width:1023px) {
    .container,
    .intro-container{}

    .container .content-wrap,
    .intro-container .content,
    .content-wrap.width100 > .content > .inner-wrap,
    #role .content-item2{width: 90%;}
    .policy2{width:90%;}

    .sub-title .title-wrap {padding: 50px 0;}
    .sub-title h2 {font-size: 38px;}
    .sub-title h2 .bold {font-size: 38px;}
    .sub-title .title {font-size: 35px;word-break: keep-all;line-height: 45px;}
    .sub-title .title img{height: 40px;}
    .sub-title .title span {font-size: 35px;}
    .sub-title .deco {margin: 10px auto 0; width: 80%;font-size: 18px; word-break: keep-all;}



    .diagnosis-re .content1 .title-wrap img {width: 90%;}


    .board-table.board-list th.title, .board-table.board-list td.title {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}




    .sub-title .sub-navi {height: 50px;}
    .sub-title .sub-navi > ul > li {height: 50px; line-height: 50px; font-size: 15px;}
    .sub-title .sub-navi > ul > li > a {line-height: 55px;}
    .sub-title .sub-navi ul li span {font-size: 18px;}

    .content-item2 {padding-top: 80px;}

    /* intro */
    #intro .left,
    #intro .right {float: none;width: 100%;height: auto;}
    #intro .right{margin-top:50px;text-align: center;}
    #intro .right .big-title {font-size: 35px;word-break: keep-all;}
    #intro .right .big-title span {font-size: 35px;}
    #intro .right .border:before {margin: 15px auto;height: 5px;}
    #intro .video-wrap {position: relative; padding-bottom: 57%; height: 0;}
    #intro .video {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
    #intro .right .text p {font-size: 16px; line-height: 20px;}
    #intro .item-title p {font-size: 25px;}
    #intro .item-title p span {font-size: 25px;}
    .icon-list .img img {height: 100px;}
    .icon-list .title strong {font-size: 16px;line-height: 20px;height: 59px;}








    .icon-list .img {padding: 20px 0;}
    .icon-list .text {font-size: 16px;line-height: 23px;word-break: keep-all;}
    .icon-list .text br {display: none;}
    .icon-list .title {margin-bottom: 15px;height: 59px;}
    .bullet-list li {font-size: 16px;line-height: 23px;word-break: keep-all;padding-left: 20px;text-indent: -10px;}






    @media screen and (min-width:1024px) {

    }
    @media screen and (max-width:1200px) {

        .content-wrap,
        .content-wrap.width100 > .content > .inner-wrap,
        .cancer-injection > .tab-wrap,
        .cancer-injection > .tab-box > .content > .inner-wrap {width: 95%;}

        .title-type3 .text {padding: 0 50px;word-break: keep-all;}

        /* intro */
        #cloud .inner-wrap .img-list li:first-child {margin-right: 85px;}
        #cloud .inner-wrap .img-list li img {height: 387px;}


    }
    @media screen and (max-width:1200px) and (min-width:1024px) {
        .item-ex-type1 .ex-img img {height: 100%;width: auto;}
    }

    @media screen and (max-width:1023px) {
        .container,
        .intro-container{}

        .container .content-wrap,
        .intro-container .content,
        .content-wrap.width100 > .content > .inner-wrap,
        #role .content-item2{width: 90%;}
        .policy2{width:90%;}

        .sub-title .title-wrap {padding: 50px 0;}
        .sub-title h2 {font-size: 38px;}
        .sub-title h2 .bold {font-size: 38px;}
        .sub-title .title {font-size: 35px;word-break: keep-all;line-height: 45px;}
        .sub-title .title img{height: 40px;}
        .sub-title .title span {font-size: 35px;}
        .sub-title .deco {margin: 10px auto 0; width: 80%;font-size: 18px; word-break: keep-all;}



        .diagnosis-re .content1 .title-wrap img {width: 90%;}


        .board-table.board-list th.title, .board-table.board-list td.title {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}




        .sub-title .sub-navi {height: 50px;}
        .sub-title .sub-navi > ul > li {height: 50px; line-height: 50px; font-size: 15px;}
        .sub-title .sub-navi > ul > li > a {line-height: 55px;}
        .sub-title .sub-navi ul li span {font-size: 18px;}

        .content-item2 {padding-top: 80px;}

        /* intro */
        #intro .left,
        #intro .right {float: none;width: 100%;height: auto;}
        #intro .right{margin-top:50px;text-align: center;}
        #intro .right .big-title {font-size: 25px;word-break: keep-all;}
        #intro .right .big-title span {font-size: 25px;}
        #intro .right .border:before {margin: 15px auto;height: 5px;}
        #intro .video-wrap {position: relative; padding-bottom: 57%; height: 0;}
        #intro .video {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
        #intro .right .text p {font-size: 16px; line-height: 20px;}
        #intro .item-title p {font-size: 25px;}
        #intro .item-title p span {font-size: 25px;}
        .icon-list .img img {height: 100px;}
        .icon-list .title strong {font-size: 16px;line-height: 20px;height: 59px;}








        .icon-list .img {padding: 20px 0;}
        .icon-list .text {font-size: 16px;line-height: 23px;word-break: keep-all;}
        .icon-list .text br {display: none;}
        .icon-list .title {margin-bottom: 15px;height: 59px;}
        .bullet-list li {font-size: 16px;line-height: 23px;word-break: keep-all;padding-left: 20px;text-indent: -10px;}




        /* 720 */

        /* end- 720 */

        .content {
            padding-top: 80px;
        }

        .content-title2 .title, .content-title2 .title span {
            font-size: 25px;
            word-break: keep-all;
        }

        .content-title2 {
            margin-bottom: 50px;
        }

        #role .content-item1 .img {
            margin: 0 auto;
        }

        #role .content-item1 .img img {
            width: 140px;
        }

        #role .content-item1 .text {
            margin-top: 20px;
            font-size: 22px;
            font-weight: 300;
            text-align: center;
            line-height: 30px;
        }

        #role .content-item1 .text span {
            font-size: 22px;
        }

        #role .content-item1 .inner-wrap {}

        #role .content-item1 {
            padding: 45px 0;
            text-align: center;
        }

        #role .content-item2 .list-title {
            text-align: left;
            margin-bottom: 15px;
        }

        #role .content-item2 .list-title span {
            font-size: 25px;
        }

        #role .content-item2 .list-title .eng-text {
            font-size: 17px;
        }

        #role .content-item2 .img-list li {
            display: block;
            margin-left: 0;
            width: auto;
            text-align: left;
            white-space: nowrap;
        }

        #role .content-item2 .img-list .img {
            display: none;
        }

        #role .content-item2 .img-list li:before {content: '˙';display: inline-block;margin-right: 10px;padding-top: 5px;vertical-align: top;/* text-indent: -15px; *//* padding-left: 15px; */}

        #role .content-item2 .img-list .text {
            display: inline-block;
        }

        #role .content-item2 .img-list .text, #role .content-item2 .img-list .text span {
            font-size: 18px;
            line-height: 21px;
        }

        #role .content-item2 > ul > li {
            padding-top: 40px;
        }

        #role .content-item2 > ul > li:last-child {
            padding-top: 0;
        }

        #role .content-item2 > ul > li:last-child .img {
            display: none;
        }

        .content-title2 .text {
            font-size: 16px;
            line-height: 20px;
            margin-top: 15px;
        }

        #medical .img img {
            /* width: 100%; */
        }

        #example .img-list .text {
            font-size: 17px;
            margin-top: 0;
        }

        #example .img-list li {
            display: inline-block;
            width: 49%;
            margin: 0 0.5% 5% 0 !important;
        }

        #cloud .inner-wrap {
            padding: 65px 0;
        }

        #cloud .inner-wrap .title, #cloud .inner-wrap .title span {
            font-size: 23px;
            word-break: keep-all;
            line-height: 30px;
        }

        #cloud .inner-wrap .title {
            margin-bottom: 30px;
        }

        #cloud .inner-wrap .img-list li:first-child {margin-right: 0;margin-bottom:25px;}
        .img-list > li {display: block;}
        #cloud .inner-wrap .img-list li img{width:90%;height:auto;}

        /* 1200 */

        /* end - 1200 */



        #ending .top .text, #ending .top .text span {
            font-size: 20px;
            word-break: keep-all;
        }

        #ending .top .text img {
            height: 36px;
        }

        #ending .top {
            padding: 50px 10px;
        }

        #ending .top .notice {
            margin-top: 10px;
            font-size: 19px;
            word-break: keep-all;
            font-weight: 300;
            line-height: 25px;
        }



        #ending .util-list li {
            margin-left: 0;
            margin-top: 10px;
            display: block;
        }

        #ending .util-list li:first-child {
            margin-top: 0;
        }

        #ending .util-list img {
            height: 23px;
        }

        #ending .util-list li span {
            font-size: 15px;
        }

        #ending .bottom {
            padding: 20px 0;
        }

        #ending .logo-list li {
            display: block;
            margin-left: 0;
            margin-top: 10px;
        }

        #ending .logo-list li img {height: 42px;}

        #ending .logo-list li:first-child {
            margin-top: 0;
        }

        #ending .btn-apply {
            margin-top: 60px;
        }

        .btn-apply {
            font-size: 19px;
            background-size: 8%;
            width: 155px;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            /* padding: 0 30px; */
        }


    }

    @media screen and (max-width:1023px) and (min-width:721px) {
        .table-style1 ul {table-layout: fixed;}
        .info-tableimg .table-style1 {float: none;display: table-cell;vertical-align: top;}


    }
    @media screen and (max-width: 980px){
        /* modal */
        .modal{width:80%;}
    }
    @media screen and (max-width:720px) {
        .content-wrap {}

        .content {background-size: 1200px;}

        .content-title {margin-bottom: 40px;}
        .content-title .big-title {margin-bottom: 10px;line-height: 110%;font-size: 32px;}
        .content-title .title {font-size: 20px;letter-spacing: -1px !important;}

        .sub-title .sub-navi {height: 50px;}
        .sub-title .sub-navi > ul > li {line-height: 50px;height: 50px;}
        .sub-title .sub-navi > ul > li.sub-na-home {width: 15% !important;}
        .sub-title .sub-navi.sub01 > ul > li {width: 42.5%;}
        .sub-title .sub-navi.sub02 > ul > li {width: 35%;}
        .sub-title .sub-navi.sub02 > ul > li:last-child {width: 50%;}

        .sub-title .sub-navi ul li span {padding-top:17px;font-size: 17px;}
        .sub-title .sub-navi ul.sub-navi-2dep {top: 51px;}
        .sub-title .sub-navi ul.sub-navi-2dep li a {line-height: 45px;}

        .sub-title .sub-navi > ul > li.sub-na-home img {display: inline-block;padding-top: 17px;vertical-align: super;}


        .tab-wrap li {height: 43px;line-height: 43px;}
        .tab-wrap li a {font-size: 16px;}
        .tab-wrap li.on a {font-weight: 500;}


        .policy-title {font-size: 16px;}
        .policy-text {font-size: 15px; line-height: 150%;}

        /*board*/
        .board-table.board-list colgroup {display: none;}
        .board-table.board-list th:nth-child(1), .board-table.board-list th:nth-child(4), .board-table.board-list td:nth-child(1), .board-table.board-list td:nth-child(4){display:none;}
        .board-table.board-list th:nth-child(2), .board-table.board-list td:nth-child(2){width:50%;}
        .board-table.board-list th:nth-child(3), .board-table.board-list td:nth-child(3){width:22%;}

        /* .board-list.apply-table th:nth-child(1), .board-list.apply-table td:nth-child(1){display:none;width: 8%;}
        .board-list.apply-table th:nth-child(2), .board-table.board-list td:nth-child(2){width: 50%;} */

        .board-table th, .info-table th{font-size:15px;}
        .board-table td, .info-table td{font-size:14px;}


        /* 게시판 view */
        .board-table-view colgroup { display: none;}
        .board-table-view th, .board-table-view td { display: block; width:100%;}
        .board-table.board-table-view .right-border { border-right: none;}
        .board-table-view .board-con img { width: 100% !important; height: auto !important;	}

        .board-table-view .board-con {height: auto;}
        .board-table td, .info-table td, .board-table td p {font-size: 14px;}

        .regist, .goToList {margin-top: 24px;}
        .regist a, .goToList a {padding: 5px 20px;font-size: 16px;}



        /* 개인정보취급방침, 이용약관 */
        .policy-title2 {font-size: 21px;}
        .policy2 .policy-sub {margin-top: 25px;}
        .policy-rule {margin-bottom: 16px;}
        .policy-title2 {margin-bottom: 25px;}

        .re-special .icon-list .text{font-size:16px;}

        /* intro */
        .icon-list > li {width: 50%;}
        .icon-list > li:nth-child(n+3) {margin-top:30px;}
        .icon-list .text {padding: 0 10px;}
        .icon-list .img img {height: 80px;}
    }
    @media screen and (max-width: 648px){

        /* board */
        .board-table td a, .info-table td a{font-size:15px;}
        .board-table-edit th, .board-table-edit td { display: inline-block; width: 100%; box-sizing: border-box; text-align: center !important;}
        .board-table-edit .right-border{border-right:none;}
        .board-table-edit .point {float: none; margin-left: 20px;}
        .board-table-edit colgroup{display:none;}

        .sub2_wrap .faq_list li .faq_q { padding: 20px;}
        .sub2_wrap .faq_list li .faq_q p{line-height:150%;}
        .sub2_wrap .faq_list li .faq_a{padding:20px;}
        .sub2_wrap .faq_list li .faq_img {margin-right: 20px;}

        /* modal */
        .modal { padding: 15px; height:230px;}
        .modal>p {margin-bottom:10px; font-size: 14px;}
        .modal .left {width: 40%;}
        .modal .left p { font-size: 15px;}
        .modal .right input {width: 100%;}
        .modal .confirm { width: 100%; line-height: 18px; box-sizing:border-box;}

    }
    @media screen and (max-width: 480px){


        /* gallery */
        .board-wrap, .join_info{margin-top: 5%; }
        .board-wrap .info-wrap { width: 100%; max-width: 352px;}
        .info-wrap .search input {width: 40%;max-width: 125px;}
        .info-wrap .search input.btnSh, .info-wrap .search a.btnSh { width: 18%; max-width: 60px;}

        .board-list.apply-table th:nth-child(2), .board-list.apply-table td:nth-child(2){width:60%}
        .board-list.apply-table th:nth-child(3), .board-list.apply-table td:nth-child(3){width:40%;}

        .board-table.board-re span {font-size: 14px;}



    }
    @media screen and (max-width: 438px){
        .board-table th{/* padding: 14px; */}
        .board-table td{padding: 14px;}
        .board-table-edit .input01{width:20%;}

        .board-table.board-list th, .board-table.board-list td{/* width:19%; */}
        .board-table.board-list th:nth-child(3), .board-table.board-list td:nth-child(3){/* width:15%; */}
        .board-table.board-list th:nth-child(2), .board-table.board-list td:nth-child(2){/* width:32%; */}


    }










