@charset "utf-8";

.sub-contents{
    position: relative;
    min-height:700px;
    margin-top:90px;
    padding-bottom:100px;
}
.sub-contents.bot-nopad{
    padding-bottom:0;
}
.sub-contents.product{
    background-image:url(../../images/sub/sub_product_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
@media (max-width: 1400px) {
    .sub-contents.product{
        background-image:none;
    }
}
.tit-line{
    width:1400px;
    margin:0 auto;
    padding:120px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .tit-line{
        width:100%;
        padding:120px 30px 40px;
    }
}
@media (max-width: 640px) {
    .tit-line{
        display: block;
        padding:80px 30px 40px;
    }
}
.tit-line .sub-title{
    font-size:4.8rem;
    font-weight:700;
    color:#000;
    letter-spacing: -0.05rem;
}
@media (max-width: 640px) {
    .tit-line .sub-title{
        font-size:3.4rem;
        margin-bottom:15px;
    }
}
.tit-line .navigator{
    position: relative;
    display: flex;
    align-items: center;
}
.tit-line .navigator .home{
    padding-left:30px;
    padding-right:20px;
    position: relative;
    font-size:1.5rem;
    color:#666;
}
@media (max-width: 420px) {
    .tit-line .navigator .home{
        display: none;
    }
}
.tit-line .navigator .home:before{
    position:absolute;
    content:'';
    width:21px;
    height:17px;
    left:0;
    top:-2px;
    background-image: url(../../images/sub/navi_icon_home.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.tit-line .navigator .home:after{
    position:absolute;
    content:'';
    width:1px;
    height:17px;
    right:0;
    top:-1px;
    background-color: #ccc;
}
#navi {  
    width:360px;
    background:#FFF;
    
}
#navi > li {
    position:relative;
    float:left;
    width:50%;
}
#navi > li > a {
    position: relative;
    width:100%;
    height:17px;
    display:table;
    text-decoration:none;
    border-right:1px solid #ccc;
}
@media (max-width: 420px) {
    #navi > li:first-child > a {
        border-left:1px solid #ccc;
    }
}
#navi > li > a:focus span,
#navi > li > a.on span {
    color:#000;
    font-weight:700;
}
#navi > li > a:focus:before {
    border-color: #1178db transparent transparent  transparent;
}
#navi > li > a:before {
    position: absolute;
    top:5px;
    right:20px;
    content:'';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: #666 transparent transparent  transparent;
}
#navi > li > a span {
    font-size:1.5rem;
    color:#666666;
    padding:0 30px 0 20px;
    vertical-align:middle;
    display:table-cell;
    font-weight:400;
}

#navi > li > .snb-layer {
    display:none;
    position:absolute;
    top:30px;
    width:100%;
    padding:14px 0;
    background-color:#fff;
    border:1px solid #ccc;
    overflow:hidden;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.1);
    z-index:10;
}
#navi > li > .snb-layer > ul {
    width:100%;
}
#navi > li > .snb-layer > ul > li {
    width:100%;
}
#navi > li > .snb-layer > ul > li > a {
    padding:6px 20px;
    font-size:1.4rem;
    color:#000;
    line-height:18px;
    text-decoration:none;
    display:block;
}
#navi > li > .snb-layer > ul > li > a:hover, 
#snb > li > .snb_layer > ul > li > a:focus {
    color:#1178db;
}
#navi > li:nth-child(2) {
    display:none;
}
#navi > li:nth-child(2).on {
    display:block;
}

