.popup{
    display: none;
    position: fixed;
    width: 1200px;
    height: 717px;
    left: 50%;
    top: 50%;
    margin:-359px 0 0 -600px;
    z-index: 103;
    background: #fff;
}

.popup h2,
.scroll-pop h2{
    padding-left: 17px;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    background: #333;
	font-family:'Noto Sans KR', 'Noto Sans', 'Open Sans', 'Arial', sans-serif;
}

.popup .close-btn,
.scroll-pop .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    padding: 0;
    background: url('https://www.fgts.org/kor/images/common/btn_close_white.gif') no-repeat center center;
}

/* 마이페이지 */
.mypage.popup{
    width: 1360px;
    height: 826px;
    left: 50%;
    top: 50%;
    margin: -413px 0 0 -680px;
    font-size: 16px;
    z-index: 103;
    background: #fff;
    opacity: 1;
    z-index: 110;
}

.mypage .con{
    padding: 0px;
	margin-top:20px;
}

.mypage .m-inner{
    padding: 15px;
   /* overflow: auto;*/
    height: 759px;
}

.mypage .m-inner::after{
	content:"";
	display:block;
	clear:both;
}

.mypage .m-inner::-webkit-scrollbar {
  width: 6px;
}
.mypage .m-inner::-webkit-scrollbar-track {
  background-color: #ede9e8;
}
.mypage .m-inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #333;
}
.mypage .m-inner::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
/* Firefox scrollbar */
.mypage .m-inner {
  scrollbar-width: thin;
  scrollbar-color: #333 #ede9e8;
}
/* ie 
.mypage .m-inner{
	scrollbar-face-color: #333;
	scrollbar-track-color: #ede9e8;
	scrollbar-arrow-color: none;
	scrollbar-highlight-color: #333;
	scrollbar-3dlight-color: none;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: none;
}*/

.mypage .menu{
    width: 220px;
    float: left;
    margin-right: 10px;
	/*font-family:'Noto Sans KR', 'Noto Sans', 'Open Sans', 'Arial', sans-serif;*/

}

.mypage .menu .m-top{
	margin:10px 0;
    padding-bottom: 15px;
    background: #008600;
	border-top: 2px solid #084572;
	padding-top:10px;
}

.mypage .menu .m-top .icon{
    margin-left: 4px;
    margin-top: 0px;
}

.mypage .menu .m-top .icon a{
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    color: #fff;
}

.mypage .menu .m-top .icon a b{
    color: #fff;
    font-weight: 400;
}

.mypage .menu .m-top .icon a::before{
    content: "";
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url('/layout/mypage/img/my_icon.gif') no-repeat left top;
}
    
.mypage .menu .m-top .icon a.msg::before{
    top: 2px;
    background-position: -15px top;
}
.mypage .menu .m-top .icon a.my::before{
    top: 1px;
    background-position: -30px top;
}

.mypage .menu .select-tab{
    width: 190px;
    margin: 10px auto 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.mypage .menu .select-tab input{
    display: none;
}

.mypage .menu .select-tab input + label{
    width: 50%;
    height: 25px;
    float: left;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 24px;
    outline: none;
    border: 0;
    background: #f8f8f8;
	margin-bottom:0;
}

.mypage .menu .select-tab input:checked + label{
    background: #fff;
}

.mypage .menu .tabcon{
    width: 170px;
    display:block !important;
    margin: 0 auto;
    padding: 9px 10px;
    background: #fff;
}

.mypage .menu .tabcon div{
	display:none;
}

.mypage .menu .m-top select{
    width: 100%;
    height: 29px;
    font-size: 12px;
    color: #666;  
    border: 1px solid #ddd;
    background: url('/layout/mypage/img/select.gif') no-repeat 94% 12px;
}

.mypage .menu .m-top select.borb{
    border-bottom: 0;
}

.mypage .m-content{
    width: 70%;
    float: left;
    min-width: 1030px;
}

.mypage .menu .m-top .link{
    margin-left: 14px;
    margin-top: 14px;
}

.mypage .menu .m-top .link a{
    margin-right: 23px;
    font-size: 14px;
    color: #980008;
    font-weight: 500;
}

.mypage .menu .m-top .link a::after{
    content: 'GO';
    width: 25px;
    height: 15px;
    display: inline-block;
    margin-left: 4px;
    margin-top: -2px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    background: #980008;
}

.mypage .menu .m-top .link a.blog{
    margin-right: 0;
    color: #41880e
}

.mypage .menu .m-top .link a.blog::after{
    background: #7b9f61;
}

.m-lnb{
    width: 220px;
    border-top: 1px solid #ddd;
}

.m-lnb .lnb > a{
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 53px;
    color: #333;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.m-lnb .lnb.on > a {
    font-weight: 500;
    color: #980008;
}

.m-lnb .lnb.on ul {
    display: block;
}

.m-lnb .lnb > a::before {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 25px;
    right: 20px;
    background: url(../img/arr_lnb.png) no-repeat left -5px;
}

.m-lnb .lnb.on > a::before{
    background-position: left top;
}

.m-lnb ul{
    display: none;
    padding: 16px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;

}

.m-lnb ul a{
    position: relative;
    display: inline-block;
    padding-left: 33px;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.8px;
    line-height: 41px;
}

.m-lnb ul li.curr > a{
	font-weight: 500;
    color: #980008;
}

.m-lnb ul a::before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 22px;
    top: 19px;
    background: #980008;
}

