@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
*{
    word-break : keep-all;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li, a {
	list-style: none;
	list-style-position: inside;
	padding : 0;
	text-decoration : none;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.container_contents{
    padding : 0;
    margin : 0;
    width : 100%;
}

@media (min-width:1400px){
    .navbar-inverse > .container,
	.main-content .container{
        width: 100%;
        max-width: 1500px;
    }   
}

/* 메뉴 설정 시작 */
.navbar-inverse .divider-vertical, .footer-social-layout {display: none;}
.navbar~ br {display: none;}
.topmarginLay_a {display: none;}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 7px 0px;
    position: relative;
    width: 280px;
}
.navbar-inverse .navbar-brand:after {
    content: "사단법인 대신경제정책연구소";
    color: #1c1f5f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    /* float: left; */
    /* margin-top: 15px; */
    position: absolute;
    width: 100%;
    left: 72px;
    bottom: 11px;
}
.navbar-inverse .navbar-brand:before {
    content: "산업통상자원부";
    position: absolute;
    left: 73px;
    top: 5px;
    font-size: 12px;
    color: #333;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
    margin-right: 8px;
    float: left;
    max-width: 60px;
}
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
	color: #333;
	background-color: rgba(0,0,0,0);
}


/*상단 메뉴 설정 시작*/
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0 15px;
    margin: 15px 0 0;
}
.navbar-brand img {
    margin-top:0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
@media (min-width: 768px){
.navbar-inverse {
    border-bottom: none;
    margin: 0;
    position: static;
    background: #fff;
    top: auto;
}
}
.navbar-inverse .navbar-nav > li > a {
    /*background-color: #1c1f5f;
    color: #fff;*/
    font-size: 15px;
    padding: 12px 8px 13px;
    margin: 15px 5px;
    /*font-weight: 400;*/
    font-weight: 600;
    color: #4e5281;
    letter-spacing: -0.7px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    /*font-weight: 600;
    color: #4e5281;*/
    color: #252a93;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #252a93;
    background: transparent;
    /*color: #4e5281;
    background-color: #fff;
    font-weight: 600;*/
}
.navbar-inverse .navbar-nav > li > a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left:0;
    /*background: #fff;*/
    background: #4e5281;
}
.navbar-inverse .navbar-nav > li > a:hover:after,
.navbar-inverse .navbar-nav > li > a:focus:after,
.navbar-inverse .navbar-nav>.open > a:after {
    /*background: #4e5281;*/
    background: #252a93;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left:50%;
	right:auto;
	transform:translate(-50%, 0);
  }
}
.navbar .navbar-nav > .dropdown > .dropdown-menu {
    padding: 15px 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.dropdown-menu > li > a {
    background-color: #ffffff;
    color: #555;
    padding: 8px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	color: #111;
    text-decoration: none;
    background-color: #f8f8f8;
    font-weight: 500;
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill, .carousel-inner .item .fill {
    height: 320px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    top: 48%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 100%;
    width: auto;
	left: 0; right: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: inherit;
    display: block;
    line-height: inherit;
    color: inherit;
}
.carousel-caption h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    color: #fff;
}
.carousel-caption p {
    margin: 15px 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: 350;
    color: #fff;
    letter-spacing: -0.01em;
}
.carousel-inner > .item:nth-child(2) p {
    color: #fff;
}
.fill p span strong {
    letter-spacing: -0.04em;
    padding-right: 8px;
}
.carousel-control.left { background: url(/skin/img/slide/arrow_prev.png) no-repeat center; }
.carousel-control.right { background: url(/skin/img/slide/arrow_next.png) no-repeat center; }
.carousel-control .glyphicon { display: none; }
.carousel-indicators {
    bottom: 20px;
    margin: 0;
    left: auto;
    width: 100%;
}
.carousel-indicators li {
    margin: 0 5px !important;
    width: 11px !important;
    height: 11px !important;
    border: none;
    box-shadow:0 1px 1px rgba(0,0,0,0.4);
    background:#fff;
}
.carousel-indicators .active {
    background: #e08908;
    margin: 0 5px !important;
}

.box-graph {
    top: 12px;
    /*top: 10px;*/
    right: 30px;
    width: 360px;
    position: absolute;
    padding: 10px;
    background: #f8f8f8;
}
.box-graph > h3 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.6;
}
.box-graph > p {
    margin: 0 0 15px;
    font-size: 13px;
    color: #777;
    letter-spacing: -0.5px;
}
.box-graph > h3 span {
    font-size: 15px;
    color: #579c81;
}
.box-graph > h3 span:last-child {
    color: #7f7f7f;
}
/* 0824 */
.box-graph > h3.line-0824{font-size: 13.8px;}
.box-graph > h3.line-0824 span{font-size: 14.8px;}