/*찾아오시는길*/
.map-cont-wrap{
    position: relative;
}
.map-cont-wrap .address-box{
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height:200px;
    width:1400px;
    z-index:20;
}
@media (max-width: 1400px) {
    .map-cont-wrap .address-box{
        position:relative;
        bottom:auto;
        left:auto;
        transform: none;
        margin:0 auto;
        width:100%;
    }
}
.map-cont-wrap .address-box .inner{
    width:50%;
    height:100%;
    background-color:#fff;
    padding:56px 70px 0;
}
@media (max-width: 1400px) {
    .map-cont-wrap .address-box .inner{
        width:100%;
        padding:30px;
    }
}
.map-cont-wrap .address-box .inner .tit{
    font-size:1.4rem;
    color:#666;
    font-weight:500;
    margin-bottom:10px;
}
.map-cont-wrap .address-box .inner .address{
    font-size:2.2rem;
    color:#000;
    font-weight:500;
    margin-bottom:30px;
    letter-spacing:-0.08rem;    
    line-height:1.4em;
}
.map-cont-wrap .address-box .inner .tel-line{
    display: flex;
    align-items: center;
}
@media (max-width: 480px) {
    .map-cont-wrap .address-box .inner .tel-line{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}
.map-cont-wrap .address-box .inner .tel-line .phone{
    display: flex;
    align-items: center;
    font-size:1.8rem;
    color:#333;
    margin-right:30px;
}
@media (max-width: 480px) {
    .map-cont-wrap .address-box .inner .tel-line .phone{
        margin-bottom:10px;
    }
}
.map-cont-wrap .address-box .inner .tel-line .phone .icon{
    position: relative;
    width:33px;
    height:33px;
    background-color:#e6ecf0;
    border-radius:50%;
    background-image:url(../../images/sub/menu1_3_address_icon1.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right:10px;
}
.map-cont-wrap .address-box .inner .tel-line .fax{
    display: flex;
    align-items: center;
    font-size:1.8rem;
    color:#333;
    margin-right:30px;
}
.map-cont-wrap .address-box .inner .tel-line .fax .icon{
    position: relative;
    width:33px;
    height:33px;
    background-color:#e6ecf0;
    border-radius:50%;
    background-image:url(../../images/sub/menu1_3_address_icon2.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right:10px;
}

/*인사말*/
.greeting-wrap {
    min-height:900px;
    background-image:url(../../images/sub/menu1_1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media (max-width: 640px) {
    .greeting-wrap  {
        background-size:auto 550px;
        background-position: right 30% top;
    }
}
.greeting-wrap .slogan-line {
    width:1400px;
    height:720px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .greeting-wrap .slogan-line {
        height:460px;
        width:100%;
    }
}
.greeting-wrap .slogan-line .l-slogan {
    font-size:6.0rem;
    font-weight:800;
    font-family: 'montserrat';
    line-height: 1.2em;
    padding:230px 0 70px 50px;
    color:#fff;
    text-transform: uppercase;
}
@media (max-width: 640px) {
    .greeting-wrap .slogan-line .l-slogan {
        font-size:3.6rem;
        padding:90px 30px 70px 30px;
        color:#fff;
        text-transform: uppercase;
    }
}
@media (max-width: 420px) {
    .greeting-wrap .slogan-line .l-slogan {
        font-size:2.8rem;
        padding:90px 30px 50px 30px;
    }
}
.greeting-wrap .slogan-line .s-slogan {
    font-size:1.8rem;
    font-weight:500;
    font-family: 'noto sans kr';
    line-height: 1.6em;
    padding:0 0 0 50px;
    color:#fff;
}
@media (max-width: 640px) {
    .greeting-wrap .slogan-line .s-slogan {
        font-size:1.5rem;
        padding:0 30px 0 30px;
    }
}
@media (max-width: 420px) {
    .greeting-wrap .slogan-line .s-slogan {
        font-size:1.4rem;
    }
}
.greeting-wrap .text-line {
    width:1400px;
    height:720px;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .greeting-wrap .text-line {
        width:100%;
        padding:0 30px;
        height: auto;
    }
}
.greeting-wrap .text-line .inner {
    width:50%;
    margin-left:50%;
    background-image:url(../../images/sub/menu1_1_bg2.png);
    background-repeat: no-repeat;
    background-position: right 100px bottom;
    padding-bottom:30px;
}
@media (max-width: 768px) {
    .greeting-wrap .text-line .inner {
        width:100%;
        margin-left:0;        
        background-position: right  bottom;
    }
}
.greeting-wrap .text-line .inner .l-txt {
    font-size:3.0rem;
    color:#333;
    line-height:1.4em;
    padding:50px 0 40px 0;
    letter-spacing: -0.08rem;
    font-family: 'noto sans kr';
}
@media (max-width: 768px) {
    .greeting-wrap .text-line .inner .l-txt {
        padding:120px 0 40px 0;
    }
}
@media (max-width: 480px) {
    .greeting-wrap .text-line .inner .l-txt {
        padding:40px 0 40px 0;
        font-size:2.4rem;
    }
    .greeting-wrap .text-line .inner .l-txt br {
        display: none;
    }
}
.greeting-wrap .text-line .inner .s-txt {
    font-size:1.6rem;
    color:#333;
    line-height:2.2em;
    padding:0 0 40px 0;
    letter-spacing: -0.08rem;
}
@media (max-width: 480px) {
    .greeting-wrap .text-line .inner .s-txt {
        font-size:1.4rem;
    }
    .greeting-wrap .text-line .inner .s-txt br:nth-child(2),
    .greeting-wrap .text-line .inner .s-txt br:nth-child(3) {
        display: none;
    }
}
.greeting-wrap .text-line .inner .ceo {
    position: relative;
}
.greeting-wrap .text-line .inner .ceo .position {
    font-size:1.8rem;
    color:#333;
    line-height:6.9rem;
    letter-spacing: -0.1rem;
}
.greeting-wrap .text-line .inner .ceo .name {
    font-size:2.8rem;
    color:#333;
    letter-spacing: -0.1rem;
    font-weight:700;
}

/*준법경영*/
.law-wrap{
    position: relative;
}
@media (max-width: 1800px) {
    .law-wrap{
        padding:0 30px;
    }
}
.law-wrap .slogan-line{
    width:100%;
    min-height:500px;
    margin-bottom:130px;
    background-image:url(../../images/sub/menu1_2_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
@media (max-width: 1800px) {
    .law-wrap .slogan-line{
        background-size: 50%;
    }
}
@media (max-width: 1400px) {
    .law-wrap .slogan-line{
        background-size: 30%;
    }
}
@media (max-width: 860px) {
    .law-wrap .slogan-line{
        background-size: 100%;
    }
}



.law-wrap .slogan-line .slogan{
    width:50%;
    display: flex;
    min-height:500px;
    flex-direction: column;
    justify-content: center;
    margin-left:50%;
    padding-right:200px;
}
@media (max-width: 1800px) {
    .law-wrap .slogan-line .slogan{
        padding-right:30px;
        padding-left:30px;
        display: block;
    }
}
@media (max-width: 1400px) {
    .law-wrap .slogan-line .slogan{
        margin-left:30%;
        width:70%;
        display: block;
    }
}
@media (max-width: 860px) {
    .law-wrap .slogan-line .slogan{
        margin-left:0;
        width:100%;
        padding:0;
        padding-top:60vw;
    }
}
.law-wrap .slogan-line .slogan .l-txt{
    font-size:3.6rem;
    color:#000;
    line-height: 1.4em;
    margin-bottom:50px;
    letter-spacing:-0.1rem;
    text-shadow: -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}
@media (max-width: 640px) {
    .law-wrap .slogan-line .slogan .l-txt{
        font-size:3.0rem;
    }
}
.law-wrap .slogan-line .slogan .s-txt{
    font-size:1.6rem;
    color:#333;
    line-height: 2em;
    letter-spacing:-0.1rem;
    text-shadow: -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}
.law-wrap .law-line{
    position: relative;
    width:1400px;
    margin:0 auto;
}
@media (max-width: 1400px) {
    .law-wrap .law-line{
        width:100%;
    }
}
.law-wrap .law-line h3{
    font-size:2.8rem;
    font-weight:700;
    color:#333;
    line-height:1.4em;
}
.law-wrap .law-line .law01-list{
    margin-top:30px;
    margin-bottom:100px;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.law-wrap .law-line .law01-list:after{
    content:'';
    display: block;
    clear: both;
}
.law-wrap .law-line .law01-list .list{
    flex: 1 1 20%;
    height:350px;
    margin-left:32px;
    margin-bottom:32px;
    border:1px solid #ccc;
}
@media (max-width: 1100px) {
    .law-wrap .law-line .law01-list .list{
        flex: 1 1 40%;
    }
    .law-wrap .law-line .law01-list .list:nth-child(2n+1){
        flex: 1 1 40%;
        margin-left:0;
    }
}
@media (max-width: 580px) {
    .law-wrap .law-line .law01-list .list{
        flex: 1 1 100%;
        margin-left:0;
    }
}
.law-wrap .law-line .law01-list .list:first-child{
    margin-left:0;
}
.law-wrap .law-line .law01-list .list .title{
    font-size:2.0rem;
    color:#000;
    font-weight:500;
    background-color: #f6f6f6;
    border-bottom:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.law-wrap .law-line .law01-list .list ul{
    padding:34px 28px 0;
}
.law-wrap .law-line .law01-list .list ul li{
    font-size:1.5rem;
    color:#333;
    line-height:1.6em;
    margin-bottom:26px;
    letter-spacing: -0.1rem;
}
.law-wrap .law-line .law02-list{
    margin-top:60px;
}
.law-wrap .law-line .law02-list .tit{
    font-size:1.8rem;
    color:#000;
    margin-bottom:16px;
    letter-spacing: -0.1rem;
    line-height:1.4em;
}
.law-wrap .law-line .law02-list .txt{
    font-size:1.6rem;
    color:#333;
    margin-bottom:60px;
    letter-spacing: -0.1rem;
    line-height: 2.0em;
}

/*채용정보*/
.recruit-wrap{
    width:1400px;
    margin:0 auto;
}
@media (max-width: 1400px) {
    .recruit-wrap{
        width:100%;
        padding:0 30px;
    }
}
.recruit-wrap .top-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
}
@media (max-width: 768px) {
    .recruit-wrap .top-line{
        display: block;
    }
}
.recruit-wrap .top-line .title{
    font-size:3.6rem;
    color:#333;
    line-height:1.4em;
    letter-spacing:-0.1rem;
}
@media (max-width: 768px) {
    .recruit-wrap .top-line .title{
        margin-bottom:20px;
    }
}
.recruit-wrap .top-line .title .color{
    color:#1178db;
    font-weight:700;
}
.recruit-wrap .top-line .btn-download{
    width:170px;
    height:52px;
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.6rem;
    color:#000;
    letter-spacing: -0.1rem;
}
.recruit-wrap .top-line .btn-download .icon{
    display: inline-block;
    width:16px;
    height:18px;
    background-image:url('../../images/sub/menu4_3_icon_download.png');
    background-repeat: no-repeat;
    margin-right:4px;
}
.recruit-wrap .part-line {
    display:flex;
    flex-wrap:wrap;
}
.recruit-wrap .part-line .part {
    flex: 1 1 40%;
    margin-right:30px;
    height:380px;
    padding:65px 70px;
}
@media (max-width: 1000px) {
    .recruit-wrap .part-line .part {
        flex: 1 1 100%;
        margin-right:0;
        margin-bottom:30px;
        height:380px;
        padding:65px 70px;
    }
}
@media (max-width: 500px) {
    .recruit-wrap .part-line .part {
        padding:45px 30px;
        height:480px;
    }
}
.recruit-wrap .part-line .part .s-tit {
    position: relative;
    font-size:1.6rem;
    font-weight:700;
    color:#fff;
    padding-bottom:20px;
    margin-bottom:20px;
}
.recruit-wrap .part-line .part .s-tit:before {
    position:absolute;
    bottom:0;
    content:'';
    width:15px;
    height:3px;
    background-color:rgba(255,255,255,0.5);
}

.recruit-wrap .part-line .part .l-tit {
    font-size:4.2rem;
    color:#fff;
    line-height: 1.4em;
    margin-bottom:10px;
    letter-spacing: -0.1rem;
}
@media (max-width: 500px) {
    .recruit-wrap .part-line .part .l-tit {
        font-size:3.2rem;
    }
}
.recruit-wrap .part-line .part .e-tit {
    font-size:1.5rem;
    color:rgba(255,255,255,0.6);
    line-height: 1.4em;
    margin-bottom:30px;
    text-transform: uppercase;
    font-weight:300;
}
.recruit-wrap .part-line .part .btn-accept {
    width:150px;
    height:52px;
    border:1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.6rem;
    color:#fff;
    transition: .3s;
}

.recruit-wrap .part-line .part .btn-accept .icon {
    display: inline-block;
    width:16px;
    height:18px;
    background-image:url(../../images/sub/menu4_3_icon_write.png);
    background-repeat: no-repeat;
    margin-right:10px;
}
.recruit-wrap .part-line .part.sel01 {
    background-color:#1178db;
    background-image:url(../../images/sub/menu4_3_img01.png); 
    background-position: right 60px bottom 60px;
    background-repeat: no-repeat;
}
@media (max-width: 500px) {
    .recruit-wrap .part-line .part.sel01 {
        background-position: right 30px bottom 30px;
    }
}
.recruit-wrap .part-line .part.sel01 .btn-accept:hover {
    color:#1178db;    
    background-color:#fff;
}
.recruit-wrap .part-line .part.sel01 .btn-accept:hover .icon {
    background-image:url(../../images/sub/menu4_3_icon_write_on1.png); 
}
.recruit-wrap .part-line .part.sel02 {
    background-color:#40b134;
    margin-right:0;
    background-image:url(../../images/sub/menu4_3_img02.png);
    background-position: right 60px bottom 60px;
    background-repeat: no-repeat; 
}
@media (max-width: 500px) {
    .recruit-wrap .part-line .part.sel02 {
        background-position: right 30px bottom 30px;
    }
}
.recruit-wrap .part-line .part.sel02 .btn-accept:hover {
    color:#40b134;    
    background-color:#fff;
}
.recruit-wrap .part-line .part.sel02 .btn-accept:hover .icon {
    background-image:url(../../images/sub/menu4_3_icon_write_on2.png); 
}


/*상담신청하기*/
.counsel-wrap{
    display: inline-block;
    width: 100%;
    min-height:800px;
    background-image:url(../../images/sub/menu4_2_bg.jpg);
    background-color:#f8f8f8;
    background-repeat: no-repeat;
    background-position: center top;
}
@media (max-width: 1400px) {
    .counsel-wrap{
        width:100%;
        padding:20px;
    }
}
.counsel-wrap .counsel-box{
    width:1400px;
    margin:0 auto;
    margin-top:65px;
    padding:50px;
    border:1px solid #e2e2e2;
    background-color: #fff;
}
@media (max-width: 1400px) {
    .counsel-wrap .counsel-box{
        width:100%;
    }
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box{
        padding:50px 20px;
    }
}
.counsel-wrap .counsel-box .title-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box .title-line{
        display: block;
    }
}
.counsel-wrap .counsel-box .title-line h3{
    font-size:2.0rem;
    color:#111;
    font-weight:700;
    font-family:'noto sans kr';
    letter-spacing: -0.1rem;
    line-height: 1.4em;
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box .title-line h3{
        margin-bottom:20px;
    }
}
.counsel-wrap .counsel-box .title-line h3 .icon{
    display: inline-block;
    width:19px;
    height:14px;
    background-image: url(../../images/sub/menu4_2_icon_check.png);
    background-repeat: no-repeat;
    margin-right:6px;
}
.counsel-wrap .counsel-box .title-line h3 .color{
    color:#1178db;
    margin-left:6px;
}
.counsel-wrap .counsel-box .text-box{
    height:270px;
    background-color:#f8f8f8;
    padding:30px;
    border:1px solid #dfdfdf;
    margin-top:26px;    
    margin-bottom:46px;
    font-size:1.6rem;
    color:#777777;
    line-height:1.6em;
    overflow-y:auto;
}
.counsel-wrap .counsel-box .form-wrap{
    border-top:2px solid #181818;
    margin-top:20px;
}
.counsel-wrap .counsel-box .form-wrap .form-line{
    display: flex;
    align-items: center;
    
    width:100%;
}
@media (max-width: 800px) {
    .counsel-wrap .counsel-box .form-wrap .form-line{
        display: block;
    }
}
.counsel-wrap .counsel-box .form-wrap .form-line:last-child{
    border-bottom:0;
}
.counsel-wrap .counsel-box .form-wrap .form-line .inner-line{
    display: flex;
    align-items: center;
    padding:18px 0;
    width:50%;
    min-height:84px;
    border-bottom:1px solid #dfdfdf;
}
@media (max-width: 800px) {
    .counsel-wrap .counsel-box .form-wrap .form-line .inner-line{
        display: block;
        width:100%;
    }
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box .title-line h3{
        margin-bottom:20px;
    }
}
.counsel-wrap .counsel-box .form-wrap .form-line .inner-line.full{    
    width:100%;
}
.counsel-wrap .counsel-box .form-wrap .form-line .inner-line .tit{
    width:150px;
    text-align: center;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box .form-wrap .form-line .inner-line .tit{
        text-align: left;
        margin-bottom:10px;
    }
}
.counsel-wrap .counsel-box .form-wrap .form-line .inner-line .cont{
    flex-grow:1;
    display: flex;
    align-items: center;
}
@media (max-width: 800px) {
    .counsel-wrap .counsel-box .form-wrap .form-line .inner-line .cont .input-type01{
        width:100% !important;
    }
}
@media (max-width: 1400px) {
    .counsel-wrap .counsel-box .textarea-type01{
        width:100% !important;
    }
}
@media (max-width: 480px) {
    .counsel-wrap .counsel-box .checkbox-wrapper{
        margin-right:10px;
    }
}

.counsel-wrap .counsel-box2{
    width:1400px;
    min-height:525px;
    margin:0 auto;
    margin-top:110px;
    padding:100px 76px 0;
    border:1px solid #e2e2e2;
    background-color: #fff;    
}
@media (max-width: 1400px) {
    .counsel-wrap .counsel-box2{
        width:100%;    
    }
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2{
        padding:100px 30px 0;   
    }
}
.counsel-wrap .counsel-box2 .inner-cont{
    display:flex;  
    width:100%;
    padding-bottom:70px;
    border-bottom:1px solid #e2e2e2;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont{
        display:block;  
        text-align: center;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .icon-img{
    width:200px;
    height:200px;
    background-color: #dcf4f8;  
    border-radius: 50%;
    background-image: url(../../images/sub/menu4_2_icon01.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left:33px;
    margin-right:80px;
    flex-shrink: 0;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont .icon-img{
        display: inline-block;        
        margin:0 0 30px 0;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .txt-line{
    position: relative;
}

.counsel-wrap .counsel-box2 .inner-cont .txt-line .l-tit{
    font-size:3.6rem;
    color:#111;
    line-height:1.4em;
    letter-spacing: -0.1rem;
    margin-bottom:15px;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont .txt-line .l-tit{
        text-align: center;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .txt-line .l-tit span{
    color:#1178db;
}
.counsel-wrap .counsel-box2 .inner-cont .txt-line .s-tit{
    font-size:1.6rem;
    color:#777;
    line-height:1.8em;
    letter-spacing: -0.1rem;
    margin-bottom:40px;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont .txt-line .s-tit{
        text-align: center;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line{
    display: flex;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont .etc-line{
        flex-direction: column;
        align-items: center;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div{
    display: flex;
    align-items: center;
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div:first-child{
    margin-right:50px;
}
@media (max-width: 1100px) {
    .counsel-wrap .counsel-box2 .inner-cont .etc-line div:first-child{
        margin-right:0;
        margin-bottom:6px;
    }
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div .icon{
    width:29px;
    height:29px;
    border-radius:50%;
    margin-right:10px;
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div.email .icon{
    background-color: #47d6cf;
    background-image: url(../../images/sub/menu4_2_icon02.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div.tel .icon{
    background-color: #acb7c1;
    background-image: url(../../images/sub/menu4_2_icon03.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div .txt{
    font-size:18px;
    color:#000;
    font-family: 'noto sans kr';
}
.counsel-wrap .counsel-box2 .inner-cont .etc-line div .txt .tit{
    color:#666;
}
.counsel-wrap .counsel-box2 .btn-wrap{
    padding:40px 0;
    display: flex;
    justify-content: center;
}


/*공지사항*/
.notice-wrap{
    display: inline-block;
    width: 100%;
    min-height:700px;
    background-color:#f8f8f8;
}
@media (max-width: 1400px) {
    .counsel-wrap{
        width:100%;
        padding:20px;
    }
}
.notice-wrap .notice-inner{
    width:1400px;
    margin:0 auto;
}
@media (max-width: 1400px) {
    .notice-wrap .notice-inner{
        width:990px;
    }
}
@media (max-width: 1100px) {
    .notice-wrap .notice-inner{
        width:480px;
    }
}
@media (max-width: 580px) {
    .notice-wrap .notice-inner{
        width:480px;
    }    
}
@media (max-width: 480px) {
    .notice-wrap .notice-inner{
        width:320px;
    }    
}

.notice-wrap .notice-inner .total-page{
    margin-top:40px;
    font-size:1.6rem;
    color:#666;
    font-family:'noto sans kr';
}
.notice-wrap .notice-inner .total-page .bold{
    color:#000;
    margin-left:6px;
}
.notice-wrap .notice-inner .notice-box{
    border:1px solid #e2e2e2;
    margin-top:18px;
    background-color:#fff;
}
.notice-wrap .notice-inner .notice-box .list{
    display:flex;
    width:100%;
    height:110px;
    align-items: center;
    border-bottom:1px solid #e2e2e2;
}
.notice-wrap .notice-inner .notice-box .list:last-child{
    border-bottom:0;
}
.notice-wrap .notice-inner .notice-box .list .num{
    width:10%;
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    text-align: center;
}
.notice-wrap .notice-inner .notice-box .list .tit{
    width:55%;
    font-size:1.8rem;
    color:#000;
    font-family: 'noto sans kr';
    text-align: left;        
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;


}
.notice-wrap .notice-inner .notice-box .list .date{
    width:10%;
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    text-align: center;
}
.notice-wrap .notice-inner .notice-box .list .writer{
    width:15%;
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    text-align: center;
}
.notice-wrap .notice-inner .notice-box .list .view{
    width:10%;
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    text-align: center;
}

/*notice view*/
.notice-wrap .notice-inner .view-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:40px;
}
.notice-wrap .notice-inner .view-top .date{
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    padding-left:20px;
}
.notice-wrap .notice-inner .view-top .right{
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
}
.notice-wrap .notice-inner .view-top .right span{
    position: relative;
    padding:0 20px;
}
.notice-wrap .notice-inner .view-top .right span::before{
    position: absolute;
    content:'';
    width:1px;
    height:16px;
    background-color:#e2e2e2;
    left:0;
    top:5px;
}
.notice-wrap .notice-inner .view-top .right span:first-child::before{
    display: none;
}
.notice-wrap .notice-inner .notice-view-box{
    border:1px solid #e2e2e2;
    margin-top:20px;
    background-color:#fff;
    padding:50px;
}
.notice-wrap .notice-inner .notice-view-box .view-tit{
    font-size:3.0rem;
    color:#000;
    font-weight:700;
    line-height:1.4em;
    padding:10px 20px 40px;
    font-family: 'noto sans kr';
    border-bottom:1px solid #e2e2e2;
    letter-spacing: -0.1rem;
}
.notice-wrap .notice-inner .notice-view-box .view-txt{
    font-size:1.6rem;
    color:#666666;
    line-height:2.0em;
    padding:40px 20px 50px;
    font-family: 'noto sans kr';
    border-bottom:1px solid #e2e2e2;
    letter-spacing: -0.1rem;
}
.notice-wrap .notice-inner .notice-view-box .filedown{
    padding:30px 20px 0;
}
.notice-wrap .notice-inner .notice-view-box .filedown .tit{
    position: relative;
    font-size:1.6rem;
    color:#000;
    font-weight: 500;
    padding-right:20px;
    font-family: 'noto sans kr';
}
.notice-wrap .notice-inner .notice-view-box .filedown .tit:before{
    position: absolute;
    content:'';
    width:1px;
    height:16px;
    background-color:#cccccc;
    right:0;
    top:5px;
}
.notice-wrap .notice-inner .notice-view-box .filedown .txt{
    font-size:1.6rem;
    color:#666;
    padding-left:20px;
    font-family: 'noto sans kr';
    padding-right:30px;
    background-image: url(../../images/sub/menu4_3_icon_download.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.notice-wrap .swiper-container{
    overflow: visible !important;
    height:500px;
}
.notice-wrap .notice-inner .notice-list{
    position: relative;
    margin-top:100px;
}
.notice-wrap .notice-inner .notice-list .list{
    width:480px !important;
    height:410px;
    background-color: #fff;
    border:1px solid #e2e2e2;
}
@media (max-width: 480px) {
    .notice-wrap .notice-inner .notice-list .list {
        width: 320px !important;
        height: 410px;
    }
}
.notice-wrap .notice-inner .notice-list .list .inner-cont{
    padding:50px 45px; 
}
@media (max-width: 480px) {
    .notice-wrap .notice-inner .notice-list .list .inner-cont{
        padding:50px 25px; 
    }
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .top-line{
    display: flex;
    margin-bottom:42px;
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .top-line .category{
    position: relative;
    font-size:1.5rem;
    color:#999;
    padding-right:10px;
    font-family: 'noto sans kr';
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .top-line .category:before{
    position:absolute;
    right:0;
    top:3px;
    content:'';
    width:1px;
    height:12px;
    background-color: #cccccc;
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .top-line .date{
    position: relative;
    font-size:1.5rem;
    color:#999;
    padding-left:10px;
    font-family: 'noto sans kr';
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .tit{
    font-size:2.8rem;
    color:#000;
    font-family: 'noto sans kr';
    line-height:1.4em;
    text-transform: uppercase;
    letter-spacing: -0.1rem;
    margin-bottom:30px;   
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal; 
    height: 2.7em; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;

}
.notice-wrap .notice-inner .notice-list .list .inner-cont .txt{
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    line-height:1.8em;
    letter-spacing: -0.1rem;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal; 
    height: 5em; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.notice-wrap .notice-inner .notice-list .list .inner-cont .txt{
    font-size:1.6rem;
    color:#666;
    font-family: 'noto sans kr';
    line-height:1.8em;
    letter-spacing: -0.1rem;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal; 
    height: 5em; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.notice-wrap .notice-inner .notice-list .list .btn-view{
    display: inline-block;
    width:100%;
    height:70px;
    border-top:1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice-wrap .notice-inner .notice-list .list .btn-view span{
    position: relative;
    display: inline-block;
    font-size:1.6rem;
    color:#000;
    padding-right:20px;
}
.notice-wrap .notice-inner .notice-list .list .btn-view span:before{
    position: absolute;
    content: '';
    right:0;
    top:0;
    width:14px;
    height: 14px;
    background-image: url(../../images/sub/menu4_1_icon01.png);
    background-repeat: no-repeat;
}
.notice-wrap .notice-inner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #c4c4c4;
    background: #fff;
    opacity: 1 !important;
}
.notice-wrap .notice-inner .swiper-pagination-bullet-active {
    background:#1178db;
    border:1px solid #1178db;
}
.notice-wrap .notice-inner .swiper-button-next,
.notice-wrap .notice-inner .swiper-button-prev{
    top:40%;
    width:72px;
    height:68px;
    background-color:rgba(0,0,0,0.6);
}
@media (max-width: 580px) {
    .notice-wrap .notice-inner .swiper-button-next, 
    .notice-wrap .notice-inner .swiper-button-prev {
        top: -50px !important;        
    }    
}
.notice-wrap .notice-inner .swiper-button-next:after, 
.notice-wrap .notice-inner .swiper-button-prev:after{
    display: none;
}
.notice-wrap .notice-inner .swiper-button-prev, 
.notice-wrap .notice-inner .swiper-container-rtl .swiper-button-next {
    left: -100px;
    right: auto;
    background-image:url(../../images/sub/menu4_1_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 580px) {    
    .notice-wrap .notice-inner .swiper-button-prev, 
    .notice-wrap .notice-inner .swiper-container-rtl .swiper-button-next {
        left: 0 !important;
    }
}
.notice-wrap .notice-inner .swiper-button-next, 
.notice-wrap .notice-inner .swiper-container-rtl .swiper-button-prev {
    right: -100px;
    left: auto;
    background-image:url(../../images/sub/menu4_1_next.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 580px) {    
    .notice-wrap .notice-inner .swiper-button-next, 
    .notice-wrap .notice-inner .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
    }
}

/*product */
.product-wrap{
    width:1400px;
    margin:0 auto;
    margin-top:30px;
}
@media (max-width: 1400px) {
    .product-wrap{
        width:100%;
        padding:0 30px;
    }
}
.product-wrap .top-line{
    display:flex;
    align-items: flex-start;
}
@media (max-width: 1400px) {
    .product-wrap .top-line{
        flex-direction: column;
    }
}
.product-wrap .top-line .slogan{
    position:relative;
    font-size:3.6rem;
    color:#000;
    font-weight:500;
    line-height:1.4em;
    flex-grow:1;
    margin-top:30px;
    padding-bottom:40px;
    letter-spacing: -0.25rem;
}
@media (max-width: 1400px) {
    .product-wrap .top-line .slogan{
        order:2;
    }
}
@media (max-width: 580px) {
    .product-wrap .top-line .slogan{
        font-size:3.0rem;
        word-break: break-all;
    }
    .product-wrap .top-line .slogan br{
        display: none;
        
    }
}
.product-wrap .top-line .slogan:before{
    position:absolute;
    content: '';
    bottom:0;
    left:0;
    width:100px;
    height:3px;
    background-color:#1178db;
}
.product-wrap .top-line .p-logo{
    width:480px;
    height:225px;
    background-color: #f1f5f8;
    flex-shrink:0;
    margin-left:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .product-wrap .top-line .p-logo{
        order:1;
        margin-left:0;
    }
}
@media (max-width: 540px) {
    .product-wrap .top-line .p-logo{
        width:100%;
    }
}
.product-wrap .heading3{
    display: flex;
    align-items: center;    
    margin-top:100px;
    margin-bottom:30px;
}
@media (max-width: 800px) {
    .product-wrap .heading3{
        display: block;
    }
}
.product-wrap .heading3 h3{
    font-size:4.0rem;
    color:#1178db;
    font-weight:600;
    display: flex;
    align-items: center;
}
@media (max-width: 1400px) {
    .product-wrap .heading3 h3{
        display: block;
    }
}
.product-wrap .heading3 h3.black{
    color:#333333;
}
.product-wrap .heading3 h3 img{
    margin-left:20px;
}
@media (max-width: 1400px) {
    .product-wrap .heading3 h3 img{
        margin-left:0;
        margin-top:6px;
    }
}
.product-wrap .heading3 .btn-view {
    position: relative;
    width: 190px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:15px;
    border-left:1px solid #b5b5b5;
    border-top:1px solid #b5b5b5;
    /* border-bottom:1px solid #b5b5b5; */
    background-image: url(../../images/sub/menu2_btn_bg.png);
    background-repeat: no-repeat;
    background-position: right top -1px;
    margin-left:30px;
}
@media (max-width: 800px) {
    .product-wrap .heading3 .btn-view {
        margin-top:20px;
        margin-left:0;
    }
}
.product-wrap .heading3 .btn-view:before {
    position:absolute;
    content:'';
    width:calc(100% - 15px);
    height:1px;
    background-color:#b5b5b5;
    bottom:0;
}
.product-wrap .heading3 .btn-view span{
    position: relative;
    font-size:1.4rem;
    color:#111;  
    padding:0 20px 0 20px;
    width:100%;
    text-align: left;
}
.product-wrap .heading3 .btn-view span::before{
    position: absolute;
    content:'';
    position:absolute;
    top:2px;
    right:10px;
    width:6px;
    height:10px;
    background-image:url(../../images/main/sec06_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 5px;
}

.product-wrap .heading3-txt{
    font-size:2.6rem;
    color:#333;
    line-height: 1.6em;   
    letter-spacing: -0.1rem;
    padding-bottom:50px;
}
@media (max-width: 910px) {
    .product-wrap .heading3-txt br{
        display: none;
    }
}
.product-wrap .product-imgcont-wrap{
    background-color:#fbfcfd;
    border:1px solid #d9d9d9;
    padding:65px 68px;
}
@media (max-width: 800px) {
    .product-wrap .product-imgcont-wrap{
        padding:20px;
        
    }
}
.product-wrap .product-imgcont-wrap img{
    width:100%;
}

.product-wrap .product-info-wrap{
    padding:20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
@media (max-width: 800px) {
    .product-wrap .product-info-wrap{
        flex-direction: column;
        align-items: center;
    }
}
.product-wrap .product-info-wrap .product-list{
    flex: 1 1 30%;
    display: flex;
    align-items: flex-start;
    margin:40px 0;
}
@media (max-width: 1400px) {
    .product-wrap .product-info-wrap .product-list{
        flex: 1 1 40%;
    }
    .product-wrap .product-info-wrap .product-list.no-cont{
        display: none;
    }
}
@media (max-width: 800px) {
    .product-wrap .product-info-wrap .product-list{
        flex: 1 1 0;
        width:380px;
    }
}
@media (max-width: 420px) {
    .product-wrap .product-info-wrap .product-list{
        flex-direction: column;
        align-items: center;
        width:100%;
    }
}
.product-wrap .product-info-wrap .product-list .product-logo{
    width:145px;
    height:145px;
    border:1px solid #e6e6e6;
    background-color: #fff;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrap .product-info-wrap .product-list .info-line{
    margin-left:25px;
    margin-top:10px;    
}
@media (max-width: 800px) {
    .product-wrap .product-info-wrap .product-list .info-line{
        width:230px;
    }
}
@media (max-width: 420px) {
    .product-wrap .product-info-wrap .product-list .info-line{
        margin-left:0; 
        text-align: center;
    }
}
.product-wrap .product-info-wrap .product-list .info-line .info{
    font-size:1.7rem;
    color:#777;
    line-height:1.6em;   
    letter-spacing: -0.1rem;
    font-family: 'noto sans kr';
    margin-bottom:10px;
}
@media (max-width: 800px) {
    .product-wrap .product-info-wrap .product-list .info-line .info br{
        display: none;
    }
}
@media (max-width: 420px) {
    .product-wrap .product-info-wrap .product-list .info-line .info{
        text-align: center;
    }
}
.product-wrap .product-info-wrap .product-list .info-line .name{
    font-size:2.6rem;
    color:#000;
    line-height:1.6em;   
    margin-bottom:20px;
    letter-spacing: -0.1rem;
}
@media (max-width: 420px) {
    .product-wrap .product-info-wrap .product-list .info-line .name{
        text-align: center;
    }
}
.product-wrap .product-info-wrap .product-list .info-line .link{
    position: relative;
    font-size:1.6rem;
    color:#1178db;
    font-family: 'noto sans kr';
    font-weight:500;
    padding-bottom:6px;
}
.product-wrap .product-info-wrap .product-list .info-line .link::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color: #1178db;
}
.product-wrap .etc-tool{
    margin-top:50px;
}
.product-wrap .etc-tool .title{
    height:70px;
    width:280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:2.2rem;
    color:#333;
    font-weight:700;
    background-color:#eee;
}
.product-wrap .etc-tool .list-wrap{
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding:50px;
    text-align: center;
}
.product-wrap .etc-tool .list-wrap ul{
    display: inline-block;
}
.product-wrap .etc-tool .list-wrap ul li{
    display: inline-block;    
    width:200px;
    text-align: left;
    margin:6px 0;
}
.product-wrap .etc-tool .list-wrap ul li span{
    position: relative;
    display: inline-block;
    font-size:1.8rem;
    color:#000;
    padding-left:20px;
}
.product-wrap .etc-tool .list-wrap ul li span::before{
    position: absolute;
    content:'';
    width:7px;
    height:7px;
    background-color:#000;
    border:1px solid #555;
    left:0;
    top:4px;
}

.product-wrap .etc-info-wrap{
    display: flex;
    align-items: flex-start;
    margin-top:100px;
}
@media (max-width: 1100px) {
    .product-wrap .etc-info-wrap{
        display: block;
    }
}
.product-wrap .etc-info-wrap .info-line{
    flex-grow: 1;
}
.product-wrap .etc-info-wrap .info-line h3{
    color:#333333;
    font-weight:600;
    font-size:3.6rem;
}
.product-wrap .etc-info-wrap .info-line .txt{
    color:#333333;
    font-size:2.4rem;
    line-height:1.6em;
    margin-top:20px;
    letter-spacing: -0.2rem;
}
.product-wrap .etc-info-wrap .info-line .btn-view {
    position: relative;
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:15px;
    border-left:1px solid #b5b5b5;
    border-top:1px solid #b5b5b5;
    /* border-bottom:1px solid #b5b5b5; */
    background-image: url(../../images/sub/menu2_btn_bg.png);
    background-repeat: no-repeat;
    background-position: right top -1px;
    margin-top:20px;
}
.product-wrap .etc-info-wrap .info-line .btn-view:before {
    position:absolute;
    content:'';
    width:calc(100% - 15px);
    height:1px;
    background-color:#b5b5b5;
    bottom:0;
}
.product-wrap .etc-info-wrap .info-line .btn-view span{
    position: relative;
    font-size:1.4rem;
    color:#111;  
    padding:0 20px 0 20px;
    width:100%;
    text-align: left;
}
.product-wrap .etc-info-wrap .info-line .btn-view span::before{
    position: absolute;
    content:'';
    position:absolute;
    top:2px;
    right:10px;
    width:6px;
    height:10px;
    background-image:url(../../images/main/sec06_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 5px;
}
.product-wrap .etc-info-wrap .logo-box{
    flex-shrink: 0;
	width: 520px;
    height:205px;
    margin-left:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f8;
}
@media (max-width: 1100px) {
    .product-wrap .etc-info-wrap .logo-box{
        margin-left:0;
        margin-top:30px;
    }
}
@media (max-width: 580px) {
    .product-wrap .etc-info-wrap .logo-box{
        width:100%;
    }
}

/*solution*/
.solution-wrap{
    position: relative;
}
.solution-wrap .top-line{
    margin-top:60px;
}
@media (max-width: 1400px) {
    .solution-wrap .top-line{
        padding:0 30px;
    }
    .solution-wrap .top-line br{
        display: none;
    }
}
.solution-wrap .top-line .s-tit{
    font-size:2.2rem;
    color:#1177d9;
    font-weight:700;
    margin-bottom:20px;
    text-align: center;
}
.solution-wrap .top-line .l-tit{
    position: relative;
    font-size:3.8rem;
    color:#111;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:65px;
    text-align: center;
    letter-spacing: -0.05em;    
    padding-bottom:40px;
}
@media (max-width: 480px) {
    .solution-wrap .top-line .l-tit{
        font-size:3.0rem;
    }
}
.solution-wrap .top-line .l-tit:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 34px;
    height: 17px;
    background-image: url(../../images/main/heading_bar.png);
    background-repeat: no-repeat;
    background-size: 34px;
}
.solution-wrap .visual-line{
    position: relative;
    height:480px;
    background-repeat: no-repeat;  
    text-align: center; 
}
@media (max-width: 480px) {
    .solution-wrap .visual-line{
        padding:0 30px;
    }
}
.solution-wrap .visual-line.sol01{
    background-image:url(../../images/sub/menu3_1_visual.jpg);
}
.solution-wrap .visual-line.sol02{
    background-image:url(../../images/sub/menu3_2_visual.jpg);
}
.solution-wrap .visual-line.sol03{
    background-image:url(../../images/sub/menu3_3_visual.jpg);
}
.solution-wrap .visual-line.sol04{
    background-image:url(../../images/sub/menu3_4_visual.jpg);
}
.solution-wrap .visual-line.sol05{
    background-image:url(../../images/sub/menu3_5_visual.jpg);
}
.solution-wrap .visual-line.sol06{
    background-image:url(../../images/sub/menu3_6_visual.jpg);
}
.solution-wrap .visual-line.sol07{
    background-image:url(../../images/sub/menu3_7_visual.jpg);
}
.solution-wrap .visual-line.sol08{
    background-image:url(../../images/sub/menu3_8_visual.jpg);
}
.solution-wrap .visual-line::before{
    position: absolute;
    top:-127px;
    left:50%;
    transform: translateX(205%);
    content:'';
    width:260px;
    height:161px;
    background-image:url(../../images/sub/menu3_triangle.png);
    background-repeat: no-repeat;    
}
.solution-wrap .visual-line .solution-logo{
    display: block;
    padding:160px 0 70px;
    text-align: center;
}
@media (max-width: 420px) {
    .solution-wrap .visual-line .solution-logo img{
        width:100%;
    }
}
.solution-wrap .visual-line.sol02 .solution-logo{
    padding:160px 0 30px;
}
.solution-wrap .visual-line.sol03 .solution-logo{
    padding:140px 0 70px;
}
.solution-wrap .visual-line .btn-view{
    width:434px;
    height:60px;
    display: inline-block;
    background:linear-gradient(-45deg, transparent 15px, #0048be 0, #03b9c5);
}
@media (max-width: 480px) {
    .solution-wrap .visual-line .btn-view{
        width:100%;
    }
}
.solution-wrap .visual-line .btn-view span{
    position: relative;
    font-size:1.6rem;
    color:#fff;
    text-transform: uppercase;   
    padding-right:20px;
}
.solution-wrap .visual-line .btn-view span::before{
    position: absolute;
    content:'';
    top:6px;
    right:0;
    width:6px;
    height:10px;
    background-image:url(../../images/main/icon_sec01_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px;
}
.solution-wrap .cont-line{
    width:1400px;
    margin:0 auto;
    margin-top:80px;
    display: flex;
    justify-content: space-between;    
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line{
        width:100%;
        flex-direction: column;
        align-items: center; 
    }
}
.solution-wrap .cont-box{
    width:414px;
    text-align: center;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-box{
        margin-bottom:80px;
    }
}
@media (max-width: 480px) {
    .solution-wrap .cont-box{
        width:100%;
        padding:0 20px;
    }
}
.solution-wrap .cont-box .tit{
    font-size:2.8rem;
    color:#111;
    font-weight:700;
    letter-spacing: -0.1rem;
    text-align: center;
    margin-bottom:14px;
    line-height: 1.4em;
}
.solution-wrap .cont-box .s-tit{
    font-size:2.0rem;
    color:#3daaab;
    font-family: 'prompt';
    text-align: center;
    margin-bottom:60px;
    text-transform: uppercase;
}
.solution-wrap .cont-box .image{
    display: inline-block;
    text-align: center;
    margin-bottom:40px;
}
@media (max-width: 480px) {
    .solution-wrap .cont-box .image img{
        width:100%;
    }
}
.solution-wrap .cont-box .info-txt{
    font-size:2.0rem;
    color:#666;
    line-height: 1.6em;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
}

.solution-wrap .cont-line.sol02{
    width:1400px;
    margin:0 auto;
    margin-top:80px;
    display: flex;
    justify-content: space-between;    
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol02{
        width:100%;   
    }
}
.solution-wrap .cont-line.sol02 .cont-box{
    width:50%;
    padding:0 20px;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol02 .cont-box{
        width:700px;
    }
}
@media (max-width: 700px) {
    .solution-wrap .cont-line.sol02 .cont-box{
        width:100%;
    }
}
.solution-wrap .cont-line.sol02 .cont-box .tit{
    font-size:3.0rem;
    color:#111;
    font-weight:700;
    letter-spacing: -0.1rem;
    margin-bottom:14px;
    text-align: left;
}
.solution-wrap .cont-line.sol02 .cont-box .info-txt{
    font-size:2.0rem;
    color:#666;
    line-height: 1.6em;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
}
@media (max-width: 700px) {
    .solution-wrap .cont-line.sol02 .cont-box .info-txt br{
        display: none;
    }
}

.solution-wrap .cont-line.sol03{
    width:1400px;
    margin:0 auto;
    margin-top:80px;
    display: block;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol03{
        width:100%;
    }
}
.solution-wrap .cont-line.sol03 .tit{
    font-size:2.8rem;
    color:#111;
    font-weight: 700;
    text-align: center;
    margin-bottom:40px;
    line-height: 1.4em;
}
.solution-wrap .cont-line.sol03 .img-box{
    height:615px;
    border:1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1000px) {
    .solution-wrap .cont-line.sol03 .img-box{
        display: block;
        padding:30px 20px;
        height: auto;
    }
    .solution-wrap .cont-line.sol03 .img-box img{
        width:100%;
    }
}

.solution-wrap .cont-line.sol04{
    width:1400px;
    margin:0 auto;
    margin-top:80px;
    display: flex;
    justify-content: space-between;    
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol04{
        width:100%;  
        padding:0 auto;
    }
}

.solution-wrap .cont-line.sol04 .cont-box{
    width:390px;
    text-align: center;
}
@media (max-width: 420px) {
    .solution-wrap .cont-line.sol04 .cont-box{
        width:100%;
    }
}
.solution-wrap .cont-line.sol04 .cont-box .icon{
    display: inline-block;
    margin-bottom:40px;
}
.solution-wrap .cont-line.sol04 .cont-box .tit{
    font-size:2.8rem;
    font-weight:300;
    color:#111111;
    margin-bottom:30px;
}
.solution-wrap .cont-line.sol04 .cont-box .txt{
    font-size:2.0rem;
    color:#666666;
    line-height:1.6em;
    letter-spacing: -0.1rem;
    text-align: center;
}

.solution-wrap .cont-line.sol05{
    width:1400px;
    margin:0 auto;
    margin-top:80px;    
    display: block;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol05{
        width:100%;
        padding:0 20px;
    }
}
.solution-wrap .cont-line.sol05 .tit{
    font-size:2.8rem;
    color:#111;
    font-weight:700;
    line-height: 1.4em;
    margin-bottom:4.0rem;
    text-align: center;
}
.solution-wrap .cont-line.sol05 .txt{
    font-size:2.0rem;
    color:#666;
    line-height: 1.6em;
    text-align: center;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
}
@media (max-width: 640px) {
    .solution-wrap .cont-line.sol05 .txt br:nth-child(1),
    .solution-wrap .cont-line.sol05 .txt br:nth-child(2),
    .solution-wrap .cont-line.sol05 .txt br:nth-child(5),
    .solution-wrap .cont-line.sol05 .txt br:nth-child(6){
        display: none;
    }
}
.solution-wrap .cont-line.sol05 .img-box{
    position: relative;
    height:470px;
    width:1200px;
    margin:0 auto;
    background-color:#242a35;
    border-radius:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:80px;
    margin-bottom:60px;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol05 .img-box{
        width:100%;
    }
}
@media (max-width: 800px) {
    .solution-wrap .cont-line.sol05 .img-box{
        padding: 0 20px;
    }
}
@media (max-width: 500px) {
    .solution-wrap .cont-line.sol05 .img-box{
        height:auto;
        padding: 70px 20px;
    }
}
@media (max-width: 800px) {
    .solution-wrap .cont-line.sol05 .img-box img{
        width:100%;
    }
}
.solution-wrap .cont-line.sol05 .img-box .info-txt{
    position:absolute;
    bottom:30px;
    right:30px;
    font-size:2.0rem;
    color:rgba(255,255,255,0.3);
}

.solution-wrap .cont-line.sol06{
    width:1400px;
    margin:0 auto;
    margin-top:80px;    
    display: block;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol06{
        width:100%;
        padding:0 20px;
    }
}
.solution-wrap .cont-line.sol06 .tit{
    font-size:2.8rem;
    color:#111;
    font-weight:700;
    line-height: 1.4em;
    margin-bottom:4.0rem;
    text-align: center;
}
.solution-wrap .cont-line.sol06 .txt{
    font-size:2.0rem;
    color:#666;
    line-height: 1.6em;
    text-align: center;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
    margin-bottom:110px;
}
@media (max-width: 520px) {
    .solution-wrap .cont-line.sol06 .txt br:nth-child(1),
    .solution-wrap .cont-line.sol06 .txt br:nth-child(4),
    .solution-wrap .cont-line.sol06 .txt br:nth-child(5){
        display: none;
    }
}
.solution-wrap .cont-line.sol06 .logo-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:910px;
    margin:0 auto;
}
@media (max-width: 1000px) {
    .solution-wrap .cont-line.sol06 .logo-box{
        width:100%;
        flex-direction: column;
    }
}
.solution-wrap .cont-line.sol06 .logo-box span{
    display:flex;
    align-items: center;
}
@media (max-width: 1000px) {
    .solution-wrap .cont-line.sol06 .logo-box span{
        margin:10px 0;
    }
}
.solution-wrap .cont-line.sol06 .img-box{
    position: relative;
    height:550px;
    width:1200px;
    margin:0 auto;
    background-color:#242a35;
    border-radius:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:60px;
    margin-bottom:60px;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol06 .img-box{
        width:100%;
    }
}
@media (max-width: 1000px) {
    .solution-wrap .cont-line.sol06 .img-box{
        padding:50px 20px;
        height:auto;
    }
    .solution-wrap .cont-line.sol06 .img-box img{
        width:100%;
    }
}

.solution-wrap .cont-line.sol07{
    width:1400px;
    margin:0 auto;
    margin-top:80px;    
    display: block;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol07{
        width:100%;
        padding:0 20px;
    }
}
.solution-wrap .cont-line.sol07 .tit{
    font-size:2.8rem;
    color:#111;
    font-weight:700;
    line-height: 1.4em;
    margin-bottom:3.0rem;
    text-align: center;
}
.solution-wrap .cont-line.sol07 .txt{
    font-size:2.0rem;
    color:#666;
    line-height: 1.6em;
    text-align: center;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
}
.solution-wrap .cont-line.sol07 .img-box{
    position: relative;
    height:490px;
    width:1400px;
    margin:0 auto;
    background-color:#242a35;
    border-radius:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:80px;
    margin-bottom:60px;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol07 .img-box{
        width:100%;
    }
}
@media (max-width: 1300px) {
    .solution-wrap .cont-line.sol07 .img-box{
        flex-direction: column;
        height: auto;
        padding:50px 20px;
    }
    .solution-wrap .cont-line.sol07 .img-box img:last-child{
        padding-right:46px;
    }
}
@media (max-width: 660px) {
    .solution-wrap .cont-line.sol07 .img-box img{
        width:100%;
    }
    .solution-wrap .cont-line.sol07 .img-box img:last-child{       
        padding-right:26px;
    }
}

.solution-wrap .cont-line.sol08{
    width:1400px;
    margin:0 auto;
    margin-top:90px;    
    display: block;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol08{
        width:100%;
        padding:0 30px;
    }
}
.solution-wrap .cont-line.sol08 .text-wrap{
    display: flex;    
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol08 .text-wrap{
        flex-direction: column;  
        align-items: center;
    }
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont{
    width:50%;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol08 .text-wrap .text-cont{
        width:700px;
        padding-right: 0;
    }
    .solution-wrap .cont-line.sol08 .text-wrap .text-cont:first-child{
        margin-bottom:80px;
    }
}
@media (max-width: 700px) {
    .solution-wrap .cont-line.sol08 .text-wrap .text-cont{
        width:100%;
    }    
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont:first-child{
    padding-right:30px;
}
@media (max-width: 700px) {    
    .solution-wrap .cont-line.sol08 .text-wrap .text-cont:first-child{
        padding-right:0;
    }
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .l-tit{
    font-size:4.0rem;
    color:#111111;
    font-weight:700;
    margin-bottom:4.5rem;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .s-tit{
    font-size:2.8rem;
    color:#111111;
    font-weight:700;
    margin-bottom:2.5rem;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .txt{
    font-size:2.0rem;
    color:#666666;
    line-height:1.6em;
    margin-bottom:6.0rem;
    letter-spacing: -0.1rem;
}
@media (max-width: 700px) {
    .solution-wrap .cont-line.sol08 .text-wrap .text-cont .txt br{
        display: none;
    }
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .txt .small{
    display:block;
    font-size:1.6rem;
    color:#c26a29;
    line-height:1.6em;
    letter-spacing: -0.1rem;
    margin-top:20px;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .btn-view {
    position: relative;
    width: 190px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:15px;
    border-left:1px solid #b5b5b5;
    border-top:1px solid #b5b5b5;
    background-image: url(../../images/sub/menu2_btn_bg.png);
    background-repeat: no-repeat;
    background-position: right top -1px;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .btn-view:before {
    position:absolute;
    content:'';
    width:calc(100% - 15px);
    height:1px;
    background-color:#b5b5b5;
    bottom:0;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .btn-view span{
    position: relative;
    font-size:1.4rem;
    color:#111;  
    padding:0 20px 0 20px;
    width:100%;
    text-align: left;
}
.solution-wrap .cont-line.sol08 .text-wrap .text-cont .btn-view span::before{
    position: absolute;
    content:'';
    position:absolute;
    top:2px;
    right:10px;
    width:6px;
    height:10px;
    background-image:url(../../images/main/sec06_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 5px;
}
.solution-wrap .cont-line.sol08 .org-tit{
    font-size:3.6rem;
    color:#1178db;
    font-weight:700;
    margin-bottom:20px;
    margin-top:100px;
}
.solution-wrap .cont-line.sol08 .heading-txt{
    font-size:2.6rem;
    color:#333333;
    letter-spacing: -0.1rem;
    line-height: 1.4em;
}
.solution-wrap .cont-line.sol08 .banner-box{
    margin-top:50px;
    border:1px solid #d9d9d9;
    background-color:#fbfcfd;
    padding:70px 60px;
}
.solution-wrap .cont-line.sol08 .banner-box .ban-tit{
    font-size:2.4rem;
    font-weight:700;
    font-family:'noto sans kr';
    margin-bottom:40px;
}
.solution-wrap .cont-line.sol08 .banner-box ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:80px;
}
.solution-wrap .cont-line.sol08 .banner-box ul:last-child{
    margin-bottom:0px;
}
.solution-wrap .cont-line.sol08 .banner-box ul li{
    margin:5px 0;
}
.solution-wrap .cont-line.sol08 .banner-box .list01 li{
    width:14.285%;
    text-align: center;
}
@media (max-width: 1400px) {
    .solution-wrap .cont-line.sol08 .banner-box .list01 li,
    .solution-wrap .cont-line.sol08 .banner-box .list02 li,
    .solution-wrap .cont-line.sol08 .banner-box .list03 li,
    .solution-wrap .cont-line.sol08 .banner-box .list04 li,
    .solution-wrap .cont-line.sol08 .banner-box .list05 li{
        width:33.333% !important;
    }
    .solution-wrap .cont-line.sol08 .banner-box .list01 li:nth-child(7){
        display: none;
    }
}
@media (max-width: 768px) {
    .solution-wrap .cont-line.sol08 .banner-box .list01 li,
    .solution-wrap .cont-line.sol08 .banner-box .list02 li,
    .solution-wrap .cont-line.sol08 .banner-box .list03 li,
    .solution-wrap .cont-line.sol08 .banner-box .list04 li,
    .solution-wrap .cont-line.sol08 .banner-box .list05 li{
        width:50% !important;
    }
}
@media (max-width: 580px) {
    .solution-wrap .cont-line.sol08 .banner-box .list01 li,
    .solution-wrap .cont-line.sol08 .banner-box .list02 li,
    .solution-wrap .cont-line.sol08 .banner-box .list03 li,
    .solution-wrap .cont-line.sol08 .banner-box .list04 li,
    .solution-wrap .cont-line.sol08 .banner-box .list05 li{
        width:100% !important;
    }
}
.solution-wrap .cont-line.sol08 .banner-box .list02 li{
    width:20%;
    text-align: center;
}


/*checkbox style*/
.checkbox-wrapper {
  margin: 0;
  padding: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.4rem;
  font-variant: tabular-nums;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-block;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: unset;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-right:50px;
}
.checkbox-wrapper:last-child {
    margin-right:0;
  }

.checkbox {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 1.7rem;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
  font-size:1.7rem;
  color:#666;
}
.checkbox .checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.checkbox .checkbox-input:checked ~ .checkbox-inner {
  background-color: #fff;
  border-color: #d4d4d4;
}
.checkbox .checkbox-input:checked ~ .checkbox-inner:after {
  position: absolute;
  display: table;
  
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.checkbox .checkbox-input:checked ~ .checkbox-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 88%;
  border: 1px solid #e23e42;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}

.checkbox-inner {
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 7px;
  height: 7px;
  background-color:#e23e42;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}

.checkbox-input:focus + .checkbox-inner,
.checkbox-wrapper:hover .checkbox-inner,
.checkbox:hover .checkbox-inner {
  border-color: #d4d4d4;
}

@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

/*labe style*/
.label-type01 {
    position: relative;
    font-size:1.6rem;
    color:#111;
    font-weight:500;
    padding-right:10px;
}

.label-type01.required:after {
    position:absolute;
    top:2px;
    right:0;
    content:'*';
    font-size:1.4rem;
    color:#ee2b31;
}

/*input type*/
.input-type01 {
    height:46px;
    width:200px;
    padding:14px;
    font-size:1.6rem;
    border:1px solid #d4d4d4;
}

/*textarea type*/
.textarea-type01 {
    border:1px solid #d4d4d4;
    background-color: #f8f8f8;
    font-size:1.6rem;
    line-height:1.4em;
    padding:20px;
}

.textarea-type01::placeholder {
    color:#aaaaaa;
}

/*button type*/
.btn-line {
    padding:60px 0;
    display: flex;
    align-items: center;
}
.btn-line.center {
    justify-content: center;
}
.btn-line.left {
    justify-content: flex-start;
}
.btn-line.right {
    justify-content: flex-end;
}
.btn-type01 {
    width:120px;
    height:58px;
    border:1px solid #ccc;
    font-size:1.6rem;
    color:#000;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:5px;
    line-height: 1;
}
.btn-type01 .icon {
    margin-right:10px;
}
.btn-type01.blue {
    color:#fff;
    background-color:#1178db;
    border:1px solid #046bce;
    width:150px;
    font-size:1.8rem;
}

/* paging */
.paginate {
    padding: 60px 0;
    text-align: center;
    font-size: 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.paginate .prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-right: 20px;
    background-image:url(../../images/sub/paging_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.paginate .next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-left: 20px;
    background-image:url(../../images/sub/paging_next.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.paginate span a.active {
    background-color: #333;
    color: #fff;    
}
.paginate span a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #666;
    font-size: 1.4rem;
    font-family: 'noto sans kr';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin:0 4px;
}
.paginate a {
    vertical-align: middle;
}


/*board search*/
.board-search{
    width:610px;
    height:58px;
    border:1px solid #ccc;
    margin:0 auto;
    display: flex;
}
.board-search input{
    height:100%;
    flex-grow: 1;
    border:0;
    font-size:1.6rem;
    padding:20px;
}
.board-search .btn-sch{
    position: relative;
    width:66px;
    height:56px;
    flex-shrink: 0;
    background-image: url(../../images/sub/icon_search.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.board-search .btn-sch::before{
    content: '';
    position: absolute;
    width:1px;
    height:16px;
    flex-shrink: 0;
    background-color:#e4e4e4;
    left:0;
    top:50%;
    transform: translateY(-50%);
}

/*modal*/
.modal-layer-wrap.on {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: auto;
    filter: unquote("progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8c000000', endColorstr='#8c000000')");
}

.modal-layer {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 990px;
    height: auto;
    z-index: 9999999;   
    padding:0 20px 50px; 
}
@media (max-width: 1000px) {
    .modal-layer {
        width: 100%;
    }    
}

.modal-layer .modal-container {
    position: relative;
    background-color:#fff;
    border:1px solid #e2e2e2;
}
.modal-layer .modal-container .btn-r {
    position: absolute;
    top: -50px;
    right: 0;
}

.modal-layer .modal-container .btn-r>a {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 23px;
    background-image: url(../../images/sub/modal_close.png);
    background-repeat: no-repeat;    
}

.modal-layer .modal-container .btn-r>a>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.modal-layer .modal-container .modal-header {
    padding: 55px 50px 30px;
    border-bottom: 1px solid #e2e2e2;    
    min-height:148px;
}
@media (max-width: 1000px) {
    .modal-layer .modal-container .modal-header {
        padding: 55px 30px 30px;
    }   
}

.modal-layer .modal-container .modal-header .modal-title {
    font-size: 3.0rem;
    color: #000;
    font-weight:700;
    font-family: 'noto sans kr';
    letter-spacing: -0.1rem;
    margin-bottom:1.4rem;
    line-height: 1.4em;
}
.modal-layer .modal-container .modal-header .etc {
    display: flex;
}
.modal-layer .modal-container .modal-header .etc .category {
    position: relative;
    font-size:1.5rem;
    color:#999;
    font-family: 'noto sans kr';
    padding-right:10px;
}
.modal-layer .modal-container .modal-header .etc .category:before {
    position: absolute;
    content: '';
    right:0;
    top:3px;
    width:1px;
    height:12px;
    background-color: #ccc;
}
.modal-layer .modal-container .modal-header .etc .date {
    position: relative;
    font-size:1.5rem;
    color:#999;
    font-family: 'noto sans kr';
    padding-left:10px;
}

.modal-layer .modal-container .modal-content {
    padding: 50px;
}
@media (max-width: 1000px) {
    .modal-layer .modal-container .modal-content {
        padding: 30px;
    }  
}
.modal-layer .modal-container .modal-content .text-box {
    font-size:1.6rem;
    color:#666;
    line-height:2em;
    letter-spacing: -0.12rem;
    max-height:420px;
    overflow-y: auto;
}

.modal-layer .modal-container .modal-content .message-popoup {
    font-size: 15px;
    line-height: 20px;
}

.modal-layer .modal-container .modal-footer {
    padding: 0 50px 50px 50px;
}
.modal-layer .modal-container .modal-footer.center {
    text-align: center;
}
.modal-layer .modal-container .modal-footer .layer_close {
    display:inline-block;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -20px;
}