html { font-family: sans-serif; color: #555555; }
body { overflow-x:hidden;margin: 0;padding: 0;letter-spacing:-0.05em;font-size:17px;line-height:1.65em;word-break:keep-all;}
nav { width: 100%; }
li {list-style: none;}

.w100 { width:100% !important; }
.t-l { text-align: left !important; }
.f-c { float:center; margin:0 auto; display: block;}

.w2 li:nth-child(2n) {margin-right: 0;}
.set { width: 84%;padding-left: 16%; max-width: 1400px;}
.gap { height: 40px; clear: both;  display: block;}
.sgap { height: 30px; clear: both;  display: block;}
.ssgap { height: 20px; clear: both;  display: block;}


#header-wrap { z-index: 999;}
#header { }
.blind { display: none; }

/* 테이블 */
.tbl-type01 {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #2b405b;font-size:16px;border-bottom:1px solid #bbb;}
.tbl-type01 th, .tbl-type01 td {padding: 5px 8px;min-height: 35px;height: 45px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type01 th {background:#fff;color:#222;font-weight:500}
.tbl-type01 td, .tbl-type01 th.nbg {background:#fff;color:#555;}
.tbl-type01 thead th {background:#f8f8f8;color:#333;border-bottom:1px solid #999;font-size:16px;}
.tbl-type01 th:first-child, .tbl-type01 td:first-child {border-left:0}
.tbl-type01 th:last-child, .tbl-type01 td:last-child {border-right:0}
.tbl-type01 .l, .tbl-type01 .left {padding-left:20px}
.tbl-type01 .c-list01 li::before, .tbl-type01 .c-list01-li::before {top:9px}/* 테이블안에 li요소가 올경우 위치 수정*/
.tbl-type01 .info-ex, .tbl-type01 .info-ex02, .tbl-type01 .info-ex03 {background-position:0 0}

@media only screen and (max-width:999px){
	.tbl-type01 {font-size:14px;}
	.tbl-type01 thead th {font-size:14px;}
	.tbl-type01 th, .tbl-type01 td {padding:10px 8px 8px 8px;}
	.tbl-type01 .l, .tbl-type01 .left {padding-left:10px}
}


/* 테이블 > 테이블 */
.tbl-type01 table {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;margin-left:-1px;font-size:14px;border-bottom:1px solid #ddd;}
.tbl-type01 table th, .tbl-type01 table td {padding:12px 8px 12px 8px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type01 table th, .tbl-type01 table tfoot th {color:#666;background:#fff;font-weight:normal;}
.tbl-type01 table td {color:#555;}
.tbl-type01 table thead th {background:#fff;color:#524245;border-bottom:1px solid #ddd;font-size:14px;font-weight:500;font-weight:500}
.tbl-type01 table thead tr:first-child th {border-top:1px solid #ccc;}
.tbl-type01 table th:first-child, .tbl-type01 table td:first-child {border-left:0}
.tbl-type01 table th:last-child, .tbl-type01 table td:last-child {border-right:0}


/* 버튼 */
.btn_center { text-align: center; }
.btn-pcmt {width: 220px;height: 55px;font-size: 18px;color: #fff;background: #e1002c;border: 0px;border-radius: 4px; cursor: pointer;}

.btn_primary {background:#333;border:1px solid #333; border-radius: 2px;}
.btn_primary span {color:#fff}
.btn_primary:disabled {opacity:0.3;filter:alpha(opacity=30);cursor:default}

.btn_line {background:none;border:1px solid #333}
.btn_line:focus{border:2px solid #000}
.btn_line span {color:#000}
.btn_line:disabled {opacity:0.3;filter:alpha(opacity=30);cursor:default}

@media (max-width: 1200px) {
	.btn-pcmt {font-size: 16px;width: auto;min-width: 120px;height: 45px;}
	.btn_line {  }
}


/* footer */
#footer {width: 100%;height: auto;display: inline-block;background: #30313f;position: relative;color: #fff;/* max-width: 1400px; */margin: 0 auto;bottom: 0px;}
#footer #footer-wrap { position:relative ;max-width:1400px; margin:0 auto; }
#footer .ftoplink {padding: 0;display: inline-block;font-size:14px;}
#footer .ftoplink li {display: inline-block;padding: 0 50px 0 0;position:relative;}
#footer .ftoplink li:before {content:"";position:absolute; width:1px;height:15px;background:#515155; display:block; right:20px; top:7px;}
#footer .ftoplink li:last-child:before { display:none; }
#footer .ftoplink a {color:#fff}

#footer .family {float: right;padding: 10px 30px;margin-top: 10px;background: #30313f;font-size: 16px;color: #c6c6c6; border: 1px solid #999;}
#footer .family .list { padding: 10px 20px; line-height:1.8em; }

#footer .pcopyright {font-size: 16px;letter-spacing: 0.01em;color: #999;padding: 10px 0 20px; }
#footer .pcopyright span { display: inline-block; padding-right:30px; }

#footer .btn-top {position:absolute;right:10px;top: -45px;width: 90px;text-align:center;height: 90px;background:#e1002c;color: #fff;border-radius: 50%;font-size: 18px;font-weight: 500;line-height: 90px;text-decoration: none;}

@media (max-width: 1400px) {
	#footer #contents {margin: 0 20px;}
	#footer .btn-top { top: -102px; }
}

@media (max-width: 1200px) {
}

@media (max-width: 599px) {
	#footer .family { float: left; margin-top:0; display:block; }
	#footer .pcopyright {display: inline-block;width:100%;padding-top: 20px;}
    #footer .pcopyright span { display: inline-block;  }
	#footer .ftoplink li {padding: 0 20px 0 0;}
	#footer .ftoplink li:before {right:8px;}
}

.br {display:block}

@media (max-width: 680px) {
	.br {display:inline-block}
}