@charset "utf-8";

@import url(common.css);

/*--------------------------------------------------*/

#wrap {min-width: 1200px;}
.inner {margin: 0 auto;width: 1200px;}

.demo_bg {display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);cursor: pointer;z-index: 100;}
#demo {display: none;}
#demo .demo_inner {position: fixed;transform: translate(50%,50%);width: 500px;right: 50%;bottom: 50%;border-radius: 5px;box-shadow: 0px 0px 8px #000;overflow: hidden;z-index: 300;}
#demo .close_btn {display: block;position: absolute;right: 0;top: 0;width: 55px;height: 55px;line-height: 55px;text-align: center;}
#demo .close_btn img {vertical-align: middle;}
#demo h2 {width: 100%;height: 55px;font-size: 22px;line-height: 55px;color: #fff;background-color: #2672fb;text-align: center;}
#demo .form_area {display: block;padding-top: 30px;background-color: #f1f1f1;}
#demo .select_area {margin: 0 auto;width: 400px;}
#demo form {}
#demo ul {margin: 20px auto;width: 400px;}
#demo ul li {margin-bottom: 20px;}
#demo ul li:last-child {padding-top: 10px;margin-bottom: 30px;}
#demo select {padding-left: 8px;width: 100%;height: 30px;color: #000;font-size: 18px;border: 1px solid #ddd;border-radius: 3px;}
#demo ul li .label {color: #000;font-size: 18px;}
#demo ul li .control input {margin-top: 5px;width: 100%;height: 28px;color: #000;font-size: 18px;border: 1px solid #ddd;border-radius: 3px;box-sizing: border-box;}
#demo ul li button {width: 100%;height: 42px;color: #fff;font-size: 18px;background-color: #2672fb;border: none;border-radius: 3px;cursor: pointer;}

