@charset  "utf-8"; 


/******************************************************************

* @version : 1.0
* @date : 2017-07-25
* @author : 엄승우
* @organization : 수연시스템
* @file : layout.css
* @description : 로그인 프레임 구조 정의
@charset  "utf-8"; 


/******************************************************************

* @version : 1.1
* @date : 2017-09-14
* @author : 엄승우
* @organization : 수연시스템
* @file : layout.css
* @description : 로그인 프레임 구조 정의

*******************************************************************/

.login_wrap{width:900px; position:absolute; top:50%; left:50%; margin:-230px 0 0 -450px;}
.top_wrap{margin-bottom:21px;}
.top_wrap:after{content: "";display: block;clear: both;}
.top_wrap >.type_logo{float:left;}
.top_wrap >.simbol_logo{float:right;}
.content_wrap{background:#f2f2f2;box-sizing:border-box;}
.members_wrap{padding: 82px 0;text-align: center;}
.members_wrap > ul:after{content: "";display: block;clear: both;}
.members_wrap > ul > li{float: left;width: 50%;height: 211px;}
.members_wrap > ul > li:first-child{background: url('/images/dot.png') no-repeat right center;}
.members_wrap > ul > li .tit_img{margin-top: 29px;margin-bottom: 14px;}
.members_wrap > ul > li p{font-size: 18px;color: #000;margin-bottom: 33px;}
.members_wrap > ul > li .btn_link{display: inline-block;width: 190px;line-height: 40px;height: 40px;background-color: #0653b6;color: #fff;font-size: 14px;}
.members_wrap > ul > li .btn_link:hover{background-color: #02469e;}



