@charset "UTF-8";
/* 메인 페이지 스타일 */
.con-main {
    width: 100%;
    height: auto;
    min-height: 1800px;
}

/* 서브 페이지 공용 스타일 */
.con-sub {
    width: 1200px;
    height: auto;
    min-height: 600px;
    padding: 80px 0 100px;
    margin: 0 auto;
}

.con-sub h3 {
    padding-bottom: 45px;
    font: 400 40px/44px 'NanumSquare', 'Noto Sans KR';
    color: #2d2d2d;
    text-align: center;
}

.custom-sub {
    width: 1080px;
}

.custom-sub h3 {
    padding-bottom: 0;
}

input + label::before {
    content: "";
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    float: left;
    background-image: url(../images/common/btn-set.png);
}

input[type=checkbox] + label::before {
    background-position: 0 0;
}

input[type=checkbox]:checked + label::before {
    background-position: -24px 0;
}

input[type=radio] + label::before {
    background-position: -60px -24px;
}

input[type=radio]:checked + label::before {
    background-position: -84px -24px;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

label {
    width: 100%;
    padding-left: 10px;
    font: 400 15px/19px 'Noto Sans KR';
    vertical-align: top;
}

.tab-con {
    width: 100%;
    height: auto;
    display: flex;
}

.tab-con li {
    height: 60px;
    flex: 1 0 0px;
}

.tab-con li a {
    width: 100%;
    height: 100%;
    font: 400 16px/57px 'Noto Sans KR';
    color: #555;
    text-align: center;
    letter-spacing: -0.8px;
    background: #f2f4f9;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.tab-con li a::before {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: 2px;
    background: #6a6a78;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tab-con li a.on {
    border-bottom-color: #ededed;
    background: #fff;
    color: #0c4da2;
}

.tab-con li a.on::before {
    background: #0c4da2;
}

.tab-con li:first-of-type a {
    border-left: 1px solid #ccc;
}

.tab-con li:first-of-type a::before {
    width: calc(100% + 2px);
    margin-left: -1px;
}

.tab-con.none-form {
    padding-bottom: 20px;
}

.form-con {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
}

.form-con.none-option {
    border: 0;
}

.form-con.none-tabs form > div:first-of-type {
    border-top: 1px solid #ccc;
}

.form-con form > div:first-of-type {
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
}

.form-con .checkbox-con {
    width: 100%;
    padding: 30px 20px 18px;
    display: inline-block;
    position: relative;
}

.form-con .checkbox-con .checkbox {
    width: 16.2%;
    height: 20px;
    float: left;
    padding-bottom: 12px;
}

.form-con .checkbox-con.check-L .checkbox {
    width: 20%;
}

.form-con .checkbox-con.more {
    padding: 30px 20px 68px;
    height: 194px;
}

.form-con .checkbox-con.more .check-more-btn {
    display: block;
}

.form-con .checkbox-con.more .check-more-btn::before {
    content: "전체보기";
}

.form-con .checkbox-con.more.on {
    height: auto;
}

.form-con .checkbox-con.more.on .check-more-btn::before {
    content: "닫기";
}

.form-con .checkbox-con.more.on .check-more-btn::after {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.form-con .check-more-btn {
    width: 100%;
    height: 50px;
    display: none;
    background: #f2f4f9;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-con .check-more-btn::before, .form-con .check-more-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.form-con .check-more-btn::before {
    width: 60px;
    height: 20px;
    font: 400 16px/20px 'Noto Sans KR';
    color: #0c4da2;
    margin-top: -10px;
    margin-left: -40px;
}

.form-con .check-more-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -8px;
    margin-left: 20px;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: -168px 0;
}

.form-con .submit-con {
    width: 1200px;
    height: 100px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.form-con .submit-con .checkbox {
    width: 250px;
    height: 20px;
    position: absolute;
    top: 40px;
    left: 20px;
}

.form-con .submit-con button {
    width: 260px;
    height: 56px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font: 400 18px/56px 'Noto Sans KR';
    position: relative;
}

.form-con .submit-con button::before, .form-con .submit-con button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    z-index: -1;
}

.form-con .submit-con button::before {
    width: 100%;
    background: #f58220;
}

.form-con .submit-con button::after {
    width: 0;
    background: #e86900;
}

.form-con .submit-con button:hover::after {
    width: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.form-con .search-con {
    width: 100%;
    height: 80px;
}

.form-con .search-con * {
    float: left;
    font: 400 15px/40px 'Noto Sans KR';
}

.form-con .search-con p {
    font: 500 18px/40px 'Noto Sans KR';
    letter-spacing: -0.5px;
}

.form-con .search-con input[type=radio] + label::before {
    margin-top: 10px;
    margin-right: 10px;
}

.form-con .search-con input[type=text] {
    width: 270px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-indent: 10px;
}

.form-con .search-con button {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #f58220;
}

.form-con .search-con select {
    width: 180px;
    height: 40px;
    margin-left: 12px;
    padding-left: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font: 300 16px/38px 'Noto Sans KR';
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/opt-select-dir.png) right center no-repeat;
}

.form-con .search-con select::-ms-expand {
    display: none;
}

.table-con {
    width: 100%;
    height: auto;
    min-height: 100px;
}

.table-con .top-option {
    width: 100%;
    height: 40px;
    padding: 20px 0;
}

.table-con .top-option select {
    width: 160px;
    height: 40px;
    padding-left: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font: 400 16px/38px 'Noto Sans KR';
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/opt-select-dir.png) right center no-repeat;
}

.table-con .top-option select::-ms-expand {
    display: none;
}

.table-con .top-option h6 {
    width: auto;
    height: 40px;
    float: left;
    font: 500 18px/60px 'Noto Sans KR';
    color: #222;
    letter-spacing: -0.5px;
}

.table-con .top-option h6 a {
    height: 20px;
    margin-top: 20px;
    line-height: 20px;
}

.table-con .top-option p {
    width: auto;
    height: 32px;
    float: right;
    font: 300 15px/60px 'Noto Sans KR';
    color: #666;
}

.table-con .top-option p.left {
    float: left;
    line-height: 32px;
}

.table-con .top-option p.right {
    float: right;
    line-height: 32px;
}

.table-con .top-option .sub-tit {
    width: 1200px;
    height: 30px;
}

.table-con .top-option.non-opt {
    height: 30px;
}

.table-con .top-option.double {
    height: 70px;
}

.table-con .bot-option {
    width: 100%;
    height: 30px;
    padding-top: 15px;
}

.table-con .bot-option p {
    width: auto;
    height: 30px;
    float: left;
    font: 300 14px/30px 'Noto Sans KR';
    color: #666;
}

.table-con .bot-option button {
    height: 30px;
    float: right;
    position: relative;
    font: 400 14px/30px 'Noto Sans KR';
    color: #666;
    text-align: left;
}

.table-con .bot-option button::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/common/btn-set.png) no-repeat;
}

.table-con .bot-option .print {
    width: 80px;
    text-indent: 6px;
}

.table-con .bot-option .print::after {
    background-position: 0 -22px;
}

.table-con .bot-option .print:hover::after {
    background-position: -30px -22px;
}

.table-con .bot-option .excel {
    width: 115px;
}

.table-con .bot-option .excel::after {
    background-position: -106px -22px;
}

.table-con table {
    width: 100%;
    table-layout: fixed;
    position: relative;
}

.table-con table::before, .table-con table::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1200px;
    height: 1px;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

.table-con table::before {
    top: 0;
}

.table-con table::after {
    bottom: 0;
}

.table-con table th, .table-con table td {
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    table-layout: fixed;
    word-break: break-all;
    white-space: normal;
    box-sizing: border-box;
}

.table-con table th:first-of-type, .table-con table td:first-of-type {
    border-left-width: 0;
}

.table-con table th.merged-cell:first-of-type, .table-con table td.merged-cell:first-of-type {
	border-left-width: 1px;
}

.table-con table thead {
    background: #f2f4f9;
}

.table-con table thead tr:first-of-type th {
    border-top: 0;
}

.table-con table tbody tr:last-of-type td {
    border-bottom: 0;
}

.table-con table th {
    height: 82px;
    font: 500 16px/18px 'Roboto', 'Noto Sans KR';
    color: #000;
}

.table-con table th span {
    font: 400 14px/22px 'Noto Sans KR';
    color: #555;
}

.table-con table td {
    height: 58px;
    font: 400 16px/18px 'Roboto', 'Noto Sans KR';
    color: #222;
}

.table-con table td.link {
    text-align: left;
}

.table-con table a {
    margin-left: 20px;
    display: inline-block;
    font-weight: 500;
}

.table-con table a.download {
    width: 20px;
    height: 22px;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: -137px -24px;
    font-size: 0;
    text-indent: -999999px;
}

.table-con table a.popup {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: -159px -23px;
}

.table-con table a.none-pop {
    margin-left: 0;
}

.table-con table span {
    vertical-align: text-top;
    line-height: 14px;
}

.table-con table td.up, .table-con table td.down {
    text-indent: 15px;
    position: relative;
    z-index: 1;
}

.table-con table td.up::before, .table-con table td.down::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../images/common/btn-set.png) no-repeat;
    margin-left: -20px;
    margin-top: 3px;
    padding-right: 3px;
}

.table-con table td.up::before {
    background-position: -124px -5px;
}

.table-con table td.down::before {
    background-position: -148px -5px;
}

.table-con table td strong {
    font: 500 16px/22px 'Roboto', 'Noto Sans KR';
    color: #1b35ac;
}

.table-con table.fixed thead {
    position: fixed;
    top: 100px;
    width: 1200px;
    display: table;
    z-index: 5;
}

.table-con table.fixed thead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100px;
    width: 1200px;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

.table-con table.scrollBottom {
    position: relative;
}

.table-con table.scrollBottom thead {
    position: absolute;
    bottom: 50px;
    width: 1200px;
    display: table;
    z-index: 5;
}

.table-con table.scrollBottom thead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100px;
    width: 1200px;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

.table-con table.recreate th, .table-con table.recreate td {
    font-size: 14px;
    line-height: 16px;
}

.table-con table.recreate th {
    height: 60px;
}

.table-con table.recreate td {
    height: 45px;
}

.fixed-left table {
    position: relative;
}

.fixed-left table::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 1px;
    border-bottom: 1px solid #888;
}

.fixed-left .bot-option {
    border-top: 0;
}

.fixed-left .table-flex {
    display: flex;
}

.fixed-left .fix-table {
    height: auto;
}

.fixed-left .fix-table table {
    width: 100%;
    background: #f2f4f9;
}

.fixed-left .fix-table thead th {
    padding: 0;
}

.fixed-left .fix-table td {
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.fixed-left .fix-table thead {
    position: relative;
}

.fixed-left .fix-table thead::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e5e5;
}