.apply_btn{position:fixed; bottom:50px; right:50px; display:block;text-align: center;z-index: 999;}
.circle_ani{position: relative;margin: 0 auto;width:106px; height:106px;}
.circle_ani a {position: absolute;left: 50%;top: 50%;margin: -31px 0 0 -31px;width: 66px;height: 66px;color: #fff;background-color: #152864;line-height: 66px;border-radius: 100%;}
.apply_scale {position: relative;}
.apply_scale > div:nth-child(2) {-webkit-animation-delay: -2s;animation-delay: -2s;}
.apply_scale > div:nth-child(3) {-webkit-animation-delay: -0.5s;animation-delay: -0.5s;}
.apply_scale > div {position: absolute;top: 0px;margin: 0;width:106px;height: 106px;border:2px solid #000;-webkit-animation: apply_scale 3s 0s linear infinite;animation: apply_scale 3s 0s linear infinite;border-radius: 100%;opacity: 0;}
@keyframes apply_scale {
	0% {-webkit-transform: scale(0.3);transform: scale(0.3);opacity: 0.3;}
	5% {opacity: 0.8;}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}
@-webkit-keyframes apply_scale {
	0% {-webkit-transform: scale(0.3);transform: scale(0.3);opacity: 0.3;}
	5% {opacity: 0.8;}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}
}

/* -------------------------- header -------------------------- */

#header {position: fixed;left: 0;top: 0;width: 100%;height: 74px;background-color: rgba(28,31,53,0.6);z-index: 999;}
#header.bg {background-color: #212440;}
#header .inner {display: flex;align-items: center;justify-content: space-between;height: 100%;}
#header .logo {}
#header .logo_insec {position: absolute;right: 90px;top: 60px;}
#header .gnb {float: right;}
#header .gnb li {float: left;}
#header .gnb li a {position: relative;display: block;margin: 0 15px;color: #fff;font-size: 16px;font-weight: 400;}
#header .gnb li:last-child a {margin-right: 0;}
#header .gnb li.active a,
#header .gnb li a:hover {color: #ffd03a;}

/* -------------------------- //header -------------------------- */

/* -------------------------- visual -------------------------- */

.visual {position: relative;height: 607px;}
.visual .visual_in_div {position: relative;display: table;margin: 0 auto;width: 1200px;height: 100%;}
.visual .tb_cell {display: table-cell;padding-top: 74px;vertical-align: middle;text-align: center;}
.visual .tb_cell .block_tit {display: inline-block;padding: 7px 35px;color: #fff;font-size: 25px;font-weight: 400;background-color: #0f0f0f;}
.visual .tb_cell h1 {margin: 20px 0;color: #fff;font-size: 52px;font-weight: 500;}
.visual .tb_cell .small_tit {color: #ffde70;font-size: 29px;font-weight: 400;}

/* -------------------------- //visual -------------------------- */

/* -------------------------- content -------------------------- */

/* 공통 */

#content .inner {padding: 100px 0;position: relative;}
#content .inner.inner_padding {padding-top: 170px;}

.title2 {margin-bottom: 10px;color: #152864;font-size: 30px;font-weight: 500;text-align: center;}
.text1 {color: #2b2b2b;font-size: 17px;line-height: 29px;font-weight: 400;text-align: center;}
.title_box {position: relative;height: 228px;background-color: #4171b3;box-sizing: border-box;}
.title_box .title_box_inner {position: relative;margin: 0 auto;display: flex;justify-content: center;align-items: center;width: 1200px;height: 100%;padding-bottom: 25px;box-sizing: border-box;}
.title_box .inner {padding: 0 !important;}
.title_box .tit {color: #fff;font-size: 37px;font-weight: 500;text-align: center;}
.title_box .tit2 {color: #fff;font-size: 30px;font-weight: 400;text-align: center;}
.title_box .explanation {position: absolute;left: 0;top: 89%;padding: 35px 40px;width: 100%;background-color: #fff;border-radius: 4px;text-align: center;z-index: 1;}

.color_white {color: #fff;}
.color1 {color: #152864;}
.bg_color1 {background-color: #f5f7fb;}
.white_box {margin: 25px 0 60px;background-color: #fff;padding: 45px 0;text-align: center;}

/* //공통 */ 

.sec_banner .banner {margin-top: 40px;background: url(/ivds/img/banner_vs.png) 50% 50% no-repeat;text-align: center;}
.sec_banner .banner li {display: inline-block;margin: 0 110px;width: 324px;height: 364px;border-radius: 12px 12px 0 0;overflow: hidden;}
.sec_banner .banner li .tit_area {height: 40px;background-color: #152864;}
.sec_banner .banner li:last-child .tit_area {background-color: #3f4f62;}
.sec_banner .banner li .tit_area .tit {color: #fff;font-size: 20px;line-height: 40px;font-weight: 500;}
.sec_banner .banner li .banner_img {margin: 25px 0;height: 120px;background: 50% 50% no-repeat;}
.sec_banner .banner li .txt1 {margin-top: 35px;color: #3f4f62;font-size: 17px;font-weight: 500;}
.sec_banner .banner li .txt2 {color: #0c0c0c;font-size: 18px;font-weight: 500;}
.sec_banner .banner li .txt3 {margin-top: 10px;color: #686868;font-size: 15px;font-weight: 400;}

.fingerprints .ul1 {margin-bottom: 70px;text-align: center;}
.fingerprints .ul1 li {display: inline-block;margin: 0 22px;background-color: #fff;border: 2px solid #152864;border-radius: 100%;overflow: hidden;}
.fingerprints .ul1 li > div {display: table-cell;width: 140px;height: 140px;vertical-align: middle;}
.fingerprints .ul1 li > div p {color: #152864;font-size: 16px;line-height: 34px;font-weight: 400;}

.fingerprints .dl1 {padding: 100px 0 100px 680px;min-height: 342px;background: url(/ivds/img/fingerprints_img01.png) 0 50% no-repeat;box-sizing: border-box;}
.fingerprints .dl1 dt {margin-bottom: 18px;color: #152864;font-size: 30px;}
.fingerprints .dl1 dd {position: relative;padding-left: 25px;color: #2b2b2b;font-size: 19px;line-height: 31px;font-weight: 400;}
.fingerprints .dl1 dd::before {content: '✓';display: block;position: absolute;left: 0;top: 0;font-weight: 700;}

.fingerprints .ul2 {margin-top: 74px;}
.fingerprints .ul2 li {float: left;padding-left: 270px;padding-top: 68px;width: 592px;height: 195px;background: #fff 17% 50% no-repeat;box-sizing: border-box;}
.fingerprints .ul2 li:first-child {margin-right: 16px;}
.fingerprints .ul2 li p {position: relative;padding-left: 73px;color: #212121;font-size: 17px;line-height: 28px;font-weight: 500;}
.fingerprints .ul2 li p::before {content: '1';display: block;position: absolute;left: 0;top: 50%;margin-top: -20px;width: 40px;height: 40px;color: #fff;font-size: 17px;font-weight: 500;line-height: 40px;background-color: #022864;border-radius: 100%;text-align: center;}
.fingerprints .ul2 li:last-child p::before {content: '2';}

.videodna .ul1 {margin-top: 40px;text-align: center;}
.videodna .ul1 li {display: inline-block;margin: 0 20px;width: 264px;height: 260px;border-radius: 12px 12px 0 0;overflow: hidden;}
.videodna .ul1 li .tit_area {height: 36px;background-color: #152864;}
.videodna .ul1 li .tit_area .tit {color: #fff;font-size: 16px;line-height: 36px;font-weight: 400;}
.videodna .ul1 li .banner_img {margin: 27px 0 23px;height: 50px;background: 50% 50% no-repeat;}
.videodna .ul1 li .txt {padding: 0 25px;color: #232323;font-size: 14px;line-height: 19px;font-weight: 400;word-break: keep-all;}
.videodna .white_box:last-child {margin-bottom: 0;}

.videodetection .ul1 {margin-top: 25px;counter-reset: number;}
.videodetection .ul1 li {position: relative;margin-bottom: 8px;height: 100px;background-color: #fff;}
.videodetection .ul1 li::before {counter-increment: number;content: counter(number);position: absolute;left: 20px;top: 50%;margin-top: -20px;width: 40px;height: 40px;color: #022864;font-size: 17px;line-height: 40px;font-weight: 500;background-color: #fff;border-radius: 100%;text-align: center;}
.videodetection .ul1 li .tb {display: table;width: 100%;height: 100%;}
.videodetection .ul1 li .tb > div {display: table-cell;height: 100%;vertical-align: middle;}
.videodetection .ul1 li .tb .tit_area {width: 293px;padding-left: 90px;box-sizing: border-box;}
.videodetection .ul1 li .tb .tit_area .tit {color: #fff;font-size: 16px;line-height: 18px;font-weight: 500;}
.videodetection .ul1 li .tb .txt_area {padding-left: 36px;}
.videodetection .ul1 li .tb .txt_area .txt {color: #232323;font-size: 15px;line-height: 21px;font-weight: 400;}

/* 지도 */

.address_box {}
.address_box .tab_btn {padding-bottom: 40px;}
.address_box .tab_btn li {width: 50%;height: 50px;float: left;text-align: center;}
.address_box .tab_btn li a {display: block;width: 100%;line-height: 50px;height: 100%;color: #000;font-size: 18px;border: 1px solid #ddd;font-weight: normal;text-decoration: none;}
.address_box .tab_btn li:first-child a {border-right: none;}
.address_box .tab_btn li.on a {color: #fff;background-color: #152864;}
.address_box .tab_content > li {display: none;}
.address_box .add_title {margin-bottom: 10px;color: #152864;font-size: 26px;font-weight: bold;line-height: 36px;}
.address_box ul.add01 {margin: 50px 0 26px;border-top: 2px solid #d8d8d8;box-sizing: border-box;}
.address_box ul.add01 li {height: 54px;border-bottom: 1px solid #d8d8d8;box-sizing: border-box;}
.address_box ul.add01 li p {float: left;font-size: 16px;line-height: 54px;}
.address_box ul.add01 li .box1,
.address_box ul.add01 li .box2 {float: left;width: 50%;}
.address_box ul.add01 li .p1 {padding-left: 50px;width: 84px;color: #1c1c1c;font-weight: 600;}
.address_box ul.add01 li .box2 .p1 {width: 100px;}
.address_box ul.add01 li .p2 {color: #606060;}
.address_box ul.add01 li .p2 a {color: #606060;text-decoration: none;}
.address_box ul.add02 {margin-top: 11px;border-top: 2px solid #d8d8d8;box-sizing: border-box;}
.address_box ul.add02 li {padding-left: 50px;height: 106px;line-height: 106px;border-bottom: 1px solid #d8d8d8;box-sizing: border-box;}
.address_box ul.add02 li img {vertical-align: middle;}
.address_box ul.add02 li img.add02_img {padding-left: 44px;}
.address_box ul.add02 li span {color: #606060;font-size: 16px;}
.address_box ul.add02 li span.span1 {padding-left: 22px;}
.address_box ul.add02 li span.span2 {padding-left: 44px;}
.address_box ul.add02 li span .dot {color: #6f52a1;}

/* //지도 */

/* -------------------------- //content -------------------------- */

/* -------------------------- footer -------------------------- */

#footer {background-color: #fff;border-top: 1px solid #ddd}
#footer .inner {padding: 70px 0 70px;text-align: center;}
#footer .inner .copy {color: #000;font-size: 15px;}

/* -------------------------- //footer -------------------------- */