@charset "utf-8";

/* 기숙사 */
.wrap-domi {margin-top: 5rem;}
.wrap-domi .title {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 23rem; background: url('../../images/sub/bg-domi.png') no-repeat center / cover;}
.wrap-domi .title span {font-family: pm; font-size: 2rem; color: #fff;}
.wrap-domi .title strong {padding: .8rem 0 2rem 0; font-family: pb; font-size: 4rem; line-height: 1.2; color: #fff;}
.wrap-domi .movie {display: flex; margin-top: 5rem;}
.wrap-domi .movie .youtube {width: 80rem; padding-right: 5rem;}
.wrap-domi .movie .lyric {width: calc(100% - 80rem); padding: 3rem 4rem; background: #eff6ff url('../../images/sub/bg-domi-lyric.png') no-repeat right bottom;}
.wrap-domi .movie .lyric .box {overflow: auto; max-height: 40.5rem; padding-right: 2rem;}
.wrap-domi .movie .lyric .box::-webkit-scrollbar {width: 1rem; height: 1rem;}
.wrap-domi .movie .lyric .box::-webkit-scrollbar-thumb {background: #666465;}
.wrap-domi .movie .lyric .box::-webkit-scrollbar-track {background-color: #fff;}
.wrap-domi .movie .lyric strong {display: block; margin-bottom: 2rem; font-family: pb; font-size: 2.2rem; color: #212121;}
.wrap-domi .movie .lyric p {font-family: pr; font-size: 1.8rem; color: #666666;}
.wrap-domi .videoWrapper {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.wrap-domi .videoWrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media screen and (max-width: 1400px) {
  .wrap-domi .movie .youtube {width: 70rem;}
  .wrap-domi .movie .lyric {width: calc(100% - 70rem);}
  .wrap-domi .movie .lyric .box {max-height: 32.5rem;}
}

@media screen and (max-width: 1200px) {
  .wrap-domi .movie {flex-wrap: wrap;}
  .wrap-domi .movie .youtube {width: 100%; padding-right: 0; padding-bottom: 3rem;}
  .wrap-domi .movie .lyric {width: 100%;}
}

@media screen and (max-width: 1000px) {
  .wrap-domi .title span {font-size: 1.8rem;}
  .wrap-domi .title strong {font-size: 3rem;}
}

@media screen and (max-width: 700px) {
  .wrap-domi {margin-top: 4rem;}
  .wrap-domi .movie {margin-top: 4rem;}
  .wrap-domi .title span {font-size: 1.7rem;}
  .wrap-domi .title strong {font-size: 2.5rem;}
  .wrap-domi .movie .lyric strong {font-size: 2rem;}
  .wrap-domi .movie .lyric p {font-size: 1.6rem;}
}

/* 업무 및 담당자 */
.wrap-edu-organ {position: relative;}
.wrap-edu-organ::after {content: ''; position: absolute; left: 50%; top: 0; z-index: -1; width: .1rem; height: 100%; background: #dddee0;}
.wrap-edu-organ .level1 {text-align: center;}
.wrap-edu-organ .level1 > strong {display: inline-flex; justify-content: center; align-items: center; width: 18rem; height: 18rem; background: #028ef6; border-radius: 100%; font-family: pb; font-size: 2.6rem; color: #fff;}
.wrap-edu-organ .level2 {position: relative; padding-top: 5rem; text-align: center;}
.wrap-edu-organ .level2 > strong {display: inline-flex; justify-content: center; align-items: center; min-width: 33rem; height: 7rem; background: #0b4da2; font-family: psb; font-size: 2.4rem; color: #fff;}
.wrap-edu-organ .level3 {position: absolute; left: 50%; top: 90%; text-align: center;}
.wrap-edu-organ .level3::after {content: ''; position: absolute; left: 0; top: 50%; z-index: -1; width: 100%; height: .1rem; background: #dddee0;}
.wrap-edu-organ .level3 > strong {display: inline-flex; justify-content: center; align-items: center; min-width: 33rem; height: 7rem; margin-left: 25rem; background: #3f4f71; font-family: psb; font-size: 2.4rem; color: #fff;}

@media screen and (max-width: 1280px) {
  .wrap-edu-organ .level1 > strong {font-size: 2.2rem;}
  .wrap-edu-organ .level2 > strong {min-width: 27rem; font-size: 2rem;}
  .wrap-edu-organ .level3 > strong {min-width: 27rem; margin-left: 19rem; font-size: 2rem;}
}

@media screen and (max-width: 960px) {
  .wrap-edu-organ .level1 > strong {font-size: 2rem;}
  .wrap-edu-organ .level2 > strong {min-width: 21rem; font-size: 1.8rem;}
  .wrap-edu-organ .level3 > strong {min-width: 21rem; margin-left: 15rem; font-size: 1.8rem;}
}

@media screen and (max-width: 800px) {
  .wrap-edu-organ {position: relative; margin-left: -30%;}
}

@media screen and (max-width: 630px) {
  .wrap-edu-organ {margin-left: -40%;}
  .wrap-edu-organ .level1 > strong {font-size: 1.8rem;}
  .wrap-edu-organ .level2 > strong {min-width: 16rem; font-size: 1.7rem;}
  .wrap-edu-organ .level3 > strong {min-width: 19rem; margin-left: 11rem; font-size: 1.7rem;}
}

/* 종합정보시스템 안내 */
.wrap-total-system {display: flex; align-items: flex-start; margin-top: 3rem;}
.wrap-total-system .thumb {display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: 38%; padding: 3.5rem; border: .5rem solid #eeeeee;}
.wrap-total-system .desc {padding-left: 6rem; padding-top: 7rem;}

@media screen and (max-width: 1100px) {
  .wrap-total-system {margin-top: 5rem;}
  .wrap-total-system .desc {padding-left: 5rem; padding-top: 0;}
}

@media screen and (max-width: 700px) {
  .wrap-total-system {flex-wrap: wrap; margin-top: 2rem;}
  .wrap-total-system .thumb {width: 100%;}
  .wrap-total-system .desc {width: 100%; padding-left: 0; padding-top: 3rem;}
}

/* 교육이념 및 인재상 */
.wrap-edu-ph {position: relative;}

.wrap-edu-ph .banner {position: relative; width:100%; max-height:32rem; margin-bottom: 8rem;}
.wrap-edu-ph .banner img {width:100%; height:100%; min-height:20rem; object-fit: cover; object-position: left;}
.wrap-edu-ph .banner .text {position: absolute; right:0; top:0; display: flex; align-items: center; justify-content: center; width:50%; height:100%; padding:1rem; background:rgba(0,0,0,0.6); font-family: pr; font-size: 2.8rem; line-height: 4rem; text-align: center; color:#fff;}
.wrap-edu-ph .banner .text span {font-family: 'nrCn';} 
.wrap-edu-ph:last-child .content-box {margin-bottom: 0;}
.wrap-edu-ph .content-box {display: flex; margin-bottom: 5rem;}
.wrap-edu-ph .title {flex-shrink: 0; width: 13.5rem; margin-right: 6rem; border-top:.2rem solid #222;}
.wrap-edu-ph .title h2 {padding-top: 1.5rem; font-family: pb; font-size: 2.4rem; line-height: 5.2rem; color:#222;}
.wrap-edu-ph .con1 {display: flex; align-items: center; justify-content: center; width:100%; min-height:14.5rem; padding:1.5rem; background:#D3EEFA; text-align: center;}
.wrap-edu-ph .con1 p {font-family: pb; font-size: 3.2rem; color:#049EDB;}
.wrap-edu-ph .con1 p span {font-family: 'nbCn';}
.wrap-edu-ph .con2 {display: flex;align-items: center;justify-content: center; width:100%; min-height:14.5rem; padding:1.5rem; background:#D9E4F3; text-align: center;}
.wrap-edu-ph .con2 p {font-family: pb; font-size: 2.8rem; color:#032E6E;}
.wrap-edu-ph .con2 p span {font-family: 'nbCn';}
.wrap-edu-ph .con3 {width:100%;}
.wrap-edu-ph .con3 ul {display: flex; gap:0 4.5rem; width:100%; }
.wrap-edu-ph .con3 li {width:calc((100% - 4.5rem) / 3); padding:4.1rem 3rem 4.1rem 4rem; border:1px solid #DBDBDB; font-family: pr; font-size: 2.2rem; line-height: 3.2rem; color:#333;}
.wrap-edu-ph .con3 li span {font-family: pb; color:#0A4DA1;}
.wrap-edu-ph .con3 p {position: relative; padding-left:8.5rem;}
.wrap-edu-ph .con3 p::after {content:''; position: absolute; left:0; top:0;}
.wrap-edu-ph .con3 li:nth-child(1) p::after {width:3.9rem; height:3.7rem; background:url('../../images/sub/ic-edu-box3-1.png') no-repeat center / cover;}
.wrap-edu-ph .con3 li:nth-child(2) p::after {width:4rem; height:3.7rem; background:url('../../images/sub/ic-edu-box3-2.png') no-repeat center / cover;}
.wrap-edu-ph .con3 li:nth-child(3) p::after {width:3.9rem; height:3.9rem; background:url('../../images/sub/ic-edu-box3-3.png') no-repeat center / cover;}
.wrap-edu-ph .con4 {width:100%;}
.wrap-edu-ph .con4 ul {display: flex; gap:0 4.5rem; width:100%; }
.wrap-edu-ph .con4 li {width:calc((100% - 4.5rem) / 3); min-height:20rem; padding:3.4rem 4rem 4rem 4rem;}
.wrap-edu-ph .con4 li strong {display: block; margin-bottom: 0.5rem; font-family: psb; font-size: 2.8rem;}
.wrap-edu-ph .con4 li .en {font-family: pr; font-size: 1.8rem; color:#666;}
.wrap-edu-ph .con4 li:nth-child(1) {background:#EFF6FF url('../../images/sub/ic-edu-box4-1.png') no-repeat right -1.1rem bottom -1.2rem;}
.wrap-edu-ph .con4 li:nth-child(1) strong {color:#0A4DA1;}
.wrap-edu-ph .con4 li:nth-child(2) {background:#E5F8FF url('../../images/sub/ic-edu-box4-2.png') no-repeat right -1.1rem bottom -1.2rem;}
.wrap-edu-ph .con4 li:nth-child(2) strong {color:#049EDB;}
.wrap-edu-ph .con4 li:nth-child(3) {background:#F5F5F5 url('../../images/sub/ic-edu-box4-3.png') no-repeat right -1.1rem bottom -1.2rem;}
.wrap-edu-ph .con4 li:nth-child(3) strong {color:#333;}
.wrap-edu-ph .con5 {width:100%;}
.wrap-edu-ph .con5 ul {display: flex;}
.wrap-edu-ph .con5 li {flex:1;}
.wrap-edu-ph .con5 li strong {display: flex; align-items: center; justify-content: center; width:100%; height:9rem; border-radius:5rem; font-family: pm; font-size: 2.6rem; text-align: center; color:#fff;}
.wrap-edu-ph .con5 li:nth-child(1) strong {background:rgba(10,77,161,0.8);}
.wrap-edu-ph .con5 li:nth-child(2) {margin:0 -6.5rem; max-width:44.5rem;}
.wrap-edu-ph .con5 li:nth-child(2) strong {position: relative; background:rgba(4,158,219,0.8);}
.wrap-edu-ph .con5 li:nth-child(2) strong::before {content:''; position: absolute; left:0; top:0; width:6.5rem; height:9rem; background:url('../../images/sub/ic-edu-plus.png') no-repeat center;}
.wrap-edu-ph .con5 li:nth-child(2) strong::after {content:''; position: absolute; right:0; top:0; width:6.5rem; height:9rem; background:url('../../images/sub/ic-edu-plus.png') no-repeat center;}
.wrap-edu-ph .con5 li:nth-child(3) strong {background:rgba(3,46,110,0.8);}
.wrap-edu-ph .con5 li span {display: block; margin-top: 2.4rem; font-family: pr; font-size: 2.2rem; text-align: center; color:#444;}

@media screen and (max-width:1200px) {
  .wrap-edu-ph .banner .text {font-size: 2.2rem; line-height: unset;}
  .wrap-edu-ph .title {margin-right: 2rem;}
  .wrap-edu-ph .con1 p {font-size: 2.8rem;}
  .wrap-edu-ph .con2 p {font-size: 2.4rem;}
  .wrap-edu-ph .con3 ul {gap:2rem;}
  .wrap-edu-ph .con3 li {width:calc((100% - 2rem) / 3); padding:2.5rem; font-size: 1.8rem; line-height: unset;}
  .wrap-edu-ph .con3 p {padding-left:0; padding-top:5rem;}
  .wrap-edu-ph .con4 ul {gap:2rem;}
  .wrap-edu-ph .con4 li {width:calc((100% - 2rem) / 3); padding:2.5rem;}
  .wrap-edu-ph .con4 li strong {font-size: 2.4rem;}
  .wrap-edu-ph .con4 li .en {font-size: 1.6rem;}
  .wrap-edu-ph .con5 li strong {font-size: 2.4rem;}
  .wrap-edu-ph .con5 li span {font-size: 1.8rem;}
}

@media screen and (max-width:1000px) {
  .wrap-edu-ph .banner .text p br {display: none;}
  .wrap-edu-ph .con5 ul {flex-direction: column;}
  .wrap-edu-ph .con5 .box {padding:2rem 1rem; text-align: center; border-radius:10rem;}
  .wrap-edu-ph .con5 li strong {height:unset; display: inline-block; width:unset;}
  .wrap-edu-ph .con5 li:nth-child(1) .box {padding-bottom:5rem; background:rgba(10,77,161,0.8);}
  .wrap-edu-ph .con5 li:nth-child(1) strong {background:unset;}
  .wrap-edu-ph .con5 li:nth-child(2) {position: relative; margin:-3rem 0; max-width:100%;}
  .wrap-edu-ph .con5 li:nth-child(2)::before {content:''; position: absolute; left:50%; top:0; z-index: 1; width:2.1rem; height:3rem; margin-left:calc(-2.1rem / 2); background:url('../../images/sub/ic-edu-plus.png') no-repeat center;}
  .wrap-edu-ph .con5 li:nth-child(2)::after {content:''; position: absolute; left:50%; bottom:0; z-index: 1; width:2.1rem; height:3rem; margin-left:calc(-2.1rem / 2); background:url('../../images/sub/ic-edu-plus.png') no-repeat center;}
  .wrap-edu-ph .con5 li:nth-child(2) .box {position: relative; padding:5rem 0; background:rgba(4,158,219,0.8);}
  .wrap-edu-ph .con5 li:nth-child(2) strong {background:unset;}
  .wrap-edu-ph .con5 li:nth-child(2) strong::before,
  .wrap-edu-ph .con5 li:nth-child(2) strong::after {display: none;}
  .wrap-edu-ph .con5 li:nth-child(3) .box {padding-top:5rem; background:rgba(3,46,110,0.8);}
  .wrap-edu-ph .con5 li:nth-child(3) strong {background:unset;}
  .wrap-edu-ph .con5 li span {margin-top: 0; display: inline-block; margin-left:2rem; color:#fff;}
}

@media screen and (max-width:768px) {
  .wrap-edu-ph .banner {margin-bottom: 4rem;}
  .wrap-edu-ph .banner .text {position: relative; width:100%; background:#fff; color:#222; }
  .wrap-edu-ph .content-box {flex-direction: column;}
  .wrap-edu-ph .title {margin-bottom:1rem;}
  .wrap-edu-ph .con1 {min-height:10rem;}
  .wrap-edu-ph .con1 p {font-size: 2.6rem;}
  .wrap-edu-ph .con2 p {font-size: 2.2rem;}
}

@media screen and (max-width:650px) {
  .wrap-edu-ph .con3 ul {flex-direction: column;}
  .wrap-edu-ph .con3 li {width:100%;}
  .wrap-edu-ph .con4 ul {flex-direction: column;}
  .wrap-edu-ph .con4 li {width:100%; min-height:unset;}
  .wrap-edu-ph .con5 li strong {display: block;}
  .wrap-edu-ph .con5 li span {margin-left: 0;}
}

/* 대학발전계획 체계도 */
.wrap-edu-ph2 {position: relative;}
.wrap-edu-ph2:first-child {margin-top: 5rem;}
.wrap-edu-ph2 .content-box {display: flex; margin-bottom: 5rem;}
.wrap-edu-ph2:last-child .content-box {margin-bottom: 0;}
.wrap-edu-ph2 .title {flex-shrink: 0; width: 13.5rem; margin-right: 6rem; border-top:.2rem solid #222;}
.wrap-edu-ph2 .title h2 {margin-top: 1.5rem; font-family: pb; font-size: 2.4rem; line-height: 5.2rem; color:#222;}
.wrap-edu-ph2 .con1 {display: flex; align-items: center; justify-content: center; width:100%; min-height:14.5rem; padding:1.5rem; background:#D3EEFA; text-align: center;}
.wrap-edu-ph2 .con1 p {font-family: pb; font-size: 3.2rem; color:#049EDB;}
.wrap-edu-ph2 .con1 p span {font-family: 'nbCn';}
.wrap-edu-ph2 .con2 {display: flex;align-items: center;justify-content: center; width:100%; min-height:14.5rem; padding:1.5rem; background:#D9E4F3; text-align: center;}
.wrap-edu-ph2 .con2 p {font-family: pb; font-size: 3.2rem; color:#032E6E;}
.wrap-edu-ph2 .con2 p span {font-family: 'nbCn';}
.wrap-edu-ph2 .con3 {width:100%;}
.wrap-edu-ph2 .con3 ul {display: flex; gap:4.5rem; width:100%;}
.wrap-edu-ph2 .con3 li {display: flex; align-items: center; justify-content: center; width:calc((100% - 4.5rem) / 3); min-height:10.2rem; background:#F6F6F6; text-align: center;}
.wrap-edu-ph2 .con3 p {font-family: pr; font-size: 2.6rem; color:#323232;}
.wrap-edu-ph2 .con4 {width:100%;}
.wrap-edu-ph2 .con4 > ul > li {display: flex; align-items: center; margin-bottom: 5rem;}
.wrap-edu-ph2 .con4 > ul > li:last-child {margin-bottom: 0;}
.wrap-edu-ph2 .con4 .box {position: relative; display: flex; align-items: center; width:calc(100% - 57.5rem); max-width:67rem; min-height:16.5rem; padding-left:8rem; background:#0E4D9F; color:#fff;}
.wrap-edu-ph2 .con4 .box .num {position: absolute; left:-0.4rem; top:0; font-family: pb; font-size: 7rem; line-height: 0.6; opacity:.1;}
.wrap-edu-ph2 .con4 .box p {padding-right: 6rem;font-family: pb; font-size: 2.2rem;}
.wrap-edu-ph2 .con4 .text {display: flex; align-items: center;}
.wrap-edu-ph2 .con4 .text span {position: absolute; right:-6rem; top:50%; display: flex; align-items: center; justify-content: center; width:12rem; height:12rem; margin-top:-6rem; padding:1rem; background:#1A67CB; border-radius:50%; font-family: pb; font-size: 2rem; text-align: center; color:#fff;}
.wrap-edu-ph2 .con4 .icon-box {flex-shrink:0; background:rgba(255,255,255,0.2); border-radius:50%; margin-right: 1.9rem;}
.wrap-edu-ph2 .con4 .list {width:57.5rem; padding-left: 9rem;}
.wrap-edu-ph2 .con4 .list li {position: relative; margin-bottom: 0.5rem; padding-left:1.5rem; font-family: pr; font-size: 1.6rem; color:#656565;}
.wrap-edu-ph2 .con4 .list li:last-child {margin-bottom: 0;}
.wrap-edu-ph2 .con4 .list li::after {content:''; position: absolute; left:0; top:0.9rem; width:0.4rem; height:0.4rem; background:#BABABA; border-radius:50%;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(1) .box {background: #0E4D9F;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(1) .text span {background: #1A67CB;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(2) .box {background: #0B9EDA;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(2) .text span {background: #19B5F2;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(3) .box {background: #062E6D;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(3) .text span {background: #184FA3;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(4) .box {background: #656364;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(4) .text span {background: #969696;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(5) .box {background: #0E65ED;}
.wrap-edu-ph2 .con4 > ul > li:nth-child(5) .text span {background: #2D7EF1;}
.wrap-edu-ph2 .con5 {width:100%;}
.wrap-edu-ph2 .con5 ul {display: flex; max-width:93.7rem; margin:0 auto; background:url('../../images/sub/bg-edu2-con5.png') no-repeat center / contain;}
.wrap-edu-ph2 .con5 li {flex:1;}
.wrap-edu-ph2 .con5 li:nth-child(2) {margin:0 -4rem;}
.wrap-edu-ph2 .con5 p { padding:45% 0; font-family: pr; font-size: 2.8rem; text-align: center; color:#323232;}
.wrap-edu-ph2 .con6 {display: flex; align-items: center; justify-content: center; width:100%; min-height:14.5rem; background: #3F4E70;}
.wrap-edu-ph2 .con6 p {padding: 1.5rem;font-family: pb; font-size: 2.8rem; color:#fff;text-align: center;}
.wrap-edu-ph2 .con7 {width:100%;}
.wrap-edu-ph2 .con7 ul {display: flex; gap:4.5rem;}
.wrap-edu-ph2 .con7 li { width:calc((100% - 4.5rem) / 3);}
.wrap-edu-ph2 .con7 .box {display: flex; align-items: center; height:100%; padding:2.6rem 2rem; background:#F6F6F6;}
.wrap-edu-ph2 .con7 .box .num {display: flex; align-items: center; justify-content: center; flex-shrink: 0; width:5rem; height:5rem; margin-right:3.2rem; background:#0E4D9F; border-radius:50%; font-family: pbl; font-size: 1.8rem; color:#fff;}
.wrap-edu-ph2 .con7 .box p {font-family: pr; font-size: 2.2rem; color:#323232;}

@media screen and (max-width:1300px) {
  .wrap-edu-ph2 .con4 > ul > li {flex-direction: column; align-items: unset;}
  .wrap-edu-ph2 .con4 .box {width:100%; max-width:calc(100% - 6rem);}
  .wrap-edu-ph2 .con4 .list {padding-left:0; margin-top:3rem; width:unset;}
}

@media screen and (max-width:1200px) {
  .wrap-edu-ph2 .banner .text {font-size: 2.2rem; line-height: unset;}
  .wrap-edu-ph2 .title {margin-right: 2rem;}
  .wrap-edu-ph2 .con1 p {font-size: 2.8rem;}
  .wrap-edu-ph2 .con2 p {font-size: 2.8rem;}
  .wrap-edu-ph2 .con3 p {font-size: 2.2rem;}
  .wrap-edu-ph2 .con3 ul {gap:2rem;}
  .wrap-edu-ph2 .con3 li {padding:1rem;}
  .wrap-edu-ph2 .con4 .text span {width: 10rem; height: 10rem; margin-top:-5rem;}
  .wrap-edu-ph2 .con4 .box {min-height:12.5rem;}
  .wrap-edu-ph2 .con5 p {font-size: 2.4rem;}
  .wrap-edu-ph2 .con5 li:nth-child(2) {margin: 0 -2rem;}
  .wrap-edu-ph2 .con7 ul {gap:2rem;}
  .wrap-edu-ph2 .con7 .box p {font-size: 2rem;}
}

@media screen and (max-width:1000px) {
  .wrap-edu-ph2 .banner .text p br {display: none;}
  .wrap-edu-ph2 .con7 ul {flex-direction: column;}
  .wrap-edu-ph2 .con7 li {width:100%;}
}

@media screen and (max-width:768px) {
  .wrap-edu-ph2 .banner .text {position: relative; width:100%; background:#fff; color:#222; }
  .wrap-edu-ph2 .content-box {flex-direction: column;}
  .wrap-edu-ph2 .title {margin-bottom:1rem;}
  .wrap-edu-ph2 .con1 {min-height:10rem;}
  .wrap-edu-ph2 .con1 p {font-size: 2.6rem;}
  .wrap-edu-ph2 .con2 p {font-size: 2.5rem;line-height: 1.4}
  .wrap-edu-ph2 .con3 p {font-size: 2rem;}
  .wrap-edu-ph2 .con4 .box {padding-left:2rem;}
  .wrap-edu-ph2 .con4 .box .num {font-size: 5rem;}
  .wrap-edu-ph2 .con6 p {font-size: 2.5rem;line-height: 1.4;}
}

/* UI */
.btn-style2 {position: relative; display: inline-flex; align-items: center; height: 4.5rem; padding:0 6rem 0 2rem; font-family: pr; font-size: 1.8rem; color:#000;}
.btn-style2.color1 {color:#000; border:1px solid #000; background: linear-gradient(135deg, #000000 50%, #fff 50%); background-position:100%; background-size:400%; transition:.5s; transition-property:background, color;}
.btn-style2.color1:hover {background-position:0%; color:#fff;}
.btn-style2.color1.icon1::after {content:''; position: absolute; top:50%; right:2.5rem; width:1.5rem; height:1.3rem; transform: translateY(-50%); background:url('../../images/sub/ic-btn2-color1.png') no-repeat; transition:background .3s;}
.btn-style2.color1:hover::after {background:url('../../images/sub/ic-btn2-color1-on.png') no-repeat;}

.wrap-ui.type-img {position: relative;}
.wrap-ui.type-img .flex-box {display: flex;}
.wrap-ui.type-img .img-box {overflow:hidden; max-width:70rem; width: clamp(28rem, 45vw, 70rem); margin-right:6rem; aspect-ratio: 700 / 350;}
.wrap-ui.type-img .img-box.border-img {height:100%; border:1px solid #DDDEE0; }
.wrap-ui.type-img .img-box img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.wrap-ui.type-img .text-box {flex:1 1 0; margin-top: 2.5rem;}
.wrap-ui.type-img .text-box p {margin-top: 1.5rem; font-family: pr; font-size: 1.8rem; color:#444;}

.wrap-ui {position: relative;}
.wrap-ui .border-box {border:1px solid #DDDEE0; display: flex; align-items: center; justify-content: center; padding:6rem;}
.wrap-ui ul.flex {display: flex; justify-content: center; align-items: center;}

.wrap-ui.box1 .border-box {min-height:30.5rem;}
.wrap-ui.box1 ul {gap:15.4rem;}
.wrap-ui.box1 p {margin-top: 1rem; font-family: psb; font-size: 2rem;}

.wrap-ui.box2 .border-box {min-height:28rem;}
.wrap-ui.box2 ul {gap:12rem;}
.wrap-ui.box2 p {margin-top: 1rem; font-family: psb; font-size: 2rem;}

.wrap-ui.box3 .border-box {flex-wrap:wrap; min-height:46rem;}
.wrap-ui.box3 ul {width:100%;}
.wrap-ui.box3 ul:first-child {gap:0 21.2rem;}

.wrap-ui.box3 ul:last-child {justify-content: center; gap:3rem;}
.wrap-ui.box3 ul:last-child li {position: relative; display: flex; align-items: center;}
.wrap-ui.box3 ul:last-child li::before {content:''; display: inline-block; width:1rem; height:10rem; margin-right: 2rem; border-radius:1rem;}
.wrap-ui.box3 .color1::before {background:#049EDB;}
.wrap-ui.box3 .color2::before {background: #0A4DA1;}
.wrap-ui.box3 .color3::before {background: #032E6E;}
.wrap-ui.box3 .color4::before {background: #626466;}

.wrap-ui.box3 b {display: block; font-family: pb; font-size: 2.4rem;}
.wrap-ui.box3 strong {display: flex; font-family: ppr; font-size: 1.6rem; color:#666;}
.wrap-ui.box3 strong span {flex-shrink:0; display: inline-block; width:10.5rem; font-family: ppr; font-size: 1.6rem; color:#333;}

.wrap-ui.box4 .border-box {min-height:38rem;}
.wrap-ui.box4 ul {gap:0 4rem;}
.wrap-ui.box4 ul li:first-child {margin-right: 2rem;}

.wrap-ui.box6 .border-box { gap:0 5rem; align-items: start; justify-content: center; min-height:58rem; padding:5.6rem 0 8rem 0;}
.wrap-ui.box6 ul:first-child {flex-shrink: 0; align-self: start; margin-top: 2.4rem;}
.wrap-ui.box6 ul:last-child {display:grid; grid-template-columns: 1fr 1fr 1fr; gap:2.6rem 0;}
.wrap-ui.box6 ul:last-child li {max-width:29.8rem;}

.wrap-ui.box7 .border-box {min-height:35.5rem;}
.wrap-ui.box7 ul {gap:0 7.5rem;}
.wrap-ui.box7 li {display: flex; align-items: center; justify-content: center; height:19.5rem; }
.wrap-ui.box7 li:last-child {padding:0 3rem; background:#9D9D9C;}

.wrap-ui.box8 .border-box {min-height:35.5rem;}
.wrap-ui.box8 ul {gap:0 12rem;}

.wrap-ui.box9 .border-box {min-height:33.4rem;}
.wrap-ui.box9 ul {gap:0 12rem;}

.wrap-ui.box10 .border-box {min-height:33.4rem;}
.wrap-ui.box10 ul {display:grid; grid-template-columns: repeat(5, 1fr); gap:1rem 0.5rem;}
.wrap-ui.box10 .bg {background:#231F20;}

@media screen and (max-width:1500px) {
  .wrap-ui .border-box {min-height:unset !important;}
  .wrap-ui.box1 ul {gap:5rem;}
  .wrap-ui.box2 ul {gap:5rem;}
  .wrap-ui.box3 ul:first-child {gap:10rem;}
  .wrap-ui.box3 ul:last-child {flex-wrap:wrap; gap:3rem 6rem; margin-top: 2rem;}
  .wrap-ui.box3 ul:last-child > li {width:45%}
  .wrap-ui.box6 .border-box {padding: 3rem;}
}

@media screen and (max-width:1000px) {
  .wrap-ui.type-img .flex-box {flex-direction: column; align-items: center;}
  .wrap-ui.type-img .img-box {width:100%; margin-right: 0; text-align: center;}
  .wrap-ui.box1 ul {flex-wrap:wrap;}
  .wrap-ui.box6 .border-box {flex-direction: column; align-items: center;}
  .wrap-ui.box6 ul:first-child {margin: 0 auto;}
  .wrap-ui.box6 ul:last-child {grid-template-columns: 1fr 1fr;}
  .wrap-ui.box7 ul {flex-wrap:wrap;}
  .wrap-ui.box8 ul {flex-wrap:wrap; gap:3rem;}
  .wrap-ui.box10 ul {grid-template-columns: repeat(4, 1fr);}
}

@media screen and (max-width:768px) {
  .wrap-ui .border-box {padding:2rem; }
  .wrap-ui.box2 ul {flex-wrap:wrap;}
  .wrap-ui.box3 ul:first-child {flex-wrap:wrap; gap:3rem;}
  .wrap-ui.box3 ul:last-child > li {width:100%;}
  .wrap-ui.box4 ul {flex-wrap:wrap; gap:3rem;}
  .wrap-ui.box4 ul li:first-child {margin-right: 0;}
  .wrap-ui.box10 ul {grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width:600px) {
  .wrap-ui.box6 ul:last-child {grid-template-columns: 1fr; gap:0;}
  .wrap-ui.box10 ul {grid-template-columns: repeat(2, 1fr);}
}

/* 교가 */
.song-wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.song-wrap .song-image{border: .1rem solid #dddee0; display: flex; align-items: center; justify-content: center; width: 70rem; height: 93rem;}
.song-wrap .song-content{width: calc(100% - 70rem); padding-left: 6rem; margin-top: 4.2rem;}
.song-wrap .song-content-header{display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 9rem;}
.song-wrap .song-content-header h1{font-size: 3.4rem; color: #000000; font-family: pb;}
.song-wrap .song-content-header .song-content-info{display: flex; align-items: center; gap: 5rem}
.song-wrap .song-content-header dl{display: flex; flex-wrap: wrap; gap: .5rem}
.song-wrap .song-content-header dt,
.song-wrap .song-content-header dd{font-size: 1.8rem; color: #666666}
.song-wrap .song-content-header dt{color: #333333; font-family: pb;}
.song-wrap .song-content-main .half-box{display: flex; flex-wrap: wrap; margin-bottom: 4.5rem}
.song-wrap .song-content-main .half-box > div{width: 50%;}
.song-wrap .song-content-main .full-box{margin-bottom: 6rem}
.song-wrap .song-verse strong{font-size: 2.2rem; color: #0a4da1; font-family: pb;}
.song-wrap .song-verse p{font-size: 2rem; line-height: 3.5rem; color: #666666; font-family: pr; margin-top: 1.5rem;}

@media screen and (max-width: 1200px) {
  .song-wrap .song-image{width: 50rem;height: 70rem;}
  .song-wrap .song-image img {width: 66%;}
  .song-wrap .song-content{width: calc(100% - 50rem); padding-left: 4rem;}
  .song-wrap .song-content-header{margin-bottom: 6rem;}
  .song-wrap .song-content-header h1{font-size: 3rem;}
  .song-wrap .song-content-header dt,
  .song-wrap .song-content-header dd{font-size: 1.6rem;}
  .song-wrap .song-content-main .half-box{margin-bottom: 3rem;}
  .song-wrap .song-content-main .full-box{margin-bottom: 4rem;}
  .song-wrap .song-verse strong{font-size: 1.8rem;}
  .song-wrap .song-verse p{font-size: 1.6rem; line-height: 3rem;}
}

@media screen and (max-width: 980px) {
  .song-wrap{flex-direction: column;}
  .song-wrap .song-image{width: 100%;height: 56rem;}
  .song-wrap .song-image img {max-width: 28rem;}
  .song-wrap .song-content{width: 100%; padding: 0; margin-top: 3rem;}
  .song-wrap .song-content-header .song-content-info{gap: 3rem;}
}

/* 개교 50주년 기념 영상 */
.fd50-wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.fd50-wrap .fd50-youtube{width: 84rem; height: 0; padding-bottom: 46.5rem; position: relative; border: .1rem solid #dddee0;}
.fd50-wrap .fd50-youtube iframe{width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}
.fd50-wrap .fd50-content{width: calc(100% - 88.5rem);}
.fd50-wrap .fd50-content .wrap-blue-banner{padding: 3.5rem 4rem;}
.fd50-wrap .fd50-content .wrap-blue-banner .desc{padding-right: 2rem; overflow: auto; height: 39.5rem;}
.fd50-wrap .fd50-content .wrap-blue-banner .desc::-webkit-scrollbar{width: .8rem}
.fd50-wrap .fd50-content .wrap-blue-banner .desc::-webkit-scrollbar-thumb{background-color: #666465;}
.fd50-wrap .fd50-content .wrap-blue-banner .desc::-webkit-scrollbar-track{background-color: white;}
.fd50-wrap .fd50-content .wrap-blue-banner .desc.cn .title {font-family: nbCn;}
.fd50-wrap .fd50-content .wrap-blue-banner .desc.cn p {font-family: nrCn;}

@media screen and (max-width: 1200px) {
  .fd50-wrap .fd50-youtube{width: 50rem; padding-bottom: 40rem;}
  .fd50-wrap .fd50-content{width: calc(100% - 53rem);}
  .fd50-wrap .fd50-content .wrap-blue-banner{padding: 2.5rem 3rem;}
  .fd50-wrap .fd50-content .wrap-blue-banner .desc{height: 35rem}
}

@media screen and (max-width: 980px) {
  .fd50-wrap{flex-direction: column;}
  .fd50-wrap .fd50-youtube{width: 100%; padding-bottom: 50%;}
  .fd50-wrap .fd50-content{width: 100%; margin-top: 2rem;}
  .fd50-wrap .fd50-content .wrap-blue-banner .desc{padding: 0 !important;}
}

/* 인사말 */
.greeting-wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.greeting-wrap .greeting-left{width: 63rem;}
.greeting-wrap .greeting-left > h1{display: none; font-size: 8rem; line-height: 7.5rem; color: #049edb; font-family: pbl; letter-spacing: -.25rem;}
.greeting-wrap .greeting-left .greeting-name{display: flex; gap: 3rem; margin-top: 3.2rem;}
.greeting-wrap .greeting-left .greeting-name span,
.greeting-wrap .greeting-left .greeting-name strong{font-size: 3rem; font-family: pb; color: #121212;}
.greeting-wrap .greeting-right{width: calc(100% - 63rem); padding-left: 8rem;}
.greeting-wrap .greeting-slogan > span{font-size: 2.6rem; color: #888888; font-family: pm;} 
.greeting-wrap .greeting-slogan h1{font-family: peb; font-size: 4rem; line-height: 5.5rem; color: #222222; margin-top: 1.3rem;}
.greeting-wrap .greeting-slogan h1 span{display: block; color: #0b4da2;}
.greeting-wrap .greeting-line{width: 100%; height: .2rem; background-color: #e3e7ee; position: relative; margin: 4rem 0 6.3rem;}
.greeting-wrap .greeting-line::before{content:""; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: .8rem; height: .8rem; border-radius: 50%; background-color: #014099}
.greeting-wrap .greeting-line span{position: absolute; left: 0; top: 0; height: 100%;}
.greeting-wrap .greeting-line .greeting-line1{background-color: #014099; width: 36.08%; z-index: 2;}
.greeting-wrap .greeting-line .greeting-line2{background-color: #028ef6; width: 41.14%; z-index: 1;}
.greeting-wrap .greeting-right > p{font-size: 1.8rem; line-height: 3rem; color: #555555; font-family: pr;}
.greeting-wrap .greeting-right > p span{color: #0b4da2; font-family: pm;}

@media screen and (max-width: 1200px) {
  .greeting-wrap .greeting-left{width: 50rem;}
  .greeting-wrap .greeting-left > h1{font-size: 6rem; line-height: 5rem;}
  .greeting-wrap .greeting-left .greeting-name{margin-top: 2rem; gap: 2rem;}
  .greeting-wrap .greeting-left .greeting-name span,
  .greeting-wrap .greeting-left .greeting-name strong{font-size: 2.3rem;}
  .greeting-wrap .greeting-right{width: calc(100% - 50rem); padding-left: 5rem;}
  .greeting-wrap .greeting-slogan > span{font-size: 2rem;}
  .greeting-wrap .greeting-slogan h1{font-size: 3.2rem; line-height: 4.5rem;}
  .greeting-wrap .greeting-line{margin: 3rem 0 5rem;}
  .greeting-wrap .greeting-right > p{font-size: 1.7rem; line-height: 2.5rem;}
}

@media screen and (max-width: 1040px) {
  .greeting-wrap .greeting-left {width: 38rem;}
  .greeting-wrap .greeting-left > h1 {font-size: 5rem; letter-spacing: -.2rem;}
  .greeting-wrap .greeting-right {width: calc(100% - 38rem);}
}

@media screen and (max-width: 768px) {
  .greeting-wrap{flex-direction: column;}
  .greeting-wrap .greeting-left{width: 100%;}
  .greeting-wrap .greeting-left > h1 {font-size: 3rem; letter-spacing: 0;}
  .greeting-wrap .greeting-slogan h1 {line-height: 1.4; font-size: 2.2rem;}
  .greeting-wrap .greeting-right{width: 100%; padding-left: 0; margin-top: 3rem;}
  .greeting-wrap .greeting-right > p {font-size: 1.6rem;}
}

.career-header{display: flex; flex-wrap: wrap; align-items: stretch;}
.career-header .career-image{display: flex; width: 35rem;}
.career-header .career-content{width: calc(100% - 35rem);}
.career-header .career-content .wrap-blue-banner{padding: 3rem 0; height: 100%; background-image: none !important;}
.career-header .career-content .desc{padding-left: 7.5rem; display: flex; flex-wrap: wrap; align-items: start; flex-direction: column; justify-content: center;}
.career-header .career-content .desc > h1{font-size: 6rem; line-height: 5.5rem; font-family: pbl; color: hsl(197, 96%, 44%); letter-spacing: -.3rem;}
.career-header .career-content .desc .career-name{display: flex; gap: 2.3rem; margin: 4rem 0 5.3rem;}
.career-header .career-content .desc .career-name span,
.career-header .career-content .desc .career-name strong{font-size: 2.4rem; font-family: pb; color: #333333;}
.career-header .career-content .desc .career-list h1{font-size: 3rem; color: #000000; font-family: peb;}
.career-header .career-content .desc .career-list li{font-family: pr;}
.career-header .career-content .desc .career-list li strong{margin-right: 2.3rem;}

@media screen and (max-width: 1200px) {
  .career-header .career-content .desc > h1 {font-size: 4rem; letter-spacing: -.2rem;}
  .career-header .career-content .desc .career-name {margin: 3rem 0 4.5rem 0;}
  .career-header .career-content .wrap-blue-banner {padding: 0;}
}

@media screen and (max-width: 930px) {
  .career-header .career-content .desc {padding: 3rem 3rem 3rem 4rem;}
  .career-header .career-content .desc > h1 {font-size: 3.5rem; line-height: 1.3; letter-spacing: -.1rem;}
}

@media screen and (max-width: 820px) {
  .career-header{flex-direction: column;}
  .career-header .career-image{width: 100%;}
  .career-header .career-image img{width: 50%;}
  .career-header .career-content{width: 100%;}
  .career-header .career-content .desc{padding: 3rem;}
  .career-header .career-content .desc > h1{font-size: 3.5rem; line-height: 4rem;}
  .career-header .career-content .desc .career-name{gap: 1rem; margin: 2.5rem 0 3.5rem;}
  .career-header .career-content .desc .career-name span,
  .career-header .career-content .desc .career-name strong{font-size: 2rem;}
  .career-header .career-content .desc .career-list h1{font-size: 2.5rem;}
}

/* 역대총장 */
.estab-header{background: white url(../../images/sub/bg-estab2.png) no-repeat right bottom / cover; padding: 4rem; position: relative; display: flex; flex-wrap: wrap;}
.estab-header .estab-top{background: white; display: flex; flex-wrap: wrap; width: 56.339%; padding: 4rem; align-items: center;}
.estab-header .estab-image{width: 24rem;}
.estab-header .estab-image img{width: 100%;}
.estab-header .estab-content{width: calc(100% - 24rem); padding-left: 5rem;}
.estab-header .estab-content strong{font-size: 2.4rem; color: #0064ef; font-family: pr;}
.estab-header .estab-content h1{font-size: 4rem; color: #000000; font-family: pr; margin-bottom: 1.4rem;}
.estab-header .estab-content h1 span{font-family: pb;}
.estab-header .estab-content h1 i {font-family: pl; font-size: 2.4rem; opacity: .5;}
.estab-header .estab-content h1 i em {font-family: pm;}
.estab-header .estab-content p{font-size: 2.2rem; color: #333333; line-height: 2.8rem; margin-bottom: 2rem;}
.estab-header .estab-content > span{font-family: pr; color: #888888; font-size: 2.2rem;}
.estab-header > span{font-size: 6rem; line-height: 6rem; color: #f5f5f5; opacity: .4; text-align: right; font-family: pbl; position: absolute; right: 4rem; bottom: 4.3rem; mix-blend-mode: soft-light;}
.estab-list ul{display: flex; flex-wrap: wrap; margin: -3rem -1.5rem 0;}
.estab-list li{width: calc(100%/3); padding: 0 1.5rem; margin-top: 3rem;}
.estab-list .estab-box{display: flex; flex-wrap: wrap; background: #f7f7f7; border-top: .2rem solid #143c78; padding: 3.8rem 3rem 4rem 4rem;}
.estab-list .estab-box-image{width: 18.5rem;}
.estab-list .estab-box-image img{width: 100%;}
.estab-list .estab-box-content{width: calc(100% - 18.5rem); padding-left: 4rem; margin-top: 2rem;}
.estab-list .estab-box-content strong{font-size: 1.8rem; color: #0064ef; font-family: pr;}
.estab-list .estab-box-content h1{font-size: 3rem; font-family: pb; color: #000000; margin-bottom: 1.6rem;}
.estab-list .estab-box-content h1 span{font-size: 2rem; opacity: .5;}
.estab-list .estab-box-content p{font-size: 2.2rem; color: #333333; line-height: 2.8rem; margin-bottom: 2rem;}
.estab-list .estab-box-content > span{font-size: 2.2rem; color: #888888;font-family: pr;}

@media screen and (max-width: 1505px) {
  .estab-list li{width: 50%;}
  .estab-header .estab-top {width: 66%;}
}

@media screen and (max-width: 1200px) {
  .estab-header .estab-top{width: 60%; padding: 2rem;}
  .estab-header .estab-image{width: 18rem;}
  .estab-header .estab-content{width: calc(100% - 18rem); padding-left: 2.5rem;}
  .estab-header .estab-content strong{font-size: 2rem;}
  .estab-header .estab-content h1{font-size: 3rem; margin-bottom: 1rem;}
  .estab-header .estab-content p{font-size: 1.8rem; line-height: 2.3rem;}
  .estab-header .estab-content > span{font-size: 1.8rem;}
  .estab-header > span{font-size: 4rem; line-height: 4rem;}
  .estab-list li{width: 50%;}
  .estab-list .estab-box{padding: 2rem;}
  .estab-list .estab-box-image{width: 18rem;}
  .estab-list .estab-box-content{padding-left: 2.5rem; width: calc(100% - 18rem)}
  .estab-list .estab-box-content h1{margin-bottom: 1rem;}
  .estab-list .estab-box-content p{font-size: 1.8rem; line-height: 2.3rem;}
  .estab-list .estab-box-content > span{font-size: 1.8rem;}
}

@media screen and (max-width: 1045px) {
  .estab-header .estab-top {width: 100%;}
}

@media screen and (max-width: 960px) {
  .estab-header{padding: 2rem 2rem 15rem;}
  .estab-header .estab-top{width: 100%;}
  .estab-list li{width: 100%;}
}

@media screen and (max-width: 700px) {
  .estab-header > span {bottom: 3.5rem;}
  .estab-header .estab-image {width: 14rem;}
  .estab-header .estab-content strong {font-size: 1.8rem;}
  .estab-header .estab-content h1 {font-size: 2rem;}
  .estab-header .estab-content h1 i {font-size: 1.8rem;}
  .estab-header .estab-content p {font-size: 1.6rem;}
  .estab-header .estab-content > span {font-size: 1.6rem;}
  .estab-list .estab-box-image {width: 14rem;}
  .estab-list .estab-box-content {margin-top: .5rem;}
  .estab-list .estab-box-content p {font-size: 1.6rem;}
  .estab-list .estab-box-content h1 {font-size: 2rem;}
  .estab-list .estab-box-content > span {font-size: 1.6rem;}
}

/* 기구표 */
.wrap-org {position: relative; --line-color:#DDDEE0;}
.wrap-org .top2{position: relative;}
.wrap-org .top2 .box {position: relative; display: flex; align-items: center; justify-content: center; max-width:33rem; min-height:7rem; margin:0 auto; background:#3F4F71; font-family: pb; font-size: 2.8rem; color:#fff; text-align: center;} 
.wrap-org .top2 .box a {color: #fff;}
.wrap-org .org-list > ul {position: relative; display: flex; margin:0 -2rem;}
.wrap-org .flex-wrap {flex-wrap:wrap;}
.wrap-org .org-list > ul > li {position: relative; flex:1; display: flex; align-items: stretch; padding:0 2rem;}
.wrap-org .org-list > ul > li > div {width:100%;}
.wrap-org .depth-box {display: flex; flex-direction: column;}
.wrap-org .list1 {position: relative; flex:1; margin-top: 2rem; padding:1.8rem 2.4rem; background:#fff; border:1px solid #DBDBDB;}
.wrap-org .list1::before {content:''; position: absolute; left:0; top:-2rem; width:100%; height:1.9rem; background:#fff;}
.wrap-org .list1 > li {position: relative; padding-left:1.4rem; margin-bottom: 0.8rem;}
.wrap-org .list1 > li:last-child {margin-bottom: 0;}
.wrap-org .list1 > li::before {content: ''; position: absolute; left:0; top:1.1rem; width: 0.4rem; height: 0.4rem; background:#BBB; border-radius:50%;}
.wrap-org .list1 > li > span,
.wrap-org .list1 > li > a {position: relative; display: block; width:100%; padding-right:1.5rem; font-family: pr; font-size: 1.7rem; color:#333; word-break: break-all; letter-spacing: -.05rem;}
.wrap-org .list1 > li > a::after {content:''; position: absolute; right:0; top:50%; width:1.1rem; height:1.1rem; margin-top:-0.5rem; background:url('../../images/sub/org-plus2.png') no-repeat center;}
.wrap-org .list1 > li > a span {background-image: linear-gradient(#333, #333); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 1px; transition: background-size .5s;}
.wrap-org .list1 > li > a:hover span {background-size:100% 1px;}
.wrap-org .list2 {margin:0.8rem 0;}
.wrap-org .list2 > li {position: relative; padding-left:1rem; margin-bottom: 1rem;}
.wrap-org .list2 > li:last-child {margin-bottom: 0;}
.wrap-org .list2 > li::before {content:''; position: absolute; left:0; top:0.9rem; width:0.2rem; height:0.2rem; background:#049EDB;}
.wrap-org .list2 > li > a {display: block; padding-right:1.5rem; font-family: pr; font-size: 1.6rem; line-height:1.2; color:#888; word-break: break-all;}
.wrap-org .list2 > li > a::after {content:''; position: absolute; right:0; top:50%; width:1.1rem; height:1.1rem; margin-top:-0.5rem; background:url('../../images/sub/org-plus2.png') no-repeat center;}
.wrap-org .list2 > li > a span {background-image: linear-gradient(#888, #888); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 1px; transition: background-size .5s;}
.wrap-org .list2 > li > a:hover span {background-size:100% 1px;}

.wrap-org .title1 {position: relative; display: flex; align-items: center; justify-content: space-between; background: #E5F8FF; min-height:7rem; }
.wrap-org .title1 .box {width: 100%; text-align: center;}
.wrap-org .title1 a {display: flex; justify-content: space-between; align-items: center; padding:1rem 2.5rem; font-family: psb; font-size: 2.2rem; color:#049EDB; }
.wrap-org .title1 .box > span {display: flex; justify-content: space-between; align-items: center; padding:1rem 1.5rem; font-family: psb; font-size: 2.4rem; color:#049EDB; }
.wrap-org .title1 a span br,
.wrap-org .title1 .box > span br {display: none;}
.wrap-org .title1 a span {background-image: linear-gradient(#049EDB, #049EDB); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 0.2rem; transition: background-size .5s;}
.wrap-org .title1 a:hover span {background-size:100% 0.2rem;}
.wrap-org .title1 a::after {content: ''; position: relative; top:0rem; display: inline-block; vertical-align: middle; width: 1rem; height:1rem; background: url('../../images/sub/org-plus.png') no-repeat center;}
.wrap-org .title2 {position: relative; display: flex; align-items: center; justify-content: center; background: #0B4DA2; min-height:7rem;  text-align: center;}
.wrap-org .title2 a,
.wrap-org .title2 span {padding:1rem; font-family: psb; font-size: 2.4rem; color:#fff; }

.wrap-org .section1 > ul > li {padding-top:5rem !important;}
.wrap-org .section2 {position: relative; margin-top: 5rem; margin-bottom: 7rem;}
.wrap-org .section3 {position: relative; clear:both; display: flex; margin:0 -2rem;}
.wrap-org .section3 > div {width:50%; padding:0 2rem;}
.wrap-org .section3 .org-list > ul > li {padding-top: 5rem !important;}
.wrap-org .section3 .right {position: relative; padding-top: 5rem;}
.wrap-org .section3 .right .org-list > ul {margin:0 -1rem;}
.wrap-org .section3 .right .org-list > ul > li {padding:0 1rem; padding-top: 2.5rem !important;}
.wrap-org .section3 .right .title2 {margin-bottom: 2.5rem;}

.wrap-org .phase1 .top {position: relative; padding-bottom: 5rem;}
.wrap-org .phase1 .top .box {display: flex; align-items: center; justify-content: center; width: 18rem; height: 18rem; margin:0 auto; background:#028EF6; border-radius:50%; font-family: pb; font-size: 3rem; color:#fff;}
.wrap-org .phase1 .side-list {float:right; width:50%;}
.wrap-org .phase1 .side-list::after {content:''; display: block; clear:both;}
.wrap-org .phase1 .side-list > .right { margin-left:2rem;}
.wrap-org .phase1 .side-list ul {margin:0 -2rem;}
.wrap-org .phase1 .side-list li {width:50%; padding:0 2rem; float:right;}
.wrap-org .phase1 .side-list li::after {content:''; display: block; clear:both;}

.wrap-org .phase1 {position: relative; padding-bottom: 12rem;}
.wrap-org .phase2 .side-list {position: relative; display: flex; justify-content: end; padding-top: 5rem; padding-bottom:2.5rem;}
.wrap-org .phase2 .side-list .right {position: relative; width:50%;}
.wrap-org .phase2 .side-list .right > ul {display: flex; justify-content: center; margin-left:1.5rem;}
.wrap-org .phase2 .side-list .right > ul > li {max-width:33rem; width:100%; margin:0 auto;}
.wrap-org .phase2 .org-center {position: relative; display: flex; margin:0 -0.6rem;}
.wrap-org .phase2 .org-center > div {position: relative; flex:1; padding:0 0.6rem; padding-top:2.5rem;}
.wrap-org .phase2 .org-center .list1 {min-height:40rem;}
.wrap-org .phase2 .title2 {margin-bottom: 2.5rem;}
.wrap-org .phase2 .org-list > ul {margin:0 -1rem;}
.wrap-org .phase2 .org-list > ul > li {padding:0 1rem; padding-top:2.5rem;}
.wrap-org .phase3 {padding-top: 12rem;}
.wrap-org .phase3 .top2 {padding-bottom: 2.5rem;}
.wrap-org .phase3 .org-list > ul > li {flex:25%; padding-top:5rem;}
.wrap-org .phase3 .org-list > ul > li:nth-child(-n+4) {padding-top:2.5rem;}
.wrap-org .phase4 .top2 {padding-bottom: 2.5rem;}
.wrap-org .phase4 .org-list > ul > li {display: block; padding-top: 2.5rem !important;}
.wrap-org .phase4 .org-list .title1 {margin-bottom: 2rem;}
.wrap-org .phase4 .org-list .title1:last-child {margin-bottom: 0;}
.wrap-org .phase5 {margin-top: 12rem;}

.orga_pop {position: fixed; left: 0; top: 0; z-index: 150; display: none; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .6);}
.orga_pop.on {display: flex;}
.orga_pop .box {position: relative; width: 80%; max-width: 80rem; background: #fff; padding: 4rem 2rem 4rem 5rem; border-top: .5rem solid #0b4da2;}
.orga_pop .box .close {position: absolute; right: -3.1rem; top: -3.5rem; display: flex; width: 7rem; height: 7rem; background: #0599d9 url('../../images/main/btn-search-close.png') no-repeat center; border-radius: 100%; text-indent: -9999rem; transition: transform .35s;}
.orga_pop .box .close:hover {transform: rotate(270deg);}
.orga_pop .box .title {display: flex;align-items: center;gap: 2rem;padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid #dddee0;}
.orga_pop .box .title h4 {font-family: pb; font-size: 2.8rem; color: #000000;}
.orga_pop .box .title a {position: relative;display: inline-block;width: 2.5rem; height: 2.5rem;text-indent: -9999px;}
.orga_pop .box .title a::after {content: ''; position: absolute;left: 0;top: 0;width: 100%; height: 100%;background: url('/sites/guide/images/guide/ic-link-banner.png') no-repeat top center / 2.5rem auto;}
.orga_pop .box .title a:hover::after {background-position: center bottom !important;}
.orga_pop .box .item {overflow: auto; height: 100%; max-height: 50.2rem; padding-right: 2rem;}
.orga_pop .box .item::-webkit-scrollbar{width: .8rem; height: .8rem}
.orga_pop .box .item::-webkit-scrollbar-thumb{background-color: #666465;}
.orga_pop .box .item::-webkit-scrollbar-track{background-color: white;}
.orga_pop .box .sum {background: #f7f7f7; padding: 2.5rem; font-family: pr; font-size: 1.6rem; color: #666666;}
.orga_pop .box .info {margin-top: 1rem;}
.orga_pop .box .info li {position: relative; display: flex; padding: .4rem 0 .4rem 2rem; font-family: pm; font-size: 1.6rem; color: #111111;}
.orga_pop .box .info li::after {content: ''; position: absolute; left: 0; top: .9rem; width: 1.2rem; height: 1.1rem; background: url('../../images/sub/ic-organ-info.png') no-repeat center;}
.orga_pop .box .info span {flex-shrink: 0; width: 11rem; color: #00abfa;}
.orga_pop .con-table thead th {font-size: 1.6rem;}
.orga_pop .con-table tbody td {font-size: 1.6rem;}

/* line */
.wrap-org .org-list > ul > li::before {content: ''; position: absolute; left:50%; top:0; width:1px; height: 100%; background: var(--line-color);}
.wrap-org .phase1::before {content:''; position: absolute; left:50%; top:0; width:1px; height: 100%; background:var(--line-color);}
.wrap-org .section1 > ul::before {content: ''; position: absolute; left:48%; top:0; width:79.1%; height:1px; background:var(--line-color); transform: translateX(-50%);}
.wrap-org .section2::before {content:''; position: absolute; left:0; top:50%; width:100%; height:1px; background:var(--line-color);}
.wrap-org .section3::before {content:''; position: absolute; left:50%; top:0; width:50%; height:1px; background:var(--line-color); transform: translateX(-50%);}
.wrap-org .section3 .left .org-list > ul > li:first-child::after {content:''; position: absolute; left:50%; top:0; width:50%; height:1px; background: var(--line-color);}
.wrap-org .section3 .right::before {content: ''; position: absolute; left:50%; top:0; width:1px; height:100%; background:var(--line-color);}
.wrap-org .section3 .right .org-list > ul::before {content:''; position: absolute; left:50%; top:0; width:66.9%; height:1px; background: var(--line-color); transform: translateX(-50%);}
.wrap-org .phase2 .side-list::before {content:''; position: absolute; left:50%; top:0; width:1px; height:100%; background: var(--line-color);}
.wrap-org .phase2 .side-list .right::before {content:''; position: absolute; right:100%; z-index: 1; width:100%; height:100%; background:#fff;}
.wrap-org .phase2 .side-list .right > ul > li .title1::before {content:''; position: absolute; right:100%; top:50%; width:100%; height: 1px; background: var(--line-color);}
.wrap-org .phase2 .org-center::before {content:''; position: absolute; left:50%; top:0; width:50%; height:1px; background:var(--line-color); transform: translateX(-50%);}
.wrap-org .phase2 .org-center > div::before {content:''; position: absolute; left:50%; top:0; width:1px; height:2.5rem; background: var(--line-color);}
.wrap-org .phase2 .left .org-list > ul::before {content: ''; position: absolute; left:50%; top:0; width:67%; height:1px; background: var(--line-color); transform: translateX(-50%);}
.wrap-org .phase2 .right .org-list > ul::before {content: ''; position: absolute; left:50%; top:0; width:50%; height:1px; background: var(--line-color); transform: translateX(-50%);}
.wrap-org .phase2 .title2::before {content:''; position: absolute; left:50%; top:100%; width:1px; height:2.5rem; background: var(--line-color);}
.wrap-org .phase3 .top2::before {content:''; position: absolute; left:50%; top:0%; width:1px; height:100%; background:var(--line-color);}
.wrap-org .phase3 .org-list > ul::before {content:''; position: absolute; left:50%; top:0; width:75%; height:1px; background: var(--line-color); transform: translateX(-50%);}
.wrap-org .phase3 .org-list > ul > li:not(:nth-child(-n+4))::before {display: none;}
.wrap-org .phase4 {padding-top: 12rem;}
.wrap-org .phase4 .top2::before {content:''; position: absolute; left:50%; top:0%; width:1px; height:100%; background:var(--line-color);}
.wrap-org .phase4 .org-list > ul::before {content:''; position: absolute; left:50%; top:0; width:75%; height:1px; background: var(--line-color); transform: translateX(-50%);}
.wrap-org .phase4 .org-list > ul > li::before {height:2.5rem;}
.wrap-org .phase5 .org-list > ul > li:last-child {margin-bottom: 0;}

@media screen and (max-width:1500px) {
  .wrap-org .title1 .box > span {font-size: 2rem;}
}

@media screen and (max-width:1300px) {
  .wrap-org .section1 > ul {flex-wrap:wrap;}
  .wrap-org .section1 > ul::before {width:50%; left: 50%;}
  .wrap-org .section1 > ul > li {width:50%; flex:unset; padding-top: 2.5rem !important;}
  .wrap-org .section1 > ul > li:not(:nth-child(-n+2))::before {display: none;}
  .wrap-org .section3 {flex-wrap:wrap;}
  .wrap-org .section3 > div {width:100%;}
  .wrap-org .phase3 .org-list > ul::before {width:66.9%;}
  .wrap-org .phase3 .org-list > ul > li {flex:unset; width:33.3333%; padding-top:3rem !important;}
  .wrap-org .phase3 .org-list > ul > li:nth-child(-n+3) {padding-top:2.5rem;}
  .wrap-org .phase3 .org-list > ul > li:not(:nth-child(-n+3))::before {display: none;}

}
@media screen and (max-width:1200px) {
  .wrap-org .phase1 .side-list li {width:100%;}
  .wrap-org .phase2 .org-center {flex-wrap:wrap;}
  .wrap-org .phase2 .org-center::before {display: none;}
  .wrap-org .phase2 .org-center > div {width:100%; flex:unset;}
  .wrap-org .phase2 .org-center .left {padding-top: 0;}
  .wrap-org .phase2 .org-center .right::before {display: none;}
  .wrap-org .phase4 .org-list > ul {flex-wrap:wrap;}
  .wrap-org .phase4 .org-list > ul::before {width:50%;}
  .wrap-org .phase4 .org-list > ul > li {flex:unset; width:50%; }
  .wrap-org .phase4 .org-list > ul > li:not(:nth-child(-n+2)) {padding-top:5rem !important;}
  .wrap-org .phase4 .org-list > ul > li:not(:nth-child(-n+2))::before {display: none;}
  .wrap-org .phase4 .org-list .title1 {margin-bottom: 1rem;}
}
@media screen and (max-width:1000px) {
  .wrap-org .phase3 .org-list > ul::before {width:50%;}
  .wrap-org .phase3 .org-list > ul > li {flex:unset; width:50%;}
  .wrap-org .phase3 .org-list > ul > li:not(:nth-child(-n+2))::before {display: none;}

}
@media screen and (max-width:768px) {
  .wrap-org .title1 a {padding: 1rem 1.5rem;font-size: 1.8rem;}
  .wrap-org .title1 .box > span {padding: 1rem 1.5rem;font-size: 1.8rem;line-height: 1.3; text-align: left;}
  .wrap-org .title1 a span br,
  .wrap-org .title1 .box > span br {display: block;}
  .wrap-org .title1 a::after {flex-shrink: 0;width:2rem; height:2rem; margin-left: 0.4rem;}
  .wrap-org .title2 a,
  .wrap-org .title2 span {font-size: 2rem;}
  .wrap-org .top2 .box {font-size: 2.2rem;}

  .wrap-org .list1 {padding: 1.5rem;}
  .wrap-org .list1 > li > span,
  .wrap-org .list1 > li > a {font-size: 1.6rem;}
  .wrap-org .list1 > li > a span {word-break: break-all;}
  .wrap-org .list2 > li > a {font-size: 1.5rem;}
  .wrap-org .org-list > ul {margin:0 -1rem;}
  .wrap-org .org-list > ul > li {padding:0 1rem; padding-top: 1.5rem !important;}
  .wrap-org .section3 .org-list > ul > li {padding-top:2.5rem !important;}
  .wrap-org .section3 .right .org-list > ul::before {width:50%;}
  .wrap-org .section3 .right .org-list > ul {flex-wrap: wrap;}
  .wrap-org .section3 .right .org-list > ul > li {flex:unset; width:50%;}
  .wrap-org .section3 .right .org-list > ul > li:not(:nth-child(-n+2))::before {display: none;}

  .wrap-org .phase2 .title2 {margin-bottom: 0;}
  .wrap-org .phase2 .org-list > ul {flex-wrap:wrap;}
  .wrap-org .phase2 .org-list > ul > li {flex:unset; width:100%;}
  .wrap-org .phase2 .org-list > ul > li:not(:first-child)::before {display: none;}
  .wrap-org .phase2 .org-center .list1 {min-height:unset;}
  .wrap-org .phase2 .left .org-list > ul::before {display: none;}

  .wrap-org .phase5 .org-list > ul {flex-wrap:wrap;}
  .wrap-org .phase5 .org-list > ul > li {flex:unset; width:100%; margin-bottom: 4rem;}
  .wrap-org .phase5 .org-list > ul > li::before {display: none;}

  .wrap-org .phase1 .side-list {margin-bottom: 3rem;}
  .wrap-org .phase1 {padding-bottom: 6rem;}
  .wrap-org .phase2 .side-list {padding-top: 2.5rem;}
  .wrap-org .phase3 {padding-top: 6rem;}
  .wrap-org .phase4 {padding-top: 6rem;}
  .wrap-org .phase5 {margin-top: 6rem;}

  .orga_pop .box {padding: 3rem 2rem 4rem 2rem;}
  .orga_pop .box .item {padding-right: 0;}
}

/* 배너 */
.wrap-purpose {margin-top: 7rem;}
.wrap-purpose .content-box {display: flex;}
.wrap-purpose .title {flex-shrink: 0; width: 19.5rem; margin-right: 6rem; border-top:.2rem solid #222;}
.wrap-purpose .title h2 {padding-top: 2rem; font-family: pb; font-size: 3rem; line-height: 5.2rem; color:#222;}
.wrap-purpose .con {width:100%;}
.wrap-purpose .con ul {display: flex; max-width:93.7rem; margin:0 auto; background:url('../../images/sub/bg-purpose-vision.png') no-repeat center / contain;}
.wrap-purpose .con li {flex:1; display: flex; align-items: center; justify-content: center; flex-direction: column; padding:12% 0;}
.wrap-purpose .con li:nth-child(2) {margin:0 -4rem;}
.wrap-purpose .con p { margin-top: 2.4rem; font-family: pr; font-size: 2.8rem; text-align: center; color:#323232;}

@media screen and (max-width:1200px) {
  .wrap-purpose .title {margin-right: 2rem;}
  .wrap-purpose .con p {font-size: 2.4rem;}
  .wrap-purpose .con li:nth-child(2) {margin: 0 -2rem;}
}

@media screen and (max-width:1000px) {
  .wrap-purpose .title {width: 12.5rem;}
  .wrap-purpose .con p {font-size: 2rem;}
}

@media screen and (max-width:768px) {
  .wrap-purpose .content-box {flex-direction: column;}
  .wrap-purpose .title {margin-bottom:2rem;}
}

@media screen and (max-width:650px) {
  .wrap-purpose .banner .text {padding:1rem 2rem;}
  .wrap-purpose .con ul {flex-direction: column; background: unset;}
  .wrap-purpose .con li {padding: 3rem 0; margin-bottom: 2rem !important;}
  .wrap-purpose .con li:nth-child(1) {border:1rem solid; border-image:linear-gradient(180deg, #049DDB 0%, #035EDB 100%); border-image-slice: 1;}
  .wrap-purpose .con li:nth-child(2) {margin:0; border:1rem solid; border-image:linear-gradient(180deg, #035EDB 0%, #05397F 100%); border-image-slice: 1;}
  .wrap-purpose .con li:nth-child(3) {border:1rem solid; border-image:linear-gradient(180deg, #05397F 0%, #666465 100%); border-image-slice: 1;}
  .wrap-purpose .con li:last-child {margin-bottom: 0 !important;}
  .wrap-purpose .con p {margin-top:2rem; font-size: 1.8rem;}
}

/* 한성학원 조직도 */
.wrap-hansung-org {position: relative; --line-color:#DDDEE0;}
.wrap-hansung-org .box {font-family: psb; font-size: 2.4rem;}
.wrap-hansung-org .body {position: relative; padding-bottom: 2.5rem;}
.wrap-hansung-org .top {position: relative; }
.wrap-hansung-org .top .box {display: flex; align-items: center; justify-content: center; max-width:34.5rem; min-height:7rem; padding:1rem; margin:0 auto; background:#0B4DA2; color:#fff;}
.wrap-hansung-org .middle {position: relative; padding-top: 5rem;}
.wrap-hansung-org .middle .right {float:right; position: relative; width:50%;}
.wrap-hansung-org .middle::after {content:''; display: block; clear:both;}
.wrap-hansung-org .middle .box {float:right; position: relative; display: flex; align-items: center; justify-content: center; max-width:34.5rem; width:100%; min-height:7rem; padding:1rem; background:#666465; color:#fff;}
.wrap-hansung-org .bottom {position: relative;}
.wrap-hansung-org .bottom ul {position: relative; margin:0 -2rem;}
.wrap-hansung-org .bottom li {float:left; position: relative; width:25%; padding:0 2rem; padding-top:2.4rem;}
.wrap-hansung-org .bottom li .box {position: relative; display: flex; align-items: center; justify-content: center; max-width:34.5rem; min-height:7rem; padding:1rem; background:#E5F8FF; color:#049EDB;}
.wrap-hansung-org .body::before {content:''; position: absolute; left:50%; top:0; width:1px; height:100%; background:var(--line-color);}
.wrap-hansung-org .middle .right::before {content:''; position: absolute; left:0; top:50%; width:100%; height:1px; background:var(--line-color);}
.wrap-hansung-org .bottom ul::before {content:''; position: absolute; left:50%; top:0; width:75%; height:1px; background:var(--line-color); transform:translateX(-50%); }
.wrap-hansung-org .bottom li::before {content:''; position: absolute; left:50%; top:0; width:1px; height:100%; background:var(--line-color);}

@media screen and (max-width:1000px) {
  .wrap-hansung-org .bottom ul::before {width:50%;}
  .wrap-hansung-org .bottom li {width:50%;}
  .wrap-hansung-org .bottom li .box {max-width:100%;}
  .wrap-hansung-org .bottom li:not(:nth-child(-n+2))::before {display: none;}
}

@media screen and (max-width:768px) {
  .wrap-hansung-org .box {font-size: 1.8rem; text-align: center;}
  .wrap-hansung-org .top .box { width:65%;}
  .wrap-hansung-org .middle .box {width:65%;}
}

/* 총동문회장 인사말 */
.wrap-total-introduce {position: relative;}
.wrap-total-introduce .in-banner {position: relative; padding: 6rem 0; background:url('../../images/sub/bg-total-in-banner.jpg') no-repeat center / cover; text-align: center;}
.wrap-total-introduce .in-banner p {display: inline-block; padding: 5rem 6rem; margin:0 3rem; background:url('../../images/sub/obj-total-in-banner.png') no-repeat right 4rem bottom -0.5rem rgba(3,46,110, .9);font-family: pm; font-size: 4rem; text-align: center; color:#fff;}
.wrap-total-introduce .in-banner p strong {font-family: pb; color:#049EDB;}
.wrap-total-introduce .text-box {display: flex; gap:0 6rem; margin-top: 7rem;}
.wrap-total-introduce .thumb {display: inline-block; align-self: start; flex-shrink: 0; width: 23rem;border:1px solid #DDDEE0;}
.wrap-total-introduce .thumb img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.wrap-total-introduce .thumb .no-border {border:0;}
.wrap-total-introduce .text {font-size: 2rem;}
.wrap-total-introduce .text strong {display: block; font-family: pb; color:#0A4DA1;}
.wrap-total-introduce .text i {display: block; margin:3rem 0;}
.wrap-total-introduce b {display: block; font-family: pb; font-size: 2.2rem; text-align:right; color:#212121;}
.wrap-total-introduce b span {margin-left:2rem;}
.wrap-total-introduce .wrap-title-banner .thumb2 {position: relative; overflow: hidden;}
.wrap-total-introduce .wrap-title-banner .thumb2 img {width: 100%; height: 100%; object-fit: cover;}
.wrap-total-introduce .wrap-title-banner .desc {padding: 9rem 4rem;}
.wrap-total-introduce .wrap-title-banner .desc strong {font-family: pb; font-size: 3.2rem;}
.wrap-total-introduce .wrap-title-banner .desc p {margin-top: 1.7rem; font-family: pl; font-size: 2.8rem; color: rgba(255,255,255,0.6);}

@media screen and (max-width: 1300px) {
  .wrap-total-introduce .wrap-title-banner .desc {width: 100%; font-size: 2.2rem;}
  .wrap-total-introduce .wrap-title-banner .desc br {display: none;}
}

@media screen and (max-width:1200px) {
  .wrap-total-introduce .in-banner p {font-size: 3rem;}
  .wrap-total-introduce .text {font-size: 1.8rem;}
}

@media screen and (max-width:768px) {
  .wrap-total-introduce .in-banner p {padding: 4rem 5rem; font-size: 2.5rem;}
  .wrap-total-introduce .text-box {flex-direction: column; margin-top: 4rem;}
  .wrap-total-introduce .thumb {width: 18rem; margin-bottom: 3rem;}
  .wrap-total-introduce b {font-size: 2rem;}
}

@media screen and (max-width: 900px) {
  .wrap-total-introduce .wrap-title-banner .desc strong {font-size: 2.5rem;}
  .wrap-total-introduce .wrap-title-banner .desc p {font-size: 2rem;}
}

@media screen and (max-width: 700px) {
  .wrap-total-introduce .wrap-title-banner .desc .desc {padding: 5.5rem 4rem; font-size: 2.6rem;}
}

@media screen and (max-width:650px) {
  .wrap-total-introduce .wrap-title-banner .desc {padding: 5.5rem 4rem;}
  .wrap-total-introduce .in-banner p {padding:2rem; font-size: 2rem;}
  .wrap-total-introduce .text {font-size: 1.6rem;}
  .wrap-total-introduce .text-box {margin-top: 4rem;}
  .wrap-total-introduce b {font-size: 1.8rem;}
  .wrap-total-introduce .wrap-title-banner .desc strong {font-size: 2.2rem;}
  .wrap-total-introduce .wrap-title-banner .desc p {font-size: 1.8rem;}
}

/* 대학전체 */
.major-inner{margin-top: -9.5rem;}
.major-box{margin-top: 9.5rem;}
.major-box.first {margin-top: 0;}
.major-header{position: relative; padding-bottom: 32rem;}
.major-header img{border-bottom-right-radius: 10rem; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.major-header .major-header-text{position: absolute; left: 0; top: 0; width: 60rem; height: 100%; background-color: rgba(11,77,162,.8); display: flex; align-items: start; flex-direction: column; justify-content: center; padding: 3rem 3rem 3rem 5rem;}
.en .major-header .major-header-text {width: 70rem;}
.major-header .major-header-text span{font-size: 2rem; color: #ffffff; opacity: .8; font-family: pr;}
.major-header .major-header-link{display: flex; align-items: center; gap: 2rem; margin: .5rem 0 1.7rem;}
.major-header .major-header-link h1{font-size: 3rem; color: #ffffff; font-family: pb; letter-spacing: -.1rem}
.major-header .major-header-link h1 i {margin-left: 1rem; font-size: 2rem; color: rgba(255,255,255,0.6);}
.en .major-header .major-header-link h1 {font-size: 2.1rem; letter-spacing: normal;}
.major-header .major-header-link ul{display: flex; gap: .5rem;}
.major-header .major-header-link li{width: 3.6rem; height: 3.6rem;}
.major-header .major-header-link li a{width: 100%; height: 100%; display: block; text-indent: -9999rem; background-color: white; border-radius: 50%; background-repeat: no-repeat !important; background-position: center center !important;}
.major-header .major-header-link li a:hover {background: #29ace0;}
.major-header .major-header-link li.major-link1 a{background-image: url(../../images/sub/ic-major-link.png);}
.major-header .major-header-link li.major-link1 a:hover{background-image: url(../../images/sub/ic-major-link-ov.png);}
.major-header .major-header-link li.major-link2 a{background-image: url(../../images/sub/ic-major-link2.png);}
.major-header .major-header-link li.major-link2 a:hover{background-image: url(../../images/sub/ic-major-link2-ov.png);}
.major-header .major-header-text p{font-size: 1.8rem; line-height: 2.8rem; color: white; font-family: pr; min-height: 8.4rem;}
.major-header .major-header-text .major-link{display: flex; flex-wrap: wrap; gap: 5rem; margin-top: 4.3rem;}
.major-header .major-header-text .major-link li{font-size: 1.8rem; color: #ffffff; font-family: pr; padding-left: 3.1rem; background-repeat: no-repeat; background-position: left center;}
.major-header .major-header-text .major-link li.address{background-image: url(../../images/sub/ic-major-address.png);}
.major-header .major-header-text .major-link li.phone{background-image: url(../../images/sub/ic-major-phone.png);}
.major-header .major-more-btn{position: absolute; right: 0; bottom: 0; width: 5rem; height: 5rem; background-color: #e2e2e2; border-radius: 50%; text-indent: -9999rem;}
.major-header .major-more-btn::after{content:""; display: block; position: absolute; left: 50%; top: 50%; width: 2.1rem; height: 1.2rem; background: url(../../images/sub/btn-major-top.png) no-repeat center / 2.1rem auto; transition: all .35s;}
.major-header .major-more-btn.close::after{transform: translate(-50%, -50%) rotate(0deg);}
.major-header .major-more-btn.open::after{transform: translate(-50%, -50%) rotate(180deg);}
.major-list{margin-top: 5.5rem; display: none;}
.major-list.active{display: block;}
.major-list.solo {display: block; margin-top: 2rem;}
.major-list > ul > li{display: flex; flex-wrap: wrap; margin-top: 4.6rem;}
.major-list > ul > li .major-list-title{width: 42rem}
.major-list > ul > li .major-list-title h1{font-size: 2.8rem; color: #333333; font-family: pb;}
.en .major-list > ul > li .major-list-title h1 {font-size: 2.4rem; line-height: 1.2;}
.major-list .major-list-content{width: calc(100% - 42rem); border-top: .1rem solid #222222; margin-top: 2rem;}
.major-list.solo .major-list-content {width: 100%;}
.major-list .major-list-content > ul{display: flex; flex-wrap: wrap; padding: 0 .5rem; margin-top: -1.6rem;}
.major-list.one .major-list-content > ul > li {width: 100%;}
.major-list .major-list-content > ul > li{width: 50%; padding: 0 2.5rem; margin-top: 4rem;}
.major-list .major-list-content-title{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.major-list .major-list-content-title h1{width: calc(100% - 10rem); font-size: 2.2rem; font-family: psb; color: #444444; margin-bottom: .4rem;}
.major-list .major-list-content-title h1 i {margin-left: 1rem; font-size: 2rem; color: #777;}
.en .major-list .major-list-content-title h1 {font-size: 2rem; line-height: 1.3;}
.major-list .major-list-content-title ul{display: flex; flex-wrap: wrap; align-items: center; gap: .3rem;}
.major-list .major-list-content-title ul a {display: flex; justify-content: center; align-items: center; width: 3.4rem; height: 3.4rem; border-radius: 100%;}
.major-list .major-list-content-title ul a:hover {background: #e9e9e9;}
.major-list .major-list-content-title ul a:hover img {filter: grayscale(1) contrast(0);}
.major-list .major-list-content-text ul{display: flex; flex-wrap: wrap; gap: 0 5rem;}
.major-list .major-list-content-text li{font-size: 1.8rem; color: #888888; font-family: pr; padding-left: 1.4rem; position: relative;}
.major-list .major-list-content-text li::before{content:""; display: block; position: absolute; left: 0; top: 1.1rem; width: .4rem; height: .4rem; border-radius: 50%; background-color: #888888;}

@media screen and (max-width: 1200px) {
  .major-header .major-header-text span{font-size: 1.6rem;}
  .major-header .major-header-link{margin: .5rem 0 1rem;}
  .major-header .major-header-link h1{font-size: 2.5rem;}
  .major-header .major-header-text p{font-size: 1.6rem; line-height: 2.2rem; min-height: 6.6rem;}
  .major-header .major-header-text .major-link{margin-top: 2.5rem;}
  .major-header .major-header-text .major-link li{font-size: 1.6rem;}
  .major-list > ul > li .major-list-title{width: 30rem;}
  .major-list > ul > li .major-list-title h1{font-size: 2.5rem;}
  .major-list .major-list-content{width: calc(100% - 30rem);}
  .major-list .major-list-content-title h1{font-size: 1.8rem;}
  .major-list .major-list-content-text ul{gap: 2rem;}
  .major-list .major-list-content-text li{font-size: 1.6rem;}
}

@media screen and (max-width: 1100px) {
  .major-list .major-list-content > ul > li {width: 100%;}
}

@media screen and (max-width: 768px) {
  .major-inner{margin-top: -5rem;}
  .major-box{margin-top: 5rem;}
  .major-header{padding-bottom: 0}
  .major-header img{position: static; height: 19rem; border-bottom-right-radius: 0;}
  .major-header .major-header-text{position: static; width: 100%; height: auto; padding: 2rem; border-bottom-right-radius: 10rem;}
  .major-header .major-header-link h1 {font-size: 2rem;}
  .major-header .major-header-text span {font-size: 1.5rem;}
  .major-header .major-header-text p {min-height: auto; font-size: 1.5rem;}
  .en .major-header .major-header-text {width: 100%;}
  .major-list > ul > li .major-list-title{width: 100%;}
  .major-list .major-list-content{width: 100%;}
  .major-list .major-list-content > ul{margin-top: 0;}
  .major-list .major-list-content > ul > li{width: 100%; margin-top: 2rem; padding: 0 1rem;}
}

/* 인재상 및 교육과정별 교육목표 */
.person-box ul{display: flex; max-width: 93.7rem; margin: 0 auto; background: url(../../images/sub/bg-person.png) no-repeat center / contain}
.person-box li{flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 12% 0;}
.person-box li:nth-child(2){margin: 0 -4rem;}
.person-box li p{font-size: 2.8rem; color: #333333; margin-top: 2.4rem; text-align: center;}

@media screen and (max-width: 1200px) {
  .person-box li p{font-size: 2.4rem;}
}

@media screen and (max-width: 768px) {
  .person-box ul{flex-direction: column; background:none;}
  .person-box li{padding: 3rem 0; margin-bottom: 2rem !important;}
  .person-box li:nth-child(1) {border:1rem solid; border-image:linear-gradient(180deg, #049DDB 0%, #035EDB 100%); border-image-slice: 1;}
  .person-box li:nth-child(2) {margin:0; border:1rem solid; border-image:linear-gradient(180deg, #035EDB 0%, #05397F 100%); border-image-slice: 1;}
  .person-box li:nth-child(3) {border:1rem solid; border-image:linear-gradient(180deg, #05397F 0%, #666465 100%); border-image-slice: 1;}
  .person-box li p{margin-top: 2rem; font-size: 1.9rem;}
}

.track-wrap{border: .1rem solid #dbdbdb; padding: 3.9rem 4.5rem 23.4rem; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
.track-wrap .track-box{width: 35%; max-width: 48rem;}
.track-wrap .track-box h1{text-align: center; border-top-left-radius: 1rem; border-top-right-radius: 1rem; font-size: 2.2rem; font-family: psb; color: #ffffff; padding: 1.35rem 1rem; margin-bottom: 1rem;}
.track-wrap .track-box.type1 h1{background-color: #049edb}
.track-wrap .track-box.type2 h1{background-color: #0a4da1}
.track-wrap .track-dashed,
.track-wrap .track-box-list{display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
.track-wrap .track-dashed{width: 35.417%; position: relative;}
.track-wrap .track-dashed::after{content:""; display: block; position: absolute; left: -.5rem; top: -.5rem; width: calc(100% + 1rem); height: calc(100% + 1rem); border: .3rem dashed #f46e6f; z-index: -1;}
.track-wrap .track-sub-box{width: 16.667%; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; line-height: 3rem; color: #000000; text-align: center; height: 20rem;}
.track-wrap .track-dashed .track-sub-box{width: 47.06%;}
.track-wrap .track-more-text{font-size: 1.8rem; color: #000000; display: flex; justify-content: center; align-items: end; text-align: center; padding-bottom: 5.3rem;}

.track-wrap .track-box.type1 .track-dashed .track-sub-box{background-color: #7dd3f5 !important}
.track-wrap .track-box.type1 .track-sub-box{background-color: #bbe2f1}
.track-wrap .track-box.type1 .track-sub-box:last-child{background-color: #e5f8ff}

.track-wrap .track-box.type2 .track-dashed .track-sub-box{background-color: #bad1ef !important}
.track-wrap .track-box.type2 .track-sub-box{background-color: #7bb0f3}
.track-wrap .track-box.type2 .track-sub-box:last-child{background-color: #e4f0ff}

.track-wrap .track-dashed-text{position: absolute; left: 0; bottom: -10rem; border: .3rem solid #f46e6f; width: 100%; text-align: center; font-size: 1.8rem; font-family: pm; color: #222222; padding: 1.2rem 0;}
.track-wrap .track-dashed-text span{font-size: 2rem; font-family: pb;}
.track-wrap .track-dashed-text::before{content:""; display: block; position: absolute; width: 1.4rem; height: 2.1rem; background: url(../../images/sub/ic-track-arrow.png) no-repeat center center / cover; left: 3.5rem; top: -2.1rem;}
.track-wrap .track-dashed-text::after{content:""; display: block; position: absolute; width: 1.4rem; height: 2.1rem; background: url(../../images/sub/ic-track-arrow.png) no-repeat center center / cover; right: 3.5rem; top: -2.1rem;}

.track-wrap .track-common-text{position: absolute; left: 50%; transform: translateX(-50%); bottom: 13.3rem; border: .3rem solid #3f4f71; width: 16.689%; text-align: center;  font-size: 1.8rem; font-family: pm; color: #222222; padding: 1.2rem 0; background-color: white;}
.track-wrap .track-common-text span{font-size: 2rem; font-family: pb;}
.track-wrap .track-common-text::before{content:""; display: block; position: absolute; width: 115.17%; height: 5.2rem; background: url(../../images/sub/ic-track-arrow2.png) no-repeat left top; left: -115.17%; bottom: 2.4rem;}
.track-wrap .track-common-text::after{content:""; display: block; position: absolute; width: 99.181%; height: 5.2rem; background: url(../../images/sub/ic-track-arrow3.png) no-repeat right top; right: -99.181%; bottom: 2.4rem;}

.track-wrap .track-center{position: absolute; left: 50%; transform: translateX(-50%); top: 9.7rem; width: 23.365%;}
.track-wrap .track-center h1{text-align: center; font-size: 2rem; font-family: psb; color: #ffffff; background-color: #9e6b19; border-top-left-radius: 1rem; border-top-right-radius: 1rem; padding: 1.5rem 1rem; margin-bottom: 1rem;}
.track-wrap .track-center p{text-align: center; font-size: 1.8rem; font-family: pr; color: #000000; background-color: #ffda9e; padding: 1.15rem 1rem; margin-bottom: 1.4rem;}
.track-wrap .track-center span{text-align: center; font-size: 1.8rem; font-family: pr; color: #666666; display: block;}
.track-wrap .track-comment{position: absolute; right: 0; bottom: 3.3rem; font-size: 1.6rem; line-height: 2.6rem; color: #333333; width: 26.4rem;}
.track-wrap .track-comment span{display: block; margin-bottom: 1rem;}

@media screen and (max-width: 1200px) {
  .track-wrap .track-box h1{font-size: 1.8rem;}
  .track-wrap .track-sub-box{font-size: 1.6rem; line-height: 2.5rem;}
  .track-wrap .track-center h1{font-size: 1.8rem;}
  .track-wrap .track-center p{font-size: 1.6rem;}
  .track-wrap .track-center span{font-size: 1.6rem;}
  .track-wrap .track-more-text{padding-bottom: 4rem;}
  .track-wrap .track-dashed-text{font-size: 1.6rem;}
  .track-wrap .track-dashed-text span{font-size: 1.8rem;}
  .track-wrap .track-dashed-text::before{left: 1.5rem;}
  .track-wrap .track-dashed-text::after{right: 1.5rem;}
  .track-wrap .track-comment{font-size: 1.4rem; line-height: 2rem;}
}

@media screen and (max-width: 768px) {
  .track-wrap{padding: 20rem 2rem 7rem; flex-direction: column;}
  .track-wrap .track-box{width: 75%; margin-bottom: 15rem;}
  .track-wrap .track-center{top: 3rem; width: 80%;}
  .track-wrap .track-common-text{left: auto; right: 2rem; bottom: 50%; transform: translateY(30%); width: 15rem; background-color: white;}
  .track-wrap .track-common-text::before{transform: rotate(-90deg); bottom: -204%; left: -8%; z-index: -1;}
  .track-wrap .track-common-text::after{transform: rotate(-90deg); bottom: auto; top: -180%; right: 0;  z-index: -1;}
  .track-wrap .track-comment{width: 15rem;}
}

/* 전공 설계 유형 세부 */
.track-detail-wrap{border: .1rem solid #dbdbdb; padding: 3.9rem;}
.track-detail-wrap .track-detail-header{margin-bottom: 2rem;}
.track-detail-wrap .track-detail-header h1{text-align: center; font-size: 2.6rem; font-family: psb; color: #ffffff; padding: 2.75rem 1rem;}
.track-detail-wrap .track-detail-header h1 span{color: #fff600; font-size: 3rem;}
.track-detail-wrap .track-detail-content{display: flex; flex-wrap: wrap; justify-content: space-between;}
.track-detail-wrap .track-detail-content > div{padding: 2.5rem;}
.track-detail-wrap .track-detail-left{width: 35.212%;}
.track-detail-wrap .track-detail-right{width: 62.677%;}
.track-detail-wrap .track-detail-sub-header{width: 30rem; margin: 0 auto; background-color: white; border-radius: .5rem; padding: 1.5rem 1rem;}
.track-detail-wrap .track-detail-sub-header p{text-align: center; font-size: 2rem; color: #222222; font-family: pb;}
.track-detail-wrap .track-detail-sub-content{display: flex; flex-wrap: wrap;}
.track-detail-wrap .track-detail-sub-box.half{width: 50%; display: flex; flex-direction: column; align-items: center;}
.track-detail-wrap .track-detail-sub-box.full{width: 100%; margin-top: 3rem;}
.track-detail-wrap .track-detail-sub-content ul{display: flex; flex-wrap: wrap; justify-content: center;}
.track-detail-wrap .track-detail-sub-content li{position: relative; margin-right: 3rem;}
.track-detail-wrap .track-detail-sub-content li.plus{margin-right: 5.1rem;}
.track-detail-wrap .track-detail-sub-content li.plus::after{content:""; display: block; position: absolute; right: -3.4rem; top: 50%; transform: translateY(-50%); width: 1.8rem; height: 1.8rem; background: url(../../images/sub/ic-track-plus2.png) no-repeat center;}
.track-detail-wrap .track-detail-sub-content li:last-child{margin-right: 0;}
.track-detail-wrap .track-detail-sub-content-image{display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.track-detail-wrap .track-detail-sub-content p{font-size: 1.8rem; line-height: 2.9rem; color: #333333; text-align: center;}
.track-detail-wrap .track-detail-sub-content p.left{text-align: left;}
.track-detail-wrap .track-detail-sub-content p .plus{display: inline-block; padding-left: 2.2rem; background: url(../../images/sub/ic-track-plus.png) no-repeat left top .6rem;}

.track-detail-wrap .track-detail-left .track-detail-sub-header{margin-bottom: .5rem;}
.track-detail-wrap .track-detail-left .track-detail-sub-content p{margin-top: 3rem;}
.track-detail-wrap .track-detail-left .track-detail-sub-content-image{width: 10rem; height: 10rem;}
.track-detail-wrap .track-detail-right .track-detail-sub-header{margin-bottom: 3.5rem;}
.track-detail-wrap .track-detail-right .track-detail-sub-content p{margin-top: 1.5rem;}
.track-detail-wrap .track-detail-right .track-detail-sub-content-image{width: 8rem; height: 8rem;}

.track-detail-wrap.type1 .track-detail-left .track-detail-sub-header{margin-bottom: 7.5rem}
.track-detail-wrap.type1 .track-detail-header{background-color: #049edb}
.track-detail-wrap.type1 .track-detail-content > div{background-color: #e5f8ff;}
.track-detail-wrap.type1 .track-detail-sub-content-image{background-color: #049edb; }

.track-detail-wrap.type2 .track-detail-header{background-color: #032e6e}
.track-detail-wrap.type2 .track-detail-content > div{background-color: #d9e4f3;}
.track-detail-wrap.type2 .track-detail-sub-content-image{background-color: #032e6e;}

.track-detail-wrap.type3 .track-detail-header{background-color: #0a4da1}
.track-detail-wrap.type3 .track-detail-content > div{background-color: #c7e0ff;}
.track-detail-wrap.type3 .track-detail-sub-content-image{background-color: #0a4da1;}

@media screen and (max-width: 1200px) {
  .track-detail-wrap{padding: 3rem;}
  .track-detail-wrap .track-detail-header h1{font-size: 2.2rem; padding: 2rem 1rem;}
  .track-detail-wrap .track-detail-header h1 span{font-size: 2.5rem;}
  .track-detail-wrap .track-detail-sub-header{width: 20rem;}
  .track-detail-wrap .track-detail-sub-header p{font-size: 1.6rem;}
  .track-detail-wrap .track-detail-sub-content li{margin-right: 2rem;}
  .track-detail-wrap .track-detail-sub-content li.plus{margin-right: 4rem;}
  .track-detail-wrap .track-detail-sub-content li.plus::after{right: -2.8rem;}
  .track-detail-wrap .track-detail-sub-content p{font-size: 1.6rem; line-height: 2.5rem;}
  .track-detail-wrap .track-detail-sub-box.full{margin-top: 2rem;}
  .track-detail-wrap .track-detail-sub-content-image img{transform: scale(80%)}

  .track-detail-wrap.type1 .track-detail-left .track-detail-sub-header{margin-bottom: 5.5rem;}
  .track-detail-wrap .track-detail-left .track-detail-sub-content-image{width: 8rem; height: 8rem;}
  .track-detail-wrap .track-detail-right .track-detail-sub-content-image{width: 6rem; height: 6rem;}
}

@media screen and (max-width: 768px) {
  .track-detail-wrap .track-detail-header h1{font-size: 1.8rem;}
  .track-detail-wrap .track-detail-header h1 span{font-size: 2rem;}
  .track-detail-wrap .track-detail-content > div {padding: 2.5rem 1.5rem;}
  .track-detail-wrap .track-detail-left{width: 100%; margin-bottom: 3rem;}
  .track-detail-wrap .track-detail-right{width: 100%;}
  .track-detail-wrap .track-detail-sub-box.half{width: 100%; margin-top: 2rem;}

  .track-detail-wrap .track-detail-left .track-detail-sub-header{margin-bottom: 1.5rem;}
  .track-detail-wrap.type1 .track-detail-left .track-detail-sub-header{margin-bottom: 1.5rem;}
  .track-detail-wrap .track-detail-right .track-detail-sub-header{margin-bottom: 1.5rem;}
}

/* 융합교육과정 */
.fusion-wrap{border: .1rem solid #dbdbdb; padding: 3.9rem 3.9rem 9.4rem;}
.fusion-wrap .fusion-inner{display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
.fusion-wrap .fusion-inner::after{content:""; display: block; position: absolute; left: 15%; bottom: -19%; width: 60%; height: 0; border-top: .3rem dashed #ff921c;}
.fusion-wrap .fusion-box{width: 33.803%; margin-top: 5.8rem;}
.fusion-wrap .fusion-header{background-color: #049edb; border-top-left-radius: 1rem; border-top-right-radius: 1rem; padding: 1.35rem 1rem; margin-bottom: 1rem;}
.fusion-wrap .fusion-header h1{font-size: 2.2rem; font-family: psb; color: #ffffff; text-align: center;}
.fusion-wrap .fusion-content{display: flex; flex-wrap: wrap; justify-content: space-between;}
.fusion-wrap .fusion-content .fusion-sub-box{width: 16.667%; display: flex; align-items: center; justify-content: center; text-align: center; height: 20rem; background-color: #e5f8ff; position: relative;}
.fusion-wrap .fusion-content .fusion-sub-box.dots{width: 10.417%; margin-right: 0; background-color: transparent; align-items: end; padding-bottom: 5.3rem;}
.fusion-wrap .fusion-content .fusion-sub-box.border::before{content:""; display: block; position: absolute; left: 50%;  top: calc(100% + .5rem); width: 0; height: 5.6rem; border-left: .3rem dashed #ff921c}
.fusion-wrap .fusion-content .fusion-sub-box.border::after{content:""; display: block; position: absolute; left: -.5rem; top: -.5rem; width: calc(100% + 1rem); height: calc(100% + 1rem); border: .3rem dashed #ff921c}
.fusion-wrap .fusion-content .fusion-sub-box:last-child{margin-right: 0;}
.fusion-wrap .fusion-content .fusion-sub-box p{font-size: 1.8rem; line-height: 3rem; color: #000000;}
.fusion-wrap .fusion-center{width: 27.817%; position: relative;}
.fusion-wrap .fusion-center::after{content:""; display: block; position: absolute; left: 50%; top: 100%; width: 0; height: 6rem; border-left: .3rem dashed #ff921c;}
.fusion-wrap .fusion-center h1{text-align: center; font-size: 2.2rem; color: #ffffff; font-family: psb; background-color: #0a4da1; border-top-left-radius: 1rem; border-top-right-radius: 1rem; padding: 1.35rem 1rem;}
.fusion-wrap .fusion-center p{text-align: center; font-size: 1.8rem; color: #666666; font-family: pr; margin: 2.5rem 0;}
.fusion-wrap .fusion-center ul{display: flex; flex-direction: column; gap: .5rem;}
.fusion-wrap .fusion-center li{background-color: #0a4da1; text-align: center; font-size: 2.2rem; font-family: psb; color: #ffffff; padding: 1.35rem 1rem;}

@media screen and (max-width: 1300px) {
  .fusion-wrap .fusion-header h1{font-size: 1.8rem;}
  .fusion-wrap .fusion-content .fusion-sub-box{height: 17.2rem;}
  .fusion-wrap .fusion-content .fusion-sub-box p{font-size: 1.6rem; line-height: 2.5rem;}
  .fusion-wrap .fusion-content .fusion-sub-box.dots{padding-bottom: 4rem;}
  .fusion-wrap .fusion-content .fusion-sub-box.border::before{height: 4.6rem;}
  .fusion-wrap .fusion-center::after{height: 5rem;}
  .fusion-wrap .fusion-center h1{font-size: 1.8rem; padding: 1.2rem 1rem;}
  .fusion-wrap .fusion-center p{font-size: 1.5rem; margin: 1.5rem 0;}
  .fusion-wrap .fusion-center li{font-size: 1.8rem; padding: 1.2rem 1rem;}
}

@media screen and (max-width: 930px) {
  .fusion-wrap .fusion-inner{flex-direction: column;}
  .fusion-wrap .fusion-box{margin-top: 0; width: 100%; display: flex; flex-direction: column;}
  .fusion-wrap .fusion-center{width: 100%; margin: 5rem 0;}
  .fusion-wrap .fusion-center::after{display: none;}
  .fusion-wrap .fusion-box.reverse{flex-direction: column-reverse;}
  .fusion-wrap .fusion-box.reverse .fusion-header{margin-bottom: 0; margin-top: 1rem; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem;}
  .fusion-wrap .fusion-box.reverse .fusion-sub-box.border::before{top: -5rem}
}

/* 마이크로 디그리 과정 */
.micro-wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.micro-wrap .micro-box{width: 48%; border: .1rem solid #dbdbdb; background-color: #f7f7f7;}
.micro-wrap .micro-header{display: flex; flex-wrap: wrap; background-color: #049edb; align-items: center; padding: 1.8rem 4rem;}
.micro-wrap .micro-header h1{font-size: 2.2rem; color: #ffffff; font-family: pb; width: 8.7rem; position: relative;}
.micro-wrap .micro-header h1::after{content:""; display: block; position: absolute; right: 0; top: 50%; margin-top: -1.3rem; width: .1rem; height: 2.6rem; background: white; opacity: .2;}
.micro-wrap .micro-header p{font-size: 2rem; color: #ffffff; font-family: pr; opacity: .7; padding-left: 4rem;}
.micro-wrap .micro-content{display: flex; justify-content: center; padding: 4.5rem 0 3.8rem;}
.micro-wrap .micro-content-box{display: flex; align-items: stretch;}
.micro-wrap .micro-content-box ul{display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between;}
.micro-wrap .micro-content-box ul.column{flex-direction: column; width: 30rem}
.micro-wrap .micro-content-box ul.row{flex-direction: row; width: 33.5rem;}
.micro-wrap .micro-content-box li{font-size: 1.8rem; color: #ffffff; font-family: pr; text-align: center; padding: 1.15rem 0;}
.micro-wrap .micro-content-box ul.row li{flex: 1; padding: 4.4rem 0;}
.micro-wrap .micro-content-box .micro-plus{width: 6rem; background: url(../../images/sub/ic-micro-plus.png) no-repeat center center;}
.micro-wrap .micro-content-text{width: 20rem; display: flex; justify-content: center; align-items: center; text-align: center;}
.micro-wrap .micro-content-text p{font-size: 1.8rem; color: #ffffff; line-height: 2.4rem; font-family: pr;}
.micro-wrap .micro-box .back1{background-color: #666465}
.micro-wrap .micro-box .back2{background-color: #032e6e}
.micro-wrap .micro-box .back3{background-color: #0a4da1}

@media screen and (max-width: 1400px) {
  .micro-wrap .micro-header{padding: 1.5rem 2rem;}
  .micro-wrap .micro-header h1{font-size: 2rem;}
  .micro-wrap .micro-header p{font-size: 1.8rem; padding-left: 2rem;}
  .micro-wrap .micro-content-box ul.column{width: 20rem;}
  .micro-wrap .micro-content-box ul.row{width: 22.5rem;}
  .micro-wrap .micro-content-box .micro-plus{width: 4rem;}
  .micro-wrap .micro-content-text{width: 13rem;}
  .micro-wrap .micro-content-box ul.row li{padding: 3.05rem 1rem;}
  .micro-wrap .micro-content{padding: 3.5rem 0 3rem;}
  .micro-wrap .micro-content-box li{font-size: 1.6rem;}
  .micro-wrap .micro-content-text p{font-size: 1.6rem; line-height: 2.2rem;}
}

@media screen and (max-width: 1000px) {
  .micro-wrap{flex-direction: column; gap: 2rem;}
  .micro-wrap .micro-box{width: 100%;}
  .micro-wrap .micro-header h1{font-size: 1.6rem; width: 7rem;}
  .micro-wrap .micro-header h1::after{height: 1.6rem; margin-top: -.8rem;}
  .micro-wrap .micro-header p{font-size: 1.4rem;}
}

/* 전공교육과정 이수학점 */
.earned-wrap{display: flex; flex-wrap: wrap; justify-content: space-between;}
.earned-wrap .earned-left{width: 66%;}
.earned-wrap .earned-left .earned-main{display: flex; flex-wrap: wrap; justify-content: space-between;}
.earned-wrap .earned-left .earned-main > div{width: 48.485%;}
.earned-wrap .earned-right{width: 32%;}
.earned-wrap .earned-box{position: relative; padding: 2.5rem;}
.earned-wrap .earned-box h1{text-align: center; background-color: white; border-radius: .5rem; font-size: 2.2rem; font-family: psb; padding: 1.35rem 1rem; margin-bottom: 2.7rem;}
.earned-wrap .earned-box > p{text-align: center; font-size: 1.8rem; line-height: 2.6rem; color: white; font-family: pr; margin-bottom: 3rem;}
.earned-wrap .earned-box p .br{display: block;}
.earned-wrap .earned-box ul{display: flex; justify-content: center; gap: 5rem; flex-wrap: wrap;}
.earned-wrap .earned-box li{width: 11rem; height: 11rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: white; text-align: center; position: relative;}
.earned-wrap .earned-box li.plus::after{content:""; display: block; position: absolute; right: -3.4rem; top: 50%; transform: translateY(-50%); width: 1.8rem; height: 1.8rem; background: url(../../images/sub/ic-eraned-plus.png) no-repeat center;}
.earned-wrap .earned-box li.or::after{content:""; display: block; position: absolute; right: -3.4rem; top: 50%; transform: translateY(-50%); width: 1.8rem; height: 1.8rem; background: url(../../images/sub/ic-earned-or.png) no-repeat center;}
.earned-wrap .earned-box li p{font-size: 1.8rem; font-family: pr;}
.earned-wrap .earned-box li p span{font-family: pb; font-size: 2rem;}
.earned-wrap .earned-box li.small p{font-size: 1.6rem; line-height: 2rem;}
.earned-wrap .earned-box li.small p span{font-size: 1.8rem; line-height: 2.2rem; margin-top: .4rem; display: inline-block;}
.earned-wrap .earned-total{background-color: #032e6e; padding: 2.05rem 0; margin-top: 6rem;}
.earned-wrap .earned-total p{color: white; font-size: 2.6rem; font-family: pb; text-align: center;}

.earned-wrap .earned-box.chap1{background-color: #049edb}
.earned-wrap .earned-box.chap1::before{content:""; display: block; position: absolute; left: 50%; margin-left: -1.2rem; top: 100%; width: 2.4rem; height: 3.5rem; background: url(../../images/sub/ic-arrow1.png) no-repeat center;}
.earned-wrap .earned-box.chap1::after{content:"A"; font-size: 12rem; color: white; opacity: .1; position: absolute; left: 0; bottom: -5rem; font-family: pb;}
.earned-wrap .earned-box.chap1 h1{color: #049edb;}
.earned-wrap .earned-box.chap1 li p{color: #049edb}
.earned-wrap .earned-box.chap2{background-color: #666465}
.earned-wrap .earned-box.chap2::before{content:""; display: block; position: absolute; left: 50%; margin-left: -1.2rem; top: 100%; width: 2.4rem; height: 3.5rem; background: url(../../images/sub/ic-arrow2.png) no-repeat center;}
.earned-wrap .earned-box.chap2::after{content:"B"; font-size: 12rem; color: white; opacity: .1; position: absolute; left: -.5rem; bottom: -5rem; font-family: pb;}
.earned-wrap .earned-box.chap2 h1{color: #666465;}
.earned-wrap .earned-box.chap2 li p{color: #666465}
.earned-wrap .earned-box.chap3{background-color: #049edb}
.earned-wrap .earned-box.chap3::before{content:""; display: block; position: absolute; left: 50%; margin-left: -1.2rem; top: 100%; width: 2.4rem; height: 3.5rem; background: url(../../images/sub/ic-arrow3.png) no-repeat center;}
.earned-wrap .earned-box.chap3::after{content:"C"; font-size: 12rem; color: white; opacity: .1; position: absolute; left: -.5rem; bottom: -5rem; font-family: pb;}
.earned-wrap .earned-box.chap3 h1{color: #049edb;}
.earned-wrap .earned-box.chap3 li p{color: #049edb}

@media screen and (max-width: 1520px) {
  .earned-wrap .earned-box{padding: 2rem;}
  .earned-wrap .earned-box h1{font-size: 2rem; padding: 1.2rem 1rem; margin-bottom: 2rem;}
  .earned-wrap .earned-box > p{font-size: 1.6rem; line-height: 2.3rem; margin-bottom: 1.5rem;}
  .earned-wrap .earned-box li{width: 9rem; height: 9rem;}
  .earned-wrap .earned-box li p{font-size: 1.6rem;}
  .earned-wrap .earned-box li p span{font-size: 1.8rem;}
  .earned-wrap .earned-box li.small p{font-size: 1.4rem;}
  .earned-wrap .earned-box li.small p span{font-size: 1.6rem; margin-top: .2rem;}
  .earned-wrap .earned-total{padding: 1.5rem 1rem;}
  .earned-wrap .earned-total p{font-size: 2.2rem;}
}

@media screen and (max-width: 1300px) {
  .earned-wrap{flex-direction: column;}
  .earned-wrap .earned-left{width: 100%;}
  .earned-wrap .earned-right{width: 100%; margin-top: 2rem;}
}

@media screen and (max-width: 768px) {
  .earned-wrap .earned-box h1{font-size: 1.6rem;}
  .earned-wrap .earned-box > p{font-size: 1.4rem; line-height: 2rem;}
  .earned-wrap .earned-left .earned-box ul{flex-direction: column; align-items: center;}
  .earned-wrap .earned-left .earned-box li.plus::after{right: 50%; transform: translateX(50%); top: calc(100% + 1.4rem);}
  .earned-wrap .earned-left .earned-box li.or::after{right: 50%; transform: translateX(50%); top: calc(100% + 1.4rem);}
}

.page_6213  .pdfWrap {margin-top: 3rem;}

/* 찾아오시는 길 */
.wrap-map .info.border-top {border-top: 2px solid;}
.wrap-map .info.border-bottom {border-bottom: 2px solid;}
.wrap-map .list {display: flex;align-items: flex-start;padding: 5rem 2rem 5rem 0;border-bottom: 1px solid #dddee0;}
.wrap-map .line {display: flex;justify-content: center;align-items: center;width: 3.5rem;height: 3.5rem;border-radius: 50%;font-size: 1.8rem;font-weight: 800;color: #fff;}
.wrap-map .tit {display: flex;align-items: center;flex-shrink: 0;width: 44rem;;font-size: 2.2rem;color: #333;font-weight: 800;}
.wrap-map .line.color1 {background: #00a0e9;}
.wrap-map .line.color2 {background: #ac6a00;}
.wrap-map .line.color3 {background: #263c96;}
.wrap-map .circle-text-list > ul > li:first-child {margin-top: 0;}
.wrap-map .circle-text-list > ul > li em {color: #76b83d;}
.wrap-map .info.border-bottom .list:first-child {border-top: 1px solid #dddee0;}

@media screen and (max-width:1024px) {
  .wrap-map .tit {width: 35rem;}
}

@media screen and (max-width:768px) {
  .wrap-map .list {flex-direction: column;padding: 3rem 2rem 3rem 0;}
  .wrap-map .tit {width: 100%;margin-bottom: 1.6rem;font-size: 2rem;}
  .wrap-map .line {width: 2.5rem;height: 2.5rem;font-size: 1.6rem;}
}

/* 교양교육과정이수학점 */
.wrap-major-course .frame {position: relative;padding: 0 13.6rem;}
.wrap-major-course .bg img {display: block;width: 100%;}
.wrap-major-course .bg .bg2 {display: none;}
.wrap-major-course ul {position: absolute;left: 50%;top: 0;transform: translateX(-50%);display: flex;width: calc(100% - 31.2rem);height: 100%;}
.wrap-major-course li {flex: 1;display: flex;justify-content: center;align-items: center;text-align: center;}
.wrap-major-course .tit {margin-bottom: 1.5rem;line-height: 1.4;}
.wrap-major-course .tit span {font-family: pr;font-size: 2.8rem;}
.wrap-major-course .tit strong {display: block;font-family: pb;font-size: 2.8rem;}
.wrap-major-course .info {font-family: pr;font-size: 1.8rem;line-height: 1.4;}
.wrap-major-course .list1 .tit {color: #049edb;}
.wrap-major-course .list1 .info {color: #049edb;}
.wrap-major-course .list2 .tit {color: #0a4da1;}
.wrap-major-course .list2 .info {color: #0a4da1;}
.wrap-major-course .list3 .tit {color: #032e6e;}
.wrap-major-course .list3 .info {color: #032e6e;}
.wrap-major-course .list4 .tit {color: #222;}
.wrap-major-course .list4 .info {color: #222;}

@media screen and (max-width: 1540px) {
  .wrap-major-course .frame {padding: 0 2rem;}
  .wrap-major-course ul {width: calc(100% - 6.7rem);}
}

@media screen and (max-width: 1400px) {
  .wrap-major-course .tit span {font-size: 2.1vw;}
  .wrap-major-course .tit strong {font-size: 2.1vw;}
  .wrap-major-course .info {font-size: 1.3vw;}
}

@media screen and (max-width: 1024px) {
  .wrap-major-course {margin: 3rem 0 4rem;}
  .wrap-major-course .bg {max-width: 28rem;margin: 0 auto;}
  .wrap-major-course .bg .bg1 {display: none;}
  .wrap-major-course .bg .bg2 {display: block;margin: 0 auto;} 
  .wrap-major-course .tit {margin-bottom: .8rem;}
  .wrap-major-course .tit span {font-size: 2.4rem;}
  .wrap-major-course .tit strong {font-size: 2.4rem;}
  .wrap-major-course .info {font-size: 1.5rem;}
  .wrap-major-course ul {flex-direction: column;top: 0;}
  .wrap-major-course ul > li.list3,
  .wrap-major-course ul > li.list4 {transform: translateY(-1rem);}
}

/* 학업이수곤란자상담 */
.wrap-cred-counsel .frame {display: flex;height: 30rem;}

.wrap-cred-counsel .step1 {display: flex;flex-direction: column;width: 49.5rem;margin-right: 5rem;flex-shrink: 0;}
.wrap-cred-counsel .step1 > div { display: flex;position: relative;}
.wrap-cred-counsel .step1 > div:nth-child(1) {height: 10.5rem;margin-bottom: 1.5rem;}
.wrap-cred-counsel .step1 > div:nth-child(2) {flex: 1;}
.wrap-cred-counsel .step1 > div:nth-child(1)::after {content: '';position: absolute;right: -3.5rem;top: 50%;width: 2.2rem;height: 2.2rem;margin-top: -1.1rem;background: url('../images/ic-cred-counsel-arrow.png') no-repeat center;}
.wrap-cred-counsel .step1 > div:nth-child(2)::after {content: '';position: absolute;right: -3.5rem;top: 50%;width: 2.2rem;height: 2.2rem;margin-top: -1.1rem;background: url('../images/ic-cred-counsel-arrow.png') no-repeat center;}

.wrap-cred-counsel .step1 .tit {display: flex;justify-content: center;align-items: center;width: 15rem;;margin-right: 1.5rem;padding: 2.5rem 2rem;font-size: 2.2rem;color: #fff;font-family: psb;background: #032e6e;text-align: center;flex-shrink: 0;line-height: 1.25;}
.wrap-cred-counsel .step1 .con-list2 {flex: 1;background: #f7f7f7;padding: 2.2rem 2rem 2.2rem 3rem;}

.wrap-cred-counsel .step2 {position: relative;display: flex;flex-direction: column;width: 22rem;margin-right: 5rem;}
.wrap-cred-counsel .step2::after {content: '';position: absolute;right: -4rem;width: 3rem;;height: 25.2rem;top:50%;margin-top: -12.6rem;background: url('../../images/sub/img-cred-counsel-arrow.png') no-repeat center;}
.wrap-cred-counsel .step2 > div:nth-child(1) {height: 10.5rem;margin-bottom: 1.5rem;}
.wrap-cred-counsel .step2 > div:nth-child(2) {flex: 1;}
.wrap-cred-counsel .step2 .tit {display: flex;justify-content: center;align-items: center;height: 100%;font-size: 2rem;color: #049edb;font-family: pm;background: #e5f8ff;text-align: center;line-height: 3rem;}

.wrap-cred-counsel .step3 {position: relative;display: flex;flex-direction: column;justify-content: space-between;width: 15rem;background: #c7e0ff;padding: 2rem;margin-right: 2.5rem;}
.wrap-cred-counsel .step3::after {content: '';position: absolute;right: -2.3rem;top: 50%;width: 2.2rem;height: 2.2rem;margin-top: -1.1rem;background: url('../../images/sub/ic-cred-counsel-arrow.png') no-repeat center;}
.wrap-cred-counsel .step3 .tit {display: flex;justify-content: center;align-items: center;padding: .6rem 0;font-size: 1.8rem;color: #fff;font-family: pm;background: #0a4da1;line-height: 2.4rem;text-align: center;}
.wrap-cred-counsel .step3 span {text-align: center;font-size: 2.2rem;font-family: psb;color: #0a4da1;line-height: 1.2;}

.wrap-cred-counsel .step4 {position: relative;display: flex;justify-content: center;align-items: center;width: 15rem;;margin-right: 2.5rem;background: #f7f7f7;padding: 2rem;}
.wrap-cred-counsel .step4::after {content: '';position: absolute;right: -2.3rem;top: 50%;width: 2.2rem;height: 2.2rem;margin-top: -1.1rem;background: url('../../images/sub/ic-cred-counsel-arrow.png') no-repeat center;}
.wrap-cred-counsel .step4 p {font-size: 2rem;font-family: psb;color: #222;text-align: center;}

.wrap-cred-counsel .step5 {position: relative;display: flex;justify-content: center;align-items: center;width: 15rem;;margin-right: 2.5rem;background: #f7f7f7;padding: 2rem;}
.wrap-cred-counsel .step5::after {content: '';position: absolute;right: -2.3rem;top: 50%;width: 2.2rem;height: 2.2rem;margin-top: -1.1rem;background: url('../../images/sub/ic-cred-counsel-arrow.png') no-repeat center;}
.wrap-cred-counsel .step5 p {font-size: 1.6rem;font-family: pr;color: #222;text-align: center;}

.wrap-cred-counsel .step6 {position: relative;display: flex;justify-content: center;align-items: center;width: 15rem;;margin-right: 2.5rem;background: #f7f7f7;padding: 2rem;}
.wrap-cred-counsel .step6 p {font-size: 2rem;font-family: psb;color: #222;text-align: center;}

@media screen and (max-width:1550px) {
  .wrap-cred-counsel .frame {display: block;height: auto;}
  .wrap-cred-counsel .step1,
  .wrap-cred-counsel .step2,
  .wrap-cred-counsel .step3,
  .wrap-cred-counsel .step4,
  .wrap-cred-counsel .step5,
  .wrap-cred-counsel .step6 {margin-right: 0; width: 100%;}

  .wrap-cred-counsel .step1 {margin-bottom: 5rem;}
  .wrap-cred-counsel .step2 {margin-bottom: 7rem;}
  .wrap-cred-counsel .step3,
  .wrap-cred-counsel .step4,
  .wrap-cred-counsel .step5,
  .wrap-cred-counsel .step6 {margin-bottom: 3.5rem;}
  .wrap-cred-counsel br {display: none;}
  .wrap-cred-counsel .step1 .tit br {display: block;}

  .wrap-cred-counsel .step2 > div:nth-child(1) {height: auto;}
  .wrap-cred-counsel .step2 > div strong {height: auto;padding: 2rem}
  .wrap-cred-counsel .step3 .tit {height: 6rem;}
  .wrap-cred-counsel .step3 span {display: block;margin: 4rem 0;}

  .wrap-cred-counsel .step1 > div:nth-child(1)::after {display: none;}
  .wrap-cred-counsel .step1 > div:nth-child(2)::after {right: auto;left: 50%;top: auto;bottom: -3.5rem;margin-left: -1.1rem;margin-right: auto;transform: rotate(90deg);}
  .wrap-cred-counsel .step2::after {top: auto;right: auto;left: 48.5%;bottom: -17rem;margin-top: auto;transform: rotate(90deg);}
  .wrap-cred-counsel .step3::after,
  .wrap-cred-counsel .step4::after,
  .wrap-cred-counsel .step5::after {right: auto;left: 50%;top: auto;bottom: -2.9rem;margin-left: -1.1rem;margin-right: auto;transform: rotate(90deg);}
}

/* 통합모바일앱 */
.wrap-mobile-app {margin-top: 7rem;padding-bottom: 3.2rem;}
.wrap-mobile-app .frame {display: flex;position: relative;gap: 10rem;}
.wrap-mobile-app .btn-swiper {width: 80rem;padding-top: 5rem;}
.wrap-mobile-app .btn-swiper button {width: 100%;text-align: left;}
.wrap-mobile-app .btn-swiper > li {position: relative;padding-left: 21.8rem;} 
.wrap-mobile-app .btn-swiper > li.on {margin-bottom: 3rem;}
.wrap-mobile-app .btn-swiper > li.on::before {content: '';position: absolute;left: 0;top: 1.6rem;height: 1px;width: 18rem;background: #222;}
.wrap-mobile-app .btn-swiper strong {position: relative;display: block;margin-bottom: 2rem;font-size: 3rem;color: #ccc;font-family: pb;transition: color .35s;}
.wrap-mobile-app .btn-swiper button:hover strong {color: #222;}
.wrap-mobile-app .btn-swiper > li.on strong {color: #222;}
.wrap-mobile-app .btn-swiper p {display: none;font-size: 2rem;color: #555;font-family: pr;line-height: 2.8rem;}
.wrap-mobile-app .btn-swiper > li.on p {display: block;}
.wrap-mobile-app .wrap-slider {width: 32.6rem;overflow: hidden;}
.wrap-mobile-app .swiper-pagination {top: auto !important;bottom: -5rem !important; width: 100%;}
.wrap-mobile-app .swiper-pagination-bullet {width: 1.2rem;height: 1.2rem;margin: 0 .9rem !important;background: #757575;opacity: 1;border-radius: 50%}
.wrap-mobile-app .swiper-pagination-bullet-active {width: 5.2rem;height: 1.2rem;background: #0064ef;border-radius: .6rem;}
.wrap-mobile-app .app-logo {position: absolute;right: 0;bottom: 2.5rem;}

@media screen and (max-width:1550px) {
  .wrap-mobile-app .wrap-slider {min-width: 27.5rem;}
  .wrap-mobile-app .app-logo {bottom: -8.5rem}
}

@media screen and (max-width:1300px) {
  .wrap-mobile-app .app-logo {width: 18rem;bottom: -6.5rem}
}

@media screen and (max-width:1024px) {
  .wrap-mobile-app .frame {gap: 8rem;}
  .wrap-mobile-app .btn-swiper button {padding-bottom: 1rem;}
  .wrap-mobile-app .btn-swiper strong {margin-bottom: 1.5rem;font-size: 2.8rem;}
  .wrap-mobile-app .btn-swiper p {font-size: 1.8rem;}
  .wrap-mobile-app .btn-swiper > li {padding-left: 12rem;}
  .wrap-mobile-app .btn-swiper > li.on::before {width: 9rem;}
  .wrap-mobile-app .swiper-pagination-bullet {width: 1rem;height: 1rem;margin: 0 .7rem !important;}
  .wrap-mobile-app .swiper-pagination-bullet-active  {width: 4.2rem;}
}

@media screen and (max-width:850px) {
  .wrap-mobile-app .frame {flex-direction: column-reverse;gap: 10rem;}
  .wrap-mobile-app .wrap-slider {min-width: auto;width: 65%;margin: 0 auto;}
  .wrap-mobile-app .wrap-slider .swiper-slide {text-align: center;}
  .wrap-mobile-app .btn-swiper {width: 100%;}
  .wrap-mobile-app .btn-swiper > li {display: none;padding-left: 6rem;}
  .wrap-mobile-app .btn-swiper > li.on {display: block;margin-bottom: 2.5rem;}
  .wrap-mobile-app .btn-swiper > li.on::before {width: 5rem;}
  .wrap-mobile-app .btn-swiper strong {margin-bottom: 1rem;font-size: 2.4rem;}
  .wrap-mobile-app .btn-swiper p {font-size: 1.6rem;}
  .wrap-mobile-app .swiper-pagination {top: 65.3rem !important;bottom: auto !important}
  .wrap-mobile-app .app-logo {bottom: auto;top: 57rem;pointer-events: none;}
}

/* IOS */
.wrap-wifi-ios ol {display: flex;flex-wrap: wrap;gap: 5rem;}
.wrap-wifi-ios li {display: flex;align-items: flex-start;width: calc(50% - 2.5rem);}
.wrap-wifi-ios li strong {display: inline-block;position: relative;margin: 5rem 0 0 5rem;padding-left: 3rem;font-size: 1.8rem;font-family: pm;color: #333;}
.wrap-wifi-ios li em {color: #cb2026;}
.wrap-wifi-ios li .num {position: absolute;top: .4rem;left: 0rem;display: flex;justify-content: center;align-items: center;width:2rem;height: 2rem;background: #555;font-size: 1.2rem;font-family: peb;color: #fff;}

@media screen and (max-width:1300px) {
  .wrap-wifi-ios li strong {margin: 5rem 0 0 3rem}
}

@media screen and (max-width:1024px) {
  .wrap-wifi-ios ol {column-gap: 2rem;}
  .wrap-wifi-ios li  {flex-direction: column;width: calc(50% - 1rem);}
  .wrap-wifi-ios li strong {margin: 2rem 0 0;}
  .wrap-wifi-ios li strong br {display: none;}
}

@media screen and (max-width:768px) {
  .wrap-wifi-ios ol  {column-gap: 0;row-gap: 8rem;}
  .wrap-wifi-ios li {width: 100%;}
}

@media screen and (max-width:500px) {
  .wrap-wifi-ios li img {width: 100%;}
}

/* 안드로이드OS */
.wrap-wifi-android ol {display: flex;flex-wrap: wrap;gap: 5rem;}
.wrap-wifi-android li {display: flex;align-items: flex-start;width: calc(50% - 2.5rem);}
.wrap-wifi-android li strong {display: inline-block;position: relative;margin: 5rem 0 0 5rem;padding-left: 3rem;font-size: 1.8rem;font-family: pm;color: #333;}
.wrap-wifi-android li em {color: #cb2026;}
.wrap-wifi-android li .num {position: absolute;top: .4rem;left: 0rem;display: flex;justify-content: center;align-items: center;width:2rem;height: 2rem;background: #555;font-size: 1.2rem;font-family: peb;color: #fff;}

@media screen and (max-width:1300px) {
  .wrap-wifi-android li strong {margin: 5rem 0 0 3rem}
}

@media screen and (max-width:1024px) {
  .wrap-wifi-android ol {column-gap: 2rem;}
  .wrap-wifi-android li  {flex-direction: column;width: calc(50% - 1rem);}
  .wrap-wifi-android li strong {margin: 2rem 0 0;}
  .wrap-wifi-android li strong br {display: none;}
}

@media screen and (max-width:768px) {
  .wrap-wifi-android ol  {column-gap: 0;row-gap: 8rem;}
  .wrap-wifi-android li {width: 100%;}
}

@media screen and (max-width:500px) {
  .wrap-wifi-android li img {width: 100%;}
}

/* 윈도우10 이상 */
.wrap-wifi-window10 ol {display: flex;flex-wrap: wrap;gap: 5rem;}
.wrap-wifi-window10 ol > li {display: flex;align-items: flex-start;width: calc(50% - 2.5rem);}
.wrap-wifi-window10 ol > li > div {position: relative;margin: 5rem 0 0 5rem;padding-left: 3rem;}
.wrap-wifi-window10 ol > li strong {display: inline-block;margin-bottom: 1.4rem;font-size: 1.8rem;font-family: pm;color: #333;}
.wrap-wifi-window10 ol > li em {color: #cb2026;}
.wrap-wifi-window10 .num {position: absolute;top: .4rem;left: 0rem;display: flex;justify-content: center;align-items: center;width:2rem;height: 2rem;background: #555;font-size: 1.2rem;font-family: peb;color: #fff;}

.wrap-wifi-window10 ul > li {position: relative;margin-bottom: .8rem;padding-left: 2.5rem;font-size: 1.8rem;color: #555;font-family: pl;}
.wrap-wifi-window10 ul > li:last-child {margin-bottom: 0;}
.wrap-wifi-window10 ul > li::before {content: '';position: absolute;left: 0;top: 1.3rem;width: .8rem;height: .2rem;background: #424242;}
.wrap-wifi-window10 ul > li em {font-size: 1.8rem;color: #cd2026;font-family: pl;}

@media screen and (max-width:1400px) {
  .wrap-wifi-window10 ol > li > div {margin: 5rem 0 0 3rem}
}

@media screen and (max-width:1300px) {
  .wrap-wifi-window10 ol {column-gap: 2rem;}
  .wrap-wifi-window10 ol > li {flex-direction: column;width: calc(50% - 1rem);}
  .wrap-wifi-window10 ol > li > div {margin: 2rem 0 0;}
  .wrap-wifi-window10 ol > li strong br {display: none;}
}


@media screen and (max-width:768px) {
  .wrap-wifi-window10 ol  {column-gap: 0;row-gap: 8rem;}
  .wrap-wifi-window10 ol {flex-direction: column;}
  .wrap-wifi-window10 ol > li {width: 100%;}
}

@media screen and (max-width:500px) {
  .wrap-wifi-window10 ol > li img {width: 100%;}
}

/* 졸업생무선네트워크신청 */
.wrap-wifi-graduate ol {display: flex;flex-wrap: wrap;gap: 5rem;}
.wrap-wifi-graduate ol > li {display: flex;align-items: flex-start;width: calc(50% - 2.5rem);}
.wrap-wifi-graduate ol > li > div {position: relative;margin: 5rem 0 0 5rem;padding-left: 3rem;}
.wrap-wifi-graduate ol > li strong {display: inline-block;margin-bottom: 1.4rem;font-size: 1.8rem;font-family: pm;color: #333;}
.wrap-wifi-graduate ol > li em {color: #cb2026;}
.wrap-wifi-graduate .num {position: absolute;top: .4rem;left: 0rem;display: flex;justify-content: center;align-items: center;width:2rem;height: 2rem;background: #555;font-size: 1.2rem;font-family: peb;color: #fff;}
.wrap-wifi-graduate ul > li {position: relative;margin-bottom: .8rem;padding-left: 2.5rem;font-size: 1.8rem;color: #555;font-family: pl;}
.wrap-wifi-graduate ul > li:last-child {margin-bottom: 0;}
.wrap-wifi-graduate ul > li::before {content: '';position: absolute;left: 0;top: 1.3rem;width: .8rem;height: .2rem;background: #424242;}
.wrap-wifi-graduate ul > li em {font-size: 1.8rem;color: #cd2026;font-family: pl;}
.wrap-wifi-graduate ol > li:nth-child(3) {width: 100%;}
.wrap-wifi-graduate ol > li:nth-child(4) {width: 100%;}

@media screen and (max-width:1400px) {
  .wrap-wifi-graduate ol > li > div {margin: 5rem 0 0 3rem}
}

@media screen and (max-width:1300px) {
  .wrap-wifi-graduate ol {column-gap: 2rem;}
  .wrap-wifi-graduate ol > li {flex-direction: column;width: calc(50% - 1rem);}
  .wrap-wifi-graduate ol > li > div {margin: 2rem 0 0;}
  .wrap-wifi-graduate ol > li strong br {display: none;}
}

@media screen and (max-width:768px) {
  .wrap-wifi-graduate ol  {column-gap: 0;row-gap: 8rem;}
  .wrap-wifi-graduate ol {flex-direction: column;}
  .wrap-wifi-graduate ol > li {width: 100%;}
}

@media screen and (max-width:500px) {
  .wrap-wifi-graduate ol > li img {width: 100%;}
}

/* 제휴서비스 */
.wrap-blue-banner-list {display: flex;gap: 6rem;}
.wrap-blue-banner-list > div {display: flex;align-items: center;gap: 2rem;flex: 1;padding: 4rem 3.5rem;background: #eff6ff;}
.wrap-blue-banner-list .icon {display: flex;justify-content: center;align-items: center;width:12rem;height: 12rem;border-radius: 50%;background: #fff;}
.wrap-blue-banner-list .desc {display: flex;align-items: center;justify-content: space-between;flex: 1;gap: 2rem}
.wrap-blue-banner-list .desc strong {font-size: 2.2rem;color: #212121;font-family: pb;}
.wrap-blue-banner-list .desc .btn-style.type1.small {height: 4.5rem;padding: 0 5rem 0 2.5rem;font-size: 1.8rem;font-family: pr;flex-shrink: 0;}
.wrap-blue-banner-list .desc .btn-style.type1.small::after {right: 2.5rem !important;}

@media screen and (max-width:1520px) {
  .wrap-blue-banner-list {gap: 3rem;}
  .wrap-blue-banner-list > div {padding: 3rem 2.5rem;}
  .wrap-blue-banner-list .icon {width: 10rem;height: 10rem;}
  .wrap-blue-banner-list .icon img {width: 50%;}
  .wrap-blue-banner-list .desc strong {font-size: 2.1rem;}
  .wrap-blue-banner-list .desc .btn-style.type1.small {height: 4rem;padding: 0 4rem 0 1.8rem;font-size: 1.6rem;}
  .wrap-blue-banner-list .desc .btn-style.type1.small::after {right: 2rem !important;} 
}

@media screen and (max-width:1024px) {
  .wrap-blue-banner-list {flex-direction: column;gap: 2rem;}
}

@media screen and (max-width:650px) {
  .wrap-blue-banner-list {flex-direction: column;gap: 2rem;}
  .wrap-blue-banner-list > div {flex-direction: column;}
  .wrap-blue-banner-list .desc {flex-direction: column;}
}

/* 가족회사현황 */
.wrap-family-status * {box-sizing:border-box;}
.wrap-family-status > .frame {display:flex;flex-wrap: wrap;justify-content: space-between; width: calc(100% + 2rem);}
.wrap-family-status .frame > div {display:flex; flex-direction: column; width: calc(25% - 2rem); margin: 0 2rem 2rem 0; padding: 2rem; border: 1px solid #d1d1d1; border-radius: 1rem;}
.wrap-family-status .nameBi {display: flex;justify-content: center;align-items: center;width:100%; height:15.5rem; padding: 0rem 4rem 1rem 4rem; overflow:hidden; border-bottom: 1px solid #d1d1d1;}
.wrap-family-status .nameBi img {width: 100%;height: 100%;object-fit: contain;object-position: center;}
.wrap-family-status .nameBi > h3 {font-size: 2rem;color: #000;font-family: pb;text-align: center;}
.wrap-family-status .info {flex:1; display:flex; flex-direction:column; justify-content:space-between;}
.wrap-family-status .desc {margin-top: 2rem;}
.wrap-family-status .desc > li {position:relative; display:flex;margin-bottom:1.6rem;}
.wrap-family-status .desc > li:last-child {margin-bottom: 0;}
.wrap-family-status .desc > li strong {display: inline-block;width: 14rem;font-family: pm; color:#000;font-size: 1.6rem;flex-shrink: 0;}
.wrap-family-status .desc > li span {font-size: 1.6rem;color: #555;font-family: pr;}

@media screen and (max-width: 1480px) {
  .wrap-family-status .frame > div {width: calc(50% - 2rem);}
}

@media screen and (max-width: 900px) {
  .wrap-family-status .frame > div {width: calc(100% - 2rem);}
}

@media screen and (max-width: 650px) {
  .wrap-family-status .nameBi {padding: 0 8rem 2rem 8rem;}
}

/* 홍보대사 */
.wrap-amb {position: relative;}
.wrap-amb::before {content: '';position: absolute;left: 26%;top: 63%;width: 24.7rem;height: 24.7rem;background: url('../../images/sub/img-logo.png') no-repeat center / contain;}
.wrap-amb .frame {display: flex;justify-content: space-between;align-items: flex-start;}
.wrap-amb .left {margin-right: 8rem;}
.wrap-amb .tit {padding-top: 5rem;margin-bottom: 3.5rem;font-size: 6rem;color:#032e6e;line-height: 6rem;font-family: pbl;}
.wrap-amb .tit strong {color: #049edb;}
.wrap-amb .info {font-size: 3rem;color: #222;font-family: pr;line-height: 4.2rem;}
.wrap-amb .info strong {font-family: psb;}
.wrap-amb .right {position: relative;width: 88rem;height: 62rem;}
.wrap-amb .right img {width: 100%;}
.wrap-amb .img-box1 {position: absolute;left: 0;bottom: 6%;width: 61.4%;}
.wrap-amb .img-box2 {position: absolute;right: 10.3%;top: 0;width: 45.5%;}
.wrap-amb .img-box3 {position: absolute;right: 0;bottom: 0;width: 42%;}

@media screen and (max-width: 1460px) {
  .wrap-amb .right {height: 42.1vw;}
}

@media screen and (max-width:1200px) {
  .wrap-amb::before {width: 22vw;height: 22vw;}
  .wrap-amb .left {margin-right: 3rem;}
  .wrap-amb .tit {font-size: 5rem;margin-bottom: 2.5rem;padding-top: 4rem;line-height: 5rem;}
  .wrap-amb .info {font-size: 2.6rem;line-height: 3.5rem;}
}

@media screen and (max-width:900px) {
  .wrap-amb::before {top: 11rem;left: auto;right: 0;width: 20rem;height: 20rem;}
  .wrap-amb .frame {flex-direction: column;}
  .wrap-amb .left {width: 100%;;margin-right: 0;margin-bottom: 4rem;}
  .wrap-amb .right {width: 100%;height: 67vw;}
}

@media screen and (max-width: 500px) {
  .wrap-amb .tit {margin-bottom: 2rem;font-size: 4rem;line-height: 4.2rem;}
  .wrap-amb .info {font-size: 2.2rem;line-height: 3rem;}
}

/*SNS*/
.wrap-sns ul {display: flex;}
.wrap-sns li {display: flex;align-items: center;justify-content: space-between;position: relative;flex: 1;padding: 0 3rem}
.wrap-sns li:first-child {padding-left: 0;}
.wrap-sns li:last-child {padding-right: 0;}
.wrap-sns li:last-child::after {display: none;}
.wrap-sns li::after {content: '';position: absolute;width: .1rem;height: 2.6rem;right: 0;top: 50%;margin-top: -1.3rem;background: #ccc;}
.wrap-sns .icon {display: flex;align-items: center;gap: 2rem;}
.wrap-sns .icon span {font-size: 2rem;font-family: pm;color: #000;}
.wrap-sns .btn-style.type1.color3 {margin: 0;}

@media screen and (max-width: 1540px) {
  .wrap-sns li {flex-direction: column;align-items: flex-start;gap: 2rem}
  .wrap-sns .btn-style.type1.color3 {width: 100%;}
}

@media screen and (max-width:768px) {
  .wrap-sns ul {flex-wrap: wrap;}
  .wrap-sns li {flex: none;width: 50%;margin-bottom: 3rem;gap: 1.5rem;}
  .wrap-sns li:nth-child(2) {padding-right: 0;}
  .wrap-sns li:nth-child(2)::after {display: none;}
  .wrap-sns li:nth-child(3) {padding-left: 0;}
  .wrap-sns .icon {gap: 1.5rem}
  .wrap-sns .icon span {font-size: 1.8rem;}
  .wrap-sns .icon img {width: 5.2rem;}
}

/* 개인정보처리방침 */
.wrap-prev-privacy.list1 {border: 1px solid #dbdbdb;padding: 5rem 4rem;}
.wrap-prev-privacy.list1 .frame {display: flex;justify-content: space-between;max-width: 101rem;margin: 0 auto;gap: 2rem;}
.wrap-prev-privacy.list1 .left .box span {display: flex;justify-content: center;align-items: center;width: 25rem;height: 7rem;}
.wrap-prev-privacy.list1 .left .box:nth-child(1) {margin-bottom: 1rem;}
.wrap-prev-privacy.list1 .left > div:nth-child(1) .box:nth-child(2) {margin-bottom: 7rem;}
.wrap-prev-privacy.list1 .box.color1 span {background: #0b4da2;color: #fff;font-size: 2rem;}
.wrap-prev-privacy.list1 .box.color2 span {background: #e5f8ff;color: #049edb;font-size: 2rem;}
.wrap-prev-privacy.list1 .box.color3 span {background: #3f4f71;color: #fff;font-size: 2.4rem;}
.wrap-prev-privacy.list1 .right .box span {display: flex;justify-content: center;align-items: center;width: 25rem;;height: 29rem;}
.wrap-prev-privacy.list1 .wrap-line {position: relative;display: flex;flex-direction: column;width: 100%;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) {position: relative;height: 50%;width: 100%;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) {position: relative;height: 50%;width: 100%;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) .line {position: absolute;left: 50%;top: 7.4rem;transform: translateX(-50%);height: .2rem;width: 100%;background: #ccc;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) .line {position: absolute;left: 50%;top: 11rem;transform: translateX(-50%);height: .2rem;width: 100%;background: #ccc;}
.wrap-prev-privacy.list1 .wrap-line > div .line::before {content: '';position: absolute;left: -.3rem;top: -.6rem;width: 2.1rem;height: 1.4rem;background: url('../../images/sub/img-prev-privacy-arrow.png') no-repeat center;transform: rotate(180deg);}
.wrap-prev-privacy.list1 .wrap-line > div .line::after {content: '';position: absolute;right: -.3rem;top: -.6rem;width: 2.1rem;height: 1.4rem;background: url('../../images/sub/img-prev-privacy-arrow.png') no-repeat center;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) p {position: absolute;left: 50%;transform: translateX(-50%);top: 4.4rem;width: 100%;font-size: 1.8rem;color: #666;font-family: pr;text-align: center;}
.wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) p {position: absolute;left: 50%;transform: translateX(-50%);top: 8rem;width: 100%;font-size: 1.8rem;color: #666;font-family: pr;text-align: center;}
.wrap-prev-privacy.list1 .wrap-line > div p br {display: none;}
.wrap-prev-privacy.list1 .sr-only {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}

@media screen and (max-width: 1024px) {
  .wrap-prev-privacy.list1 .left .box span {width: 17rem;height: 6rem;}
  .wrap-prev-privacy.list1 .right .box span {width: 15rem;}
  .wrap-prev-privacy.list1 .wrap-line > div p {font-size: 1.6rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) .line {top: 6.3rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) .line {top: 8.4rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) p {top: 3.2rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) p {top: 5.2rem;}
  .wrap-prev-privacy.list1 .box.color1 span {font-size: 1.8rem;}
  .wrap-prev-privacy.list1 .box.color2 span {font-size: 1.8rem;}
  .wrap-prev-privacy.list1 .right .box span {font-size: 2.2rem;}
}

@media screen and (max-width: 850px) {
  .wrap-prev-privacy.list1 {padding: 4rem;}
  .wrap-prev-privacy.list1 .frame {flex-direction: column;}
  .wrap-prev-privacy.list1 .left  {display: flex;gap: 1rem;}
  .wrap-prev-privacy.list1 .left > div {width: 50%;}
  .wrap-prev-privacy.list1 .left .box span {width: 100%;font-size: 1.6rem;}
  .wrap-prev-privacy.list1 .right .box span {width: 100%;height: 8.5rem;font-size: 2rem;}
  .wrap-prev-privacy.list1 .left > div:nth-child(1) .box:nth-child(2) {margin-bottom: 0;}
  .wrap-prev-privacy.list1 .wrap-line {display: flex;height: 20rem;width: 100%;flex-direction: row;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) {height: 100%;width: 50%;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) {height: 100%;width: 50%;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) .line {left: 50%;top: 10rem;transform: translateX(-52%) rotate(90deg);width: 21rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) .line {left: 50%;top: 6.4rem;transform: translateX(-60%) rotate(90deg);width: 28rem;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(1) p {font-size: 1.5rem;transform: translateX(0);left: -35%;top: 7.2rem;line-height: 1.35;}
  .wrap-prev-privacy.list1 .wrap-line > div:nth-child(2) p {font-size: 1.5rem;transform: translateX(0);left: auto;right: -27%;top: 4.2rem;line-height: 1.35;}
  .wrap-prev-privacy.list1 .wrap-line > div p br  {display: block;}
}


.wrap-prev-privacy.list2 {border: 1px solid #dbdbdb;padding: 5rem 4rem;}
.wrap-prev-privacy.list2 .frame {display: flex;justify-content: space-between;max-width: 101rem;margin: 0 auto;gap: 2rem;}
.wrap-prev-privacy.list2 .left .box span {display: flex;justify-content: center;align-items: center;width: 25rem;height: 7rem;}
.wrap-prev-privacy.list2 .left .box:nth-child(1) {margin-bottom: 1rem;}
.wrap-prev-privacy.list2 .box.color1 span {background: #0b4da2;color: #fff;font-size: 2rem;}
.wrap-prev-privacy.list2 .box.color2 span {background: #e5f8ff;color: #049edb;font-size: 2rem;}
.wrap-prev-privacy.list2 .box.color3 span {background: #3f4f71;color: #fff;font-size: 2.4rem;}
.wrap-prev-privacy.list2 .right .box span {display: flex;justify-content: center;align-items: center;width: 25rem;height: 15rem;}
.wrap-prev-privacy.list2 .wrap-line {position: relative;display: flex;flex-direction: column;width: 100%;}
.wrap-prev-privacy.list2 .wrap-line > div {position: relative;height: 50%;width: 100%;}
.wrap-prev-privacy.list2 .wrap-line > div .line {position: absolute;left: 50%;top: 7.4rem;transform: translateX(-50%);height: .2rem;width: 100%;background: #ccc;}
.wrap-prev-privacy.list2 .wrap-line > div .line::before {content: '';position: absolute;left: -.3rem;top: -.6rem;width: 2.1rem;height: 1.4rem;background: url('../../images/sub/img-prev-privacy-arrow.png') no-repeat center;transform: rotate(180deg);}
.wrap-prev-privacy.list2 .wrap-line > div .line::after {content: '';position: absolute;right: -.3rem;top: -.6rem;width: 2.1rem;height: 1.4rem;background: url('../../images/sub/img-prev-privacy-arrow.png') no-repeat center;}
.wrap-prev-privacy.list2 .wrap-line > div p {position: absolute;left: 50%;transform: translateX(-50%);top: 4.4rem;width: 100%;font-size: 1.8rem;color: #666;font-family: pr;text-align: center;}
.wrap-prev-privacy.list2 .wrap-line > div p br {display: none;}


@media screen and (max-width: 1024px) {
  .wrap-prev-privacy.list2 .left .box span {width: 17rem;height: 6rem;}
  .wrap-prev-privacy.list2 .right .box span {width: 15rem;}
  .wrap-prev-privacy.list2 .wrap-line > div p {top: 3.2rem;font-size: 1.6rem;}
  .wrap-prev-privacy.list2 .wrap-line > div .line {top: 6.3rem;}
  .wrap-prev-privacy.list2 .box.color1 span {font-size: 1.8rem;}
  .wrap-prev-privacy.list2 .box.color2 span {font-size: 1.8rem;}
  .wrap-prev-privacy.list2 .right .box span {font-size: 2.2rem;}
}

@media screen and (max-width: 800px) {
  .wrap-prev-privacy.list2 {padding: 4rem;}
  .wrap-prev-privacy.list2 .frame {flex-direction: column;}
  .wrap-prev-privacy.list2 .left  {display: flex;gap: 2rem;}
  .wrap-prev-privacy.list2 .left > div {width: 100%;}
  .wrap-prev-privacy.list2 .left .box span {width: 100%;font-size: 1.6rem;}
  .wrap-prev-privacy.list2 .right .box span {width: 100%;height: 8.5rem;font-size: 2rem;}
  .wrap-prev-privacy.list2 .left > div:nth-child(1) .box:nth-child(2) {margin-bottom: 0;}
  .wrap-prev-privacy.list2 .wrap-line {display: flex;height: 20rem;width: 100%;flex-direction: row;}
  .wrap-prev-privacy.list2 .wrap-line > div {height: 100%;width: 100%;}
  .wrap-prev-privacy.list2 .wrap-line > div .line {left: 50%;top: 10rem;transform: translateX(-50%) rotate(90deg);width: 21rem;}
  .wrap-prev-privacy.list2 .wrap-line > div p {font-size: 1.5rem;transform: translateX(0);left: -30%;top: 7.2rem;line-height: 1.35;}
  .wrap-prev-privacy.list2 .wrap-line > div p br  {display: block;}
}

/* 이미지 width 100% */
.wrap-full-img img {width: 100%;}

/* 유튜브 */
.wrap-youtube .videoWrapper {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }
.wrap-youtube .videoWrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* pc, mobile 이미지 교체 */
.mo-img {display: none;}
@media(max-width: 768px) {
  .pc-img {display: none;}
  .mo-img {display: block;}
}

.cus-title .objHeading_h2 i {margin-left: 1rem; font-family: pm; font-size: 2rem; color: #777;}