@charset "UTF-8";
/* 나눔바른고딕폰트 */
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src:url(./font/NanumBarunGothic.eot);
    src: url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothic.woff2) format('woff2'),
         local(※), url(./font/NanumBarunGothic.woff) format('woff'),
         url(./font/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothicBold';
    font-style: normal;
    font-weight: 600;
    src:url(./font/NanumBarunGothicBold.eot);
    src: url(./font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothicBold.woff2) format('woff2'),
         local(※), url(./font/NanumBarunGothicBold.woff) format('woff'),
         url(./font/NanumBarunGothicBold.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothicLight';
    font-style: normal;
    font-weight: 200;
    src: url(./font/NanumBarunGothicLight.eot);
    src: url(./font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
         url(./font/NanumBarunGothicLight.woff2) format('woff2'),
         local(※),url(./font/NanumBarunGothicLight.woff) format('woff'),
         url(./font/NanumBarunGothicLight.ttf) format('truetype');
}
body{font-family:'NanumBarunGothic','Malgun Gothic','dotum', '나눔바른고딕', '맑은 고딕', '돋움',sans-serif; font-size:14px; color:#828282;
}
/* 모바일에서 text크기조절 */
@media all and (max-width: 480px) {
    html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }
}

/* ======================================================================================
    서브 메인
======================================================================================= */
a.fir-menu span:before {
    top:-8px;
}
a.sec-menu span:before {
    top:45px;
}
a.thr-menu span:before {
    top:-10px;
}
.sub-top-area{
    min-width:1200px;
    width:100%;
    height:568px;
    margin:0 auto;
    background:url(../img/ko/bg/crop-bg.png) 50% 0 no-repeat;
    color:#222;
    text-align: center;
}
.sub-top-area.company-top-area{
    background:url(../img/ko/bg/crop-bg(2x).png) 50% 0 no-repeat;
}
.sub-top-area .tit-box{
    width:40%;
    padding-left:120px;
    padding-top:140px;
    margin:0 auto;
    text-align:left;
    color: #111;
    float: left;
}
.sub-top-area .tit-box h3{
    font-size: 35px;
    margin-bottom: 20px;
}
.sub-top-area .tit-box p {
    font-size:24px;
    font-family:'NanumBarunGothicLight', sans-serif;
}

.sub-top-area .card-wrap {
	width: 50%;
    float: left;
}
.card-wrap .card-item {
    overflow:hidden;
    display: inline-block;
    width:510px;
    height:112px;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    background:#4958cc;
    cursor:pointer;
    margin-bottom:7px;
}
.card-wrap .card-item2 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    cursor:pointer;
    margin-right:7px;
    margin-bottom:7px;
    border:1px solid black;
}
.card-wrap .card-item3 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    cursor:pointer;
    margin-bottom:7px;
    border:1px solid black;
}
.card-wrap .card-item4 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    background:#497fba;
    cursor:pointer;
    margin-right:7px;
}
.card-wrap .card-item5 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    background:#2bae95;
    cursor:pointer;
}
.card-wrap .card-item6 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    background:#f49d47;
    cursor:pointer;
    margin-right:7px;
    margin-bottom: 7px;
}
.card-wrap .card-item7 {
    overflow:hidden;
    display: inline-block;
    width:250px;
    height:90px;
    background:#fff;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.4);
    background:#23366c;
    cursor:pointer;
    margin-bottom: 7px;
}

