.gotop{
    display: none;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 5rem;
    bottom: 30px;
    font-size: 0;
    text-indent: -99999px;
    background: url(../images/common/goTop.png) no-repeat left top;
    background-size: 100%;
    z-index: 99;
}

.goTop.on {
    position: absolute;
    bottom: 185px;
}

#container{
    position: relative;
    padding-top: 90px;
    padding-bottom: 150px;
    border-bottom: 1px solid #ddd;
}

#container.padb0{
    padding-bottom: 0;
}

.s-top{
    height: 365px;
    padding-top: /*130px;*/ 90px;
    margin-bottom: 50px;
}

.s-top.bg01{
    background: url('../images/sub/s_top1.jpg') no-repeat center top;
    background-size: cover
}
.s-top.bg02{
    background: url('../images/sub/s_top2.jpg') no-repeat center top;
    background-size: cover
}
.s-top.bg03{
    background: url('../images/sub/s_top3.jpg') no-repeat center top;
    background-size: cover
}
.s-top.bg04{
    background: url('../images/sub/s_top4.jpg') no-repeat center top;
    background-size: cover
}
.s-top.bg05{
    background: url('../images/sub/s_top5.jpg') no-repeat center top;
    background-size: cover
}

.s-top h2{
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
	position:absolute;
	top:50%;
	width:100%;
	transform: translateY(-50%);
}

.s-top.active h2 {font-size:30px}

.contents .location{
    max-width: 1200px;
    margin: 0 auto 50px;
}