/*main-content*/
.main-content {
    padding: 20px 0;
}
.main-content h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 5px;
}
.main-content h3 + p {
    font-size: 13px;
    color: #777;
    letter-spacing: -0.5px;
    margin: 0;
}
.main-content h3 + p strong{color:#333;font-weight: 500;}
.main-content .se1{
    background : #fff;
}
.main-content .se1 .col-sm-10{padding-top: 25px;}
.main-content .se1 .col-sm-10 > .col-sm-4{padding-right: 0;}
.main-left {
    margin: 0;
    padding: 20px 20px 22px;
    background: #f8f8f8;
}
.main-left > .row {
    margin: 0;
}
.main-left > .row > .col-sm-12 {
    padding: 0;
}
/*
.main-right h3{
    font-size: 18px;
}
.main-right .con-t-box{
    margin: 0 0 15px 0;
}
*/
.con-t-box{position: relative;}
.con-t-box a{    position: absolute;
    left: 130px;
    top: 0;
    font-weight: 700;
    color: #333;}
.con-t-box,.article-right{
    margin : 0 0 25px 0;
}
.con-t-box{ margin : 0 0 15px 0;}
.main-left .con-t-box h3, 
.main-right .con-t-box h3 {
    margin: 0 0 5px;
}
.con-t-box span{
    /*font-size: 17px;*/
    font-size: 15px;
    color : #579c81;
}
.con-t-box span:last-child{
    /*font-size: 16px;*/
    font-size: 15px;
	color: #7f7f7f;
}
.main-left .sub-box{
    height: 180px;
    border-radius:3px;
}
.main-left .col-xs-4{
    padding : 0 3px;
}
.main-left .col-xs-4:nth-of-type(2) .sub-box{
    background: #252a93;
    padding-top: 20px;
}
.main-left .col-xs-4:nth-of-type(3) .sub-box{
    background: #10a762;
    padding-top: 20px;
}
.main-left .col-xs-4:nth-of-type(4) .sub-box{
	background: #dd8d17;
	padding-top: 20px;
}
.main-left .sub-box a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding-top: 40px;
}
.main-left .sub-box p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}
.main-left .sub-box i {
    font-family: "FontAwesome";
    font-style: inherit;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    opacity: 0.8;
}
.main-left .sub-box02 a {
    height: auto;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: .8;
    margin-bottom: 3px;
    LINE-HEIGHT: 1.1;
}
.main-left .sub-box02 a:hover{opacity: 1;}
.main-left .sub-box a:hover i {
    opacity: 1;
}
/*
.main-right img{
    border : 1px solid #eee;
    margin: 0;
}
*/
.article-right {
    margin: 25px 0 0;
    /*padding: 0;*/
    padding: 0 0 0 30px;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 230px; */
    /* justify-content: space-between; */
}
.article-right > div {
    width: 20%;
    padding-left: 0;
    margin: 45px 0px 35px;
    text-align: center;
}
.article-right a {
    display: block;
    width: 100%;
     margin: 0 0 4px; 
    /*height: 68px;*/
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.5px;
     /*line-height: 42px; */
    border: 1px solid #e0e0e0;
}
.article-right a:hover {
    border: 1px solid #4e5281;
    background: #f2f2f5;
    color: #4e5281;
}
.article-right img {
    width: 100%;
}
/* .notice-prev {
    width: 100%;
    height: 165px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    line-height: 158px;
    font-size: 22px;
    text-align: center;
    color: #888;
}*/
.intro-board-widget-layout,
.list-row-contents,
.panel-body .row-separator{
    display: none;
}
.front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 15px;
}
.dh-alert {
    margin: 50px;
    font-size: 16px;
}
.dh-front-list2 h6{
    padding-bottom: 6px;
}
.dh-front-list2 .list-row-subject{
    font-weight: 400;
    font-size: 14px;
    color: #333;
    letter-spacing: -1px;
	display: inline-block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dh-front-list2 .list-row-regdate{
    float: right;
    font-weight: 400;
    color: #888;
}
.label-danger{
    padding: 1px 4px;
}
.dh-front-list2-words{
    padding: 0;
    margin-top: 7px;
}
.dh-front-list2 .panel-body {
    padding:0 15px 0 0;
}
.btn.active, .btn:active {
	box-shadow:none;
}
/* subpage setting */
.sub-layout{
    width : 100%;
    padding : 0;
    margin : 0;
}
.pageheader {
    height : 290px;
    background: #000 url("/skin/img/sub/subTop.jpg") no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 100px 0 10px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.pageheader p{
    text-align : center;
    color : #fff;
}
.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    margin: 12px 0 0;
    color: #fff;
    text-align: center;
}
.breadcrumb li{
    opacity: 0.7;
}
.breadcrumb .active{
	color : #fff;
	opacity: 1;
}
.snb {
    margin-top: -56px;
}
.snb ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb li{
	/* float:left; */
	width:100%;
	position : relative;
}
.snb ul > li:last-child a {
    border-right: none;
}
.snb li:last-child::before{
    content : none;
}
.snb a {
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -0.5px;
    background: rgba(78, 86, 129, 0.75);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.snb .active a {
	background:#4e5681;
    font-weight: 500;
    color: #fff;
}
.subpage-content{
    padding-bottom: 100px;
}
.subpage-content .title h3 {
    font-size: 40px;
    text-align: center;
    color: #222;
    margin: 0 0 50px;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    font-weight: 400;
    letter-spacing: -1px;
}
/* ----- table style ----- */
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #444;
	text-align : center;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 20px !important;
    border-bottom: 1px solid #dedede !important;
    border-right: 1px solid #dedede;
    letter-spacing: -0.5px;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.table-style tr th {
	color: #333;
	text-align: center;
	border-left : 1px solid #dedede;
}
.table-style thead tr,.table-title{
	background: #f8f8f8;    
}
.table-style thead tr td {
    font-weight: 500;
    color: #444;
    font-size: 15px;
}
.table-style tr td {
	color: #585858;
	border-left : 1px solid #dedede;	
}
/*intro01-page*/
#intro01 .se2 img {
    float: right;
}
.greet {
    margin: 0;
}
.greet .quote {
    letter-spacing: -1px;
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}
.greet .quote span {
    color: #4e5681;
}
.greet p {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #585858;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 20px;
}
.greet p:nth-last-child(2){
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 20px 0 0;
}
.greet p.text-right{  font-family: 'noto serif', serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 20px 100px 0 0;
    letter-spacing: 0.1em;}

