@charset "utf-8";
@import url("all_content.css");

/* Container */
.wrap-contents {padding-bottom: 80px;}
.wrap-contents .container {max-width:1400px;}

@media all and (max-width: 1400px) {
    .wrap-contents .container {padding: 0 20px;}
}

/* Subject */
.subject {text-align: center;}
.subject h2 {position: relative; display: inline-block; margin: 100px 0 80px 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;}

@media all and (max-width: 1000px) {
  .subject h2 {font-size: 28px;}
}

@media all and (max-width: 768px) {
  .subject h2 {font-size: 24px;margin: 70px 0 50px}
  .subject h2:after {width: 20px; background-size: 100% auto; top: -40px;}
}

/* Tab */
.tab {}
.tab .div_3{margin-bottom: 60px;}
.tab .div_4{margin-bottom: 60px;}
.tab .div_5{margin-bottom: 60px;}
#menuUItab .mobile-tab {}
.tab_div .mobile-tab{display:none}

@media all and (min-width: 861px){
  .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 {overflow: hidden; border-left: 1px solid #ccc;}
  .tab_div .ul_5 > li {position: relative; float: left;}
  .tab_div .ul_5 > 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_5 > 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_5 > li._active > a,
  .tab_div .ul_5 > li:hover > a {background: #023894; color: #fff;}
  .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-white.png');}

}

@media all and (max-width: 1000px) {
    .tab_div .ul_3 > li {width: 25%;}
}

@media all and (max-width:860px) {
    .tab_div,
    .tab_div .ul_3,
    .tab_div .ul_4
    .tab_div .ul_5 {position: relative;}
    .tab_div .ul_3,
    .tab_div .ul_4,
    .tab_div .ul_5 {overflow: hidden; position: absolute; top: 100%; z-index: -1; width: 100%; max-height: 0; border: 1px solid #fff; background: #fff; opacity: 0; transition: all 0.5s; border-top: 0;}
    .tab_div ul.on {z-index: 10; opacity: 1; max-height: 600px; border-color: #CCCCCC;}
    .tab_div ul li {display: block; width: 100% !important; padding: 0; border: 0}
    .tab_div ul li a {display: block; padding: 10px 20px; background: #fff; font-size: 16px;color: #333333; text-align: left; line-height: normal;}
    .tab_div ul li a:hover {background: #D9E0E8;}
    .tab_div ul li a:after {display: none;}
    .tab_div ul li a[target=_blank]  {background-position: 97% center !important;}
    .tab_div ul li a span {display: block; padding: 0 20px;}
    .tab_div ul li a span:before {bottom: -11px;}
    .tab_div ul li:after {display: none;}
    .tab_div .mobile-tab {position: relative;display: block;width: 100%;padding: 10px 20px;border: 1px solid #CCCCCC;background: url('../../images/guide/arrow-sel.png') no-repeat 97% center;text-align: left;font-family: 'S-CoreDream-4Regular';font-size: 16px;color: #333333;transition: background 0.5s;}
    .tab_div .mobile-tab::after {content: ''; position: absolute; left: 20px; top: 17px; width: 10px; height: 11px; background: url('../../images/guide/dot-sel.png') no-repeat center center;}
    .tab_div .mobile-tab.on {background: #023894 url('../../images/guide/arrow-sel-rever.png') no-repeat 97% center; color: #fff;}
    .tab_div .mobile-tab.on::after {background: url('../../images/guide/dot-sel-rever.png') no-repeat center center;}

    .tab_div .ul_3 > li {border: 0;}
    .tab_div .ul_4 > li {margin: 0;}
    .tab_div .ul_4 > li > a::before {height: 0;}
    .tab_div .ul_5> li {margin: 0;}
    .tab_div .ul_5> li > a::before {height: 0;}
}

/* Heading */
.objHeading_h2{position: relative; display: block; margin:70px 0 15px;font-family: 'S-CoreDream-5Medium'; font-size: 26px; letter-spacing: -0.5px; line-height :1.5; color: #151515;padding-left: 15px;}
.objHeading_h2::before {content: '';position: absolute;left: 0;top: 7px;width: 5px;height: 27px;background: #151515;}
.objHeading_h3{position: relative;display: block;margin:50px 0 15px;font-family: 'S-CoreDream-5Medium';font-size: 22px;line-height: 1.5;letter-spacing: -0.5px;color: #151515;font-weight:400 !important;padding-left: 15px;}
.objHeading_h3::before {content: '';position: absolute;left: 0;top: 14px;width: 6px;height: 6px;background: #151515;border-radius: 100%}
.objHeading_h4{position: relative;display: block;margin:50px 0 15px;padding-top: 10px;font-family:'S-CoreDream-5Medium';line-height: 1.5;font-size: 22px;letter-spacing: -0.5px;color: #2d659f;padding-left: 0;}
.objHeading_h4::before {content: ''; position: absolute; left: 0; top: 0px; width: 28px; height: 2px; background: #2d659f; }
.objHeading_h5{position: relative;display: block;margin:30px 0  10px;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: 9px;width: 10px;height: 10px;border: 3px solid #0d6d5c;}
.objHeading_h6{position: relative;display: block;margin:20px 0  10px;padding-left: 15px;font-family: 'S-CoreDream-5Medium';font-size: 18px;line-height: 1.5;letter-spacing: -0.5px;color: #555;text-align: left;}
.objHeading_h6::before {content: '';position: absolute;left: 0;top: 10px;width: 7px;height: 7px;transform: rotateZ(230deg);font-weight: bold;border-bottom: 2px solid #555;border-left: 2px solid #555;}

.objHeading_h1.no-margin,
.objHeading_h2.no-margin,
.objHeading_h3.no-margin,
.objHeading_h4.no-margin,
.objHeading_h5.no-margin {margin-top: 0;}

._objHeading +._objHeading .objHeading_h2,
._objHeading +._objHeading .objHeading_h3,
._objHeading +._objHeading .objHeading_h4,
._objHeading +._objHeading .objHeading_h5,
._objHeading +._objHeading .objHeading_h6{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;}

.objFLoatLeft .objImg {margin:0 40px 0 0}
.objFLoatRight .objImg {margin:0 0 0 40px;}

/* 개인채무자보호  */
.protect-debtor{border: 1px solid #cdcdcd;padding: 35px 80px 45px;border-radius: 40px;max-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;}

@media all and (max-width: 768px){
.con-desc {font-size: 16px;}
.objFLoatLeft .objImg {margin-right:0;width: 100%;float: unset;}
.objFLoatRight .objImg {margin-left: 0;width: 100%;float: unset;}
  .objImg .objTxt{margin-top:20px}
.protect-debtor{padding: 35px 30px 35px;}
}


/* 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 table thead {border-bottom: 1px solid #B1B2B3}
.con-table 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 table tbody {display: table-header-group;}
.con-table 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 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 table tbody td .link {position: relative; color: #666;}
.con-table 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;}

.objTag table {position: relative; overflow: hidden;}
.objTag table:before {content: '';position: absolute;right: 0px;top: 0px;width: 1px;height: 100%;background: #FFF;z-index: 2;}
.objTag table:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 2px; background: #0146B9}
.objTag table thead {border-bottom: 1px solid #B1B2B3}
.objTag 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;}
.objTag table tbody {display: table-header-group;}
.objTag table tbody th {padding: 13px 0; background:#FBFBFB; border-right: 1px solid #dddee0; border-bottom: 1px solid #dddee0; font-weight: 400; color: #000;font-size: 15px; }
.objTag table tbody td {padding: 13px 0; background:#fff; border-right: 1px solid #DDDEE0; border-bottom: 1px solid #dddee0; font-weight: 400; text-align: left; color:#555;font-size: 15px; }


.objTag table.td-txt-c tbody td{text-align: center;}
.objTag table.td-txt-r tbody td{text-align: right;}

@media all and (max-width:960px) {
  .con-table-wrap {overflow-x: hidden;}
  .con-table-wrap:after {content: ''; position: absolute; right: 0px; top: 0px; width: 100%; height: 100%; background: url('../../images/guide/img_mobile_text.png') no-repeat center 40px;}
  .con-table-wrap.on:after {display: none;}
  .con-table {width: 930px; margin-bottom: 20px;}
  .con-table thead th,
  .con-table tbody th,
  .con-table tbody td {padding: 10px 8px; }
}


.objTag ul{margin-top:0;overflow: hidden;}
.objTag ul li {position: relative; margin: 0; padding-left: 14px; line-height: 1.6; letter-spacing: -0.5px; color: #333;text-align: left;}
.objTag ul li + li{margin-top: 5px;}
.objTag ul  li::before {content: '';position: absolute;left: 0;top: 10px;width: 4px;height: 4px;background: #9d9d9d;border-radius: 100%;}

/* 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: 16px; 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: 18px; height: 18px; margin-right: 5px; background: #4B74CC; border-radius: 50%; font-family: 'Montserrat'; font-size: 12px; text-align: center; vertical-align: middle; letter-spacing: -0.5px; line-height: 18px; color: #fff;}



/* Button Style */
.btn-style.round-small {position: relative;display: inline-block;padding: 8px 26px;border-radius: 30px;font-weight: 400;font-size: 14px;color: #fff;cursor: pointer;margin: 2px 0;border: 1px solid #fff;transition: all 0.35s;background: #1E5BA8;}
.btn-style.round-small.type1{background: #8b3cac;}
.btn-style.round-small.type2{background: #0e8772;}
.btn-style.round-small.type3{background: #4f5663;}
.btn-style.round-small:hover{background: #fff; color: #1E5BA8; border-color: #1E5BA8;}
.btn-style.round-small.type1:hover{background: #fff; color: #8b3cac; border-color: #8b3cac;}
.btn-style.round-small.type2:hover{background: #fff; color: #0e8772; border-color: #0e8772;}
.btn-style.round-small.type3:hover{background: #fff; color: #4f5663; border-color: #4f5663;}


.btn-style.round-ico {position: relative; display: inline-block; padding: 8px 26px;  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;padding-right: 50px;}
.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;padding-right: 50px;}
.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;}

@media all and (max-width: 768px){
  .btn-style.round-ico {font-size: 18px; padding: 12px 50px 12px 20px;}
  .btn-style.round {font-size: 13px; padding: 12px 20px;}
  .btn-style.round-ico-small {font-size: 12px; padding: 5px 10px;}

  .con-table thead th,
  .con-table tbody th,
  .con-table tbody td {font-size: 18px;}
  .con-list1 > ul > li,.con-arrow-list > ul > li{font-size: 17px;}
  
  /* 모바일일 경우 background*/
  .bg-color1 {background-color:#f5f5f5}
}

._obj{padding: 0px 8px}

@media all and (max-width: 500px){
    .objTag{font-size:18px}
	._obj{padding: 0px 8px}  
}

/* 컨텐츠 박스 스타일 */
.box_styleA{}
.box_styleA{display: flex;flex-wrap: nowrap;align-items: center;background-color: #f5f5f5;}
.box_styleA .img_con{}
.box_styleA .img_con img{}
.box_styleA .info_content{margin:10px 50px;max-width: calc(100% - 55%);}
.box_styleA .info_content p{font-size: 18px;}
.box_styleA .info_content .info-title{font-size: 24px;font-weight: bold;margin-bottom: 10px;}

.box_styleA .info_content ul{overflow: hidden;}
.box_styleA .info_content ul li {position: relative;margin: 0;padding-left: 14px;line-height: 1.5;letter-spacing: -0.5px;color: #333;}
.box_styleA .info_content ul li + li{margin-top: 5px;}
.box_styleA .info_content ul  li::before {content: '';position: absolute;left: 0;top: 8px;width: 8px;height: 8px;background: #9d9d9d;border-radius: 100%;}



.box_styleB{}
.box_styleB br{display:none}
.box_styleB .txt-wrap{width: 100%;margin-bottom: 60px;}
.box_styleB .txt-wrap + .txt-wrap{margin-top:60px}
.box_styleB .txt-wrap:after{content:"";display:block;clear:both}
.box_styleB .txt-wrap .img{width: 462px;float: left;}
.box_styleB .txt-wrap .img img{width: 100%;}
.box_styleB .txt-wrap ul{margin-left:40px;width: calc(100% - 503px);float: left;}
.box_styleB .txt-wrap ul li ~ li{margin-top:30px}
.box_styleB .txt-wrap ul li strong{display:block;font-size:22px;color: rgb(0, 91, 172);font-weight: bold;}
.box_styleB .txt-wrap ul li .txt{display:block;font-size: 18px;color:#333}


.box_styleC{background:#f5f5f5; padding:40px 60px;margin-top:20px}
.box_styleC ul{margin-top:10px}
.box_styleC ul li{position: relative;padding-left:20px}
.box_styleC ul li:after{content:"";display:block;padding:4px;background: #666;position:absolute;top:10px;left:0;border-radius: 20px;}

  
.box_styleD{display: flex;flex-wrap: nowrap;align-items: flex-start;}
.box_styleD .objImg {}
.box_styleD .objImg  img{}
.box_styleD .objTxt{max-width: 600px;min-width: 400px;}
.box_styleD .objTxt p{font-size: 18px;}
.box_styleD .objTxt .info-title{font-size: 24px;font-weight: bold;margin-bottom: 10px;}

.box_styleD .objTxt ul{overflow: hidden;}
.box_styleD .objTxt ul li {position: relative;margin: 0;padding-left: 14px;line-height: 1.5;letter-spacing: -0.5px;color: #333;}
.box_styleD .objTxt ul li + li{margin-top: 5px;}
.box_styleD .objTxt ul  li::before {content: '';position: absolute;left: 0;top: 8px;width: 8px;height: 8px;background: #9d9d9d;border-radius: 100%;}
.box_styleD div + div{margin-left: 40px;}

.box_styleD.right{}
.box_styleD.right div + div{margin: 0 40px 0 0;}
.box_styleD.right .objImg{order:2}
.box_styleD.right .objTxt{order:1}
  
.pc-img{}
.mobile-img{display:none}

@media all and (max-width: 1260px){
.box_styleA .info_content{margin: 20px;}
.box_styleA .info_content .info-title{font-size: 24px; margin-bottom: 4px;}
.box_styleA .info_content p{font-size: 16px;}
  
.box_styleD .objImg {width:50%}
.box_styleD .objTxt{width:50%}  
}

@media all and (max-width: 1024px){
.box_styleA .info_content{max-width: 50%;margin-left: 25px;}  
.box_styleA .info_content .info-title{font-size: 20px;margin-bottom: 4px;}
.box_styleA .info_content p{font-size: 14px;}

.box_styleB .txt-wrap .img{width: 40%;float: left;}
.box_styleB .txt-wrap ul{width: calc(60% - 40px)}
.box_styleB .txt-wrap ul li strong{font-size:18px}
.box_styleB .txt-wrap ul li .txt{font-size:15px;margin-top:10px;}
.box_styleB .txt-wrap ul li ~ li{margin-top:20px}
  
}

@media all and (max-width: 768px){
.box_styleA{display: block; background-color: #fff;}
.box_styleA .info_content{max-width:100% !important }
.box_styleA .info_content{margin:10px 0 0 0}
.box_styleA .info_content p{font-size: 18px;} 
  .box_styleA .img_con{text-align: center;background-color: #f5f5f5;}

.box_styleB .txt-wrap .img{max-width: 460px;width:100%;float: unset;text-align:center}
.box_styleB .txt-wrap ul{width:100%;margin-left:0;margin-top:20px}
.box_styleB .txt-wrap ul li strong{font-size:22px}
.box_styleB .txt-wrap ul li .txt{font-size:18px;margin-top:10px;line-height: 1.5;}
.box_styleB .txt-wrap ul li ~ li{margin-top:20px}

.box_styleC{padding: 30px 40px;font-size: 17px;}
.box_styleC ul li{padding-left:16px;}
  
 .box_styleD{display: block;}
.box_styleD .objImg {width:100%}
.box_styleD .objTxt{width:100%}  
  
.pc-img{display:none}
.mobile-img{display:block} 
}


/*--------------------------------*/




.videoInfo iframe{min-height:800px}
@media all and (max-width: 1240px){
 .videoInfo iframe{min-height:670px}   
}
@media all and (max-width: 1024px){
.videoInfo iframe{min-height:500px}  
}
@media all and (max-width: 768px){
 .videoInfo iframe{min-height:380px}  
}
@media all and (max-width: 640px){
   .videoInfo iframe{min-height:250px}  
}




/* 다단 2개이상 한줄*/
.box-wrap{ display: flex; gap: 80px;}
.box-wrap .iteme{width:50%}
.box-wrap.three {gap: 30px}
.box-wrap.three .iteme{width:33%;}
.box-wrap.four {gap: 25px}
.box-wrap.four .iteme{width:25%;}
.box-wrap.five {gap: 10px}
.box-wrap.five .iteme{width:20%;}

/* 다단 2개이상 여러줄*/
.box-wrap-line{display: grid;grid-template-columns: 50% 50%;gap: 40px 18px;justify-content: space-between;align-content: center;}
.box-wrap-line.three{grid-template-columns: 33% 33% 33%;}
.box-wrap-line.four{grid-template-columns: 24% 24% 24% 24%}

@media all and (max-width: 1024px){
.box-wrap{gap:20px}
.box-wrap.four {flex-wrap: wrap;gap: 20px}
.box-wrap.four > .iteme{width: 48%;}
.box-wrap.five {flex-wrap: wrap;gap: 10px}
.box-wrap.five > .iteme{width: 32%;}
  
.box-wrap-line.three{grid-template-columns: 50% 50%}
.box-wrap-line.four{grid-template-columns: 33% 33% 33%} 
}


@media all and (max-width: 768px){
.box-wrap{gap: 40px; flex-wrap: wrap;}
.box-wrap .iteme{width:100%; text-align: center}
.box-wrap .iteme img{width:auto} 
.box-wrap.three {gap: 40px}
.box-wrap.three .iteme{width:100%; text-align: center;}
.box-wrap.four {gap: 40px 20px;} 
.box-wrap.four .iteme{width: 45%;} 
.box-wrap.five {gap: 40px 20px;}
.box-wrap.five .iteme{width: 44%;}  

.box-wrap-line{grid-template-columns:100%}
.box-wrap-line.three{grid-template-columns:100%}
.box-wrap-line.four{grid-template-columns:100%}
}

@media all and (max-width: 600px){
 .box-wrap.four {gap: 60px 0}  
 .box-wrap.four .iteme{width:100%}  
 .box-wrap.five .iteme{width:100%;}   
  }



