@charset "utf-8";

.CodeMirror-sizer{font-size: 13px !important;}

/* common */
.spirit-wrap img{width: 100%;}
.edu-wrap img{width: 100%;}

/* spirit */
.spirit-wrap{max-width: 1400px; margin: 0 auto;}
.spirit-title{position: relative; max-width: 100%; margin-bottom: 60px;}
.spirit-title::after {content: ''; position: absolute; right: 0; bottom: 15px; width: 200px; height: 1px; background: #e6f0f1;}
.spirit-title img {max-width: 972px; }
.spirit-box{width: calc(100% - 890px); float: left;}
.spirit-box .school-logo{max-width: 331px; margin-bottom: 52px;}
.spirit-titlebox h1{font-size: 40px; font-family: 'Noto Regular'; color: #000000; position: relative; padding-right: 25px; float: left;}
.spirit-titlebox h1::after{content:""; display: block; position: absolute; width: 10px; height: 12px; background: url(../../images/sub/title_deco.png); right: 0; bottom: 9px;}
.spirit-titlebox a{float: right; font-size: 16px; color: #333333; font-family: 'Noto Regular'; margin: 8px 0 0 0; padding: 3px 105px 17px 0; background: url(../../images/sub/link_arrow.png) no-repeat right top 5px; border-bottom: 1px solid #e0e0e0; text-decoration: none;}
.spirit-titlebox a:hover{background: url(../../images/sub/link_arrow_on.png) no-repeat right top 5px; border-bottom: 1px solid #23a3b9;}
.spirit-textbox{margin-top: 40px;}
.spirit-textbox p{font-size: 20px; font-family: 'Noto Light'; line-height: 40px; color: #333333;}

.spirit-inner {position: relative;}
.spirit-inner::before {content: ''; position: absolute; left: 0; bottom: 0; width: 100px; height: 1px; background: #23a3b9;}
.spirit-image{width: 790px; float: right;}

@media all and (max-width: 1250px) {
	.spirit-box{width: calc(100% - 700px);}
    .spirit-image{width: 650px;}
	.spirit-title::after {display: none;}
	.spirit-inner::before  {display: none;}
    .spirit-titlebox h1{font-size: 30px;}
}

@media all and (max-width: 1100px) {
    .spirit-image{float: none; width: 100%;}
    .spirit-box{float: none; width: 100%; margin-top: 20px;}
    .spirit-textbox p{font-size: 18px; line-height: 1.5;}
}

@media all and (max-width: 768px) {
    .spirit-box .school-logo{margin-bottom: 30px;}
    .spirit-title{margin-bottom: 30px;}
    .school-logo{width: 80%; margin: 0 auto;}
    .spirit-textbox{margin-top: 30px;}
    .spirit-titlebox a{padding: 5px 60px 17px 0;}
}

/* education */
.edu-wrap{max-width: 1400px; margin: 0 auto;}
.edu-title{position: relative; max-width: 100%; margin-bottom: 60px;}
.edu-title::after {content: ''; position: absolute; right: 0; bottom: 15px; width: 200px; height: 1px; background: #e6f0f1;}
.edu-title img {max-width: 972px; }
.edu-inner {overflow: hidden;}
.edu-box{width: calc(100% - 890px); float: left;}
.edu-box .school-logo{max-width: 331px; margin-bottom: 52px;}
.edu-titlebox h1{font-size: 40px; font-family: 'Noto Regular'; color: #000000; position: relative; padding-right: 25px; float: left;}
.edu-titlebox h1::after{content:""; display: block; position: absolute; width: 10px; height: 12px; background: url(../../images/sub/title_deco.png); right: 0; bottom: 9px;}
.edu-titlebox a{float: right; font-size: 16px; color: #333333; font-family: 'Noto Regular'; margin: 8px 0 0 0; padding: 3px 105px 17px 0; background: url(../../images/sub/link_arrow.png) no-repeat right top 5px; border-bottom: 1px solid #e0e0e0; text-decoration: none;}
.edu-titlebox a:hover{background: url(../../images/sub/link_arrow_on.png) no-repeat right top 5px; border-bottom: 1px solid #23a3b9;}
.edu-textbox{margin-top: 40px;}
.edu-textbox p{font-size: 20px; font-family: 'Noto Light'; line-height: 40px; color: #333333;}
.edu-image{float: right; width: 790px;}
.edu-image::after{content:""; display: table; clear: both;}
.edu-round{width: 380px; height: 380px; float: left; border-radius: 50%; border: 1px solid #23a3b9; position: relative; box-sizing: border-box;}
.edu-round:first-child{left: 60px;}
.edu-round-box{padding-top: 55px;}
.edu-round .edu-logo{width: 66px; margin: 0 auto;}
.edu-round-box h1{font-family: 'Noto Medium'; font-size: 20px; color: #23a3b9; text-align: center; margin-top: 20px;}
.edu-list{margin-top: 30px; text-align: center;}
.edu-list li{font-size: 16px; color: #333333; margin-bottom: 5px; font-family: 'Noto Light';}
.edu-list li:last-child{margin-bottom: 0;}
.edu-inner {position: relative; padding: 0 0 75px 0;}
.edu-inner::before {content: ''; position: absolute; left: 0; bottom: 0; width: 100px; height: 1px; background: #23a3b9;}

@media all and (max-width: 1250px) {
    .edu-box{width: calc(100% - 700px);}
    .edu-image{width: 650px;}
    .edu-round{width: 325px; height: 325px;}
    .edu-titlebox h1{font-size: 30px;}
    .edu-round-box{padding-top: 30px;}
    .edu-list{margin-top: 20px;}
    .edu-list li{font-size: 14px;}
	.edu-title::after {display: none;}
	.edu-inner::before  {display: none;}
	.edu-inner {padding: 0;}
}

@media all and (max-width: 1100px){
    .edu-image{float: none; margin: 0 auto;}
    .edu-box{float: none; width: 100%; margin-top: 20px;}
    .edu-round:first-child{left: 30px;}
    .edu-round:last-child{right: 30px;}
    .edu-textbox p{line-height: 1.5;}
}

@media all and (max-width: 768px) {
    .edu-box .school-logo{margin-bottom: 30px;}
    .edu-image{ width: 100%;}
    .edu-round{float: none; margin: 0 auto;}
    .edu-round:first-child{left: 0;}
    .edu-round:last-child{right: 0; top: -30px;}
    .edu-title{margin-bottom: 30px;}
    .school-logo{width: 80%; margin: 0 auto;}
    .edu-box{margin-top: 30px;}
    .edu-box a{padding: 5px 60px 17px 0;}
}


/*greeting*/
.greeting{max-width:1480px; margin:0 auto;}
.greeting .g-head {border-bottom:4px solid #183d60; margin-bottom:50px; overflow:hidden; position:relative; line-height:1; background:url(../../images/sub/greeting-bg.png) 40% 75% no-repeat;}
.greeting .g-head .bg-text{color:#e6f0f1; font-size:80px; font-family:'Mont Bold'; letter-spacing:-1px; position:absolute; left:0; top:0; z-index:-1;}
.greeting .g-head .wbr{display:block;}
.greeting .g-head .slogan{line-height:1.4; padding-top:145px;}
.greeting .g-head .slogan .t1{color:#100f0f; font-size:40px; letter-spacing:-1px; margin-bottom:15px;}
.greeting .g-head .slogan .t1 span{color:#006276; font-size:50px; font-family:'Noto Medium'; letter-spacing:-3px; margin-right:5px; display:inline-block;}
.greeting .g-head .slogan .t2{color:#666; font-size:30px;}
.greeting .g-head .slogan .sign{margin-top:40px; font-family:'Noto Medium'; font-size:20px;}
.greeting .g-head .slogan .sign span{color:#002b68;}

.greeting .g-head .slogan{float:right; width:40%;}
.greeting .g-head .photo{float:left; margin-bottom:-1px; margin-top: 42px; width:50%;}
.greeting .g-head .photo img{float:left;}
.greeting .g-text {font-size: 18px;}

@media only screen and (max-width:1023px){
	.greeting .g-head .wbr{display:inline-block;}
	.greeting .g-head .slogan .sign span{display:block;}
}

@media only screen and (max-width:1023px){
	.greeting .g-head .slogan{float:inherit; width:100%;}
	.greeting .g-head .photo{float:inherit; width:100%;}
}

@media only screen and (max-width:767px){
	.greeting .g-head .slogan{padding-top:60px;}
	.greeting .g-head .bg-text{font-size:40px;}
	.greeting .g-head .slogan .t1{font-size:20px;}
	.greeting .g-head .slogan .t1 span{font-size:25px;}
	.greeting .g-head .slogan .t2{font-size:20px;}
	.greeting .g-head .slogan .sign{margin-top:30px; text-align:right; font-size:17px;}
	.greeting .g-head .photo img{max-width:80%; margin:0 auto;}
}

/* 기관 */
.agenWrap .info-box{max-width:1400px; margin:0 auto; background:url(../../images/sub/age-bg.jpg) center top no-repeat; padding:80px 0; background-size: cover;}
.agenWrap .info-box .inner{max-width:720px; margin:0 auto; border:1px solid rgba(255,255,255,.5); padding:30px 80px; color:#fff; text-align:center;}
.agenWrap .info-box .inner p{font-size:45px; font-family: 'Mont Bold'; line-height:1.1; letter-spacing:3px; margin:20px 0;}
.agenWrap .info-box .inner p i{display:block;}
.agenWrap .info-box .inner span {font-family: 'Mont Medium';}
.agenWrap .info-box .inner em {font-family: 'Noto Light'; font-size: 20px;}

.agenWrap .circle{text-align:center;}
.agenWrap .circle ul li{border:1px solid #23a3b9; width:380px; height:380px; border-radius:100%; text-align:center; display:inline-block; padding-top:70px; box-sizing:border-box; vertical-align:top;}
.agenWrap .circle ul li:nth-child(2){margin:0 -40px;}
.agenWrap .circle ul li .thum{text-align:center;}
.agenWrap .circle ul li .thum span{color:#23a3b9; font-family:'Noto Medium'; font-size: 20px; display:block;}
.agenWrap .circle ul li .thum img{display:block; width: auto !important; margin:0 auto 10px;}
.agenWrap .circle ul li .text .c-1{color:#23a3b9; font-size:30px; display:block; font-family:'Mont Light'; letter-spacing:-1px; margin-bottom:10px;}

.agenWrap .a-text{text-align:center; margin:50px auto 70px;}
.agenWrap .a-text .a-1{font-size:40px; color:#000; font-family:'Noto Regular'; letter-spacing:-1px;}
.agenWrap .a-text .a-1:after{content:'.'; font-size:70px; color:#23a3b9; line-height:1;}
.agenWrap .a-text p {font-size: 20px;}
.agenWrap .a-text{line-height:2;}

.agenWrap .wbr{display:block;}

@media only screen and (max-width:1100px){
	.agenWrap .info-box{padding:50px;}
	.agenWrap .circle ul li:nth-child(3){margin: -110px 0 0 0;}
}

@media only screen and (max-width:767px){
	.agenWrap .circle ul li{margin:0 auto 20px !important;}
	.agenWrap .info-box{padding:20px;}
	.agenWrap .info-box .inner{padding: 20px;}
	.agenWrap .info-box .inner p{font-size:30px;}
	.agenWrap .a-text{margin:30px auto 40px;}
}

/* 조직도 */
#orgWrap{ max-width:1480px; margin:0 auto;}
#orgWrap .org-head{padding-bottom:50px; position:relative; overflow:hidden; padding-top:20px;}
#orgWrap .org-head:before{content:''; width:1px; height:100%; position:absolute; left:50%; top:50px; display:block; z-index:-1;}
#orgWrap .org-head .president{text-align:center; background:url(../../images/sub/org-bg.jpg); margin:0 auto; border-radius:100%; width:170px; }
#orgWrap .org-head .president a{display:block; height:170px; font-size:30px; line-height:170px; color:#fff; font-family:'Noto Medium'; box-shadow:0px 2px 15px rgba(0,0,0,.5); border-radius:100%; position:relative;}
#orgWrap .org-head:before{content:''; width:1px; height:100%; background-color:#ddd; display:block; position:absolute; left:50%; bottom:0;}

#orgWrap .list{text-align:center; margin-top:30px;}
#orgWrap .list ul{margin:30px 0; position:relative;}
#orgWrap .list ul:after{content:''; width:30%; height:1px; background-color:#ddd; position:absolute; top:50%; left:50%; transform:translateX(-50%); z-index:-1;}
#orgWrap .list .o-0:after{content:''; width:10%; height:1px; background-color:#ddd; position:absolute; top:50%; left:49.3%; transform:translateX(-50%); z-index:-1;}
#orgWrap .list .o-2:after{content:''; width:61.3%; height:1px; background-color:#ddd; position:absolute; top:50%; left:49.3%; transform:translateX(-50%); z-index:-1;}
#orgWrap .list li{display:inline-block; width:250px; height:60px; margin:0 100px; vertical-align:top;}
#orgWrap .list li a{display:block; text-align:center; color:#fff; padding:15px 20px; font-family: 'Noto Medium'; font-size: 20px;}
#orgWrap .list .o-0 a{background-color:#957c58;}
#orgWrap .list .o-1 a{background-color:#957c58;}
#orgWrap .list .o-2 a{background-color:#1f8378;}
#orgWrap .list .o-r{float:right;}
#orgWrap .list .o-r a{margin-bottom:20px; position:relative;}
#orgWrap .list .o-r a.f1:before{content:''; width:500px; display:block; height:1px; background-color:#ddd; position:absolute; right:0; top:30px; z-index:-1;}
#orgWrap .list .o-r a.l1:before{content:''; width:275px; display:block; height:1px; background-color:#ddd; position:absolute; right:0; top:30px; z-index:-1;}
#orgWrap .list .o-r a.l1:after{content:''; width:1px; display:block; height:75px; background-color:#ddd; position:absolute; left: -25px; top: -45px; z-index:-1;}

#orgWrap .side{position:absolute; left:40px; bottom:51px; padding-right:20px;}
#orgWrap .side1{position:absolute; left:40px; bottom:170px; padding-right:20px;}
#orgWrap .rightside{position:absolute; right:20px; bottom:54px; padding-right:20px;}
#orgWrap .rightside1{position:absolute; right:20px; bottom:171px; padding-right:20px;}
#orgWrap .side:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; right:0; top:30px;}
#orgWrap .side1:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; right:0; top:30px;}
#orgWrap .rightside:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; left:-40px; top:30px;}
#orgWrap .rightside1:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; left:-40px; top:30px;}
#orgWrap .side li{display:block; text-align:center; border:1px solid #000; width:200px; margin:7px 0; padding:10px 0; background-color:#fff; position:relative;}
#orgWrap .side1 li{display:block; text-align:center; border:1px solid #000; width:200px; margin:7px 0; padding:10px 0; background-color:#fff; position:relative;}
#orgWrap .rightside li{display:block; text-align:center; width:200px; margin:7px 0; padding:10px 0; background-color:#f2f2f2; position:relative;}
#orgWrap .rightside1 li{display:block; text-align:center; width:200px; margin:7px 0; padding:10px 0; background-color:#f2f2f2; position:relative;}
#orgWrap .side li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; right:-20px; top:50%; z-index:-1;}
#orgWrap .side1 li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; right:-20px; top:50%; z-index:-1;}
#orgWrap .rightside li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; left:-40px; top:50%; z-index:-1;}
#orgWrap .rightside1 li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; left:-40px; top:50%; z-index:-1;}
#orgWrap .side li a {color: #333;}
#orgWrap .side1 li a {color: #333;}
#orgWrap .rightside li a {color: #333;}
#orgWrap .rightside1 li a {color: #333;}

#orgWrap .side2{position:absolute; left:80px; bottom:40px; padding-right:20px;}
#orgWrap .rightside2{position:absolute; right:40px; bottom:50px; padding-right:20px;}
#orgWrap .side2:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; right:0; top:30px;}
#orgWrap .rightside2:after{content:''; width:1px; height:calc(100% - 60px); background-color:#ddd; position:absolute; left:-40px; top:30px;}
#orgWrap .side2 li{display:block; text-align:center; border:1px solid #000; width:200px; margin:7px 0; padding:10px 0; background-color:#fff; position:relative;}
#orgWrap .rightside2 li{display:block; text-align:center; width:200px; margin:7px 0; padding:10px 0; background-color:#f2f2f2; position:relative;}
#orgWrap .side2 li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; right:-20px; top:50%; z-index:-1;}
#orgWrap .rightside2 li:before{content:''; width:200px; height:1px; background-color:#ddd; position:absolute; left:-40px; top:50%; z-index:-1;}
#orgWrap .side2 li a {color: #444;}
#orgWrap .rightside2 li a {color: #444;}

#orgWrap .org-con{border-left:1px solid #ddd; padding-top:50px; position:relative; max-width:1480px; margin:0 auto;}
#orgWrap .org-con:after{content:''; width:50%; height:1px; background-color:#ddd; position:absolute; top:0; left:0;}
#orgWrap .org-row{margin-bottom:30px; min-height:50px;}
#orgWrap .org-row p,
#orgWrap .org-row a{line-height:50px; box-sizing:border-box;}
#orgWrap .org-row .level1{padding-left:40px; position:relative;}
#orgWrap .org-row .level1:before{content:''; width:50px; height:1px; background-color:#ddd; position:absolute; left:0; top:25px;}
#orgWrap .org-row .level1 > li {position:relative; padding-left:250px;}
#orgWrap .org-row .level1 > li > p,
#orgWrap .org-row .level1 > li > a{position:absolute; left:0; top:0; background-color:#23a3b9; color:#fff; text-align:center; width:200px; font-size:18px; font-family:'Noto Regular';}

#orgWrap .org-row .level2{position:relative;}
#orgWrap .org-row .level2:before{content:''; width:1px; height:calc(100% - 49px); background-color:#ddd; position:absolute; left:-25px; top:25px;}
#orgWrap .org-row .level2 .first:before{left:-50px;}
#orgWrap .org-row .level2 > li{margin-bottom:20px; position:relative; min-height:50px; padding-left:200px;}
#orgWrap .org-row .level2 > li:before{content:''; width:50px; height:1px; background-color:#ddd; position:absolute; left:-25px; top:25px;}
#orgWrap .org-row .level2 > li > p,
#orgWrap .org-row .level2 > li > a{position:absolute; left:0; top:0; display:block; width:200px; text-align:center; border:2px solid #23a3b9; color:#23a3b9; background-color:#fff; font-family:'Noto Regular'; font-size: 18px; line-height:46px;}

#orgWrap .org-row .level3{background:#f2f2f2; display:inline-block; padding:8px 10px; margin-left:30px; position:relative; min-height:50px; box-sizing:border-box;}
#orgWrap .org-row .level3:after,
#orgWrap .org-row .level3:before{content:''; background-color:#ddd; position:absolute; z-index:-1;}

#orgWrap .org-row .level3:before{width:50px; height:1px; left:-50px; top:25px;}
#orgWrap .org-row .level3.line-left:before{left:-15px;}
#orgWrap .org-row .level3.line-left:after{width:1px; height:60px; left:-15px; top:-35px; }

#orgWrap .org-row .level3 > li{display:inline-block; word-break: keep-all;}
#orgWrap .org-row .level3 > li > p,
#orgWrap .org-row .level3 > li > a{display:inline-block; padding:0 10px; position:relative; color:#666; line-height:2;}
#orgWrap .org-row .level3 > li + li > a{margin-left:0; position:relative;}
#orgWrap .org-row .level3 > li + li > a:before{content:''; width:1px; height:10px; background-color:#c1c1c1; position:absolute; left:0; top:50%; margin-top:-4px; display:block;}

#orgWrap .org-row ul li.pad-left220{padding-left:220px;}

#orgWrap .last-level{padding:40px 50px 50px 50px; position:relative;}
#orgWrap .last-level:after{content:''; width:557px; height:1px; background-color:#ddd; position:absolute; top:0; left:0;}
#orgWrap .last-level li{display:inline-block; vertical-align:top; margin-right:30px; position:relative;}
#orgWrap .last-level > li:before{content:''; width:1px; height:40px; position:absolute; top:-40px; left:50%; background-color:#ddd;}
#orgWrap .last-level > li > a{background-color:#23a3b9; color:#fff; text-align:center; font-size:18px; font-family:'Noto Regular'; display:inline-block; padding:0 30px; line-height:50px;}
#orgWrap .last-level ul{position:absolute; left:200px; top:0;}
#orgWrap .last-level ul:before{content:''; width:100px; height:1px; background-color:#ddd; position:absolute; left:-40px; top:50%;}
#orgWrap .last-level ul li a{display:block; background:#f2f2f2; padding:0 20px; width:270px; text-align:center;}

#orgWrap .org-last{background-color:#fff; margin-left:-1px; margin-bottom:0;}

@media only screen and (max-width:1420px){
	#orgWrap .list{margin-bottom:100px;}
	#orgWrap .side{position:relative; left: inherit; bottom: inherit; padding-right: 0; text-align: center;}
 	 #orgWrap .rightside{position:relative; right: inherit; bottom: inherit; padding-right: 0; text-align: center;}
	#orgWrap .side li{display:inline-block; margin:10px;}
	#orgWrap .rightside li{display:inline-block; margin:10px;}
	#orgWrap .side li:before{display:none;}
 	 #orgWrap .rightside li:before{display:none;}

	#orgWrap .side1{position:relative; left: inherit; bottom: inherit; padding-right: 0; text-align: center;}
 	 #orgWrap .rightside1{position:relative; right: inherit; bottom: inherit; padding-right: 0; text-align: center;}
	#orgWrap .side1 li{display:inline-block; margin:10px;}
	#orgWrap .rightside1 li{display:inline-block; margin:10px;}
	#orgWrap .side1 li:before{display:none;}
 	 #orgWrap .rightside1 li:before{display:none;}
}

@media only screen and (max-width:1023px){
	#orgWrap .list{margin-bottom:70px;}
	#orgWrap .list li a {font-size: 18px;}
	#orgWrap .org-head:before{display:none;}
	#orgWrap .list ul:after{display:none;}
	#orgWrap .list a.l1:after,
	#orgWrap .list a:before{display:none !important;}
	#orgWrap .list .o-r{width:100%; text-align:center;}
	#orgWrap .list li{margin:0;}
	#orgWrap .list .o-r a{display:inline-block; width:45%; max-width:250px;}
	#orgWrap .org-con{border:none;}
	#orgWrap .org-con:after{border:none; height:0;}
	#orgWrap .org-head{padding-bottom:0;}
	#orgWrap .side:after{display:none;}
  	#orgWrap .side1:after{display:none;}
	#orgWrap .org-row .level1{padding-left:0;}
	#orgWrap .org-row .level1:before{display:none;}
	#orgWrap .org-row .level1 > li{padding-left:0;}
	#orgWrap .org-row .level1 > li > p, 
	#orgWrap .org-row .level1 > li > a{position:relative; width:100%; display:block; margin-bottom:30px;}
	#orgWrap .org-row ul li.pad-left220{padding:0;}
	#orgWrap .org-row .level2 > li{padding-left:0;}
	#orgWrap .org-row .level3{margin-left:0; width:100%; margin-bottom:10px;}
	#orgWrap .org-row .level2 > li > a{position: relative; left: inherit; margin: 0 0 10px 0;}
	#orgWrap .org-row .level3:before,
	#orgWrap .org-row .level3:after, 
	#orgWrap .org-row .level3:before,
	#orgWrap .org-row .level2 > li:before,
	#orgWrap .last-level:after,
	#orgWrap .last-level > li:before,
	#orgWrap .last-level ul:before,
	#orgWrap .org-row .level3.line-left:before{display:none !important;}

	#orgWrap .last-level{padding:0;}
	#orgWrap .last-level li{margin-right:0; width:100%; margin-bottom:20px;}
	#orgWrap .last-level > li > a{display:block;}
	#orgWrap .last-level ul{position: relative; width: 100%; margin-top: 20px; left: 0;}
	#orgWrap .last-level ul li a{width:100%;}
}

.wrap-view{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba( 0,0,0,0.5 );z-index:2000;display:none;}
.wrap-view.on {display: block;}
.wrap-view .wrap-inner{width:90%;max-width:920px;height:720px;position:relative;left:50%;top:50%;background:#FFF;transform: translate(-50%, -50%);}
.wrap-view .wrap-inner.no-people {height: 550px}
.wrap-view h3{position:relative;font-family:'Noto Medium';font-size:24px;color:#FFF;background:#006276;padding:17px 30px;}
.wrap-view h4{font-family:'Noto Medium';font-size:27px;width:calc(100% - 150px);float:left;}
.wrap-view .wrap-content{box-sizing:border-box;width:100%;height:calc(100% - 70px);overflow-y:auto;border:1px solid #bebebe;border-top:0;padding:20px;}
.wrap-view a.goto-website{padding:7px 18px 7px 40px;border:1px solid #b9c1d7;border-radius:3px;background:#FFF url(../../images/sub/orga_icon_1.png) 15px center no-repeat;float:right; font-family: 'Noto Light'; font-size: 16px; color: #4b4b4b;}
.wrap-view a.goto-website:hover{color: #006276;}
.wrap-view .summary{font-size:16px;min-height: 130px; border:3px solid #99c9d3;background:#f7f7f7;padding:15px;margin-top:64px;margin-bottom: 20px; clear:both;}
.wrap-view .info,
.wrap-view .charger{margin-top:15px;font-size:16px;color: #040404;}
.wrap-view dt{position:relative;padding-left:17px;}
.wrap-view dt:before{content:"";display:block;width:7px;height:7px;background:#24a2bc;border-radius:100%;position:absolute;left:0;top:9px;}
.wrap-view .info{position:relative;}
.wrap-view .info dt{position:absolute;left:0;top:0;}
.wrap-view .info dd{margin-left:125px;}
.wrap-view .charger dd{margin-top:10px;}
.wrap-view a.close-wrap-view{display:block;width:40px;height:40px;text-indent:-9999px;background:url(../../images/sub/close-organ.png) center no-repeat;position:absolute;top:15px;right:15px;}
.wrap-view .con-table table:after {background: #006276 !important;}
.wrap-view .con-table thead th {padding: 9px 10px !important; border-right: 0 !important; font-size: 16px !important;}
.wrap-view .con-table tbody td {padding: 7px 10px !important; border-right: 0 !important;}

@media all and (max-width:768px){
	.wrap-view h4{width:calc(100% - 50px);}
	.wrap-view a.goto-website{padding:9px 20px;text-indent:-9999px;background-position:center;}
}


/*핵심역량*/
.core{text-align: center; padding-top: 30px;}
.core > div > strong{color:#000;font-family:'Noto Regular';font-size:40px;background: url('../../images/sub/core_title_edge.png') no-repeat 99% 85%;margin-bottom:50px;letter-spacing: -2px;padding: 0 25px;line-height: 1.3;display: inline-block;}
.core .top{position:relative;width:860px;margin:0 auto 50px;text-align: center;padding-bottom:180px;background: url('../../images/sub/core_gray_arrow.png') no-repeat center bottom;}
.core .top .center{width:300px;height:300px;margin:0 auto;border-radius: 50%;background: #d1f2f6;padding-top: 20px;box-sizing: border-box;}
.core .top .center .inner{background: #fff url('../../images/sub/core_center.png') no-repeat center;padding:100px 0;box-sizing: border-box;border:1px solid #2ca7bc;border-radius: 50%;width:260px;height:260px;margin: 0 auto;}
.core .top .center .inner span{font-family:'Mont Medium';font-size:18px;display: block;margin-bottom: 3px;color:#000;}
.core .top .center .inner p{font-size:22px;}
.core .top > p{color:#23a3b9;font-family:'Noto Medium';font-size:22px;position: absolute;}
.core .top > p > span{font-family:'Mont Medium';font-size:18px;color:#fff;background: url('../../images/sub/core_number_bg.png') no-repeat center;width:35px;height: 40px;display: inline-block;vertical-align: middle;padding-top: 7px;margin: 0 25px;box-sizing: border-box;position: relative;top: -2px;}

.core .top .l-01{left:0;top: 150px;}
.core .top .l-01:before{content:'';width:100px;height:1px;background: #23a3b9;display: block;position: absolute;top: 50%;left: 232px;margin-top: -3px;}
.core .top .l-01:after{content:'';width:10px;height:10px;background: #006276;display: block;position: absolute;top: 50%;left: 325px;margin-top: -7px;border-radius: 50%;}
.core .top .l-02{right:0;top: 150px;}
.core .top .l-02:before{content:'';width:100px;height:1px;background: #23a3b9;display: block;position: absolute;top: 50%;right: 232px;margin-top: -3px;}
.core .top .l-02:after{content:'';width:10px;height:10px;background: #006276;display: block;position: absolute;top: 50%;right: 325px;margin-top: -7px;border-radius: 50%;}
.core .top .l-03{left:0;bottom: 224px;}
.core .top .l-03:before{content:'';width:100px;height:1px;background: #23a3b9;display: block;position: absolute;top: 50%;left: 232px;margin-top: -3px;}
.core .top .l-03:after{content:'';width:10px;height:10px;background: #006276;display: block;position: absolute;top: 50%;left: 325px;margin-top: -7px;border-radius: 50%;}
.core .top .l-04{right:0;bottom: 224px;}
.core .top .l-04:before{content:'';width:100px;height:1px;background: #23a3b9;display: block;position: absolute;top: 50%;right: 232px;margin-top: -3px;}
.core .top .l-04:after{content:'';width:10px;height:10px;background: #006276;display: block;position: absolute;top: 50%;right: 325px;margin-top: -7px;border-radius: 50%;}

.core .bottom ul li{display: inline-block;vertical-align: top;width: calc(100% / 5 - 30px);padding: 30px 20px 20px;box-sizing: border-box;box-shadow: rgb(0 0 0 / 10%) 0 0 15px;min-height: 350px;}
.core .bottom ul li + li{margin-left: 30px;}
.core .bottom ul li strong{display: block;font-family:'Noto Medium';font-size: 24px;padding-top:60px;padding-bottom: 20px;border-bottom:1px solid #d9d9d9;line-height: 1.4;margin-bottom: 25px;letter-spacing: -1px;}
.core .bottom ul li:nth-child(1) strong{background: url('../../images/sub/core_icon01.png') no-repeat center top;}
.core .bottom ul li:nth-child(2) strong{background: url('../../images/sub/core_icon02.png') no-repeat center top;}
.core .bottom ul li:nth-child(3) strong{background: url('../../images/sub/core_icon03.png') no-repeat center top;}
.core .bottom ul li:nth-child(4) strong{background: url('../../images/sub/core_icon04.png') no-repeat center top;}
.core .bottom ul li:nth-child(5) strong{background: url('../../images/sub/core_icon05.png') no-repeat center top;}
.core .bottom ul li:hover{border:1px solid #23a3b9;padding:29px 19px 19px;}
.core .bottom ul li:hover strong{border-bottom:1px solid #23a3b9;position: relative;}
.core .bottom ul li:hover strong:after{content:'';width:8px;height:8px;display: inline-block;vertical-align: top;background:#23a3b9;border-radius: 50%;margin-left: 10px;margin-top:5px;position: absolute;right:20%;bottom:50px;}
.core .bottom ul li:nth-child(3):hover strong:after,
.core .bottom ul li:nth-child(5):hover strong:after{right:25%;}
.core .bottom ul li:nth-child(1):hover strong{background-image:url('../../images/sub/core_icon01_on.png');}
.core .bottom ul li:nth-child(2):hover strong{background-image:url('../../images/sub/core_icon02_on.png');}
.core .bottom ul li:nth-child(3):hover strong{background-image:url('../../images/sub/core_icon03_on.png');}
.core .bottom ul li:nth-child(4):hover strong{background-image:url('../../images/sub/core_icon04_on.png');}
.core .bottom ul li:nth-child(5):hover strong{background-image:url('../../images/sub/core_icon05_on.png');}
.core .bottom ul li p{word-break:keep-all;font-size: 16px;color:#666;letter-spacing: -1px;line-height: 1.6;}

@media all and (max-width:1023px) {
.core .top{width:100%;}
.core .top > p:before,
.core .top > p:after{display:none !important;}
.core .top .l-01{left:10%;}
.core .top .l-02{right:10%;}
.core .top .l-03{left:10%;}
.core .top .l-04{right:10%;}
.core .bottom ul{text-align: left;}
.core .bottom ul li + li{margin-left:10px;}
.core .bottom ul li{width:calc(100% / 2 - 30px);margin:0 10px 10px;text-align: center;min-height: 300px;}
.core .bottom ul li:hover strong:after{right:35%;}
.core .bottom ul li:nth-child(3):hover strong:after,
.core .bottom ul li:nth-child(5):hover strong:after{right:38%;}
}

@media all and (max-width:767px) {
.core > div > strong{font-size:32px;}
.core .top > p{position: initial;margin: 10px 0;font-size:18px;}
.core .top > p > span{background-size:25px;margin: 0 10px;font-size: 15px;padding-top: 10px;}
.core .bottom ul li{width:calc(100% / 1 - 30px);min-height: auto;}
.core .bottom ul li:hover strong:after{display: none;}
}

/*추진체계*/
.pushplan .title{display: inline-block;vertical-align: top;}
.pushplan .title strong{color:#000;font-family:'Noto Regular';font-size:40px;background: url('../../images/sub/core_title_edge.png') no-repeat 99% 85%;margin-bottom:25px;letter-spacing: -2px;padding: 0 25px 0 0;line-height: 1.3;display:block;}
.pushplan .title span{line-height: 1.2;text-shadow: rgb(0 0 0 / 15%) 8px 8px 8px;}
.pushplan .title .bold-text{display: block;font-family:'Mont Bold';font-size:65px;color:#106c7e;}
.pushplan .title .light-text{display: block;font-family:'Mont Light';font-size:65px;color:#23a3b9;}

.pushplan .conts{display: inline-block;vertical-align: top;width: calc(100% - 340px);padding-left: 30px;padding-top: 70px;box-sizing: border-box;}
.pushplan .conts > div{margin-bottom: 20px;}
.pushplan .conts .sub-title{display: inline-block;vertical-align: top;width:120px;height:120px;text-align: center;border-radius: 50%;padding:10px;box-sizing: border-box;margin-right:110px;position: relative;}
.pushplan .conts .sub-title:before{content:'';width:100px;height:1px;border-bottom:1px dashed #bbb;position: absolute;top:50%;left:100%;margin-left:-10px;}
.pushplan .conts .sub-title:after{content:'';width:9px;height:9px;background: #bbb;border-radius: 50%;position: absolute;top:50%;left: 210px;margin-top: -3px;}
.pushplan .conts .sub-title .inner{border-radius: 50%;color:#fff;font-family:'Noto Medium';font-size:16px;padding-top: 37px;box-sizing:border-box;width:100px;height:100px;}
.pushplan .conts .sub-conts{display: inline-block;vertical-align: top;width: calc(100% - 240px);text-align: center;box-sizing: border-box;padding-top: 27px;padding-left: 30px;}

.pushplan .conts .line01 .sub-title{background: #e7edee;}
.pushplan .conts .line01 .sub-title .inner{background: #124c59;}
.pushplan .conts .line01 .sub-conts{padding-top:35px;}
.pushplan .conts .line01 .sub-conts span{font-size:36px;color:#000;font-family:'Noto Bold';letter-spacing: -2px;margin:0 30px;}
.pushplan .conts .line01 .sub-conts .next-ddaum{transform: rotate(180deg);}

.pushplan .conts .line02 .sub-title{background: #e9f6f8;}
.pushplan .conts .line02 .sub-title .inner{background: #23a3b9;}
.pushplan .conts .line02 .sub-conts{padding-top:30px;}
.pushplan .conts .line02 .sub-conts ul li{display: inline-block;vertical-align: top;color:#fff;padding:20px 0;width: calc(100% / 3 - 15px);background-size: contain !important;font-family: 'Noto Medium'; font-size: 18px;}
.pushplan .conts .line02 .sub-conts ul li + li{margin-left:15px;}
.pushplan .conts .line02 .sub-conts ul li:nth-child(1){background: url('../../images/sub/pushplan_box01.png') no-repeat center;}
.pushplan .conts .line02 .sub-conts ul li:nth-child(2){background: url('../../images/sub/pushplan_box02.png') no-repeat center;}
.pushplan .conts .line02 .sub-conts ul li:nth-child(3){background: url('../../images/sub/pushplan_box03.png') no-repeat center;}

.pushplan .conts .line03 .sub-title{background: #f1f8fa;}
.pushplan .conts .line03 .sub-title .inner{background: #128d9b;padding-top: 25px;}
.pushplan .conts .line03 .sub-conts > span{color:#0b8ca2;font-family:'Noto Medium';font-size:20px;background: #ebf8fa;padding:20px;display: block;border:1px solid #0b8ca2;border-radius: 50px;}

.pushplan .conts .line04 .sub-title{background: #f1f9f8;}
.pushplan .conts .line04 .sub-title .inner{background: #005666;}
.pushplan .conts .line04 .sub-conts{padding-top:30px;}
.pushplan .conts .line04 .sub-conts > p{background:#f4f4f4;padding: 10px 0 10px 10px;font-family:'Noto Medium';color:#3d3d3d;font-size:18px;border-radius: 50px;}
.pushplan .conts .line04 .sub-conts > p > span{background: #fff;color:#1f8378;padding: 10px 45px;display: inline-block;border-radius: 50px;margin-left: 5px;}

.pushplan .conts .line05 .sub-title{background: #ebf7f5;}
.pushplan .conts .line05 .sub-title .inner{background: #1f8378;}
.pushplan .conts .line05 .sub-conts{padding-top:0;}
.pushplan .conts .line05 .sub-conts ul li{display: inline-block;vertical-align: top;width: calc(100% / 5 - 5px);padding: 72px 0 30px;font-family:'Noto Medium';color:#1f8378;}
.pushplan .conts .line05 .sub-conts ul li:nth-child(1){background: url('../../images/sub/pushplan_icon01.png') no-repeat center;}
.pushplan .conts .line05 .sub-conts ul li:nth-child(2){background: url('../../images/sub/pushplan_icon02.png') no-repeat center;}
.pushplan .conts .line05 .sub-conts ul li:nth-child(3){background: url('../../images/sub/pushplan_icon03.png') no-repeat center;}
.pushplan .conts .line05 .sub-conts ul li:nth-child(4){background: url('../../images/sub/pushplan_icon04.png') no-repeat center;}
.pushplan .conts .line05 .sub-conts ul li:nth-child(5){background: url('../../images/sub/pushplan_icon05.png') no-repeat center;}

.pushplan .conts .line06 .sub-title{background: #e8f2f1;}
.pushplan .conts .line06 .sub-title .inner{background: #1f8378;padding-top: 24px;}
.pushplan .conts .line06 .sub-conts > span{background: url('../../images/sub/pushplan_box04.png') no-repeat center;color:#fff;padding: 20px 0;display: block;font-family:'Noto Medium';font-size: 20px;background-size: contain;}

.pushplan .conts .line07 .sub-title{background: #e6efee;}
.pushplan .conts .line07 .sub-title .inner{background: #0e6259;}
.pushplan .conts .line07 .sub-conts{padding-top:47px;}
.pushplan .conts .line07 .sub-conts ul li{display: inline-block;vertical-align: top;font-size:18px;color:#0e6259;font-family: 'Noto Bold';}
.pushplan .conts .line07 .sub-conts ul li:nth-child(1){width:28%;}
.pushplan .conts .line07 .sub-conts ul li:nth-child(2){width:40%;}
.pushplan .conts .line07 .sub-conts ul li:nth-child(3){width:28%;}

.pushplan .conts .line08 .sub-title{background: #e6efee;}
.pushplan .conts .line08 .sub-title .inner{background: #063e38;}
.pushplan .conts .line08 .sub-conts > ul > li{display: inline-block;vertical-align: top;padding: 35px 15px 20px 15px;border:1px solid #1f8378;text-align: left;box-sizing: border-box;position: relative;}
.pushplan .conts .line08 .sub-conts > ul > li:before{content:'';width:1px;height:35px;background:#063e38;position: absolute;top:-17px;left:50%;}
.pushplan .conts .line08 .sub-conts > ul > li + li{margin-left:10px;}
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(1){width: 28%;}
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(2){width: 38%;}
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(3){width: 28%;}
.pushplan .conts .line08 .sub-conts > ul{margin-top:-40px;}
.pushplan .conts .line08 .sub-conts > ul > li > ul > li{font-size:16px;color:#333;padding-left:25px;background: url('../../images/sub/pushplan_point.png') no-repeat left 7px;margin-bottom:5px;letter-spacing: -.5px;}

@media all and (max-width:1400px) {
.pushplan .title{display: block;text-align: center;}
.pushplan .title strong{display: inline-block;vertical-align: top;padding:0 25px;margin-bottom:15px;}
.pushplan .conts{display: block;width:100%;padding-left:0;}
}

@media all and (max-width:1023px) {
.pushplan .conts > div{margin-bottom:50px;}
.pushplan .conts .sub-title{display: block;width:95%;margin:0 auto;height: auto;border-radius: 20px;padding: 5px;}
.pushplan .conts .sub-title .inner{display: block;width:100%;height: auto;border-radius: 20px;padding-top: 10px;padding-bottom: 10px;font-size:20px;}
.pushplan .conts .sub-conts{display: block;width:95%;margin:0 auto;padding-left:0;}
.pushplan .conts .line03 .sub-title .inner,
.pushplan .conts .line06 .sub-title .inner{padding-top:10px;}
.pushplan .conts .sub-title:after,
.pushplan .conts .sub-title:before{display:none;}

.pushplan .title .bold-text{font-size:45px;}
.pushplan .title .light-text{font-size:45px;}

.pushplan .conts .sub-conts img{width:20px;}
.pushplan .conts .line01 .sub-conts{padding-top:35px;}
.pushplan .conts .line01 .sub-conts span{font-size:30px;margin:0 15px;}
.pushplan .conts .sub-conts,
.pushplan .conts .line02 .sub-conts,
.pushplan .conts .line05 .sub-conts,
.pushplan .conts .line07 .sub-conts{padding-top:35px;}

.pushplan .conts .line08 .sub-conts > ul{margin-top:15px;}
}

@media all and (max-width:767px) {
.pushplan .title strong{font-size:32px;margin-bottom:5px;}
.pushplan .title .bold-text,
.pushplan .title .light-text{font-size:32px;}
.pushplan .conts .sub-title .inner{font-size:17px;}
.pushplan .conts .line02 .sub-conts ul li{display: block;width:100%;background: none !important;border: 1px solid #ccc;border-radius: 100px;padding: 10px 0;color: #000;}
.pushplan .conts .line02 .sub-conts ul li + li{margin-left:0;margin-top:20px;}

.pushplan .conts .line02 .sub-conts ul li:nth-child(1){border-color:#27acc0;}
.pushplan .conts .line02 .sub-conts ul li:nth-child(2){border-color:#128c9b;}
.pushplan .conts .line02 .sub-conts ul li:nth-child(3){border-color:#005566;}

.pushplan .conts .line03 .sub-conts > span{border-radius: 20px;font-size:17px;word-break: keep-all;}
.pushplan .conts .line04 .sub-conts > p{border-radius: 5px;padding: 10px;font-size: 17px;}
.pushplan .conts .line04 .sub-conts > p > span{display: block;margin-left:0;margin-top:5px;border-radius: 5px;font-size: 16px;word-break: keep-all;}

.pushplan .conts .line05 .sub-conts ul{text-align: left;}
.pushplan .conts .line05 .sub-conts ul li{width:calc(100% / 2 - 5px);text-align: center;margin-bottom: 20px;}

.pushplan .conts .line06 .sub-conts > span{background-size:cover;border-radius: 20px;font-size: 17px;word-break: keep-all;}

.pushplan .conts .line07 .sub-conts ul li:nth-child(1),
.pushplan .conts .line07 .sub-conts ul li:nth-child(2),
.pushplan .conts .line07 .sub-conts ul li:nth-child(3),
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(1),
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(2),
.pushplan .conts .line08 .sub-conts > ul > li:nth-child(3){width:100%;margin-bottom: 20px;}
.pushplan .conts .line07 .sub-conts ul li:nth-child(3){margin-bottom:0;}
.pushplan .conts .line08 .sub-conts > ul > li + li{margin-left:0;}
.pushplan .conts .line08 .sub-conts > ul > li:before{display: none;}
}

/*체계도*/
.plan-diagram .title-img{margin-bottom: 50px;}
.plan-diagram .title-img > img{width:100%;}
.plan-diagram .title{position: relative;padding-bottom: 20px;}
.plan-diagram .title strong{font-family:'Noto Bold';font-size:26px;color:#333;letter-spacing: -1px;display: block;}
.plan-diagram .title:before{content:'';width:330px;height: 1px;background: #333;position: absolute;bottom:0;left:0;display: block;}
.plan-diagram .title:after{content:'';width:calc(100% - 400px);height: 1px;position: absolute;bottom:0;right:0;background:#e0e0e0;}
.plan-diagram .line{padding:45px 0 50px;border-bottom:1px solid #e0e0e0;}
.plan-diagram .line:last-child {border-bottom: 1px solid #000;}
.plan-diagram .line .sub-title{display: inline-block;vertical-align: top;width:330px;}
.plan-diagram .line .sub-title > strong{font-family:'Noto Medium';font-size:22px;color:#333;padding: 5px 12px 0 0;display: inline-block;position: relative;}
.plan-diagram .line .sub-title > strong:after{content:'';width: 7px;height: 9px;background: url('../../images/sub/plan_title_edge.png') no-repeat center;position: absolute;top:0;right:0;}
.plan-diagram .line .sub-conts{display: inline-block;vertical-align: top;width: calc(100% - 340px);box-sizing: border-box;padding-left: 65px;}
.plan-diagram .line .sub-conts > ul > li{display: inline-block;vertical-align: top;width:calc(100% / 2 - 10px);padding-right: 25px;box-sizing: border-box;}
.plan-diagram .line .sub-conts > ul > li > span{color:#23a3b9;font-family:'Noto Regular';font-size:18px;display: block;margin-bottom:20px;word-break: keep-all;}
.plan-diagram .line .sub-conts > ul > li > ul{padding-left:20px;border-left:1px solid #23a3b9;}
.plan-diagram .line .sub-conts > ul > li > ul > li{font-size:16px;color:#333;line-height: 1.3;word-break: keep-all;}
.plan-diagram .line .sub-conts > ul > li > ul > li + li{margin-top:10px;}

@media all and (max-width:1023px) {
.plan-diagram .line .sub-conts{display: block;width:100%;padding-left:0;margin-top:25px;}
}

@media all and (max-width:767px) {
.plan-diagram .title{padding-bottom:10px;}
.plan-diagram .title strong{font-size:22px;}
.plan-diagram .title:before{width:180px;}
.plan-diagram .title:after{WIDTH:CALC(100% - 220px);}
.plan-diagram .line .sub-title > strong{font-size:20px;}
.plan-diagram .line .sub-conts > ul > li > span{font-size:16px;}
.plan-diagram .line .sub-conts > ul > li{display: block;width:100%;padding-right:0;}
.plan-diagram .line .sub-conts > ul > li + li{margin-top: 20px;}
}

/*특성화*/
.framework.core .top{padding-bottom: 0;background: none;margin: 0 auto 40px;}
.framework.core .top .center{position: relative;}
.framework.core .top .center:before{content:'';width:9px;height: 9px;background: #23a3b9;border-radius: 50%;display: block;position: absolute;left:50%;margin-left: -4px;bottom: -5px;}
.framework.core .top .center:after{content:'';width:1px;height: 40px;background: #23a3b9;display: block;position: absolute;left:50%;top:100%;z-index: -1;}
.framework.core .top .center .inner{padding:70px 0 80px;}
.framework.core .top .center .inner strong{display: block;margin-bottom: 20px;font-family:'Noto Medium';font-size: 18px;}
.framework.core .top .center .inner p{letter-spacing: -1px;color:#000;}

.frame-conts .sub-title-m{display: none;}
.frame-conts{border-bottom:1px solid #727272;margin-bottom: 90px;}
.frame-conts .title{background: url('../../images/sub/framework_title.png') no-repeat center;margin-bottom:50px;}
.frame-conts .title strong{padding: 25px 0;display: block;font-family:'Noto Medium';font-size: 22px;color:#fff;}
.frame-conts .left{display: inline-block;vertical-align: top;width:40%;position: relative;}
.frame-conts .left:before{content:'';width:1px;height: 85px;bottom:100%;left:50%;background:#c1c1c1;position: absolute;}
.frame-conts .left:after{content:'';width:200px;height: 1px;bottom:calc(100% + 84px);left:50%;background:#c1c1c1;position: absolute;z-index: -1;}
.frame-conts .left .cover{border-top:4px solid #23a3b9;border-left:4px solid #23a3b9;border-right:4px solid #23a3b9;height: 20px;}
.frame-conts .left .box01{padding-bottom: 30px;border-bottom:1px solid #c9c9c9;}
.frame-conts .left .box01 span{font-family:'Noto Medium';font-size:22px;display: inline-block;margin-bottom: 15px;padding: 0 20px;}
.frame-conts .left .box01 span:before{content:'';width:10px;height: 10px;background:#23a3b9;border-radius: 50%;display: inline-block;vertical-align: top;margin-top: 10px;margin-right: 10px;}
.frame-conts .left .box01 span:after{content:'';width:10px;height: 10px;background:#23a3b9;border-radius: 50%;display: inline-block;vertical-align: top;margin-top: 10px;margin-left: 10px;}
.frame-conts .left .box01 p{color:#23a3b9;font-family:'Noto Regular';font-size: 18px;}
.frame-conts .left .box02{border-bottom:1px solid #c9c9c9;padding: 35px 65px;}
.frame-conts .left .box02 ul{text-align: left;}
.frame-conts .left .box02 ul li{padding-left:20px;background: url('../../images/sub/framework_point.png') no-repeat left 8px;margin-bottom: 5px;}
.frame-conts .left .box03{padding:20px 0;}
.frame-conts .left .box03 ul li{display: inline-block;vertical-align: top;width:150px;height:150px;background: #e9f6f8;padding:10px;border-radius: 50%;box-sizing: border-box;}
.frame-conts .left .box03 ul li .inner{border-radius: 50%;background:#23a3b9;color:#fff;width: 130px;height: 130px;padding-top: 38px;box-sizing: border-box;font-size: 18px;line-height: 1.5;}
.frame-conts .left .box03 ul li + li{margin-left: 5%;}

.frame-conts .middle{display: inline-block;vertical-align: top;width: 120px;margin: 0 5%;}
.frame-conts .middle ul li{background: url('../../images/sub/framework_middle.png') no-repeat center;padding: 40px 0;margin-top:15px;font-family:'Noto Medium';font-size:18px;line-height:1.3;color:#1498a5;}
.frame-conts .middle ul li:nth-child(2){margin: 60px 0;}
.frame-conts .middle ul li:nth-child(3){padding:50px 0 55px;}

.frame-conts .right{display: inline-block;vertical-align: top;width:40%;position: relative;}
.frame-conts .right:before{content:'';width:1px;height: 85px;bottom:100%;left:50%;background:#c1c1c1;position: absolute;}
.frame-conts .right:after{content:'';width:200px;height: 1px;bottom:calc(100% + 84px);right:50%;background:#c1c1c1;position: absolute;z-index: -1;}
.frame-conts .right .cover{border-top:4px solid #1f8378;border-left:4px solid #1f8378;border-right:4px solid #1f8378;height: 20px;}
.frame-conts .right .box01{padding-bottom: 30px;border-bottom:1px solid #c9c9c9;}
.frame-conts .right .box01 span{font-family:'Noto Medium';font-size:22px;display: inline-block;margin-bottom: 15px;padding: 0 20px;}
.frame-conts .right .box01 span:before{content:'';width:10px;height: 10px;background:#1f8378;border-radius: 50%;display: inline-block;vertical-align: top;margin-top: 10px;margin-right: 10px;}
.frame-conts .right .box01 span:after{content:'';width:10px;height: 10px;background:#1f8378;border-radius: 50%;display: inline-block;vertical-align: top;margin-top: 10px;margin-left: 10px;}
.frame-conts .right .box01 p{color:#1f8378;font-family:'Noto Regular';font-size: 18px;}
.frame-conts .right .box02{border-bottom:1px solid #c9c9c9;padding: 35px 55px;}
.frame-conts .right .box02 ul{text-align: left;}
.frame-conts .right .box02 ul li{padding-left:20px;background: url('../../images/sub/pushplan_point.png') no-repeat left 8px;margin-bottom: 5px;}
.frame-conts .right .box03{padding:20px 0;}
.frame-conts .right .box03 ul li{display: inline-block;vertical-align: top;width:150px;height:150px;background: #e8f2f1;padding:10px;border-radius: 50%;box-sizing: border-box;}
.frame-conts .right .box03 ul li .inner{border-radius: 50%;background:#1f8378;color:#fff;width: 130px;height: 130px;padding-top: 38px;box-sizing: border-box;font-size: 18px;line-height: 1.5;}
.frame-conts .right .box03 ul li + li{margin-left: 5%;}

@media all and (max-width:1400px) {
.frame-conts .left{width:35%;}
.frame-conts .middle{margin:0 3%;}
.frame-conts .right{width:35%;}

.frame-conts .left .box02{padding:35px 15px;}
.frame-conts .right .box02{padding:35px 15px;}

.frame-conts .left .box03 ul li{width:120px;height:120px;}
.frame-conts .left .box03 ul li .inner{width: 100px;height: 100px;font-size: 15px;padding-top: 30px;letter-spacing: -1px;line-height: 1.3;}
.frame-conts .right .box03 ul li{width:120px;height:120px;}
.frame-conts .right .box03 ul li .inner{width: 100px;height: 100px;font-size: 15px;padding-top: 30px;letter-spacing: -1px;line-height: 1.3;}
}

@media all and (max-width:1200px) {
.frame-conts .sub-title-m{display: block;margin-bottom: 50px;color:#1498a5;border:1px solid #188f9d;padding: 5px 0;text-align: center;margin: 0px auto 15px;font-size: 18px;width: 180px;border-radius: 50px;}

.frame-conts .middle,
.frame-conts .left:before,
.frame-conts .right:before,
.frame-conts .left:after,
.frame-conts .right:after{display:none;}
.frame-conts .left{width:100%;}
.frame-conts .right{width:100%;margin-top:30px;}

.frame-conts .left .box01,
.frame-conts .right .box01{padding-top:10px;}
.frame-conts .left .box02,
.frame-conts .left .box03,
.frame-conts .right .box02,
.frame-conts .right .box03{padding:25px 15px;}

.frame-conts .left .box02 ul,
.frame-conts .right .box02 ul{display: inline-block;}
}

@media all and (max-width:767px) {
.frame-conts .title{background-size:contain;}
.frame-conts .title strong{font-size:17px;}
.framework.core .top .center:after{height: 80px;}
.frame-conts .left .box03 ul li{width:100%;height: auto;display: block;border-radius: 5px;}
.frame-conts .left .box03 ul li .inner{width:100%;height: auto;display: block;border-radius: 5px;padding-top: 10px;padding-bottom: 9px;}
.frame-conts .right .box03 ul li{width:100%;height: auto;display: block;border-radius: 5px;}
.frame-conts .right .box03 ul li .inner{width:100%;height: auto;display: block;border-radius: 5px;padding-top: 10px;padding-bottom: 9px;}
.frame-conts .left .box03 ul li + li,
.frame-conts .right .box03 ul li + li{margin-left:0;margin-top:20px;}
}

.alpha{text-align:center;}
.alpha > strong{color: #000;font-family:'Noto Regular';font-size: 40px;background: url(../../images/sub/core_title_edge.png) no-repeat 99% 85%;margin-bottom: 50px;letter-spacing: -2px;padding: 0 25px;line-height: 1.3;display: inline-block;}
.alpha .list {padding:35px 0 25px 280px;background:#edf6f7;margin-bottom: 65px;}
.alpha .list ul li{color:#333;font-size: 20px;padding-left:25px;position: relative;text-align: left;}
.alpha .list ul li:before{content:'';width:8px;height: 8px;background:#23a3b9;border-radius: 50%;display: inline-block;position: absolute;left:0;top: 9px;}

.alpha .conts{padding-bottom: 70px;margin-bottom: 20px;background: url('../../images/sub/alpha_gray_arrow.png') no-repeat center bottom;}
.alpha .conts .cover{border-top:4px solid #e3e3e3;border-left:4px solid #e3e3e3;border-right:4px solid #e3e3e3;margin-bottom: 20px;height: 20px;}
.alpha .conts .cover > strong{font-family:'Noto Regular';font-size: 18px;background:url('../../images/sub/cover-title-bg.png');color:#fff;display: inline-block;vertical-align: top;padding:10px 60px;border-radius: 50px;position: relative;top: -24px;}
.alpha .conts > .cover{border-bottom:4px solid #e3e3e3;height: 20px;border-top:0;margin-top:20px;margin-bottom: 0;}

.alpha .conts .left{display: inline-block;vertical-align: top;width:36%;}
.alpha .conts > div > div > span{color:#fff;display: block;padding:15px 0;font-family:'Noto Regular';font-size:18px;}
.alpha .conts .left .box01{display: inline-block;vertical-align: top;width:calc(100% / 2 - 5px);}
.alpha .conts .left .box01 span{background:url('../../images/sub/list-box01-bg.png') left top;}
.alpha .conts .left .box01 ul{padding: 50px 50px 50px 40px;background: #d3edf1;}
.alpha .conts .left .box01 ul li{color:#fff;font-size: 16px;padding:10px 0;background:#124c59;border-radius: 50px;}
.alpha .conts .left .box01 ul li + li{margin-top:15px;}

.alpha .conts .left .box02{display: inline-block;vertical-align: top;width:calc(100% / 2 - 5px);margin-left: 3px;position: relative;}
.alpha .conts .left .box02:after{content:'';width:45px;height: 64px;background: url('../../images/sub/alpha-depth01.png') no-repeat left top;position: absolute;right:-30px;top:50%;margin-top:-5px;z-index: 99;display: block;}
.alpha .conts .left .box02 span{background:url('../../images/sub/list-box02-bg.png') left top;}
.alpha .conts .left .box02 ul{padding: 22px 40px;background: #e3f2f4;}
.alpha .conts .left .box02 ul li{color:#fff;font-size: 16px;padding:10px 0;background:#23a3b9;border-radius: 50px;position: relative;}
.alpha .conts .left .box02 ul li:nth-child(1):before{content:'';width:114px;height:32px;display: block;position: absolute;top: 50%;margin-top: -8px;left: -114px;background: url('../../images/sub/g-arrow01.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(1):after{content:'';width:111px;height:88px;display: block;position: absolute;top: 50%;margin-top: -1px;left: -111px;background: url('../../images/sub/g-arrow02.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(2):before{content:'';width:112px;height:35px;display: block;position: absolute;top: 50%;margin-top: -8px;left: -112px;background: url('../../images/sub/g-arrow03.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(2):after{content:'';width:111px;height:147px;display: block;position: absolute;top: 50%;margin-top: -1px;left: -111px;background: url('../../images/sub/g-arrow04.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(3):before{content:'';width:110px;height:29px;display: block;position: absolute;top: 50%;margin-top: -3px;left: -110px;background: url('../../images/sub/g-arrow05.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(4):before{content:'';width:109px;height:31px;display: block;position: absolute;top: 50%;margin-top: -34px;left: -109px;background: url('../../images/sub/g-arrow06.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(4):after{content:'';width:112px;height:32px;display: block;position: absolute;top: 50%;margin-top: -4px;left: -110px;background: url('../../images/sub/g-arrow07.png') no-repeat left top;}
.alpha .conts .left .box02 ul li:nth-child(5):before{content:'';width:112px;height:30px;display: block;position: absolute;top: 50%;margin-top: -28px;left: -112px;background: url('../../images/sub/g-arrow08.png') no-repeat left top;}

.alpha .conts .left .box02 ul li + li{margin-top:15px;}

.alpha .conts .right{display: inline-block;vertical-align: top;width:63%;}
.alpha .conts .right .box03{display: inline-block;vertical-align: top;width:33%;position: relative;}
.alpha .conts .right .box03:after{content:'';width:45px;height: 64px;background: url('../../images/sub/alpha-depth02.png') no-repeat left top;position: absolute;right:-30px;top:50%;margin-top:-5px;z-index: 999;display: block;}
.alpha .conts .right .box03 span{background:url('../../images/sub/list-box03-bg.png') left top;}
.alpha .conts .right .box03 ul{padding: 78px 35px;background: #d8efeb;}
.alpha .conts .right .box03 ul li{color:#fff;font-size: 16px;padding:10px 0;background:#3ab09a;border-radius: 50px;}
.alpha .conts .right .box03 ul li + li{margin-top:15px;}

.alpha .conts .right .box04{display: inline-block;vertical-align: top;width:65.7%;margin-left: 2px;}
.alpha .conts .right .box04 span{background:url('../../images/sub/list-box04-bg.png') left top;}
.alpha .conts .right .box04 > div{padding: 78px 35px;background: #d2e6e4;}
.alpha .conts .right .box04 ul{display: inline-block;vertical-align: top;padding-right: 100px;position: relative;}
.alpha .conts .right .box04 ul:after{content:'';width:45px;height: 64px;background: url('../../images/sub/alpha-depth03.png') no-repeat left top;position: absolute;right: 20px;top:50%;margin-top: -30px;z-index: 999;display: block;}
.alpha .conts .right .box04 ul li{color:#fff;font-size: 16px;padding: 10px 35px;background:#1f8378;border-radius: 50px;}
.alpha .conts .right .box04 ul li + li{margin-top:15px;}
.alpha .conts .right .box04 img{display: inline-block;vertical-align: top;margin-top: -10px;}

.result{margin-bottom: 90px;}
.result .alpha-box{position: relative;margin-bottom: 40px;}
.result .alpha-box span{display: inline-block;vertical-align: top;font-family:'Noto Medium';color:#23a3b9;}
.result .alpha-box span.left-span{position: absolute;left: 11.5%;top: 93px;}
.result .alpha-box span.right-span{position: absolute;right: 3%;top: 93px;}
.result .alpha-box span > img{position: relative;top:-7px;margin:0 10px;}
.result .alpha-box .center-box{display: inline-block;vertical-align: top;position: relative;}
.result .alpha-box .center-box .s-box{background:url('../../images/sub/alph-center-box.png') no-repeat center;display: inline-block;vertical-align: top;color:#fff;font-size:26px;padding:65px;position: relative;width: 400px;}
.result .alpha-box .center-box .s-box:after{content:'';width:100%;height: 1px;background:#23a3b9;position: absolute;top:50%;left:0;display: block;z-index: -1;}
.result .alpha-box .center-box .s-box > img {display: block;margin:0 auto 10px;}
.result .alpha-box .center-box p{font-size:40px;color:#006276;display: inline-block;vertical-align: top;position: absolute;}
.result .alpha-box .center-box .go{bottom: 30px;left: 12.5%;}
.result .alpha-box .center-box .sun{bottom: 30px;right: 12.5%;}

.result > strong{font-family:'Noto Medium';font-size:22px;color:#006276;display: block;margin-bottom: 10px;}
.result > p{font-size:20px;color:#006276;}

@media all and (max-width:1400px) {
.alpha .list{padding:35px;}
.alpha .conts .right .box04 img{width:20%;margin-top:25px;}

.result .alpha-box .center-box .s-box{width:330px;}
}

@media all and (max-width:1200px) {
.alpha .list ul li{font-size:18px;}
.alpha .conts .left{display: block;width:100%;}
.alpha .conts .right{display: block;margin-top:80px;width:100%;}
.alpha .conts .left .box02:after{display: none;}
.alpha .conts .right .box04 img{width:auto;margin-top:-10px;}

.result .alpha-box span.left-span,
.result .alpha-box span.right-span{position: initial;}
.result .alpha-box .center-box{display: block;width:600px;margin:0 auto 15px;}
.result .alpha-box .center-box .s-box:after{display: none;}
}

@media all and (max-width:860px) {
.alpha .conts .right .box04 img{width:20%;margin-top:25px;}
}

@media all and (max-width:767px) {
.alpha > strong{font-size:32px;}
.alpha .conts .left .box01{display: block;width:100%;}
.alpha .conts .left .box01 ul{padding:35px 25px;}
.alpha .conts .left .box02{display: block;width:100%;margin-top:20px;}
.alpha .conts .left .box02 ul{padding:35px 25px;}
.alpha .conts .right .box03{display: block;width:100%;}
.alpha .conts .right .box03 ul{padding:35px 25px;}
.alpha .conts .right .box04{display: block;width:100%;margin-top:20px;}
.alpha .conts .right .box04 > div{padding:35px 25px;}

.alpha .conts .left .box02 ul li:nth-child(1):before,
.alpha .conts .left .box02 ul li:nth-child(1):after,
.alpha .conts .left .box02 ul li:nth-child(2):before,
.alpha .conts .left .box02 ul li:nth-child(2):after,
.alpha .conts .left .box02 ul li:nth-child(3):before,
.alpha .conts .left .box02 ul li:nth-child(4):before,
.alpha .conts .left .box02 ul li:nth-child(4):after,
.alpha .conts .left .box02 ul li:nth-child(5):before,
.alpha .conts .right .box03:after{display: none;}
.alpha .conts .right .box04 ul{display: block;padding-right:0;padding-bottom: 100px;}
.alpha .conts .right .box04 ul:after{transform: rotate(90deg);top: 85%;right: 50%;margin-right: -22px;}
.alpha .conts .right .box04 img{width:auto;margin-top:10px;}

.result .alpha-box .center-box{width:100%;}
.result .alpha-box .center-box .s-box{width:100%;box-sizing: border-box;}
.result > strong{font-size:20px;}
.result > p{font-size:18px;}
}

.difference{text-align: center;}
.difference > strong{color: #000;font-family:'Noto Medium';font-size: 40px;background: url(../../images/sub/core_title_edge.png) no-repeat 99% 85%;margin-bottom: 50px;letter-spacing: -2px;padding: 0 25px;line-height: 1.3;display: inline-block;}
.difference .title_ul{margin-bottom: 45px;}
.difference .title_ul li{display: inline-block;font-family:'Noto Regular';vertical-align: top;width:230px;height:230px;border-radius: 50%;border:1px solid #2ba6bb;color:#006276;padding: 120px 15px 15px 15px;box-sizing: border-box;position: relative;}
.difference .title_ul li:nth-child(2){margin-left:-25px;margin-right:-25px;}
.difference .title_ul li:before{content:'';width:50px;height:50px;position: absolute;left:50%;margin-left:-25px;top:35px;}
.difference .title_ul li:nth-child(1):before{background: url('../../images/sub/differ-icon01.png') no-repeat center;}
.difference .title_ul li:nth-child(2):before{background: url('../../images/sub/differ-icon02.png') no-repeat center;}
.difference .title_ul li:nth-child(3):before{background: url('../../images/sub/differ-icon03.png') no-repeat center;}
.difference .course-box{margin-bottom: 45px;}
.difference .course-box > img{width:100%;}
.difference .sub-title{font-family:'Noto Medium';font-size:22px;display: block;text-align: left;margin-bottom: 25px;}
.difference .sub-title:after{content:'';width: 7px;height: 9px;background: url('../../images/sub/plan_title_edge.png') no-repeat center;display: inline-block;vertical-align: top;margin-left: 7px;}
.difference .oper-list > li{display: inline-block;vertical-align: top;width: calc(100% / 3 - 55px);text-align: left;}
.difference .oper-list > li + li{margin-left:70px;}
.difference .oper-list > li > span{background:#23a3b9;border-radius: 50px;color:#fff;display: block;padding: 16px 30px 5px 80px;position: relative;margin-bottom: 30px;height: 80px;font-family:'Noto Regular';font-size: 16px;letter-spacing: -1px;box-sizing: border-box;}
.difference .oper-list > li:nth-child(1) span{padding-top:30px;}
.difference .oper-list > li:nth-child(2) span{background:#006276;}
.difference .oper-list > li:nth-child(3) span{background:#1f8378;}
.difference .oper-list > li > span i{font-family:'Mont Bold';color:#23a3b9;background: #fff;border-radius: 50%;font-size:24px;width:62px;height: 62px;position: absolute;left:10px;top:10px;text-align: center;padding-top: 15px;box-sizing: border-box;}
.difference .oper-list > li:nth-child(2) > span i{color:#006276;}
.difference .oper-list > li:nth-child(3) > span i{color:#1f8378;}
.difference .oper-list > li > ul{padding-left:20px;}
.difference .oper-list > li > ul > li{padding-left:20px;position: relative;}
.difference .oper-list > li > ul > li strong {font-family:'Noto Medium';}
.difference .oper-list > li > ul > li:before{content:'';width:9px;height: 9px;border-radius: 50%;position: absolute;left:0;top:9px;display: block;}
.difference .oper-list > li:nth-child(1) > ul > li:before{background: #23a3b9;}
.difference .oper-list > li:nth-child(2) > ul > li:before{background: #006276;}
.difference .oper-list > li:nth-child(3) > ul > li:before{background: #1f8378;}
.difference .oper-list > li > ul > li + li{margin-top:15px;}

@media all and (max-width:1400px) {
.difference .oper-list > li{width:calc(100% / 3 - 20px);}
.difference .oper-list > li + li{margin-left:20px;}
}

@media all and (max-width:1200px) {
.difference .oper-list > li{display: block;width:100%;}
.difference .oper-list > li + li{margin-left:0;margin-top:50px;}
.difference .course-box{overflow-x: scroll;}
.difference .course-box > img{width:auto;}
}

@media all and (max-width:767px) {
.difference > strong{font-size:32px;}

}

@media all and (max-width:767px) and (min-width:581px){
.difference .title_ul li{width:180px;height: 180px;padding: 100px 15px 15px 15px;}
.difference .title_ul li p{font-size:14px;}
}
@media all and (max-width:580px) {
.difference .title_ul li{display: block;margin:0 auto;}
.difference .title_ul li:nth-child(2){margin-left:auto;margin-top:-15px;margin-right:auto;margin-bottom:-15px;}
.difference .title_ul li:before{top:45px;}
}

/*상징*/
.plan-diagram.ckusymbol{margin-bottom:90px;}
.plan-diagram.ckusymbol .thum{display: inline-block;}
.plan-diagram.ckusymbol .thum > img{width:100%;}
.plan-diagram.ckusymbol .text{display: inline-block;vertical-align: top;width: calc(100% - 260px);padding-left: 45px;box-sizing: border-box;padding-right:30px;}
.plan-diagram.ckusymbol .text p{font-size: 18px;color:#333;word-break:keep-all;}
.plan-diagram.ckusymbol .text p + p{margin-top:40px;}
.plan-diagram.ckusymbol .text p > span{font-family:'Noto Medium';color:#006276;}
.plan-diagram.ckusymbol .text .down-box{margin-top:45px;}
.plan-diagram.ckusymbol .text .down-box a{font-family:'Noto Regular';padding:10px;display: inline-block;vertical-align: top;width:140px;box-sizing: border-box;font-size:14px;letter-spacing: -1px;}
.plan-diagram.ckusymbol .text .down-box a{border:1px solid #aaa;color:#333;background: url('../../images/sub/gray-down01.png') no-repeat 90% center;}
.plan-diagram.ckusymbol .text .down-box a:hover{border:1px solid #23a3b9;color:#fff;background: #23a3b9 url('../../images/sub/white_down01.png') no-repeat 90% center;}

.plan-diagram.ckusymbol .UI-box {border:5px solid #f1f1f1;background: url('../../images/sub/UI_bg01.png') left top;padding:30px 50px;box-sizing: border-box;margin-bottom: 35px;}
.plan-diagram.ckusymbol .UI-box .left{display: inline-block;vertical-align: top;padding-left: 50px;box-sizing: border-box;}
.plan-diagram.ckusymbol .UI-box .left .top{margin-bottom: 60px;}
.plan-diagram.ckusymbol .UI-box .left .top img{display: block;padding-left: 20px;}
.plan-diagram.ckusymbol .UI-box .left .top img + img{margin-top:40px;}
.plan-diagram.ckusymbol .UI-box .left .bottom img{display: inline-block;}
.plan-diagram.ckusymbol .UI-box .left .bottom img + img{margin-left:30px;}
.plan-diagram.ckusymbol .UI-box .right{display: inline-block;vertical-align: top;padding-left: 40px;padding-top: 20px;box-sizing: border-box;}
.plan-diagram.ckusymbol .UI-box .right img{display: inline-block;}
.plan-diagram.ckusymbol .UI-box .right img + img{margin-left:15px;}
.plan-diagram.ckusymbol .UI-text p{line-height: 1.4;font-size:18px;}

.plan-diagram.ckusymbol .UI-box.embl{padding:40px 20px;text-align: center;}
.plan-diagram.ckusymbol .UI-box.embl img {margin:0 70px;}

.plan-diagram .sub-button-box {margin: 51px 0 0 0;}
.plan-diagram .sub-button-box a {width: 100%;}
.plan-diagram .song-table-img {text-align: center;}
.plan-diagram .btn-style.big-rect {border: 1px solid #000 !important;}
.plan-diagram .btn-style.big-rect:hover {border-color: #528bc0 !important;}


@media all and (max-width:1400px) {
.plan-diagram.ckusymbol .UI-box .left{display: block;text-align: center;padding-left:0;}
.plan-diagram.ckusymbol .UI-box .right{display: block;margin-top:50px;text-align: center;padding-left: 0;padding-top: 0;}
.plan-diagram.ckusymbol .UI-box .right img + img{margin-left:50px;}
.plan-diagram.ckusymbol .UI-box .left .top img{margin:0 auto;padding-left:0;}
}

@media all and (max-width:1200px) {
.plan-diagram .line{margin-bottom: 30px;}
.plan-diagram .line .sub-title{display: block;width:100%;margin-bottom: 30px;}
.plan-diagram .line .sub-conts{display: block;width:100%;padding-left:0;}
}

@media all and (max-width:860px) {
.plan-diagram.ckusymbol .UI-box.embl img{margin:0 auto;display: block;}
.plan-diagram.ckusymbol .UI-box.embl img + img{margin-top:40px;}
}

@media all and (max-width:767px) {
.plan-diagram.ckusymbol .UI-box{padding:30px 25px;}
.plan-diagram.ckusymbol .thum{display: block;text-align: center;margin-bottom: 30px;}
.plan-diagram.ckusymbol .thum > img{width:auto;}
.plan-diagram.ckusymbol .text{display: block;width:100%;padding-left:0;padding-right:0;}
.plan-diagram.ckusymbol .UI-box .left .bottom img{display: block;margin:0 auto;}
.plan-diagram.ckusymbol .UI-box .left .bottom img + img{margin-left:auto;margin-top:30px;}
}

@media all and (max-width:480px) {
.plan-diagram.ckusymbol .UI-box .left .top img.small_texture{width:100%;}
}

/*대학안내*/
.uniWrap{overflow:hidden;}
.uniWrap .inside{max-width:1400px; margin:0 auto; padding-bottom:80px;}
.uniWrap .inside .uni_left{float:left; width:50%; box-sizing:border-box; padding-right:70px; padding-top: 50px; position:relative; min-height:610px; padding-bottom:80px;}
.uniWrap .inside .uni_left:after{content:''; width:257%; height:160%; display:block; background-color:#f4f4f4; position:absolute; left:-400px; top:50px; z-index:-1; padding:50px;}
.uniWrap .inside .uni_left a {font-family: 'Noto Regular'; color: #333;}
.uniWrap .inside .uni_left a:hover {background: url(../../images/sub/link_arrow_on.png) no-repeat right 10px; border-bottom: 1px solid #23a3b9;}
.uniWrap.uni2 .inside .uni_left {min-height: 700px;}
.uniWrap.uni4 .inside .uni_left {min-height: 700px;}
.uniWrap.uni6 .inside .uni_left {min-height: 700px;}
.uniWrap.uni9 .inside .uni_left {min-height: 700px;}
.uniWrap.uni10 .inside .uni_left {min-height: 700px;}
.uniWrap.uni11 .inside .uni_left:after {height: 184%;}
.uniWrap .inside .uni_right{position: absolute; right: 0; float:right; width:50%; padding:130px 0 50px 0px; box-sizing:border-box;}
.uniWrap .inside .uni_right:after{content:''; width:200%; height:100%; display:block; background: url('../../images/sub/uni_thum.png') right top no-repeat;position:absolute; right:0; top:0; z-index:-1; padding:50px;}
.uniWrap .inside .text,
.uniWrap .inside .txt {padding: 0 30px 0 0; font-size: 18px; line-height: 1.7;}
.uniWrap .inside .left_side {float: left; width: 50%;}
.uniWrap .inside .right_side {float: left; width: 50%;}
.uni_title{font-size:40px;margin:20px 0;font-family:'Noto Regular';margin-top: 70px;clear: both;overflow:hidden;}
.uni_title:after{content:''; width:10px; height:10px; display:inline-block; background-color:#23a3b9; border-radius:100%; margin-left:10px; margin-bottom:-2px;}
.mtitle {margin: 0 0 25px 0; font-family: 'Noto Medium'; font-size: 26px; color: #006276; line-height: 1.4; letter-spacing: -1px;}
.mtitle {margin: 0 0 25px 0; font-family: 'Noto Medium'; font-size: 26px; color: #006276; line-height: 1.4; letter-spacing: -1px;}
.mtitle2 {position: relative; font-family:'Noto Medium'; display:block; line-height:1.5; font-size:20px; letter-spacing: -0.5px; color:#046478; margin-top: 45px;}
.mtitle2::before {content: ""; position: absolute; left: 0; top: -7px; width: 28px; height: 2px; background: #046478; }

.loc{background: url('../../images/sub/u_loc.png') left 2px no-repeat; padding-left:45px; line-height:35px; font-family:'Noto Medium'; font-size: 18px; margin-top:20px;}
.uni_phone{background: url('../../images/sub/u_phone.png') left 2px no-repeat; padding-left:45px; line-height:35px; font-family:'Noto Medium'; font-size: 18px; margin-top:11px;}
.uni_home{background: url(../../images/sub/link_arrow.png) no-repeat right 10px; padding-right:30px; line-height:40px; border-bottom:1px solid #ddd; padding-bottom:5px; position:absolute; right:85px; top:125px;}

.uni_list {margin: 40px 0 0 0;}
.uni_list > ul > li{border:1px solid #ddd; display:inline-block; width:calc(100% / 3 - 40px); margin-bottom:20px;}
.uni_list > ul > li:hover{box-shadow:0 0 10px #ccc; background-color:#23a3b9;}
.uni_list > ul > li + li{margin-left:50px;}
.uni_list > ul > li:nth-child(3n + 1){margin-left:0;}
.uni_list > ul > li > a{display:block; padding:40px 40px; box-sizing:border-box; color: #000;}
.uni_list > ul > li:hover > a{color:#fff;}
.uni_list > ul > li > a > strong{font-family: 'Noto Bold'; font-size:28px;}
.uni_list > ul > li > a > strong:after{content:''; width:50px; height:1px; background-color:#ddd; display:block; margin:20px 0;}
.uni_list .dep_list li{display:inline-block; margin-right:10px;}
.uni_list .dep_list li strong {font-family: 'Mont SemiBold';}
.uni_list .dep_list li.addr{display:block; margin-top:10px; font-family: 'Noto Medium';}

@media all and (max-width:1500px) {
    .uniWrap .inside {overflow: hidden; padding: 20px 20px 50px 20px; background: #f4f4f4; }
    .uniWrap .inside .uni_left {min-height: auto !important; padding-top: 0px; }
	.uniWrap .inside .uni_right{position:relative; float: left; width: 40%; margin: 0 0 0 0; padding: 0;}
	.uniWrap .inside .uni_right:after{display: none; width: 100%; background-size: cover; background-size: 200%;}
	.uniWrap .inside .uni_purpose {position: relative; float: left; width: 50%;}
	.uniWrap .inside .uni_purpose .uni_title {margin: 0}
    .uniWrap .inside .uni_left {width: 100%; padding-right: 0; padding-bottom: 60px;}
	.uniWrap .inside .uni_left:after{left:-200px;}
	.uniWrap .inside .left_side {float: left; width: 100%;}
    .uniWrap .inside .right_side {float: left; width: 100%; margin: 10px 0 0 0}
	.uni_title {margin-top: 20px;}
    .uni_home {right: 0px; top: 29px;}
    .thum img {width: 100%; padding: 0 30px 0 0;}
}

@media all and (max-width: 1400px) {
    .uniWrap {padding: 0 20px;}
}

@media all and (max-width:1024px) {
	.uni_list > ul{text-align:center;}
	.uni_list > ul > li{width: calc(100% / 2 - 20px); margin:10px; text-align:left;}
	.uni_list > ul > li:nth-child(3n + 1){margin-left:0;}
	.uni_list > ul > li + li{margin-left:0;}
}

@media all and (max-width:768px) {
	.uniWrap .inside .uni_left{width:100%; padding-right:0; padding-bottom: 40px}
	.uniWrap .inside .uni_right{width:100%;}
	.uniWrap .inside .uni_purpose{width: 100%;}
	.uni_list > ul > li{width: calc(100% / 1 - 20px); margin:10px; text-align:left;}
	.uniWrap .inside .uni_purpose .uni_title {margin: 30px 0 0 0}
}

/*신청절차*/
.app-step ul{display:table; table-layout:fixed; width:100%;}
.app-step li{display:table-cell; padding:0 25px; position:relative;}
.app-step li + li:before{content:''; width:17px; height:50px; background: url('../../images/sub/app-arr.png') left top no-repeat; display:block; position:absolute; left:0; top:10px;}
.app-step li p{text-align:center; margin-bottom:40px; letter-spacing:-1px; font-size:20px;}
.app-step li p strong{display:block;  color:#0d5b69; font-family:'Mont Bold'; margin-bottom:5px;}
.app-step li p span{display:block; color:#23a3b9; font-family:'Noto Regular'; word-break: keep-all;}
.app-step li .app-box{border:1px solid #23a3b9; position:relative; padding:35px 20px 0 20px; height:155px; line-height:1.4; word-break:keep-all;}
.app-step li .app-box:after{content:''; width:1px; height:40px; background-color:#23a3b9; display:block; position:absolute; left:50%; top:-20px;}

@media all and (max-width:1400px) {
	.app-step li p span{height:55px;}
	.app-step li .app-box{height:130px; padding:35px 10px 0 10px;}
}

@media all and (max-width:1024px) {
	.app-step li{display:block;}
	.app-step li p span{height:auto;}
	.app-step li .app-box{margin-bottom:30px; height:auto; padding-bottom:30px;}
	.app-step li + li{padding-top:50px;}
	.app-step li + li:before{left: 50%; top: 0; transform: rotate(90deg); margin-left:-8px;}
}

/*카드발급방법*/
.card-step > ul > li{overflow:hidden; margin-bottom:70px;}
.card-step .card-left{float:left; width:44%;}
.card-step .card-right{float:right; width:53%;}
.card-step .card-right .thum{border:3px solid #ddd; padding:15px; overflow:hidden;}
.card-step .card-right .thum img{max-width:100%; float:left;}
.card-title{font-size:20px; font-family:'Noto Medium'; color:#046478; letter-spacing:-1px; margin-bottom:20px;}
.card-title:before{content:''; width:20px; height:3px; background-color:#046478; display:block; margin:10px 0;}
@media all and (max-width:767px) {
	.card-step .card-left{width:100%;}
	.card-step .card-right{width:100%;}
}
/*총학생회*/
.student-org{text-align:center;}
.student-org .s-title{display:inline-block; background-color:#23a3b9; padding:10px 50px 15px; margin:0 auto 40px; color:#fff; font-family:'Noto Regular'; position:relative;}
.student-org .s-title:after{content:''; width:1px; height:50px; background-color:#ddd; position:absolute; left:50%; bottom:-50px; display:block; z-index:-1}
.student-org ul{overflow:hidden; line-height:1.2; font-size:16px; word-break:keep-all; text-align:center;  color:#23a3b9; padding-top:35px;}
.student-org ul li{width:calc(100% / 9 - 20px); float:left; padding:20px; box-sizing:border-box; border:2px solid #23a3b9; margin:0 10px; position:relative; font-family:'Noto Regular';}
.student-org ul li:after{content:''; width:1px; height:30px; background-color:#ddd; position:absolute; left:50%; top:-30px; display:block; z-index:-1}
.student-org ul li + li:before{content:''; width:calc(100% + 24px); height:1px; background-color:#ddd; position:absolute; left:-50%; margin-left:-23px; top:-30px; display:block;}

@media all and (max-width:1400px) {
	.student-org ul li{padding:5px; min-height:60px;}
}

@media all and (max-width:1200px) {
	.student-org .s-title{margin-bottom:0;}
	.student-org ul li{display:inline-block; width:calc(100% / 4); min-height:auto; margin:10px 0; padding:15px 0;}
	.student-org .s-title:after,
	.student-org ul li + li:before,
	.student-org ul li:after{display:none;}
}

@media all and (max-width:767px) {
		.student-org ul li{width:calc(100% / 2 - 20px); margin:10px; float:left;}
}
/*산학*/
.photo-slogan{position:relative;}
.photo-slogan .textWrap{position:absolute; left:50%; top:50%; color:#fff; transform:translate(-50%,-50%); padding:30px; border:1px solid rgba(255,255,255,.5); text-align:center; line-height:1.3;}
.photo-slogan .textWrap .t1{font-size:16px;}
.photo-slogan .textWrap .t2{font-size:43px; font-family:'Noto Regular'; margin:10px 0; line-height:1.1;}
.photo-slogan .textWrap .t3{font-size:20px;}
.photo-slogan img{max-width:100%; height:100%;}

/*연구산학*/
.ageWrap{background-color:#f1f1f1; text-align:center; padding:100px 0; position:relative;}
.ageWrap ul{position:absolute; line-height:1.3; height:140px;}
.ageWrap ul li{background: url(../../images/sub/framework_middle.png) no-repeat center; vertical-align:middle; display:table; padding:0 10px 5px 0; color:#1498a5; width:120px; word-break: keep-all; box-sizing:border-box; min-height:140px;}
.ageWrap ul li span{display:table-cell; vertical-align:middle; font-family:'Noto Regular';}
.ageWrap .agen-left{left:260px; top:160px;}
.ageWrap .agen-left li{position:absolute; }
.ageWrap .agen-left li:nth-child(2){left: -110px;top: 115px;}
.ageWrap .agen-left li:nth-child(3){top: 200px;left: 50px;}
.ageWrap .agen-right{right:400px; top:160px;}
.ageWrap .agen-right li{position:absolute; }
.ageWrap .agen-right li:nth-child(2){left: 100px;top: 115px;}
.ageWrap .agen-right li:nth-child(3){top: 250px;left: 0;}
.ageWrap .agen-right li:nth-child(4){top: 250px;left: 200px;}

@media all and (max-width:1400px) {
	.ageWrap .agen-left{left:150px;}
	.ageWrap .agen-right{right:350px;}
}

@media all and (max-width:1200px) {
	.ageWrap .agen-left{left:130px;}
	.ageWrap .agen-right{right:330px;}
}
@media all and (max-width:1100px) {
	.ageWrap{padding:30px;}
	.ageWrap img{max-width:100%;}
	.ageWrap ul{position: initial; margin:20px; height:auto;}
	.ageWrap .agen-right li,
	.ageWrap .agen-left li{display:inline-table; float:inherit; position: inherit;}
}

.info-box{max-width:1400px; margin:0 auto; padding:80px 0; background-size: cover; text-align:center;}
.info-box.lab-bg{background:url(../../images/sub/lab-bg.jpg) center top no-repeat; margin: 0 0 50px 0;}
.info-box.lab-bg .inner {max-width: 780px;}
.info-box.lab-bg .inner p {font-size: 45px; letter-spacing: 2px;}
.info-box.agen-bg{background:url(../../images/sub/age-bg.jpg) center top no-repeat;}
.info-box.stu-bg{background:url(../../images/sub/stu-bg.jpg) center top no-repeat; margin: 0 0 70px 0;}
.info-box .inner{max-width:720px; margin:0 auto; border:1px solid rgba(255,255,255,.5); padding:30px 80px; color:#fff; text-align:center;}
.info-box .inner p{font-size:52px; font-family:'Mont Bold'; line-height:1.1; letter-spacing:5px; margin:20px 0;}
.info-box .inner p i{display:block;}

@media all and (max-width:1024px) {
	.info-box .inner p{font-size:30px !important;}
	.info-box .inner{padding: 30px 30px; display:inline-block;}
}
@media all and (max-width:767px) {
	.info-box .inner p{font-size:25px !important;}
	.info-box .inner{padding: 30px 20px; display:inline-block;}
}
.a-text{text-align:center; margin:90px auto 40px;}
.a-text .a-1{font-size:40px; color:#000; font-family:'Noto Regular'; letter-spacing:-1px;}
.a-text .a-1:after{content:'.'; font-size:70px; color:#23a3b9; line-height:1;}
.a-text p {font-size: 20px;}
.a-text{line-height:2;}
.a-text strong {font-family:'Noto Medium';}
.a-text .link-btnWrap {margin: 30px 0 0 0;}
.wbr{display:block;}

.alignL{text-align:left;}
.mb10{margin-bottom:10px;}
.min1400{max-width:1400px; margin:0 auto;}
.f-sky{color:#4493de;}
.f-red{color:#d63f11;}
.f-purple{color:#8768d6;}
.f-20{font-size:20px;}

@media all and (max-width: 1400px) {
    .min1400 {padding: 0 20px;}
}

.con-notice {display: block;padding: 10px 0 10px 40px; font-size:18px; font-family:'Noto Regular'; }
.con-notice.icon1 {background: url(../../images/sub/ico_noti01.png) no-repeat left 12px; color: #d27919;}

.ol_num {margin: 15px 0 0 0;}
.ol_num > li{position:relative; margin:10px 0; padding-left:23px; font-family: 'Noto Medium'; font-size: 18px;}
.ol_num > li:before{content:''; position: absolute; left: 0; top: 5px; display:inline-block; width:16px; height:16px; border-radius:100%; background-color:#139cb4; color:#fff; text-align:center; vertical-align:middle; font-family: 'Mont Medium'; font-size:12px; margin-right:10px; line-height:16px;}
.ol_num.color2 > li:before{background-color:#4493de;}
.ol_num > li:nth-child(1):before{content:'1';}
.ol_num > li:nth-child(2):before{content:'2';}
.ol_num > li:nth-child(3):before{content:'3';}
.ol_num > li:nth-child(4):before{content:'4';}
.ol_num > li:nth-child(5):before{content:'5';}
.ol_num > li:nth-child(6):before{content:'6';}
.ol_num > li:nth-child(7):before{content:'7';}
.ol_num > li:nth-child(8):before{content:'8';}
.ol_num > li:nth-child(9):before{content:'9';}
.ol_num > li:nth-child(10):before{content:'10';}

.ul-arr{margin:10px 0;}
.ul-arr > li{background: url('../../images/sub/ul-arr.png') left 10px no-repeat; padding-left:20px; margin:5px 0;}
/*etc*/
.mb10{margin-bottom:10px;}

.wrap-ready {padding: 160px 0; border: 1px solid #e8e8e8; text-align: center;}
.wrap-ready strong {display: inline-block; padding: 140px 0 0 0; background: url('../../images/sub/ico-ready.png') no-repeat center top; font-family: 'Noto Medium'; font-size: 24px; color: #006276;}

.bus {max-width: 350px}

.coobee-wrap{max-width: 1000px; margin: 0 auto;}
.coobee-wrap::after{content:""; display: table; clear: both;}
.coobee-logo{width: 220px; height: 220px; border: 3px solid #ffb400; float: left; border-radius: 50%; box-sizing: border-box;}
.coobee-logo-img{text-align: center; margin-top: 40px;}
.coobee-logo p{font-family: 'Noto Medium'; font-size: 18px; line-height: 20px; color: #c16d00; text-align: center; margin-top: 25px;}
.coobee-info{width: calc(100% - 220px); float: right;}
.coobee-info ul{padding-left: 130px; position: relative;}
.coobee-info ul::before{content:""; display: block; position: absolute; width: 1px; height: calc(100% - 64px); background-color: #c1c1c1; left: 60px; top: 32px;}
.coobee-info ul::after{content:""; display: block; position: absolute; width: 60px; height: 1px; background-color: #c1c1c1; top: 50%; left: 0;}
.coobee-info li::after{content:""; display: table; clear: both;}
.coobee-info li{border-radius: 30px; background-color: #e9e9e9; margin-bottom: 27.5px; position: relative;}
.coobee-info li::before{content:""; display: block; position: absolute; left: -70px; top: 50%; width: 70px; background-color: #c1c1c1; height: 1px;}
.coobee-info li:last-child{margin-bottom: 0;}
.coobee-info li span{display: block; float: left; background-color: #1d7385; font-size: 18px; font-family: 'Noto Medium'; color: white; padding: 18.5px 0; border-radius: 30px; width: 144px; text-align: center;}
.coobee-text{float: right; width: calc(100% - 144px); height: 55px; display: table;}
.coobee-text p{font-size: 18px; font-family: 'Noto Medium'; color: #000000; display: table-cell; vertical-align: middle; text-align: center;}

@media all and (max-width: 1023px) {
    .coobee-info ul{padding-left: 60px;}
    .coobee-info ul::before{left: 30px;}
    .coobee-info ul::after{width: 30px;}
    .coobee-info li::before{width: 30px; left: -30px;}
    .coobee-info li span{width: 100px;}
    .coobee-text{width: calc(100% - 100px);}
    .coobee-text p{font-size: 16px;}
}

@media all and (max-width: 768px) {
    .coobee-logo{float: none; margin: 0 auto;}
    .coobee-info{width: 100%; float: none;}
    .coobee-info ul{padding-left: 0; padding-top: 60px;}
    .coobee-info ul::after{display: none;}
    .coobee-info li::before{display: none;}
    .coobee-info ul::before{top: 0; left: 50%; height: 60px;}
    .coobee-text p{padding: 0 10px;}
}

.coobee-map img{width: 100%;}

.ipp-inner{max-width: 660px; margin: 0 auto; margin-top: 50px;}
.ipp-image{position: relative;}
.ipp-image ul::after{content:""; display: table; clear: both;}
.ipp-image li{border-radius: 50%; width: 280px; height: 280px; float: left; margin-right: 100px; border: 1px solid #23a3b9; box-sizing: border-box;}
.ipp-logo-image{text-align: center; margin-top: 65px;}
.ipp-logo p{text-align: center; margin-top: 30px; font-family: 'Noto Light'; font-size: 16px; color: #333333;}
.ipp-logo span{display: block; text-align: center; font-family: 'Noto Medium'; color: #23a3b9; font-size: 20px; margin-top: 10px;}
.ipp-image li:last-child{float: right; margin-right: 0;}
.ipp-center{width: 182px; height: 182px; border-radius: 50%; background-color: #0d5c6c; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35); position: absolute; left: 50%; margin-top: -91px; top: 50%; margin-left: -91px;}
.ipp-center p{text-align: center; font-family: 'Noto Medium'; font-size: 22px; line-height: 30px; color: white; margin-top: 55px;}
.ipp-info{margin-top: 60px;}
.ipp-info li::after{content:""; display: table; clear: both;}
.ipp-info li{background-color: #e9e9e9; border-radius: 30px; margin-bottom: 30px;}
.ipp-info li:last-child{margin-bottom: 0;}
.ipp-info li span{width: 144px; display: block; float: left; background-color: #198ad2; border-radius: 30px; text-align: center; color: white; font-family: 'Noto Medium'; font-size: 18px; padding: 18.5px 0;}
.ipp-info-text{float: right; width: calc(100% - 144px); height: 55px; display: table;}
.ipp-info-text p{text-align: center; display: table-cell; vertical-align: middle; font-size: 18px; font-family: 'Noto Medium'; color: #000;}
.ipp-chapter{margin-top: 60px;}
.ipp-chapter-inner{position: relative;}
.ipp-chapter-image > p{position: absolute; border-radius: 30px; font-size: 16px; font-family: 'Noto Regular'; color: white; top: 0; padding: 14.5px 30px;}
.ipp-chapter-image > p .chapter-num{display: none;}
.ipp-chapter-image > p.chapter_1{background-color: #19766b; top: 0; left: 50%; margin-left: -125px;}
.ipp-chapter-image > p.chapter_2{background-color: #0d5c6c; top: 45%; right: -78%;}
.ipp-chapter-image > p.chapter_3{background-color: #2791c2; top: 85%; right: -100%;}
.ipp-chapter-image > p.chapter_4{background-color: #2aa7bd; top: 85%; left: -65%;}
.ipp-chapter-image > p.chapter_5{background-color: #1da48b; top: 45%; left: -65%;}
.ipp-chapter-image{width: 291px; margin: 0 auto; position: relative; padding-top: 75px;}

@media all and (max-width: 1023px) {
    .ipp-chapter-image{width: 240px;}
    .ipp-chapter-image img{width: 100%;}
    .ipp-chapter-image > p{padding: 10px 20px;}
    .ipp-chapter-image > p.chapter_1{margin-left: -126px; left: 56%;}
    .ipp-chapter-image > p.chapter_2{right: -85%;}
    .ipp-chapter-image > p.chapter_3{right: -105%;}
    .ipp-chapter-image > p.chapter_4{left: -75%;}
    .ipp-chapter-image > p.chapter_5{left: -70%;}
}

@media all and (max-width: 768px) {
    .ipp-inner{max-width: 440px;}
    .ipp-image li{width: 200px; height: 200px; margin-right: 20px;}
    .ipp-logo-image{margin-top: 30px;}
    .ipp-logo-image img{width: 60px;}
    .ipp-logo p{margin-top: 20px;}
    .ipp-center{width: 100px; height: 100px; margin-top: -50px; margin-left: -50px;}
    .ipp-center p{font-size: 16px;line-height: 22px; margin-top: 25px;}
    .ipp-chapter-image > p .chapter-num{display: inline;}
    .ipp-chapter-image > p{position: static; left: auto !important; right: auto !important; margin: 0; margin-bottom: 20px; text-align: left; padding: 15px 20px;}
    .ipp-chapter-image > p.chapter_1{margin-left: 0;}
    .ipp-chapter-image{width: 100%; text-align: center;}
    .ipp-chapter-image img{width: auto; margin-bottom: 20px;}
}

@media all and (max-width: 420px) {
    .ipp-image li{float: none; margin-right: 0; margin: 0 auto;}
    .ipp-image li:last-child{float: none; margin-right: auto; margin-top: 50px;}
    .ipp-info li span{width: 120px;}
    .ipp-info-text{width: calc(100% - 120px);}
    .ipp-info-text p{font-size: 16px; padding: 0 10px;}
}


.ipp-service-inner{text-align: center;}
.ipp-service-box{display: inline-block; text-align: left;}
.ipp-service-box::after{content:""; display: table; clear: both;}
.ipp-service-box > div{float: left;}
.ipp-box{margin-right: 30px;}
.ipp-box > p{text-align: center; margin-top: 25px; font-family: 'Noto Regular'; font-size: 18px; line-height: 20px; color: #333333;}
.ipp-level_1{width: 200px; height: 200px; background: url(../../images/sub/ipp_back_1.png) no-repeat; display: table;}
.ipp-level_1 p{display: table-cell; vertical-align: middle; width: 100%; text-align: center; font-size: 30px; font-family: 'Noto Medium'; color: white;}
.ipp-arrow{height: 200px; display: table; margin-right: 30px;}
.ipp-arrow .ipp-arrow-image{display: table-cell; vertical-align: middle;}
.ipp-level_2{height: 200px;}
.ipp-level_2 p{font-family: 'Noto Regular'; font-size: 18px; line-height: 20px; color: #333333; text-align: center;}
.ipp-level_2 .color-text{font-family: 'Noto Regular'; font-size: 18px; color: #23a3b9;}
.ipp-level_2 .plus-image{display: block; width: 77px; margin: 15px auto;}
.ipp-level_3{width: 200px; height: 200px; background: url(../../images/sub/ipp_back_2.png) no-repeat; display: table;}
.ipp-level_3 p{display: table-cell; vertical-align: middle; width: 100%; text-align: center; font-size: 20px; font-family: 'Noto Medium'; color: white; line-height: 30px;}
.ipp-level_4{width: 183px; height: 201px; background: url(../../images/sub/ipp_back_3.png) no-repeat; display: table;}
.ipp-level_4 p{display: table-cell; vertical-align: middle; font-size: 20px; line-height: 30px; color: #f9a11b; font-family: 'Noto Medium'; width: 100%; text-align: center;}
.ipp-level_5{width: 183px; height: 201px; background: url(../../images/sub/ipp_back_3.png) no-repeat; display: table;}
.ipp-level_5 p{display: table-cell; vertical-align: middle; font-size: 20px; line-height: 30px; color: #f9a11b; font-family: 'Noto Medium'; width: 100%; text-align: center;}

@media all and (max-width: 1420px){
    .ipp-box{margin-right: 20px;}
    .ipp-level_1{width: 150px; height: 150px; background-size: cover;}
    .ipp-level_2{height: 150px;}
    .ipp-level_3{width: 150px; height: 150px; background-size: cover;}
    .ipp-arrow{height: 150px;}
    .ipp-level_4{width: 137px; height: 150px; background-size: cover;}
    .ipp-level_5{width: 137px; height: 150px; background-size: cover;}
}

@media all and (max-width: 1023px) {
    .ipp-level_1{width: 100px; height: 100px;}
    .ipp-level_1 p{font-size: 20px;}
    .ipp-box > p{font-size: 16px; line-height: 19px;}
    .ipp-arrow{height: 100px; text-align: center;}
    .ipp-arrow img{width: 30px;}
    .ipp-level_2{height: 100px;}
    .ipp-level_2 p{font-size: 16px;}
    .ipp-level_2 .plus-image{width: 50px; margin: 5px auto;}
    .ipp-level_3{width: 100px; height: 100px;}
    .ipp-level_3 p{font-size: 16px; line-height: 1.3;}
    .ipp-level_4{width: 91px; height: 100px;}
    .ipp-level_4 p{font-size: 16px; line-height: 25px;}
    .ipp-level_5{width: 91px; height: 100px;}
    .ipp-level_5 p{font-size: 16px; line-height: 25px;}
}

@media all and (max-width: 768px) {
    .ipp-service-box > div{float: none;}
    .ipp-box{margin-right: 0;}
    .ipp-level_1{width: 150px; height: 150px;}
    .ipp-arrow{width: 100%;}
    .ipp-arrow img{transform: rotate(90deg);}
    .ipp-level_2{height: 150px;}
    .ipp-level_2 .plus-image{margin: 15px auto;}
    .ipp-level_3{width: 150px; height: 150px; margin-top: 35px;}
    .ipp-level_4{width: 150px; height: 165px;}
    .ipp-level_5{width: 150px; height: 165px;}
}

.application-inner::after{content:""; display: table; clear: both;}
.application-inner > div{float: left;}
.application-image{width: 22.9%; max-width: 320px;}
.application-image img{width: 100%;}
.application-image p{text-align: center; font-family: 'Noto Light'; font-size: 18px; color: #666666; margin-top: 15px;}
.application-image p span{font-family: 'Noto Regular'; color: #e8437b;}
.application-area{width: 1.4%; height: 100px;}
.application-arrow{width: 3.5%; text-align: center; margin-top: 10.5%;}

@media all and (max-width: 1023px) {
    .application-image p{font-size: 16px;}
}

@media all and (max-width: 768px) {
    .application-inner > div{float: none;}
    .application-image{width: 80%; margin: 0 auto;}
    .application-area{height: 20px;}
    .application-arrow{width: 32px; margin: 20px auto; transform: rotate(90deg);}
}


.lesson-wrap{max-width: 1400px; margin: 0 auto;}
.lesson-inner{background: url(../../images/sub/lesson_background.png) no-repeat top center; padding: 80px 0 60px 0; position: relative;}
.lesson-inner::before{content:""; display: block; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.6); left: 0; top: 0; z-index: 1;}
.lesson-box{position: relative; z-index: 2;}
.lesson-title{max-width: 460px; width: 100%; margin: 0 auto; border: 1px solid #7c88a0; padding: 40px 0 45px 0; text-align: center;}
.lesson-title .eng{color: white; font-size: 16px; font-family: 'Mont Medium'; font-weight: 500;}
.lesson-title h1{font-family: 'Mont Bold'; font-weight: 700; color: white; font-size: 52px; margin: 13px 0; line-height: 1.2; letter-spacing: 0.2em;}
.lesson-title .kor{color: white; font-size: 20px; font-family: 'Noto Light';}
.lesson-box .lesson-name{font-family: "Noto Bold"; color: white; font-size: 50px; text-align: center; margin-top: 52px;}
.lesson-box p{margin-top: 40px; text-align: center; color: white; font-family: 'Noto Light'; font-size: 20px; line-height: 1.9;}

@media all and (max-width: 768px) {
    .lesson-title{max-width: none; width: calc(100% - 40px); margin: 0 auto;}
    .lesson-box .lesson-name{font-size: 40px;}
    .lesson-box p{font-size: 16px; line-height: 30px;}
}

@media all and (max-width: 420px) {
    .lesson-title h1{font-size: 45px;}
    .lesson-box .lesson-name{margin-top: 30px; font-size: 30px;}
}

.wrap-viewer {position: relative; padding: 40px 40px 56px 180px; background: #f7f7f7 url('../../images/sub/ico-viewer.png') no-repeat 30px center; border-top: 1px solid #222222; border-bottom: 1px solid #e1e1e1;}
.wrap-viewer::after {content: ''; position: absolute; right: 0px; top: 0px;  width: 158px; height: 146px; background: url('../../images/sub/bg-viewer.png') no-repeat center center;}
.wrap-viewer p {margin: 0 0 25px 0; font-family: 'Noto Light'; font-size: 18px; line-height: 1.5; color: #666;}
.wrap-viewer .btns a {position: relative; margin: 0 40px 0 0; padding: 8px 55px 8px 0; font-family: 'Noto Light'; font-size: 16px; color: #222;}
.wrap-viewer .btns a::after {content: ''; position: absolute; right: 0px; top: 0px; width: 40px; height: 40px; border-radius: 100%; }
.wrap-viewer .btns a.download::after {background: #b2070a url('../../images/sub/ico-download-viewer.png') no-repeat center center;}
.wrap-viewer .btns a.big::after {background: #b2070a url('../../images/sub/ico-big-viewer.png') no-repeat center center;}
.wrap-viewer .btns a span {position: relative;}
.wrap-viewer .btns a span::after {content: ''; position: absolute; left: 0px; bottom: -2px; width: 0px; height: 1px; background: #222; transition: 0s;}
.wrap-viewer .btns a span:hover::after {width: 100%; transition: .4s;}

@media all and (max-width: 1150px) {
  .wrap-viewer {padding: 40px; background-image: none;}
  .wrap-viewer p br {display: none;}
  .wrap-viewer .btns {display: inline-block; width: 100%;}
  .wrap-viewer .btns a {float: left; width: 50%; margin: 5px 30px 5px 0; padding: 4px 55px 4px 0;}
}

@media all and (max-width: 940px) {
  .wrap-viewer .btns {display: inline-block; width: 100%;}
  .wrap-viewer .btns a {width: 45%; display: block;}
}

@media all and (max-width: 620px) {
  .wrap-viewer .btns {display: inline-block; width: 100%;}
  .wrap-viewer .btns a {width: 100%;}
}

#menu487_obj5816 {display: none;}