.fixed-left .scroll-table {
    height: auto;
    overflow-x: scroll;
    padding-bottom: 5px;
}

.graph-con {
    width: 1200px;
    height: auto;
    margin-top: 40px;
}

.graph-con img {
    width: 1200px;
}

[class*="info-"] p {
    width: auto;
    font: 400 15px/30px 'Noto Sans KR';
}

.info-custom {
    width: 1200px;
    height: auto;
    margin-top: 40px;
}

.info-custom p {
    color: #5f5f5f;
}

.info-custom p strong {
    font-weight: 500;
    color: #1b35ac;
}

.info-custom .step {
    padding-left: 34px;
}

.info-con {
    width: 1200px;
    height: auto;
    margin-top: 40px;
}

.info-con h5 {
    width: 100%;
    height: 60px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    font: 400 18px/58px 'Noto Sans KR';
}

.info-con h5 a {
    width: auto;
    height: auto;
    padding-left: 20px;
    position: relative;
    color: #f38411;
    font: 400 18px/58px 'Noto Sans KR';
}

.info-con h5 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 19px;
    width: 20px;
    height: 20px;
    background: url(../images/common/btn-set.png) -48px 0 no-repeat;
}

.info-con h5 a.on::after {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.info-con .info-list {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    border-top: 0;
    box-sizing: border-box;
}

.info-con .info-list p {
    color: #5f5f5f;
}

.info-con .info-list p.bold {
    font-weight: 600;
}

.info-con.blue {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.info-con.blue h5 {
    height: 65px;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 45px;
    color: #2f5ea9;
    border: 0;
}

.info-con.blue .info-list {
    background: transparent;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 25px;
    border: 0;
}

.info-con.blue .info-list * {
    display: inline;
}

.info-con.blue .info-list p {
    padding-left: 0;
}

.info-con.blue .info-list a {
    color: #0c4da2;
}

.info-con.double {
    margin-top: 20px;
}

.custom-sub h4 {
    padding: 43px 0 36px;
    text-align: center;
    font: 400 30px/32px 'NanumSquare','Noto Sans KR';
    color: #1b35ac;
    position: relative;
}

.custom-sub h4::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #1b35ac;
}

.custom-sub h5 {
    padding: 5px 0 35px;
    font: 500 18px/28px 'Noto Sans KR';
    text-align: center;
    color: #333;
    letter-spacing: -0.25px;
}

.custom-sub p {
    font: 300 18px/26px 'Noto Sans KR';
    text-align: center;
    color: #666;
    letter-spacing: -0.5px;
}

.custom-sub table::before, .custom-sub table::after {
    width: 100%;
}

.custom-sub a.link-text {
    padding-right: 14px;
    position: relative;
}

.custom-sub a.link-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 16px;
    height: 16px;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: -68px -96px;
}

.custom-sub .non-bottom h4 {
    padding-bottom: 0;
}

.text-con {
    width: 100%;
    padding-top: 80px;
}

.detail-con {
    padding-top: 40px;
}

.detail-con table th {
    height: 52px;
    letter-spacing: -0.5px;
    color: #333;
}

.detail-con table td {
    height: 57px;
    letter-spacing: -0.5px;
    font: 300 15px/22px 'Roboto', 'Noto Sans KR';
    color: #222;
}

.detail-con span {
    color: #aaa;
}

.detail-con table::after {
    border-color: #e5e5e5;
}

.list-con ul {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.list-con li {
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.list-con li:last-child {
    padding-bottom: 5px;
}

.list-con li + li {
    padding-top: 10px;
}

.list-con dl {
    display: inline-block;
}

.list-con dt, .list-con dd {
    display: inline-block;
    float: left;
    font: 300 16px/26px 'Noto Sans KR';
}

.list-con dt {
    text-indent: 40px;
    font-weight: 500;
    color: #1b35ac;
}

.list-con dd {
    color: #666;
}

.list-con span {
    font-size: 15px;
    color: #999;
}

.list-con p {
    padding-top: 16px;
    font: 300 15px/22px 'Noto Sans KR';
    text-align: left;
    color: #999;
}

table.download-con img {
    display: block;
    margin: 0 auto 20px;
}

table.download-con a, table.download-con span.orange {
    display: inline-block;
    color: #f58220;
    font-weight: 500;
}

table.download-con a {
    margin-left: 0;
    margin-top: 10px;
    font: 400 15px/22px 'Noto Sans KR';
}

table.download-con span {
    font: 300 15px/22px 'Noto Sans KR';
    color: #666;
}

table.download-con span.orange {
    line-height: 20px;
}

table.download-con td:nth-of-type(2) > span {
    display: block;
}

/* 메인페이지 */
.con-main .quick-search-con {
    width: 100%;
    height: 520px;
    color: #fff;
    background: url("../images/main/bg_quick_banner.jpg") center top no-repeat;
}

.con-main .quarter-con {
    width: 100%;
    height: 460px;
}

.con-main .disclosure-con {
    width: 100%;
    height: 805px;
    background: url("../images/main/bg_disclos_banner.jpg") center top no-repeat;
}

.con-main .info-view-con {
    width: 100%;
    height: 300px;
    padding-top: 70px;
}

.con-main .content-con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.quick-search-con .text-con {
    width: 600px;
    height: auto;
    float: left;
    padding-top: 170px;
}

.quick-search-con .text-con p {
    font: 300 35px/42px 'NanumSquare', 'Noto Sans KR';
    letter-spacing: -0.5px;
}

.quick-search-con .text-con h2 {
    font: 500 50px/68px 'NanumSquare', 'Noto Sans KR';
    letter-spacing: -0.5px;
}

.quick-search-con .search-con {
    width: 300px;
    height: 520px;
    float: right;
    background: url("../images/main/bg_quick_banner_form.png") center top no-repeat;
}

.quick-search-con .search-con h6 {
    padding: 50px 0;
    font: 300 30px/30px 'NanumSquare', 'Noto Sans KR';
    letter-spacing: -0.5px;
    text-align: center;
}

.quick-search-con .search-con select {
    width: 240px;
    height: 46px;
    display: block;
    padding-left: 15px;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: transparent;
    font: 400 16px/44px 'Noto Sans KR';
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/main/icon-select-dir.png) right center no-repeat;
}

.quick-search-con .search-con select::-ms-expand {
    display: none;
}

.quick-search-con .search-con select option {
    color: #000;
}

.quick-search-con .search-con select:last-of-type {
    margin-top: 10px;
}

.quick-search-con .search-con .dacoLine {
    display: block;
    width: 240px;
    height: 1px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.2);
}

.quick-search-con .search-con button {
    width: 240px;
    height: 50px;
    margin: 90px auto 0;
    display: block;
    position: relative;
}

.quick-search-con .search-con button::before, .quick-search-con .search-con button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    z-index: 1;
}

.quick-search-con .search-con button::before {
    width: 100%;
    background: #f58220;
}

.quick-search-con .search-con button::after {
    width: 0;
    background: #e86900;
}

.quick-search-con .search-con button:hover::after {
    width: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.quick-search-con .search-con button span {
    display: block;
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font: 400 18px/50px 'Noto Sans KR';
    color: #fff;
}

.quarter-con .content-con {
    padding: 60px 0;
}

.quarter-con .content-con > li {
    width: 300px;
    height: 340px;
    float: left;
    border: 1px solid #e5e5e5;
    border-right: 0;
    box-sizing: border-box;
}

.quarter-con .content-con > li:last-of-type {
    border-right: 1px solid #e5e5e5;
}

.quarter-con .content-con > li:hover {
    background: #4854b4;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.quarter-con .content-con > li:hover div.img {
    animation: quarterEffect 1 1s;
}

.quarter-con .content-con > li:hover:nth-of-type(1) div.img {
    background: url("../images/main/icon-quarter-01_on.png") center center no-repeat;
}

.quarter-con .content-con > li:hover:nth-of-type(2) div.img {
    background: url("../images/main/icon-quarter-02_on.png") center center no-repeat;
}

.quarter-con .content-con > li:hover:nth-of-type(3) div.img {
    background: url("../images/main/icon-quarter-03_on.png") center center no-repeat;
}

.quarter-con .content-con > li:hover:nth-of-type(4) div.img {
    background: url("../images/main/icon-quarter-04_on.png") center center no-repeat;
}

.quarter-con .content-con > li:hover p, .quarter-con .content-con > li:hover a {
    color: #fff;
}

.quarter-con .content-con > li:hover p::after, .quarter-con .content-con > li:hover a::before {
    background: #fff;
}

.quarter-con .content-con div.img {
    width: 70px;
    height: 70px;
    margin: 40px auto 20px;
}

.quarter-con .content-con > li:nth-of-type(1) div.img {
    background: url("../images/main/icon-quarter-01.png") center center no-repeat;
}

.quarter-con .content-con > li:nth-of-type(2) div.img {
    background: url("../images/main/icon-quarter-02.png") center center no-repeat;
}

.quarter-con .content-con > li:nth-of-type(3) div.img {
    background: url("../images/main/icon-quarter-03.png") center center no-repeat;
}

.quarter-con .content-con > li:nth-of-type(4) div.img {
    background: url("../images/main/icon-quarter-04.png") center center no-repeat;
}

.quarter-con .content-con p {
    height: 48px;
    font: 400 18px/18px 'Noto Sans KR';
    text-align: center;
    position: relative;
}

.quarter-con .content-con p::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 1px;
    background: #4854b4;
}

.quarter-con .content-con ul {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    box-sizing: border-box;
}

.quarter-con .content-con ul li {
    width: auto;
    height: 26px;
    margin-bottom: 5px;
}

.quarter-con .content-con ul a {
    width: calc(100% - 20px);
    padding-left: 20px;
    display: block;
    font: 400 16px/26px 'Noto Sans KR';
    color: #555;
    position: relative;
}

.quarter-con .content-con ul a::before, .quarter-con .content-con ul a::after {
    content: "";
    position: absolute;
    top: 50%;
}

.quarter-con .content-con ul a::before {
    display: block;
    left: 0;
    width: 3px;
    height: 3px;
    background: #748fce;
}

.quarter-con .content-con ul a::after {
    display: none;
    right: 0;
    margin-top: -7px;
    width: 11px;
    height: 15px;
    background: url("../images/main/icon-quarter-hover.png") center center no-repeat;
}

.quarter-con .content-con ul a:hover::after {
    display: block;
}