.greet p.text-right span{       letter-spacing: 0.02em;
    line-height: 1;
    margin-left: 15px;
    font-size: 32px;} 
/*intro02-contact-page*/
.root_daum_roughmap {
    width: 100% !important;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #555;
}
.location-li span {
    float: left;
    width: 14%;
    display: inline-block;
    font-weight: 500;
    color: #222;
}
.location-li span i {
    margin-right: 10px;
    color: #4e5681;
    display: inline-block;
    width: 15px;
    text-align: center;
}
.location-li .detail {
    width: 86%;
    display: inline-block;
}
/*cal-page*/
.se1 .cal-title:nth-child(2) div::after{
    content : "\f063";
    font-family : 'fontawesome';
    position : absolute;
    bottom : 0;
    left : 50%;
    transform : translate(-50%);
    font-size : 50px;
}
/* .cal-title > div{
    padding : 15px 0 0 15px;
    border : 1px solid #ddd;
    height : 220px;
} */
.cal-title:nth-child(2) > div {
    border: none;
    padding-bottom: 100px;
}
.cal-title h4{
    text-align : left;
}
.cal-title:nth-child(2) h4,
.cal-title:nth-child(2) p{
    text-align : center !important;
}
.cal-title:nth-child(2) h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
.cal-title p {
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #444;
    margin: 0;
    line-height: 1.7;
}


.cal-title1 > div {
    text-align: center;
    background: #f2f2f5 url(/skin/img/sub/title_bg.png) no-repeat center top;
    padding: 40px 50px;
    margin: 0 0 40px;
}
.cal-title1 > div p, 
.cal-title1 > div h4 {
    text-align: center;
}
.cal-title1 > div h4{
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: 600;
}
.cal-title1 > div p {
    font-size: 17px;
    line-height: 1.6;
}