.contents .location li{
    display: inline-block;
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

.contents .location li::after{
    content: '';
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 8px;
    background: url('../images/sub/icon_loca.gif') no-repeat left top;
    background-size: 100%;
}

.contents .location li:last-child::after{
    display: none;
}

/* 회사소개 */
.about00 .intro .koryo{
    margin-bottom: 5rem;
    color: #3258a4;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
}

.about00 .intro img{
    width: 100%;
}

.about00 .intro .clear{
    margin: 6rem 0 10rem;
}

.about00 .intro .clear .left{
    width: 45%;
    float: left;
    font-size: 24px;
    color: #111;
    font-weight: 500;
}

.about00 .intro .clear .right{
    float: right;
    width: 50%;
}

.about00 .intro .clear .right p{
    margin-bottom: 2rem;
    color: #666;
    font-size: 18px;
    font-weight: 300;
}

.about00 .info{
    padding: 10rem 0 13rem;
    margin-bottom: 12rem;
    background: #fcfcfc;
}

.about00 .info .icon{
    max-width: 1000px;
    margin: 0 auto 8rem;
    overflow: hidden;
}

.about00 .info .icon li{
    float: left;
    width: 33.3%;
    text-align: center;
}

.about00 .info .icon li:first-child{
    text-align: left;
}

.about00 .info .icon .id{
    color: #3258a4;
    font-size: 18px;
}

.about00 .info .icon .id::before{
    content: '';
    width: 4rem;
    height: 4.2rem;
    display: inline-block;
    vertical-align: middle;
    margin: -.2rem 1rem 0 0;
}

.about00 .info .icon .id.id01::before{
    background: url('../images/sub/s10_icon01.jpg') no-repeat left top;
    background-size: 100%;
}
.about00 .info .icon .id.id02::before{
    background: url('../images/sub/s10_icon02.jpg') no-repeat left top;
    background-size: 100%;
}
.about00 .info .icon .id.id03::before{
    background: url('../images/sub/s10_icon03.jpg') no-repeat left top;
    background-size: 100%;
}

.about00 .info .icon .tit{
    font-size: 36px;
    color: #111;
    font-weight: 600;
}

.about00 .info .list{
    max-width: 1000px;
    margin: 0 auto;
}

.about00 .info .list dl{
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.about00 .info .list dl div{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 3rem 0 3.2rem;
}

.about00 .info .list dl div dt{
    float: left;
    width: 8.5rem;
    font-size: 18px;
    color: #3258a4;
}

.about00 .info .list dl div dd{
    width: calc(100% - 8.5rem);
    float: left;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    letter-spacing: -1px;
}

.about00 .s13{
    margin-bottom: 18rem;
    overflow: hidden;
}


.about00 .financial {margin-bottom: 80px}
.about00 .financial .tbl {margin-top: 20px; border-top: 2px solid #3259a5}
.about00 .financial .tbl tbody {border: 1px solid #ddd;}
.about00 .financial .tbl tr:first-child {background: #f8f8f8;}
.about00 .financial .tbl tr th,
.about00 .financial .tbl tr td {padding: 14px 10px}
.about00 .financial .tbl tr td {text-align: center}
.about00 .financial .tbl tr td img + img {margin-left: 2.5em}
.about00 .financial .tbl tr .tit {color: #3259a5; font-weight: 500;}
.about00 .financial p {text-align: center; font-size: 30px; padding-top: 90px; margin: 0; }
.about00 .financial .small {text-align: right; font-size: 17px; padding-top: 10px; margin: 0;}

.s13 img{
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.about01 .welcome{
    margin-bottom: 95px;
    text-align: center;
}

.about01 .welcome h4{
    font-size: 36px;
    font-weight: 600;
    color: #999;
}

.about01 .welcome p{
    font-size: 24px;
    color: #282828;
    font-weight: 300;
}

.about01 .clear .img{
    width: 50%;
    float: left;
    overflow: hidden;
}

.about01 .clear .img img{
    float: right;
    width: 100%;
}

.about01 .clear .text{
    width: 50%;
    float: right;
    position: relative;
    padding-left: 80px;
    padding-top: 70px;
    padding-bottom: 78px;
}

.about01 .clear .text::before{
    content: '';
    width: 100%;
    height: 720px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -1;
}

.about01 .clear .text .koryo{
    font-size: 30px;
    color: #282828;
    font-weight: 500;
	padding:0;
	margin-bottom:0;
}

.about01 .clear .text .koryo span{
    font-size: 36px;
}

.about01 .clear .text .koryo::after{
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    margin: 25px 0 30px;
    background: #3258a4;
}

.about01 .clear .text .txt{
    margin-bottom: 35px;
    width: 475px;
    font-size: 20px;
    line-height: 1.6;
    color: #282828;
    font-weight: 300;
	padding:0;
	margin-right:0;
	margin-left:0;

}

.about01 .clear .text .txt b{
    font-weight: 500;
}

.about01 .clear .text .ceo{
    margin-top: 55px;
    font-size: 24px;
    color: #282828;
    font-weight: 600;
	padding:0;
	margin-bottom:0
}

.tabs{
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.tabs a{
    display: block;
    position: relative;
    width: 50%;
    height: 63px;
    text-align: center;
    color: #b1b1b1;
    font-family: 'Roboto', 'Noto Sans KR';
    font-size: 18px;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: 0;
    background: #f8f8f8;
}

.tabs a.active{
    color: #fff;
    background: #3258a4;
}

.tabs a::before{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 23px;
    background: #e5e5e5;
}

.tabs a.active::before,
.tabs a:first-child::before{
    display: none;
}

.history-wrap{
    max-width: 1200px;
    min-height: 300px;
    position: relative;
    margin: 95px auto 0;
}

.history-wrap .tab-content{
    overflow: hidden;
}

.history-wrap .year{
    width: 505px;
    left: 97px;
    top: -25px;
    position: absolute;
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    font-family: 'Roboto', 'Noto Sans KR';
    color: #111;
} 

.history-wrap .year p{
    position: relative;
    padding-bottom: 45px;
    color:#3258a4;
	font-size: 65px;
}

.history-wrap .year p::after{
    content: '';
    width: 57px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 15px;
    transform: rotate(-45deg);
    background: #000;
}

.history-wrap .history{
    width: 600px;
    float: right;
    position: relative;
    margin-top: 10px;
}

.history-wrap .history::before{
    content: '';
    width: 1px;
    position: absolute;
    top: 6px;
    bottom: 50px;
    left: 4px;
    background: #d6d6d6;
}

.history-wrap .history dl{
    position: relative;
    padding-left: 26px;
    margin-bottom: 35px;
}

.history-wrap .history dl::before{
    content: '';
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url('../images/sub/bul_history.png') no-repeat left top;
}

.history-wrap .history dl dt{
    position: absolute;
    font-family: 'Roboto', 'Noto Sans KR';
    font-size: 20px;
    color: #111;
    font-weight: 500;
}

.history-wrap .history dl dd{
    padding-left: 9rem;
    padding-top: .3rem;
    font-size: 16px;
    color: #282828;
}

/* 윤리헌장 */
.about04 .br {
	display: block;
}

.about04 .m_br {
	display: none;
}

.about04 p {
	font-size: 20px !important;
	color: #282828 !important;
}

.about04 .ethics_top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.about04 .ethics_img {
	text-align: center;
	margin: 20px 0 60px;
}

.about04 .ethics_top>p {
	text-align: center;
	padding: 0;
	margin: 45px 0 50px;
}

.about04 .e_list {
	width: 81.5%;
	margin: 0 auto;
	overflow: hidden;
}

.about04 .e_list li {
	float: left;
	width: 15.2%;
	margin-left: 6%;
	text-align: center;
}

.about04 .e_list li:first-child {
	margin-left: 0;
}

.about04 .e_list li img {
	width: 100%;
}

.about04 .e_list li p {
	padding: 28px 0 0;
	margin: 0;
}

.about04 .ethics_bottom {
	margin-top: 120px;
}

.about04 .ethics_bottom ul {
	overflow: hidden;
}

.about04 .ethics_bottom ul li {
	float: left;
	position: relative;
	width: 100%;
	height: 365px;
	margin-bottom: 120px;
}

.about04 .ethics_bottom ul li:last-child {
	margin-bottom: 0;
}

.about04 .ethics_bottom ul li .e_btm_img {
	float: left;
	width: 47.73%;
	height: 100%;
	margin-right: 5.2%;
}

.about04 .ethics_bottom ul li .e_btm_txt {
	float: left;
	position: absolute;
	left: 52.8%;
	top: 50%;
	transform: translateY(-50%);
}

.about04 .ethics_bottom ul li .e_btm_txt h3 {
	font-size: 44px;
	font-weight: 700;
	color: #3258a4;
	margin-bottom: 30px;
}

.about04 .ethics_bottom ul li .e_btm_txt .e_tt {
	padding: 0 !important;
	margin: 0 !important;
	color: #666 !important;
	text-align: left;
}

.about04 .ethics_bottom ul li .e_btm_img img {
	width: 100%;
}

.about04 .ethics_bottom ul li:nth-child(1) .e_btm_img {
	background: url(../images/sub/e_img1.jpg) no-repeat left center/cover;
}
.about04 .ethics_bottom ul li:nth-child(2) .e_btm_img {
	background: url(../images/sub/e_img2.jpg) no-repeat left center/cover;
}
.about04 .ethics_bottom ul li:nth-child(3) .e_btm_img {
	background: url(../images/sub/e_img3.jpg) no-repeat left center/cover;
}
.about04 .ethics_bottom ul li:nth-child(4) .e_btm_img {
	background: url(../images/sub/e_img4.jpg) no-repeat left center/cover;
}
.about04 .ethics_bottom ul li:nth-child(5) .e_btm_img {
	background: url(../images/sub/e_img5.jpg) no-repeat left center/cover;
}

.about04 .ethics_bottom ul li:nth-child(2n) .e_btm_img {
	float: right;
	margin-right: 0;
	margin-left: 5.2%;
}

.about04 .ethics_bottom ul li:nth-child(2n) .e_btm_txt {
	left: auto;
	right: 52.8%;
	text-align: right;
}

.about04 .ethics_bottom ul li:nth-child(2n) .e_btm_txt .e_tt {
	text-align: right;
}

/* 사업영역 */
.busi01 .top{
    text-align: center;
}

.busi01 .top .tit{
    margin-bottom: 20px;
    font-size: 20px;
    color: #282828;
    font-weight: 500;
}

.busi01 .top .tit span{
    font-size: 24px;
}

.busi01 .top .tit::after{
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    margin: 20px auto 0;
    background: #3258a4;
}

.busi01 .top .txt{
    font-size: 20px;
    color: #282828;
}

.busi01 .list{
    overflow: hidden;
    margin-top: 120px;
}

.busi01 .list .left{
    width: 50%;
    float: left;
}

.busi01 .list .right{
    width: 50%;
    float: right;
}

.busi01 .list .img{
    overflow: hidden;
    padding-left: 50px;
}

.busi01 .list .left.img{
    padding-left: 0;
    padding-right: 50px;
}

.busi01 .list .left.img img{
    float: right;
}

.busi01 .list .text{
    padding-right: 50px;
    text-align: right;
}

.busi01 .list .right.text{
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
}

.busi01 .list .text h3{
    margin-top: 70px;
    margin-bottom: 25px;
    font-size: 44px;
    font-weight: 600;
    color: #3258a4;
    font-family: 'Roboto';
}

.busi01 .list .text ul li{
    position: relative;
    margin-bottom: 10px;
    padding-right: 13px;
    font-size: 17px;
    color: #666;
    font-weight: 300;
}

.busi01 .list .text ul li::before{
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 14px;
    background: #3258a4;
}

.busi01 .list .right.text ul li{
    padding-right: 0;
    padding-left: 13px;
}

.busi01 .list .right.text ul li::before{
    right: auto;
    left: 0;
}

.busi02 .top{
    margin-bottom: 70px;
    text-align: center;
}

.busi02 .top .tit{
    color: #3258a4;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Roboto';
}

.busi02 .top .txt{
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

.busi02 .partners{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}

.busi02 .partners li{
    width: calc((100% - 90px) / 4);
    height: 140px;
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 140px;/*기존 30*/
    border: 1px solid #e8e8e8;
    background: #fcfcfc;
}

.busi02 .partners li:nth-child(4n){
    margin-right: 0;
}

.busi02 .partners li img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.83);
}

.center-wrap{
    max-width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #333;
}

.center-wrap .center{
    height: 114px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

.center-wrap .center.open{
    height: auto;
}

.center-wrap .center .name{
    float: left;
    width: 25%;
    padding-top: 35px;
    font-size: 22px;
    font-weight: 600;
    color: #111;
}

.center-wrap .center .info{
    width: 75%;
    float: left;
}

.center-wrap .center .info .default{
    position: relative;
    overflow: hidden;
    height: 113px;
}

.center-wrap .center.open .info .default{
    height: 107px;
}

.center-wrap .center .info .default .add1{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}
.center-wrap .center.open .info .default .add1{
	margin-top:3px;
}

.center-wrap .center .info .default .add{
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.center-wrap .center.open .info .default .add{
    margin-top: 3px;
}

.center-wrap .center .info .default .btn_map{
    float: right;
    margin-top: 44px;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    cursor: pointer;
}
.center-wrap .center.open .info .default .btn_map{
    color: #3258a4;
}

.center-wrap .center .info .default .btn_map::before{
    content: '지도보기';
}
.center-wrap .center.open .info .default .btn_map::before{
    content: '지도감추기';
}

.center-wrap .center .info .default .btn_map::after{
    content: '';
    width: 15px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 7px;
    background: url('../images/sub/icon_map.png') no-repeat left top;
}

.center-wrap .center.open .info .default .btn_map::after{
    background-position: left -18px;
}

.center-wrap .center .info .map-wrap{
    width: 99%;
    height: 360px;
    margin-bottom: 50px;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.center-wrap .center.open .info .map-wrap{
    opacity: 1;
}

.center-wrap .center.open .info .map-wrap .map{
    border: 0;
}

.root_daum_roughmap_landing{
    width: 100% !important;
    height: 100% !important;
}

.root_daum_roughmap .wrap_map{
    height: 100% !important;
}

.roughmap_maker_label .roughmap_lebel_text{
    display: none !important;
}


/* 채용정보 */
.recruit .type{
    margin-bottom: 17px;
}

.recruit .type input{
    display: none;
}

.recruit .type input + label{
    display: inline-block;
    font-size: 16px;
    color: #999;
}

.recruit .type input:checked + label{
    color: #3258a4;
    font-weight: 500;
}

.recruit .type input + label::before{
    content: '';
    width: 1px;
    height: 13px;
    display: inline-block;
    margin: 0 10px 0 8px;
    background: #d5d5d5;
}

.recruit .type input:first-child + label::before{
    display: none;
}

.search-wrap{
    margin-bottom: 60px;
    padding: 25px 99px 30px;
    background: #f0f0f0;
}

.search-wrap .box{
    overflow: hidden;
    background: #fff;
}

.search-wrap .box select{
    width: 17.5%;
    height: 60px;
    float: left;
    padding: 0 20px 0 25px;
    font-size: 18px;
    color: #333;
    text-indent: 6%;
    border: 1px solid #ddd;
    border-radius: 0;
    border-right: 0;
    background: url('../images/sub/sch_select.gif') no-repeat 94% 28px;
}

.search-wrap .box input{
    width: 68.5%;
    height: 60px;
    padding: 0 10px;
    border: 0;
    float: left;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.search-wrap .box button{
    width: 14%;
    height: 60px;
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #3258a4;
}

.recruit .list{
    width: 380px;
    height: 330px;
    float: left;
    margin: 0 30px 30px 0;
    border: 1px solid #ddd;
}

.recruit .resume .list{
    height: 244px;
    background: #fcfcfc;
}

.recruit .list:nth-child(3n){
    margin-right: 0;
}

.recruit .list-wrap .list a{
    display: block;
    background: #fcfcfc;
}

.recruit .logo{
	overflow: hidden;
    height: 129px;
    position: relative;
    background: #fff;
	padding:0;
	margin-bottom:0
}

.recruit .logo img{
    position: absolute;
    left: 50%;
    top: 50%;
	width: 200px;
    transform: translate(-50%, -50%);
}

.recruit .list .info{
    height: 134px;
    padding: 24px 20px 0 30px;
    border-top: 1px solid #ddd;
}

.recruit .resume{
    margin-bottom: 40px;
	display:inline-block;
}

.recruit .resume .list .info{
    height: 113px;
}

.recruit .list-wrap .list .info .com{
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}

.recruit .list .info .head{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px !important;
    font-size: 20px;
    color: #111;
    font-weight: 500;
	padding:0;
}

.recruit .list-wrap .list .info .per{
    font-family: 'Roboto';
    font-size: 15px;
    color: #3258a4;
    font-weight: 500;
}

.recruit .resume .list .info .txt{
    float: left;
    font-size: 16px;
    color: #999;
	padding:0;
	margin-bottom:0
}

.recruit .resume .list .info .btn{
    float: right;
	padding:0;
	margin-bottom:0
}

.recruit .resume .list .info .btn a{
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 7px;
    font-size: 0;
    text-indent: -99999px;
}

.recruit .resume .list .info .btn a.hwp{
    background: url('../images/sub/icon_hwp.png') no-repeat left top;
    background-size: 100%;
}
.recruit .resume .list .info .btn a.word{
    background: url('../images/sub/icon_word.png') no-repeat left top;
    background-size: 100%;
}
.recruit .resume .list .info .btn a.excel{
    background: url('../images/sub/icon_excel.png') no-repeat left top;
    background-size: 100%;
}


.paging{
    margin-top: 40px;
    text-align: center;
}

.paging a{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 -2px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
}

.paging .num{
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #666;
    line-height: 59px;
}

.paging .num.current{
    color: #fff;
    background: #3258a4;
    border: 1px solid #3258a4;
}

.paging .arrow{
    position: relative;
    font-size: 0;
    text-indent: -99999px;
}

.paging .arrow::before{
    content: '';
    width: 15px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -7px;
    background: url('../images/sub/paging.gif') no-repeat left top;
}

.paging .arrow.first::before,
.paging .arrow.prev::before{
    transform: scaleX(-1);
}

.paging .arrow.prev::before,
.paging .arrow.next::before{
    width: 7px;
    margin-left: -3px;
}

.paging .arrow.prev{
    margin-right: 19px;
}

.paging .arrow.next{
    margin-left: 19px;
}

h3.stit{
    margin-bottom: 27px;
    font-size: 24px;
    color: #111;
    font-weight: 500;
}

h3.stit::before{
    content: '';
    width: 47px;
    height: 3px;
    display: block;
    margin-bottom: 10px;
    background: #3258a4;
}

.view{
    border-bottom: 1px solid #ddd;
}

.view .head{
    padding:  40px 30px 0;
    text-align: center;
    border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

.view .head h3{
    font-size: 32px;
    color: #111;
    font-weight: 600;
}

.view .head p{
    margin-top: 6px;
}

.view .head span{
    font-size: 18px;
    color: #666;
}

.view .head span::before{
    content: '';
    width: 1px;
    height: 12px;
    display: inline-block;
    margin: 0 14px;
    background: #ddd;
    
}

.view .head span:first-child::before{
    display: none;
}

.view .table{
    overflow: hidden;
	border-top: 1px solid #ddd;
	
}

.view .head + .table {
	border-top: 0;
}

.view .table div{
    width: 48.5%;
    height: 185px;
    padding-top: 22px;
    border-bottom: 1px solid #ddd;
}

.view .table .fr{
    float: left;
}

.view .table .sc{
    float: right;
}

.view .table dl{
    margin: 7px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.view .table dl dt{
    width: 130px;
    padding-left: 13px;
    font-size: 16px;
    color: #666;
}

.view .table dl dd{
    width: 450px;
    font-size: 16px;
    color: #111;
}

.view .cont{
    padding: 70px 13px;
    color: #333;
    font-size: 16px;
}

.view .down{
    display: contents;
    padding: 0 0 20px 13px;
	border-bottom: 1px solid #ddd;
}

.view .down a{
    display: inline-block;
    margin-right: 20px;
    color:#3258a4;
    font-weight: 600;
    font-size: 15px;
}

.view .down a::before{
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: -2px 9px 0 0;
    vertical-align: middle;
    background: url('../images/sub/icon_down.png') no-repeat left top;
}

.view .down a:hover,
.view .down a:focus{
    text-decoration: underline;
}

.view-btn{
    margin-top: 60px;
    text-align: center;
}

.view-btn a{
    display: inline-block;
    width: 200px;
    height: 50px;
    margin: 0 3px;
    position: relative;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: 1px solid #777;
}

.view-btn a.confirm{
    color: #fff;
    background: #3258a4;
    border: 1px solid #3258a4;
}

.view-btn a.cancle{
    color: #fff;
    background: #222;
    border: 1px solid #222;
}

.view-btn .apply{
    width: 230px;
    height: 60px;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
    background: #3258a4;
    border: 1px solid #3258a4;
}

.view-btn .error::before{
    content: '등록된 정보가 맞지 않아요!';
    position: absolute;
    top: -42px;
    left: 17px;
    color: #e60101;
    font-size: 15px;
    font-weight: 500;
}

.view-btn .ps{
    margin-bottom: 17px;
    color: #999;
    font-size: 16px;
}

/* 사내공간 */
.list{
    margin-bottom: 70px;
}

.list .total{
    font-size: 15px;
    color: #666;
}

.list .total b{
    color: #282828;
}

.list table{
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #333;
}

.list table th{
    line-height: 70px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.list table td{
    padding: 21px 0;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.list table td .link{
    width: 100%;
    max-width: 768px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 10px;
    font-weight: 300;
    text-align: left;
    color: #333;
}

.list table td .link:hover,
.list table td .link:focus{
    font-weight: 500;
}

.list table td .notice{
    width: 85px;
    height: 35px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    background: #3258a4;
}

.list table a.down::after{
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    margin:-2px 0 0 10px;
    vertical-align: middle;
    background: url('../images/sub/icon_down.png') no-repeat left top;
    background-size: 100%;
}

.list table .under{
    text-decoration: underline;
    font-weight: 500;
}

.list table .color-red{
    text-decoration: underline;
}

.list table .btn-print{
    display: block;
    margin: -8px auto -7px;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #111;
    background: #fafafa;
    border: 1px solid #ddd;
}

.list table .btn-print:hover,
.list table .btn-print:focus{
    color: #fff;
    background: #4a4a4a;
    border: 1px solid #4a4a4a
}

.btn-apply{
    display: block;
    float: right;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #3258a4;
}

.btn-apply::before{
    content: '';
    width: 14px;
    height: 15px;
    display: inline-block;
    margin: -3px 6px 0 0;
    vertical-align: middle;
    background: url('../images/sub/btn_apply.gif') no-repeat left top;
    background-size: 100%
}

.prevnext{
    max-width: 1200px;
    margin: 0 auto;
}

.prevnext li{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.prevnext li span{
    width:15%;
    display: block;
    float: left;
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 70px;
    background: #fbfbfb;
}

.prevnext li span::before{
    content: '';
    width: 12px;
    height: 9px;
    display: inline-block;
    margin: -1px 11px 0 0;
    background: url('../images/sub/arr_prevnext.gif') no-repeat left top;
}

.prevnext li.next span::before{
    transform: rotate(180deg)
}

.prevnext li a{
    float: left;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 130px 0 30px;
    line-height: 70px;
    font-size: 15px;
    color: #666;
}

.prevnext li a i{
    position: absolute;
    right: 30px;
    text-align: right;
}

.prevnext li a:hover,
.prevnext li a:focus{
    text-decoration: underline;
}

.prevnext li.disabled span{
    color: #999;
}
.prevnext li.disabled span::before{
    opacity: .45;
}
.prevnext li.disabled a{
    color: #999;
    cursor: inherit
}
.prevnext li.disabled a:hover,
.prevnext li.disabled a:focus{
    text-decoration: none;
}

.write{
    padding-top: 30px;
    border-top: 2px solid #333;
}

.write dl{
    margin-bottom: 25px;
}

.write.apply dl{
    margin-bottom: 30px;
}

.write dl dt{
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.write dl dd::after{
    content: '';
    display: block;
    clear: both;
}

.write.apply dl dd input[type="radio"]{
    display: none;
}

.write.apply dl dd input[type="radio"] + label{
    width: 137px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 23px;
    text-align: center;
    color: #666;
    font-size: 16px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}


.write.apply dl dd input[type="radio"] + label:last-child{
    margin-right: 0;
}

.write.apply dl dd input[type="radio"] + label::before{
    content: '';
    width: 42px;
    height: 43px;
    display: block;
    margin: 0 auto 10px;
}

.write.apply dl dd input[type="radio"].apply01 + label::before{
    background: url('../images/sub/icon_apply01.png') no-repeat left top;
    background-size: 100%
}
.write.apply dl dd input[type="radio"].apply02 + label::before{
    background: url('../images/sub/icon_apply02.png') no-repeat left top;
    background-size: 100%
}
.write.apply dl dd input[type="radio"].apply03 + label::before{
    background: url('../images/sub/icon_apply03.png') no-repeat left top;
    background-size: 100%
}

.write.apply dl dd input[type="radio"]:checked + label{
    font-weight: 600;
    color: #3258a4;
    border: 1px solid #3258a4;
    box-shadow: 0 0 12px 0 #dcdcdc75;
}

.write.apply dl dd input[type="radio"]:checked + label::before{
    background-position: left -43px;
}

.write select{
    width: 300px;
}

.write input[type="text"]{
    width: 600px;
}

.write input.title{
    width: 100%;
}

.write .flex{
    width: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.write .flex select,
.write .flex input{
    width: 35%;
}

.write .flex i{
    width: 25px;
    line-height: 55px;
    text-align: center;
}

.write textarea{
    width: 100%;
    height: 300px;
}

.write.apply select{
    border: 1px solid #ddd;
}

.apply-view .txt{
    margin-bottom: 5px;
    font-size: 20px;
    color: #282828;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.apply-view .info{
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.apply-view .preview{
    padding: 45px 0;
    margin-top: 40px;
    background: #f9f9f9;
}

.apply-view .preview img{
    max-width: 70%;
    display: block;
    margin: 0 auto;
}



/* 회원서비스 */
.member h2{
    margin-top: 80px;
    font-size: 45px;
    color: #282828;
    text-align: center;
    font-weight: 600;
}

.member .contents{
    max-width: 700px;
    padding: 60px 95px;
    margin: 50px auto 0;
    background: #f9f9f9;
}

.member .policy{
    margin-bottom: 35px;
}

.member .policy.last{
    padding-bottom: 45px;
    border-bottom: 1px solid #e2e2e2;
}

.member .checkbox input{
    display: none;
}

.member .checkbox input + label{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.member .checkbox.all input + label{
    font-size: 18px;
}

.member .checkbox input + label::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    background: url('../images/sub/checkbox.gif') no-repeat left top;
    background-size: 100%
}

.member .checkbox input:checked + label::before{
    background-position: left -20px;
}

.member .checkbox input + label span{
    color: #e61111;
}

.member .policy .po-area{
    width: 100%;
    height: 195px;
    overflow-y: auto;
    padding: 20px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.member .form-wrap .title{
    font-size: 18px;
    color: #282828;
}

.member .form-wrap .form{
    margin-top: 15px;
    background: #fff;
}

.member .form-wrap .form dl{
    overflow: hidden;
    border-bottom:  1px solid #f8f8f8;
}

.member .form-wrap .form dt{
    width: 130px;
    float: left;
    padding-left: 24px;
    font-size: 16px;
    color: #333;
    line-height: 55px;
}

.member .form-wrap .form dd{
    width: 380px;
    float: right;
    padding-left: 20px;
    position: relative;
}

.member .form-wrap .form dd::before{
    content: '';
    width: 1px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 19px;
    background: #e7e7e7;
}

.member .form-wrap .form dd input{
    width: 100%;
    height: 55px;
    padding-left: 0;
    background: #fff;
}

.member .radio-wrap{
    margin-bottom: 35px;
    text-align: center;
}

.member .radio{
    display: inline-block;
    margin-right: 30px;
}

.member .radio input{
    display: none;
}

.member .radio input + label{
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    color: #282828;
}

.member .form-wrap .radio input + label{
    line-height: 55px;
}

.member .radio input + label::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.member .radio input:checked + label::before{
    border: 1px solid #3258a4;
}
.member .radio input:checked + label::after{
    content: '';
    width: 11px;
    height: 11px;
    left: 3px;
    top: 8px;
    position: absolute;
    border-radius: 50%;
    background:#3258a4;
}

.member .form-wrap .form .btn-wr input{
    width: 254px;
}

.member .form-wrap .form .btn-wr button{
    position: absolute;
    right: 6px;
    top: 7px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #5b5b5b;
}

.member .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 60px;
    margin-top: 20px;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    background: #3258a4;
}

.member .form-wrap .btn{
    margin-top: 40px;
}

.member .btn-other{
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 35px;
}

.member .pass span{
    position: absolute;
    color: #df0315;
    font-size: 13px;
    right: 20px;
    top: 17px;
}

.member .head{
    margin-bottom: 25px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.member .ps{
    margin: 45px 0 55px;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    text-align: center;
}

.member .myid{
    height: 135px;
    padding-top: 43px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 30px;
    color: #111;
    font-weight: 500;
    border: 1px solid #dddddd;
    background: #fff;
}

.form-wrap.login .input{
    margin-bottom: 15px;
}

.form-wrap.login .input input{
    width: 100%;
    background: #fff;
}

.login-option{
    margin-top: 20px;
}

.login-option .checkbox{
    float: left;
}

.login-option .checkbox input + label{
    font-size: 15px;
    font-weight: 400;
}

.login-option ul{
    float: right;
    overflow: hidden;
}

.login-option ul li{
    float: left;
}

.login-option ul li a{
    margin-left: 10px;
    font-size: 15px;
    color: #777;
}

.login-option ul li a::before{
    content: '';
    width: 1px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
    background: #ddd;
}

.login-option ul li:first-child a::before{
    display: none;
}

.cer-detail{
    border-top: 2px solid #333;
}

.cer-detail dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.cer-detail dt{
    width: 230px;
    padding: 22px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    background: #fbfbfb;
}

.cer-detail dd{
    width: 970px;
    padding: 22px 40px;
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

.contents .terms{
    max-width: 1200px;
    height: 550px;
    margin:0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px;
    background: #f9f9f9;
}

.contents .terms::-webkit-scrollbar {
    width: 10px;
}
.contents .terms::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.contents .terms::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.contents pre{
    white-space: pre-wrap;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    font-family: 'Noto Sans KR', 'Noto Sans', 'Roboto', 'Open Sans', 'Arial', sans-serif;
    font-weight: 300;
}

.contents p{
	
    max-width: 1200px;
    color:#3258a4; 
	font-size: 17px;
    font-weight: 500;
	padding: 20px 0; 
	margin: 0 auto 26px;
}

.contents p .f_red {color: #f00;}



.busi02 .partners li p {padding:0;margin:0}
.th_0706 p{text-align:center;}
.w30p {width:30% !important;}
.w70p {width:70% !important;}
.th_0706 {}
.font18_0706 {font-size:18px !important;}

.img_box0616 {height:140px;margin-bottom:5px;}
.partners p{font-size:16px;    font-weight: 500;letter-spacing: initial;}
.location_box0706 {position:absolute;top:-94px;width:1200px;border-top:2px solid #333;}
.mt200 {margin-top:200px;position:relative;}
.cont_box0706 {float:left;}
.sub_title_box {position:fixed;height:320px;width:100%;z-index:36}
.mt340 {margin-top:360px}
.recruitBox0706 {display:inline-block;}

@media screen and (max-width: 1200px){
   
    .about01 .clear .img,
    .about01 .clear .text{
        width: 90%;
    }
    
    .history-wrap .year{
        width: 40%;
        left: 0;
    }
    
    .history-wrap .history{
        width: 60%;
    }
    
    .recruit .list{
        width: calc((100% - 40px) / 3);
        margin: 0 20px 30px 0;
    }
    
    .prevnext{
        margin: 0 1.2rem;
    }
    
    .gotop{
        width: 50px;
        height: 50px;
        right: 1rem;
    }
    
}



/* 추가 2025-02-05 */
/* 파견 */
.busi04 .top {text-align: center;}
.busi04 .top .tit {margin-bottom: 20px; font-size: 24px; color: #282828; font-weight: 500;}
.busi04 .top .tit::after {content: ''; width: 2px; height: 60px; display: block; margin: 20px auto 0; background: #3258a4;}
.busi04 .top .txt { font-size: 20px; color: #282828; margin-bottom: 20px;}
.busi04 .list {overflow: hidden; margin: 120px 0;}
.busi04 .list .left { float: left; width: 50%; padding-right: 50px; overflow: hidden;  }
.busi04 .list .right { float:right; width: 50%; padding-left: 50px; }
.busi04 .list img { padding-right: 50px; }
.busi04 .list .text { padding-left: 50px;}
.busi04 .list .text span { display:inline-block; margin-top: 70px;}
.busi04 .busi04_tit { font-size: 44px; font-weight: 600; color: #3258a4; font-family: 'Noto Sans KR'; margin-bottom: 25px; }
.busi04 .busi04_txt { position: relative; margin-bottom: 10px; font-size: 20px; color: #666; font-weight: 300; line-height: 40px; }
.busi04 .busi04_section {max-width: 1200px; margin: 0 auto; }
.busi04 .busi04_section .busi04_tit.sec_tit { margin-bottom: 25px; display: inline-block;}
.busi04 .circle { margin-bottom: 120px; text-align: center; }
.busi04 .effect {background: #f8f8f8;  padding: 100px 0; margin-bottom: -150px; text-align: center;}
.busi04 .effect span { display:inline-block; margin-bottom: 25px; }
.busi04 .effect .effect_list { overflow:hidden; padding-top: 20px; }
.busi04 .effect .effect_list li { float: left; background: #fff; text-align: center; position: relative; margin-right: 7.5rem; width: 350px; height: 340px; }
.busi04 .effect .effect_list li:last-child { margin-right: 0;}
.busi04 .effect .effect_list li .effect_box {position: inherit; top:50%; left: 50%; transform: translate(-50%,-50%);}
.busi04 .effect .effect_list li .effect_box .effect_bar { width: 60px; height: 2px; display: block; background: #3258a4; margin: 30px auto;}
.busi04 .effect .effect_list li .effect_box .busi04_box_tit {position: relative; font-size: 20px; color: #666; font-weight: 500; margin-bottom: 1rem; padding: 0;}
.busi04 .effect .effect_list li .effect_box .busi04_box_txt {position: relative; font-size: 17px; color: #666; font-weight: 300; margin-bottom: 0; padding: 0;}

.s013 img{
    max-width: 1200px;
    display: block;
    margin: 0 auto;
	position: relative;
    left: 26px;
}


/* 금융보안 */
.busi05 .top {text-align: center; margin-top: 280px;}
.busi05 .top .tit {margin-bottom: 20px;font-size: 24px;color: #282828;font-weight: 500;}
.busi05 .top .tit::after {content: '';width: 2px;height: 60px;display: block;margin: 20px auto 0;background: #3258a4;}
.busi05 .top .txt {font-size: 20px;color: #282828;margin-bottom: 20px;}
.busi05 .list {overflow: hidden;margin: 120px 0;}
.busi05 .list .img { width: 50%; }
.busi05 .list .text { width: 50%; }
.busi05 .list01 .img { float: right; padding-left: 50px; overflow:hidden; }
.busi05 .list01 .text { float: left; text-align: right; padding-right: 50px; }
.busi05 .list02 .img { float: left; padding-right: 50px;overflow:hidden;  }
.busi05 .list02 .text { float: right; padding-left: 50px; }
.busi05 .list .text span { display: inline-block; margin-top: 70px;}
.busi05 .list .text p { line-height: 40px; } 
.busi05 .busi05_tit {font-size: 44px;font-weight: 600;color: #3258a4;font-family: 'Noto Sans KR';  margin-bottom: 25px; }
.busi05 .busi05_tit.last_tit { display: inline-block; margin-bottom: 25px; }
.busi05 .busi05_txt {position: relative;margin-bottom: 10px;color: #666;font-weight: 300;}
.busi05 .clear .list .text ul.busi05_txt li {font-size: 20px !important;}
.busi05 .busi05_section {max-width: 1200px;margin: 0 auto; text-align: center;}
.busi05 .circle .circle_list { text-align: center; display: flex; justify-content: space-between;}
.busi05 .circle .circle_list li:last-child { margin-right: none;}






/*tablet*/
@media screen and (max-width: 1024px){
    
    .contents .location{
        margin: 0 1.5rem 5rem;
    }
    
    .about00 .info .icon .tit{
        font-size: 3.5rem;
    }
    
    .busi01 .list .left.img,
    .busi01 .list .text{
        padding-right: 2rem;
    }
    
    .busi01 .list .right.text,
    .busi01 .list .img{
        padding-left: 2rem;
    }
    
    .busi02 .partners li img{
        transform: translate(-50%, -50%) scale(0.7);
    }
    
    .center-wrap .center .name{
        padding-top: 41px;
        font-size: 1.9rem;
    }
    
    .center-wrap .center .info .default .add{
        font-size: 1.3rem;
    }
    
    .search-wrap{
        padding: 3rem 5rem;
    }
    
    .search-wrap .box select{
        width: 25%;
    }
    
    .search-wrap .box input{
        width: 61%;
    }
    
    .view .head h3{
        font-size: 26px
    }

	.about04 .ethics_bottom ul li .e_btm_txt h3 {
		font-size: 26px;
	}

	.about04 p {
		font-size: 16px !important;
	}

    .s013 img { position: relative; left: 20px; }



    
}



/*mobile*/
@media screen and (max-width: 768px){
    
    #container{
        padding-top: 4.2rem;
        padding-bottom: 7rem;
    }
    
    .s-top{
        height: 20rem;
        padding-top: 7.5rem;
        margin-bottom: 1.5rem;
    }
    
    .s-top h2{
        font-size: 3.2rem;
    }
    
    .contents .location{
        margin: 0 1.5rem 2rem;
    }
    
    .contents .location li{
        font-size: 1rem;
    }
    
    .contents .location li::after{
        width: .4rem;
        height: .7rem;
    }

    .about00 .intro .koryo{
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }

    .about00 .intro .clear{
        margin: 2rem 0 5rem;
    }

    .about00 .intro .clear .left{
        width: 100%;
        float: none;
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .about00 .intro .clear .right{
        float: none;
        width: 100%;
    }

    .about00 .intro .clear .right p{
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    .about00 .info{
        padding: 4rem 0 5rem;
        margin-bottom: 4rem;
    }

    .about00 .info .icon{
        margin: 0 auto;
    }

    .about00 .info .icon li{
        float: none;
        width: 100%;
        margin-bottom: 2.5rem;
    }

    .about00 .info .icon li:first-child{
        text-align: center;
    }

    .about00 .info .icon .id{
        font-size: 1.2rem;
    }

    .about00 .info .icon .id::before{
        width: 2.5rem;
        height: 2.6rem;
    }

    .about00 .info .icon .tit{
        font-size: 2rem;
    }

    .about00 .info .list dl{
        border-bottom: 0;
    }

    .about00 .info .list dl div{
        width: 100%;
        float: none;
        padding: 1.5rem 0 1.6rem;
        border-bottom: 1px solid #ededed;
    }

    .about00 .info .list dl div dt{
        width: 5.5rem;
        font-size: 1.1rem;
    }

    .about00 .info .list dl div dd{
        width: calc(100% - 5.5rem);
        font-size: 1.1rem;
    }

    .about00 .s13{
        margin-bottom: 6rem;
    }

    .s13 img{
        width: 116%;
        margin-left: -8%;
    }

	 .s013 img{
        width: 100%;
        left: 7px;
    }
    
    .about01 .welcome{
        margin-bottom: 3.5rem;
    }
    
    .about01 .welcome h4{
        font-size: 1.7rem;
    }
    
    .about01 .welcome p{
        margin-top: .4rem;
        font-size: 1.4rem;
    }
    
    .about01 .clear .text{
        width: 100%;
        padding:3rem 1.4rem 4rem;
    }
    
    .about01 .clear .text .koryo{
        font-size: 1.7rem;
		text-align:left;
    }
    
    .about01 .clear .text .koryo span{
        font-size: 2rem;
    }
    
    .about01 .clear .text .koryo::after{
        width: 1px;
        height: 3.5rem;
        margin: 1rem .2rem 1rem;
    }
    
    .about01 .clear .text .txt{
        margin-bottom: 2rem;
        width: 100%;
        font-size: 1.35rem;
		text-align:left;
    }
    
    .about01 .clear .text .ceo{
        margin-top: 3rem;
        font-size: 1.6rem;
		text-align:left;
    }
    
    .tabs{
        margin: 0 1.4rem;
    }
    
    .tabs a{
        height: 3.5rem;
        padding-top: 1.1rem;
        font-size: .9rem;
        line-height: 1.4;
    }
    
    .tabs a:first-child{
        padding-top: .6rem;
    }
    
    .tabs a::before{
        height: 1.2rem;
        top: 1.2rem;
    }
    
    .history-wrap{
        margin-top: 4rem;
    }
    
    .history-wrap .year{
        width: 100%;
        position: relative;
        top: auto;
        font-size: 3.5rem;
    }
    
    .history-wrap .year p{
        padding-bottom: 3.5rem;
    }
    
    .history-wrap .year p::after{
        width: 3rem;
        margin-left: -1.5rem;
        bottom: 1.7rem;
    }
    
    .history-wrap .history{
        width: calc(100% - 3rem);
        margin: 2rem auto 0;
        float: none;
    }
    
    .history-wrap .history::before{
        bottom: 1rem;
        left: .26rem;
    }
    
    .history-wrap .history dl{
        padding-left: 1.6rem;
        margin-bottom: 2rem;
    }
    
    .history-wrap .history dl::before{
        width: .7rem;
        height: 1.4rem;
        top: .3rem;
        background-size: 100%;
    }
    
    .history-wrap .history dl dt{
        font-size: 1.4rem;
    }
    
    .history-wrap .history dl dd{
        padding-left: 6.5rem;
        padding-top: .2rem;
        font-size: 1.1rem;
    }

	.about04 .m_br {
		display: block;
	}

	.about04 p {
		font-size: 1.1rem !important;
	}

	.about04 .ethics_top {
		padding: 0 20px;
	}

	.about04 .e_list {
		width: 100%;
	}

	.about04 .e_list li {
		width: 17.6%;
		margin-left: 3%;
	}

	.about04 .e_list li p {
		padding: 10px 0 0;
		font-size: 1rem !important
    }

	.about04 .ethics_bottom ul li {
		height: 600px;
		margin-bottom: 0;
	}

	.about04 .ethics_bottom ul li .e_btm_img {
		width: 100%;
		height: 50%;
	}

	.about04 .ethics_bottom ul li .e_btm_txt {
		left: 20px;
		top: 350px;
		transform: translateY(0);
	}

	.about04 .ethics_bottom ul li:nth-child(2n) .e_btm_txt {
		left: auto;
		right: 20px;
	}

    .busi01 .top .tit::after{
        height: 4rem;
    }
    
    .busi01 .top .tit::after{
        margin-top: 1rem;
    }
    
    .busi01 .top .txt{
        padding: 0 1.5rem;
        font-size: 1.2rem;
    }
    
    .busi01 .list{
        margin-top: 4rem;
        margin-bottom: 0;
    }
    
    .busi01 .list .right{
        width: calc(100% - 3rem);
        margin-left: 1.5rem;
        float: none;
        padding-left: 0;
    }
    
    .busi01 .list .left{
        width: calc(100% - 3rem);
        margin-left: 1.5rem;
        text-align: left;
    }
    
    .busi01 .list .left.img{
        float: none;
        padding-right: 0;
    }
    
    .busi01 .list .text h3{
        margin-top: 1rem;
        margin-bottom: .5rem;
        font-size: 2.5rem;
    }
    
    .busi01 .list .text ul li,
    .busi01 .list .right.text ul li{
        padding-left: 1rem;
        font-size: 1.2rem;
    }
    
    .busi01 .list .text ul li::before{
        right: auto;
        left: 0;
        top:.95rem;
    }
    
    .busi01 .list .right.text{
        padding-left: 0;
    }
    
    .busi02 .top{
        margin-bottom: 4rem;
    }
    
    .busi02 .top .tit{
        font-size: 3rem;
    }
    
    .busi02 .top .txt{
        padding: 0 2rem;
        font-size: 1.3rem;
    }
    
    .busi02 .partners{
        padding: 0 1.5rem;
    }
    
    .busi02 .partners li{
        width: calc((100% - 1rem) / 2);
        height: 9rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    
    .busi02 .partners li:nth-child(4n){
        margin-right: 1rem;
    }
    
    .busi02 .partners li:nth-child(even){
        margin-right: 0;
    }
    
    .busi02 .partners li img{
        transform: translate(-50%, -50%) scale(0.65);
    }
    
    .center-wrap{
        margin: 0 1.5rem;
    }
    
    .center-wrap .center{
        height: 10rem;
        position: relative;
    }
	
	.center-wrap.mt200 .center{
        height: 13rem !important;
        position: relative;
    }

	.center-wrap.mt200 .center.open {
		height:auto !important;
	}


    
    .center-wrap .center .name,
    .center-wrap .center .info{
        width: 100%;
        float: none;
		padding-bottom:0
    }
    
    .center-wrap .center .name{
        padding-top: 1rem;
        font-size: 1.4rem;
    }
    
    .center-wrap .center .info .default{
        height: auto;
        position: inherit;
    }
    
    .center-wrap .center .info .default .add{
        position: relative;
        margin-top: 1rem;
        top: auto;
        transform: translate(0);
        font-size: 1.1rem;
        line-height: 1.5;
		padding:0;
		margin-bottom:0;
		text-align:center;
		left:auto;
		right:0;

    }
    
    .center-wrap .center .info .default .btn_map{
        float: none;
        position: absolute;
        right: 145px;
        top: 10.2rem;
        margin-top: 0;
        font-size: 1.2rem;
        z-index: 10
    }
    
    .center-wrap .center.open .info .default{
        height: 7rem;
    }
    
    .center-wrap .center .info .map-wrap{
        height: 18rem;
        margin-bottom: 2rem;
    }
    
    .recruit .type{
        margin-bottom: 1rem;
    }
    
    .recruit .type input + label{
        font-size: 1.1rem;
    }
    
    .search-wrap{
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .search-wrap .box select{
        height: 3.5rem;
        padding: 0 1rem;
        font-size: 1.1rem;
        text-indent: 0;
        background-size: .6rem;
        background-position: 94% 1.5rem;
    }
    
    .search-wrap .box input{
        width: 55%;
        height: 3.5rem;
        font-size: 1.1rem;
    }
    
    .search-wrap .box button{
        width: 20%;
        height: 3.5rem;
        font-size: 1.1rem;
    }

    .recruit .list{
       /* width: calc((100% - 1rem) / 2);*/
	   width:100%;
        height: auto;
        margin: 0 1rem 1rem 0;
    }
    
    .recruit .list:nth-child(3n){
        margin-right: 1rem;
    }
    
    .recruit .list:nth-child(even){
        margin-right: 0;
    }
    
    .recruit .logo{
        height: 8rem;
    }
    
    .recruit .logo img{
        width: calc(100% / 2) !important;
		height: auto !important;
		object-fit: contain;
    }
    
    .recruit .list .info{
        height: auto;
        padding: 1rem;
    }
    
    .recruit .list-wrap .list .info .com{
        font-size: 1rem;
    }
    
    .recruit .list .info .head{
        margin-bottom: .7rem;
        font-size: 1.2rem;
		text-align:left;
    }
    
    .recruit .list-wrap .list .info .per{
        font-size: .9rem;
    }
    
    .paging{
        margin-top: 2.5rem;
    }
    
    .paging a{
        width: 3rem;
        height: 3rem;
    }
    
    .paging .num{
        font-size: 1rem;
        line-height: 3rem
    }
    
    .paging .arrow::before{
        width: 1rem;
        height: .8rem;
        margin: -.4rem 0 0 -.5rem;
        background-size: 100%;
    }
    
    .paging .arrow.prev::before, 
    .paging .arrow.next::before{
        width: .5rem;
        height: .8rem;
        margin: -.4rem 0 0 -.2rem;
        background-size: 200%
    }
    
    .paging .arrow.prev{
        margin-right: .6rem;
    }
    
    .paging .arrow.next{
        margin-left: .6rem;
    }
    
    .view .head{
        padding:  1.8rem 0 0;
    }
    
    .view .head h3{
        padding: 0 1.5rem;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    
    .view .head span{
        padding: 0 .5rem;
        font-size: 1.04rem;
    }
    
    .view .head span::before{
        margin: 0 1.1rem 0 0;
    }
    
    .view .table div{
        width: 100%;
        height: auto;
        float: none;
        padding: 1rem 0;
    }
    
    .view .table dl dt{
        width: 8rem;
        font-size: 1.1rem;
    }
    
    .view .table dl dd{
        width: calc(100% - 8rem);
        font-size: 1.1rem;
    }
    
    .view .cont{
        padding: 4rem 1.5rem;
        font-size: 1rem;
    }

	.view .cont img{
        /*width: 100% !important;*/
		height: auto !important;
		object-fit: contain
    }

	.view .head p {
		margin-bottom: 0.8rem;
	}
    
    .view-btn{
        margin-top: 3rem;
    }
    
    .view-btn a{
        width: 11rem;
        height: 4rem;
        line-height: 3.8rem;
        font-size: 1.2rem;
    }
    
    .view-btn .error::before{
        top: -3rem;
        left: .5rem;
        font-size: .9rem;
    }
    
    h3.stit{
        margin-bottom: 1.5rem;
        font-size: 1.7rem;
    }
    
    h3.stit::before{
        width: 4rem;
        height: 2px;
        margin-bottom: .6rem;
    }
    
    .recruit .resume{
        margin-bottom: 2.5rem;
		width:49%;
		display:inline-block;
    }
    
    .recruit .resume .list{
        height: auto;
    }
    
    .recruit .resume .list .info .txt{
        float: none;
        margin-bottom: .5rem;
        font-size: 1rem;
		text-align:left
    }
    
    .recruit .resume .list .info .btn{
        float: none;
		text-align:left;
    }
    
    .recruit .resume .list .info .btn a{
        width: 1.7rem;
        height: 1.7rem;
    }
    
    .list{
        margin-bottom: 3rem;
    }
    
    .list .total{
        font-size: 1.2rem;
    }
    
    .list table{
        margin-top: 1rem;
    }
    
    .list table th{
        line-height: 4rem;
        font-size: 1.2rem;
    }
    
    .list.m-width table tr th:first-child,
    .list.m-width table tr td:first-child{
        width: 20%;
    }
    .list.m-width table tr th:nth-child(2),
    .list.m-width table tr td:nth-child(2){
        width: 50%;
    }
    .list.m-width table tr th:nth-child(3),
    .list.m-width table tr td:nth-child(3){
        width: 16%;
    }
    .list.m-width table tr th:nth-child(4),
    .list.m-width table tr td:nth-child(4){
        width: 14%;
    }
    
    .list table td{
        padding: 1.3rem 0;
        font-size: 1rem;
    }
    
    .list table td .notice{
        width: 4.1rem;
        height: 2rem;
        font-size: .8rem;
        line-height: 2rem;
    }
    
    .list table td .link{
        padding: 0 .5rem 0 0;
    }
    
    .list table a.down::after{
        width: 1rem;
        height: 1rem;
        margin-left: .7rem;
    }
    
    .list table .btn-print{
        width: 5rem;
        height: 2.5rem;
        line-height: 2.3rem;
        font-size: .9rem;
    }
    
    .view .down a{
        margin-top: .3rem;
        font-size: 1.1rem;
    }
    
    .view .down a::before{
        width: 1.2rem;
        height: 1.2rem;
        background-size: 100%;
    }
    
    .prevnext li span{
        width: 24%;
        font-size: .9rem;
        line-height: 4rem;
    }
    
    .prevnext li span::before{
        width: .7rem;
        height: .6rem;
        margin-right: .7rem;
        background-size: 100%;
    }
    
    .prevnext li a{
        width: 76%;
        padding: 0 4.5rem 0 1.1rem;
        font-size: 1.1rem;
        line-height: 4rem;
    }
    
    .prevnext li a i{
        right: 1px;
        font-size: .9rem;
    }
    
    .write{
        margin-top: 3rem;
        padding-top: 1.5rem;
    }
    
    .write dl dt{
        margin-bottom: .8rem;
        font-size: 1.2rem;
    }
    
    .write.apply dl dd input[type="radio"] + label{
        width: calc((100% - 1rem) / 2);
        height: 9.5rem;
        margin-right: 1rem;
        font-size: 1.2rem;
    }
    
    .write.apply dl dd input[type="radio"] + label:nth-child(4),
    .write.apply dl dd input[type="radio"] + label:nth-child(8){
        margin-right: 0;
    }
    
    .write.apply dl dd input[type="radio"] + label::before{
        width: 3rem;
        height: 3.06rem;
    }
    
    .write.apply dl dd input[type="radio"]:checked + label::before{
        background-position: left -3.06rem;
    }
    
    .write.apply select,
    .write select{
        width: 100%;
    }
    
    .view-btn .ps{
        margin-bottom: 1.4rem;
        font-size: 1.1rem;
    }
    
    .view-btn .apply{
        width: 16rem;
        height: 4rem;
        line-height: 3.8rem;
        font-size: 1.4rem;
    }
    
    .write input[type="text"]{
        width: 100%;
    }
    
    .write .flex{
        width: 100%;
    }
    
    .write .flex i{
        width: 15%;
        line-height: 3.2rem;
    }
    
    .write .flex select, 
    .write .flex input{
        width: 100%;
    }

    .apply-view .txt{
        font-size: 1.3rem;
    }

    .apply-view .info{
        font-size: 1rem;
    }

    .apply-view .preview{
        padding: 3rem 0;
        margin-top: 2rem;
    }
    
    .apply-view .preview img{
        max-width:88%;
    }

    
    .member h2{
        margin-top: 4rem;
        font-size: 3rem;
    }
    
    .btn-apply{
        width: 11rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.2rem;
    }
    
    .btn-apply::before{
        width: .9rem;
        height: 1rem;
    }
    
    .cer-detail dt{
        width: 31%;
        padding: 1rem 0;
        font-size: 1.1rem;
    }
    
    .cer-detail dd{
        width: 69%;
        padding: 1rem 1.4rem;
        font-size: 1.2rem;
    }
    
    .member .contents{
        padding: 3rem 2rem;
        margin: 3rem 1.2rem 0;
    }
    
    .member .radio-wrap{
        margin-bottom: 1rem;
    }
    
    .member .login .radio{
        margin: 0 1rem;
    }
    
    .member .radio input + label{
        padding-left: 1.8rem;
        font-size: 1rem;
    }
    
    .member .radio input + label::before{
        width: 1rem;
        height: 1rem;
        top: .3rem;
    }
    
    .member .radio input:checked + label::after{
        width: .7rem;
        height: .7rem;
        left: .24rem;
        top: .55rem
    }
    
    .form-wrap.login .input{
        margin-bottom: .8rem;
    }
    
    .member .btn{
        height: 4rem;
        margin-top: 1.5rem;
        font-size: 1.4rem;
        line-height: 4rem;
    }
    
    .login-option{
        margin-top: 1.2rem;
    }
    
    .login-option .checkbox{
        float: none;
    }
    
    .member .login-option .checkbox input + label{
        font-size: 1.1rem;
    }
    
    .member .checkbox input + label::before{
        width: 1.1rem;
        height: 1.1rem;
        margin: -0.2rem .6rem 0 0;
    }
    
    .member .checkbox input:checked + label::before{
        background-position:left -1.1rem;
    }
    
    .login-option ul{
        float: none;
        margin-top: .2rem;
    }
    
    .login-option ul li a{
        margin-left: 0;
        margin-right: .5rem;
        font-size: 1rem;
    }
    
    .login-option ul li a::before{
        margin-right: .5rem;
        margin-top: -.3rem;
    }
    
    .member .head{
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
    }
    
    .member .myid{
        height: 8rem;
        padding-top: 2.5rem;
        font-size: 2rem;
    }
    
    .member .ps{
        margin: 2rem 0 3rem;
        font-size: 1.2rem;
    }
    
    .member .btn-other{
        margin-top: 1rem;
        font-size: 1.3rem;
    }
    
    .member .policy{
        margin-bottom: 1.5rem;
    }
    
    .member .policy.last{
        padding-bottom: 3rem;
        margin-bottom: 2rem;
    }
    
    .member .checkbox input + label{
        font-size: 1.2rem;
    }
    
    .member .checkbox.all input + label{
        font-size: 1.3rem;
    }
    
    .member .form-wrap .title{
        font-size: 1.3rem;
    }
    
    .member .form-wrap .form dt{
        width: 30%;
        padding-left: 1.2rem;
        font-size: 1rem;
        line-height: 3.5rem;
    }
    
    .member .form-wrap .form dd{
        width: 70%;
        padding-left: 1.2rem;
    }
    
    .member .form-wrap .form dd::before{
        height: 1.5rem;
        top: 1rem;
    }
    
    .member .form-wrap .form dd input{
        height: 3.5rem;
    }
    
    .member .form-wrap .radio input + label{
        line-height:  3.5rem
    }
    
    .member .radio{
        margin-right: 1rem;
    }
    
    .member .form-wrap .form .btn-wr button{
        right: .5rem;
        top: .5rem;
        width: 6.7rem;
        height: 2.5rem;
        line-height: 2.4rem;
        font-size: .9rem;
    }
    
    .member .form-wrap .btn{
        margin-top: 2rem;
    }
    
    .member .form-wrap .form dd.pass{
        height: 5rem;
    }
    
    .member .pass span{
        top: 3rem;
        font-size: .8rem;
    }
    
    .contents .terms{
        height: 40rem;
        margin: 0 1.4rem;
        padding: 2rem;
    }
    
    .contents pre{
        font-size: 1.1rem;
    }


	.contents p{
	
    max-width: 1200px;
    color:#3258a4; 
	font-size: 12px;
    text-align: center;
    font-weight: 500;
	padding: 20px; 
	margin: 0 auto 26px;
	}

    .gotop{
        width: 3.5rem;
        height: 3.5rem;
        right: 1.5rem;
        bottom: 2rem;
    }

    .goTop.on {
        position: absolute;
        bottom: 15.5rem;
    }
	.font18_0706 {font-size:15px !important;} 
    
    .location_box0706 {display:none;}
	.center-wrap .center .info .default .add1 {padding:0;margin-bottom:0;width:100%;top:36%;}
	.center-wrap .center.open .info .default .add1{top:4.7rem;;margin-top:0}
	.center-wrap .center.open .info .default .add {margin-top:1rem;}

/* 	.s-top h2 {top:35%;}
	.s-top.active h2 {top:30%;} */
	.mt340 {margin-top:340px;}

	.busi04 .list img { padding-right: 0; }
	.busi04 .effect_box img { width: auto; }
	.busi04 .effect .effect_list li {float:none; margin: 0 auto 50px; }
	.busi04 .effect .effect_list li:last-child { margin-right: auto; margin-bottom: 0;}
	.busi04 span { display: inline-block; margin-top: 4rem; margin-left: 0;  }
	.busi04 .busi04_tit { margin-bottom: 0; padding: 0; font-size: 2.2rem;}
	.busi04 .circle { margin-bottom: 0;}
	.busi04 .list .text span { margin-top: 2rem; }
	.busi04 .effect {padding :0; padding-bottom: 70px; margin-bottom: -111px;}
	.busi04 .busi04_tit.first {margin-left: 0; margin-bottom: 25px; }
	.busi04 .busi04_txt.section_txt {text-align:left; padding:0; font-size: 1.2rem; line-height:2rem; }

	.busi05 .busi05_tit { font-size: 2.2rem; }
	.busi05_section span { display: inline-block; margin-left: 0; margin-bottom: 0; padding: 0; }
	.busi05 .circle .circle_list li { width: calc(100% / 3); margin: 3px;}
	.busi05 .circle .circle_list li:last-child {margin-bottom: 0;}
	.busi05_tit.last_tit { margin-top: 70px;}
	.busi05 .list .text span { margin-top: 2rem;}
	.busi05 .clear .list .text ul.busi05_txt li {font-size: 1.2rem !important;}
	.busi05 .top {text-align: center; margin-top: 150px;}

}
/*mobile end*/




/*추가 - 고충처리*/
	.txtBox210616_01 dd{font-size:16px;}
	.txtBox210616_02 dd{width:100%;height:200px;overflow-y:scroll;border:1px solid #ddd;padding:20px;font-size:16px;}
	.txtBox210616_02 .w18 {width:18px;display:inline-block;}
	.txtBox210616_02 .w27 {width:27px;display:inline-block;}
	label.check {display:inline-block;position:relative;}
	label.check input[type="checkbox"] {display:none;}
	label.check .icon {position:absolute;top:0;left:0;width:28px;height:26px;border:1px solid #ddd;}
	label.check input:checked + .icon{background:url('/pub/images/sub/check_arrow_0616.png') no-repeat 50% 50%;border-color:#3258a4}
	label.check em {padding-left:40px;font-style:normal;font-size:16px;}

@media screen and (max-width: 768px){
	.txtBox210616_01 dd {
	font-size: 12px;
	}
    .txtBox210616_02 dd {
	font-size: 12px;
	line-height: 1.2;
    height: 145px;
	padding: 15px;
	}
    label.check em {
	font-size: 12px;
	padding-left: 30px;
    }
	label.check .icon {
	width: 20px;
    height: 20px;
	}
}





