@charset "utf-8";

/* Container */
.wrap-contents {padding-bottom: 80px;}
.wrap-contents .container {max-width:1400px;}

/* Subject */
.subject {text-align: center;}
.subject h2 {position: relative; display: inline-block; margin: 100px 0 70px 0; font-family:'S-CoreDream-5Medium'; font-size: 34px; line-height:1.2;}
.subject h2:after {content: ''; position: absolute; left: 50%; top: -50px; width: 25px; height: 28px; margin: 0 0 0 -12.5px; background: url('../../images/guide/bul-title.png') no-repeat center center;}


/* Tab */
.tab {}
.tab .div_3{margin-bottom: 60px;}
#menuUItab .mobile-tab {}
.tab_div .mobile-tab{display:none}


  .tab_div .ul_3 {width: 100%;overflow: hidden;position: relative;text-align: center;display: flex;justify-content: center;}
  .tab_div .ul_3::after {position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #d1d1d1;}
  .tab_div .ul_3 > li {position: relative;display: inline-block;width: 20%;border: 1px solid #CBCBCB;text-align: center;overflow: hidden;border-radius: 50px;transition: all 0.4s;background-color: #f5f5f5;margin: 0 0.5%;}
  .tab_div .ul_3 > li::before {position: absolute;left: 0;top: 18px;width: 1px;height: 20px;background: #CBCBCB;transition: opacity 0.3s;}
  .tab_div .ul_3 > li::after {position: absolute;left: 0;top: 0;width: 100%;height: 101%;box-sizing: border-box;border: 3px solid #139cb4;opacity: 0;transition: opacity 0.5s;}
  .tab_div .ul_3 > li > a {position: relative;z-index: 3;display: block;padding: 15px 0;font-family: 'S-CoreDream-4Regular';font-size: 16px;letter-spacing: -0.5px;transform: translateY(-50%);top: 50%;}
  .tab_div .ul_3 > li > a::before {right: 20px;top: 15px;width: 25px;height: 25px;background: url('../../images/guide/more_arrow_1.png') no-repeat 58% center;border: 1px solid #CBCBCB;border-radius: 50%;transition: all 0.3s;}
  .tab_div .ul_3 > li > a[target=_blank]::after {content: ''; position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url('../../images/guide/tab-link-blank.png') no-repeat 93% center; }
  
  .tab_div .ul_3 > li._active,  .tab_div .ul_3 > li:hover{
   border: 1px solid #3c6dbf; 
    background: #3c6dbf;

  .tab_div .ul_3 > li._active > a,
  .tab_div .ul_3 > li:hover > a {font-family: 'S-CoreDream-4Regular';color: #fff;}
  .tab_div .ul_3 > li:hover::before {opacity: 0;}
  .tab_div .ul_3 > li:hover + li::before {opacity: 0;}
  .tab_div .ul_3 > li._active::after,
  .tab_div .ul_3 > li:hover::after {opacity: 1;}
  .tab_div .ul_3 > li._active > a::before,
  .tab_div .ul_3 > li:hover > a::before {}
  .tab_div .ul_3 > li._active > a[target=_blank]::after ,
  .tab_div .ul_3 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-ov.png');}

  .tab_div .ul_4 {overflow: hidden; border-left: 1px solid #ccc;}
  .tab_div .ul_4 > li {position: relative; float: left;}
  .tab_div .ul_4 > li > a {position: relative; z-index: 2; display: block; padding: 17px 5px 17px 5px; font-size: 16px; line-height: 24px; color: #333333; text-align: center; border: 1px solid #CCCCCC; border-bottom: 1px solid #0146B9; border-left: 0; transition: color 0.3s;}
  .tab_div .ul_4 > li > a[target=_blank]::after {content: ''; position: relative; top: 3px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url(../../images/guide/tab-link-blank.png) no-repeat 93% center; }

  .tab_div .ul_4 > li._active > a,
  .tab_div .ul_4 > li:hover > a {background: #023894; color: #fff;}
  .tab_div .ul_4 > li._active > a[target=_blank]::after ,
  .tab_div .ul_4 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-white.png');}

  .tab_div .ul_5 {position: relative; overflow: hidden;}
  .tab_div .ul_5::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d1d1d1;}
  .tab_div .ul_5 > li {position: relative; float: left; border-bottom: 1px solid #CBCBCB;}
  .tab_div .ul_5 > li::before {content: ""; position: absolute; right: 0; top: 18px; width: 1px; height: 20px; background: #CBCBCB; transition: opacity 0.3s;}
  .tab_div .ul_5 > li:last-child::before {display: none;}
  .tab_div .ul_5 > li::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; box-sizing: border-box; background: #139cb4; opacity: 0; transition: opacity 0.5s;}
  .tab_div .ul_5 > li > a {position: relative; display: block; padding: 15px 20px 16px 40px; font-size: 16px; font-family: "S-CoreDream-3Light"; letter-spacing: -0.5px; color: #555555; z-index: 3;}
  .tab_div .ul_5 > li > a::before {content: ""; position: absolute; left: 20px; top: 23px; width: 10px; height: 10px; background: #b7b7b7; border-radius: 100%; transition: all 0.3s;}
  .tab_div .ul_5 > li:first-child > a::before {left: 0;}
  .tab_div .ul_5 > li > a[target=_blank]::after {content: ''; position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background:  url(../../images/guide/tab-link-blank.png) no-repeat 93% center; }
  .tab_div .ul_5 > li:first-child > a {padding-left: 20px;}
  .tab_div .ul_5 > li:first-child > a::after {left: 0;}

  .tab_div .ul_5 > li._active > a,
  .tab_div .ul_5 > li:hover > a {font-family: 'S-CoreDream-4Regular'; color: #046478;}
  .tab_div .ul_5 > li:hover::before {opacity: 0;}
  .tab_div .ul_5 > li:hover + li::before {opacity: 0;}
  .tab_div .ul_5 > li._active::after,
  .tab_div .ul_5 > li:hover::after {opacity: 1;}
  .tab_div .ul_5 > li._active > a::before,
  .tab_div .ul_5 > li:hover > a::before {background: #2198b0;}
  .tab_div .ul_5 > li._active > a[target=_blank]::after ,
  .tab_div .ul_5 > li:hover > a[target=_blank]::after {background: url('../../images/guide/tab-link-blank-ov.png');}
}


/* Heading */
.objHeading_h2{position: relative; display: block; margin-top: 50px; font-family: 'S-CoreDream-5Medium'; font-size: 26px; letter-spacing: -0.5px; line-height :1.5; color: #151515; }
.objHeading_h2::before {content: '';position: absolute;left: -15px;top: 7px;width: 3px;height: 27px;background: #151515;}
.objHeading_h3{position: relative;display: block;margin-top: 30px;font-family: 'S-CoreDream-5Medium';font-size: 22px;line-height: 1.5;letter-spacing: -0.5px;color: #151515;font-weight:400 !important}
.objHeading_h3::before {content: '';position: absolute;left: -15px;top: 50%;width: 6px;height: 6px;background: #151515;border-radius: 100%;margin-top: -3px}
.objHeading_h4{position: relative;display: block;margin-top: 45px;padding-top: 10px;font-family:'S-CoreDream-5Medium';line-height: 1.5;font-size: 22px;letter-spacing: -0.5px;color: #2d659f;padding-left: 0;font-weight: normal !important;}
.objHeading_h4::before {content: ''; position: absolute; left: 0; top: 0px; width: 28px; height: 2px; background: #2d659f; }
.objHeading_h5{position: relative;display: block;margin-top: 30px;padding-left: 19px;font-family: 'S-CoreDream-5Medium';font-size: 20px;line-height: 1.5;letter-spacing: -0.5px;color: #0d6d5c;}
.objHeading_h5::before {content: '';position: absolute;left: 0;top: 50%;width: 10px;height: 10px;border: 3px solid #0d6d5c;transform: translateY(-50%);}
.objHeading_h6{position: relative;display: block;margin-top: 30px;padding-left: 15px;font-family: 'S-CoreDream-5Medium';font-size: 18px;line-height: 1.5;letter-spacing: -0.5px;color: #555;}
.objHeading_h6::before {content: '';position: absolute;left: 0;top: 50%;width: 7px;height: 7px;transform: rotateZ(313deg);font-weight: bold;border-bottom: 2px solid #555;border-left: 2px solid #555;margin-top: -5px;}

.objHeading_h1.no-margin,
.objHeading_h2.no-margin,
.objHeading_h3.no-margin,
.objHeading_h4.no-margin,
.objHeading_h5.no-margin {margin-top: 0;}


/* Description */
.con-desc {font-size: 17px; line-height: 1.7; letter-spacing: -0.5px; color: #333333;}
.con-desc strong {font-family:'S-CoreDream-5Medium'; color: #333333;}
._objHtml.no-margin {margin-top: 0px !important;}
._objHtml.no-margin > div {margin-top: 0px !important;}
.sub-indent {padding-left: 5px;}

/* 개인채무자보호  */
.protect-debtor{border: 1px solid #cdcdcd;padding: 35px 80px 45px;border-radius: 40px;width: 1260px; margin: 0 auto 40px;;}
.protect-debtor h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'NH Medium';
}
.protect-debtor .txt{text-align: center;}
.protect-debtor .con-list1 li{font-size:18px}
.protect-debtor .con-list1 li strong{
    color: #2246b1;
}
.protect-debtor p{font-size: 18px;font-family: 'Noto Regular',sans-serif;}



/* Align */
.align-r {text-align: right;}
.align-c {text-align: center;}
.align-l {text-align: left;}

/* Point Color */
.p-color1 {color: #183d93;}
.p-color2 {color: #018cff;}
.p-color3 {color: #eb8105;}

.txt-color1 {color: #d63f11;}
.txt-color2 {color: #00c6ff;}
.txt-color3 {color: #faa635;}
.txt-color4 {color: #00b622;}

.txt-bold {font-family: 'S-CoreDream-5Medium';}

.videoInfo iframe{min-height:800px}

.objTag ul{margin-top:10px}
.objTag ul li {position: relative; margin: 5px 0 0 0; padding-left: 16px; line-height: 1.6; letter-spacing: -0.5px; color: #333;}
.objTag ul li::before {content: '';position: absolute;left: 0;top: 10px;width: 4px;height: 4px;background: #9d9d9d;border-radius: 100%;}


/* Table */
.table-caption {text-align: right; font-size: 13px; line-height: 34px; color: #7e7e7e; font-weight: 400;}
.con-table-wrap {position: relative; line-height: 1.6;}
.con-table:before {content: ''; position: absolute; right: -2px; top: 0px; width: 3px; height: 100%; background: #FFF; z-index: 2;}
.con-table {position: relative; line-height: 1.6; overflow: hidden;}
.con-table:after {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff;}
.con-table table {position: relative; overflow: hidden;}
.con-table table:before {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #FFF; z-index: 2;}
.con-table table:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 2px; background: #0146B9}
.con-table thead {border-bottom: 1px solid #B1B2B3}
.con-table thead th {padding: 14px 10px; background: #F7F8F9; border-right: 1px solid #dddee0; border-top: 1px solid #dddee0; font-weight: 400; font-size: 15px; color: #111;}
.con-table tbody {display: table-header-group;}
.con-table tbody th {padding: 13px 20px; background:#FBFBFB; border-right: 1px solid #dddee0; border-bottom: 1px solid #dddee0; font-weight: 400; color: #000;font-size: 15px; }
.con-table tbody td {padding: 13px 20px; background:#fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0; font-weight: 400; text-align: left; color:#555;font-size: 15px; }
.con-table tbody td .link {position: relative; color: #666;}
.con-table tbody td .link::after {content: ''; position: relative; top: -2px; display: inline-block; width: 15px; height: 15px; background: url('../../images/guide/ic_tbl_link.png') no-repeat center center; margin-left: 10px; vertical-align: middle;}
.con-table .list > li {position: relative; padding-left: 17px;}
.con-table .list > li:after {content: ''; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: #B4C1DD; border-radius: 100%;}
.con-table .align-l {text-align: left;}
.con-table .align-c {text-align: center;}
.con-table .align-r {text-align: right;}


/* List Type */
.con-list1 > ul > li {position: relative; margin: 5px 0 0 0; padding-left: 16px;font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #333;}
.con-list1 > ul > li::before {content: '';position: absolute;left: 0;top: 10px;width: 4px;height: 4px;background: #9d9d9d;border-radius: 100%;}
.con-list1 > ul > li > strong { font-size: 18px; color: #222;}

.con-arrow-list > ul > li {position: relative; padding-left: 18px; font-size: 16px; line-height: 25px; letter-spacing: -0.5px; color: #333;}
.con-arrow-list > ul > li::before {content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 4px; background: url('../../images/guide/bull_list.png') no-repeat;}

.circle-num-title {position: relative; padding-left: 25px; font-family: 'S-CoreDream-5Medium'; font-size: 18px; line-height: 20px; letter-spacing: -0.5px; color: #333;}
.circle-num-title .num {position: absolute; left: 0; top: 2px; display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: #4B74CC; border-radius: 50%; font-family: 'Montserrat'; font-size: 10px; vertical-align: middle; letter-spacing: -0.5px; text-align: center;  line-height: 16px; color: #fff;}

.circle-num-list > ul > li {position: relative; margin: 5px 0; padding-left: 25px; font-size: 15px; line-height: 1.6; letter-spacing: -0.5px; color: #333333; font-family: 'S-CoreDream-3Light';}
.circle-num-list > ul > li .num {position: absolute; left: 0; top: 6px; display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: #4B74CC; border-radius: 50%; font-family: 'Montserrat'; font-size: 10px; text-align: center; vertical-align: middle; letter-spacing: -0.5px; line-height: 16px; color: #fff;}

/* Notify Text */
.point-txt {padding-left: 40px; font-family: 'S-CoreDream-4Regular'; font-size: 14px; line-height: 30px; letter-spacing: -0.5px;}
.point-txt.point-txt1 {background: url('../../images/guide/ic_point_1.png') no-repeat left 3px; color: #e77800;}
.point-txt.point-txt2 {background: url('../../images/guide/ic_point_2.png') no-repeat left 3px; color: #d63f11;}

/* Button Style */
.btn-style.round-ico {position: relative; display: inline-block; padding: 8px 26px; padding-right: 50px; border-radius: 30px; font-weight: 400; font-size: 15px; color: #fff; cursor: pointer; margin: 2px 0; border: 1px solid #fff; transition: all 0.35s;}
.btn-style.round-ico.type1 {background: #1E5BA8;}
.btn-style.round-ico.type1:after {content: ''; position: absolute; top: 50%; margin: 0px 0 0 10px; margin-top: -9px; display: inline-block; width: 18px; height: 18px;  background: url('../../images/guide/ic_btn1.png') no-repeat center right; vertical-align: middle; right: 20px;}
.btn-style.round-ico.type1:hover {background: #fff; color: #1E5BA8; border-color: #1E5BA8;}
.btn-style.round-ico.type1:hover::after {background: url('../../images/guide/ic_btn1_ov.png') no-repeat center right;}
.btn-style.round-ico.type2 {background: #00BAFF;}
.btn-style.round-ico.type2:after {content: ''; position: absolute; top: 50%; margin: 0px 0 0 10px; margin-top: -9px; display: inline-block; width: 18px; height: 18px;   background: url('../../images/guide/ic_btn2.png') no-repeat center right; vertical-align: middle; right: 20px;}
.btn-style.round-ico.type2:hover {background: #fff; color: #00BAFF; border-color: #00BAFF;}
.btn-style.round-ico.type2:hover::after {background: url('../../images/guide/ic_btn2_ov.png') no-repeat center right;}


.btn-style.round {display: inline-block; padding: 14px 42px; background: #fff; border-radius: 30px; font-weight: 400; font-size: 15px; margin: 2px 0; transition: all 0.35s;}
.btn-style.round.type1 {border: 1px solid #fff; color: #fff; background: #2B3E5C;}
.btn-style.round.type1:hover {background: #fff; border-color: #2B3E5C; color: #2B3E5C;}
.btn-style.round.type2 {border: 1px solid #fff; color: #fff; background: #8E99AB;}
.btn-style.round.type2:hover {background: #fff; border-color: #8E99AB; color: #8E99AB;}
.btn-style.round.type3 {border: 1px solid #1E5BA8; color: #1E5BA8;}
.btn-style.round.type3:hover {background: #1E5BA8; color: #fff;}
.btn-style.round.type4 {background: #1E5BA8; border: 1px solid #fff; color: #fff;}
.btn-style.round.type4:hover {background: #fff; border-color: #1E5BA8; color: #1E5BA8;}

.btn-style.round.type5 {border: 1px solid #0E8772; color: #0E8772;}
.btn-style.round.type5:hover {background: #0E8772; border-color: #0E8772; color: #fff;}
.btn-style.round.type6 {background: #00BAFF; border: 1px solid #fff; color: #fff;}
.btn-style.round.type6:hover {background: #fff; border-color: #00BAFF; color: #00BAFF;}

.btn-style.round.write {background: #0E8772; color: #fff; border: 1px solid #fff; padding: 14px 30px;}
.btn-style.round.write:hover {border-color: #0E8772; color: #0E8772; background: #fff;}
.btn-style.round.write:after {content: ''; display: inline-block; width: 19px; height: 19px; margin: -4px 0 0 7px;  background: url('../../images/guide/ic_write.png') no-repeat center top; vertical-align: middle;}
.btn-style.round.write:hover::after {background: url('../../images/guide/ic_write_ov.png') no-repeat center top;}

.btn-style.round.view {background: #1E5BA8; color: #fff; border: 1px solid #fff; padding: 14px 30px;}
.btn-style.round.view:hover {border-color: #1E5BA8; color: #1E5BA8; background: #fff;}
.btn-style.round.view:after {content: ''; display: inline-block; width: 17px; height: 20px; margin: -4px 0 0 7px;  background: url('../../images/guide/ic_view.png') no-repeat center top; vertical-align: middle;}
.btn-style.round.view:hover::after {background: url('../../images/guide/ic_view_ov.png') no-repeat center top; }

.btn-style.rect {display: inline-block; padding: 6px 22px; font-weight: 400; font-size: 13px; margin: 2px 0;}
.btn-style.rect.type1 {background: #00baff; border: 1px solid #00baff; color: #fff;}
.btn-style.rect.type1:hover {background: #0079AC; border-color: #0079AC;}
.btn-style.rect.type2 {background: #fff; border: 1px solid #ce2856; color: #ce2856;}
.btn-style.rect.type2:hover {background: #ce2856; color: #fff;}


._obj{padding: 0px 8px 0 15px;}

.sub01type_content{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  background-color: #f5f5f5;
}
.sub01type_content .img_con{}
.sub01type_content .img_con img{}
.sub01type_content .info_content{
    margin:0 40px;
    max-width: 600px;
    font-size: 20px;
}
.sub01type_content .info_content p{
        font-size: 20px;
}
.sub01type_content .info_content .info-title{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}



