@charset "utf-8";

/**사회혁신경영전공**/
.so-curriculum{margin-top:15px;margin-bottom:25px;}
.so-curriculum .inner{border:5px solid #eee;border-radius:5px;padding: 45px 120px 0;}
.so-curriculum .inner > ul{display:flex;padding:0 60px;justify-content:space-between;margin-bottom: 60px;}
.so-curriculum .inner > ul > li{width:260px;height:260px;text-align:center;border-radius:50%;background:#aaa;position:relative;}
.so-curriculum .inner > ul > li + li:before{content:'';width: 15px;height: 18px;background:url('../../images/sub/social-tri.png') no-repeat center;position:absolute;left: -90px;top: 120px;}
.so-curriculum .inner > ul > li > div{width:240px;height:240px;border-radius:50%;margin:10px auto;display:flex;flex-direction: column;justify-content: center;}
.so-curriculum .inner > ul > li > div > strong{font-size: 28px;font-family: 'HG Medium';color: #222;display: block;margin-bottom: 10px;}
.so-curriculum .inner > ul > li > div > p{font-size:18px;color:#555;font-family:'HG Regular';line-height:1.45;}
.so-curriculum .inner > ul > li:nth-child(1){background:linear-gradient(45deg,rgba(21, 113, 187, 1) 0%, rgba(80, 162, 224, 1) 100%);}
.so-curriculum .inner > ul > li:nth-child(1) > div{background: #ebf7ff;}
.so-curriculum .inner > ul > li:nth-child(2){background:linear-gradient(45deg,rgba(16, 59, 127, 1) 0%, rgba(72, 125, 208, 1) 100%);}
.so-curriculum .inner > ul > li:nth-child(2) > div{background: #ebf3ff;}
.so-curriculum .inner > ul > li:nth-child(3){background:linear-gradient(45deg,rgba(29, 190, 181, 1) 0%, rgba(90, 229, 222, 1) 100%);}
.so-curriculum .inner > ul > li:nth-child(3) > div{background: #ebfffe;}
.so-curriculum .inner .list > ul{display:flex;gap:60px;}
.so-curriculum .inner .list > ul > li{width:100%;text-align:center;}
.so-curriculum .inner .list > ul > li > ul > li{text-align:left;}
.so-curriculum .inner .list > ul.blue{margin-bottom:20px;}
.so-curriculum .inner .list > ul.blue > li{background:#0067b3;color:#fff;padding:25px;font-size:18px;font-family:'HG Medium';border-radius:12px;}
.so-curriculum .inner .list > ul.white{margin-bottom: 50px;}
.so-curriculum .inner .list > ul.white > li > ul{background:#fff;border:1px solid #000;border-radius:12px;padding: 30px 35px;min-height: 160px;}
.so-curriculum .inner .list > ul.white > li > strong{background:#0067b3;color:#fff;padding:25px;font-size:18px;font-family:'HG Medium';border-radius:12px;display:block;margin-bottom:25px;}
.so-curriculum .inner .list > ul.white > li > ul > li{padding-left:12px;position:relative;font-size: 17px;}
.so-curriculum .inner .list > ul.white > li > ul > li + li{margin-top:10px;}
.so-curriculum .inner .list > ul.white > li > ul > li:before{content:'';width:4px;height:4px;background:#19bdb5;position:absolute;left:0;top:10px;border-radius:50%;}

.bi-table{max-width:735px;margin-top:25px;}
.bi-table thead th{background:#930784;color:#fff;border-left:1px #fff solid;font-size:1/px;padding:8px 0 7px;font-family:'HG Medium';}
.bi-table tbody td{padding: 15px 10px;border-bottom:1px solid #930784;border-left:1px solid #930784;font-size: 16px;letter-spacing: -0.025em;font-family: 'HG Regular';}
.bi-table tbody td span{font-family:'HG Medium';}
.bi-table tbody td:nth-child(1){border-left:0;}
.bi-table tbody td ul{padding-left: 25px;}
.bi-table tbody td ul li{text-align:left;font-size: 15px;margin-bottom:5px;letter-spacing:-0.025em;}
.bi-table tbody td ul li:nth-child(1){font-family:'HG Medium';position:relative;font-size: 16px;}
.bi-table tbody td ul li:nth-child(1):before{content:'';width:4px;height:4px;background:#666;position:absolute;left:-12px;top: 9px;border-radius:50%;}

@media screen and (max-width: 1680px) {
  .so-curriculum .inner > ul{padding:0;justify-content: center;gap: 100px;margin-bottom: 40px;}
  .so-curriculum .inner > ul > li + li:before{left: -55px;}    
}

@media screen and (max-width: 1400px) {
  .so-curriculum .inner{padding:50px;}
  .so-curriculum .inner .list > ul{gap:25px;margin-bottom: 25px;}
  .so-curriculum .inner .list > ul.white{margin-bottom:25px;}    
}

@media screen and (max-width: 1200px) {
  .so-curriculum .inner > ul > li{width:200px;height:200px;}
  .so-curriculum .inner > ul > li > div{width:180px;height:180px;}    
  .so-curriculum .inner > ul > li > div > strong{font-size:20px;margin-bottom: 5px;}
  .so-curriculum .inner .list > ul.white > li > strong{padding:15px;}
  .so-curriculum .inner > ul > li > div > p{font-size:15px;}
  .so-curriculum .inner > ul > li + li:before{top: 90px;}
  .so-curriculum .inner .list > ul.blue > li{padding:15px;}
  .so-curriculum .inner .list > ul.white > li > ul{padding:20px 25px;}
  .so-curriculum .inner .list > ul.white > li > ul > li{font-size:15px;}
  .so-curriculum .inner .list > ul.white > li > ul > li:before{top:9px;}
}

@media screen and (max-width: 767px) {
  .so-curriculum .inner{padding:50px 35px;}
  .so-curriculum .inner > ul{flex-direction: column;text-align: center;align-items: center;gap: 50px;}
  .so-curriculum .inner > ul > li > div{margin-left:auto;margin-right:auto;text-align: center;justify-content: center;}
  .so-curriculum .inner > ul > li + li:before{left:50%;top: -32px;transform:rotate(90deg);margin-left: -7px;}
  .so-curriculum .inner .list > ul.white{flex-direction: column;gap: 15px;}
  .so-curriculum .inner .list > ul{flex-direction: column;gap: 15px;}
  .so-curriculum .inner .list > ul.white > li > ul{min-height:initial;}
  .so-curriculum .inner .list > ul.white > li > strong{margin-bottom;margin-bottom: 20px;}
}

/**자기설계융합전공**/
.self-bulid > ul{display:grid;grid-template-columns:1fr 1fr 1fr;gap:70px 30px;padding-top:30px;}
.self-bulid > ul > li{background:#f7f7f7;border-radius:15px;padding: 60px 30px 0;}
.self-bulid > ul > li > strong{width:250px;margin: -80px auto 30px;display:block;text-align:center;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);padding:10px;border-radius: 6px;font-size:16px;color:#fff;font-family:'HG Regular';}
.self-bulid > ul > li .category{display:flex;justify-content:center;gap:25px;}
.self-bulid > ul > li .category > li{position:relative;font-size:15px;color:#888;letter-spacing:-0.025em;}
.self-bulid > ul > li .category > li:before{content:'';width:10px;height:10px;display:inline-block;vertical-align:top;border-radius:50%;margin-right:5px;position:relative;top:6px;}
.self-bulid > ul > li .category > li:nth-child(1):before{background:#1174ff;}
.self-bulid > ul > li .category > li:nth-child(2):before{background:#042e6f;}
.self-bulid > ul > li .category > li:nth-child(3):before{background:#00b6ad;}
.self-bulid > ul > li .category > li:nth-child(4):before{background:#8093a9;}
.self-bulid > ul > li .conts{display:flex;justify-content:center;gap:20px;height:calc(100% - 45px);}
.self-bulid > ul > li .conts .white{max-width:155px;border:1px solid #87b8ea;background:#fff;width:100%;border-radius:5px;display:flex;justify-content:center;align-items: center;text-align: center;font-size: 19px;color: #3f8edd;font-family: 'HG Medium';}
.self-bulid > ul > li .conts > ul{max-width:155px;width:100%;border-radius:5px;overflow:hidden;}
.self-bulid > ul > li .conts > ul > li{color:#fff;text-align:center;font-size: 16px;font-family: 'HG Medium';display: flex;align-items: center;justify-content: center;}
.self-bulid > ul > li .conts > ul.type1 > li:nth-child(1){background:#00b6ad;height:25%;}
.self-bulid > ul > li .conts > ul.type1 > li:nth-child(2){background:#4ad2cb;height:25%;}
.self-bulid > ul > li .conts > ul.type1 > li:nth-child(3){background:#8fdfdb;height:25%;}
.self-bulid > ul > li .conts > ul.type1 > li:nth-child(4){background:#8093a9;height:25%;}

.self-bulid > ul > li .conts > ul.type2 > li:nth-child(1){background:#3f8edd;height:25%;}
.self-bulid > ul > li .conts > ul.type2 > li:nth-child(2){background:#63a7eb;height:25%;}
.self-bulid > ul > li .conts > ul.type2 > li:nth-child(3){background:#8093a9;height:50%;}

@media screen and (max-width: 1400px) {
  .self-bulid > ul{grid-template-columns:1fr 1fr;text-align:center;}
  .self-bulid > ul > li{min-height:480px;}
}

@media screen and (max-width: 1023px) {
  .self-bulid > ul{grid-template-columns:1fr;}
}

/**Hi FIVE 전공교육과정**/
.hi-five .box01{padding: 40px 35px 35px;position:relative;margin-bottom:50px;}
.hi-five .box01 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);;font-size:16px;display:block;margin:0 auto;text-align:center;width:200px;padding:10px;border-radius:5px;}
.hi-five .box01 > strong{display:block;font-size:28px;text-align:center;margin-top: 15px;font-family:'HG Bold';background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);background-clip: text;-webkit-background-clip: text;color: transparent;}
.hi-five .box01:before{content:'';width:32px;height:163px;background:url('../../images/sub/hi-five-edge-left.png') no-repeat center;position:absolute;left:0;top: 50%;margin-top: -82px;}
.hi-five .box01:after{content:'';width:32px;height:163px;background:url('../../images/sub/hi-five-edge-right.png') no-repeat center;position:absolute;right:0;top: 50%;margin-top: -82px;}

.hi-five .box02{padding: 0 35px;position:relative;margin-bottom:50px;}
.hi-five .box02 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);font-size:16px;display:block;margin: 0 auto -25px;text-align:center;width:200px;padding:10px;border-radius:5px;position: relative;z-index: 1;}
.hi-five .box02 > strong{padding:8px;display:block;text-align:center;font-size:28px;font-family:'HG Medium';color:#0067b3;border-radius: 100px;background-image: linear-gradient(#fff, #fff), linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%); background-origin: border-box;background-clip: content-box, border-box;}
.hi-five .box02 > strong > span{background:#ebf7ff;display:block;border-radius:100px;padding: 45px 0 30px;}
.hi-five .box02 > strong > span > i{color: #fe9019;}

.hi-five .box03{margin-bottom:50px;}
.hi-five .box03 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);font-size:16px;display:block;margin:0 auto;text-align:center;width:200px;padding:10px;border-radius:5px;margin-bottom: 20px;}
.hi-five .box03 > ul{display:flex;gap:40px;}
.hi-five .box03 > ul > li{width:100%;border:1px solid #333;border-radius:10px;padding:30px 25px;padding-right: 0;display:flex;gap: 20px;align-items: center;}
.hi-five .box03 > ul > li .icon{width: 90px;height: 90px;background:#eee;border-radius:50%;display:flex;align-items: center;justify-content: center;}
.hi-five .box03 > ul > li .txt strong{font-size:24px;color:#888;font-family:'HG Bold';display:block;margin-bottom:3px;}
.hi-five .box03 > ul > li .txt strong > span{color:#fe9019;}
.hi-five .box03 > ul > li .txt p{font-size:20px;color:#222;font-family:'HG Medium';}
.hi-five .box03 > ul > li .txt p > span{font-family:'HG Bold';}

.hi-five .box04{margin-bottom:50px;}
.hi-five .box04 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);font-size:16px;display:block;margin:0 auto;text-align:center;width:200px;padding:10px;border-radius:5px;margin-bottom: 20px;}
.hi-five .box04 > ul{display:flex;gap: 40px;}
.hi-five .box04 > ul > li{width:100%;text-align:center;border:1px dashed #4cccc5;border-radius:100px;padding:15px;}
.hi-five .box04 > ul > li > ul{display:flex;}
.hi-five .box04 > ul > li > ul > li{width:100%;border-radius:100px;padding:25px 0;font-size:18px;color:#fff;font-family: 'HG Medium';background:rgba(0,182,173,0.7);}
.hi-five .box04 > ul > li > ul > li span{color:#1174ff;display:block;}
.hi-five .box04 > ul > li > ul > li:nth-child(1){margin-left:0;}
.hi-five .box04 > ul > li > ul > li:nth-child(2){margin-left:-18px;}

.hi-five .box05{margin-bottom:50px;}
.hi-five .box05 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);font-size:16px;display:block;margin:0 auto;text-align:center;width:200px;padding:10px;border-radius:5px;margin-bottom: 20px;}
.hi-five .box05 > ul{display:flex;gap:30px;}
.hi-five .box05 > ul > li{width:100%;position: relative;}
.hi-five .box05 > ul > li:before{content:'';width:1px;height:100%;background:#222;position:absolute;left:50%;}
.hi-five .box05 > ul > li > strong{font-size: 18px;background: #8093a9;color: #fff;display: block;text-align: center;padding: 12px;border-radius: 10px;font-family: 'HG Medium';margin-bottom: 30px;position:relative;z-index:1;}
.hi-five .box05 > ul > li > ul{border:1px solid #222;border-radius:10px;padding: 30px 35px;height: calc(100% - 82px);position:relative;background: #fff;}
.hi-five .box05 > ul > li > ul > li{font-size:17px;font-family:'HG Regular';color:#555;position:relative;padding-left:15px;}
.hi-five .box05 > ul > li > ul > li:before{content:'';width:4px;height:4px;background:#00b6ad;border-radius:50%;position:absolute;left:0;top:10px;}
.hi-five .box05 > ul > li > ul > li + li{margin-top: 10px;}
.hi-five .box05 > ul > li:nth-child(2) > ul {border:0;padding:0;background: none;}
.hi-five .box05 > ul > li:nth-child(2) > ul > li{text-align:center;padding:20px 35px;border-radius:10px;font-family: 'HG Regular';font-size: 15px;line-height: 1.65;background:#fff;}
.hi-five .box05 > ul > li:nth-child(2) > ul > li:nth-child(odd){border:1px solid #00b6ad;color:#00b6ad;}
.hi-five .box05 > ul > li:nth-child(2) > ul > li:nth-child(2){border: 1px solid #3f8edd;color: #3f8edd;}
.hi-five .box05 > ul > li:nth-child(2) > ul > li:nth-child(4){background:#dfefff;color:#6ba7e3;}
.hi-five .box05 > ul > li:nth-child(2) > ul > li:before{display:none;}

.hi-five .box06 > span{font-family:'HG Regular';color:#fff;background:linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%);font-size:16px;display:block;margin:0 auto;text-align:center;width:200px;padding:10px;border-radius:5px;margin-bottom: 20px;}
.hi-five .box06 > ul{display:flex;gap:30px;}
.hi-five .box06 > ul > li{padding:10px;text-align:center;border-radius: 7px;width:100%;}
.hi-five .box06 > ul > li > div{padding:30px 20px;}
.hi-five .box06 > ul > li > div > strong{font-size:24px;font-family:'HG Medium';display:block;letter-spacing:-0.025em;margin-bottom:5px;}
.hi-five .box06 > ul > li > div > span{color:#555;display:block;font-size:18px;font-family:'HG Regular';}
.hi-five .box06 > ul > li:nth-child(1){background-image: linear-gradient(#fff, #fff), linear-gradient(90deg,rgba(0, 103, 179, 1) 0%, rgba(62, 142, 220, 1) 100%); background-origin: border-box;background-clip: content-box, border-box;}
.hi-five .box06 > ul > li:nth-child(1) > div{background:#ebf7ff;}
.hi-five .box06 > ul > li:nth-child(2){background-image: linear-gradient(#fff, #fff), linear-gradient(90deg,rgba(4, 46, 111, 1) 0%, rgba(83, 139, 225, 1) 100%);background-origin: border-box;background-clip: content-box, border-box;}
.hi-five .box06 > ul > li:nth-child(2) > div{background:#ebf3ff;}
.hi-five .box06 > ul > li:nth-child(3){background:#ebfffe;background-image: linear-gradient(#fff, #fff), linear-gradient(90deg,rgba(0, 182, 173, 1) 0%, rgba(99, 237, 230, 1) 100%);background-origin: border-box;background-clip: content-box, border-box;}
.hi-five .box06 > ul > li:nth-child(3) > div{background:#ebfffe;}

.hi-five-graph > .graph01{border: 5px solid #eee;padding:50px;display:flex;/* align-items: center; */justify-content: center;gap: 20px;border-radius: 5px;}
.hi-five-graph > .graph01 .img{min-width:775px;}
.hi-five-graph > .graph01 .text > ul{display:flex;flex-direction: column;}
.hi-five-graph > .graph01 .text > ul > li > strong{font-size:26px;color:#3f8edd;font-family:'HG Medium';display: block;margin-bottom: 5px;}
.hi-five-graph > .graph01 .text > ul > li > strong span{font-family:'HG Bold';font-size:40px;margin-right:15px;display:inline-block;}
.hi-five-graph > .graph01 .text > ul > li > p{font-size:17px;font-family:'HG Regular';color:#555;line-height: 1.8;padding-left: 60px;}
.hi-five-graph > .graph01 .text > ul > li > p i{display:block;}
.hi-five-graph > .graph01 .text > ul > li:nth-child(1){margin-bottom: 112px;}
.hi-five-graph > .graph01 .text > ul > li:nth-child(2){margin-bottom: 67px;}
.hi-five-graph > .graph01 .text > ul > li:nth-child(1) > strong{color:#3f8edd;}
.hi-five-graph > .graph01 .text > ul > li:nth-child(2) > strong{color:#042e6f;}
.hi-five-graph > .graph01 .text > ul > li:nth-child(3) > strong{color:#00b6ad;}
.hi-five-graph > .graph01 .text > ul > li > ul{padding-left:60px;}
.hi-five-graph > .graph01 .text > ul > li > ul > li{font-size:17px;font-family:'HG Regular';color:#555;line-height: 1.8;padding-left: 20px;position:relative;line-height:1.6;}
.hi-five-graph > .graph01 .text > ul > li > ul > li + li{margin-top:10px;}
.hi-five-graph > .graph01 .text > ul > li > ul > li:before{content:'';width:8px;height:2px;background:#555;position:absolute;left:0;top:12px;}

.hi-five-graph > .graph02{border: 5px solid #eee;padding:50px;display:flex;/* align-items: center; */justify-content: center;gap: 20px;border-radius: 5px;}
.hi-five-graph > .graph02 > ul{display:flex;gap:35px;}
.hi-five-graph > .graph02 > ul > li{width:100%;text-align:center;}
.hi-five-graph > .graph02 > ul > li .icon{width:270px;height:270px;border-radius:50%;margin:0 auto 30px;padding:15px;position: relative;}
.hi-five-graph > .graph02 > ul > li .icon:before{content:'';width:1px;height:30px;background:#222;position:absolute;left:50%;top:100%;}
.hi-five-graph > .graph02 > ul > li .icon .inner{width:240px;height:240px;border-radius:50%;margin:0 auto;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.hi-five-graph > .graph02 > ul > li .icon .inner > p{font-size: 19px;color:#fff;padding-top:15px;letter-spacing:-0.025em;font-family:'HG Regular';}
.hi-five-graph > .graph02 > ul > li:nth-child(1) .icon{background: #ebf3fc;}
.hi-five-graph > .graph02 > ul > li:nth-child(1) .icon .inner{background:#3f8edd;border:15px solid #c9dff6;}
.hi-five-graph > .graph02 > ul > li:nth-child(2) .icon{background: #e5eaf0;}
.hi-five-graph > .graph02 > ul > li:nth-child(2) .icon .inner{background:#042e6f;border:15px solid #b8c4d6;}
.hi-five-graph > .graph02 > ul > li:nth-child(3) .icon{background: #e5f8f7;}
.hi-five-graph > .graph02 > ul > li:nth-child(3) .icon .inner{background:#00b6ad;border:15px solid #b7ebe8;}

.hi-five-graph > .graph02 > ul > li > ul{background: #f7f7f7;padding: 30px 40px;border-radius: 15px;height: calc(100% - 300px);}
.hi-five-graph > .graph02 > ul > li > ul > li{line-height:1.8;text-align:left;position: relative;padding-left: 15px;letter-spacing: -0.025em;}
.hi-five-graph > .graph02 > ul > li > ul > li + li{margin-top:10px;}
.hi-five-graph > .graph02 > ul > li > ul > li:before{content:'';width:4px;height:4px;background:#07b8af;position:absolute;left:0;top:12px;border-radius:50%;}

@media screen and (max-width: 1600px) {
  .hi-five .box03 > ul > li .txt strong{font-size:20px;}
  .hi-five .box03 > ul > li .txt p{font-size:18px;}
  .hi-five .box03 > ul > li{padding-right:25px;}
  .hi-five .box03 > ul{gap:20px;}
  .hi-five .box04 > ul{gap:20px;}
  .hi-five-graph > .graph01 .img{min-width: 620px;max-width: 620px;}
  .hi-five-graph > .graph01 .text > ul > li > strong{font-size:20px;}
  .hi-five-graph > .graph01 .text > ul > li > strong span{font-size:28px;}
  .hi-five-graph > .graph01 .text > ul > li:nth-child(1){margin-bottom: 86px;}
  .hi-five-graph > .graph01 .text > ul > li:nth-child(2){margin-bottom: 45px;}
}

@media screen and (max-width: 1280px) {
  .hi-five .box03 > ul{display:flex;flex-wrap: wrap;}
  .hi-five .box03 > ul > li{width: calc(100% / 2 - 10px);}
  .hi-five .box04 > ul{flex-wrap:wrap;}
  .hi-five .box04 > ul > li{width:calc(100% / 2 - 10px);}
  .hi-five .box06 > ul > li > div > strong{font-size:20px;}
  .hi-five-graph > .graph01 .text > ul > li > strong{font-size:17px;}
  .hi-five-graph > .graph01 .text > ul > li > strong span{font-size:24px;}
  .hi-five-graph > .graph01 .img{min-width: 480px;max-width: 480px;}
  .hi-five-graph > .graph01 .text > ul > li:nth-child(1){margin-bottom:45px;}
  .hi-five-graph > .graph01 .text > ul > li:nth-child(2){margin-bottom:17px;}
  .hi-five-graph > .graph01 .text > ul > li > p{font-size:15px;padding-left:45px;}
  .hi-five-graph > .graph01 .text > ul > li > ul > li{font-size:15px;}
  .hi-five-graph > .graph01 .text > ul > li > ul{padding-left:45px;}
}

@media screen and (max-width: 1023px) {
  .hi-five .box01 > strong{font-size:20px;}
  .hi-five .box01{padding-top: 25px;padding-bottom: 20px;}
  .hi-five .box01:before,
  .hi-five .box01:after{width:28px;height:158px;background-size:contain;margin-top: -78px;}
  .hi-five .box02 > strong{font-size:20px;}  
  .hi-five .box02 > strong > span{padding:35px 25px 20px;}
  .hi-five .box05 > ul{flex-wrap:wrap;}
  .hi-five .box06 > ul{flex-wrap:wrap;}
  .hi-five-graph > .graph01 .img{display:none;}
  .hi-five-graph > .graph01{justify-content:flex-start;padding: 35px;}  
  .hi-five-graph > .graph01 .text > ul > li:nth-child(1),
  .hi-five-graph > .graph01 .text > ul > li:nth-child(2) {margin-bottom:15px;} 
  .hi-five-graph > .graph02 > ul{flex-wrap:wrap;}
}

@media screen and (max-width: 767px) {
  .hi-five .box03 > ul > li{width:100%;}
  .hi-five .box04 > ul > li{width:100%;}
  .hi-five-graph > .graph02{padding:35px;}
}