@keyframes quarterEffect {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.disclosure-con h3 {
    padding: 65px 0 55px;
    font: 500 40px/40px 'NanumSquare', 'Noto Sans KR';
    letter-spacing: -0.5px;
    color: #fff;
    text-align: center;
}

.disclosure-con a {
    width: 390px;
    height: 270px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: relative;
}

.disclosure-con a:nth-of-type(3n) {
    margin-right: 0;
}

.disclosure-con a:nth-of-type(4), .disclosure-con a:nth-of-type(5), .disclosure-con a:nth-of-type(6) {
    margin-bottom: 0;
}

.disclosure-con a::before, .disclosure-con a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.disclosure-con a::before {
    z-index: 2;
    background: url("../images/main/icon-disclosure-img.png") center center no-repeat;
}

.disclosure-con a::after {
    background: #1b35ac;
}

.disclosure-con a:hover {
    box-shadow: 10px 10px 10px rgba(20, 20, 20, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.disclosure-con a:hover::before {
    animation: disEffect 1 0.6s;
}

.disclosure-con h6 {
    width: auto;
    height: auto;
    padding: 54px 0 44px;
    font: 500 22px/22px 'Noto Sans KR';
    letter-spacing: -0.5px;
    text-align: center;
    color: #333;
    position: relative;
}

.disclosure-con h6::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #888;
}

.disclosure-con p {
    width: auto;
    padding-top: 25px;
    font: 300 18px/26px 'Noto Sans KR';
    letter-spacing: -0.5px;
    color: #818181;
    text-align: center;
}

@keyframes disEffect {
    0% {
        transform: rotatez(0deg);
    }

    100% {
        transform: rotatez(90deg);
    }
}

.info-view-con [class*="banner-"] {
    width: 590px;
    height: 200px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.info-view-con .banner-slide-con {
    float: left;
}

.info-view-con .banner-slide-con .swiper-pagination-bullet {
    background: #d7d7d7;
    opacity: 1;
}

.info-view-con .banner-slide-con .swiper-pagination-bullet-active {
    background: #1d40da;
    opacity: 1;
}

.info-view-con .banner-quick-con {
    float: right;
    padding: 30px 38px;
}

.info-view-con .banner-quick-con ul li {
    width: 100px;
    height: auto;
    float: left;
    display: block;
    margin: 0 14px;
}

.info-view-con .banner-quick-con img {
    display: block;
    margin: 0 auto;
}

.info-view-con .banner-quick-con span {
    display: block;
    margin: 22px auto 0;
    font: 400 16px/20px 'Noto Sans KR';
    color: #666;
    text-align: center;
}

/* 서브 페이지 별 스타일 적용 */
/* ------- 대메뉴 명 : 신용카드 상품 공시 -------*/
/* 페이지 명 : 상품별 수수료율 */
.ccd-comRateProd table thead tr th {
    width: 12%;
}

.ccd-comRateProd table thead tr:first-of-type th:first-of-type {
    width: 14%;
}

.ccd-comRateProd table thead tr:first-of-type th:nth-of-type(5) {
    width: 24%;
}

.ccd-comRateProd table thead tr:first-of-type th:nth-of-type(6), .ccd-comRateProd table thead tr:first-of-type th:nth-of-type(7) {
    width: 13%;
}

.ccd-comRateProd table thead tr:last-of-type th {
    height: 40px;
    border-left: 1px solid #e5e5e5;
}

.ccd-comRateProd table tbody tr td {
    width: 12%;
}

.ccd-comRateProd table tbody tr td:first-of-type {
    width: 14%;
}

.ccd-comRateProd table tbody tr td:nth-of-type(7), .ccd-comRateProd table tbody tr td:last-of-type {
    width: 13%;
}

.ccd-comRateProd table.fixed thead tr th {
    width: 12%;
}

.ccd-comRateProd table.fixed thead tr:first-of-type th:first-of-type {
    width: 14%;
}

.ccd-comRateProd table.fixed thead tr:first-of-type th:nth-of-type(5) {
    width: 24%;
}

.ccd-comRateProd table.fixed thead tr:first-of-type th:nth-of-type(6), .ccd-comRateProd table.fixed thead tr:first-of-type th:nth-of-type(7) {
    width: 13%;
}

.ccd-comRateProd table.fixed thead tr:last-of-type th {
    height: 40px;
}


/* 단기카드대출, 장기카드대출 테이블 */
.ccd-comLoanPro-tabs table.fixed{
	table-layout: fixed;	
}

.ccd-comLoanPro-tabs table.fixed thead tr th {
	width: 133px;
}

.ccd-comLoanPro-tabs table.fixed thead tr th:nth-child(6),
.ccd-comLoanPro-tabs table.fixed thead tr th:nth-child(7),
.ccd-comLoanPro-tabs table.fixed thead tr th:nth-child(8) {
	width: 134px;
}

.ccd-comLoanPro-tabs table.fixed thead tr th:first-child {
	width: 266px;
}

/* 페이지 명 : 대출상품 신용등급별 수수료율 */
.ccd-comLoanPro-tabs-02 table td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.ccd-comLoanPro-tabs-02 table td.link:first-of-type {
    border-left: 0;
}

/* 페이지 명 : 분기별 수수료등 수입비율 */
.ccd-quarterly-tabs tr th, .ccd-quarterly-tabs tr td {
    width: 100px;
}

.ccd-quarterly-tabs tr th:first-of-type {
    width: 535px;
}

.ccd-quarterly-tabs tr td:first-of-type {
    width: 165px;
    border-left: 1px solid #e5e5e5;
}

.ccd-quarterly-tabs tr td.link:first-of-type {
    border-left: 0;
}

.ccd-quarterly-tabs tr td:nth-of-type(2) {
    width: 270px;
}

.ccd-quarterly-tabs tr th:last-of-type, .ccd-quarterly-tabs tr td:last-of-type {
    width: 265px;
}

.ccd-quarterly-tabs.fixed tr th, .ccd-quarterly-tabs.fixed tr td {
    width: 100px;
}

.ccd-quarterly-tabs.fixed tr th:first-of-type {
    width: 535px;
}

.ccd-quarterly-tabs.fixed tr td:first-of-type {
    width: 165px;
}

.ccd-quarterly-tabs.fixed tr td:nth-of-type(2) {
    width: 270px;
}

.ccd-quarterly-tabs.fixed tr th:last-of-type, .ccd-quarterly-tabs.fixed tr td:last-of-type {
    width: 265px;
}

/* 페이지 명 : 가맹점 수수료율 */
.ccd-branchCR-tabs .table-con table {
    overflow: hidden;
}

.ccd-branchCR-tabs .table-con table::before {
    width: 100%;
}

.ccd-branchCR-tabs .fix-table {
    width: 320px;
}

.ccd-branchCR-tabs .fix-table th {
    height: 124px;
    font-weight: 500;
    color: #000;
}

.ccd-branchCR-tabs .fix-table td {
    height: 56px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.ccd-branchCR-tabs .fix-table tr:nth-of-type(5n-4) td:nth-of-type(1) {
    text-align: left;
    padding-left: 20px;
}

.ccd-branchCR-tabs .scroll-table {
    width: calc(100% - 320px);
    height: auto;
}

.ccd-branchCR-tabs .scroll-table thead tr:nth-of-type(1) th {
    width: 350px;
    height: 42px;
    font-weight: 500;
    color: #000;
}

.ccd-branchCR-tabs .scroll-table thead tr:nth-of-type(2) th {
    width: 70px;
    height: 32px;
}

.ccd-branchCR-tabs .scroll-table thead tr:nth-of-type(2) th:last-of-type {
    width: 140px;
}

.ccd-branchCR-tabs .scroll-table thead tr:nth-of-type(3) th {
    width: 70px;
    height: 50px;
    border-left: 1px solid #e5e5e5;
}

.ccd-branchCR-tabs .scroll-table tbody td {
    width: 70px;
    height: 56px;
}

.ccd-branchCR-tab03 .top-option {
    padding-bottom: 5px;
}

.ccd-branchCR-tab03 .top-option.double {
    padding-bottom: 12px;
}

.ccd-branchCR-tab03 .top-option h6 {
    width: 100%;
}

.ccd-branchCR-tab04 .info-custom .fir, .ccd-branchCR-tab04 .info-custom .sec {
    position: relative;
}

.ccd-branchCR-tab04 .info-custom .fir::before, .ccd-branchCR-tab04 .info-custom .sec::before {
    display: block;
    width: auto;
    height: 30px;
    position: absolute;
    left: 0;
    margin-left: 14px;
    font: 400 15px/30px 'Noto Sans KR';
}

.ccd-branchCR-tab04 .info-custom .fir::before {
    content: "가.";
}

.ccd-branchCR-tab04 .info-custom .sec::before {
    content: "나.";
}

/* 페이지 명 : 대형 가맹점 명단 */
.ccd-largebranch .form-con {
    border-bottom: 0;
}

.ccd-largebranch .search-con {
    padding: 20px 215px;
}

.ccd-largebranch .search-con p {
    width: 105px;
}

.ccd-largebranch .search-con ul {
    width: 280px;
}

.ccd-largebranch .search-con li + li {
    margin-left: 40px;
}

.ccd-largebranch table th:first-of-type, .ccd-largebranch table td:first-of-type {
    width: 33.4%;
}

.ccd-largebranch table th:last-of-type, .ccd-largebranch table td:last-of-type {
    width: 66.6%;
}

/* 페이지 명 : 회원 등급별 분포현황 */
.ccd-memClass .top-option {
    padding-top: 10px;
}

.ccd-memClass .top-option.fir {
    padding-top: 20px;
}

.ccd-memClass table th:first-of-type, .ccd-memClass table td:first-of-type {
    width: 110px;
}

/* 페이지 명 : 적용금리대별 회원분포현황 */
.ccd-appRate-tabs table th {
    width: 100px;
}

.ccd-appRate-tabs table th:first-of-type {
    width: 400px;
}

.ccd-appRate-tabs table td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.ccd-appRate-tabs table td.link:first-of-type {
    border-left: 0;
}

/* 페이지 명 : 신용∙체크카드 이용현황 */
.ccd-cards-tab01 table.data-table thead tr th {
    height: 62px;
}

.ccd-cards-tab01 table.data-table th:first-child, 
.ccd-cards-tab01 table.data-table td:first-child {
    width: 156px;
    font-weight: 500;
}

.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(1),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(2),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(3),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(4) {
	width: 131px;
}

.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(5),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(6),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(7),
.ccd-cards-tab01 table.fixed thead tr:last-child th:nth-child(8) {
	width: 130px;
}

.ccd-appRate-avg table.fixed thead th{
	width: 150px;
}

.ccd-cards-tab01 table.data-table thead tr:last-of-type th {
    border-left: 1px solid #e5e5e5;
}

.ccd-cards-tab01 .top-option h6 {
    width: 100%;
}

.ccd-cards-tab01 .top-option.double {
    height: 60px;
    padding-bottom: 0;
}

.ccd-cards-tab01 .triple {
    height: 90px;
}

.ccd-cards-tab01 .triple p.left {
    padding-top: 10px;
    height: 44px;
    line-height: 22px;
}

.ccd-cards-tab01 table.info-table .link {
    text-align: center;
}

.ccd-cards-tab01 table.info-table th, .ccd-cards-tab01 table.info-table td {
    width: 25%;
}

.ccd-cards-tab02 table th, .ccd-cards-tab02 table td {
    width: 155px;
}

.ccd-cards-tab02 table th:last-of-type, .ccd-cards-tab02 table td:last-of-type {
    width: 235px;
}

.ccd-cards-tab02 table th:first-of-type {
    width: 345px;
}

.ccd-cards-tab02 table td:first-of-type {
    width: 165px;
    border-left: 1px solid #e5e5e5;
}

.ccd-cards-tab02 table td.link:first-of-type {
    border-left: 0;
}

.ccd-cards-tab02 table td:nth-of-type(2) {
    width: 180px;
}

.ccd-cards-tab02 table.fixed th, .ccd-cards-tab02 table.fixed td {
    width: 155px;
}

.ccd-cards-tab02 table.fixed th:last-of-type, .ccd-cards-tab02 table.fixed td:last-of-type {
    width: 235px;
}

.ccd-cards-tab02 table.fixed th:first-of-type {
    width: 345px;
}

.ccd-cards-tab02 table.fixed td:first-of-type {
    width: 165px;
}

.ccd-cards-tab02 table.fixed td:nth-of-type(2) {
    width: 180px;
}

/* 페이지 명 : 채무면제∙유예상품 */
.ccd-exempRes-tab01 table thead th {
    height: 55px;
}

.ccd-exempRes-tab01 table thead tr:first-of-type th {
    width: 130px;
}

.ccd-exempRes-tab01 table thead tr:first-of-type th:first-of-type {
    width: 125px;
}

.ccd-exempRes-tab01 table thead tr:first-of-type th:nth-of-type(3) {
    width: 415px;
}

.ccd-exempRes-tab01 table thead tr:first-of-type th:nth-of-type(4) {
    width: 100px;
}
.ccd-exempRes-tab01 table thead tr:first-of-type th:nth-of-type(5) {
    width: 100px;
}

.ccd-exempRes-tab01 table thead tr:first-of-type th:nth-of-type(6) {
    width: 200px;
}

.ccd-exempRes-tab01 table thead tr:last-of-type th:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.ccd-exempRes-tab01 table td {
    width: 130px;
    padding: 20px 0;
    line-height: 22px;
}

.ccd-exempRes-tab01 table td:first-of-type {
    width: 135px;
    font-weight: 500;
}

.ccd-exempRes-tab01 table td:nth-of-type(2) {
    width: 415px;
}

.ccd-exempRes-tab01 table td a {
    margin: 0;
    width: 100%;
    font-weight: 400;
    text-align: center;
}

.ccd-exempRes-tab02 table thead th {
    height: 55px;
}

.ccd-exempRes-tab02 table thead tr:first-of-type th:first-of-type {
    width: 220px;
}

.ccd-exempRes-tab02 table thead tr:last-of-type th:first-of-type {
    border-left: 1px solid #e5e5e5;
}

/* ------- 대메뉴 명 : 리스할부상품 공시 -------*/
/* 페이지 명 : 자동차할부 */
.lease-cars .tab-con li {
    height: 70px;
}

.lease-cars .tab-con li a {
    line-height: 67px;
}

.lease-cars .tab-con li:nth-of-type(3) a {
    padding-top: 13px;
    line-height: 22px;
}

.lease-cars .search-con {
    padding: 20px;
}

.lease-cars .search-con p {
    padding-right: 5px;
    font-size: 16px;
}

.lease-cars .search-con > div {
    display: inline-block;
}

.lease-cars .search-con > div.right {
    float: right;
}

.lease-cars .table-con .top-option h6.thin {
    font-weight: 300;
}

.lease-cars .table-con .top-option h6.thin span {
    font-weight: 400;
}

.lease-cars .info-con.blue {
    padding: 20px;
}

.lease-cars .info-con.blue p {
    font: 400 17px/35px 'Roboto', 'Noto Sans KR';
    color: #555;
}

.lease-cars .info-con.blue p span.blue {
    font-weight: 500;
}

.lease-cars .info-con.blue p sup {
    vertical-align: top;
    line-height: 25px;
}

.lease-cars .info-con.custom {
    padding: 30px 20px;
}

.lease-cars .info-con.custom p {
    line-height: 30px;
}

.lease-cars .info-con.custom .link {
    padding: 15px 0;
}

.lease-cars .info-con.custom .link * {
    display: inline-block;
}

.lease-cars .info-con.custom .link a {
    padding-left: 30px;
    font: 500 17px/35px 'Roboto', 'Noto Sans KR';
    color: #0c4da2;
}

.lease-cars .info-con.custom .link a + a {
    position: relative;
}

.lease-cars .info-con.custom .link a + a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    margin-top: -8px;
    margin-left: 12px;
    background: #555;
}

.lease-cars .info-con.custom .table-con {
    width: 1158px;
}

.lease-cars .info-con.custom .table-con table {
    width: 1159px;
}

.lease-cars .info-con.custom .table-con table::before, .lease-cars .info-con.custom .table-con table::after {
    width: 100%;
    border-color: #e5e5e5;
}

.lease-cars .info-con.custom .table-con table * {
    width: 25%;
    height: 40px;
}

.lease-cars .info-con.custom .table-con table tr *:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.lease-cars .info-con.custom .table-con table tr *:last-of-type {
    border-right: 1px solid #e5e5e5;
}

.lease-cars.tab01 table thead tr th {
    width: 165px;
    height: 50px;
}

.lease-cars.tab01 table thead tr:first-of-type th:first-of-type {
    width: 260px;
}

.lease-cars.tab01 table thead tr:first-of-type th:nth-of-type(2) {
    width: 280px;
}

.lease-cars.tab01 table thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.lease-cars.tab01 table tbody span.blue {
    padding-left: 2px;
    vertical-align: none;
    font: 600 15px/18px 'Roboto', 'Noto Sans KR';
}

.lease-cars.tab01 table tbody sup {
    vertical-align: top;
    line-height: 10px;
}

.lease-cars.tab01 table.fixed thead tr th {
    width: 165px;
}

.lease-cars.tab01 table.fixed thead tr:first-of-type th:first-of-type {
    width: 260px;
}

.lease-cars.tab01 table.fixed thead tr:first-of-type th:nth-of-type(2) {
    width: 280px;
}

.lease-cars.tab01 table.fixed thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.lease-cars.tabs02 table thead tr th {
    width: 135px;
    height: 50px;
}

.lease-cars.tabs02 table thead tr:first-of-type th:first-of-type {
    width: 245px;
}

.lease-cars.tabs02 table thead tr:first-of-type th:nth-of-type(2) {
    width: 280px;
}

.lease-cars.tabs02 table thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.lease-cars.tabs02 table tbody span.blue {
    padding-left: 2px;
    vertical-align: none;
    font: 600 16px/19px 'Roboto', 'Noto Sans KR';
}

.lease-cars.tabs02 table tbody sup {
    vertical-align: top;
    line-height: 10px;
}

.lease-cars.tabs02 table.fixed thead tr th {
    width: 135px;
    height: 50px;
}

.lease-cars.tabs02 table.fixed thead tr:first-of-type th:first-of-type {
    width: 245px;
}

.lease-cars.tabs02 table.fixed thead tr:first-of-type th:nth-of-type(2) {
    width: 280px;
}

.lease-cars.tabs02 table.fixed thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.lease-cars.tab04 table thead tr th {
    width: 160px;
    height: 50px;
}

.lease-cars.tab04 table thead tr:first-of-type th:nth-of-type(2) {
    width: 120px;
}

.lease-cars.tab04 table thead tr:first-of-type th:nth-of-type(3) {
    width: 280px;
}

.lease-cars.tab04 table thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.lease-cars.tab04 table tbody tr:nth-of-type(2n-1) td:first-of-type {
    padding: 0 10px;
}

.lease-cars.tab04 table.fixed thead tr th {
    width: 160px;
    height: 50px;
}

.lease-cars.tab04 table.fixed thead tr:first-of-type th:nth-of-type(2) {
    width: 120px;
}

.lease-cars.tab04 table.fixed thead tr:first-of-type th:nth-of-type(3) {
    width: 280px;
}

.lease-cars.tab04 table.fixed thead tr:last-of-type th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

/* 페이지 명 : 주택할부, 가전제품, 기계류할부, 기타할부  */
.lease-basic-table table th, .lease-basic-table table td {
    width: 230px;
}

.lease-basic-table table th:first-of-type, .lease-basic-table table td:first-of-type {
    width: 180px;
}

.lease-basic-table table th:last-of-type, .lease-basic-table table td:last-of-type {
    width: 100px;
}

.lease-basic-table table tr td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.lease-basic-table table tr td.link:first-of-type {
    border-left: 0;
}

.lease-basic-table table.fixed th, .lease-basic-table table.fixed td {
    width: 230px;
}

.lease-basic-table table.fixed th:first-of-type, .lease-basic-table table.fixed td:first-of-type {
    width: 180px;
}

.lease-basic-table table.fixed th:last-of-type, .lease-basic-table table.fixed td:last-of-type {
    width: 100px;
}

/* 페이지 명 : 자동차 리스 */
.lease-carLease table thead tr th {
    height: 55px;
}

.lease-carLease table tr:first-of-type th {
    width: 180px;
}

.lease-carLease table tr:first-of-type th:first-of-type {
    width: 200px;
}

.lease-carLease table tr:first-of-type th:nth-of-type(2) {
    width: 80px;
}

.lease-carLease table tr:first-of-type th:nth-of-type(5), .lease-carLease table tr:first-of-type th:nth-of-type(6) {
    width: 280px;
}

.lease-carLease table tr:last-of-type th {
    width: 140px;
}

.lease-carLease table.fixed tr:first-of-type th {
    width: 180px;
}

.lease-carLease table.fixed tr:first-of-type th:first-of-type {
    width: 200px;
}

.lease-carLease table.fixed tr:first-of-type th:nth-of-type(2) {
    width: 80px;
}

.lease-carLease table.fixed tr:first-of-type th:nth-of-type(5), .lease-carLease table.fixed tr:first-of-type th:nth-of-type(6) {
    width: 280px;
}

.lease-carLease table.fixed tr:last-of-type th {
    width: 140px;
}

.lease-carLease .info-con.blue p {
    line-height: 30px;
}

.lease-carLease .info-con.blue p.inner {
    text-indent: 20px;
}

/* ------- 대메뉴 명 : 신용대출상품 공시 -------*/
/* 페이지 명 : 적용금리대별 회원분포현황 */
.cld-appliedRate table tr *:first-of-type {
    width: 180px;
}

.cld-appliedRate table.recreate th {
    height: 80px;
}

.cld-appliedRate table{
	width: auto;
}

.cld-appliedRate table tr th,
.cld-appliedRate table tr td{
	width: 160px;
}

.cld-appliedRate table tr th:first-child,
.cld-appliedRate table tr td:first-child{
	width: 240px;
}

.cld-midRate-02 table.fixed{
	width: auto;
}

.cld-midRate-02 table.fixed tr th:nth-child(1){
	width: 155px;
}

.cld-midRate-02 table.fixed tr th:nth-child(2){
	width: 175px;
}

.cld-midRate-02 table.fixed tr th:nth-child(3){
	width: 110px;
}


/*
.cld-midRate-02 table{
	width: auto;
}

.cld-midRate-02 table tr th,
.cld-midRate-02 table tr td {
	width: 115px;
}

.cld-midRate-02 table tr th:nth-child(1),
.cld-midRate-02 table tr td:nth-child(1){
	width: 141px;
}

.cld-midRate-02 table tr th:nth-child(2),
.cld-midRate-02 table tr td:nth-child(2){
	width: 163px;
}
*/


/* 페이지 명 : 중금리 신용대출 현황 */
[class*="cld-midRate-"] table tr td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.cld-midRate-01 table tr:nth-of-type(3n-2) td:first-of-type {
    border-left: 0;
}

.cld-midRate-01 table tr td:first-of-type {
    font-weight: 500;
    padding: 0 12px;
}

.cld-midRate-01 table tr td:last-of-type {
    text-align: left;
    padding: 20px 30px;
}

.cld-midRate-01 table th:first-of-type {
    width: 200px;
}

.cld-midRate-01 table th:nth-of-type(2) {
    width: 140px;
}

.cld-midRate-01 table th:nth-of-type(3) {
    width: 860px;
}

.cld-midRate-01 table.fixed th:first-of-type {
    width: 200px;
}

.cld-midRate-01 table.fixed th:nth-of-type(2) {
    width: 140px;
}

.cld-midRate-01 table.fixed th:nth-of-type(3) {
    width: 860px;
}

.cld-midRate-02 tr:nth-of-type(2n-1) td:first-of-type {
    border-left: 0;
}

.cld-midRate-02 tr td:first-of-type,
.cld-midRate-02 tr:nth-of-type(2n - 1) td:nth-of-type(2),
.cld-midRate-02 tr:nth-of-type(2n - 1) td:nth-of-type(3) {
    font-weight: 500;
}

.cld-midRate-02 tr:nth-of-type(2n - 1) td:nth-of-type(2) {
    padding: 10px;
}

.cld-midRate-02 tr th:last-of-type, .cld-midRate-02 tr td:last-of-type {
    width: 65px;
}

.cld-midRate-03 tr:nth-of-type(2n-1) td:first-of-type {
    border-left: 0;
}

.cld-midRate-03 tr td:first-of-type,
.cld-midRate-03 tr:nth-of-type(2n - 1) td:nth-of-type(4) {
    font-weight: 500;
}

.cld-midRate-03 tr:nth-of-type(2n - 1) td:first-of-type {
    padding: 10px;
}

.cld-midRate-03 tr th:last-of-type, .cld-midRate-03 tr td:last-of-type {
    width: 65px;
}

.cld-midRate-04 tr td.link:first-of-type {
    border-left: 0;
}

/* ------- 대메뉴 명 : 경영공시 -------*/
/* 페이지 명 : 경영공시 전체 공통 사용 */
.md-common-style .table-con > table thead th {
    height: 40px;
}

.md-common-style .table-con > table thead tr:nth-of-type(1) th:first-of-type {
    width: 220px;
}

.md-common-style .table-con > table thead tr:nth-of-type(2) th {
    width: 140px;
    border-left: 1px solid #e5e5e5;
}

.md-common-style .table-con > table td:first-of-type {
    text-align: left;
    padding-left: 20px;
    letter-spacing: -0.2px;
}

.md-common-style .table-con > table td.link {
    text-align: center;
}

.md-common-style .table-con > table td a {
    margin-left: 0;
    font-weight: 400;
}

.md-common-style .table-con > table a.download {
    vertical-align: middle;
}

.md-common-style .pop-table .top-option {
    height: 35px;
    padding: 15px 0;
}

.md-common-style .pop-table .top-option h6 {
    height: 35px;
    line-height: 45px;
}

.md-common-style .pop-table > table thead th {
    height: 55px;
}

.md-common-style .pop-table > table th:nth-of-type(1), .md-common-style .pop-table > table td:nth-of-type(1) {
    width: 180px;
}

.md-common-style .pop-table > table th:nth-of-type(2), .md-common-style .pop-table > table td:nth-of-type(2) {
    width: 590px;
}

.md-common-style .pop-table > table td:nth-of-type(2) {
    text-align: left;
    text-indent: 20px;
}

.md-common-style .pop-table > table th:nth-of-type(3), .md-common-style .pop-table > table td:nth-of-type(3) {
    width: 430px;
}

.md-common-style .pop-table > table td:nth-of-type(3) a {
    font-weight: 400;
}

/* ------- 대메뉴 명 : 지배구조공시 -------*/
/* 페이지 명 : 지배구조공시 전체 공통 사용 */
.corpor-common-style .table-con > table th, .corpor-common-style .table-con > table td {
    width: 400px;
}

.corpor-common-style .table-con > table td.link {
    text-align: center;
}

.corpor-common-style .table-con > table td a {
    margin-left: 0;
    font-weight: 400;
}

.corpor-common-style .pop-table .top-option {
    height: 35px;
    padding: 15px 0;
}

.corpor-common-style .pop-table .top-option h6 {
    height: 35px;
    line-height: 45px;
}

.corpor-common-style .pop-table > table thead th {
    height: 55px;
}

.corpor-common-style .pop-table > table th:nth-of-type(1), .corpor-common-style .pop-table > table td:nth-of-type(1) {
    width: 180px;
}

.corpor-common-style .pop-table > table th:nth-of-type(2), .corpor-common-style .pop-table > table td:nth-of-type(2) {
    width: 590px;
}

.corpor-common-style .pop-table > table td:nth-of-type(2) {
    text-align: left;
    text-indent: 20px;
}

.corpor-common-style .pop-table > table th:nth-of-type(3), .corpor-common-style .pop-table > table td:nth-of-type(3) {
    width: 430px;
}

.corpor-common-style .pop-table > table td:nth-of-type(3) a {
    font-weight: 400;
}

/* ------- 대메뉴 명 : 소비자공시 -------*/
/* 페이지 명 : 분쟁중 소제기현황 공시 */
.csd-dispute thead tr th {
    height: 41px;
}

.csd-dispute thead tr:first-of-type th:first-of-type {
    width: 180px;
}

.csd-dispute thead tr:first-of-type th:last-of-type {
    width: 1020px;
}

.csd-dispute thead tr:nth-of-type(2) th {
    width: 128px;
    border-left: 1px solid #e5e5e5;
}

.csd-dispute thead tr:nth-of-type(2) th:nth-of-type(3), .csd-dispute thead tr:nth-of-type(2) th:nth-of-type(4) {
    width: 254px;
}

.csd-dispute thead tr:last-of-type th {
    width: 127px;
    border-left: 1px solid #e5e5e5;
}

.csd-dispute tbody tr td {
    width: 128px;
}

.csd-dispute tbody tr td:first-of-type {
    width: 180px;
}

.csd-dispute tbody tr td:nth-of-type(4), .csd-dispute tbody tr td:nth-of-type(5),
.csd-dispute tbody tr td:nth-of-type(6), .csd-dispute tbody tr td:nth-of-type(7) {
    width: 127px;
}

.csd-dispute.fixed thead tr th {
    height: 41px;
}

.csd-dispute.fixed thead tr:first-of-type th:first-of-type {
    width: 180px;
}

.csd-dispute.fixed thead tr:first-of-type th:last-of-type {
    width: 1020px;
}

.csd-dispute.fixed thead tr:nth-of-type(2) th {
    width: 128px;
}

.csd-dispute.fixed thead tr:nth-of-type(2) th:nth-of-type(3), .csd-dispute.fixed thead tr:nth-of-type(2) th:nth-of-type(4) {
    width: 254px;
}

.csd-dispute.fixed thead tr:last-of-type th {
    width: 127px;
}

/* 페이지 명 : 신용카드사 민원건수 공시 */
.csd-petition th:nth-of-type(1), .csd-petition td:nth-of-type(1) {
    width: 400px;
}

.csd-petition th:nth-of-type(2), .csd-petition td:nth-of-type(2) {
    width: 800px;
}

.csd-petition.fixed th:nth-of-type(1), .csd-petition.fixed td:nth-of-type(1) {
    width: 400px;
}

.csd-petition.fixed th:nth-of-type(2), .csd-petition.fixed td:nth-of-type(2) {
    width: 800px;
}

/* 페이지 명 : 금융소비자보호 실태평가 결과 */
.csd-finanConPro table.customT th:nth-of-type(1) {
    width: 240px;
}

.csd-finanConPro table.customT td:nth-of-type(1) {
    width: 140px;
}

.csd-finanConPro table.customT td:nth-of-type(2) {
    width: 100px;
}

.csd-finanConPro table.customT th:nth-of-type(2), .csd-finanConPro table.customT td:nth-of-type(3) {
    width: 160px;
}

.csd-finanConPro table.customT th:nth-of-type(3), .csd-finanConPro table.customT td:nth-of-type(4) {
    width: 800px;
}

.csd-finanConPro table.customT td {
    padding: 10px 0;
    min-height: 56px;
    line-height: 22px;
    border-left: 1px solid #e5e5e5;
}

.csd-finanConPro table.customT tr:nth-of-type(5n-4) td:first-of-type {
    border-left: 0;
}

/* ------- 대메뉴 명 : 금융상품정보 -------*/
/* 페이지 명 : 카드상품 */
.fpi-cardProd p.mainT {
    padding-top: 20px;
    font: 300 26px/30px 'Roboto', 'Noto Sans KR';
    color: #000;
}

.fpi-cardProd p.mainT + .text-con {
    padding-top: 55px;
}

.fpi-cardProd .detail-con {
    padding-top: 55px;
}

.fpi-cardProd .detail-con h5 {
    padding-bottom: 5px;
}

.fpi-cardProd .detail-con table {
    margin-top: 40px;
}

.fpi-cardProd .detail-con h5 + table {
    margin-top: 20px;
}

.fpi-cardProd .detail-con td:first-of-type {
    font-weight: 500;
    color: #333;
}

.fpi-cardProd .detail-con a.link-text {
    display: inline-block;
    margin-top: 10px;
    font: 400 14px/26px 'Noto Sans KR';
    color: #f58220;
}

.fpi-cardProd .text-con + .detail-con {
    padding-top: 0;
}

.fpi-cardProd .table01 tr * {
    width: 220px;
}

.fpi-cardProd .table01 tr *:first-of-type {
    width: 140px;
}

.fpi-cardProd .table01 tr *:nth-of-type(3) {
    width: 280px;
}

.fpi-cardProd .table02 tr * {
    width: 470px;
}

.fpi-cardProd .table02 tr *:first-of-type {
    width: 140px;
}

.fpi-cardProd .table03 tr *:first-of-type {
    width: 140px;
}

.fpi-cardProd .table03 tr *:last-of-type {
    width: 940px;
}

.fpi-cardProd .table04 th {
    width: 150px;
    background: #f2f4f9;
}

.fpi-cardProd .table04 td:first-of-type {
    width: 930px;
    padding: 10px 0 35px 35px;
    text-align: left;
    font-weight: 300;
}

.fpi-cardProd .table04 td strong {
    display: block;
    padding: 25px 0 5px;
}

.fpi-cardProd .table04 + p {
    text-align: left;
    font: 400 14px/26px 'Noto Sans KR';
}

.fpi-cardProd .table05 tr *:first-of-type, .fpi-cardProd .table06 tr *:first-of-type, .fpi-cardProd .table07 tr *:first-of-type {
    width: 200px;
}

.fpi-cardProd .table05 tr *:last-of-type, .fpi-cardProd .table06 tr *:last-of-type, .fpi-cardProd .table07 tr *:last-of-type {
    width: 880px;
}

.fpi-cardProd .table05 td:last-of-type, .fpi-cardProd .table06 td:last-of-type, .fpi-cardProd .table07 td:last-of-type {
    padding: 25px 40px;
    text-align: left;
}

.fpi-cardProd .table05 td strong, .fpi-cardProd .table06 td strong, .fpi-cardProd .table07 td strong {
    display: block;
    padding-top: 7px;
    color: #000;
    font: 400 15px/22px 'Noto Sans KR';
}

.fpi-cardProd .table05 span, .fpi-cardProd .table06 span, .fpi-cardProd .table07 span {
    vertical-align: inherit;
    font-size: 14px;
    line-height: 22px;
}

.fpi-cardProd .table06 td strong {
    padding-bottom: 5px;
}

/* 페이지 명 : 카드대출상품 */
.fpi-cardLending .detail-con table td {
    height: 102px;
}

.fpi-cardLending .detail-con table tr *:first-of-type {
    width: 140px;
}

.fpi-cardLending .detail-con table tr *:last-of-type {
    width: 290px;
}

/* 페이지 명 : 리스·할부상품 */
.fpi-leaseProd h5 {
    padding-bottom: 5px;
}

.fpi-leaseProd img {
    display: block;
    margin: 20px auto 0;
}

.fpi-leaseProd .table-con {
    padding-top: 50px;
}

.fpi-leaseProd .table-con p {
    padding-bottom: 35px;
}

.fpi-leaseProd table tr *:first-of-type {
    width: 240px;
}

.fpi-leaseProd table td:first-of-type {
    font-weight: 500;
    text-align: left;
    text-indent: 15px;
    color: #333;
}

.fpi-leaseProd table td:first-of-type span {
    color: #aaa;
    font-weight: 300;
    vertical-align: inherit;
}

/* 페이지 명 : 신용대출상품 */
.fpi-creditLending table tr th:first-of-type {
    width: 240px;
}

.fpi-creditLending table tr td:first-of-type {
    width: 240px;
    text-align: left;
    text-indent: 15px;
    font-weight: 500;
    color: #333;
}

.fpi-creditLending .table-txt {
    padding-top: 20px;
    display: block;
    font: 300 15px/20px 'Noto Sans KR';
    color: #999;
}

.fpi-creditLending .table-txt + h5 {
    padding-bottom: 5px;
}

/* 페이지 명 : 신용대출상품 */
.fpi-finanGlo table tr * {
    width: 160px;
}

.fpi-finanGlo table tr th:last-of-type {
    width: 760px;
}

.fpi-finanGlo table tr td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.fpi-finanGlo table tr td.category:first-of-type {
    border-left: 0;
    font-weight: 500;
    color: #333;
}

.fpi-finanGlo table tr td:last-of-type {
    width: 760px;
    padding: 15px 0;
    padding-left: 25px;
    letter-spacing: -0.8px;
    text-align: left;
}

.fpi-finanGlo table.last th:last-of-type, .fpi-finanGlo table.last td:last-of-type {
    width: 920px;
}

/* 페이지 명 : 주요 FAQ */
.fpi-faq h3 {
    padding-bottom: 45px;
}

.fpi-faq .form-con {
    border-bottom: 0;
}

.fpi-faq .form-con .search-con {
    height: 100px;
    padding-top: 30px;
}

.fpi-faq .form-con select {
    margin-left: 130px;
}

.fpi-faq .form-con input[type=text] {
    width: 525px;
    margin-left: 10px;
}

.fpi-faq .form-con button {
    margin-left: 0;
}

.fpi-faq .detail-con .faq-head-con {
    width: 1080px;
    height: 52px;
    background: #f2f4f9;
    border-top: 1px solid #9d9d9d;
}

.fpi-faq .detail-con .faq-head-con p {
    height: 52px;
    float: left;
    font: 500 16px/52px 'Roboto', 'Noto Sans KR';
    color: #333;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
}

.fpi-faq .detail-con .faq-head-con p:nth-of-type(1) {
    width: 60px;
}

.fpi-faq .detail-con .faq-head-con p:nth-of-type(2) {
    width: 1020px;
}

.fpi-faq .detail-con .faq-head-con p:nth-of-type(3) {
    width: 800px;
    border-right: 0;
}

.fpi-faq .detail-con .question-con {
    width: 100%;
    height: auto;
    min-height: 57px;
}

.fpi-faq .detail-con .question-con > * {
    height: 57px;
    display: block;
    float: left;
    font: 500 16px/52px 'Roboto', 'Noto Sans KR';
    color: #333;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
}

.fpi-faq .detail-con .question-con span {
    width: 60px;
    text-align: center;
}

.fpi-faq .detail-con .question-con p {
    width: 220px;
    text-align: center;
}

.fpi-faq .detail-con .question-con a {
    width: 1020px;
    line-height: 57px;
    text-indent: 30px;
    font-weight: 400;
    color: #666;
    border-right: 0;
    position: relative;
}

.fpi-faq .detail-con .question-con a::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: -110px -54px;
}

.fpi-faq .detail-con .question-con a.on::after {
    background-position: -134px -54px;
}

.fpi-faq .detail-con .answer-con {
    display: none;
    width: 100%;
    height: auto;
    padding: 45px 60px;
    float: none;
    border-right: 0;
    overflow: hidden;
}

.fpi-faq .detail-con .answer-con > p {
    width: auto;
    font: 300 15px/26px 'Roboto', 'Noto Sans KR';
    color: #666;
    text-align: left;
}

.fpi-faq .detail-con .answer-con span {
    color: #aaa;
    font-size: 14px;
}

.fpi-faq .detail-con .answer-con p + p {
    padding-top: 25px;
}

/* ------- 대메뉴 명 : 금융소비자정보 -------*/
/* 페이지 명 : 신용카드∙대출 모집인 */
.fci-cardLoanRec .tab-con {
    padding-top: 60px;
}

.fci-cardLoanRec .none-form li a.on {
    border-bottom: 0;
}

.fci-cardLoanRec p span {
    font: 300 15px/38px 'Noto Sans KR';
    color: #999;
}

.fci-cardLoanRec .text-con [class*="link-con-"] {
    width: 100%;
}

.fci-cardLoanRec .text-con [class*="link-con-"] p {
    padding: 40px 0 10px;
    font: 400 16px/26px 'Noto Sans KR';
}

.fci-cardLoanRec .text-con [class*="link-con-"] p span {
    color: #999;
    line-height: 26px;
}

.fci-cardLoanRec .text-con [class*="link-con-"] a {
    display: block;
    margin: 0 auto;
    font: 400 16px/26px 'Noto Sans KR';
    color: #f58220;
}

.fci-cardLoanRec .text-con .link-con-01 {
    height: 140px;
    background: #f8f8f8;
}

.fci-cardLoanRec .text-con .link-con-01 p {
    padding: 40px 0 10px;
}

.fci-cardLoanRec .text-con .link-con-01 a {
    width: 200px;
}

.fci-cardLoanRec .text-con .link-con-02 {
    height: 160px;
    background: #f2f4f9;
}

.fci-cardLoanRec .text-con .link-con-02 p {
    padding: 40px 0 5px;
}

.fci-cardLoanRec .text-con .link-con-02 a {
    width: 215px;
}

.fci-cardLoanRec .text-con .link-con-03 {
    height: 140px;
    background: #f8f8f8;
}

.fci-cardLoanRec .text-con .link-con-03 p {
    padding: 40px 0 10px;
}

.fci-cardLoanRec .text-con .link-con-03 a {
    width: 215px;
}

.fci-cardLoanRec .list-con.list01 dt {
    width: 165px;
}

.fci-cardLoanRec .list-con.list01 dd {
    width: 915px;
}

.fci-cardLoanRec .list-con.list02 dt {
    width: 160px;
}

.fci-cardLoanRec .list-con.list02 dd {
    width: 920px;
}

.fci-cardLoanRec .table-con table th {
    width: 150px;
    background: #f2f4f9;
}

.fci-cardLoanRec .table-con table td {
    width: 930px;
    padding: 10px 0 35px 35px;
    text-align: left;
}

.fci-cardLoanRec .table-con table td strong {
    display: block;
    padding: 25px 0 5px;
}

.fci-cardLoanRec h5 {
    padding: 0 0 5px;
}

/* 페이지 명 : 금융교육 */
.fci-finanEdu .text-con .link-con {
    width: 100%;
    height: 205px;
    background: #f8f8f8;
}

.fci-finanEdu .text-con .link-con p {
    padding: 40px 0 10px;
    font: 400 16px/26px 'Noto Sans KR';
}

.fci-finanEdu .text-con .link-con a {
    width: 196px;
    display: block;
    margin: 0 auto;
    font: 400 16px/26px 'Noto Sans KR';
    color: #f58220;
}

.fci-finanEdu p span {
    display: block;
    font: 300 15px/38px 'Roboto', 'Noto Sans KR';
    color: #999;
    text-align: center;
}

.fci-finanEdu p + p {
    padding-top: 30px;
}

.fci-finanEdu .list-con h5 {
    padding: 0 0 5px;
}

.fci-finanEdu .list-con p {
    padding: 0 0 40px;
    text-align: center;
    font: 300 18px/26px 'Noto Sans KR';
    color: #666;
}

.fci-finanEdu .list-con.list01 {
    padding-top: 0;
}

.fci-finanEdu .list-con.list01 dt {
    width: 190px;
}

.fci-finanEdu .list-con.list01 dd {
    width: 890px;
}

.fci-finanEdu .list-con.list02 dt {
    width: 140px;
}

.fci-finanEdu .list-con.list02 dd {
    width: 940px;
}

/* 페이지 명 : 내카드 한눈에 */
.fci-cardsPack .list-con.list01 {
    padding-top: 80px;
}

.fci-cardsPack .list-con.list01 dt {
    width: 150px;
}

.fci-cardsPack .list-con.list01 dd {
    width: 930px;
}

.fci-cardsPack .list-con.list02 h5 {
    padding: 0 0 5px;
}

.fci-cardsPack .list-con.list02 p {
    padding: 0 0 40px;
    text-align: center;
    font: 300 18px/26px 'Noto Sans KR';
    color: #666;
}

.fci-cardsPack .list-con.list02 dt {
    width: 165px;
}

.fci-cardsPack .list-con.list02 dd {
    width: 915px;
}

.fci-cardsPack .table-con {
    padding-top: 80px;
}

.fci-cardsPack table.download-con td {
    height: 220px;
}

.fci-cardsPack table.download-con td:nth-of-type(2) > span {
    height: 80px;
}

/* 페이지 명 : 카드다모아 */
.fci-cardCollect {
    width: 1200px;
}

.fci-cardCollect .none-form {
    padding-bottom: 70px;
}

.fci-cardCollect .none-form li a.on {
    border-bottom: 0;
}

.fci-cardCollect table th {
    height: 87px;
}

.fci-cardCollect table th:nth-of-type(1) {
    width: 155px;
}

.fci-cardCollect table th:nth-of-type(2) {
    width: 200px;
}

.fci-cardCollect table th:nth-of-type(3) {
    width: 300px;
}

.fci-cardCollect table th:nth-of-type(4) {
    width: 440px;
}

.fci-cardCollect table th:nth-of-type(5) {
    width: 105px;
}

.fci-cardCollect table td {
    height: 130px;
    padding: 0 20px;
    text-align: left;
    letter-spacing: -0.5px;
    font: 400 15px/24px 'NotoSansCJKkr','Roboto', 'Noto Sans KR';
    color: #222;
}

.fci-cardCollect table td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.fci-cardCollect table td.cards-com:first-of-type {
    border-left: 0;
}

.fci-cardCollect table td img {
    display: block;
    margin: 0 auto 12px;
}

.fci-cardCollect table td span {
    display: block;
    font: 400 15px/20px 'Roboto', 'Noto Sans KR';
    color: #222;
    text-align: center;
}

.fci-cardCollect table td a {
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.fci-cardCollect.fixed th:nth-of-type(1) {
    width: 155px;
}

.fci-cardCollect.fixed th:nth-of-type(2) {
    width: 200px;
}

.fci-cardCollect.fixed th:nth-of-type(3) {
    width: 300px;
}

.fci-cardCollect.fixed th:nth-of-type(4) {
    width: 440px;
}

.fci-cardCollect.fixed th:nth-of-type(5) {
    width: 105px;
}

/* 페이지 명 : 가맹점 카드매출 조회 */
.fci-branchCards thead th {
    height: 50px;
}

.fci-branchCards td.cards-com {
    color: #333333;
    font-weight: 500;
}

.fci-branchCards tbody td {
    height: 120px;
}

.fci-branchCards tbody tr:last-child {
    height: 140px;
}

.fci-branchCards table.download-con td {
    height: 200px;
}

.fci-branchCards table.download-con td:nth-of-type(2) > span {
    height: 54px;
}

/* 페이지 명 : 카드포인트 통합조회 */
.fci-cardPoint .min_text-con {
    color: #999999;
    font-size: 15px;
    margin-top: 17px;
    display: inline-block;
    letter-spacing: -1px;
    font-weight: normal;
}

.fci-cardPoint .list-con dt {
    width: 135px;
}

.fci-cardPoint .list-con dd {
    width: 945px;
}

.fci-cardPoint table.download-con td {
    height: 200px;
}

.fci-cardPoint table.download-con td:nth-of-type(2) > span {
    height: 54px;
}

/* 페이지 명 : 상속인 금융거래 조회 */
.fci-feirFinan .list-con dt {
    width: 195px;
}

.fci-feirFinan .list-con dd {
    width: 885px;
}

.fci-feirFinan .text-con .link-con {
    width: 100%;
    height: 160px;
    background: #f8f8f8;
}

.fci-feirFinan .text-con .link-con p {
    padding: 40px 0 10px;
    font: 400 16px/26px 'Noto Sans KR';
}

.fci-feirFinan .text-con .link-con a {
    width: 200px;
    display: block;
    margin: 0 auto;
    font: 400 16px/26px 'Noto Sans KR';
    color: #f58220;
}

.fci-reportLost .text-con p span {
    font: 300 15px/38px 'Noto Sans KR';
    color: #999;
}

.fci-reportLost h5 {
    padding: 0 0 5px;
}

.fci-reportLost .list-con dt {
    width: 165px;
}

.fci-reportLost .list-con dd {
    width: 915px;
}

.fci-reportLost p.min_text-con {
    color: #999999;
    font-size: 15px;
    margin-top: 17px;
    display: block;
    letter-spacing: -1px;
}

.fci-reportLost .step-con ul {
    width: 100%;
    display: inline-block;
}

.fci-reportLost .step-con li {
    width: 320px;
    height: 205px;
    float: left;
}

.fci-reportLost .step-con li + li {
    margin-left: 60px;
    position: relative;
}

.fci-reportLost .step-con li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px;
    margin-left: -37px;
    width: 14px;
    height: 34px;
    background: url(../images/common/btn-set.png) no-repeat;
    background-position: 0 -186px;
}

.fci-reportLost .step-con h6 {
    width: 100%;
    height: 50px;
    font: 500 15px/50px 'Noto Sans KR';
    color: #fff;
    text-align: center;
    background: url(../images/content/bg-list-img.jpg) no-repeat;
}

.fci-reportLost .step-con p {
    width: 100%;
    height: 155px;
    padding-top: 30px;
    font: 300 15px/22px 'Noto Sans KR';
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-top: 0;
}

.fci-reportLost .step-con p strong {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 500;
    color: #1b35ac;
}

.fci-reportLost table td {
    height: 40px;
}

.fci-reportLost table td:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.fci-reportLost table tr:nth-of-type(2n-1) td:first-of-type {
    border-left: 0;
    font-weight: 500;
    color: #333;
}


/* 페이지 명 : 자료실 */
.con-sub .table-con .referenceW th,.con-sub .table-con .referenceW td {
    border-left:none;
    }
    
    .con-sub .table-con .referenceW tbody td:nth-child(1) {
    border-left:none;
    }
    
    .con-sub .table-con .referenceW tbody td:nth-child(2) {
    text-align:left;
    padding:0 13px;
    }
    
    .con-sub .table-con .referenceW tbody td:nth-child(2) a {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin:5px 0 0;
    font-weight:400;
    width:700px;
    }
    
    .con-sub .table-con .referenceW a {
    margin-left:0;
    vertical-align:middle;
    }
    
    .pagnav-w {
    margin:45px 0;
    }
    
    .pagnav-w .pagination {
    text-align:center;
    }
    
    .pagnav-w .pagination li {
    display:inline-block;
    margin:0 8px;
    vertical-align:top;
    }
    
    .pagnav-w .pagination li a {
    font:400 16px/10px 'Noto Sans KR';
    color:#626262;
    }
    
    .pagnav-w .pagination li a.on {
    font-weight:500;
    color:#222;
    }
    
    .frpage {
    width:17px;
    height:17px;
    font-size:0;
    text-indent:-999999px;
    background:url(../images/common/btn-set.png) no-repeat;
    background-position:0 -233px;
    vertical-align:middle;
    }
    
    .prev {
    width:17px;
    height:17px;
    font-size:0;
    text-indent:-999999px;
    background:url(../images/common/btn-set.png) no-repeat;
    background-position:-19px -233px;
    vertical-align:middle;
    }
    
    .next {
    width:17px;
    height:17px;
    font-size:0;
    text-indent:-999999px;
    background:url(../images/common/btn-set.png) no-repeat;
    background-position:-34px -233px;
    vertical-align:middle;
    }
    
    .lapage {
    width:17px;
    height:17px;
    font-size:0;
    text-indent:-999999px;
    background:url(../images/common/btn-set.png) no-repeat;
    background-position:-50px -233px;
    vertical-align:middle;
    }
    
    .search_box {
    width:838px;
    height:42px;
    border:1px solid #ccc;
    padding:29px 116px;
    margin:0 60px;
    }
    
    .search_box select {
    width:180px;
    height:40px;
    padding-left:15px;
    border:1px solid #ccc;
    font:400 16px/25px 'Noto Sans KR';
    vertical-align:middle;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(../images/common/opt-select-dir.png) right center no-repeat;
    }
    
    .search_box select::-ms-expand {
    display:none;
    }
    
    .search_box input {
    width:532px;
    height:36px;
    cursor:text;
    border:1px solid #ccc;
    margin:0 5px;
    }
    
    .search_box button {
    width:100px;
    height:40px;
    position:relative;
    vertical-align:middle;
    }
    
    .search_box button::before,.search_box button::after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    transition:all .7s;
    -webkit-transition:all .7s;
    z-index:1;
    }
    
    .search_box button::before {
    width:100%;
    background:#f58220;
    }
    
    .search_box button::after {
    width:0;
    background:#e86900;
    }
    
    .search_box button:hover::after {
    width:100%;
    transition:all .7s;
    -webkit-transition:all .7s;
    }
    
    .search_box button span {
    display:block;
    width:100px;
    height:40px;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    font:400 16px/40px 'Noto Sans KR';
    color:#fff;
    }
    
    
    /* 페이지 명 : 자료실view */
    .reference-con {
        width:1200px;
        margin-top:45px;
        border-top:1px solid #888;
    }
    
    .reference-con .ref-header {
        width:1200px;
        height:80px;
        border-bottom:1px solid #e5e5e5;
    }
    
    .reference-con .ref-header h4 {
        color:#212121;
        font:500 18px/80px 'Noto Sans KR';
        float:left;
        width:850px;
        padding:0 75px 0 30px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    
    .reference-con .ref-header .date-W {
        color:#212121;
        font:400 16px/80px 'Noto Sans KR';
        float:left;
    }
    
    .reference-con .ref-header .date-W span {
        width:100px;
        display:inline-block;
    }
    
    .reference-con .ref-header .fd-W p {
        display:inline-block;
        padding:30px 0 0 70px;
    }
    
    .reference-con .ref-header .fd-W p a.download {
        width:20px;
        height:24px;
        font-size:0;
        text-indent:-999999px;
        background:url(../images/common/btn-set.png) no-repeat;
        background-position:-137px -24px;
    }
    
    .textBox-W {
        border-bottom:1px solid #888;
    }
    
    .textBox-W .textBox {
        padding:70px 35px 80px;
    }
    
    .textBox-W .textBox p {
        color:#212121;
        font:400 16px/20px 'Noto Sans KR';
        line-height:2.3;
    }
    
    .ref_btn {
        text-align:center;
        margin-top:40px;
    }
    
    .ref_btn button {
        width:200px;
        height:50px;
        position:relative;
    }
    
    .ref_btn button::before {
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
        height:100%;
        transition:all .7s;
        -webkit-transition:all .7s;
        z-index:1;
    }
    
    .ref_btn button::before {
        width:100%;
        background:#000;
    }
    
    .ref_btn button span {
        display:block;
        width:200px;
        height:50px;
        position:absolute;
        top:0;
        left:0;
        z-index:2;
        font:400 18px/50px 'Noto Sans KR';
        color:#fff;
    }
    

/* ------- 대메뉴 명 : 사이트 맵 & 멤버쉽 -------*/
/* 페이지 명 : 사이트맵 */
.membership-top {
    position: relative;
}

.membership-top::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #e1e0e1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.siteMap {
    padding-bottom: 170px;
}

.siteMap [class*="navGroup_"] {
    padding: 35px 0;
    border-top: 1px solid #ddd;
}

.siteMap [class*="navGroup_"]:first-of-type {
    border-color: #000;
}

.siteMap [class*="navGroup_"] h6 {
    width: 300px;
    display: block;
    float: left;
    font: 500 18px/30px 'Noto Sans KR';
    letter-spacing: -0.5px;
}

.siteMap [class*="navGroup_"] > ul {
    width: 900px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.siteMap [class*="navGroup_"] > ul > li {
    display: inline-block;
    -ms-flex: 1 33.3%;
    -webkit-flex: 1 33.3%;
    flex: 1 33.3%;
    margin-top: 27px;
}

.siteMap [class*="navGroup_"] > ul > li:nth-of-type(1), .siteMap [class*="navGroup_"] > ul > li:nth-of-type(2), .siteMap [class*="navGroup_"] > ul > li:nth-of-type(3) {
    margin-top: 0;
}

.siteMap [class*="navGroup_"] a {
    display: inline;
    font: 400 18px/30px 'Noto Sans KR';
    color: #0c4da2;
    letter-spacing: -0.5px;
}

.siteMap [class*="navGroup_"] .detail li {
    margin-top: 10px;
}

.siteMap [class*="navGroup_"] .detail li:first-of-type {
    margin-top: 13px;
}

.siteMap [class*="navGroup_"] .detail a {
    font: 300 16px/25px 'Noto Sans KR';
    color: #666;
}

.siteMap .nav-custom > ul {
    position: relative;
}

.siteMap .nav-custom > ul > li {
    width: 33.3%;
    height: 30px;
    display: block;
    flex: none;
    position: absolute;
    top: 0;
}

.siteMap .nav-custom.navGroup_03 {
    padding-bottom: 44px;
}

.siteMap .nav-custom.navGroup_03 > ul > li {
    right: 0;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(1) {
    width: 66.6%;
    height: auto;
    position: static;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(2) {
    margin-top: 0px;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(3) {
    margin-top: 40px;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(4) {
    margin-top: 80px;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(5) {
    margin-top: 120px;
}

.siteMap .nav-custom.navGroup_03 > ul > li:nth-of-type(6) {
    margin-top: 160px;
}

.siteMap .nav-custom.navGroup_08 {
    padding-bottom: 50px;
}

.siteMap .nav-custom.navGroup_08 > ul > li {
    left: 0;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(2n+1) {
    margin-left: 300px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(1), .siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(2), .siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(3) {
    width: 33.3%;
    height: auto;
    float: left;
    position: static;
    margin-left: 0;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(4) {
    margin-top: 40px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(5) {
    margin-top: 40px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(6) {
    margin-top: 80px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(7) {
    margin-top: 80px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(8) {
    margin-top: 120px;
}

.siteMap .nav-custom.navGroup_08 > ul > li:nth-of-type(9) {
    margin-top: 120px;
}

/* 페이지 명 : 회원가입 */
.join-con .join-tab {
    width: 1200px;
    height: 80px;
}

.join-con .join-tab li {
    width: calc(33.3% - 2px);
    height: 100%;
    display: block;
    float: left;
    border-top: 1px solid #222;
    box-sizing: border-box;
    font: 500 18px/80px 'Noto Sans KR';
    color: #222;
    text-align: center;
}

.join-con .join-tab li.on {
    border-color: #f68a1e;
    color: #f68a1e;
}

.join-con .join-tab li:nth-of-type(2) {
    margin: 0 3px;
}

.join-con .form-con {
    border-bottom: 0;
}

.join-con .form-con form > .join-text {
    width: 1200px;
    height: auto;
    max-height: 600px;
    overflow-y: auto;
    padding: 25px 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.join-con .form-con form > .join-text p {
    font: 400 16px/21px 'Noto Sans KR';
}

.join-con .form-con .join-submit {
    border: 0;
}

.join-con .form-con .join-submit .checkbox {
    width: 1200px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: static;
}

.join-con .form-con .join-submit button.finish {
    background: #222;
}

.join-con .join-form {
    border-top: 1px solid #ccc;
}

.join-con .join-form form {
    width: 580px;
    height: auto;
    margin: 0 auto;
}

.join-con .join-form form > div {
    margin-top: 40px;
    border: 0;
}

.join-con .join-form h6 {
    margin-bottom: 40px;
    font: 400 18px/20px 'Noto Sans KR';
    color: #222;
}

.join-con .join-form [class*="col-"] {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.join-con .join-form [class*="col-"] > * {
    display: block;
    float: left;
}

.join-con .join-form [class*="col-"] label {
    width: 130px;
    height: 100%;
    padding: 0;
}

.join-con .join-form [class*="col-"] label span {
    width: auto;
    font: 300 14px/40px 'Noto Sans KR';
    color: #888;
    position: relative;
}

.join-con .join-form [class*="col-"] label span::after {
    content: "*";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    color: #f68a1e;
    font: 300 18px/22px 'Noto Sans KR';
}

.join-con .join-form [class*="col-"] label span.double {
    padding-left: 10px;
}

.join-con .join-form [class*="col-"] input {
    width: 450px;
    height: 100%;
    background: #efefef;
    color: #222;
    border: 0;
    box-sizing: border-box;
    font: 400 14px/38px 'Noto Sans KR';
    color: #222;
    text-indent: 20px;
}

.join-con .join-form [class*="col-"] > span {
    height: 100%;
    background: #efefef;
    font: 400 14px/38px 'Noto Sans KR';
    color: #222;
    text-align: center;
}

.join-con .join-form [class*="col-"] input:focus {
    border: 1px solid #222;
}

.join-con .join-form [class*="col-"] button {
    width: 120px;
    height: 100%;
    margin-left: 5px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    font: 400 14px/38px 'Noto Sans KR';
    color: #222;
    text-align: center;
}

.join-con .join-form [class*="col-"] ::-webkit-input-placeholder {
    color: #bbb;
}

.join-con .join-form [class*="col-"] :-ms-input-placeholder {
    color: #bbb;
}

.join-con .join-form [class*="col-"] ::placeholder {
    color: #bbb;
}

.join-con .join-form .col-text-btn input {
    width: 325px;
}

.join-con .join-form .col-mail input:first-of-type {
    width: 175px;
}

.join-con .join-form .col-mail input:last-of-type {
    width: 250px;
}

.join-con .join-form .col-mail span {
    width: 25px;
}

.join-con .join-form .col-num input {
    width: 147px;
}

.join-con .join-form .col-num input:first-of-type {
    width: 116px;
}

.join-con .join-form .col-num span {
    width: 20px;
}

.join-con .join-form .col-check {
    height: auto;
    height: 40px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.join-con .join-form .col-check .checkbox label {
    padding-left: 10px;
    font-size: 13px;
    color: #888;
}

.join-con .join-form .col-check > a {
    width: 70px;
    height: 20px;
    float: right;
    position: relative;
}

.join-con .join-form .col-check > a::before {
    content: "약관보기";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 20px;
    color: #222;
    font: 400 14px/20px 'Noto Sans KR';
}

.join-con .join-form .col-check > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 20px;
    background: url(../images/common/btn-set.png) -110px -52px no-repeat;
}

.join-con .join-form .col-check > a.on::before {
    content: "약관닫기";
}

.join-con .join-form .col-check > a.on::after {
    background-position: -134px -52px;
}

.join-con .join-form .col-check .join-info {
    display: none;
    width: 100%;
    height: 335px;
    margin-top: 20px;
    padding: 25px 0;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.join-con .join-form .col-check .join-info > div {
    width: 100%;
    height: 285px;
    overflow-y: auto;
}

.join-con .join-form .col-check .join-info p {
    font: 300 14px/20px 'Noto Sans KR';
    color: #555;
}

.join-con .join-form .col-check.on {
    height: 375px;
}

.join-con .join-form .col-select select {
    width: 450px;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font: 400 14px/38px 'Noto Sans KR';
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/opt-select-dir.png) right center no-repeat;
}

.join-con .join-form .col-select select::-ms-expand {
    display: none;
}

.join-con .join-form .half {
    width: 50%;
    float: left;
}

.join-con .join-form .half input {
    width: 160px;
}

.join-con .join-form .join-submit {
    width: 100%;
}

.join-con .join-form .join-submit button {
    width: 100%;
}

.join-con .join-fin .join-text {
    width: 1200px;
    height: 280px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.join-con .join-fin .join-text h6 {
    padding: 95px 0 40px;
    font: 500 32px/32px 'Noto Sans KR';
    text-align: center;
}

.join-con .join-fin .join-text p {
    font: 300 18px/18px 'Noto Sans KR';
    text-align: center;
}

.join-con .join-fin .join-text .name {
    font-weight: 500;
    color: #0c4da2;
}

.join-con .join-fin .join-submit {
    padding-top: 50px;
}

.gchart svg text{
	font-family: 'Noto Sans KR' !important;
}
