@charset "utf-8";

@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:100;
    src: local('PAPERLOGY-1THIN'),
    url('/resource/estimate/fonts/PAPERLOGY-1THIN.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-1THIN.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:200;
    src: local('PAPERLOGY-2EXTRALIGHT'),
    url('/resource/estimate/fonts/PAPERLOGY-2EXTRALIGHT.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-2EXTRALIGHT.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:300;
    src: local('PAPERLOGY-3LIGHT'),
    url('/resource/estimate/fonts/PAPERLOGY-3LIGHT.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-3LIGHT.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:400;
    src: local('PAPERLOGY-4REGULAR'),
    url('/resource/estimate/fonts/PAPERLOGY-4REGULAR.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-4REGULAR.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:500;
    src: local('PAPERLOGY-5MEDIUM'),
    url('/resource/estimate/fonts/PAPERLOGY-5MEDIUM.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-5MEDIUM.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:600;
    src: local('PAPERLOGY-6SEMIBOLD'),
    url('/resource/estimate/fonts/PAPERLOGY-6SEMIBOLD.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-6SEMIBOLD.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:700;
    src: local('PAPERLOGY-7BOLD'),
    url('/resource/estimate/fonts/PAPERLOGY-7BOLD.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-7BOLD.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:800;
    src: local('PAPERLOGY-8EXTRABOLD'),
    url('/resource/estimate/fonts/PAPERLOGY-8EXTRABOLD.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-8EXTRABOLD.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family:'PAPERLOGY';
    font-style: normal;
    font-weight:900;
    src: local('PAPERLOGY-9BLACK'),
    url('/resource/estimate/fonts/PAPERLOGY-9BLACK.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/resource/estimate/fonts/PAPERLOGY-9BLACK.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* common */
:root{
    --color-base:#333;
    --color-point:#024c91;
    --color-white:#fff;
    --font-pretendard:'Pretendard', Sans-serif;
    --trans-ani:0.3s ease 0s;
}


/* ------------------------------------------ 사이트별 개별설정-------------------------------------------------------- */
h4{font-size:24px; margin-bottom:15px;line-height:1.2em;}
h5{font-size:20px;color:#111;margin-bottom:20px;line-height:1.2em;}
h5 > span{ display: inline-block; position: relative;}
h5 > span:after{ position: absolute; display:block; content: ''; width: 100%; height: 10px; bottom: 0; left: 0; background: #e1e1ff; z-index: -1;}


@media all and (max-width:767px) {

	h4{background:url("/resource/estimate/images/h5_bg.png") no-repeat left 4px;background-size:16px; font-size:20px; margin-bottom:10px;}
	h5{font-size:17px;  margin:20px 0 10px 0;}
	h5 > span:after{height: 6px; }
}
/* ul */
.cul{line-height:1.6em;margin-left:10px;}
.cul li{ background:url(/resource/estimate/images/dot01.gif) left 11px no-repeat; padding-left:10px;}
.cul li ul{ margin-left:10px;}
.cul li ul li{background:url(/resource/estimate/images/icon01.gif) left 5px no-repeat; padding-left:10px;}
ul .bg_none{ background:none;}
ul li.bg_none ul{margin-left:0px;}
ul li.bg_none ul li{ background:none;}

@media all and (max-width:767px) {
	.cul li{ font-size: 14px;}
}

/* ul */
.cdl{line-height:1.6em;}
.cdl dt{background:url("/images/inc/h6.png") no-repeat left 3px; padding-left:22px;font-size:17px;color:#000000;line-height:1.2em; margin-bottom:10px;}
.cdl dd{background:url(../images/board/icon06.gif) left 8px no-repeat; padding-left:10px; margin-left:10px;}

@media all and (max-width:767px) {
	.cdl dt{background:url("/images/inc/h6.png") no-repeat left 2px; font-size:15px;}
	.cdl dd{font-size:14px;}
}


/* 테이블 */
.over_table{overflow-x:auto; position:relative;}
.ctable{width:100%; border-right: 2px solid #fff;border-left: 2px solid #fff;}
.ctable th{background:#f4f4f4; color:#000; font-size:15px;border:1px solid #e7e7e7;}
.ctable td{text-align:center; font-size:16px;line-height:1.5em;border-top:none;border:1px solid #e7e7e7; word-break:keep-all;}
.ctable thead th{padding:10px;border-top:1px solid #555;}
.ctable tbody th{background:none;}
.ctable tbody td{color:#555;padding:10px;}
.ctable tbody td table{border-top:1px solid #323a47}
table tbody td.al{text-align:left;}
.table_al tbody td{text-align:left; }

@media all and (max-width:767px) {
	.over_table:before{ position:absolute; top:0px; right:0%; display:block; content:'표를 좌우로 움직여 확인하세요'; text-align:center; font-size:12px; background:rgba(0,0,0,0.7); color:#fff; padding:0 10px;}
	.over_table .ctable{width:710px;}
	.ctable th{font-size:13px;}
	.ctable td{font-size:14px;line-height:1.3em;}
}


/* 탭 */
.ctab{margin-bottom:50px;}
.ctab *{ box-sizing:border-box;}
.ctab ul{ position: relative; font-size:0; text-align:center;}

.ctab li{ display:inline-block; font-size:17px; text-align:center; padding:1px;}
.ctab li a{display:block;padding:15px;  color:#343451; background: #c5ceda;border-radius: 8px;}
.ctab li a:hover, .ctab li a:focus{color:#343451;font-weight:500;}
.ctab li.active a{font-weight:500; color:#fff; background: #343451;}


.ctab ul.col8 li{width:12.5%}
.ctab ul.col7 li{width:14.28%}
.ctab ul.col6 li{width:16.66%}
.ctab ul.col5 li{width:20%}
.ctab ul.col4 li{width:25%}
.ctab ul.col3 li{width:33.333%}
.ctab ul.col3_2 li{width:33.333%}
.ctab ul.col2 li{width:50%}


@media all and (max-width:1023px) {
	.ctab ul{text-align:left;}
	.ctab li{width:33.33%}
	.ctab ul.col6 li{width:33.33%}
	.ctab ul.col5 li{width:33.33%}
	.ctab ul.col8 li{width:25%}
	.ctab ul.col3_2 li{width:100%}

}

@media all and (max-width:767px) {
	.ctab{margin-bottom:30px;}
	.ctab li{width:50%;font-size:15px;}
	.ctab li a{padding:10px;}
	.ctab ul.col3 li{width:33.33%}
	.ctab ul.col4 li{width:50%}
	.ctab ul.col5 li{width:33.33%}
	.ctab ul.col8 li{width:50%}
}
@media all and (max-width:480px) {
	.ctab ul.col6 li{width:50%}
}


/* 설명 박스 */
.bbs_info{background: linear-gradient(135deg, #2992cf, #88c061); padding: 3px; border-radius: 15px; margin-bottom: 50px;}
.bbs_info > div{ background: #fff;border-radius: 12px;padding: 20px 30px;}
.bbs_info ul li{ background: url("/resource/estimate/images/icon09.gif") left 5px no-repeat; padding-left: 15px;font-size: 15px;}
.bbs_info .bg_none{ background: none;}

@media all and (max-width :767px) {
.bbs_info > div{ padding: 15px 20px;}
.bbs_info ul li{ background: url("/resource/estimate/images/icon09.gif") left 6px no-repeat; font-size: 14px;}	
}

@media all and (max-width :640px) {
  .bbs_info{margin-bottom:35px;}
}


/* --------- 진행순서 ------------- */

.process{ margin-bottom: 50px;}
.process *{ box-sizing: border-box;}
.process ul{font-size: 0;}
.process ul li{ position: relative; display: inline-block; width: 17%; margin: 0 1.5%; font-size: 16px; text-align: center; border-radius: 50px; border:3px solid #d6eec6; background: #ebf7e3 url("/resource/estimate/images/process_bg.png") left top no-repeat; min-height: 100px; vertical-align: middle;}
.process ul li span{ position: absolute; top: 50%; left: 50%; width: 80%; transform: translate(-50%,-50%); word-break: keep-all; color: #111;  font-weight: 500;}
.process ul li:before{position: absolute; display: inline-block; content: ''; background: url("/resource/estimate/images/process_arrow.png") center no-repeat; width: 15px; height: 25px; right: -25px; top: 50%; transform: translateY(-50%); z-index: 11; opacity: 0.3;}
.process ul li:last-of-type:before{ display: none;}


@media all and (max-width:1023px) {
	.process ul li{ width: 27%; margin: 0 3%; margin-bottom: 10px;min-height: 80px;}
	.process ul li:before{right: -30px;}
}

@media all and (max-width:640px) {
  .process{ margin-bottom: 35px;}
}

@media all and (max-width:600px) {
	.process ul li{ width: 44%; margin: 0 3%; margin-bottom: 10px; font-size: 14px;min-height: 60px;}
	.process ul li span{ width: 90%;}
	.process ul li:before{right: -20px; background-size: 10px;width: 10px;}
}
/* ------------------------------------------ 기본설정 -------------------------------------------------------- */




/* 폰트 컬러 : 상황에 따라 추가 가능 */
.fc_red{color:#ff0000 !important;font-style:normal}
.fc_blue{color:#0054bc !important;font-style:normal}
.fc_green{color:#00aa44 !important;font-style:normal}
.fc_gray{color:#5f5f5f !important;font-style:normal}
.fc_white{color:#ffffff !important;font-style:normal}
.fc_black{color:#000000 !important;font-style:normal}
.fc_navy{color:#111632 !important;font-style:normal}
.fc_yellow{color:#FFFD00 !important;font-style:normal}


/* 폰트 사이즈 : 기본적으로 작성은 되어있으나 사용여부는 디자이너 판단 */
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px}
.fs14{font-size:14px;}


/* 기본 마진 : 상황에 따라 추가 가능 */
.m00{margin:0 !important}

.ml00{margin-left:0 !important}
.ml05{margin-left:5px !important}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}

.mr00{margin-right:0 !important}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}

.mt00{margin-top:0 !important}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}

.mb00{margin-bottom:0 !important}
.mb05{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:30px !important}
.mb50{margin-bottom:50px !important}
.mb100{margin-bottom:100px !important}

@media all and (max-width:640px) {
	.mb50{margin-bottom:35px !important}
}


/* 기본 패딩 : 상황에 따라 추가 가능 */
.p00{padding:0 !important;}

.pb00{padding-bottom:0px !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}

.pl0{padding-left:0px !important}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

.pr00{padding-right:0px !important}
.pr10{padding-right:10px;}
.pr20{padding-right:10px;}
.pr30{padding-right:10px;}

.pt00{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt100{padding-top:100px !important}


/* 컨텐츠 float */
.fl{float:left;}
.fr{float:right;}

/* 이미지 및 컨텐츠 정렬 시. */
.ac{text-align:center !important}
.ar{text-align:right !important}
.al{text-align:left !important}

.blind{display:block;overflow:hidden;position:absolute;top:0;left:-5000px; width:500px; font-size:13px;}
.hide{display:none !important;margin:0;padding:0}

/* 창크기 */
.w_100p{ width: 100% !important;}

.w_100{ width: 100px;}
.w_200{ width: 200px;}
.w_300{ width: 300px;}
.w_400{ width: 400px;}
.w_500{ width: 500px;}
.w_600{ width: 600px;}
.w_700{ width: 700px;}
.w_800{ width: 800px;}

/*게시판 페이지*/
#boardWrap{padding:2em 0 3.5em;}
.paging a{border:1px solid #e0e0e0}
.paging a:hover	{ border-style:solid; border-width:1px; border-color:#ccc}
@media all and (max-width:640px) {
  #boardWrap{padding:1.5em 0 3em;}
}


/* 2025.07.14 추가작업 */
.h3_title														{ font-size:clamp(1.3em, 1vw + 1em, 1.5em); line-height:1.2; /*margin-top:1.5em;*/ margin-bottom:.75em; font-weight:bold }
.agree_box														{ position:relative; background:#F7F7F7; border-radius:15px; padding:2em; font-size:1em; font-weight:400 }
.agree_box>li+li												{ margin-top:.5em; }
/* button */
.basic_btn a,
.basic_btn button                              					{ overflow:hidden; display:inline-block; position:relative; min-width:130px; height:50px; box-sizing:border-box; margin:2px; padding:0 20px; border:1px solid transparent; 
																	border-radius:8px 20px 8px 8px; background-color:var(--color-point); color:#fff; vertical-align:middle; transition:var(--trans-ani); font-weight:500; }
.basic_btn .btn span											{ display:flex; flex-flow:row wrap; justify-content:center; align-items:center; position:relative; z-index:2; height:100%; line-height:1.2em; color:var(--color-white); 
																	transition:var(--trans-ani);}
.basic_btn>*:hover,
.basic_btn>*:focus												{ box-shadow:0 5px 5px rgba(0,0,0,0.15);}
.basic_btn .btn.gray											{ background:#efefef !important;  font-weight:500;}
.basic_btn .btn.gray span										{ color:#222 !important;}
.basic_btn .btn.gray:hover,
.basic_btn .btn.gray:focus										{ border-color:#999}
.basic_btn a[target="_blank"] span:after,
.basic_btn button[target="_blank"] span:after   				{ content:''; opacity:1; display:inline-block; width:13px; height:11px; margin-left:7px; background:url(/resource/common/images/common/icon_newtab.svg) no-repeat 50% 50%; background-size:100%;
																	vertical-align:middle; transition:opacity var(--trans-ani);  }
.basic_btn .download span:after									{ content:''; opacity:1; display:inline-block; width:14px; height:13px; margin-left:7px; background:url(/resource/common/images/common/icon_dowload.svg) no-repeat 50% 50%; background-size:100%; 
																	vertical-align:middle; transition:opacity var(--trans-ani);  }
.company_list.cpnlist											{ display:flex; align-items:center; margin-top:0 !important; flex-wrap:wrap; gap:2px; }
li.company_item													{ display:flex; align-items:center;}
.btn_remove														{ display:flex; width:28px; height:28px; border-radius:100%; border:1px solid rgba(0,0,0,.1); position:relative;  }
.btn_remove span												{ font-size:0; text-indent:-9999em}
.btn_remove::before												{ position:absolute; width:1px; height:13px; background:rgba(0,0,0,.5); left:50%; top:50%; content:'';  transform:translate(-50%,-50%) rotate(45deg); }
.btn_remove::after												{ position:absolute; width:1px; height:13px; background:rgba(0,0,0,.5); left:50%; top:50%; content:'';  transform:translate(-50%,-50%) rotate(-45deg); }