@charset "utf-8";
.navOn .global .translation-btn{color:#666;}
.navOn .gnb .sign a{color:#666;}
.navOn .gnb .sign::before{background:#999;}

/*인사말*/
.sub .greeting_type_4 .wrap_item .item_2{padding-top:45px;}
.sub .greeting_type_4 .wrap_item .item_2 .text_3{font-family: 'Dream Light';color: #000;}
.sub .greeting_type_4 .wrap_item .item_2 .text_3 strong{font-family:'Dream Medium';display: inline-block;margin-bottom: 3px;}
.sub .greeting_type_4 .wrap_item .item_2 .text_2{font-family:'Dream Bold';}
.sub .greeting_type_4 .wrap_item .item_2 .contWrap .item1{flex: 0 0 100%;}
.sub .greeting .text_4 span.sign{display:inline-block;margin-right:45px;}

@media all and (max-width:768px){
  .sub .greeting_type_4 .wrap_item .item_2{padding-top:40px;}
  .sub .greeting .text_4 span.sign{display:block;margin-bottom:25px;margin-right:0;margin-top:45px;}
  .sub .greeting_type_4 .wrap_item .item_2 .text_3 strong{display:block;}
}

/*계명비전*/
.fund-vision{padding:50px 0 150px;text-align:center;display:flex;justify-content:center;}
.fund-vision .txt-box{padding-top:100px;position:relative;}
.fund-vision .txt-box.red-type{padding-right:70px;}
.fund-vision .txt-box.red-type:before{content:'';width:22px;height:22px;border-radius:50%;border:6px solid #fdf4f4;position:absolute;right:0;background:#e23d3f;top:50%;margin-top:-11px;}
.fund-vision .txt-box.red-type:after{content:'';width:70px;height:1px;border:1px dashed #e23d3f;position:absolute;left:100%;top:50%;margin-top:-1px;}
.fund-vision .txt-box.blue-type{padding-left:70px;}
.fund-vision .txt-box.blue-type:before{content:'';width:22px;height:22px;border-radius:50%;border:6px solid #edf3f8;position:absolute;left:0;background:#034ea2;top:50%;margin-top:-11px;}
.fund-vision .txt-box.blue-type:after{content:'';width:70px;height:1px;border:1px dashed #034ea2;position:absolute;right:100%;top:50%;margin-top:-1px;}
.fund-vision .txt-box strong{display:block;font-size: 40px;font-family: 'Dream ExtraBold';line-height: 1.25;margin-bottom: 12px;}
.fund-vision .txt-box.red-type strong{color:#e23d3f;}
.fund-vision .txt-box.blue-type strong{color:#034ea2;}
.fund-vision .txt-box span{font-family:'Dream Medium';display:block;margin-bottom:25px;}
.fund-vision .txt-box.red-type span{color:#e23d3f;}
.fund-vision .txt-box.blue-type span{color:#034ea2;}
.fund-vision .txt-box p{font-size:20px;line-height: 22px;}
.fund-vision .txt-box p i{display:block;}
.fund-vision .circle-box{width:390px;height:390px;border-radius:50%;border:1px solid #034ea2;padding:35px;margin: 0 95px;}
.fund-vision .circle-box .inner{background:url('../../images/vision-circle.png');width: 320px;height: 320px;border-radius: 50%;padding: 35px;}
.fund-vision .circle-box .inner > strong{display:flex;background: #034ea2;width:250px;height:250px;border-radius:50%;flex-direction: column;justify-content: center;align-items: center;font-size: 34px;color: #fff;}

@media all and (max-width:1200px){
  .fund-vision .circle-box{width:300px;height:300px;padding:25px;margin: 0 45px;}
  .fund-vision .circle-box .inner{width: 250px;height: 250px;padding:25px;background-size:cover;}
  .fund-vision .circle-box .inner > strong{width:200px;height:200px;font-size:28px;}
  .fund-vision .txt-box{padding-top:60px;}
  .fund-vision .txt-box strong{font-size:28px;}
  .fund-vision .txt-box span{margin-bottom:15px;}
  .fund-vision .txt-box p{font-size:18px;}
  .fund-vision .txt-box.red-type:after,
  .fund-vision .txt-box.blue-type:after{width:45px;}
  .fund-vision .txt-box.red-type{padding-right:50px;}
  .fund-vision .txt-box.blue-type{padding-left:50px;}
}

@media all and (max-width:1023px){
  .fund-vision{display:block;padding: 35px 0 70px;}
  .fund-vision .txt-box{padding-right:0 !important;padding-left:0 !important;}
  .fund-vision .txt-box.red-type{padding-top:0;padding-bottom:60px;}
  .fund-vision .circle-box{margin:0 auto;}
  .fund-vision .txt-box.red-type:before{left:50%;top:100%;margin-left:-11px;z-index:2;}
  .fund-vision .txt-box.blue-type:before{left: 50%;top:0;margin-left:-11px;z-index:2;}
  .fund-vision .txt-box.red-type:after{left:50%;transform:rotate(90deg);margin-left:-22.5px;top:100%;margin-top:-22.5px;}
  .fund-vision .txt-box.blue-type:after{left:50%;transform:rotate(90deg);margin-left:-22.5px;top:0;margin-top:22.5px;}
}

/*부서소개*/
.menu19149 .prfl-list .thumbnail{display:none;}

/*약정하기*/
.fund-way > ul{display:flex;gap:50px;text-align:center;}
.fund-way > ul > li{width:100%;border:1px solid #ccc;padding:45px 75px;}
.fund-way > ul > li strong{font-size:30px;display:block;color:#231f20;padding:35px 0 20px;line-height:1.25;}
.fund-way > ul > li p{font-size:18px;color:#666666;line-height:1.7;font-family:'Dream Regular';}
.fund-way > ul > li p span{color:#034ea2;font-family:'Dream Bold';}
.fund-way > ul > li a{font-size:18px;background:#034ea2;font-family:'Dream Regular';padding:20px 45px;display:inline-block;margin-top:50px;color:#fff;border:1px solid #034ea2;transition:all ease .5s;}
.fund-way > ul > li a:hover{background:#fff;border:1px solid #034ea2;color:#034ea2;}
.fund-way > ul > li > ul{padding-top:25px;margin-top:25px;position:relative;}
.fund-way > ul > li > ul:before{content:'';width:50px;height:1px;background:#ccc;position:absolute;left:50%;top:0;margin-left:-25px;}
.fund-way > ul > li > ul > li{line-height:1.7;}
.fund-way > ul > li > ul > li > span{font-family:'Dream Medium';color:#231f20;}
.fund-way > ul > li > ul > li + li{margin-top:5px;}

@media all and (max-width:1580px){
  .fund-way > ul{gap:25px;}
  .fund-way > ul > li{padding:35px 25px;}
  .fund-way > ul > li strong{font-size:24px;}  
}

@media all and (max-width:1023px){
  .fund-way > ul{flex-wrap:wrap;}
  .fund-way > ul > li .icon img{width:110px;height:110px;}
  .fund-way > ul > li strong{font-size:21px;padding: 25px 0 12px;}
  .fund-way > ul > li p{font-size:16px;}
  .fund-way > ul > li > ul > li{font-size:16px;}
  .fund-way > ul > li a{font-size:14px;padding:12px 25px;margin-top:35px;}
}

.fund-how > ul{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.fund-how > ul > li{border:1px solid #ccc;padding:40px 45px;}
.fund-how > ul > li .top {display:flex;gap: 25px;}
.fund-how > ul > li .top > span{width:70px;height:70px;background: #034ea2;font-size:28px;font-family:'Dream Medium';color:#fff;border-radius:50%;display:flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
.fund-how > ul > li .top .conts{width: calc(100% - 95px);}
.fund-how > ul > li .top .conts > strong{display:block;color:#222;font-size:30px;line-height:1.25;margin-bottom: 20px;}
.fund-how > ul > li .top .conts > p{color:#666;font-family:'Dream Regular';line-height:1.5;}
.fund-how > ul > li .top .conts > p > span{color:#034ea2;font-family:'Dream Medium';}
.fund-how > ul > li .top .conts > p i{display:block;padding: 7px 0;}
.fund-how > ul > li .bottom{background:#f2f6fa;margin-top:30px;padding:25px 30px;text-align:center;}
.fund-how > ul > li .bottom > ul.b-center{display:inline-block;}
.fund-how > ul > li .bottom > ul.b-left{text-align:left;}
.fund-how > ul > li .bottom > ul > li{position:relative;padding-left:15px;font-family:'Dream Regular';color:#222;}
.fund-how > ul > li .bottom > ul > li:before{content:'';width:5px;height:5px;background:#034ea2;border-radius:50%;position:absolute;left:0;top:10px;}
.fund-how > ul > li .bottom > ul > li + li{margin-top:7px;}

@media all and (max-width:1280px){
  .fund-how > ul{gap:20px;}
  .fund-how > ul > li{padding: 35px 30px;}
  .fund-how > ul > li .top .conts > strong{font-size:26px;margin-bottom:15px;}
}

@media all and (max-width:1023px){
  .fund-how > ul{grid-template-columns:1fr;}
}

@media all and (max-width:767px){
  .fund-how > ul > li .top > span{width:40px;height:40px;font-size:18px;}
  .fund-how > ul > li{padding:30px 25px;}
  .fund-how > ul > li .top{gap: 15px;}
  .fund-how > ul > li .top .conts{width: calc(100% - 55px);}
  .fund-how > ul > li .top .conts > p{font-size:16px;}
  .fund-how > ul > li .top .conts > strong{font-size:22px;padding-top:6px;}
  .fund-how > ul > li .bottom{margin-top:20px;padding: 20px 20px;text-align: left;}
  .fund-how > ul > li .bottom > ul > li{font-size:16px;}
  .fund-how > ul > li .bottom > ul > li:before{top: 7px;}
}

.contract{padding:115px 0;background:#f2f6fa;text-align:center;margin-top:35px;margin-bottom:50px;}
.contract > ul{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto;}
.contract > ul > li{background:#fff;min-height:270px;padding:10px;border:1px solid #ccc;transition:all ease .25s;}
.contract > ul > li > a{display:block;border:1px solid #fff;padding:40px 35px;text-align:left;position:relative;width:100%;height:100%;}
.contract > ul > li > a > strong{display:block;color:#222;font-family:'Dream Bold';font-size:28px;}
.contract > ul > li > a > span{position:absolute;left:35px;bottom:35px;color:#333;padding-right: 60px;background:url('../../images/contract_arrow.png') no-repeat right;}
.contract > ul > li > a:before{right: 30px;bottom: 30px;}
.contract > ul > li:nth-child(1) > a:before{content:'';width:62px;height:57px;background:url('../../images/contract01.png') no-repeat center;position:absolute;}
.contract > ul > li:nth-child(2) > a:before{content:'';width:70px;height:51px;background:url('../../images/contract02.png') no-repeat center;position:absolute;}
.contract > ul > li:nth-child(3) > a:before{content:'';width:59px;height:57px;background:url('../../images/contract03.png') no-repeat center;position:absolute;}
.contract > ul > li:nth-child(4) > a:before{content:'';width:50px;height:62px;background:url('../../images/contract04.png') no-repeat center;position:absolute;}

.contract > ul > li:hover{background:#034ea2;}
.contract > ul > li:hover a{border-color:#4f83be;}
.contract > ul > li:hover > a > strong{color:#fff;}
.contract > ul > li:hover > a > span{color:#fff;background-image:url('../../images/contract_arrow_w.png');}
.contract > ul > li:nth-child(1):hover > a:before{background-image:url('../../images/contract01_w.png')}
.contract > ul > li:nth-child(2):hover > a:before{background-image:url('../../images/contract02_w.png')}
.contract > ul > li:nth-child(3):hover > a:before{background-image:url('../../images/contract03_w.png')}
.contract > ul > li:nth-child(4):hover > a:before{background-image:url('../../images/contract04_w.png')}

.bult-list{margin-bottom:15px;}
.bult-list > li + li{margin-top:5px;}
.bult-list > li .color1{color:#034ea2;font-family:'Dream Medium';}
.con-list > li{position:relative;padding-left:15px;color:#333;font-family:'Dream Regular';}
.con-list > li:before{content:'';width:6px;height:6px;position:absolute;left:0;top:9px;border-radius:50%;background:#034ea2;}
.con-list > li + li{margin-top:5px;}

@media (max-width: 1280px){
  .contract{padding:75px 0;}  
  .contract > ul{max-width:820px;}
  .contract > ul > li > a > strong{font-size:24px;}  
  .contract > ul > li > a{padding:30px 25px;}  
  .contract > ul > li > a > span{left:25px;bottom: 25px;}  
  .contract > ul > li > a:before{right: 25px;bottom: 25px;}
}

@media all and (max-width:1023px){
  .contract > ul{max-width:650px;}
  .contract > ul > li{min-height:220px;}
  .contract > ul > li > a{padding:20px;}  
  .contract > ul > li > a > strong{font-size:20px;}
  .contract > ul > li > a:before{transform:scale(0.7);right:5px;bottom:5px;}
}

@media all and (max-width:767px){
  .contract{padding: 25px;}
  .contract > ul{grid-template-columns:1fr;}
  .contract > ul > li{min-height:180px;}
  .contract > ul > li > a > span{font-size:15px;background-size:24px;padding-right:40px;background-position: right 8px;line-height: 1;bottom: 17px;}
}

.edge-title{font-size:20px;color:#222;padding-left:30px;position:relative;}
.edge-title:before{content:'';width:20px;height:20px;background:url('../../images/tit_bul.png') no-repeat center;position:absolute;left:0;top:3px;}
.fund_table.table_1 thead th{font-size:18px;font-family:'Dream Regular';}
.fund_table.table_1 tbody th{background-color:#fafafb;font-family:'Dream Regular';}
.fund_table.table_1 tbody td{font-family:'Dream Light';font-size:18px;}
.fund_table.table_1 tbody td.point{color:#034ea2;}

.honors{background:url('../../images/honours-bg.jpg') no-repeat left top;background-size:cover;padding:60px;margin-bottom:50px;}
.honors .inner{background:#fff;padding:75px 75px 75px 0;display:flex;}
.honors .inner .icon{min-width:430px;text-align:center;border-right:1px solid #c5c5c5;}
.honors .inner .txt{padding-left:85px;}
.honors .inner .txt > strong{display:block;font-size:20px;color:#151515;line-height:1.25;font-family:'Dream Regular';margin-bottom:25px;}
.honors .inner .txt > strong > span{font-size:30px;font-family:'Dream Bold';margin-right:10px;}
.honors .inner .txt p{line-height:1.6;}

@media all and (max-width:1280px){
  .honors .inner .icon{min-width:280px;padding:25px;}
  .honors .inner .txt{padding-left:50px;}
  .honors .inner .txt > strong{margin-bottom:15px;font-size:18px;}
  .honors .inner .txt > strong > span{font-size:24px;display: inline-block;}
}

@media all and (max-width:1023px){
  .honors .inner{flex-wrap:wrap;padding-right: 50px;padding:50px;}
  .honors .inner .icon{min-width:initial;padding:0;border-right:0;border-bottom:1px solid #ccc;padding:0 50px 45px;margin:0 auto 45px;}
  .honors .inner .txt{padding-left:0;}
}

@media all and (max-width:767px){
  .honors{padding:25px;}
  .honors .inner{padding: 30px 25px;}  
  .honors .inner .txt > strong{font-size:16px;margin-bottom: 25px;}  
  .honors .inner .txt > strong > span{margin-bottom:5px;font-size:21px;}  
  .honors .inner .txt p{font-size: 15px;}
  .honors .inner .icon{padding:0 45px 30px;margin-bottom:35px;}  
}

.prfl-list .artclInfo dt::after{top:11px;}
.prfl-list .artclInfo dt{width:130px;line-height:1.7;}
.prfl-list .artclInfo dd{line-height:1.7;color: #666;font-family: 'Dream Light';width: calc(100% - 130px);}
._prFlView .artclInfo dt::after{top:15px;}
._prFlView .prfl-name .prof-rank strong{max-width:100%;}
.page19169 .search-box{display:none;}
.page19169 .prfl-list .prfl-name .prof-rank{display:none;}
.page19169 .prfl-list .con-top{padding-top:30px;padding-bottom:30px;}

@media all and (max-width:767px){
  .page19169 .prfl-list .con-top{display:block;padding-right: 30px;text-align: center;}
  .page19169 .prfl-list .thumbnail{margin:0 auto 20px;}  
  .page19169 .prfl-list .prfl-name strong{max-width:100%;}  
  .page19169 .prfl-list .artclInfo dt{width:100%;}
  .page19169 .prfl-list .artclInfo dd{width:100%;font-size:16px;}  
}

.honors-txt-title{text-align:center;max-width:670px;margin: 50px auto 40px;position: relative;}
.honors-txt-title:before{content:'';width: 50px;height: 93px;background:url('../../images/honors-wing-left.png') no-repeat center;position:absolute;left:0;top:50%;margin-top:-46.5px;}
.honors-txt-title:after{content:'';width: 50px;height: 93px;background:url('../../images/honors-wing-right.png') no-repeat center;position:absolute;right:0;top:50%;margin-top:-46.5px;}
.honors-txt-title > strong{display:block;font-size:55px;color:#222;font-family: 'Dream ExtraBold';letter-spacing: -0.05em;margin-bottom:10px;}
.honors-txt-title > p{display:block;font-size:20px;color:#222;font-family:'Dream Light';}

@media all and (max-width:1280px){
  .honors-txt-title{margin:35px auto 20px;max-width: 500px;}
  .honors-txt-title > strong{font-size: 46px;margin-bottom: 5px;}
}

@media all and (max-width:767px){
  .honors-txt-title{margin-top:20px;margin-bottom:15px;max-width: 320px;}
  .honors-txt-title > strong{font-size: 28px;}
  .honors-txt-title > p{font-size:16px;}
  .honors-txt-title:before,
  .honors-txt-title:after{transform:scale(.7);}
}

/*세제혜택*/
.box_2.fund_benefit{margin-bottom:50px;margin-top: 50px;}
.box_2.fund_benefit .box_cont{background:#fff url('../../images/fund-benefit-bg.png') no-repeat right top;padding:75px;}
.box_2.fund_benefit .box_cont > strong{font-size:45px;font-family:'Dream Bold';color:#034ea2;line-height:1;margin-bottom:30px;display:block;}
.box_2.fund_benefit .box_cont > p{font-size:20px;color:#034ea2;font-family:'Dream Regular';line-height: 1.2;}
.box_2.fund_benefit .box_cont > p i{display:block;}

.num-list{counter-reset:rank;display:flex;flex-direction: column;gap:12px;padding: 0;margin-bottom: 30px;}
.num-list > li{counter-increment:rank;position: relative;padding-left: 30px;color: #666;list-style:none;}
.num-list > li:before{content:counter(rank);color:#fff;background-color: #034ea2;position: absolute;left:0;top: 6px;border-radius: 10rem;padding: 0;width: 21px;height: 21px;font-size: 13px;line-height: 1;display: flex;align-items: center;justify-content: center;}

.fund-process{margin-top:60px;display:flex;gap:170px;align-items: center;}
.fund-process .step-ul{display:flex;gap:170px;/**background: url('../../images/process-arrow.png') no-repeat center;**/padding-left: 0;position:relative;}
.fund-process .step-ul:before{content:'';width:71px;height:38px;background:url('../../images/process-arrow.png') no-repeat center;position:absolute;left:50%;top:50%;margin-top:-19px;margin-left:-35px;}
.fund-process .step-ul > li{width: 250px;height:250px;border-radius:50%;display:flex;flex-direction: column;border: 1px dashed #00b7ee;padding:10px;}
.fund-process .step-ul > li > div{background: #00b7ee;width:230px;height:230px;border-radius:50%;padding-top: 55px;text-align: center;}
.fund-process .step-ul > li > div > span{color:#fff;font-family:'Dream Medium';margin-bottom:15px;padding-bottom:15px;display:block;position:relative;line-height: 1;}
.fund-process .step-ul > li > div > span:after{content:'';width:25px;height:1px;background:rgba(255,255,255,0.7);position:absolute;left:50%;bottom:0;margin-left:-12.5px;}
.fund-process .step-ul > li:nth-child(2){border-color:#0f35f3;}
.fund-process .step-ul > li:nth-child(2) > div{background-color:#0f35f3;}
.fund-process .step-ul > li > div > p{color:#fff;font-size: 22px;font-family:'Drea, Regular';line-height: 1.25;}

.fund-process .box-ul{width:100%;padding-left: 0;}
.fund-process .box-ul > li{background:#f2f6fa;padding:20px;text-align:center;font-size:22px;font-family:'Dream Regular';color:#222;position: relative;}
.fund-process .box-ul > li:before{content:'';width:71px;height:38px;background:url('../../images/process-arrow.png') no-repeat center;position:absolute;left: -125px;top:50%;margin-top: -19px;}
.fund-process .box-ul > li span{color:#034ea2;font-family:'Dream Medium';display: block;margin-bottom: 5px;}
.fund-process .box-ul > li + li{margin-top:25px;}

@media all and (max-width:1200px){
  .fund-process .step-ul{gap:100px;}
  .fund-process{gap:100px;}
  .fund-process .box-ul > li:before{left:-90px;}
  .fund-process .box-ul > li{font-size:18px;}
}

@media all and (max-width:1023px) and (min-width:768px) {
  .fund-process .step-ul > li{width:200px;height:200px;}
  .fund-process .step-ul > li > div{width:180px;height:180px;padding-top: 35px;}
  .fund-process .step-ul > li > div > p{font-size:18px;}
  .fund-process{gap:60px;}
  .fund-process .step-ul{gap:60px;}
  .fund-process .step-ul:before{background-size:45px;}
  .fund-process .box-ul > li:before{background-size:45px;left:-70px;}
}

@media all and (max-width:767px){
  .fund-process{display:block;}  
  .fund-process .step-ul{display:block;padding-bottom:120px;}
  .fund-process .step-ul > li + li{margin-top:110px;}  
  .fund-process .step-ul:after{content:'';width:71px;height:38px;background:url('../../images/process-arrow.png') no-repeat center;position:absolute;left:50%;top:290px;margin-left:-35px;transform:rotate(90deg);}  
  .fund-process .step-ul > li{margin:0 auto;}  
  .fund-process .step-ul:before{top:unset;bottom:40px;transform:rotate(90deg);}  
  .fund-process .box-ul > li:before{display:none;}
}

.fund-box .top-box{background:#e5eef7;text-align:center;padding-top:25px;padding-bottom: 145px;}
.fund-box .top-box > strong{font-family:'Dream Bold';font-size:40px;color:#034ea2;display:block;letter-spacing:-0.025em;margin-top:20px;}
.fund-box .bottom-box{max-width: 1300px;margin: 0 auto;background: #fff;margin-top: -115px;padding: 200px 160px 0;}
.fund-box .bottom-box .b-title{text-align:center;font-size:30px;font-family:'Dream Regular';display:block;letter-spacing: -0.05em;color: #034ea2;line-height: 1.25;margin-bottom: 40px;position:relative;}
.fund-box .bottom-box .b-title i{display:block;}
.fund-box .bottom-box .b-title:before{content:'';width:1px;height:60px;background:#034ea2;position:absolute;left:50%;top:-120px;}
.fund-box .bottom-box .b-title span{font-family: 'Dream Medium';color:#e23d3f;}
.fund-box .bottom-box p{font-family:'Dream Regular';color:#666;text-align:center;line-height:1.8;font-size:20px;margin-bottom:70px;}
.fund-box .bottom-box p span{color:#222;font-family:'Dream Medium';}
.fund-box .bottom-box p i{display:block;padding:0;}
.fund-box .center-img > ul{display:flex;gap: 10px;}
.fund-box .bt-ul{margin-top:75px;display:grid;grid-template-columns:1fr 1fr;gap:45px 70px;}
.fund-box .bt-ul > li strong{display:block;font-size: 30px;color: #231f20;margin-bottom: 15px;}
.fund-box .bt-ul > li > ul > li{padding-left:20px;position:relative;line-height:1.6;color:#666;}
.fund-box .bt-ul > li > ul > li + li{margin-top:12px;}
.fund-box .bt-ul > li > ul > li:before{content:'';width:6px;height:6px;background:#034ea2;border-radius:50%;position:absolute;left:0;top: 10px;}
.fund-box .bt-ul > li > ul > li > ul {padding-left: 17px;padding-top: 7px;}
.fund-box .bt-ul > li > ul > li > ul > li{position:relative;padding-left:25px;}
.fund-box .bt-ul > li > ul > li > ul > li + li{margin-top:3px;}
.fund-box .bt-ul > li > ul > li > ul > li > span{font-family:'Dream Medium';color:#231f20;position:absolute;left:0;}
.fund-box .txt-box{text-align:center;padding-top:70px;}
.fund-box .txt-box > strong{display:block;font-size:26px;color:#231f20;font-family:'Dream Medium';letter-spacing: -0.05em;margin-bottom:30px;}
.fund-box .txt-box > span{display:block;font-size: 20px;color: #444444;font-family: 'Dream Medium';margin-bottom: 10px;}
.fund-box .txt-box > p{margin-bottom:0;}

@media all and (max-width:1280px){
  .fund-box .bottom-box{padding: 120px 40px 0;max-width: 1000px;}
  .fund-box .bottom-box .b-title:before{height:50px;top:-80px;}  
  .fund-box .bottom-box .b-title{font-size:28px;}  
  .fund-box .bottom-box p{font-size:18px;}
  .fund-box .bt-ul{gap:30px 50px;}  
  .fund-box .bt-ul > li strong{font-size:24px;margin-bottom:10px;} 
}

@media all and (max-width:1023px){
  .fund-box .bottom-box{padding:120px 25px 0;max-width:767px;}
}

@media all and (max-width:767px){
  .fund-box .top-box img{max-width:60px;}
  .fund-box .top-box > strong{font-size:28px;}
  .fund-box .bottom-box{padding: 70px 15px 0;max-width: 90%;}
  .fund-box .bottom-box .b-title:before{height: 28px;top:-50px;}
  .fund-box .bottom-box .b-title{font-size:20px;margin-bottom: 12px;}
  .fund-box .bottom-box .b-title i{display:inline-block;}
  .fund-box .bottom-box p{font-size:16px;margin-bottom:25px;}
  .fund-box .bottom-box p i{display:inline-block;}
  .fund-box .bt-ul{margin-top:35px;}
  .fund-box .bt-ul{grid-template-columns: 1fr;}
  .fund-box .bt-ul > li strong{font-size:22px;}
  .fund-box .bt-ul > li > ul > li{font-size:16px;padding-left: 15px;}
  .fund-box .bt-ul > li > ul > li:before{top:9px;}
  .fund-box .center-img > ul{flex-wrap:wrap;gap:15px;}
  .fund-box .center-img > ul > li{width:100%;}
  .fund-box .center-img > ul > li img{width:100%;}
  .fund-box .txt-box > strong{font-size:22px;margin-bottom: 15px;}
  .fund-box .txt-box > span{font-size:18px;}
  .fund-box .txt-box{padding-top:50px;}
}