@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
 * date : 2020-11-25
******************************************************** */

/* ******************  서브공통 ********************** */
/* -------- 공통 스크롤바  -------- */
.custom-scrollbar-cover{display:none;}

/* -------- 공통 :: 탭 -------- */
/* Tab 공통 스타일 */
.sub-tab-wrapper-style{position:relative; height:60px; margin-bottom:15px; }
.sub-tab-list-style ul{display:table; width:100%; height:100%; table-layout:fixed;}
.sub-tab-list-style ul:after{display:none}
.sub-tab-list-style ul li{/* float:left; */ display:table-cell; vertical-align:middle; position:relative; width:20%; background-color:#fff; border:1px solid #e5e5e5; border-left:0 }
.sub-tab-list-style ul li:first-child{border-left:1px solid #e5e5e5;}
.sub-tab-list-style ul li a{display:table; height:58px; width:100%; }
.sub-tab-list-style ul li a em{display:table-cell; vertical-align:middle; color:#494949; font-size:18px; letter-spacing:-0.30px; text-align:center;}
.sub-tab-list-style ul li.selected{z-index:1; }
.sub-tab-list-style ul li.selected a{background-color:#333; border-color:#333}
.sub-tab-list-style ul li.selected a em{color:#fff; }
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:70px; left:0; width:100%; height:60px;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}

@media all and (min-width:1025px){
	/* Tab Fixed Background */
	.sub-tab-list-style:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#fff; border-bottom:1px solid #e5e5e5; transition:all 0.5s}
	.sub-tab-list-style.top-fixed:before{width:100%; margin-left:-50%}
}

/* -------- 공통 :: 풀페이지 -------- */
#fp-nav{position: fixed; z-index: 100; bottom: 50px; right: 135px; opacity: 1; -webkit-transform: translate3d(0,0,0);}
#fp-nav ul{display: flex;}
#fp-nav ul li{position:relative; width:20px; margin: 0 18px;}
#fp-nav ul li:last-child{display:none} /* 마지막 섹션이 footer일경우 */
#fp-nav ul li a{display:block; position:relative; width:100%; height:20px; box-sizing:border-box; padding:5px; }
#fp-nav ul li a span{display:block; width: 6px; height: 6px; background-color: transparent; border: 1px solid #fff; opacity: .5; border-radius:50%;}
#fp-nav ul li a.active span{opacity:1.0;filter:Alpha(opacity=100); background-color: #fff;}
#fp-nav ul li a.active:before{content: ""; position: absolute; top: -10px; left: -11px; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; opacity: .2;} 

@media (max-width: 1660px){
	#fp-nav{right: 30px;}
}
@media all and (max-width:1366px){
	#fp-nav{right:10px;}
}
@media all and (max-width:1024px){
	#fp-nav{display:none;}
}

/* -------- 공통 :: 스크롤 -------- */
#scrollDown {position: fixed; top: 50%; margin-top:-27px; left:155px; z-index:99; transition: all 0.4s;}
#scrollDown .scroll-down {display:block; width: 16px; height: 124px; background: url("/images/content/sub_scroll_down_white.png") center/contain no-repeat; transition: background 0.4s;
animation: upDown 1.5s ease-in-out infinite;}
#scrollDown.black .scroll-down {background-image:url("/images/content/sub_scroll_down.png");}
@keyframes upDown {
	0% {
		opacity: 0.5;
		transform:  translateY(-5px);
	}
	50% {
		opacity: 1;
		transform: translateY(5px);
	}
	100% {
		opacity: 0.5;
		transform:  translateY(-5px);
	}
}
#scrollDown.static {position:absolute; top:auto; }
@media all and (max-width:1660px){
	#scrollDown {display:none;}
}

/* -------- 공통 :: 문장효과 -------- */
.cm-word-split-JS { overflow:visible;}
.cm-word-split-JS.splitting {opacity:0; }
.cm-word-split-JS.splitting span {display:block; overflow:visible; opacity:0;}
.animated .cm-word-split-JS.splitting {opacity:1;}
.animated .cm-word-split-JS.splitting span{
	-webkit-animation: text-active-animation 1s ease-out  both;
	animation: text-active-animation 1s ease-out both;
}
@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(30px); 
		transform: translateY(30px); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0); 
		transform: translateY(0); 
	}
}

