@charset "utf-8";


.primary_wrap{
width:1000px;
    margin:50px auto 40px;
}

.primary_wrap:after{
content:'';
    display:block;
    clear:both;
}

.primary_wrap>div{
 float:left;   
}

.left_bx{
 width:170px;   
    margin-right:62px; 
}

.right_bx{
width:768px;
}

.depth01_title{
 color:#fff;
    background-color:#085ab0;
    background-image:url(../images/arrow_w.png);
    background-position:center bottom 40px;
    background-repeat:no-repeat;
    font-size:25px;
    font-weight:bold;
    text-align:center;
    width:170px;
    height:170px;
    box-sizing:border-box;
    padding-top:50px;
}

.sub_menu_list{
    height:480px;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
}

.sub_menu_list>li{
 border-bottom:1px solid #e7e7e7;   
}

.sub_menu_list>li>a:link, .sub_menu_list>li>a:visited{
    color:#615956;
    font-size:14px;
    font-weight:bold;
    display:block;
    padding-left:20px;
    height:46px;
    line-height:46px;
}

.sub_menu_list>li>a:hover, .sub_menu_list>li>a:focus, .sub_menu_list>li>a.on{
 color:#085ab0;   
    background:url(../images/sub_blue_bar.gif) no-repeat right 20px center;
}


.area_sub_title{
    position:relative;
 border-bottom:3px solid #e7e7e7;   
    padding-bottom:27px;
}

.depth02_title{
    position:relative;
    top:-5px;
 font-size:32px;
    font-weight:bold;
    letter-spacing:-1px;
}

.sp_st{
    color:#88817e;
    font-size:13px;
    font-weight:bold;
    margin-top:5px;
}

.area_sub_nav{
position:absolute;
    bottom:34px;
    right:0;
}

.sub_nav_list:after{
 content:'';
    display:block;
    clear:both;
}

.sub_nav_list>li{
 float:left;   
}

.sn_home{
 display:block;
    text-indent:-9999em;
    width:17px;
    height:17px;
    background:url(../images/home.png);
}

.sn_depth01{
 font-size:12px;
    color:#838383;
    padding:0 9px 0 5px;
    background:url(../images/arrow_g.png) no-repeat right center;
}

.sn_depth02{
 font-size:12px;
    font-weight:bold;
    color:#333;
    padding-left:5px;
}


.area_sub_contents{
 margin-top:60px;   
}

.header_wrap_shadow{
 box-shadow:0px 0 15px rgba(0,0,0,0.3);
}

.area_online{
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-172px;
    margin-left:-356px;
    width:708px;
    height:340px;
    background:url(../images/online_bg.jpg) no-repeat left top;
    border:2px solid #2f2d2e;
    box-shadow:6px 6px 17px 0 rgba(0,0,0,0.13);
     font-family: "Noto Sans KR", sans-serif;
}

.area_online fieldset{
 border:none;   
}

.area_o_title{
position: relative;
}

.o_title{
    font-size:45px;
    color:#06488d;
    letter-spacing: -2px;
    padding:90px 0 0 130px;
}

.area_o_title>span{
    position: absolute;
    top:127px;
    right:125px;
    font-size:15px;
    color:#222;
}

.area_o_form{
    position: relative;
margin-top:37px;
    margin-left:142px;
}

.online_code{
margin-bottom:8px;
}

.area_o_form input {
    box-sizing: border-box;
    width:286px;
    height:44px;
border:2px solid #06488d;
    padding-left:13px;
    font-size:16px;
    color:#333;
}


input::placeholder {
  color: #b2b2b2;
    letter-spacing: -1px;
    background:none;
}

input::-webkit-input-placeholder {
  color: #b2b2b2;
    letter-spacing: -1px;
    background:none;
}
input:-ms-input-placeholder {
  color: #b2b2b2;
    letter-spacing: -1px;
    background:none;
}
input:-moz-input-placeholder{
 color: #b2b2b2;
    letter-spacing: -1px;
    background:none;
}

input:-o-input-placeholder{
 color: #b2b2b2;
    letter-spacing: -1px;
    background:none;
}

.btn_login{
 position: absolute;
    top:0;
    right:150px;
}

.btn_login>button{
width:104px;
    height:97px;
    background:#06488d;
    border-radius: 5px;
    text-align: center;
    line-height:97px;
    color:#fff;
    font-size:23px;
    font-family: "Noto Sans KR", sans-serif;
    text-shadow: 3px 3px 3px rgba(82,76,77,0.6);
    box-shadow:1px 1px 1px 0 rgba(0,0,0,0.14);
}

.o_wrap{
    position: relative;
 background:url(../images/o_bg.jpg) no-repeat center center;   
    background-size:100%;
    height:100%;
    width:100%;
}

