.company-wrap {
    position:relative;
    width:1150px;
    margin:0 auto;
}
.card-wrap .easy-item {
    padding-top:110px;
    width:600px;
    float:right;
}
.company-wrap > .card-item:hover {
    z-index:100;
}
.card-wrap .card-item .tit{
    float:left;
    width:354px;
    padding:42px 25px;
    height:112px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:left;
    color:#fff;
    font-size: 30px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item2 .tit{
    float:left;
    width:160px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:left;
    color:#000;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item3 .tit{
    float:left;
    width:160px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:left;
    color:#000;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item4 .tit{
    float:left;
    width:250px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item5 .tit{
    float:left;
    width:250px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item6 .tit{
    float:left;
    width:250px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}
.card-wrap .card-item7 .tit{
    float:left;
    width:250px;
    padding:34px 25px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
    font-size: 22px;
    line-height:1;
    letter-spacing: normal;
    font-weight:600;
}

.card-wrap .card-item .txt-wrap {
    float:left;
    width:60px;
    padding:42px 20px;
    height:112px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:right;
    background: url(../img/ko/ico/icon-1.svg) no-repeat center;
}
.card-wrap .card-item2 .txt-wrap {
    float:left;
    width:60px;
    padding:34px 20px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:right;
    background: url(../img/ko/ico/icon-2.svg) no-repeat center;
}
.card-wrap .card-item3 .txt-wrap {
    float:left;
    width:60px;
    padding:34px 20px;
    height:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:right;
    background: url(../img/ko/ico/icon-3.svg) no-repeat center;
}
.card-item .txt-wrap .info-txt {
    padding-top:20px;
    padding-bottom:10px;
    color: #333;
}
.card-item .txt-wrap .info-txt p{
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
}
.card-item .txt-wrap p.txt-price {
    font-size: 46px;
    font-weight: 600;
    font-family: NanumBarunGothicBold;
    color: #111;
}
.card-item:hover .txt-wrap p.txt-price {
    color: #e96f02;
}

.txt-price{
    color: #333;
}
.red-txt{
    color:#df173e;
    font-weight: 600;
}
.card-item .txt-wrap {
    font-family: 'NanumBarunGothicLight', sans-serif;
    font-size: 18px;
}
.info-txt span.txt-ex {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}
.card-item .txt-wrap .info-txt2 {
    position:relative;
    padding-top:20px;
}
.card-item .txt-wrap .info-txt2:before {
    display:block;
    content:'';
    position:absolute;
    top:0;
    right:-2px;
    width:214px;
    height:8px;
    background:url(../img/submain/ico_line.png) 0 0 no-repeat;
}
.card-item .txt-wrap .info-txt2 p {
    font-size:18px;
    padding-bottom:6px;
    color: #111;
    font-weight: 600;
}
.card-wrap .info-txt2 p:first-child{
    margin-top: -17px;
}
.info-txt2 p.txt-lt{
    text-align: left;
    padding-left:88px;
}
.ico_postOffice{
    font-size: 0;
    width: 90px;
    height: 19px;
    background: url(../img/submain/logo_post.png) 0 0 no-repeat;
    background-size: contain;
}
.ico_bank{
    font-size:0;
    width:108px;
    height:22px;
    background:url(../img/submain/logo_IBK.png) 0 0 no-repeat;
    background-size: contain;
}
.ico_postOffice2{
    position:absolute;
    top: 19px;
    left: 11px;
    width:72px;
    height:40px;
    font-size:0;
    background:url(../img/submain/logo_postbus.png) 0 0 no-repeat;
    background-size: contain;
    line-height: 39px;
}
.card-wrap .sale-item .info-txt-sale{
    position:relative;
}
.card-wrap .sale-item a:nth-child(1) .info-txt-sale {
    padding-bottom: 5px;
    padding-top: 15px;
}
.card-wrap .sale-item .info-txt-sale p {
    font-size: 20px;
}
.card-wrap .sale-item .info-txt-sale span.txt-ex {
    font-size: 16px;
}
.card-item .txt-wrap p.sale-txt{font-size:32px;}
.info-txt-sale .txt-tip {
    position:absolute;
    top: -25px;
    left: -5px;
    width:55px;
    height:60px;
    background:#df173e;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight: 600;
}
.txt-wrap .info-txt-sale .txt-tip span{
    display:block;
    font-size:24px;
    padding-top:10px
}
.info-txt-sale .txt-tip2 {
    position:absolute;
    top: 52px;
    left:-5px;
    width:80px;
    height:15px;
    color:#2e2e2e;
    text-align:center;
    font-size: 17px;
}
.info-txt-sale .txt-tip2 span {
    display:block;
    position:relative;
}
.info-txt-sale .txt-tip2 span:before {
    display:block;
    content:'';
    position:absolute;
    top:2px;
    left:6px;
    width:100%;
    height:100%;
    background:url(../img/submain/sprite2.png) no-repeat;
    background-position: -892px 0;
}
.card-wrap.company-wrap .sale-item .txt-wrap {
    padding: 0;
}
.card-wrap .sale-item .lst2 {
    padding-top: 40px;
    margin-top: -25px;
}
.card-wrap .sale-item .lst2 .txt-tip {top:0}
.info-txt-sale.lst2 .txt-tip2 {top:76px}
.info-txt-sale.lst2:before {
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:-20px;
    width:120%;
    height:1px;
    background:#ccc;
}
.personal-area .btn-box-top, .company-area .btn-box-top {
    position:absolute;
    top:-200px;
    left:50%;
    padding-top:40px;
    margin:0 auto;
    text-align:center;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
.personal-area .btn-box-top .btn-per-more, .btn-company .btn-per-more{
    display:block;
    position:relative;
    width:290px;
    height:40px;
    padding:12px 50px;
    margin:0 auto;
    text-align:left;
    color:#e96f02;
    background:#fff;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    font-size:20px;
    border-radius:25px;
    -webkit-transition:background-color 0.5s ease;
    -moz-transition:background-color 0.5s ease;
    -o-transition:background-color 0.5s ease;
    -ms-transition:background-color 0.5s ease;
    transition:background-color 0.5s ease;
}
.btn-box-top .btn-per-more:before, .btn-company .btn-per-more:before{
    display:block;
    content:'';
    position:absolute;
    top:8px;
    right: 34px;
    width:41px;
    height:22px;
    background:url(../img/submain/sprite1.png) 0 0 no-repeat;
    background-position: -3px -33px;
}
.btn-company .btn-per-more:before{
    top:10px;
    background:url(../img/submain/sprite2.png) 0 0 no-repeat;
    background-position:0 0;
    left: 34px;
    right: auto;
}
.btn-box-top .btn-per-more:hover{
    background-color:#feeac9;
}
/* 지문보안토큰 버튼 */
.company-area .btn-company .btn-per-more{
    display:inline-block;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    background:#222;
    color:#fff;
    text-align: right;
}
.company-area .btn-company .btn-per-more:hover{
    background:#666
}
.company-area .btn-company .btn-per-more2{
    margin-left:-5px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:25px;
    border-bottom-right-radius:25px;
    background:#fff;
    color:#006ecd;
    text-align: left;
}
.company-area .btn-company .btn-per-more2:hover{
    color: #044f90;
    background: #fff;
}
.company-area .btn-company .btn-per-more2:before{
    top: 11px;
    right: 18px;
    width: 40px;
    background:url(../img/submain/sprite2.png) 0 0 no-repeat;
    background-position: -44px 0;
    left: auto;
}
.sub-area {
    position:relative;
    width:100%;
}
.sub-area .top-lstWrap {
    position:absolute;
    top:-64px;
    left:50%;
    width:800px;
    height:125px;
    margin-left:-400px;
    border:1px solid #cbcbcb;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
}
.top-lstWrap .goods-lst:after{
    display:block;
    content:'';
    clear:both;
}
.top-lstWrap .goods-lst li {
    position:relative;
    float:left;
    width:25%;
}
.top-lstWrap .goods-lst li:hover:before,
.top-lstWrap .goods-lst li.on:before {
    border:3px solid #ff9700;
}
.top-lstWrap .goods-lst li:last-child a:after{width:0;}

.top-lstWrap .goods-lst li.on:before,
.top-lstWrap .goods-lst li.on a:before,
.top-lstWrap .goods-lst li:hover:before,
.top-lstWrap .goods-lst li a:hover:before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 20;
    width: 99%;
    height: 99%;
    border: 3px solid #ff9700;
    -webkit-box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
    -moz-box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
    box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
}
.top-lstWrap .company-lst li.on:before,
.top-lstWrap .company-lst li.on a:before,
.top-lstWrap .company-lst li:hover:before,
.top-lstWrap .company-lst li a:hover:before {
    display:block;
    content:'';
    position:absolute;
    top:-2px;
    left:-2px;
    z-index:20;
    width:99%;
    height:99%;
    border:3px solid #016ecd;
    -webkit-box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
    -moz-box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
    box-shadow: 7px 7px 35px 0px rgba(217,219,220,1);
}
.top-lstWrap .goods-lst li a {
    overflow:hidden;
    display:block;
    position:relative;
    width:100%;
    height: 35px;
    padding-top:88px;
    text-align:center;
    font-size: 20px;
    color: #111;
    font-family:'NanumBarunGothicLight', sans-serif;
}
.top-lstWrap .goods-lst li a:after {
    display:block;
    content:'';
    position:absolute;
    top:13px;
    right:0;
    width:1px;
    height:93px;
    background:#ccc
}
.top-lstWrap .goods-lst li:hover a,
.top-lstWrap .goods-lst li.on a{
    background-position:0 -123px;
    color:#ff9700;
}
.goods-lst li .btn-issue {
    background:url(../img/submain/btn-issue.png) 0 0 no-repeat;
}
.goods-lst li .btn-renew {
    background:url(../img/submain/btn-renew.png) 0 0 no-repeat;
}
.goods-lst li .btn-reissue {
    background:url(../img/submain/btn-reissue.png) 0 0 no-repeat;
}
.goods-lst li .btn-pay {
    background:url(../img/submain/btn-pay.png) 0 0 no-repeat;
}
.company-lst li .btn-issue {
    background:url(../img/submain/btn-issue2.png) 0 0 no-repeat;
}
.company-lst li .btn-renew {
    background:url(../img/submain/btn-renew2.png) 0 0 no-repeat;
}
.company-lst li .btn-reissue {
    background:url(../img/submain/btn-reissue2.png) 0 0 no-repeat;
}
.company-lst li .btn-pay {
    background:url(../img/submain/btn-pay2.png) 0 0 no-repeat;
}
.top-lstWrap .company-lst li:hover a,
.top-lstWrap .company-lst li.on a{
    background-position:0 -122px;
    color:#016ecd
}
.sub-area.personal-area .section1 {
    width:1200px;
    margin:0 auto;
}
.personal-area .section1 h4, .personal-area .section2 h4 {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight:bold;
    color: #000;
}
.personal-area .section1 h4 > span,
.personal-area .section2 h4 > span{
    color:#ff9700;
}
.personal-area .section1 .sub-box{
    /* overflow:hidden;
    height:320px; */
}
.personal-area .section1 .sub-box:after{
    content:'';
    display:block;
    clear: both;
}
.personal-area .section1 .sub-box .lt-box {
    /* float:left; */
    /* height:260px; */
    width:100%;
    padding:30px 30px 35px;
    margin: 0 auto;
    /* border-right:1px solid #cbcbcb; */
}
.lt-box .way-lst {
    /* overflow:hidden; */
}
.lt-box .way-lst:after{
    content:'';
    display:block;
    clear: both;
}
.lt-box .way-lst li {
    position:relative;
    float:left;
    width:127px;
    height:120px;
    margin-left:86px;
}

.lt-box .way-lst li+li:before {
    display:block;
    content:'';
    position:absolute;
    top: 25%;
    left: -59px;
    width: 32px;
    height: 21px;
    background:url(../img/ko/ico/icon-arrow.svg) no-repeat;
}
.lt-box .compWay-lst li+li:before {
    display:block;
    content:'';
    position:absolute;
    top: 31%;
    /* left: -59px; */
    width: 32px;
    height: 21px;
    background:url(../img/ko/ico/icon-arrow.svg) no-repeat;
    /* background-position:-43px 0; */
}
.lt-box .way-lst li:first-child{margin-left:0}
.lt-box .way-lst li .txt-tit{
    padding-bottom:12px;
    font-size:18px;
    color:#111;
    font-weight: 600;
    text-align: center;
}
.txt-info {
    padding-top:142px;
    font-size:16px;
    line-height:1.2;
    color: #333;
    font-family:'NanumBarunGothicLight', sans-serif;
}
.way-lst li:first-child .txt-numInsert{
	width: 60px;
    height: 72px;
    margin: 0 auto;
    background: url(../img/ko/ico/icon-step1.svg) no-repeat;
}
.way-lst li:nth-child(2) .txt-numInsert2{
	width: 47px;
    height: 72px;
    margin: 0 auto;
    background:url(../img/ko/ico/icon-step2.svg) no-repeat 1px;
}
.way-lst li:nth-child(3) .txt-pay{
	width: 43px;
    height: 72px;
    margin: 0 auto;
    background:url(../img/ko/ico/icon-step3.svg) no-repeat 1px;
}
.way-lst li:nth-child(4) .txt-issue{
	width: 46px;
    height: 72px;
    margin: 0 auto;
    background:url(../img/ko/ico/icon-step4.svg) no-repeat 1px;
}
.way-lst li:nth-child(5) .txt-issueEnd{
	width: 48px;
    height: 72px;
    margin: 0 auto;
    background:url(../img/ko/ico/icon-step5.svg) no-repeat 1px;
}
.lt-box .way-lst li a.btn-link{
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    color: #fff;
    background: #666;
    padding: 0;
    width: 130px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transform: translate(-50%, 0);
}
.way-lst li a.btn-link > span {
    display:block;
    position:relative;
}
.way-lst li a.btn-link > span:before {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    right: 13px;
    width: 10px;
    height: 15px;
    background: url(../img/submain/sprite1.png) no-repeat;
    background-position: 0 -58px;
    transition: all 0.2s;
}
.way-lst li a.btn-link:hover > span:before{
    right: 10px;
}
.personal-area .section1 .sub-box .rt-box {
    float:left;
    padding-top:30px;
    padding-left:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.personal-area .section1 .sub-box .rt-box .txt-tit{
    padding-bottom: 28px;
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
.personal-area .section1 .sub-box .rt-box a{
    overflow:hidden;
    display:block;
    width:100%;
    height:100%;
}
a > .personal-v-pic{
    display:inline-block;
    float:left;
    width:360px;
    height:232px;
    margin-right:12px;
}
.personal-v-pic > img {width:100%}
a > .personal-v-txt {
    display:inline-block;
    float:left;
    padding-top:75px;
    font-size:18px;
    color:#ff9700;
}
a > .personal-v-txt > span{
    display:block;
    padding-top:10px;
    color:#333;
}
.sub-area.personal-area .section2 {
    min-width:1200px;
    width:100%;
    margin:0 auto;
    padding:48px 0;
    background:#f3f3f3;
}
.personal-area .section2 .link-wrap {
    width:1200px;
    margin:0 auto;
}
.personal-area .section2 .btn-box {overflow:hidden;}
.personal-area .section2 .btn-box a{
    float:left;
    display:block;
    position:relative;
    width:394px;
    height:80px;
    padding:24px;
    margin-left:9px;
    line-height: 40px;
    background:#fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:18px;
}
.personal-area .section2 .btn-box .btn-print{margin-left:0;}
/* 사업자 공동인증서 */
.sub-area.company-area .section1 {
    width:1200px;
    margin:0 auto;
    padding-bottom:70px;
}
.company-area .section1 h4, .company-area .section2 h4 {
    padding-bottom: 30px;
    font-size: 30px;
    color: #111;
}
.company-area .section1 h4 > span, .company-area .section2 h4 > span{color:#016ecd;}
.company-area .section1 .sub-box{
    /* overflow:hidden;
    height:320px; */
    border:1px solid #cbcbcb;
}
.company-area .section1 .sub-box:after{
    content:'';
    display:block;
    clear:both
}
.company-area .section1 .sub-box .lt-box {
    /* float:left; */
    /* height:260px; */
    width: 680px;
    padding:30px 30px 35px;
    margin: 0 auto;
    /* border-right:1px solid #cbcbcb; */
}
.company-area .section1 .sub-box .rt-box {
    float:left;
    padding-top:30px;
    padding-left:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.company-area .section1 .sub-box .rt-box .txt-tit{
    padding-bottom: 28px;
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
.company-area .section1 .sub-box .rt-box a{
    overflow:hidden;
    display:block;
    width:100%;
    height:100%;
}
a > .company-v-pic{
    display:inline-block;
    float:left;
    width:172px;
    height:110px;
    margin-right:12px;
}
.company-v-pic > img {width:100%}
a > .company-v-txt {
    display: inline-block;
    float: left;
    padding-top: 30px;
    font-size: 20px;
    color: #111;
}
.company-v-txt .blue-txt {
    display: inline-block;
    width: 112px;
    color: #016ecd;
    font-size: 20px;
    font-weight: 600;
}
a > .company-v-txt > span{
    display: block;
    position: relative;
    width: 125px;
    padding-top: 10px;
    font-size: 18px;
    color: #333;
}
a > .company-v-txt > span:before {
    display:block;
    content:'';
    position:absolute;
    top: 10px;
    right: 13px;
    width:10px;
    height:15px;
    background:url(../img/submain/sprite1.png) no-repeat;
    background-position: 0 -105px;
    transition:all 0.2s;
}
a:hover > .company-v-txt > span:before{right:9px;}
.sub-area.company-area .section2 {
    min-width:1200px;
    width:100%;
    margin:0 auto;
    padding:48px 0;
    background:#f3f3f3;
}
.company-area .section2 .link-wrap {
    width:1200px;
    margin:0 auto;
}
.company-area .section2 .btn-box {overflow:hidden;}
.company-area .section2 .btn-box a{
    float:left;
    display:block;
    position:relative;
    width:394px;
    height:80px;
    padding:24px;
    margin-left:9px;
    line-height: 40px;
    background:#fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #111;
}
.company-area .section2 .btn-box .btn-print{
    margin-left:0;
}
/* 레이어 */

.ly-bg {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.btn-close {
    position: absolute;
    top: 24px;
    right: 51px;
    z-index: 120;
}
.pop-area {
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    z-index: 110;
    width:720px;
    height:800px;
    padding:20px 40px;
    text-align: center;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff;
}
.pop-area .tit {padding:20px 0 14px 0;border-bottom:1px solid #666;margin-bottom:40px;font-size:26px; color:#333}
.pop-area .tit span{display:block;position:relative;width:180px;margin:0 auto;}
.pop-area .tit span:before{
    display:block;
    content:'';
    position: absolute;
    top:-10px;
    left:-15px;
    width:30px;
    height:38px;
    background:url('../img/submain/sprite_ly.png') no-repeat;
    background-position:0 0;
}
.company-paper .tit span:before{
    background:url('../img/submain/sprite_ly2.png') no-repeat;
    background-position:0 0;
}
.pop-area .sub-tit {
    margin-bottom:15px;
    text-align:left;
    font-size:22px;
    /* font-weight:600; */
    color:#333;
}
.pop-area .sub-tit span{
    color:#ff9700
}
.company-paper .sub-tit span {
    color: #016ecd;
}
.pop-area .ly-txt {
    text-align:left;
    margin-bottom:35px;
}
.pop-area .ly-txt ul li {
    margin-bottom:12px;
    font-size:15px;
    font-family:'NanumBarunGothicLight', sans-serif;
    color:#444;
}
.ly-txt ul li .strong-txt {
    font-family:'NanumBarunGothic', sans-serif;
    font-size:15px;
    color:#000;
}
.pop-area .ly-txt .sub-tit{
    font-size:14px;
    color:#666;
}
.pop-video {
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    z-index: 110;
    width:720px;
    height:550px;
    text-align: center;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#fff;
}
.pop-video .btn-close {right:20px}
.pop-video .tit {
    padding:25px;font-size:26px; color:#333;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
/* 공동인증서 신청 방법 */
.lt-box .compWay-lst li {
    position:relative;
    float:left;
    /* height:260px; */
    margin-left:80px;
}
.lt-box .compWay-lst li:first-child{
    width:131px;
}
.lt-box .compWay-lst li:nth-child(2){
    width:260px;
}
.lt-box .compWay-lst li:nth-child(3){
    width:128px;
}
.twoWay {
    position:relative;
}
.txt-info2 {
    position:absolute;
    top: 170px;
    right:0;
    font-size:16px;
    line-height:1.2;
    color: #333;
    font-family: 'NanumBarunGothicLight', sans-serif;
}
.compWay-lst li:first-child .txt-info{
    background: url(../img/submain/sprite2.png) no-repeat;
    background-position: -348px 0;
}
.compWay-lst li:nth-child(2) .txt-info{
    background:url(../img/submain/sprite2.png) no-repeat;
    background-position: -486px 0;
}
.compWay-lst li:nth-child(3) .txt-info{
    background:url(../img/submain/sprite2.png) no-repeat;
    background-position: -753px 0;
}
.personal-area .section1 .sub-box .rt-box {
    float:left;
    padding-top:30px;
    padding-left:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.personal-area .section1 .sub-box .rt-box a{
    display:block;
    width:100%;
    height:100%;
}
a > .personal-v-pic{
    display:inline-block;
    float:left;
    width:360px;
    height:232px;
    margin-right:12px;
}
.personal-v-pic > img {width:100%}
a > .personal-v-txt {
    display:inline-block;
    float:left;
    padding-top:75px;
    font-size:20px;
    color:#ff9700;
}
a > .personal-v-txt .org-txt {
    font-size: 20px;
    font-weight: 600;
}
a > .personal-v-txt > span{
    display:block;
    position:relative;
    width: 115px;
    padding-top:10px;
    font-size:18px;
    color:#333;
}
a > .personal-v-txt > span:before {
    display:block;
    content:'';
    position:absolute;
    top:11px;
    right:3px;
    width:10px;
    height:15px;
    background:url(../img/submain/sprite1.png) no-repeat;
    background-position: 0 -122px;
    transition:all 0.2s;
}
a:hover > .personal-v-txt > span:before{
    right:0;
}
.sub-area.personal-area .section2 {
    min-width:1200px;
    width:100%;
    margin:0 auto;
    padding:48px 0;
    background:#f3f3f3;
}
.personal-area .section2 .link-wrap {
    width:1200px;
    margin:0 auto;
}
.personal-area .section2 .btn-box {overflow:hidden;}
.personal-area .section2 .btn-box a{
    float:left;
    display:block;
    position:relative;
    width:394px;
    height:80px;
    padding:24px;
    margin-left:9px;
    line-height: 40px;
    background:#fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #111;
}
.personal-area .section2 .btn-box .btn-print{margin-left:0;}
.section2 .btn-box a:before {
    display:block;
    content:'';
    position:absolute;
    top:0;
    right:20px;
    width:50px;
    height:125px;
}
.btn-box .btn-print:before{
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-217px 0;
}
.btn-box .btn-findNum:before{
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-280px 0;
}
.btn-box .btn-init:before{
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-358px 0;
}
.sub-bt-area {
    overflow:hidden;
    width:595px;
    padding:70px 0 65px 0;
    margin: 0 auto;
    text-align:center;
}
.sub-bt-area .lt-box {
    float:left;
    width:255px;
    padding-right:75px;
    padding-top:24px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-bt-area .lt-box .tit {
    position: relative;
    width: 100px;
    height: 35px;
    padding-left: 33px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 35px;
    color: #111;
}
.sub-bt-area .lt-box .tit:before {
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:35px;
    height:35px;
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-470px 0;
}
.sub-bt-area .lt-box .txt-tel {
    margin-top:15px;
    margin-bottom:15px;
    font-size:35px;
    color:#ff9700
}
.lt-box .txt-tel.company-area{
 color:#016ecd
}
.sub-bt-area .lt-box .txt-week, .sub-bt-area .lt-box .txt-lunch{padding-bottom:5px;font-size:16px;color:#666;}
.sub-bt-area .rt-box {
    overflow:hidden;
    float:left;
    width:340px;
}
.sub-bt-area .rt-box > a {
    display:block;
    width:136px;
    padding-top:160px;
    font-size: 24px;
    color: #111;
}
.sub-bt-area .rt-box > a.btn-online {
    float:left;
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-721px 0;
}
.sub-bt-area .rt-box > a.btn-remote {
    float:right;
    background:url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position:-868px 0;
}
.rt-box > a.btn-remote.company-pic {
    background:url(../img/submain/sprite2.png) right 0 no-repeat;
    background-position:-209px 0;
}

/* 인증서 관리 */
#content .con-header.bg5 {background:#fff;}
#content .cert-area {position:relative;padding-top:50px;font-size:27px;border-top:1px solid #ccc;}
.cert-area2 {overflow:hidden;padding-top:40px;}
.cert-area .tit, .cert-area2 .tit {padding-bottom:30px;font-size:26px;color:#333}
.cert-area > .info-txt{
    position:absolute;
    top:60px;
    right:0;
    font-size:14px;
}
.cert-area > .info-txt:before{
    display:block;
    content:'';
    position:absolute;
    top: -8px;
    left: -29px;
    width: 28px;
    height: 28px;
    background: url(../img/submain/sprite1.png) right 0 no-repeat;
    background-position: -1460px 0;
}
.cert-area .cert-lst1, .cert-area .cert-lst2{
    overflow:hidden;
}
.cert-area .cert-lst1 li {
    float:left;
    position:relative;
    width:395px;
    height:165px;
    margin-bottom:20px;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-lst1 li > a {
    display:block;
    width:100%;
    height:100%;
    padding:45px 35px 0 125px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-lst1 li:hover,
.cert-lst2 li:hover{
    border-color: #e96f02 !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-area .cert-lst1 li:nth-child(odd){margin-right:20px;}
.cert-area .cert-lst1 li a > h4 {font-weight:600;font-size:20px;color:#333;margin-bottom:17px}
.cert-area .cert-lst1 li a > h4 span{color:#e96f02}
.cert-area .cert-lst1 li .btn-box{overflow:hidden}
.cert-lst1 li .btn-box span.btn {
    display:block;
    float:left;
    width:94px;
    height:35px;
    padding:10px 15px;
    margin-right:5px;
    background:#e96f02;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    border-radius:20px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:static
}
.cert-lst1 li .btn-box span:nth-child(2) {
    background:#e3e3e3;
    color:#333;
}
.cert-lst1 li .btn-box .mng-box-guide{position:initial}
.cert-lst1 li:before {
    display:block;
    content:'';
    position:absolute;
    top:45px;
    left:40px;
    width:84px;
    height:70px;
    background:url(../img/submain/sprite_cer1.png) no-repeat;
}
.cert-lst1 li.cert1:before{background-position:0 0;}
.cert-lst1 li.cert2:before{background-position:0 -77px;}
.cert-lst1 li.cert3:before{background-position:0 -148px;}
.cert-lst1 li.cert4:before{background-position:0 -224px;}
.cert-lst1 li.cert5:before{background-position:0 -296px;}
.cert-lst1 li.cert6:before{background-position:0 -370px;}
.cert-lst1 li.cert7:before{background-position:0 -444px;}
.cert-lst1 li.cert8:before{background-position:0 -520px;}
.cert-lst1 li.cert9:before{background-position:0 -592px;}
/* 부가기능 */
.cert-area2 .cert-lst2 li {
    float:left;
    position:relative;
    width:260px;
    height:165px;
    margin-bottom:10px;
    line-height:1.2;
    border:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-lst2 li > a {
    display:block;
    width:100%;
    height:100%;
    padding:30px 0 0 114px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-area2 .cert-lst2 li:nth-child(2){margin:10px;margin-top:0}
.cert-area2 .cert-lst2 li:nth-child(5){margin:10px;margin-top:0}
.cert-area2 .cert-lst2 li:nth-child(8){margin:10px;margin-top:0}
.cert-area2 .cert-lst2 li a > h4 {font-weight:600;font-size:18px;color:#333;margin-bottom:10px;line-height: 1.4;}
.cert-area2 .cert-lst2 li a > h4 span{color:#e96f02}
.cert-area2 .cert-lst2 li .btn-box:after{
    content:'';
    display:block;
    clear:both
}
.cert-lst2 li .btn-box span.btn {
    display:block;
    float:left;
    width:94px;
    height:35px;
    padding:10px 15px;
    margin-right:5px;
    background:#e96f02;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    border-radius:20px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cert-lst2 li .btn-box span:nth-child(2) {
    background:#e3e3e3;
    color:#333;
}
.cert-lst2 li .btn-box .mng-box-guide{position:static}
.cert-lst2 li:before {
    display:block;
    content:'';
    position:absolute;
    top:35px;
    left:30px;
    width:84px;
    height:70px;
    background:url(../img/submain/sprite_cer2.png) no-repeat;
}
.cert-lst2 li.cert1:before{background-position:0 0;}
.cert-lst2 li.cert2:before{background-position: 0 -69px;}
.cert-lst2 li.cert3:before{background-position:0 -148px;}
.cert-lst2 li.cert4:before{background-position: 0 -220px;}
.cert-lst2 li.cert5:before{background-position: 0 -293px;}
.cert-lst2 li.cert6:before{background-position: 0 -366px;}
.cert-lst2 li.cert7:before{background-position: 0 -440px;}
.cert-lst2 li.cert8:before{background-position: 0 -512px;}
.cert-lst2 li.cert1 > a {padding-top:55px}
.cert-lst2 li.cert2 > a {padding-top:55px}
.cert-lst2 li.cert3 > a {padding-top:32px}
.cert-lst2 li.cert4 > a {padding-top:32px}
.cert-lst2 li.cert5 > a {padding-top:32px}
.cert-lst2 li.cert6 > a {padding-top:32px}
.cert-lst2 li.cert7 > a {padding-top:32px}
.cert-lst2 li.cert8 > a {padding-top:32px}
.cert-area2 .cert-lst2 li span.btn {
    width: 68px;
    font-size: 14px;
    padding: 5px 10px;
    height: 28px;
    line-height: 20px;
}

.cert-area2 .cert-lst2 .btn-box {
    margin-left:-2px;
}
/* scrollDown */
.halfCircle{
    height: 50px;
    width: 100px;
    border-radius: 100px 100px 0 0;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    z-index: 100;
}
.halfCircle:before{
    content: '';
    width: 1px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 6%;
    left: 50%;
}
.halfCircle:after{
    content: '';
    width: 1px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.halfCircle > p{
    position: absolute;
    top: 21%;
    left: 40%;
    width: 20%;
    height: 100%;
}
.halfCircle > p > img {
    width: 100%
}
.halfCircle > p {
    -webkit-animation: scrDownAni 0.8s infinite linear;
   -moz-animation: scrDownAni 0.8s infinite linear;
   -ms-animation: scrDownAni 0.8s infinite linear;
   -o-animation: scrDownAni 0.8s infinite linear;
   animation: scrDownAni 0.8s infinite linear;
}
@-webkit-keyframes scrDownAni {
   0%{top:20%}
   25%{top:25%}
   50%{top: 30%}
   75%{top: 25%}
   100%{top: 20%}
}
@-moz-keyframes scrDownAni {
   0%{top:20%}
   25%{top:25%}
   50%{top: 30%}
   75%{top: 25%}
   100%{top: 20%}
}
@-ms-keyframes scrDownAni {
   0%{top:20%}
   25%{top:25%}
   50%{top: 30%}
   75%{top: 25%}
   100%{top: 20%}
}
@-o-keyframes scrDownAni {
   0%{top:20%}
   25%{top:25%}
   50%{top: 30%}
   75%{top: 25%}
   100%{top: 20%}
}
@keyframes scrDownAni {
   0%{top:20%}
   25%{top:25%}
   50%{top: 30%}
   75%{top: 25%}
   100%{top: 20%}
}

#footer{
    font-size: 12px;
    position: relative;
    color: #444;
    font-family: '맑은 고딕',MalgunGothic,'돋움',Dotum,'굴림',Gulim,tahoma,verdana,Apple Gothic,sans-serif;
}
#footer .main-menu .trigger {
    font-size: 11px;
}