.ex-con > div {
    margin-top: 50px;
	margin-bottom:30px;
}
.se2 .ex-con > div {
    margin-top: 0;
}
.ex-con h5 {
    font-size: 26px;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
}
.ex-con h5:before{
	content: "\f00c";
    font-family: "fontawesome";
    color: #4e5281;
    padding-right: 4px;
}
.se1 .cal-title:nth-child(2) div::after {
    content: "\f063";
    font-family: 'fontawesome';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
}
.ex-con p {
    font-size: 17px;
    margin: 0;
    letter-spacing: -0.5px;
    color: #444;
    font-weight: 500;
}
.ex-con .ex-list{
    display : inline-block;
    text-align : left;
    font-size : 18px;
    margin-top :10px; 
}
.ex-con .ex-list li{
    padding : 5px 0;
}
@media (min-width: 768px){
.main-con {
    border-bottom: 1px dashed #e0e0e0;
    padding: 35px 35px 20px;
    background: #f8f8f8;
}
}
.main-con p {
    font-size: 15px;
    color: #515151;
    letter-spacing: -0.5px;
    line-height: 1.75;
}
.main-con ul {
    padding: 0;
    margin: 20px 0 5px;
}
.main-con ul li {
    padding-bottom: 15px;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #585858;
    line-height: 1.5;
}
.main-con ul li span {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 3px 0;
    color: #333;
    letter-spacing: -0.5px;
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .box-graph {
        right: auto;
        left: 55px;
        position: relative;
    }
    .main-content {
        margin-top: 245px;
    }
    .article-right {padding: 0;}
}
@media (min-width: 768px){
.space{
    display: inline-block;
    margin-left: 10px;
    height: 100%;
}
}
.main-con .inner-con {
    font-weight: 400;
    padding: 10px 0 0 0;
    line-height: 1.5;
}
.exception {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.exception > div {
    width: 33%;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #cccee0;
    color: #4e5281;
    background: #f1f2fb;
}
.exception > div h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.exception > div p {
    margin: 0;
    letter-spacing: -0.3px;
}
/*adjust-page*/
#judge .adjust-title p{
    line-height : 2;
}
.adjust-con {
    margin-bottom: 45px;
}
.adjust-title p {
    font-size: 17px;
    text-align: center;
    background: #f2f2f5 url('/skin/img/sub/title_bg.png') no-repeat center top;
    padding:40px 50px;
    letter-spacing: -0.5px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 40px;
}
.adjust-title span{
    font-weight : 600;
}
.adjust-con p {
    position: relative;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #585858;
    line-height: 1.7;
    padding-left: 0;
}
.adjust-con h5 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    letter-spacing: -0.5px;
}
.adjust-con h4 {
    font-size: 26px;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}
.adjust-con h4:before {
    content: "\f00c";
    font-family: "fontawesome";
    color: #4e5281;
	padding-right:6px;
}
.adjust-con ul{
    padding : 0;
    margin : 0;
}
.adjust-con ul li {
    padding-bottom: 5px;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #585858;
    line-height: 1.5;
    padding-left: 23px;
    position: relative;
}
.adjust-con ul li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #555;
    position: absolute;
    left: 16px;
    top: 10px;
    border-radius: 50%;
}
#adjust02 .adjust-con {
    margin-bottom: 15px;
}


/*claim-page*/
#claim .adjust-title, .subpage[id^='policy'] .adjust-title{
    display : flex;
}
#claim .adjust-title:before, .subpage[id^='policy'] .adjust-title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    left: 50%;
    top: 0;
}
#claim .adjust-title h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: 600;
}
#claim .adjust-title > div, .subpage[id^='policy'] .adjust-title > div {
    font-size: 17px;
    text-align: center;
    background: #f2f2f5 url(/skin/img/sub/title_bg.png) no-repeat center top;
    padding: 40px 50px;
    letter-spacing: -0.5px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
	flex-basis : 50%;
}
#claim .adjust-title > div p {
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
}
#claim .claim-con > div {
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #cccee0;
    color: #4e5281;
    background: #f1f2fb;
    text-align: center;
    padding: 35px 20px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 50px;
}
#claim .claim-con h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
    letter-spacing: -0.2px;
}
#claim .claim-con p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin: 0;
}
.cert-title + .cert-title {
    margin-top: 15px;
}


