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

/* ========================================================
 * SUB COMMON 
======================================================== */
/* -------- 서브공통 :: 공통배경 -------- */
/* 배경 1 */
.sub-cm-layout-container{position:relative; padding-top:312px; background-color:#a6804f}
.sub-cm-layout-container:before{position:absolute; top:0px; left:0px; width:48px; bottom:0px; max-height:917px; background-color:#a6804f; content:""; z-index:2;}
.sub-cm-layout-inner{position:relative; padding-top:121px; background-color:#fff;}
/* 배경2 */
.sub-layout2-outer-con{position:relative; background-color:#fff; }
.sub-layout2-outer-con:before{position:absolute; top:0px; left:0px; width:100%; height:203px; z-index:-1;  background-color:#562a34; content:""; transition:transform 1s}
.sub-layout2-outer-con.navy-line:before{background-color:#151f3c;}
.sub-layout2-outer-con.light-brown-line:before,
.sub-layout2-outer-con.light-brown-line:after{background-color:#a6804f}
.sub-layout2-inner-con{position:relative; min-height:100px; padding:110px 30px 0; background-color:#fff; }
.aos-animate .sub-layout2-outer-con:before{transform:translate(-28px, -28px);}

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

/* -------- 서브공통 :: 탭 -------- */
/* Tab 공통 스타일 1 */
.sub-tab-wrapper-style{position:relative; height:70px; margin-bottom:80px; }
.sub-tab-list-style > div > ul {display:table; width:100%; height:100%; table-layout:fixed;}
.sub-tab-list-style > div > ul:after{display:none}
.sub-tab-list-style > div > ul >  li{/* float:left; */ display:table-cell; vertical-align:middle; position:relative; width:20%; background-color:#f6f6f6; border:1px solid #eee; border-left:0 }
.sub-tab-list-style > div > ul >  li:first-child{border-left:1px solid #e5e5e5;}
.sub-tab-list-style > div > ul >  li > a{display:table; height:68px; width:100%; }
.sub-tab-list-style > div > ul >  li > a em{display:table-cell; vertical-align:middle; color:#494949; font-size:18px; letter-spacing:-0.50px; font-weight:300; text-align:center;}
.sub-tab-list-style > div > ul >  li.selected{z-index:1; border-color:#a6804f}
.sub-tab-list-style > div > ul >  li.selected a{background-color:#a6804f; }
.sub-tab-list-style > div > ul >  li.selected a em{color:#fff; }
/* Tab Fixed Move*/
.sub-tab-list-style.top-fixed{position:fixed; top:100px; left:0; width:100%; height:70px; z-index:11;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}
/* 탭 2차메뉴 */
.sub-tab-list-style .sub-tab-2dep-open-btn i{margin-left:5px; display:inline-block;}
.sub-tab-list-style .sub-tab-2dep-open-btn.open i{transform:rotate(180deg)}
.sub-tab-list-style .sub-tab-2dep-drop-list{display:none; position:absolute; text-align:center; top:100%; left:0px; right:-1px; padding:0 0 20px 0; background:#a6804f;}
.sub-tab-list-style .sub-tab-2dep-drop-list a{display:block; color:#fff; padding:12px 0; font-size:18px; font-weight:300; transition:opacity 0.3s}
.sub-tab-list-style .sub-tab-2dep-drop-list:hover a{opacity:0.7}
.sub-tab-list-style .sub-tab-2dep-drop-list li a:hover{opacity:1.0}
/* Tab 공통 스타일 2 */
.sub-tab-list-style2 ul{width:100%; height:100%; table-layout:fixed; text-align:center;}
.sub-tab-list-style2 ul:after{display:none}
.sub-tab-list-style2 ul li{display:inline-block; vertical-align:middle; position:relative; width:300px; padding:0 15px; background-color:#fff; }
.sub-tab-list-style2 ul li a{display:table; height:66px; width:100%; border-bottom:3px solid #d8d8d8;  }
.sub-tab-list-style2 ul li a em{display:table-cell; vertical-align:middle; color:rgba(0,0,0,0.5); font-size:20px; letter-spacing:-0.50px; line-height:1.3; font-weight:400; text-align:center; transition:all 0.3s}
.sub-tab-list-style2 ul li.selected{z-index:1;}
.sub-tab-list-style2 ul li.selected a{border-color:#151f3c; }
.sub-tab-list-style2 ul li.selected a em{color:#151f3c; font-weight:600; }
.sub-tab-list-style2 ul li a:hover em{color:#000;}
/* Tab Fixed Move*/
.sub-tab-list-style2.top-fixed{position:fixed; top:100px; left:0; width:100%; height:70px; z-index:11;}
/* Mobile Tab Drop Menu */
.sub-drop-open-btn-style{display:none}
@media all and (min-width:1421px){
	.sub-tab-list-style2 ul li.long{width:auto; max-width:400px;}
}
@media all and (min-width:801px){
	/* Tab 공통 스타일 1 Fixed Background */
	.sub-tab-list-style:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#f6f6f6; border-bottom:1px solid #eee; transition:all 0.5s}
	.sub-tab-list-style.top-fixed:before{width:100%; margin-left:-50%}
	/* Tab 공통 스타일 2 Fixed Background */
	.sub-tab-list-style2:before{position:absolute; top:0px; bottom:0px; left:50%; width:0; content:""; background-color:#fff; border-bottom:1px solid #eee; transition:all 0.5s}
	.sub-tab-list-style2.top-fixed:before{width:100%; margin-left:-50%}
}

/* -------- 서브공통 :: 버튼 -------- */
/* 버튼 style 1 */
.cm-btn-style01{position: relative; display: inline-block; vertical-align: middle; background: transparent; width: 215px; height:42px;}
.cm-btn-style01 .circle{
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); 
	position: relative; 
	display: block; 
	width: 42px; 
	height: 42px;
	background: #050505; 
	border-radius: 42px;
	text-align:center;
}
.cm-btn-style01 .arrow{position:absolute; width:42px; height:100%; text-align:center; right:0px; line-height:38px;}
.cm-btn-style01 .arrow i{vertical-align:middle; color:#fff; font-size:18px;}
.cm-btn-style01 .txt {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
	margin: 0 0 0 20px; 
	color: #383636; 
	font-size:18px;
	font-weight: 400; 
	line-height: 42px; 
	text-align: center;
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1); 
	font-family:'Play','Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
}
@media all and (min-width:801px){
	.cm-btn-style01:hover .circle {width: 100%;}
	.cm-btn-style01:hover .txt {color: #fff; margin-left:0}
}
/* 버튼 style 2 */
.cm-btn-style02{position:relative; display:inline-block; padding:0 15px; box-sizing:border-box; font-size:20px ; color:#fff; text-align:left; border-bottom:4px solid #fff; }
.cm-btn-style02:before{
	position:absolute; 
	bottom:0px; 
	left:0; 
	top:-4px;
	width:100%; 
	background-color:#fff; 
	content:""; 
	transition:transform 0.5s; 
	transform: scaleX(0); 
	transform-origin:right center;  
}
.cm-btn-style02 span{display:inline-block; line-height:46px; font-weight:400;  transition:all 0.3s}
.cm-btn-style02 i{position:relative; top:1px;}
@media (hover: hover) {
	.cm-btn-style02:hover{color:#a37a50;}
	.cm-btn-style02:hover:before{ transform: scaleX(1); transform-origin:left center;  }
	.cm-btn-style02:hover span{color:#a37a50; transform:translateX(5px)}
}

/* 버튼 style 3 */
.cm-btn-style03{display:inline-block; position:relative; background-color:#000; border:2px solid #000; box-sizing:border-box; text-align:center; }
.cm-btn-style03:before{position:absolute; top:0px; bottom:0px; left:0; width:100%; background-color:#fff; content:""; transform:scaleY(0); transition:all 0.3s}
.cm-btn-style03 em{display:inline-block; position:relative; color:#fff; font-size:18px;  transition:all 0.3s}
@media (hover:hover) {
	.cm-btn-style03:hover:before{transform:scaleY(1)}
	.cm-btn-style03:hover em{color:#000;}
	.cm-btn-style03:hover i{color:#151f3c;}
}

/* -------- 서브 :: 공통효과 -------- */
/* 사진 위 animation */
.pass-bg-ani{overflow:hidden; position:relative;}
.pass-bg-ani:before{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.aos-animate .pass-bg-ani:before{
	-webkit-transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-webkit-transition: -webkit-transform 1.5s 0.5s;
	transition: transform  1.5s 0.5s;
}
@media (hover: hover) {
	a:hover .pass-bg-ani:before {
		-webkit-transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
		transform: scale3d(2.5,2.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	}
}
/* 배경 펼쳐지는 animation */
.bg-spread-ani{position:relative;}
.bg-spread-ani:before{position:absolute; top:0; left:0; content:"";  transition:width 1s; width:0; transform-origin:left top; }
.aos-animate.bg-spread-ani:before{width:100% !important}
@media all and (min-width:1921px){
	.bg-spread-ani:before{background-size:100% auto !important;}
}

/* -------- 서브 :: 공통 수상자 Name Box -------- */
.laureate-prize-name-box{padding-right:103px; height:50px; line-height:50px; transition:clip 1s; clip:rect(0px,0px,50px,0)}
.laureate-prize-name-box span{position:relative; display:inline-block; min-width:370px; box-sizing:border-box; padding:0 70px; color:#fff; font-size:21px; display:flex; align-items:center; line-height:1.1; height:100%; }
.laureate-prize-name-box span:after{position:absolute; left:100%; height:50px; content:""; width:102px; background:url(/images/common/winner_pize_name_bg.png) no-repeat 100% 0;}
.aos-animate:not(.main-laureate-container) .laureate-prize-name-box{clip:rect(0px,800px,50px,0)}


/* -------- 서브 :: 공통 재생버튼 및 재생영역 -------- */
.video-view-iframe-con{position:relative; background-color:#000; height:0; padding-top:56.22%}
.video-view-iframe-con .video-play-btn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.video-view-iframe-con iframe{position:absolute; top:0px; left:0px; width:100%; height:100%; }
.video-play-btn{display:block; width:121px; height:121px; position:relative; background-color:#3c2327; border-radius:50%; transition:all 0.3s }
/* 비디오 영역 play버튼 */
.video-play-btn .play-buttton {
	position:absolute;
	width:70px;
	height:70px;
	left:50%;
	top:50%;
	margin:-35px 0 0 -33px;
	-webkit-transition: all 0.5s ease;
	transform:scale(0.8);
}
.video-play-btn .play-buttton .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: rgba(255,255,255,1);
  transform: translateY(0);
}
.video-play-btn:hover{
	background-color:#4b3337;
}
.video-play-btn:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #fff;
  animation: nudge 0.7s ease-in-out;
}
.video-play-btn.navy{background-color:#151f3c}
.video-play-btn.navy:hover{
	background-color:#364163;
}
@media all and (min-width:1025px){
	.video-play-btn.small{width:83px; height:83px;}
	.video-play-btn.small .play-buttton{transform:scale(0.6)}
	.video-play-btn.x-small{width:50px; height:50px;}
	.video-play-btn.x-small .play-buttton{transform:scale(0.4)}
}
@keyframes nudge {
  0% {
	transform: translateX(0);
  }
  30% {
	transform: translateX(-5px);
  }
  50% {
	transform: translateX(5px);
  }
  70% {
	transform: translateX(-2px);
  }
  100% {
	transform: translateX(0);
  }
}

/* -------- 서브 공통 :: 게시판 검색 상단 -------- */
.board-list-top-con{margin-bottom:35px;}
.board-top-left{float:left;}
.board-top-right{float:right;}
/* 상단 :: select 영역 */
.board-top-left .custom-select-box{width:185px;}
/* 상단 :: 검색영역 */
.bbs-search-box{position:relative; width:285px; }
.bbs-search-box input{display:inline-block; vertical-align:middle; width:100%; height:42px; font-size:14px;  padding:0 30px 0 15px; box-sizing:border-box; border:0; border-bottom:2px solid #111; background-color:#fff; transition:all 0.3s}
.bbs-search-box .search-btn{position:absolute; top:0px; right:0px; color:#111; font-size:22px; line-height:42px; transition:all 0.3s}
.bbs-search-box input:focus{border-bottom-color:#876445; outline:none;}
.bbs-search-box input:focus + .search-btn{color:#876445}

/* -------- 커스텀 Select -------- */
.custom-select-box{width:100%;}
.custom-select-box select{display:none;}
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	cursor: pointer;
	width:100%;
	vertical-align:middle;
}
.custom-select {
	position: relative;
	display: block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	color: #111;
	line-height: 40px;
	background-color: #ffffff;
	border-bottom:2px solid #111;
	box-sizing:border-box;
	padding-left:10px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-size:17px;
}
.custom-select-trigger:after{
	font-family:"xeicon";
	position:absolute;
	right:10px;
	content: "\e943";
}
.custom-select.opened .custom-select-trigger:after{
	transform:rotate(180deg);
}
/* open 리스트 */
.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0%;
	right: 0;
	width: 100%;
	box-sizing:border-box;
	z-index:11;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	background: #fff;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	border:1px solid #111;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	overflow:hidden;
}
.custom-option {
	position: relative;
	display: table;
	border-top:1px solid #eee;
	width:100%;
	height:40px;
	padding: 0 10px;
	font-size:14px;
	font-weight: 400;
	color: #666;
	line-height: 1.3;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.custom-option:first-child{
	border-top:0;
}
.custom-option em{
	display:table-cell;
	vertical-align:middle;
}
.custom-option:hover,
.custom-option.selection {
	color: #000;
	background-color:#f2f2f2;
}

/* -------- 커스텀 Select2 -------- */
.select-year-box{position:relative; width:200px; text-align:left; letter-spacing:-0.25px;}
.select-year-box .select-year-open-btn{display:block; width:100%; height:42px; line-height:40px; padding:0 10px; text-align:left; font-size:17px; background-color:#fff; color:#111; box-sizing:border-box; border-bottom:2px solid #111}
.select-year-box .select-year-open-btn:after{position:absolute; right:5px; top:50%; transform:translateY(-50%); font-size:18px; color:#666; font-family: 'xeicon'; content: "\e943"}
.select-year-box.open .select-year-open-btn:after{transform:translateY(-50%) rotate(180deg);}
.select-year-list{position:absolute; top:100%; left:0px; width:100%;  background-color:#fff; border:1px solid #111; z-index:11; display:none; box-sizing:border-box; }
.select-year-list li{border-top:1px solid #eee;}
.select-year-list li:first-child{border-top:0;}
.select-year-list a{display:block; height:40px; line-height:40px; padding:0 10px; color:#333; font-size:14px;}
.select-year-list a:hover{background-color:#f2f2f2;}

/* -------- 서브 공통 :: Modal Style -------- */
/* 수상자 :: 모달 */
#laureatesModalCon{max-width:1600px; margin:50px auto;}
.laureates-close-btn{display:block; margin:0px auto 100px; width:77px; height:77px; border:2px solid rgba(255,255,255,0.9); border-radius:50%; transition:all 0.3s}
.laureates-close-btn i{font-size:28px;  line-height:75px; color:#fff; vertical-align:top; transition:all 0.3s}
.laureates-close-btn:hover{border-color:#a6804f; background-color:#a6804f; }
.laureates-close-btn:hover i{transform:rotate(180deg)}
.lareates-modal-wrapper{background-color:#fff;}
.lareates-modal-tit-box{position:relative; top:-53px; margin:0 100px; text-align:center; }
.lareates-modal-tit-box-inner{display:table; width:100%; height:175px; }
.lareates-modal-tit-box-inner h2{display:table-cell; vertical-align:middle; padding:0 30px; color:#fff; font-size:42px; letter-spacing:-1px; line-height:1.5; font-weight:500;}
.lareates-modal-inner-con{padding:50px 100px;}
.gisa-btn-box{text-align:center; background-color:#f2f2f2; padding:30px;}
.gisa-btn-box dt,
.gisa-btn-box dd{display:inline-block; vertical-align:middle; font-size:18px; }
.gisa-btn-box dt{margin-right:1em;}
.gisa-btn-box dd a{display:inline-block; color:#333; word-break:break-word;}
.gisa-btn-box dd a i{position:relative; margin-left:5px; color:#916d48; top:1px;}
.gisa-btn-box dd a:hover{text-decoration:underline;}
/* 비디오 영역 :: 모달 */
.video-modal-content{position:relative; width:96%; max-width:1000px; margin:20px auto; }
.video-modal-content h1{height:30px; line-height:1.5; padding:0 30px; margin-bottom:15px; font-size:24px; font-weight:400;  text-align:center; color:#fff;}
.video-modal-inner{width:100%;}
.video-modal-inner .video-container{position:relative; width:100%; height:0; padding-top:65%; }
.video-modal-inner .video-container iframe{position:absolute; top:0px; left:0px; right:0px; bottom:0px;}


/* ========================================================
 * ABOUT :: 재단소개
======================================================== */
/* ******************  위원회 소개  ********************** */
/* -------- 위원회 소개  -------- */
#committeeContent{font-size:18px;}
/* 위원회 소개 :: 상단 */
#committeeTopCon{margin-bottom:50px; color:#202020; position: relative; padding-bottom:500px;/* padding-bottom:300px; */ margin-top: 250px;}
/* #committeeTopCon .committee-top-txt-con {padding-left:85px;} */
#committeeTopCon:before {display: block; content:""; background:url('/images/content/committee_bg.png')no-repeat; background-size:cover; width: 100%; /* height: 47.93%; */height: 465px; position:absolute; bottom:0; left:50%; z-index:10; max-width: 1680px; transform: translateX(-50%); background-position:50% 50%;}
#committeeTopCon .committee-top-txt1{display:block; color:#151f3c; font-size:2.77em; margin-bottom:0.86em}
#committeeTopCon .committee-top-txt2{font-size:1.66em; margin-bottom:1.56em; line-height:1.6; letter-spacing:-1px;}
#committeeTopCon .committee-top-txt3{font-size:1em; line-height:1.77; opacity:0.9}
.committee-img-box {display:flex; margin-top: 5em; width: 100%; justify-content: center;}
.committee-img-box .committee-foundeation-derecitor-con {position: relative; z-index:20;}	
.committee-img-box .committee-foundeation-derecitor-con:first-of-type {margin-right: 40px;}
.committee-tit {font-size:2.5em; color:#000; margin-bottom:0.9em; text-align:center;}
.committee-top-txt-inner{display:flex; flex-direction:column-reverse; align-items:flex-start;}
.committee-foundeation-derecitor-con{background:#f5f5f5; padding:2.5%;}
.committee-foundeation-derecitor-con img{width:250px;}
.committee-foundeation-derecitor-con dl{display:block;; margin-top:1em; line-height:1.1;}
.committee-foundeation-derecitor-con dl dt{margin-right:15px;  font-size:0.9em;color:#222; font-weight:500;}
.committee-foundeation-derecitor-con dl dd{color:#555;  font-size:1.2em; margin-top:10px; line-height:1.4;}

.committee-tit {margin-bottom: 100px; font-size:50px; color: #111; font-weight: 600; letter-spacing: -1px;}
/* 위원회소개 :: 위원장 */
#committeeChairmanCon{background-color:#f3f3f3; max-width:1400px; margin: 0 auto; padding:50px;}
.chairman-container{display:flex; justify-content:space-between; align-items:center;}
.chairman-container .chairman-photo-con{width:320px;}
.chairman-container .chairman-photo-con img{width:100%;}
.chairman-container .chairman-info-con{padding-left:85px; width:calc(100% - 320px); box-sizing:border-box; }
.chairman-container .chairman-info-con .chairman-name{border-bottom:1px solid #585858; padding-bottom:1.33em; font-size:30px; color:#000;}
.chairman-container .chairman-info-con .chairman-name dt{margin-bottom:0.5em}
.chairman-container .chairman-info-con .chairman-name dd{font-weight:600; font-size:1.8em;}
.chairman-container .chairman-info-con .chariman-spec-info{margin-top:2.2em; /* float:right; */}
.chairman-container .chairman-info-con .chariman-spec-info li{line-height:1.2; margin-top:0.72em; color:#222;}
.chairman-container .chairman-info-con .chariman-spec-info li:first-child{margin-top:0;}
/* 위원회 소개 :: 위원회 리스트 */
#commuitteeListCon{margin:100px 0}
.committee-list-tit{font-size:2.22em; color:#000; margin-bottom:1em;}
.committee-list-con{margin:0 -1.3%}
.committee-list-con > li{float:left; width:22.4%; margin:0 1.3% 3%; }
.committee-list-con > li a{display:block;}
.committee-list-con > li .committee-photo{height:0; position:relative; padding-top:131.03%}
.committee-list-con > li .committee-name-info{position:relative; box-sizing:border-box; margin-top:1.22em; padding-right:30px;  }
.committee-list-con > li .committee-name-info .name{display:block; font-weight:400; white-space:nowrap; overflow:hidden;text-overflow:ellipsis; font-size:1.33em; color:#000; }
.committee-list-con > li .committee-name-info:after{position:absolute; top:50%; right:2px; z-index:3; width:8px; height:16px; content:""; background:url(/images/button/laureates_list_arrow.png) no-repeat 50% 50%; margin-top:-8px; transition:all 0.3s}



/* -------- 위원회 소개 상세  -------- */
/* 위원회 소개 :: 레이아웃 */
#committeeViewContent{position:relative; margin:100px auto; max-width:1070px; font-size:18px; background-color:#fff;}
#committeeViewContent .modal-close-btn{transform:translateY(-50px)}
.committee-view-container{display:flex; }
/* 위원회 뷰 :: 왼쪽 */
.committee-photo-container{width:50%; box-sizing:border-box; padding:38px 50px 60px;}
.committee-photo-container .commitee-name{font-size:1.66em; color:#000; font-weight:400; margin-bottom:0.83em;}
.committee-photo-container .photo-con img{width:100%;}
/* 위원회 뷰 :: 오른쪽 */
.committee-info-container{width:50%; background-color:#151f3c;  box-sizing:border-box; padding:92px 60px 60px;}
.committee-spec-list-con li{position:relative; padding-left:20px; margin-bottom:1em; color:#fff; opacity:0.8; line-height:1.3 }
.committee-spec-list-con li:last-child{margin-bottom:0}
.committee-spec-list-con li:before{position:absolute; top:8px; left:0px; width:2px; height:2px; content:""; background-color:#fff;}

/* ******************  수상기준 및 추천  ********************** */
/* 수상기준 및 추천 :: 레이아웃 */
.award-standard-container{display:flex; padding:60px 0; font-size:18px; border-bottom:1px solid #e4e4e4; color:#222;}
.award-standard-container:last-child{border-bottom:0}
.award-standard-container .award-standard-tit{width:355px; font-size:2em; letter-spacing:-1.5px; color:#222; padding-right:30px; box-sizing:Border-box; line-height:1.2}
.award-standard-container .award-standard-inner-con{width:calc(100% - 355px);}
.award-standard-container .award-standard-txt{opacity:0.8; line-height:2}
/* 수상기준 및 추천 :: 수상기준 */
.award-standard-list-con{width:100%; display:flex; }
.award-standard-list-con li{width:31.33%; margin:0 1%; box-sizing:border-box; padding:48px 40px; color:#fff; font-size:0.94em;}
.award-standard-list-con li:nth-child(1){background-color:#3c2327}
.award-standard-list-con li:nth-child(2){background-color:#151f3c}
.award-standard-list-con li:nth-child(3){background-color:#876445}
.award-standard-list-con li .award-txt{font-weight:300; line-height:1.76; margin-top:2em; }
.award-standard-list-con li .award-txt b{font-weight:600;}

/* 수상기준 및 추천 ::  후보자추천 */
.candidate-list-con{margin:0 -18px;}
.candidate-recom-con{float:left; position:relative; width:calc(50% - 36px); margin:0 18px; }
.candidate-recom-con .num{color:#e3e3e3; font-style:italic; font-size:3.33em; margin-right:0.5em; line-height:1.2}
.candidate-recom-con .candidate-txt{margin:0 0 2em 0; line-height:1.88; color:#222; display:flex; }
.candidate-recom-con .candidate-detail-recom-con{height:281px; padding:72px 60px; box-sizing:border-box; background:url(/images/content/candidate_private_bg.jpg) no-repeat 100% 50%;}
.candidate-recom-con .candidate-detail-recom-con.group{background-image:url(/images/content/candidate_group_bg.jpg) }
.candidate-recom-con .candidate-detail-recom-con dt{font-size:1.44em; margin-top:1em; color:#111; font-weight:500; line-height:1.4;}
.candidate-recom-con .candidate-detail-recom-con dd p{padding-left:13px; position:relative; font-size:0.94em; opacity:0.8; color:#333; margin-bottom:0.8em; line-height:1.3}
.candidate-recom-con .candidate-detail-recom-con dd p:before{position:absolute; left:0; top:8px; width:3px; height:3px; background-color:#333; content:""; }

/* 수상기준 및 추천 ::   후보자 심사 프로세스 */
.award-estimate-process{display:flex; flex-wrap:wrap; margin:3.22em -26px 0}
.award-estimate-process li{float:left; position:relative; padding-top:10px; width:calc(33.33% - 52px); margin:0 26px 36px;}
.award-estimate-process li .step-num{position:absolute; left:50%; top:0; transform:translateX(-50%); background-color:#151f3c; width:110px; height:46px; line-height:46px; color:#fff; font-size:0.88em; text-align:center; font-weight:500; border-radius:5px;}
.award-estimate-process li dl{padding:67px 15px 33px; border:1px solid #ddd; text-align:center; height:100%; box-sizing:border-box;}
.award-estimate-process li dl dt{font-weight:500; color:#111; font-size:1.33em; margin-bottom:1em;}
.award-estimate-process li dl dd .process-txt{font-size:0.88em; color:#222; line-height:1.5; opacity:0.7; margin-bottom:2.3em;}
.award-estimate-process li dl dd .process-term{display:inline-block; line-height:36px; padding:0 13px; background-color:#f5f5f5; font-size:0.83em; color:rgba(34,34,34,0.7); border-radius:3px;}
.award-estimate-process li.last .last-inner{display:block; height:100%; background:#f8f8f8 url(/images/content/candidate_process_no_img.jpg) no-repeat 100% 100%; background-size:cover;}

/* 수상기준 및 추천 ::   후보자 추천 방법 */
.award-recom-guide-tbl{margin-top:3.05em; margin-bottom:2.11em }
.award-recom-guide-tbl table{width:100%; font-size:1em; border-top:1px solid #e5e5e5}
.award-recom-guide-tbl table th,
.award-recom-guide-tbl table td{border-bottom:1px solid #e5e5e5; padding:15px 25px; font-size:0.94em; color:#222; opacity:0.8; line-height:1.4}
.award-recom-guide-tbl table th{width:150px; font-weight:400; text-align:left; background-color:#f8f8f8; opacity:1}
.award-recom-guide-tbl table td p{margin-bottom:0.8em}
.award-recom-guide-tbl table td span{display:inline-block; vertical-align:middle; margin-left:1em;}
.award-recom-guide-tbl table td span:first-of-type{margin-left:0}
.award-recom-guide-tbl table td span i{position:relative; top:1px; margin-right:3px;}
.award-recom-data-down .awardo-data-down-list{margin:0 -13px 2em}
.award-recom-data-down .awardo-data-down-list.last-download-list{margin-top:5%;}
.award-recom-data-down .awardo-data-down-list h5 {font-size:1.2em; margin-bottom:10px; font-weight:500; color:#222; margin:0 13px; margin-bottom:10px;}
.award-recom-data-down .awardo-data-down-list li{float:left; width:calc(50% - 26px); margin:0 13px}
.award-recom-data-down .awardo-data-down-list li > a {display:block; display:flex; height:75px; align-items:center; justify-content:center; color:#fff; background-color:#562a34; text-align:center; transition:all 0.3s; border:2px solid #562a34; padding:0 10px; line-height:1.2; box-sizing:border-box;}
/* .award-recom-data-down .awardo-data-down-list li > a:hover{background-color:#151f3c; color:#151f3c}  */
.award-recom-data-down .awardo-data-down-list li > a i {position:relative; top:0px; margin-right:10px; }
.award-recom-data-down .awardo-data-down-list li.first > a{background-color:#151f3c; border-color:#151f3c} 
.award-recom-data-down .awardo-data-down-list li > a:hover{background-color:#fff; color:#562a34}
.award-recom-data-down .awardo-data-down-list li.first > a:hover{background-color:#fff; color:#151f3c}
.award-recom-data-down .award-down-caution-txt p{position:relative; font-size:0.88em; opacity:0.6; line-height:1.3; padding-left:18px; margin-top:0.75em}
.award-recom-data-down .award-down-caution-txt p.first {margin-top:0}
.award-recom-data-down .award-down-caution-txt em{position:absolute; top:0px; left:0px;}
.award-recom-data-down .awardo-data-down-list .award-down-caution-txt{margin-top:1em;}
/* 210430 선학평화상 소개자료 버튼 수정 NH */
.award-recom-data-down .award-download-box {display:flex; height:75px; font-size:0.76em;align-items:center; justify-content:center; color:#fff; background-color:#151f3c; text-align:center; transition:all 0.3s; border:2px solid #151f3c; padding:0 10px; line-height:1.2; box-sizing:border-box;}
.award-recom-data-down .award-download-box a {margin:0 5px; color:#fff}
.award-recom-data-down .award-download-box a i {margin-right:5px;}



/* ========================================================
 * ABOUT :: 선학평화상
======================================================== */
/* -------- 선학평화상 :: 공통 -------- */
#peaceContent{font-size:18px; color:#111;}

/* -------- 선학평화상 :: 제정의 뜻 -------- */
#establishContent{position:relative;}
#establishContent:before{position:absolute; top:0; left:0; content:""; z-index:-1; height:550px; background:url(/images/content/establish_top_bg.jpg) no-repeat 0 50%;  background-attachment:fixed; }
/* 제정의뜻 :: 상단 */
.establish-intro-down-box{position:relative; height:550px; box-sizing:border-box; z-index:2; text-align:right; padding-top:197px; display:flex; justify-content:flex-end}
.establish-intro-down-box a{display:inline-block; box-sizing:border-box; font-size:20px; width:424px; height:100px; /* line-height:100px; */ display:flex; justify-content:space-between; align-items:center; padding:0 40px; line-height:1.2; background-color:#151f3c; color:#fff; text-align:left; border:3px solid #151f3c; transition:all 0.3s}
.establish-intro-down-box a strong{float:left; font-weight:600; opacity:0.9; margin-right:15px; }
.establish-intro-down-box a span{float:right; font-size:0.6em; font-weight:500; opacity:0.7}
.establish-intro-down-box a span i{position:relative; top:1px;margin-left:30px}
.establish-intro-down-box a:hover{background-color:#fff; color:#151f3c}
/* 제정의뜻 :: 텍스트 */
.establish-content-txt-con{line-height:1.77; margin-top:-85px; margin-bottom:100px}
.establish-content-txt-con .establish-content-txt1{font-size:2.11em; line-height:1.47; color:#111; margin-bottom:1.52em; letter-spacing:-1.5px; opacity:0.9}
.establish-content-txt-con .establish-content-txt1 b{font-weight:600; color:#151f3c;}
.establish-content-txt-con .establish-content-txt2{color:#222; margin-bottom:2em;}

/* -------- 선학평화상 :: 비전 및 기치 -------- */
#peaceContent2{position:relative;}
#peaceContent2:before{position:absolute; top:0; left:0; content:""; z-index:-1; height:550px; background:url(/images/content/peace_vision_bg.jpg) no-repeat 0% 50%;}
/* 비전 및 기치 :: 상단 */
#peaceContent2 .content-tit{height:435px; color:#fff; box-sizing:Border-box; text-align:left; padding-top:200px; margin-bottom:0}
#peaceContent2 .content-tit strong{font-size:1.25em}
/* 비전 및 기치 :: 텍스트 */
.vision-content-txt-con{margin-bottom:85px;}
.vision-content-txt-con h4{color:#3c2327; font-size:2.33em; letter-spacing:-1.5px; margin-bottom:1.61em;}
.vision-content-txt-con .vision-content-txt{color:#222; opacity:0.9; line-height:1.77; margin-bottom:1.77em}
/* 비전 및 기치 :: 상세내용 */
.vision-detail-wrapper{margin-bottom:150px;}
.vision-detail-con{display:flex; justify-content:space-between;}
.vision-detail-con .left-con,
.vision-detail-con .right-con{width:50%; box-sizing:border-box;}
.vision-detail-con .right-con{ padding-left:120px;}
.vision-detail-txt-con{padding-left:90px;}
.vision-detail-txt-con .vision-word{display:block; position:relative; color:#3c2327; font-weight:700; letter-spacing:0px; margin-bottom:2.77em}
.vision-detail-txt-con .vision-word:before{position:absolute; top:50%; left:-37px; width:23px; height:2px; background-color:#3c2327; content:""; }
.vision-detail-txt-con dl dt{font-size:2.44em; font-weight:400; letter-spacing:-2px; line-height:1.27; margin-bottom:1em;}
.vision-detail-txt-con dl dd{font-size:0.94em; opacity:0.9; line-height:1.88;}
.vision-detail-img-con{position:relative;}
.vision-detail-img-con .img-inner{overflow:hidden; display:inline-block; position:relative;}
.vision-detail-img-con .vision-object{position:absolute; top:30%; right:-50px; width:124px; height:96px; background:url(/images/content/vision_detail_img_02_object.png) no-repeat; content:"";}
/* 250716 추가 css */
.vision-iframe-wrapper{width: 100%;}
.vision-iframe-wrapper .vision-iframe-inner{overflow:hidden; position:relative; width:100%; height:0; padding-top:56.25%;}
.vision-iframe-wrapper .vision-iframe-inner iframe{position:absolute; top:0; left:0; width:100%; height:100%;}
@media all and (min-width:1421px){
	.vision-detail-con.detail-con2 .vision-detail-img-con{transform:translateY(-85px)}
	.vision-detail-con.detail-con1 .right-con{padding-top:90px; padding-left:220px;}
	.vision-detail-con.detail-con2 .left-con{padding-top:160px; padding-left:125px;}
	/* 250716 추가 css */
	.vision-detail-con.detail-con2 .vision-detail-img-con.video-css{transform:translateY(160px)}
}
/* 비전 및 기치 :: 기치 */
.vision-banner-wrapper{padding:115px 0 125px; background-color:#f3f3f3}
.vision-banner-wrapper .vision-banner-tit{margin-bottom:70px;}
.vision-banner-wrapper .vision-banner-tit strong{font-size:2.44em; font-weight:400; letter-spacing:-1.5px;}
.vision-banner-wrapper .vision-banner-tit span{margin-left:10px; font-weight:400; opacity:0.9}
.vision-banner-list-con{display:flex;}
.vision-banner-list-con .vision-banner-item{width:38.14%; background-color:#fff; color:#fff; padding:58px 7%; margin-left:-7%; text-align:center; border-radius:200px}
.vision-banner-list-con .vision-banner-item:first-child{margin-left:0; color:#222;}
.vision-banner-list-con .vision-banner-item:nth-child(2){position:relative; background-color:rgba(67,61,101,0.8);}
.vision-banner-list-con .vision-banner-item:nth-child(3){background-color:rgba(86,42,52,0.8);}
.vision-banner-list-con .vision-banner-item dl{margin-bottom:2.22em;}
.vision-banner-list-con .vision-banner-item dt{font-size:1.66em}
.vision-banner-list-con .vision-banner-item dd{line-height:1.64; font-size:0.94em; margin-top:1.94em}
.vision-banner-list-con .vision-banner-item .banner-word span{font-size:0.88em; margin:10px; display:inline-block; padding-bottom:5px; opacity:0.9; border-bottom:2px solid #fff;}
.vision-banner-list-con .vision-banner-item:nth-child(1) .banner-word span{border-bottom-color:#222}

/* -------- 선학평화상 :: 개요 및 연혁 -------- */
#summaryHistoryCon{padding-top:135px;}
/* 개요 및 연혁 :: 상단타이틀 */
.summary-history-tit-con{display:flex; align-items:center; margin-bottom:122px;}
.summary-history-tit-con h3{width:430px; font-size:2.77em; font-weight:600; letter-spacing:-1.5px;}
.summary-history-tit-con p{line-height:1.77; opacity:0.9}
/* 개요 및 연혁 :: 개요 */
.summary-tbl-con{margin-bottom:105px;}
.summary-tbl{width:100%; table-layout:fixed; font-size:18px;  }
.summary-tbl th,.summary-tbl td{padding:30px 0; border-bottom:1px solid #ddd; }
.summary-tbl th{width:415px; font-weight:500; letter-spacing:-1px; font-size:1.27em; text-align:left; color:#111;}
.summary-tbl td{opacity:0.7; font-size:1em; color:#222}
.summary-tbl tr:last-child th,
.summary-tbl tr:last-child td{border-bottom:0}
.summary-tbl .medal-img-con{display:inline-block; position:relative; margin:30px 0; }
.summary-tbl .medal-img-con .txt{position:absolute; top:50%; left:100%; width:100%; margin-left:30px; font-size:0.77em; opacity:.5}
.summary-tbl .ci-img-con {display:flex; align-items:center;}
.summary-tbl .ci-img-con img{width:112px;}
.summary-tbl .ci-img-con p{margin-left:35px; line-height:1.77;}
.summary-tbl .medal-img {width:41.422%;}
/* 개요 및 연혁 :: 연혁 */
.history-list-container{}
.company-history-img-box .company-history-img-inner .history-img-con{position:relative; display:block; overflow:hidden; }
.company-history-img-box .company-history-img-inner .pass-bg{
	position: absolute;
    top: 0;
    left: -50%;
    -webkit-transform: rotate(45deg) translate(0,-200px);
    transform: rotate(45deg) translate(0,-200px);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
	width: 200%;
    height: 250%;
    background-color: #000;
	z-index:2;
}
.company-history-img-box .history-img-con:after {
    width: 200%;
    height: 250%;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    -webkit-transform: rotate(45deg) translate(-120px,-200px);
    transform: rotate(45deg) translate(-120px,-200px);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
    z-index: 5
}
.company-history-img-box .company-history-img-inner img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}
.aos-animate .company-history-img-box .company-history-img-inner .pass-bg,
.aos-animate .company-history-img-box .history-img-con:after{
	-webkit-transform: rotate(45deg) translate(0,-120%);
	transform: rotate(45deg) translate(0,-120%);
}
.aos-animate .company-history-img-box .company-history-img-inner img{
	-webkit-transform: scale(1);
    transform: scale(1);
}

/* ========================================================
 * ABOUT :: 설립자 소개
======================================================== */
/* ******************  설립자 소개  ********************** */
/* 설립자 소개 :: 공통레이아웃 */
.founder-tab-con .content-tit{margin-bottom:80px; padding-top:15px}
.content-tit.left-border{text-align:left; border-bottom:1px solid #ddd; padding-bottom:0.75em}
/* -------- 설립자소개  -------- */
#founderIntroCon{position:relative; padding-bottom:240px; margin-bottom:110px}
#founderIntroCon:before{position:absolute; bottom:0px; left:0px; right:0px; height:535px; content:""; z-index:0; background:url(/images/content/founder_intro_bg.jpg) no-repeat 50% 100%; background-attachment:fixed}
/* 설립자 소개 :: 상단 */
.founder-top-photo-con{position:relative; z-index:-1; padding:73px 0 100px; background-color:#3d1d17}
.founder-top-photo-con .founder-top-inner{display:flex; justify-content:space-between; align-items:center; box-sizing:border-box;}
.founder-top-photo-con .founder-top-inner > img{transform:translateX(-75px)}
.founder-top-photo-con .founder-top-txt-con{text-align:right;}
.founder-top-photo-con .founder-top-txt-con .peace-txt{display:block; font-size:32px; letter-spacing:30px; font-weight:900; margin-bottom:1em; color:rgba(255,255,255,0.1); transform:translateX(30px); transition:all 1s}
.founder-top-photo-con .founder-top-txt-con p{font-size:60px; line-height:1.33; color:rgba(255,255,255,0.9); font-weight:300; letter-spacing:-2.5px;}
.founder-top-photo-con .founder-top-txt-con p b{font-weight:500; color:#cea774;}
/* 설립자 소개 :: 텍스트 */
.founder-content-txt-con{position:relative; margin-top:-100px; font-size:18px; line-height:2; margin-bottom:72px}
.founder-content-txt-con .founder-content-txt1{font-size:1.55em; line-height:1.71; color:#111; margin-bottom:2em}
.founder-content-txt-con .founder-content-txt1 b{font-weight:400; color:#a6804f;}
.founder-content-txt-con .founder-content-txt2{color:#222; margin-bottom:2.44em;}
/* 설립자 소개 :: 영상 */
.founder-content-video-box{position:relative;}
.founder-content-video-box .video-view-iframe-con{height:0; padding-top:56.22%; }

/* -------- 설립자 소개 :: 삶과 업적 -------- */
/* 삶과 업적 :: 리스트 */
#founderLifeAchieveCon{margin-bottom:145px}
.founder-life-board-con{padding-top:45px;}
.founder-life-item{margin-bottom:70px}
.founder-life-item a{overflow:hidden; display:block;}
.founder-life-thumb{float:left; width:240px; height:170px;}
.founder-life-thumb img{width:100%; min-height:100%;}
.founder-life-info-box{float:left; width:calc(100% - 240px); box-sizing:border-box; padding-left:46px; font-size:17px; color:#222;}
.founder-life-info-box .founder-life-info-tit{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:1.52em; margin-bottom:1em; line-height:1.1}
.founder-life-info-box .founder-life-sub-txt{height:6em; opacity:0.8; line-height:2; margin-bottom:1em;}
.founder-life-info-box .founder-more-btn{font-size:0.94em; color:#a6804f; }
.founder-life-info-box .founder-more-btn i{position:relative; top:1px; font-size:1.25em; margin-left:30px; transition:all 0.3s}
.founder-life-item a:hover .founder-more-btn i{transform:translateX(5px)}
/* 삶과 업적 :: 뷰 */
#founderLifeView{max-width:1000px; margin:0px auto;}
#founderLifeView .content-tit strong{font-size:0.86em; font-weight:500;}

/* -------- 설립자 소개 :: 설립자 연표 -------- */
#founderHistoryCon{margin-bottom:173px}

/* ========================================================
 * LAUREATE :: 수상자
======================================================== */
/* ******************  수상자 리스트 ********************** */
/* -------- 수상자 리스트 -------- */
.laureates-list-con > ul{margin:0 -1.85%}
.laureates-list-con .laureates-item{position:relative; float:left; width:29.63%; margin:0 1.85% 3.7%; }
.laureates-list-con .laureates-item a{display:block;}
.laureates-list-con .laureates-item .laureates-photo-con{height:0; position:relative; padding-top:131.03%}
.laureates-list-con .laureates-item .laureates-photo-con:after{position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#151f3c; content:""; opacity:0; transition:opacity 0.5s}
.laureates-list-con .laureates-item .laureates-photo-con img{transform:scale(1.2); }
.laureates-list-con .laureates-item .laureates-photo-con .plus-icon{display:inline-block; position:absolute; left:50%; top:50%; z-index:3; transition:all 0.5s; opacity:0;}
.laureates-list-con .laureates-item .laureates-photo-con .plus-icon:before,
.laureates-list-con .laureates-item .laureates-photo-con .plus-icon:after{position:absolute; top:50%; left:50%; z-index:4; background-color:#fff; content:""; }
.laureates-list-con .laureates-item .laureates-photo-con .plus-icon:before{width:54px; height:1px; margin-left:-27px;}
.laureates-list-con .laureates-item .laureates-photo-con .plus-icon:after{width:1px; height:54px; margin-top:-27px;}
.laureates-list-con .laureates-item .laureates-info-con{position:relative; height:7.5em; box-sizing:border-box; padding:1.55em 0 0.77em 0; padding-right:30px; font-size:18px; color:#000;  }
.laureates-list-con .laureates-item .laureates-info-con:after{position:absolute; top:50%; right:2px; z-index:3; width:8px; height:16px; content:""; background:url(/images/button/laureates_list_arrow.png) no-repeat 50% 50%; margin-top:-8px; transition:all 0.3s}
.laureates-list-con .laureates-item .laureates-info-con dt{line-height:1.3}
.laureates-list-con .laureates-item .laureates-info-con dt .name{display:inline-block; vertical-align:middle; font-size:1.66em; font-weight:400; margin-right:8px;}
.laureates-list-con .laureates-item .laureates-info-con dt .prize-year-name{display:inline-block; vertical-align:middle; color:#876445; font-size:1.22em; font-weight:300;}
.laureates-list-con .laureates-item .laureates-info-con dd{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:0.66em; line-height:1.1; font-size:1em; opacity:0.7;}
/* active */
.aos-animate.laureates-item .laureates-photo-con img{transform:scale(1); }
.aos-animate.laureates-item .laureates-photo-con:before{transition-delay:0s; -webkit-transition-delay:0s}
@media (hover: hover) {
	.laureates-list-con .laureates-item a:hover .laureates-photo-con img{transform:scale(1.2); }
	.laureates-list-con .laureates-item a:hover .laureates-photo-con:after{opacity:0.3}
	.laureates-list-con .laureates-item a:hover .laureates-photo-con .plus-icon{transform:rotate(-180deg); opacity:0.7}
	.laureates-list-con .laureates-item a:hover .laureates-info-con:after{transform:translateX(5px)}
}

/* ******************  수상자 뷰페이지 ********************** */
/* -------- 수상자 01 :: 상단 -------- */
#laureatesTopContent{position:relative; margin-bottom:140px}
#laureatesTopContent:before{position:absolute; right:50%; left:0; bottom:0px; top:50%; margin-right:370px; content:""; background-color:#151e3b;}
.laureates-top-container{position:relative; }
@media all and (min-width:1025px){
	#laureatesTopContent:before{ transition:transform 0.6s; transform-origin:100% 0 ; transform:scalex(0);}
	#laureatesTopContent.aos-animate:before{transform:scalex(1); }
}
/* 수상자 상단 :: 왼쪽영역 */
.left-big-photo-con{float:left; overflow:hidden; position:relative; width:515px; }
.left-big-photo-con:after{position:absolute; top:0px; left:0; width:100%; height:100%; content:""; background-color:#a37a50; transform:scaley(1); transition:transform 1s ease-in-out; transform-origin:50% 100% }
.left-big-photo-con img{width:100%;}
body:not(.ie-browser) .left-big-photo-con img{
	-webkit-transition: all 1s ease-in-out 0.2s;
    transition: all 1s ease-in-out 0.2s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/* 수상자 상단 :: 오른쪽영역 */
.right-laureates-info-con{position:relative; float:left; width:calc(100% - 600px); padding:210px 0 0 83px; font-size:17px; }
.right-laureates-info-con .laureate-prize-name-box{position:absolute; top:83px; transform:translateX(-190px) ; }
.right-laureates-info-con .laureate-name-info{margin-bottom:3.2em; color:#000; }
.right-laureates-info-con .laureate-name-info:after{display:block; width:104px; height:1px; background-color:#000; content:""; margin-top:3.23em}
.right-laureates-info-con .laureate-name-info dt{font-size:4.11em; font-weight:600; letter-spacing:-1.5px;}
.right-laureates-info-con .laureate-name-info dd{font-size:1.88em; font-weight:400; margin-top:1em; opacity:0.7}
.right-laureates-info-con .laureate-txt-info{letter-spacing:-1px; color:#202020; }
.right-laureates-info-con .laureate-txt-info .laureate-txt1{font-size:1.64em; line-height:1.57; margin-bottom:1.3em;}
.right-laureates-info-con .laureate-txt-info .laureate-txt2{font-size:1em; line-height:1.88; opacity:0.7}
/* 수상자 상단 :: 목록버튼 */
.to-laureates-list-btn-con{clear:both; height:90px}
.laureates-list-btn{display:inline-block; color:#fff; font-size:17px;  font-weight:300; opacity:0.5; transition:all 0.5s; margin-top:35px;}
.laureates-list-btn i{position:relative; top:2px; margin-right:20px; }
.laureates-list-btn:hover{opacity:1.0;}
.laureates-list-btn:hover i{transform:translateX(-5px)}
/* active */
.aos-animate .left-big-photo-con:after{transform:scaley(0);}
body:not(.ie-browser) .aos-animate  .left-big-photo-con img{
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* -------- 수상자 01 :: 소개영상 -------- */
#laureatesIntroVideoContent{position:relative; z-index:1;}
.intro-video-wrapper{/* display:flex; justify-content:space-between; */}
/* 소개영상 :: 배경 타이틀 */
.intro-award-txt-bg{position:absolute; bottom:145px; color:#000; font-size:333px; letter-spacing:-25px; opacity:0.04; font-weight:700;}
/* 소개영상 :: 왼쪽 타이틀 */
.intro-video-tit-box{width:436px; margin-top:100px; }
.intro-video-tit-box .intro-video-tit{font-size:70px; line-height:1.28;  color:#000;  letter-spacing:-3px; font-weight:500;}
.intro-video-tit-box .main-award-video-btn{margin-left:230px; top:0px;}
/* 소개영상 :: 오른쪽 영상 */
.intro-video-view-con{/* width:calc(100% - 530px); */ background-color:#000}
.intro-video-iframe-wrap{/* margin-right:-130px */}
.intro-video-iframe-wrap .intro-video-inner{position:relative; height:0; padding-top:66.33%; }
.intro-video-iframe-wrap .intro-video-inner iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}

/* -------- 수상자 02 :: 상세내용 -------- */
/* 상세내용 :: 레이아웃  */
#laureatesDetailintroContent{margin:-128px 0 110px;  }

/* -------- 수상자 03 :: 수상자명언 -------- */
#laureatesFamousSayingContent{position:relative; }
#laureatesFamousSayingContent:before{position:absolute; top:0px; left:0px; bottom:0; background:#000 url(/images/content/famous_saying_bg.jpg) no-repeat 0% 0; content:"";}
.famous-saying-inner{position:relative; min-height:725px; }
.famous-saying-con{display:table-cell; vertical-align:middle; text-align:center; color:#fff; font-size:20px; }
.famous-saying-con .famous-saying-txt{font-size:1em; line-height:1.9; font-weight:300; margin-bottom:3.5em;}
.famous-saying-con .famous-saying-txt:before{display:block; width:60px; height:42px; margin:0 auto 3.5em; background:url(/images/content/famous_saying_icon.png) no-repeat; content:"";}
.famous-saying-more-btn-box{text-align:center;}
.famous-saying-more-btn{min-width:234px; opacity:0.8; margin:0 5px;}
.famous-saying-more-btn span{padding-right:40px; font-size:0.9em}
.famous-saying-more-btn:hover{opacity:1}

/* -------- 수상자 04 :: 수상자 상세 정보 및 스펙 -------- */
#laureatesDetailSpecContent{margin:90px auto;}
.detail-spec-wrapper{margin:0 -2.7%;}
.detail-spec-container{border-top:3px solid #000; padding:30px 0; font-size:16px; }
.detail-spec-wrapper .detail-spec-container{float:left; width:44.6%; margin:0 2.7% 3.3%; padding:37px 0;}
/* 수상자 상세정보 */
.detail-spec-top-con{display:flex; align-items:center; margin-bottom:60px;}
.detail-spec-top-con .detail-sepc-photo{float:left; width:284px; margin-right:78px;}
.detail-spec-top-con .detail-sepc-photo img{width:100%;}
.award-detail-info-box{float:left; width:calc(100% - 362px);}
.award-detail-info-box .laureates-detail-name{margin-bottom:2.62em; color:#111; }
.award-detail-info-box .laureates-detail-name strong{font-size:2.25em; letter-spacing:-1.5px;font-weight:500; margin-right:15px; line-height:1.2}
.award-detail-info-box .laureates-detail-name .en-name{font-size:1.25em; font-weight:400; opacity:0.6;}
.laureate-detail-list li:first-child{margin-top:0;}
.laureate-detail-list li{margin-top:22px;}
.laureate-detail-list li dl{overflow:hidden; line-height:1.6; }
.laureate-detail-list li dl dt{float:left; width:115px; padding-right:30px; box-sizing:border-box; opacity:0.6;}
.laureate-detail-list li dl dd{float:left; width:calc(100% - 115px); }
.laureate-detail-list li dl dd .index-list{position:relative; padding-left:15px;}
.laureate-detail-list li dl dd .index-list:before{position:absolute; top:10px; left:0px; width:4px; height:4px; background-color:#454545; content:""; border-radius:50%;}
/* 수상자 상세 스펙 */
.detail-spec-container .detail-spec-tit{float:left; /* width:135px; */ box-sizing:Border-box; padding-right:15px; color:#111; font-size:1.5em;  font-weight:400;  width:220px; line-height:1.2}
.detail-spec-container .detail-sepc-list{overflow-y:auto; float:left; /* width:calc(100% - 135px); max-*/  height:375px; width:calc(100% - 235px);}
.detail-spec-container .detail-sepc-list li{position:relative; display:flex; padding-left:15px; line-height:1.5; margin-bottom:12px;}
.detail-spec-container .detail-sepc-list li:before{position:absolute; top:8px; left:0px; width:4px; height:4px; background-color:#454545; content:""; border-radius:50%;}
.detail-spec-container .detail-sepc-list li p{display:inline-block; vertical-align:middle;}
.detail-spec-container .detail-sepc-list li .txt1{width:80px; margin-right:0.7em}
.detail-spec-container .detail-sepc-list li .txt1 + p{width:calc(100% - 90px - 0.7em);}
/* 수상자 기념서적 */
.detail-sepc-book-con{margin-top:5%;}
.detail-sepc-book-con .laureate-media-news-tit{margin-bottom:1em}
.detail-sepc-book-con .detail-spec-top-con{align-items:end;}
.detail-sepc-book-con .detail-spec-top-con .detail-sepc-photo{width:284px}
.detail-sepc-book-con .award-detail-info-box .laureates-detail-name strong{font-size:1.3em}

/* -------- 수상자 05 :: 수상자 관련보도자료 -------- */
.laureate-related-board-list-wrapper{padding:85px 0;}
.laureate-related-board-list-wrapper.gray{background-color:#f7f7f7;}
.laureate-media-news-tit{font-size:28px;  color:#111; font-weight:400; margin-bottom:85px;}
.laureate-media-list-con{margin:0 -1.5%;}
.laureate-media-list-con .media-news-item{display:none; float:left; width:47%; margin:0 1.5% 3%}
.laureate-media-list-con .media-news-item:nth-child(-n+4){display:block;}
.laureate-media-list-con .media-news-item a{display:block; border:1px solid #e5e5e5; border-top-color:#a6804f; padding:40px 50px;  color:#111; font-size:16px; transition:all 0.3s}
.laureate-media-list-con .media-news-item .media-news-tit{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:1.5em; font-weight:400;  margin-bottom:0.83em; transition:all 0.3s}
.laureate-media-list-con .media-news-item .media-news-txt-con{overflow:hidden; height:3.5em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical;font-size:1em;  opacity:0.8; line-height:1.75; transition:all 0.3s}
.laureate-media-list-con .media-news-item .media-news-date{display:block; font-size:0.9375em; opacity:0.5; margin-top:1.8em}
.laureate-media-list-con .media-news-item .media-news-date:before{position:relative; top:1px; font-family:"xeicon"; content: "\ead8"; margin-right:5px; }
/* 보도자료 */
.related-board-list-con .media-news-item{margin-top:4%; margin-bottom:4%}
.related-board-list-con .media-news-item:nth-child(1),
.related-board-list-con .media-news-item:nth-child(2){margin-top:0}
.related-board-list-con .media-news-item a{padding:0 30px 0 0 ; border:0}
.related-board-list-con .media-news-item .media-news-tit em{overflow:hidden; max-width:100%; text-overflow:ellipsis; display:inline-block; border-bottom:1px solid #a6804f; padding-bottom:5px;}
.related-board-list-con .media-news-item a .media-news-date{display:none;}
.media-news-more-btn{display:none;}
@media (hover: hover) {
	.laureate-media-list-con:not(.related-board-list-con) .laureate-media-list-con .media-news-item a:hover{border-color:#a6804f; box-shadow:6px 6px 10px 6px rgb(0 0 0 / 4%);}
	.laureate-media-list-con .media-news-item a:hover .media-news-tit{color:#a6804f}
}

/* -------- 수상자 06 :: 수상자 연설 및 사진 -------- */
.laureate-speech-photo-wrapper{/* padding:103px 0 142px;  margin-bottom:100px*/ padding:50px 0;}
/* .laureate-speech-photo-wrapper.gray{background-color:#f7f7f7;} */
.laureate-speech-photo-tit{text-align:center; font-size:32px;  color:#111; font-weight:400; margin-bottom:36px;}
.laureate-speech-photo-list-con .laureate-speech-item{padding:0 23px; box-sizing:border-box;}
.laureate-speech-photo-list-con .laureate-speech-item a{display:block; position:relative;}
.laureate-speech-photo-list-con .laureate-speech-item .video-play-btn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.laureate-speech-photo-list-con .laureate-speech-item .speech-photo-thumb{position:relative; display:block; height:0; padding-top:62.5%; background-color:#000;}
.laureate-speech-photo-list-con.popup-gallery .laureate-speech-item .speech-photo-thumb img{right:0; bottom:0px; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto;}
.laureate-speech-photo-list-con .laureate-speech-item .speech-photo-tit{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-top:15px; color:#111; font-size:20px; line-height:1.1; font-weight:400; }
.laureate-speech-photo-list-con .slick-arrow{	position:absolute; width:50px; top:50%;transform:translateY(-50%); border:0; cursor:pointer; z-index:9; font-size:50px; color:#111; opacity:0.5}
.laureate-speech-photo-list-con .slick-arrow.slick-prev{left:-100px;}
.laureate-speech-photo-list-con .slick-arrow.slick-next{right:-100px;}
.laureate-speech-photo-list-con .slick-arrow:hover{opacity:1}
/* 연설 리스트 */
.speech-list-con .laureate-speech-item .speech-photo-thumb{padding-top:56.19%}

/* -------- 수상자 하단 :: 버튼 -------- */
#bottomDownloadCon{}
.to-list-btn-con{margin:5% 0; text-align:center;}
.to-list-btn-con .to-list-btn{height:70px; line-height:70px; padding:0 30px; background-color:#151f3c; color:#fff;}
.to-list-btn-con .to-list-btn em,
.to-list-btn-con .to-list-btn i{position:relative;}
.to-list-btn-con .to-list-btn i{top:-1px; margin-left:1em}
.to-list-btn-con .to-list-btn:hover{color:#151f3c}

/* ========================================================
 * LAUREATE :: 발표식 및 시상식
======================================================== */
/* ******************  발표식 및 시상식 공통 ********************** */
/* -------- 발표식 및 시상식 :: 공통 :: 상세소개 -------- */
#announceAwardDetailCon{position:relative; padding:150px 0 0; margin-bottom:170px;}
#announceAwardDetailCon:before{position:absolute; top:0px; left:80px; width:0; height:570px; background:url(/images/content/announce_detail_bg.jpg) no-repeat 0% 0%; content:""; background-attachment:fixed;}
.announce-award-area{position:relative;}
/* 발표식 :: 상세 상단 */
.announce-award-tit-box{display:flex; justify-content:space-between; align-items:center; margin-bottom:80px;}
.announce-award-tit-box .announce-tit{color:#161515; font-size:62px; letter-spacing:-2px; line-height:1.1}
.announce-award-tit-box .announce-tit b{display:block; color:#a6804f; margin-bottom:0.2em}
.announce-award-detail-items{width:580px}
.announce-award-detail-items dl{overflow:hidden; line-height:1.5; color:#161616; font-size:28px;  margin:15px 0;}
.announce-award-detail-items dl dt{position:relative; font-weight:500; float:left; width:125px; box-sizing:border-box; padding-right:48px;}
.announce-award-detail-items dl dt:after{position:absolute; right:37px; top:8px; bottom:8px; width:2px; background-color:#000; content:"";}
.announce-award-detail-items dl dd{float:left; width:calc(100% - 125px);}
/* 발표식 :: 상세이미지 */
.announce-award-photo-box{margin-bottom:125px;}
.announce-award-photo-box img{width:100%;}
.announce-award-photo-box .slick-arrow{	position:absolute; width:95px; height:95px; top:50%; margin-top:-47px; border:0; cursor:pointer; z-index:9; font-size:32px; color:rgba(255,255,255,0.6); background-color:rgba(0,0,0,0.5); border-radius:50%; transition:all 0.3s}
.announce-award-photo-box .slick-arrow.slick-prev{left:40px;}
.announce-award-photo-box .slick-arrow.slick-next{right:40px;}
@media (hover:hover) {
	.announce-award-photo-box .slick-arrow:hover{color:#fff;}
	.announce-award-photo-box .slick-arrow.slick-prev:hover{transform:translateX(-5px);}
	.announce-award-photo-box .slick-arrow.slick-next:hover{transform:translateX(5px);}
}
/* 발표식 :: 하단 타이틀 */
.announce-sub-tit-bold{font-size:62px; font-weight:600; color:#000; letter-spacing:-2px; text-align:center; margin-bottom:115px;}

/* ******************  발표식  ********************** */
/* -------- 발표식 :: 상단 -------- */
#announceTopCon{position:relative; margin-bottom:120px; font-size:18px; padding-top:125px;}
#announceTopCon.announcement-container{padding-top:0}
#announceTopCon .laureate-prize-name-box{position:absolute; top:0px; left:0px; /*margin-bottom:4.16em;*/}
#announceTopCon .announce-intro-tit{color:#101010; font-size:3em; letter-spacing:-1.5px; font-weight:700; line-height:1.5; margin-bottom:1em;}
#announceTopCon .announce-txt-con{position:relative; font-size:1em; line-height:1.88; font-weight:300; padding-left:40px;}
#announceTopCon .announce-txt-con:before{position:absolute; top:5px; bottom:5px; left:0px; width:1px; background-color:#333; content:"";}

/* -------- 발표식 :: 상세 -------- */
/* 발표식 :: 발표식영상 */
.announce-sub-tit{color:#000; font-size:36px;  font-weight:500; text-align:center; letter-spacing:-1px; margin-bottom:40px;}

/* -------- 발표식 :: 발표문 및 보도자료 -------- */
.announce-bottom-container{position:relative; padding-top:135px; margin-bottom:150px;}
.announce-bottom-container:before{position:absolute; left:0; right:0; top:0; height:456px; content:""; background-color:#f0f0f0; z-index:-1;}
#announceStatementCon:before,
#announceSisangCon:before{background:#f0f0f0 url(/images/content/announce_statement_bg.jpg) no-repeat 50% 0;}
.announce-statement-wrapper{position:relative;}

/* 보도자료 */
.announce-media-top-con{display:flex; justify-content:space-between; align-items:center; margin-bottom:90px;}
.announce-media-top-con .announce-sub-tit-bold{text-align:left; margin-bottom:0}
.download-btn-controls{overflow:hidden;}
.download-btn-controls a{float:left; width:288px; height:80px; /* line-height:76px; */ display:flex; margin-left:17px; vertical-align:middle; align-items:center; justify-content:center;}
.download-btn-controls .download1{border-color:#433d65; background-color:#433d65}
.download-btn-controls .download2{border-color:#562a34; background-color:#562a34}
@media (hover:hover) {
	.download-btn-controls .download1:hover em{color:#433d65;}
	.download-btn-controls .download2:hover em{color:#562a34;}
}

/* ******************  시상식  ********************** */
/* -------- 시상식 :: 공통레이아웃 -------- */
#awardViewCon{margin-bottom:130px;}
/* 2개짜리 사진 */
.award-detail-2col-con > ul{display:flex; justify-content:center; margin:0 -1.4%;}
.award-detail-2col-con .award-detail-2col-item{float:left; width:47.2%; margin:0 1.4%}
.award-detail-2col-con .award-detail-2col-item h5{color:#111; font-size:30px; margin-bottom:26px; font-weight:400;}
.award-detail-2col-con .award-detail-2col-item .award-photo-video-inner{display:block; height:0; position:relative; padding-top:61.61%; }
.award-detail-2col-con .award-detail-2col-item .award-photo-video-inner img{position:absolute; top:0px; left:0px; width:100%; height:100%;}
.award-detail-2col-txt-con{margin:3% 0; padding-bottom:3%; border-bottom:2px solid #333; line-height:1.5; font-weight:300; font-size:18px; color:#000; }
.award-detail-2col-txt-con dt{/* margin-bottom:0.8em; */ margin-right:0.5em; font-size:1.4em; font-weight:500;}
.award-detail-2col-txt-con dt,
.award-detail-2col-txt-con dd{display:inline-block; vertical-align:middle;}
/* -------- 시상식 :: 상단영상 -------- */
#announceAwardDetailCon.award-top-detail-wrapper{padding-bottom:233px; margin-bottom:0; background:url(/images/content/award_top_video_bg.jpg) no-repeat 50% 100%;}
.award-intro-video-con .award-detail-2col-item .award-photo-video-inner{padding-top:55.14%;}

/* -------- 시상식 :: 하단 레이아웃 -------- */
.awards-bottom-detail-wrapper{margin-bottom:160px; padding-top:30px;}
.awards-bottom-detail-wrapper .announce-sub-tit-bold{margin-bottom:60px;}
.awards-bottom-detail-container{position:relative; padding-top:80px;}
.awards-bottom-detail-container:before{
	position:absolute; top:0px; left:0px; width:0; content:""; height:378px; transition:width 0.8s;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151f3c+0,433d65+33,876445+64,a6804f+100 */
	background: rgb(21,31,60); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(21,31,60,1) 0%, rgba(67,61,101,1) 33%, rgba(135,100,69,1) 64%, rgba(166,128,79,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(21,31,60,1) 0%,rgba(67,61,101,1) 33%,rgba(135,100,69,1) 64%,rgba(166,128,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(21,31,60,1) 0%,rgba(67,61,101,1) 33%,rgba(135,100,69,1) 64%,rgba(166,128,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151f3c', endColorstr='#a6804f',GradientType=1 ); /* IE6-9 */
}
.aos-animate.awards-bottom-detail-container:before{width:100%;}
.awards-bottom-detail-container .award-detail-txt-con{margin-top:60px;}
.award-detail-txt-con{position:relative; background-color:#fff;}
.award-detail-txt-con .award-detail-txt-inner{overflow:hidden; position:relative; max-height:300px; font-size:20px; line-height:1.5; font-weight:300; margin-bottom:3.5em; color:#444;}
.award-detail-txt-con .award-detail-txt-inner:after{
	position:absolute; bottom:0px; left:0px; right:0px; height:100px; content:"";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.award-detail-txt-more-btn-box{}
.award-detail-txt-more-btn-box{margin-top:5%; text-align:center;}
.award-detail-txt-more-btn-box .award-detail-more-btn{height:70px; line-height:70px; padding:0 50px; background-color:#151f3c; color:#fff;}
.award-detail-txt-more-btn-box .award-detail-more-btn em,
.award-detail-txt-more-btn-box .award-detail-more-btn i{position:relative;}
.award-detail-txt-more-btn-box .award-detail-more-btn i{top:-1px; margin-left:1em}
.award-detail-txt-more-btn-box .award-detail-more-btn:hover{color:#151f3c}
/* -------- 시상식 :: 하단 다운로드 버튼 -------- */
#bottomDownloadCon{margin-top:5%}
.bottom-download-list{margin:0 -1.7%}
.bottom-download-list .bottom-down-item{float:left; width:29.93%; margin:0 1.7%;}
.bottom-download-list .bottom-down-item a{display:flex; align-items:center; position:relative; height:130px; padding:0 105px 0 50px; border:5px solid #3c2327; transition:all 0.3s }
.bottom-download-list .bottom-down-item .icon{display:inline-block; vertical-align:middle; margin-right:30px;}
.bottom-download-list .bottom-down-item .down-tit{display:inline-block; vertical-align:middle; color:#3c2327; text-align:left; line-height:1.2; font-size:24px; font-weight:400; transition:all 0.3s }
.bottom-download-list .bottom-down-item a:after{font-family: 'xeicon'; position:absolute; right:35px; width:55px; height:55px; background-color:#3c2327; content: "\eb7c"; border-radius:50%; color:#fff; line-height:55px; font-size:24px; text-align:center; transition:all 0.3s}
.bottom-download-list .bottom-down-item.down2 a{border-color:#151e3b}
.bottom-download-list .bottom-down-item.down2 a:after{background-color:#151e3b}
.bottom-download-list .bottom-down-item.down2 .down-tit{color:#151e3b}
.bottom-download-list .bottom-down-item.down3 a{border-color:#876446}
.bottom-download-list .bottom-down-item.down3 .down-tit{color:#876446}
.bottom-download-list .bottom-down-item.down3 a:after{background-color:#876446}
@media all and (min-width:1421px){
	.bottom-download-list .bottom-down-item a:hover:after{transform:translateX(10px)}
	.bottom-download-list .bottom-down-item a:hover .down-tit{color:#fff; transform:translateX(-80px)}
	.bottom-download-list .bottom-down-item.down1 a:hover{background-color:#3c2327;}
	.bottom-download-list .bottom-down-item.down2 a:hover{background-color:#151e3b;}
	.bottom-download-list .bottom-down-item.down3 a:hover{background-color:#876446;}
}

/* ========================================================
 * NEWS :: 평화이슈
======================================================== */
/* ******************  NEWS & INSIGHTS  ********************** */
.news-intro-page{font-size: 16px;}
.news-intro-tit{display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.news-intro-tit i{font-size: 2em; color: #000;}
.news-intro-page h3{margin-bottom: 30px; font-size: 2.25em; font-weight: 600; color: #111; letter-spacing: -0.25px; line-height: 1.5;}
.news-intro-page h3 a{color: #111;}
.news-intro-tit h3{margin-bottom: 0!important;}
.news-intro-page .cm-img-box{position: relative;}
.news-intro-page .cm-img-box img{position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; margin: auto;}
.news-intro-page .cm-info-box{position: relative; background-color: #f5f5f5; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.news-intro-page .cm-info-box .tit{margin-bottom: 20px;}
.news-intro-page .cm-info-box .category{display: inline-block; min-width: 121px; height: 30px; line-height: 30px; text-align: center; font-size: 0.875em; color: #fff;}
.news-intro-page .cm-info-box em{display: block; margin-top: 15px; font-size: 0.875em; font-weight: 400; color: rgba(17,17,17,0.5); letter-spacing: -0.25px;}
.news-intro-page .cm-info-box em.detail{position: relative; display: inline-block; padding: 0 10px; font-size: 0.875em;}
.news-intro-page .cm-info-box em.detail i{vertical-align: top; padding-right: 5px; font-size: 15px; color: #ababab;}
.news-intro-page .cm-info-box em.detail:after{content: ""; position: absolute; top: 50%; margin-top: -5px; right: 0; width: 1px; height: 10px; background-color: #aaa;}
.news-intro-page .cm-info-box em.detail.view{padding-left: 0;}
.news-intro-page .cm-info-box em.detail:last-child:after{display: none;}
.news-intro-page .cm-info-box h4{margin: 20px 0 18px; font-size: 1.875em; font-weight: 600; color: #111; letter-spacing: -0.5px; line-height: 1.4;}
.news-intro-page .cm-info-box p{ font-size: 1.25em; font-weight: 500; color: #111; letter-spacing: -0.6px; line-height: 1.3;}
.peace-issue-container .main-item{float: left; width: 65.57%; margin-right: 2%;}
.peace-issue-container .main-item .add-top-line{display: block; width: 100%; }
.peace-issue-container .main-item .cm-info-box{padding: 30px 55px}
.peace-issue-container .main-item .cm-info-box p{font-size: 1.125em; font-weight: 300; color: #444;}
.peace-issue-container .main-item .cm-info-box em{margin-top: 0;}
.peace-issue-container .main-item .cm-info-box em.detail{padding: 0 15px; font-size: 1em;}
.peace-issue-container .main-item .cm-info-box em.detail i{vertical-align: middle; padding-right: 10px; font-size: 25px;}
.peace-issue-container .main-item .cm-info-box em.detail:after{margin-top: -7.5px; height: 15px;}
.peace-issue-container .main-item .cm-img-box{width: 100%; height: 0; padding-top: 70.93%;}
.peace-issue-container .sub-list-item{float: left; width: 32.43%;}
.peace-issue-container .main-item .add-top-line, .peace-issue-container .sub-list-item li{border-top: 1px solid #876445;}
.peace-issue-container .sub-list-item li + li{margin-top: 20px;}
.peace-issue-item{display: flex; flex-wrap:wrap; background-color: #f5f5f5;}
.peace-issue-container .sub-list-item .cm-info-box .category{min-width: 60px;}
.peace-issue-container .sub-list-item .cm-img-box{width: 50%; overflow: hidden;}
.peace-issue-container .sub-list-item .cm-img-box span{position: relative; display: block; width: 100%; height: 0; padding-top: 70.93%;}
.peace-issue-container .sub-list-item .cm-info-box{ width: 50%; height: 100%; padding: 20px 10px 20px 20px;}
.peace-issue-container .sub-list-item .cm-info-box em.detail{font-size: 11px;}
.peace-issue-container .sub-list-item .cm-info-box em.detail i{font-size: 13px;}
.peace-issue-container .sub-list-item .cm-info-box .tit{margin-bottom: 10px;}
/* 카테고리 색상 */
.news-intro-page .category.issue-01{background-color: #3c2327;}
.news-intro-page .category.issue-02{background-color: #151f3c;}
.news-intro-page .category.issue-03{background-color: #876445;}
.news-intro-page .category.issue-04{background-color: #562a34;}
.news-intro-page .category.issue-05{background-color: #433d65;}
.news-intro-page .category.issue-06{background-color: #876445;}
.news-intro-page .category.issue-019{background-color: #876445;}
.news-intro-page .category.archived-01{background-color: #4f4f4f;}
.news-intro-page .category.archived-02{background-color: #5e3523;}
.news-intro-page .category.archived-03{background-color: #31346e;}

.archived-news-container{margin-top: 10vh;}
.archived-news-container h3{text-align: center;}
.archived-news-container ul{display: flex; flex-wrap:wrap; margin: -25px -10px;}
.archived-news-container li{width: calc(25% - 20px); margin: 25px 10px; border-top: 1px solid #876445; transition-delay: 0.5s;}
.archived-news-container .cm-info-box{padding: 15px 20px 30px;}
.archived-news-container .cm-img-box{padding-top: 70.93%;}
.archived-news-container .full-img{overflow: hidden;}
.archived-news-container .full-img span{display: block; width: 100%; height: 100%; background: center/cover no-repeat;}
.news-intro-page .to-list-btn-con{margin-bottom: 0;}

#archivedGallery .news-intro-page .cm-info-box p{height: 2.6rem;}

@media all and (min-width:801px){
	.news-intro-page .cm-info-box, .news-intro-page .category, 
	.news-intro-page .cm-info-box em, .news-intro-page .cm-info-box em.detail i,
	.news-intro-page .cm-info-box h4, .news-intro-page .cm-info-box p,
	.peace-issue-container .sub-list-item a{transition: all 0.5s;}
	.news-intro-page a:hover .cm-info-box h4, .news-intro-page a:hover .cm-info-box p{color: #fff;}
	.news-intro-page a:hover .cm-info-box em, .news-intro-page a:hover .cm-info-box em.detail i{color: rgba(255,255,255,0.5);}
	.peace-issue-item:hover, .news-intro-page a:hover .cm-info-box{background-color: #876445;}
	.news-intro-page a:hover .category{background-color: #fff;}
	.news-intro-page a:hover .category.issue-01{color: #3c2327;}
	.news-intro-page a:hover .category.issue-02{color: #151f3c;}
	.news-intro-page a:hover .category.issue-03{color: #876445;}
	.news-intro-page a:hover .category.issue-04{color: #562a34;}
	.news-intro-page a:hover .category.issue-05{color: #433d65;}
	.news-intro-page a:hover .category.issue-06{color: #876445;}
	.news-intro-page a:hover .category.issue-019{color: #876445;}

	.news-intro-page a:hover .category.archived-01{color: #4f4f4f;}
	.news-intro-page a:hover .category.archived-02{color: #5e3523;}
	.news-intro-page a:hover .category.archived-03{color: #31346e;}
}

/* ******************  평화이슈  ********************** */
/* -------- 평화이슈 :: 헤드라인 -------- */
#headlineBoardCon{margin-bottom:100px; padding-bottom:100px; border-bottom:1px solid #ddd;}
.headline-container a{display:flex; align-items:center; }
.headline-container .headline-thumb-box{width:66%;}
.headline-container .headline-thumb-box span{display:block; height:0; padding-top:71.42%; position:relative;}
.headline-container .headline-info-box{width:34%; box-sizing:border-box; padding-left:60px; color:#111; font-size:18px; line-height:1.88;}
.headline-container .headline-info-box .headline-tit{height:4.5em; line-height:1.5; font-size:1.88em; font-weight:400; letter-spacing:-1px; margin-bottom:1.35em; transition:all 0.3s}
.headline-container .headline-info-box .headline-txt{overflow:hidden; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; height:13.16em; font-size:1em; opacity:0.7; margin-bottom:5.55em;}
.headline-container .headline-info-box .headline-date{opacity:0.5; letter-spacing:0px;}
.headline-container a:hover .headline-info-box .headline-tit{color:#a6804f}
/* -------- 평화이슈 :: 카테고리 -------- */
#issueCategoryCon{margin-bottom:65px;}
#issueCategoryCon > ul{margin:0 -0.5%}
#issueCategoryCon li{float:left; /* width:15.66%; */ width:13.28%; margin:0 0.5%}
#issueCategoryCon li a{overflow:hidden; position:relative; display:block; height:185px; text-align:center; box-sizing:Border-box; padding-top:40px;}
#issueCategoryCon li a .icon{position:relative; display:block; margin-bottom:17px; opacity:0.4; transition:all 0.3s}
#issueCategoryCon li a .category-name{position:relative; font-size:22px; font-weight:500; color:#fff; opacity:0.4;  transition:all 0.3s}
#issueCategoryCon li:nth-child(1){background-color:#3c2327}
#issueCategoryCon li:nth-child(2){background-color:#151f3c}
#issueCategoryCon li:nth-child(3){background-color:#876445}
#issueCategoryCon li:nth-child(4){background-color:#562a34}
#issueCategoryCon li:nth-child(5){background-color:#433d65}
#issueCategoryCon li:nth-child(6){background-color:#876445}
#issueCategoryCon li:nth-child(7){background-color:#3C6165}
/* on */
#issueCategoryCon li a:hover .icon,
#issueCategoryCon li.selected a .icon,
#issueCategoryCon li a:hover .category-name,
#issueCategoryCon li.selected a .category-name{opacity:1.0;}

@media all and (min-width:1025px){
	/* -------- 평화이슈 :: 카테고리 -------- */
	#issueCategoryCon li a:after{
		content: '';
		box-sizing: border-box;
		position: absolute;
		top: -100%;
		right: 160%;
		width: 50%;
		height: 300%;
		background: rgba(255, 255, 255, 0.2);
		transform: rotate(45deg);
	}
	#issueCategoryCon li a:hover:after {right: -150%; transition: 1s ease all;}
}


/* ========================================================
 * LEARN & ACT :: 이니셔티브
======================================================== */
/* ******************  이니셔티브 :: 인트로 ********************** */
/* 인트로 페이지 */
.learn-initiative-con .btn-box-wrap{border-top: 2px solid #222; padding-top: 60px; margin-bottom: 120px}
.learn-initiative-con .btn-box-wrap:last-child{margin-bottom: 0}
.learn-initiative-con .btn-box-wrap .tit-introduce-box{display: flex; flex-wrap: wrap; margin-bottom: 70px}
.learn-initiative-con .btn-box-wrap .tit-introduce-box .lt-tit{width: 25%; margin-right: 5%}
.learn-initiative-con .btn-box-wrap .tit-introduce-box .lt-tit h4{font-size: 42px; font-weight: 600; color: #111; line-height: 1.2; letter-spacing: -2.4px}
.learn-initiative-con .btn-box-wrap .tit-introduce-box .rt-txt{width: calc(100% - 30%); margin: -30px 0}
.learn-initiative-con .btn-box-wrap .tit-introduce-box .rt-txt li{position: relative; padding-left: 14px; margin: 30px 0; font-size: 18px; font-weight: 400; color: #222; line-height: 1.8; letter-spacing: -0.8px; word-break: keep-all}
.learn-initiative-con .btn-box-wrap .tit-introduce-box .rt-txt li::before{content:""; position: absolute; top: 11px; left: 0; width: 3px; height: 3px; background-color: #454545; border-radius: 100%}
.learn-initiative-con .btn-box-wrap .link-img-box{width: 100%}
.learn-initiative-con .btn-box-wrap .link-img-box a{display: block; position: relative; width: 100%; height: 0; padding-top: 35.71%; overflow: hidden}
.learn-initiative-con .btn-box-wrap .link-img-box .over-bg{position: absolute; top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%; transition: transform 0.3s ease-in-out}
.learn-initiative-con .btn-box-wrap .link-img-box .continent-img{background: url("../images/content/learn_intro_img01.jpg") center/cover no-repeat}
.learn-initiative-con .btn-box-wrap .link-img-box .competition-img{background: url("../images/content/learn_intro_img02.jpg") center/cover no-repeat}
.learn-initiative-con .btn-box-wrap .link-img-box .learn-img{background: url("../images/content/learn_intro_img03.jpg") center/cover no-repeat}
.learn-initiative-con .btn-box-wrap .link-img-box .Internship-img{background: url("../images/content/learn_intro_img04.jpg") center/cover no-repeat}
@media all and (min-width:801px){
	.learn-initiative-con .btn-box-wrap .divide-2col {float:left; width:50%; display:block;}
	.learn-initiative-con .btn-box-wrap .divide-2col .lt-tit{width:auto; margin:0 0 1em;}
	.learn-initiative-con .btn-box-wrap .divide-2col .rt-txt{width:auto; margin:0;}
	.learn-initiative-con .btn-box-wrap .divide-2col + .link-img-box{clear:both;}
}
/* 대륙별 이니셔티브 */
.learn-continent-con .tit-img-box{max-width: 1920px; height: 740px; position: relative; margin-bottom: 50px}
.learn-continent-con .tit-img-box .bg-img-box{width: 100%; height: 538px; background: url("../images/content/continent_tit_bg.jpg") center/cover no-repeat}
.learn-continent-con .tit-img-box .tit-box-wrap{position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 84.89%}
.learn-continent-con .tit-img-box .tit-box-wrap .tit-box-area{width: 100%; position: relative}
.learn-continent-con .tit-img-box .tit-box-wrap .point-color-box{background-color: #a6804f; width: 100%; height: 203px; position: absolute; top: -28px; left: -28px;  z-index: -1}
.learn-continent-con .tit-img-box .tit-box-wrap .tit-box{max-width: 100%;background-color: #fff; padding: 70px 100px}
.learn-continent-con .tit-img-box .tit-box-wrap .tit-box p{font-size:28px; font-weight: 400; letter-spacing: -1.2px; color: #111; line-height: 1.71; word-break: keep-all}
.learn-continent-con .tit-img-box .tit-box-wrap .tit-box p .brown-txt{color: #a6804f}
.learn-continent-con .initiative-intro-box{background-color: #f3f3f3; padding: 80px 0}
.learn-continent-con .initiative-intro-box .initiative-intro-tit{margin-bottom: 40px; font-size:40px; font-weight: 600; letter-spacing: -1.2px; color: #111}
.learn-continent-con .initiative-intro-box .intro-list{display: flex; flex-wrap: wrap; margin: 0 -30px}
.learn-continent-con .initiative-intro-box .intro-list li{width: calc(50% - 60px); margin: 0 30px}
.learn-continent-con .initiative-intro-box .intro-list .inner .img-box{position: relative; height: 0; padding-top: 71.13%}
.learn-continent-con .initiative-intro-box .intro-list .inner .img-box img{position: absolute; top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%}
.learn-continent-con .initiative-intro-box .intro-list .inner dl{background-color: #fff; padding: 40px 50px}
.learn-continent-con .initiative-intro-box .intro-list .inner dl dt{margin-bottom: 20px; font-size: 30px; font-weight: 600; color: #111; letter-spacing: -0.5px}
.learn-continent-con .initiative-intro-box .intro-list .inner dl dd{margin-bottom: 10px; font-size: 18px; font-weight: 400; color: rgba(17,17,17,0.7); letter-spacing: -0.5px}
.learn-continent-con .initiative-intro-box .intro-list .inner dl dd:last-child{margin-bottom: 0}
/* 대륙별이니셔티브 상단 수정 */
.learn-continent-top-con{padding-top:430px; font-size:18px; margin-bottom:135px;}
.learn-continent-top-con:before{height:538px; z-index:-1; background:url(/images/content/continent_tit_bg.jpg) no-repeat 0 0}
.learn-continent-top-con p{font-size:1.55em; font-weight: 400; letter-spacing: -1.2px; color: #111; line-height: 1.71; word-break: keep-all}
.learn-continent-top-con p .brown-txt{color: #a6804f}
/* ******************  이니셔티브 :: 국제공모전 ********************** */
.competition-sub-con{margin-bottom: 100px}
/* -------- 국제공모전 :: 응모 및 접수 -------- */
/* 컨텐츠01 :: 타이틀 */
#receiptCon .title-box-area{display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; padding: 0 50px; position: relative; min-height: 573px; /* background: url("../images/content/receipt_tit_bg.jpg") center/cover no-repeat */}
#receiptCon .title-box-area::before{content:""; position: absolute; top:20px; left: -7.9%; width: 286px; height: 209px; background: url("../images/content/receipt_bg_point.png") center/cover no-repeat}
#receiptCon .title-box-area .lt-txt-box{width: 50%; margin: 0 5%}
#receiptCon .title-box-area .lt-txt-box h4{margin-bottom: 100px; font-size: 48px; font-weight: 600; letter-spacing: -2.0px; color: #ebebeb; line-height: 1.25}
#receiptCon .title-box-area .lt-txt-box h4 .point-txt{font-weight: 600; color: #dfb073}
#receiptCon .title-box-area .lt-txt-box .video-link-box{width: auto; display: flex; align-items: center}
#receiptCon .title-box-area .lt-txt-box .video-link-box > a{position: relative; padding: 10px 5px; display: block; width: auto; height: 100%; border-bottom: 3px solid #fff}

.video-link-box {margin-top:50px; font-size:15px;}
.video-link-box a {background:#a6804f; padding:20px; color:#fff;}
.video-link-box a em {margin-right:20px;}


#receiptCon .title-box-area .lt-txt-box .video-link-box > a:after {
    content: "";
    z-index:99;
    width: 0%;
    height: 3px;
    bottom: -3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
}
#receiptCon .title-box-area .lt-txt-box .video-link-box > a:hover:after{width: 100%; background-color: #a6804f}
#receiptCon .title-box-area .lt-txt-box .video-link-box .link-txt{margin: 0 18px 0 8px;font-size: 18px; font-weight: 500; letter-spacing: -0.9px; color: #fff; position: relative; z-index: 1;}
#receiptCon .title-box-area .lt-txt-box .video-link-box .youtube-icon{font-size: 18px; font-weight: 500; color: #fff; position: relative; z-index: 1;}
#receiptCon .title-box-area .lt-txt-box .video-link-box .arrow-icon{font-size: 20px; font-weight: 400; color: #fff; position: relative; z-index: 1;}
#receiptCon .title-box-area .lt-txt-box .video-link-box .light-txt{font-weight: 300}
#receiptCon .title-box-area .lt-txt-box .video-link-box > a:hover .link-txt{color: #a6804f}
#receiptCon .title-box-area .lt-txt-box .video-link-box > a:hover .youtube-icon{color: #a6804f}
#receiptCon .title-box-area .lt-txt-box .video-link-box > a:hover .arrow-icon{color: #a6804f; margin-left: 10px;}
.receiptCon-btn {top:-40px}
#receiptCon .title-box-area .rt-img-box{width: calc(100% - 60%); text-align: right;}
#receiptCon .title-box-area .rt-img-box img{max-width: 100%; height: auto}
#receiptCon .title-box-wrap .title-box-txt{text-align: center; padding: 100px 0; font-size: 18px; font-weight:400; letter-spacing: -0.5px; color: #111; line-height: 2.2}
/* 컨텐츠02 :: 접수 상세 정보 */
#receiptCon .info-list-wrap .info-list-box{border-top:2px solid #111;padding-top: 10px}
#receiptCon .info-list-wrap .info-list-box > li{padding: 50px 0; /* border-bottom:1px solid #ddd */}
#receiptCon .info-list-wrap .info-list-box > li:last-child{border-bottom:0}
#receiptCon .info-list-wrap .info-list-box > li .inner{display: flex; flex-wrap: wrap; font-family:'Montserrat','Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif}
#receiptCon .info-list-wrap .info-list-box > li .lt-tit{width: 17%; margin-right: 5%}
#receiptCon .info-list-wrap .info-list-box > li .lt-tit h5{font-size: 32px; font-weight:600; letter-spacing: -1.8px; color: #111}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt{width: calc(100%); font-size:18px; font-weight: 400; color: rgba(17,17,17,0.8); line-height: 1.6; letter-spacing: -0.9px}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li{padding-left: 10px; margin-bottom:10px; }
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li:last-child{margin-bottom:0}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.ws-none{padding-left: 0}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.line-style{position: relative}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li::before{content:"-"; position: absolute; top: 0; left: 0; font-size:18px; font-weight: 400; color: rgba(17,17,17,0.8); line-height: 1.6}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .order-list > li{position: relative; padding-left: 18px; margin-bottom:10px; font-size:18px; font-weight: 400; color: rgba(17,17,17,0.8); line-height: 1.6; letter-spacing: -0.9px}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .order-list > li:last-child{margin-bottom:0}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .order-list > li .num{position: absolute; top: 0; left: 0; font-size:18px; font-weight: 400; color: rgba(17,17,17,0.8); line-height: 1.6}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con .table-box{padding: 30px 0 10px}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table{width: 100%}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > thead th,
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > tbody td{padding: 10px; border-right: 1px solid #ddd}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > thead th:last-child,
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > tbody td:last-child{border-right: 0}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > thead th,
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > tbody td{font-size: 18px; color: rgba(17,17,17,0.9); font-weight: 400; letter-spacing: -0.9px; text-align: center; word-break: keep-all}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > thead th{background-color: #ececec; width: 50%;}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list > li.table-con table > tbody tr{border-bottom:1px solid #ddd}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .rt-txt-list .site-link-txt{border-bottom: 1px solid #0072ca; color: #0072ca}
#receiptCon .info-list-wrap .info-list-box > li .rt-txt .notice-list > li{margin-bottom: 20px}
#receiptCon .info-list-wrap .info-list-box > li .rt-img-con{text-align:center;}
#receiptCon .info-list-wrap .info-list-box > li .rt-img-con img{max-width:100%;}

/* 210510 */
.recept-detail-list-con > article{padding-top:100px;}
.recept-detail-list-con > article:first-child{padding-top:0px;}
.recept-detail-list-con .recept-detail-img-con{text-align:center;}
.recept-detail-list-con .recept-detail-img-con img{max-width:100%;}



/* -------- 국제공모전 :: 수상작 -------- */
/* 컨텐츠01 :: 타이틀 */
#winnerCon .tit-bg-wrap{text-align: center; position: relative}
#winnerCon .tit-bg-box{position: relative; height: 484px; background: url("../images/content/winner_bg.jpg") center/cover no-repeat}
#winnerCon .tit-bg-box .tit-box{width: 100%; position: absolute; top: 140px; left:50%; transform: translateX(-50%)}
#winnerCon .tit-bg-box .tit-box .num{display: block; width: 40px; margin:0 auto 40px; font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.9px; padding: 5px 0; border-bottom: 3px solid #cdcccc}
#winnerCon .tit-bg-box .tit-box h4{font-size: 50px; font-weight: 600; color: #fff; letter-spacing: -0.9px}
#winnerCon .tit-bg-txtbox{width: 87%; margin: auto; position: relative; top: -70px; padding: 100px 0 0 0; background-color: #fff}
#winnerCon .tit-bg-txtbox::before{content:""; position: absolute; top: -30px; left: 0; width: 98%; height: 30px; background-color: #a6804f}
#winnerCon .tit-bg-txtbox::after{content:""; position: absolute; top: 0; left: 0; width: 30px; height: 180px; background-color: #a6804f}
#winnerCon .tit-bg-txtbox .txt-box{padding: 0 60px}
#winnerCon .tit-bg-txtbox .txt-box .tit-bg-txt{font-size: 18px; color: #111; text-align: center; word-break: keep-all; line-height: 1.7; font-weight: 400; letter-spacing: -0.9px}
/* 수정 */
.winner-intro-top-con{font-size:18px; padding-top:140px; margin-bottom:65px;}
.winner-intro-top-con:before{height:484px; z-index:-1; background:url(/images/content/winner_bg.jpg) no-repeat 0 0}
.winner-intro-top-con .winner-intro-tit-box{text-align:center; color:#fff; }
.winner-intro-top-con .winner-intro-tit-box .num{display: block; width: 40px; margin:0 auto 40px; font-size: 16px; font-weight: 600; color: #fff; letter-spacing: -0.9px; padding: 5px 0; border-bottom: 3px solid #cdcccc}
.winner-intro-top-con .winner-intro-tit-box h4{min-height:165px; font-size: 2.7em; font-weight: 600; color: #fff; letter-spacing: -0.9px; line-height:1.2}
.winner-intro-top-con .tit-bg-txt{font-size: 1em; color: #111; text-align: center; line-height: 1.7; font-weight: 400; letter-spacing: -0.9px}

/* 컨텐츠02 :: 수상 리스트 */
#winnerCon .gray-box{background-color: #f7f7f7; padding: 35px 15px; margin: 0 auto 80px; text-align: center}
#winnerCon .gray-txt{font-size: 16px; color: rgba(17,17,17,0.6); word-break: keep-all; line-height: 1.7; font-weight: 400; letter-spacing: -0.9px}
/* 왼쪽 텍스트 */
#winnerCon .award-list > li{display: flex; flex-wrap: wrap; margin-bottom:50px}
#winnerCon .award-list > li:last-child{margin-bottom: 0}
#winnerCon .award-list > li .inner{display: table; width: 100%; min-height: 400px}
#winnerCon .award-list > li .inner > div{display: table-cell; width: 50%; vertical-align: middle; background-color: #000}
#winnerCon .award-list > li .inner > .brown-bg{background-color: #a6804f}
#winnerCon .award-list > li .inner > .blue-bg{background-color: #151e3b}
#winnerCon .award-list > li .inner > .dark-purple-bg{background-color: #3c2327}
#winnerCon .award-list > li .inner > .purple-bg{background-color: #433c65}
#winnerCon .award-list > li .inner > .lt-txt-box{letter-spacing: -0.9px; color: #fff; padding: 0 90px; text-align: left}
#winnerCon .award-list > li .inner > .lt-txt-box h5{margin-bottom: 60px; font-size: 35.79px; font-weight: 500}
#winnerCon .award-list > li .inner > .lt-txt-box .lt-txt-list li{position: relative; margin: 25px 0; padding-left: 150px; line-height: 1.3; font-size: 19px; font-weight: 400; color: rgba(255,255,255,0.8)}
#winnerCon .award-list > li .inner > .lt-txt-box .lt-txt-list li:last-child{margin-bottom: 0}
#winnerCon .award-list > li .inner > .lt-txt-box .lt-txt-list li .tit{position: absolute; top: 0; left: 0;}
#winnerCon .award-list > li .inner > .lt-txt-box .lt-txt-list li .tit > em{position: relative; display:inline-block; width:92px;}
#winnerCon .award-list > li .inner > .lt-txt-box .lt-txt-list li .tit > em::after{content:""; position: absolute; top:12%; right: -25px; width: 2px; height: 75%; background-color: rgba(255,255,255,0.6)}
/* 오른쪽 동영상 */
.video-iframe-wrapper{position:relative; max-width:800px; margin:0px auto; overflow:hidden;}
#winnerCon .award-list > li .inner > .rt-video-box .video-iframe-wrapper{height: 0; padding-top: 58%}
.video-iframe-box iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}
.video-cover-box{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer}
.video-cover-box .video-play-btn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:1;}
.video-cover-box:after{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer ; background-color:rgba(0,0,0,0.4); content:"";}
.video-cover-box .thumb{display:block; width:100%; height:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.video-cover-box .thumb img{width:100%; height:100%;}
.video-cover-box:hover .thumb{
	-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);
}
.video-cover-box .icon{position:absolute; width: 100%; top:50%; left:50%;  z-index:1; -ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.video-cover-box .icon img{max-width: 100%;}

/* 컨텐츠03 :: 수상 상세정보 */
#winnerCon .winner-info-wrap .info-list{border-bottom: 2px solid #414141; padding: 50px 0}
#winnerCon .winner-info-wrap .info-list:last-child{border-bottom: 0}
#winnerCon .winner-info-wrap .info-list > li .inner{display: flex; flex-wrap: wrap; padding: 40px 0}
#winnerCon .winner-info-wrap .info-list > li .lt-tit{width: 17%; margin-right: 5%}
#winnerCon .winner-info-wrap .info-list > li .lt-tit h5{font-size:36px; font-weight: 600; color: #111; letter-spacing: -1.2px}
#winnerCon .winner-info-wrap .info-list > li .rt-info{width: calc(100% - 22%)}
#winnerCon .winner-info-wrap .info-list > li .rt-info-wrap{padding: 40px 0; border-bottom: 1px solid #ddd}
#winnerCon .winner-info-wrap .info-list > li .rt-info-wrap:last-child{padding: 40px 0 0 0; border-bottom: 0}
#winnerCon .winner-info-wrap .info-list > li .rt-info-wrap:first-child{padding-top:0}
#winnerCon .winner-info-wrap .info-list > li .first-info-wrap{padding: 40px 0}
#winnerCon .winner-info-wrap .info-list > li .rt-info-box{display: flex; flex-wrap: wrap}
#winnerCon .winner-info-wrap .info-list > li .rt-info-tit{width: 8%; margin-right: 3%}
#winnerCon .winner-info-wrap .info-list > li .rt-info-tit h6{font-size:22px; font-weight: 600; color: #111; letter-spacing: -1.2px; line-height: 1.3;}
#winnerCon .winner-info-wrap .info-list > li .rt-info-txt{width: calc(100% - 11%)}
#winnerCon .winner-info-wrap .info-list > li .rt-info-list li{margin-bottom: 10px; font-size:18px; font-weight: 400; letter-spacing: -0.9px; word-break: keep-all; line-height: 1.3; color: rgba(17,17,17,0.6)}
#winnerCon .winner-info-wrap .info-list > li .rt-info-list li:last-child{margin-bottom: 0}
#winnerCon .winner-info-wrap .info-list > li .rt-info-list .title-txt{color: #151e3b; font-size:20px; font-weight: 500}

/* ========================================================
 * LEARN & ACT :: 런액트
======================================================== */
/* 컨텐츠01 :: 타이틀 */
.learn-act-con .tit-box-wrap{position: relative; width: 86.45%; margin: auto; padding: 100px 40px; box-sizing: border-box}
.learn-act-con .tit-box-wrap::before{content:""; position: absolute; top: 0; left: 0; width: 98%; height: 30px; background-color: #3c2327}
.learn-act-con .tit-box-wrap::after{content:""; position: absolute; top: 0; left: 0; width: 30px; height: 200px; background-color: #3c2327}
.learn-act-con .tit-box-wrap .tit-box > p{margin-left: 10px; font-size: 18px; font-weight: 400; letter-spacing: -0.9px; color: #222; line-height: 1.8}
.learn-act-con .tit-box-wrap .tit-box > p .white-space{text-indent:10px; display: inline-block;}
.learn-act-top-con{font-size:18px; margin-bottom:135px;}
.learn-act-top-con p{font-weight: 400; letter-spacing: -0.9px; color: #222; line-height: 1.8}
.learn-act-top-tit-list{margin: -15px 0}
.learn-act-top-tit-list > li:first-child {font-size:32px; padding-left:0; margin-bottom:40px;}
.learn-act-top-tit-list > li:first-child::before {display:none;}
.learn-act-top-tit-list > li{position: relative; padding-left: 14px; margin: 20px 0; color: #444; line-height:1.3}
.learn-act-top-tit-list > li::before{content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; background-color: #454545; border-radius: 100%;}
/* 컨텐츠02 :: 하단 목록 */
.learn-act-con .act-list-wrap{border-top: 2px solid #222}
.learn-act-con .act-list-wrap .act-list-box .act-list{padding: 75px 0; border-bottom: 1px solid #ddd}
.learn-act-con .act-list-wrap .act-list-box .act-list:last-child{border-bottom: 0}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner{display: flex; flex-wrap: wrap}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box{width: 55%}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box h4{font-size: 40px; font-weight: 500; letter-spacing: -0.8px; color: #222; line-height:1.1}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box .point-tit > em{margin-right: 30px}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box .point-txt{color: rgba(34,34,34,0.7); font-size: 22px; font-weight: 400; letter-spacing: -0.9px; padding-left:20px;}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box p{margin: 30px 0; font-size: 18px; font-weight: 400; letter-spacing: -0.8px; color: #555; line-height: 1.8}
.learn-act-con .act-list-wrap .act-list-box .act-list .inner .lt-txt-box > .img-box{display: none}
/* 왼쪽 텍스트 박스 */
.learn-act-con .lt-txt-box .download-box h5{font-size: 18px; font-weight: 500; letter-spacing: -0.8px; color: #222}
.learn-act-con .lt-txt-box .download-list-box{width: 100%; display: flex; flex-wrap: wrap; margin: 0 -5px; padding-top:10px;}
.learn-act-con .lt-txt-box .download-con{width: calc(30% - 10px); margin: 0 5px; background-color: #efefef}
.learn-act-con .lt-txt-box .download-con a{display: block; width: 100%; height: 100%; box-sizing: border-box; padding:0 10px;}
.learn-act-con .lt-txt-box .download-con dl{display: flex; align-items: center; line-height:50px;}
.learn-act-con .lt-txt-box .download-con dt{width: 88%; margin-right: 2%; font-size: 15px; font-weight: 400; letter-spacing: -0.8px; color: rgba(34,34,34,0.9); line-height: 1.4;}
.learn-act-con .lt-txt-box .download-con dd{width: calc(100% - 90%); text-align: center}


/* .learn-act-con .lt-txt-box .download-list-box.six {padding:5px 0}
.learn-act-con .lt-txt-box .download-list-box.six h5 {font-size:16px; margin-right:15px; padding:10px; width:80px;}
.learn-act-con .lt-txt-box .download-list-box.six .download-con {width: calc(30% - 10px); background:#fff; border:1px solid #ddd; color:#999; font-size:14px; height:50px;}
.learn-act-con .lt-txt-box .download-list-box.six .download-con a {padding: 10px 15px;} */

.learn-act-con .lt-txt-box .download-list-box.six .download-con dd {font-size:14px; color:#777}

/* 비디오 영역 Start */
.learn-act-con .lt-txt-box .video-box  {margin-top:30px;}
.learn-act-con .lt-txt-box .video-box .video-list-box{width: 100%; display: flex; flex-wrap: wrap; margin: 0 -5px}
.learn-act-con .lt-txt-box .video-box .video-list-box .video-con{width: calc(25% - 10px); margin: 0 5px}
.learn-act-con .lt-txt-box .video-box .video-list-box .video-iframe-wrapper{position: relative; height: 0; padding-top: 67.2%; overflow: hidden; max-width: 100%;}
.video-iframe-box iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}
.video-cover-box{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer }
.video-cover-box:after{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer ; background-color:rgba(0,0,0,0.4); content:"";}
.video-cover-box .thumb{display:block; width:100%; height:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.video-cover-box .thumb img{width:100%; height:100%; transform:scale(1.35)}
.video-cover-box:hover .thumb{
	-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);
}
.video-cover-box .icon{position:absolute; top:50%; left:50%;  z-index:1; -ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.video-cover-box .icon i{font-size:60px; color:#fff; line-height:50px; text-shadow:1px 1px 10px rgba(0, 0, 0, .5);}

/* 오른쪽 이미지 박스 */
.learn-act-con .rt-img-box{width: 41.42%; margin-left: 3.58%}
.learn-act-con .rt-img-box .img-box{position: relative; height: 0; padding-top: 70.86%; margin-top:200px;}
.learn-act-con .rt-img-box .img-box img{position: absolute;top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%}

/* ========================================================
 * 후보자 추천 폼메일(2021-07-26 MJ)
======================================================== */
/* 레이아웃 */
#candidateRecomModalCon{max-width:1200px; margin:0px auto; }
.candidate-recom-wrapper{padding:50px 100px; padding-top:0}
/* 상단 텍스트 */
.recom-wrap .recom-txt{margin-bottom:32px;}
.recom-wrap .recom-txt .txt{ font-size:16px; line-height:1.3em; letter-spacing:-0.25px; color:#111; margin-bottom:10px;}
.recom-wrap .co-red{color:#f00;}
/* 컨텐츠 박스 :: 타이틀/텍스트 */
.recom-box{border-bottom:1px solid #7f7f7f; margin-bottom:34px; padding-bottom:40px;}
.recom-box .recom-tit{font-size:28px; line-height:1.14em; letter-spacing:-0.75px; color:#111; margin-bottom:33px;}
.recom-box .recom-tit .co-red{color:#f00;}
.recom-box .recom-title-box{margin-bottom:30px;}
.recom-box .recom-title-box .recom-tit{margin-bottom:10px;}
.recom-item-tit{font-size:16px; /* line-height:4.37em; */ letter-spacing:-0.25px; color:#111; margin-bottom:10px;}
/* 컨텐츠 박스 :: 입력창 */
.recom-item-input input{padding-left:10px;}
.recom-item-input{margin-bottom:30px;}
.recom-item:last-child .recom-item-input{margin-bottom:0px;}
.recom-item-input .input-text{width:47%; height:37px; border:1px solid #dcdcdc;}
.recom-item-input .width15{width:15% !important; min-width:120px;}
/* 컨텐츠 박스 :: 셀렉트박스 */
.recom-item-input .email-fieldset .hypen{margin:0 5px;}
.recom-item-input .phone-fieldset .hypen{margin:0 8px;}
.recom-item-input .input-select{width:18.5%; height:37px; min-width:120px; border:1px solid #dcdcdc; padding-left:10px;}
.recom-item-input .input-select-national{width:15%; min-width:120px; height:37px; border:1px solid #dcdcdc; padding-left:10px;}
.recom-box .recom-textarea{width:100%; height:189px; border:1px solid #dcdcdc; padding:10px;}
.recom-box .recom-file{width:100%; height:50px; line-height:50px; padding-left:20px; border:1px solid #dcdcdc; margin-bottom:5px; vertical-align:middle;}
.recom-box .text-plus{font-size:14px; letter-spacing:-0.25px; color:#888;}
.recom-box .recom-submit .subimt-num{display:inline-block; width:15px; height:15px; color:#fff; line-height:15px; text-align:center; background:#d08fe1; border-radius:3px;}
.recom-box .recom-submit .input-submit{width:84px; height:37px; border:1px solid #dcdcdc;}
.recom-box .submit-txt{font-size:16px; letter-spacing:-0.25px; color:#111;}
/* 컨텐츠박스 :: 버튼 */
.recom-wrap .recom-btn{display:block; margin:0 auto; padding:3.3% 0 2.7%; width:35.5%; font-size:18px; line-height:1.38em; letter-spacing:-0.5px; color:#fff; background:#a37a50;}
.recom-wrap .recom-btn i{font-size:1.3em; position:relative; margin-left:5px; top:3px;}
/* 공통 :: 첨부파일 Custom */
.file-custom-wrapper .file-custom-item{position:relative; margin-top:5px;}
.file-custom-wrapper .file-custom-item:first-child{margin-top:0;}
.file-custom-wrapper .file-custom-item .file-controls-btns{position:absolute; top:0px; left:calc(70% + 5px);}
.file-custom-wrapper .file-custom-item .file-controls-btns button{width:70px; height:37px; color: #999; font-size: 13.5px; letter-spacing:-0.5px; text-align:center; border: 1px solid #e5e5e5;}
.file-custom-box input[type="text"] {width:70%; height:37px; border:1px solid #dcdcdc;}
.file-catuion-txt{color:#999; font-size:12px; font-weight:300; letter-spacing:-0.3px; line-height:20px; margin-top:10px; word-break:keep-all;}

/* ========================================================
 * 로그인 입력 페이지(2021-07-26 MJ)
======================================================== */
/* 배경 및 레이아웃 */
.login-wrap{max-width:1200px; margin:0 auto; position: relative;}
.login-bg{position: fixed; top:0; left:0; min-width:100%; min-height:100%; background:center; background-image:url('/images/content/candidate_login_bg.jpg'); background-size:cover; z-index:-1;}
/* 타이틀 */
.login-title{text-align:center; margin-bottom:24px; padding-top:10%;}
.login-title .title-img{}
.login-title h2{font-size:52px; letter-spacing:-2.75px; color:#a37a50; text-transform:uppercase; margin:1.66% 0 6.66%; padding:0 10px;}
/* 텍스트박스 */
.login-txt{text-align:center; margin-bottom:38px;}
.login-txt .main-txt{font-size:58px; line-height:1.17em; letter-spacing:-2.67px; color:#5c4936; margin-bottom:25px; padding:0 10px;}
.login-txt .txt-box{width:98%; background:#f3f3f3; border-top:1px solid #b89c7e; margin:0 auto;}
.login-txt .txt-box .inner-box{font-size:18px; letter-spacing:0.02px; color:#222; margin:30px 0 21px; padding:0 10px;}
.login-txt .txt-box .txt-check{padding-bottom:33px;}
.login-txt .txt-box .txt-check label{display:inline-block; font-size:14px; color:#9f9f9f; letter-spacing:0.05px;}
.login-txt .txt-box .txt-check input{display:inline-block;}
/* 로그인 입력창 */
.login-box{width:65.25%; margin:0 auto; padding-bottom:30px;}
.login-box .Login{width:36.6%; font-size:14px; height:58px; color:#a7a7a7; border:none; border-radius:10px; margin-right:1%; padding-left:3.83%; box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.05);}
.login-box .login-btn{width:23.6%; font-size:14px; height:58px; color:#fff; background:#a6804f; border-radius:10px;}
.m-reverse{display:inline;}
.login-box .login-auto{float:right; margin-top:13px;}
.login-box .login-auto label{display:inline-block; font-size:14px; color:#727272; letter-spacing:0.02px;}
/* 체크박스 */
.txt-check.checkbox input[type="checkbox"], .checkbox input[type="checkbox"]{display:none;}
.checkbox input[type="checkbox"] + label:before{content:''; display:inline-block; width:13px; height:13px; background:no-repeat center; background-image:url('/images/content/checkbox.png'); padding-right:7px;}
.checkbox input[type="checkbox"]:checked + label:before{content:''; display:inline-block; width:13px; height:13px; background:no-repeat center; background-image:url('/images/content/checkbox_check.png'); padding-left:5px;}



/* ========================================================
 * 인턴십 & 장학제도
======================================================== */

/* internship 공통 */
.main-color{color:#a37b4f;}
.main-bg {background:#a37b4f;}
.highlight01 {color:#ff8204;}
.highlight02{color:#214fa3;}
.internship-img-box img{max-width:100%;}

/* 인턴십 국문 */
/* 인턴십 전체 박스 */
.learn-internship-con .learn-internship-entire-con {width:71.42%; margin:0 auto; border:3px solid #000; margin-bottom:150px;}
/* 인턴십 위 컨텐츠 */
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box{text-align:center;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box img{max-width:100%;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-top-txt {width:67.7%; border-bottom:4px solid #ccc; margin-top:8.9%; margin-left:6.5%; padding-bottom:3.3%; }
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-top-txt p{font-size:55.72px; line-height:1.364em; letter-spacing:-0.05em; color:#2c2c2c; font-weight:700;}
/* 인턴십 아래 컨텐츠 */
.learn-internship-bottom-con {margin-bottom:10%;}
.learn-internship-bottom-con .learn-internship-bottom-inner {padding:4.8% 6.5%;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-img-box.animate-box {position:relative; height:0; padding-top:56%;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-img-box.animate-box:before {content:""; background-attachment:fixed; position:absolute; top:0px; left:0; width:100%; height:100%; background:url('../images/content/internship-bg02.jpg') no-repeat 0 0; background-size:contain; }
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt{text-align:center; margin:5.3% 0 6.9%;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt .main-tit{font-size:47px; font-weight:700; line-height: 1.317em; color:#2c2c2c; letter-spacing:-0.05em !important;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt .main-tit .tit {font-size:62px; letter-spacing:-0.015em; line-height:1.51em;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box {text-align:center; padding:0 8.96%;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-tit{display:inline-block; padding:2.24% 26.6%; margin-bottom:8.4%;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-tit span {display:inline-block; color:#fff; font-size:28px; line-height:1.632em; font-weight:600;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl {text-align:left; margin-bottom:38px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl.internship-process{margin-bottom:105px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl dt {font-size:26px; line-height:1.479em; font-weight: 700; margin-bottom:25px; text-transform:uppercase;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl dd {display:flex; align-items:center; padding-bottom:20px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl dd em {font-size:19px; line-height:25px; font-weight:500; color:#2c2c2c;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box dl dd .list-blit {display:inline-block; width:35px; height:35px; min-width:35px; min-height:35px; border-radius:50%; vertical-align: middle; margin-right:12px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box {display:flex;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box>dl {width:50%;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box>dl:first-child{width:48%; padding-right:2%;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .internship-process .internship-img-box{margin-bottom:49px;}
.recruit-document {font-size:18px; line-height:36px; letter-spacing:-0.025em !important; color:#fff; background:#151f3c; padding: 2.8% 14%;}
.recruit-document i{position: relative; top: 2px; line-height:30px; margin-right:10px;}

/* 인턴십 영문 */

.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en {display:flex; align-items:center; justify-content: space-between; margin: 10.6% 3% 0;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en>div {width:50%;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.main-img-box{position:relative;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.main-img-box .internship-txt-box {position:absolute; left:2.6%; bottom:0; text-align:left;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.main-img-box .internship-txt-box p {font-size:64px; letter-spacing:-0.05em !important; line-height:1.188em; font-weight:700;} 
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box01 .internship-txt-box.right{text-align:right;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box01 .internship-txt-box.right .en-tit{font-size:48px; line-height:1.188em; font-weight:700; color:#2c2c2c; letter-spacing:-0.05em !important;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box01 .internship-txt-box.right .en-txt{font-size:17px; line-height:20.27px; font-weight:500; color:#2c2c2c; margin-top:4.25%; letter-spacing:-0.05em !important;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box02 {flex-direction: row-reverse; margin:13.1% 3% 5.2%;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box02 .internship-txt-box{text-align:left;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box02 .internship-txt-box.left .en-tit {font-size:36px; line-height:1.184em; font-weight:700; color:#2c2c2c; letter-spacing:-0.05em !important;}
.learn-internship-con .learn-internship-entire-con .learn-internship-top-inner .internship-img-box.en.sub-img-box02 .internship-txt-box.left .en-txt {font-size:15px; line-height:16px; color:#2c2c2c; font-weight:500; margin-top:4.68%; letter-spacing:-0.05em !important;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt .main-tit .tit.en {font-size:46px; line-height:1.304em;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt .main-tit .highlight02.en{display:inline-block; padding:3.1% 0 3.56%; font-size:48px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-main-txt .main-tit .last-txt {font-size:38px;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-tit.en {padding:2.8% 6.3%;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-tit span{}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en {display:initial; }
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en>dl {width:initial;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en>dl:first-child{width:initial; padding-right:0;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en>dl.recruitment-period.en .list-blit.main-bg{font-size:16px; line-height:1.458em; line-height:35px; text-align:center; color:#fff;} 
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en>dl.recruitment-period.en .list-blit.main-bg.prc01 {background:#c9b8a7;}
.learn-internship-bottom-con .learn-internship-bottom-inner .internship-bottom-recruit-box .recruit-inner-box.en>dl.recruitment-period.en .list-blit.main-bg.prc02 {background:#be9362;}
.recruit-document.en {padding:2.94% 8.4% 2.52%;}