@media all and (max-width:1024px){
	.cm-word-split-JS.splitting span {display:inline;}
	[data-type="responsive"] {
		 -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
	}
	.animated[data-type="responsive"] {
		  opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


/* ****************** KANO ********************** */
/* -------- 공통 :: 텍스트 -------- */
.cm-tit {font-size:3.375em; letter-spacing: -0.01203em; line-height:1.29; color: #000; font-weight:100;}
.cm-tit-02 {font-size:2em; letter-spacing: -0.04em; line-height:1.5; color: #000; font-weight:300;}
.cm-txt {font-size:1.125em; letter-spacing: -0.04722em; line-height:1.77; color: #939393; font-weight:300;}
.red-txt {color: #0c91b3;}

/* -------- 인사말 -------- */
.greeting-con .tit-box .cm-txt {margin-top:2.22em;}
.greeting-con .img-box {margin-top:0;}
.greeting-con .img-box img {width:100%; }
.greeting-con .txt-box {margin-top:3.75em;}
.greeting-con .txt-box + .txt-box {margin-top:2.75em;}
.greeting-con .txt-box .tit {font-size:1.625em; letter-spacing: -0.025em; line-height:1.384em; color: #000; font-weight:300;}
.greeting-con .txt-box .cm-txt {margin-top:0.833em;}
.greeting-con .sign-box {display:flex; justify-content:space-between;     align-items: flex-end;}
.greeting-con .sign-box .sign {display:block; margin-left: 20px;}


/* -------- 경영철학 -------- */ 
.management-con .tit-box .cm-tit {display:block; margin-top:0.37em;}
.management-con .con-box {margin-top:100px;}
.management-list {display:flex; margin:0 -2.276%;}
.management-list li {width:28.781%; margin:0 2.276%;}
.management-list li dt {overflow:hidden;}
.management-list li img {width:100%; box-shadow:20px 20px 30px rgba(0, 0, 0, 0.27); 	
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	transition:transform 0.3s}
.management-list li:hover img {
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}
.management-list li dd {margin-top:2.375em;}
.management-list li b {font-size:1em; color: #0c91b3; font-weight:800;}
.management-list li .tit {display:block; font-size:2em; letter-spacing: -0.02031em; line-height:1.125; color: #000;  font-weight:300; margin-top:0.25em;}
.management-list li .cm-txt {margin-top:1.125em;}

/* -------- 채용 -------- */ 
.recruit-con .tit-box .cm-txt {margin-top:1.33em;}
.recruit-con .process-box {margin-top:100px;}
.recruit-con .process-box .tit {font-size:1.625em; letter-spacing: -0.01923em; color: #000; font-weight:700; }
.recruit-process-list {display:flex; border-top:1px solid #eae7e7; border-bottom:1px solid #eae7e7; margin-top:1.5625em;}
.recruit-process-list li {width:20%; text-align:center; padding:60px 15px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
.recruit-process-list li:nth-child(odd) {background-color:#f7f7f7;}
.recruit-process-list li dt {width:45.65%; min-width:75px; margin:0 auto;}
.recruit-process-list li .icon {display:block;  padding-top:100%; background: no-repeat center / 100%; }
.recruit-process-list li .num {display:block; font-size:1.5em; color: #0c91b3; letter-spacing: -0.0625em; font-weight:700; font-style:italic; margin-top:1.66em;}
.recruit-process-list li .txt { font-size:1.4375em; line-height:1.3; color: #000; letter-spacing: -0.02826em; font-weight:500; margin-top:0.4347em;}
.recruit-con .txt-box {margin-top:5.75em;}
.recruit-con .txt-box .tit {display:block; font-size:1.125em; letter-spacing:-0.0333em; color: #0c91b3; font-weight:500; }
.recruit-con .txt-box .tit i {font-size:1.166em; margin-right:10px; line-height:0.8571em; vertical-align:bottom;}
.recruit-con .txt-box .txt-list {margin-top:1.25em;}
.recruit-con .txt-box .cm-txt {display:inline-block; position:relative; padding-left:15px; }
.recruit-con .txt-box .cm-txt:before {content:""; width:3px; height:3px; background-color:#939393; position:absolute; left:0; top:calc(0.885em - 1.5px); }
.recruit-con .txt-box .cm-txt a {color: #555; font-weight:400;}

/* -------- 회사연혁 -------- */
.history-title-box{margin-bottom: 100px;}
.history-title-box strong{display: block; margin-bottom:20px; font-size: 24px; color: #0c91b3}
.history-title-box h3{font-size: 54px; font-weight: 100; color: #000; letter-spacing: -2.5px; line-height: 1.4;}
.history-list-box-style02 .history-year-box{position:relative; display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 180px}
.history-list-box-style02 .history-year-box:before,
.history-list-box-style02 .history-year-box .history-year-item:before{position:absolute; top:15px; left: 50%; margin-left: 100px; width:1px; height: 100%; background-color:#e5e5e5; content:""; transition: all .3s}
.history-list-box-style02 .history-year-box:last-child{padding-bottom: 90px;}
.history-list-box-style02 .history-year-box:last-child:before{display: none;}
.history-list-box-style02 .history-year-box .history-year-item:before{left: 100px; margin-left: 0;}
.history-list-box-style02 .history-year-box:last-child .history-year-item:last-child:before{display: none;}
.history-list-box-style02 .history-year-box .history-img-con{width:38.5%; position: relative; height: 300px; -webkit-box-shadow: 20px 20px 40px rgba(0,0,0,.27);box-shadow: 20px 20px 40px rgba(0,0,0,.27);}
.history-list-box-style02 .history-year-box .history-img-con .tit-year{position: absolute; top: 310px; left: 0; font-size:70px; color: rgba(0,0,0,.1); font-weight: 700;}
.history-list-box-style02 .history-year-box .history-year-list-con{width: 50%}
.history-list-box-style02 .history-year-box .history-year-item {position:relative; padding-bottom:40px;}
.history-list-box-style02 .history-year-box .last-year-con {padding-bottom: 100px}
.history-list-box-style02 .history-year-box .history-year-item .history-year{position:absolute; top:0; left:0px; width:100px;}
.history-list-box-style02 .history-year-box .history-year-item .history-year:after{position:absolute; display:block; content:""; top:6px; right:-4px; width:7px; height:7px; background-color:#999; -webkit-border-radius:7px;-moz-border-radius:7px;-o-border-radius:7px;border-radius:7px; transition: all .4s}
.history-list-box-style02 .history-year-box .history-year-item .history-year:before{position:absolute; display:block; content:""; top:21%; right:-9px; width:15px; height:15px; margin-top:-3px; background-color:#fff; border:1px solid #999; -webkit-border-radius:15px;-moz-border-radius:15px;-o-border-radius:15px;border-radius:15px; transition: all .4s}
.history-list-box-style02 .history-year-box .history-year-item .history-year strong{position: relative; left: 10px; color:#000; font-weight:400; font-size:20px}
.history-list-box-style02 .history-year-box .history-year-item .history-info-con{position: relative; padding: 0 0 0 150px}
.history-list-box-style02 .history-year-box .history-year-item .history-year + .history-info-con{padding-bottom: 0;}
.history-list-box-style02 .history-year-box .history-year-item .history-info-con + .history-info-con{padding-bottom: 0; padding-top: 10px}
.history-list-box-style02 .history-year-box .history-year-item .history-info-con p{position: relative; padding-left: 12px;  color:#939393; font-size:18px; font-weight:300; letter-spacing:-0.9px; line-height:1.4; word-break:keep-all}
.history-list-box-style02 .history-year-box .history-year-item .history-info-con p:before{content: ""; position: absolute; top: 10px; left: 0; width: 3px; height: 3px; background-color: #939393;}
.history-list-box-style02 .history-year-box .history-year-item .history-info-con p + p{margin-top: 10px;}
/* over.ver */
.history-list-box-style02 .history-year-box.over:before,
.history-list-box-style02 .history-year-box.over .history-year-item:before{background-color: #0c91b3}
.history-list-box-style02 .history-year-box .history-year-item.over .history-year:after{background-color: #0c91b3}
.history-list-box-style02 .history-year-box .history-year-item.over .history-year:before{border-color:#0c91b3}
/* -------- 조직도 -------- */
.org-page{position: relative; text-align: center;}
.org-page:before{content: ""; position: absolute; bottom: -100px; left: 50%; margin-left: -951px; width: 1090px; height: 670px; background: url(/images/content/org_point_bg.png) left/contain no-repeat;}
.org-page img{margin-bottom: 180px;}
.org-list{margin: -10px;}
.org-list li{position: relative; float: left; width: calc(33.33% - 20px); margin: 10px;}
.org-list li:before{content: ""; position: absolute; padding-top: 90px; top: -92px; left: 50%; height: 100%; border: 1px dashed #a7a5a6; opacity: .5;}
.org-list li:nth-child(2):before{padding-top: 160px; top: -162px;}
.org-list li:first-child:after, .org-list li:last-child:after{content: ""; position: absolute; top: -92px; width: 104%; border: 1px dashed #a7a5a6; opacity: .5;}
.org-list li:first-child:after{left: 50%;} .org-list li:last-child:after{right: 50%;}
.org-list .department-con{position: relative; padding: 80px 10px 40px; margin-bottom: 30px; background-color: #fff; -webkit-box-shadow: 20px 20px 40px rgba(0,0,0,.15);box-shadow: 20px 20px 40px rgba(0,0,0,.15);}
.org-list .department-con .icon-box{position: absolute; top: -50px; left: 50%; transform:translateX(-50%); width: 115px; height: 115px; border-radius: 50%; background-color: #fff; border: 1px dashed #a7a5a6}
.org-list .department-con .icon-box span{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: calc(100% - 15px); height: calc(100% - 15px); border-radius: 50%; background: #0c91b3 center no-repeat; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.org-list .department-con .icon01 span{background-image: url(/images/icon/org_icon01.png);}
.org-list .department-con .icon02 span{background-image: url(/images/icon/org_icon02.png);}
.org-list .department-con .icon03 span{background-image: url(/images/icon/org_icon03.png);}
.org-list .department-con dl{color: #000; letter-spacing: -0.65px; line-height: 1.3;}
.org-list .department-con dt{font-size: 28px; font-weight: 500;}
.org-list .department-con dd{margin-top: 10px; font-size: 18px; font-weight: 300; opacity: .5;}
.org-list .team-txt-item{position: relative; padding: 25px 10px; background-color: #fff; border: 1px solid #ddd; font-size: 20px; font-weight: 400; color: #333; letter-spacing: -.65px; line-height: 1.3;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.org-list .team-txt-item.gray-bg{background-color: #9e9e9e; border: 0; color: #fff;}
.team-list + .team-list, .team-list + .team-list.has-sub-item{margin-top: 10px;}
.team-txt-item.sub-item:not(:first-child){margin-top: 0!important; border-top-color: transparent;}
.has-sub-item .team-txt-item.sub-item:last-child{margin-bottom: 20px}
.has-sub-item:last-child .team-txt-item.sub-item{margin-bottom: 0!important;}
/* -------- 수상/인증 -------- */
.certificate-page-tit{margin-bottom: 15px; font-size: 32px; font-weight: 600; letter-spacing: -0.25px; line-height: 1.3; color: #000;}
.certificate-list + .certificate-page-tit{padding-top: 10px;}
.certificate-list{}
.certificate-list > ul{margin:0 -1%;}
.certificate-list > ul li{float:left; width:23%; margin:0 1% 70px 1%;}
.certificate-list .certificate-img-thumb{position:relative; padding-top: 315px;/* padding-top:105%; */ background-color: #f4f4f4; transition: all .3s}
.certificate-list .certificate-img-thumb .img-con{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 139px; height: 199px;}
.certificate-list .certificate-img-thumb .img-con:before{position: absolute; top: -13px; left: -13px; display: block; content: ''; width: 165px; height: 233px; background: url("../images/content/certificate_cover.png") 0 0 no-repeat; z-index: 1;}
.certificate-list .certificate-img-thumb .img-con span{position: relative; width: 100%; height: 0; padding-top: 199px; display: block;}
.certificate-list .certificate-img-thumb .img-con span img{position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%;}
/* .certificate-list .certificate-img-thumb .certificate-over-box{position:absolute; top:-1px; left:-1px; bottom:-1px; right:-1px; border:2px solid #ed1c24;opacity:0;filter:Alpha(opacity=0); visibility:hidden; -webkit-transition:all 0.3s; transition:all 0.3s}
.certificate-img-thumb .certificate-over-box i{position:absolute; top:50%; left:50%; margin:-25px 0 0 -25px; width:50px; height:50px; background-color:#ed1c24; text-align:center; line-height:50px; color:#fff; -webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;} */
.certificate-list .certificate-tit{font-size:26px; line-height: 1.1; color:#484848; font-weight:600; letter-spacing:-0.5px; text-align:center; max-width:100%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding-top:30px;}
.certificate-list .certificate-txt{margin-top: 15px; font-size: 15.5px; letter-spacing: -0.5px; color: #8c8c8c; text-align: center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

@media all and (min-width:801px){
	/* .certificate-list > ul li a:hover .certificate-img-thumb .certificate-over-box{opacity:1.0;filter:Alpha(opacity=100); visibility:visible;} */
	.certificate-list .certificate-img-thumb:hover{-webkit-box-shadow: 20px 20px 40px rgba(0,0,0,.15);box-shadow: 20px 20px 40px rgba(0,0,0,.15);}
}

/* -------- 오시는길 -------- */
/* 오시는길 :: 상단 */
.map-iframe-wrapper{position:relative; border:1px solid #ddd; margin:0px auto; }
.map-iframe-wrapper .map-iframe-con{padding-top:38.46%; position:relative; height:0;}
.map-iframe-wrapper .map-iframe-con iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}
/* 오시는길 :: 하단정보1 */
.map-tbl-con{margin-bottom:70px;}
.map-tbl{width:100%;}
.map-tbl th,.map-tbl td{padding:25px 15px; letter-spacing:-0.3px; font-size:18px; line-height:1.5}
.map-tbl th{padding-left: 0; width:120px; border-bottom:1px solid #000; color:#000; text-align:left; font-weight:500; }
.map-tbl th i{padding-right: 10px;}
.map-tbl td{border-bottom:1px solid #e5e5e5; color:#939393; font-weight:300; }
.map-tbl td p{margin-top:5px}
.map-tbl td p:first-child{margin-top:0}


/* ****************** BUSINESS ********************** */
/* -------- 제품기획/마케팅 -------- */ 
.maketing-con .con-box {display:flex; justify-content:space-between; }
.maketing-con .con-box .txt-box {padding-right: 20px; width:48.3%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.maketing-con .con-box .img-wrap {display:block; box-shadow:20px 20px 40px rgba(0, 0, 0, 0.27); }
.maketing-con .con-box .img-wrap img {max-width:100%;}
.maketing-con .con-box:nth-child(even) {flex-direction: row-reverse;}
.maketing-con .con-box:nth-child(even) .txt-box {padding-right:0; padding-left: 0;}

.maketing-con .con-box.box01 .txt-box .cm-tit-02 {margin-top:65px;}
.maketing-con .con-box.box01 .txt-box .cm-txt {margin-top:20px;}
.maketing-con .con-box.box02 {margin-top:94px;}
.maketing-con .con-box.box02 .txt-box .cm-tit-02 {margin-top:30px;}
.maketing-con .con-box.box03 {margin-top:77px;}
/* -------- 제품개발/제조 -------- */ 
.develop-con{display:flex; align-items:center;}
.develop-con > div{width: 50%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.develop-con .txt-box{padding-right: 25px;}
.develop-con .txt-box .icon{display: block; margin-bottom: 25px;}
.develop-con .txt-box .line{display: block; margin: 35px 0 45px; width: 30px; height: 1px; background-color: #000;}
.develop-con .txt-box .cm-tit{letter-spacing: -.1em;}
.develop-con .txt-box .cm-tit-02{margin-top: 30px; letter-spacing: -.1em;}
.develop-con .img-wrap {display:block; box-shadow:20px 20px 40px rgba(0, 0, 0, 0.27); }
.develop-con .img-wrap img {width:100%;}
/* -------- 글로벌 비즈니스 네트워크 -------- */
.global-network-con{position: relative; padding: 40px 0;}
.global-network-con:before{content: ""; z-index: -1; position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 1000%; height: 100%; background-color: #eeeded;}
.global-network-con .m-ver{display: none;}
.global-network-con .pc-ver{display: block;}
.global-network-con .pc-ver{position: relative; left: -50px;}
.global-network-con .arrow-img {display: block; position: absolute; top: 305px; left: 555px; width:120px; height:120px; transition:transform 1.6s ease-in-out, opacity 1s 0.3s ease-in-out; transform:scale(0.2); opacity:0}
.global-network-con .arrow-img span {display:block; position:relative; height:100%;}
.global-network-con .arrow-img img{position:absolute; bottom:50%; right:-10px; transform:translateY(50%); margin-bottom:20px;}
.global-network-con .logo-img{max-width:100%; position: absolute; z-index: 9; top: 410px; left: 560px;}
.global-network-con .spot-box{position:absolute; top: 305px; left: 560px; opacity:0; transition:all 1.5s;}
.spot-box span:nth-child(1) {animation-delay: 1s; }
.spot-box span:nth-child(2) {animation-delay: 1.5s; }
.spot-box span:nth-child(3) {animation-delay: 2s;}
.spot-box span:nth-child(4) {animation-delay:2.5s;}
.spot-box span:nth-child(5) {animation-delay: 3s; }
.spot-box span:nth-child(6) {animation-delay: 3.5s; }
.spot-box span:nth-child(7) {animation-delay: 4s;}
.spot-box span {
	background-color:rgba(191,30,46,.15);
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 120px;
	height: 120px;
	-webkit-animation: nation-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
	animation: nation-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite; 
}
.global-network-con .spot-box i{display:block; position:absolute; z-index: 1; top:0; left:0; margin: 56px 56px; width:8px; height:8px; background-color:#0c91b3; border-radius:50%;}
@keyframes nation-circle {
  0% {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0.3; 
   }
  50% {
	opacity: 1.0; 
   }
  100% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0; 
	} 
}
.global-network-con .list-box {position: absolute; top: 50%; transform:translateY(-50%); right: 0;}
.global-network-con .icon-list li + li{margin-top: 30px;}
.global-network-con .icon-list dl{display: flex; align-items:center;}
.global-network-con .icon-list dt img{filter: drop-shadow(10px 10px 15px rgba(0,0,0,.2));}
.global-network-con .icon-list dd{padding: 0 2vw;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.global-network-con .icon-list dd p{font-size: 25.63px; font-weight: 300; color: #000; letter-spacing: -.65px; line-height: 1.3;}
.global-network-con .icon-list dd em{font-size: 17px; font-weight: 300; color: #666; line-height: 1.3}

/* animated.ver */
.animated .map-box .arrow-img {transform:scale(1); opacity:1}
.animated .map-box .spot-box{opacity:1;}
/* .animated .spot-box span:nth-child(1){transition-delay:0.1s}
.animated .spot-box span:nth-child(2){transition-delay:0.2s}
.animated .spot-box span:nth-child(3){transition-delay:0.3s}
.animated .spot-box span:nth-child(4){transition-delay:0.4s} */

/* ****************** BRAND ********************** */
.brand-page .section{position: relative; display: flex; flex-direction: column; align-items: center; overflow:hidden;}
.brand-page .section:before{content: ""; position: absolute; top: 50%; transform:translateY(-50%); left: 50%; margin-left: -800px; width: 16px; height: 124px; background: url(/images/content/sub_scroll_down_white.png) center/contain no-repeat; transition: background 0.4s; animation: upDown 1.5s ease-in-out infinite;}
@keyframes upDown {
	0% {
		opacity: 0.5;
		transform:  translateY(-5px);
	}
	50% {
		opacity: 1;
		transform: translateY(5px);
	}
	100% {
		opacity: 0.5;
		transform:  translateY(-5px);
	}
}
.brand-page .bg {position:absolute; top:0; left:0; width:100%; height:100%;
	-webkit-transform: scale(1.1,1.1);
     transform: scale(1.1,1.1);
	-webkit-transition:transform 5000ms  ease-in-out ;
    transition:transform 5000ms ease-in-out ;	
}
.brand-page .section.active-section .bg {
    -webkit-transform: scale(1.0,1.0) rotate(0.002deg);
     transform: scale(1.0,1.0) rotate(0.002deg);
}
.brand-inner-con{color: #fff; letter-spacing: -0.5px; line-height: 1.4;}
.brand-inner-con .logo-box{display: block; margin-bottom: 55px;} .brand-inner-con .logo-box img{max-width: 100%;}
.brand-inner-con .brand-tit strong{padding-right: 10px; font-size: 40px; font-weight: 600;}
.brand-inner-con .brand-tit em{font-size: 18px; font-weight: 300;}
.brand-inner-con .brand-txt{margin-top: 15px; font-size: 24px; font-weight: 300;}
.brand-inner-con .link-btn{position: relative; display: block; margin-top: 80px; padding: 0 30px; width: 209px; height: 65px; line-height: 65px; background-color: #0c91b3; border-radius: 20px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; font-size: 16px; font-weight: 500; color: #fff; overflow:hidden;}  
.brand-inner-con .link-btn:before{content: "\e93f"; position: absolute; font-family: xeicon; top: 50%; transform:translateY(-50%); right: 25px; font-size: 20px; color: #fff;}
.brand-inner-con .link-btn:after {content: ''; box-sizing: border-box; position: absolute; top: -40%; right: 110%; width: 30px; height: 200%; background: rgba(255, 255, 255, 0.3); transform: rotate( 20deg );}
@media all and (min-width:801px){
	.brand-inner-con .link-btn:hover:after { right: -50%; transition: 1s ease all; }
}

/* ****************** NEWS ********************** */
/* 상단정보 */
.cm-board-page .bbs-view-top {position:relative; text-align:center; padding:0 50px 40px; border-top: none;}
.cm-board-page .bbs-view-top .notice {display:inline-block; width: 53px; height:23px; background-color:#0053a0; text-align:center; color:#fff; font-size:14px; line-height:23px; border-radius:0; padding:0px;}
.cm-board-page .bbs-view-top .bbs-tit {font-size: 40px; letter-spacing:-0.5px; color:#3f3f3f; line-height:1.3; font-weight:700; margin-top:10px;}
.cm-board-page .bbs-view-top .bbs-write-info {margin-top:15px; font-size: 16px; letter-spacing: -0.4px; color: #959595;}
.cm-board-page .bbs-view-top a {position:absolute; top:50%; margin-top: -20px; transform:translateY(-50%); font-size:45px; color:#9f9f9f;}
.cm-board-page .bbs-view-top a.prev-btn {left:0;}
.cm-board-page .bbs-view-top a.next-btn {right:0;}
/* 첨부파일 */
.cm-board-page .bbs-view-file-info-box {padding:40px 0; background-color:#fff; margin-bottom:0; border-bottom:0;}
.cm-board-page .bbs-view-file-info-box .tit {display:block; font-size:30px; letter-spacing:-0.5px; color: #3f3f3f; margin-bottom:10px; }
.cm-board-page .bbs-view-file-info-box .bbs-file-list a {display:inline-block; position:relative; padding-left: 25px; letter-spacing:-0.5px; color: #3f3f3f;}
.cm-board-page .bbs-view-file-info-box .bbs-file-list a:before {content:"\e904"; font-family:'xeicon'; position:absolute; left:0; top:0; }
/* 이전글,다음글 보기 */
.cm-board-page .bbs-view-prev-next-list {background-color: #f9f9f9; padding:28px 74px;}
.cm-board-page .bbs-view-prev-next-list li ,
.cm-board-page .bbs-view-prev-next-list li:first-child {border:0;}
.cm-board-page .bbs-prev-next-tbl th, .cm-board-page .bbs-prev-next-tbl td {height:38px; font-size:18px;}
.cm-board-page .bbs-prev-next-tbl .bbs-prev-next-tit {font-weight:600; padding-left:32px;}
.cm-board-page .bbs-prev-next-tbl .bbs-prev-next-tit i {right:auto; left:0;}
.cm-board-page .bbs-prev-next-tbl .bbs-prev-next-tit:after {display:none;}
.cm-board-page .bbs-prev-next-tbl td {position:relative; padding-right: 120px; }
.cm-board-page .bbs-prev-next-tbl td a {display:inline;}
.cm-board-page .bbs-prev-next-tbl td a .bbs-tit {display:inline-block; max-width:100%; vertical-align:middle;}
.cm-board-page .bbs-prev-next-tbl td .date {position:absolute; right:0; top: 50%; transform:translateY(-50%); color: #959595; font-size:16px;}
.cm-board-page .bbs-view-file-info-box + .bbs-view-prev-next-list {margin-top:0;}

.select-input .bbs-search-btn{font-size:20px; padding-right:15px; vertical-align:middle;}
/* 목록버튼 */
.cm-btn-controls .btn-style04 {width:200px; height:58px; line-height:57px; box-sizing:border-box; background-color: #0c91b3;  border: 1px solid transparent;  color: #fff; font-size:18px; font-weight:500; border-radius:20px;  transition: all 0.4s; }
@media all and (min-width:801px){
	.cm-btn-controls .btn-style04:hover {background-color:#fff; color: #0c91b3; border-color: #0c91b3;}
}

/*미래추가*/

.teacher{margin-top: 100px;}