/*bidding-page*/
#bidding .adjust-con > p{
    font-size : 18px;
    font-weight : 500;
    margin : 0;
    text-align : center;
    margin : 15px 0 0 0;
}
#bidding .bidding-con h4{
    position : relative;
}
/*cert-page*/
#cert .cert-title img {
    margin: 0 auto 30px;
} 
#cert .se2 {
    margin-top: 50px;
}
.cert-title h4 {
    font-size: 26px;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}
.cert-title h4:before {
    content: "\f00c";
    font-family: "fontawesome";
    color: #4e5281;
    padding-right: 4px;
}
.cert-title h5 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    letter-spacing: -0.5px;
}
.cert-title p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #585858;
    line-height: 1.75;
    letter-spacing: -0.5px;
}
/*dev-money-page*/
#dev-money .dev-fun {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #cccee0;
    color: #4e5281;
    background: #f1f2fb;
    text-align: center;
    padding: 12px 20px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 35px;
}
/* 공지사항 */
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #4e5281;
    border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #84BE28;
}

.table-style tr th,
.table-style tr td {
	padding: 15px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
    padding:10px 30px!important;
	color: #333;
	text-align: center;
    white-space: nowrap;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
/*footer*/
.footer-img {
    padding-bottom: 30px;
}
.footer_copy > div {
    text-align: left;
    background: #f0f0f0;
    color: #888;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.3px;
}
.footer_copy ul {
    margin: 0;
    padding: 30px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.footer_copy ul li {
    margin-bottom: 2px;
    padding: 0 5px;
}
.footer_copy ul li:last-child{
	flex-basis : 100%;
}
.footer_copy .copy {
    margin: 3px 0 0;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}
.footer_copy .container + br {
    display: none;
}
.footer_copy .container .row > div{
    display : flex;
}
.footer_copy a{
    display: block;
    height: 100%;
    padding: 20px 30px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}
.footer_copy a p{
    margin : 0;
    padding: 18px 0;
}
.footer_copy .ask-box{
    flex-basis: 45%;
    background : green;
}
.footer_copy .contact-box{
    flex-basis: 45%;
    background : purple;
}
/* login */
.login-layout, .id-find-layout, .pw-find-layout {
    background: #f8f8f8;
    padding: 110px 15px 110px;
    margin-top: -30px;
}
.login-layout .panel, .id-find-layout .panel, .pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border: 1px solid #d5d5d5;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
    border-radius: 0;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #4e5281;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #4e5281;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #222;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

/* mobile */
@media (max-width:768px){
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide{margin-top: 35px;}
	/*.container_slide,*/.sub-layout{margin-top: 68px;}
	
    /* 모바일 상단메뉴 */
	.navbar-header{background: #fff;}
	.navbar-header .navbar-brand{
    	margin: 11px 0 0 15px !important;
    }
	.navbar-brand img{
   		width: 50px;
 	}
	.navbar-inverse {
		border-bottom: none;
	}
	.navbar-inverse .navbar-brand:before {
    	top: 0;
    	left: 58px;
	}
	.navbar-inverse .navbar-brand:after {
    	width: auto;
        top: 20px;
        left: 55px;
		font-size: 18px;
	}
	.navbar-inverse .navbar-toggle {
    	margin: 16px 16px;
   		background: #fff;
   		border: none;
   	}
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
		/* width: 28px; */
		/* height: 3px; */
		background-color: #555;
	}
    .navbar-inverse .navbar-toggle:focus .icon-bar{
        background-color: #555;
	}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 415px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px;padding: 0;display: block;}
	.navbar-inverse .navbar-nav > li:nth-child(11),
	.navbar-inverse .navbar-nav > li:nth-child(12),	
	.navbar-inverse .navbar-nav > li > a:after {display:none;}
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
		padding: 10px 30px;
		font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #15173e;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
        text-align: left;
    }
	.navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #698378;
        border-bottom: 1px solid #444;
    }
	.navbar .navbar-nav > .dropdown > .dropdown-menu {
		padding: 0;
		border: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        font-size: 15px;
        color: #fff;
        padding: 5px 40px;
        letter-spacing: -0.03em;
        text-align: left;
        background: #545454;
        line-height: 30px;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #545454;
	}
	
    /* 모바일 배너이미지 */
    /* .container_contents .col-sm-12{padding:0;} */
    .container_slide > .fill, 
	.carousel-inner .item, 
	.carousel-inner .item .fill{height: 250px;}
	.carousel-caption {top: 47%;}
	.carousel-caption h1 {font-size: 22px;}
	.carousel-caption p {font-size: 14px;}
	.carousel-indicators {bottom: 15px;}

	/* 모바일 메인이미지 */
	.main-content,
	.main-content .se1 .col-sm-10 > .col-sm-4{padding: 0 0 35px;}
    .main-content {margin-top: 265px;}
	.main-left .sub-box {height: 115px;}
	.main-left .sub-box a {padding-top: 23px;}
	.main-left .sub-box i {font-size: 40px;}
	.front-panel>.panel {margin: 0;}
	.dh-front-list2 .list-row-subject {font-size: 15px;}
	.dh-front-list2 .list-row-subject {
		display: inline-block;
		width: 75%;
		white-space: nowrap;
		overflow-x:hidden;
		text-overflow: ellipsis;
	}
    .box-graph {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-right {margin-top: 20px;}
	.main-right img {margin: 0;}
    .article-right {margin:0;padding:0;}
	.article-right a {text-align: center;}
	.article-right img {width: 60%;}
    
    
	/* 모바일 푸터 */
	.footer_copy .container .row > div {padding: 0;}
	.footer_copy ul {width: auto;}
	
	/* 모바일 서브페이지 */
	.subpage-content{padding-bottom: 30px;}
	.subpage .pageheader {height: 200px;}
	.pageheader h2 {margin: 60px 0 0; font-size: 30px;}
	.breadcrumb{margin: 5px 0 0;}
	.breadcrumb>li+li:before {padding: 0;}
	.snb {margin-top: -45px;}
	.snb>div{padding: 0;}
	.snb a {
		height: 45px;
		line-height: 45px;
		font-weight: 400;
		font-size: 14px;
    	letter-spacing: -1.5px;
	}
	.subpage-content .title h3 {
	    margin: 0;
		font-size: 24px;
		border: none;
	}
	#intro01 .greet .quote {font-size: 22px;}
	#intro01 .greet p,
	#intro01 .greet p:nth-last-child(1){font-size: 15px;}
	#intro01 .greet .col-sm-5{display: none;}
	
	#intro02 iframe,
    #intro02 .root_daum_roughmap,
    #intro02 .root_daum_roughmap .wrap_map{height: 200px !important;}
    .location-li li {
        padding: 15px 5px;
    }
	#intro02 .location-li li:first-child{
	    letter-spacing: -1px;
    	font-size: 14px;
	}
    #intro02 .location-li span {
        width: 32%;
    }
    .location-li .detail {
        width: 68%;
    }
	#intro02 .xs-span{
	    font-size: 13px;
    	/*display: block;
    	margin: -15px 0 10px 111px;*/
	}
	/* 모바일 원가계산 */
	.cal-title p,
	.cal-title1 > div p,
	.ex-con p,
	.ex-con .ex-list{font-size: 15px;}
	.cal-title1 > div{padding: 25px 15px;}
	.cal-title1 > div h4 {font-size: 17px;}
	.cal-title:nth-child(2) > div {padding-bottom: 80px;}
	.se1 .cal-title:nth-child(2) div::after {font-size: 30px;}
	.ex-con h5 {font-size: 19px;}
	.ex-con > div {margin: 20px 0 0;}
	.ex-con p {margin-bottom: 15px;}
	.main-con ul {margin: 20px 0 0;}
	.main-con ul li span {font-size: 16px;}
	.ex-con .ex-list{margin: 0;}
	.exception > div {
		padding: 25px 5px;
    	text-align: center;
	}
	.exception > div h5 {
		font-size: 16px;
		letter-spacing: -1px;
	}
	.exception > div p {letter-spacing: -1px;}
	
	/* 모바일 계약금액조정 */
	.adjust-title p {
		padding: 25px 15px;
    	margin: 0px 0 25px;
		font-size: 15px;
	}
	.adjust-con {margin-bottom: 25px;}
	.adjust-con h4 {
		font-size: 17px;
		letter-spacing: -1px;
	}
	
	/* 모바일 건설분쟁 */
	#claim .adjust-title > div {
	    width: 50%;
    	padding: 20px 15px;
	}
	#claim .adjust-title h4,
	.cert-title h5{font-size: 17px;}
	#claim .adjust-title > div p {letter-spacing: -0.7px;}
	#claim .claim-con p {font-size: 15px;}
	.cert-title h4 {font-size: 19px;}
	
	/* 모바일 입찰 */
	/* Mobile 스크롤바 나타내기 */
	::-webkit-scrollbar {-webkit-appearance: none;}
    ::-webkit-scrollbar:vertical {width: 12px;}
    ::-webkit-scrollbar:horizontal {height: 12px;}
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
	
	#cert .se2 {margin-top: 15px;}
	#dev-money .dev-fun {padding: 12px 11px;}
	
	/* 모바일 공지사항 */
	#notice .use-attached th:last-child,
	#notice .use-attached td:last-child{display: none;}
	.dh-margin-topx2 {margin:0;}
	#notice .page-header h4 {
		font-size: 17px;
		letter-spacing: -1px;
	}
	#notice .dh-attach {padding: 0;}
	#notice .dh-attach+div{padding: 20px 0 !important;}
	/* 모바일 로그인 */
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(min-width:768px){
    .main-content .col-sm-10 > .col-sm-3{padding-right: 0;width: 30%;}
    .main-content .col-sm-10 > .col-sm-5{padding-right: 0;width: 37.666667%;}
    .main-content .col-sm-10 > .col-sm-4{width: 32.333333%;}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .article-right img{width: 188px;}
}
@media (min-width: 1700px) {
    .box-graph{right: 242px;}
}