.mypage .m-content .tab{
    margin-top: 45px;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mypage .m-content .tab button{
    width: calc(100% / 6);
    height: 34px;
    float: left;
    font-size: 16px;
    line-height: 31px;
    outline: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mypage .m-content .tab button.active{
    color: #fff;
    background: #084572;
    border-right: 1px solid #084572;
    border-bottom: 1px solid #084572;
}

.mypage .m-content .tabcontent{
    display: none;
}

.mypage .m-content .tabcontent div{
    display: block !important;
}

.mypage .box{
	padding:25px 30px;
	background:#f8f8f8;
}

/*원격지원관련*/
.contents_block {
    padding-bottom: 40px;
}
.contents_block h4 {
    font-size: 20px;
    color: #111;
    margin-bottom: 19px;
	 font-weight: 700;
}

.contents_block h4.order{
	    color: #3c73c4;
}

.contents_block  p {
   margin-left:10px;
}

.content_intro {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f4f0e5;
}
.content_intro > p {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
	color:#980008;
}

.content_intro p + .detail_box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #999;
}

.btn_box {
    margin-top: 20px;
}


/*증명서발급 버튼*/
.btn-wrap.guide .btn:hover {
    color: #fff !important;
    background: #980008;
    border: 1px solid #980008;
}

.btn-wrap.guide .btn {
    width: 220px;
    height: 55px;
    margin-right: 20px;
    padding-top: 8px;
    word-break: keep-all;
    text-align: center;
    font-weight: 400;
	color: #980008 !important;
    background: #fff;
    border: 1px solid #980008;
}


/*login*/
.login{
    display: none;
    position: absolute;
    width: 550px;
    height: 485px;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -242px;
    padding: 0 105px;
    overflow: hidden;
    background: #fff;
    z-index: 103;
}

.login h2{
    margin-top: 50px;
    text-align: center
}

.login .close-login{
    position: absolute;
    width: 37px;
    height: 37px;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    background: url('/images/common/btn_close_black.gif') no-repeat center center;
}

.login .txt{
    margin: 40px 0 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.5px;
}


.login input[type="text"],
.login input[type="password"]{
    width: 100%;
    height: 45px;
    margin-bottom: 9px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.login input[type="text"]::placeholder,
.login input[type="password"]::placeholder{
    color: #999;
    font-weight: 300;
}

.login input[type="text"]:focus,
.login input[type="password"]:focus{
    border: 2px solid #980008
}

.login input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right:8px;
    margin-top: -3px;
    vertical-align: middle;
    border-radius: 0;
}

.login input[type="checkbox"] + label{
    font-size: 15px;
    color: #333;
    font-weight: 300;
}

.login button{
    width: 100%;
    height: 50px;
    display: block;
    margin-top: 25px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    background: #333;
}



.contentsArea h3.title {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1rem;
	font-size: 1.5rem;
	color: #222;
	font-weight: 600;
	text-align:left;
}
.contentsArea h3.title::before {
	content: '';
	width: .3rem;
	height: 1.5rem;
	position: absolute;
	left: 0;
	top: 0.15rem;
}

.centered-inline-wrap{
	display:inline-block;border:0px solid red;width:100%;text-align:center;
}
.contentsArea{
	margin:0 auto;
	padding-left:20px;
}

.navU {
    float: right;
	margin-top:-5px;
}
.navL {
    float: left;
}
.navL > a {
    font-size: 14px;
    line-height: 15px;
    padding: 5px 20px 5px 10px;
    background-image: url(https://intra.digiwave.co.kr/image/icon/path_arrow.gif);
    background-repeat: no-repeat;
    background-position: 100% 60%;
}
.navL.last > a {
    padding: 5px 0 5px 10px;
    background-image: none;
}
.navL > a > img {
    vertical-align: middle;
}