/* join page */
.join-layout, .join-view-layout {
    background:#b5b5b5 url(/skin/img/sub/login_bg.jpg) no-repeat;
    background-size: cover;
    background-position-y: 0;
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.join-layout:before,
.join-view-layout:before{
	content:'회원가입';
	position: absolute;
    left: 50%;
    top : 7%;
    transform: translatex(-50%);
    color: #fff;
    font-size: 32px;
    letter-spacing: -0.02em;
}
.join-layout > .row, 
.join-view-layout > .row{
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    max-width: 100%;
    padding: 50px;
    background: rgba(255,255,255,0.85);
    box-shadow: 3px 8px 12px rgba(0,0,0,0.2);
    border-radius : 4px;
}
.join-layout .jumbotron {
    display : none;
    background: rgba(255,255,255,0.85);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display:none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background :rgba(242, 242, 242, 0);
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.85);
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #444444;
    border: 1px solid #444444;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    color: #fff;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #eb2d2f;
    background: #eb2d2f;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
}
.join-layout .form-horizontal .panel-heading {
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.02em;
    color: #333;
    font-size: 18px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left 2px;
    padding-left: 21px;
    margin: 0 0 15px;
    border: none;
    line-height: 1.1;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .form-group .control-label .text-danger {
    color: #2a72e7;
    font-weight: 400;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #e3e3e3;
    background: #e3e3e3;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #444444;
    background: #444444;
    border-radius : 5px;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #eb2d2f;}

.dh-view-box .dh-attach + .col-xs-12{padding:10PX 20px !important}

/*2020-09-17*/
#policy .cert-title ul{    font-size: 15px;
    border: 1px solid #cccee0;
    background: #f1f2fb;
    padding: 35px 20px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 50px;}
#policy .cert-title ul li{font-size: 16px;
    margin-bottom: 5px;}

.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.main-center{
    padding: 22px 20px 0;
    background: #f8f8f8;
    }
.main-right{
    /*padding: 21px 20px 23px;
    background: #f8f8f8;*/
    padding: 0;
}
.main-right img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}
.main-right h3 {
    margin: 0 0 12px;
}
.main-right a{
    width: 100%;
    display: inline-block;
    border: 1px solid #e0e0e0;
}
.main-right a:hover{border-color:#4e5281;}
.subpage[id^='policy'] .adjust-title ul{
    display: inline-block;
    text-align: left;}
.subpage[id^='policy'] .adjust-title ul li{margin-bottom: 7px;}
.dh-view-box .dh-attach h6 a{        margin: 0 0 5px;
    float: none;
    display: block;
    text-align: left;
    position: relative;
    left: 65px;
    top: -11px;
}
.dh-view-box .dh-attach h6 b{    float: none;
    text-align: left;
    display: inline-block;}
.dh-view-box .dh-attach h6{    text-align: left;
    margin-top: 0;}
    
.dh-popup.pull-center.myModal19{    top: 25%;}
.myModal19 img, .myModal20 img, .myModal21 img{width: 620px;}