/* Custom styles
   ========================================================================== */

/** @section Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.preloader-wrapper {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.preloader-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: #ff00bf;
	left: 15%;
	transform-origin: 50%;
	animation: circle .5s alternate infinite ease;
}

@keyframes circle {
	0% {
		top: 60px;
		height: 5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40% {
		height: 20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0%;
	}
}

.preloader-circle:nth-child(2) {
	left: 45%;
	animation-delay: .2s;
}

.preloader-circle:nth-child(3) {
	left: auto;
	right: 15%;
	animation-delay: .3s;
}

.preloader-shadow {
	width: 20px;
	height: 4px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 62px;
	transform-origin: 50%;
	z-index: -1;
	left: 15%;
	filter: blur(1px);
	animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
	0% {
		transform: scaleX(1.5);
	}
	40% {
		transform: scaleX(1);
		opacity: .7;
	}
	100% {
		transform: scaleX(0.2);
		opacity: .4;
	}
}

.preloader-shadow:nth-child(4) {
	left: 45%;
	animation-delay: .2s;
}

.preloader-shadow:nth-child(5) {
	left: auto;
	right: 15%;
	animation-delay: .3s;
}

.preloader-text {
	position: absolute;
	top: 75px;
	font-size: 20px;
	letter-spacing: 12px;
	left: 15%;
}

.rd-navbar-info-text {
	margin-right:5px;
	display:inline-block;
	font-weight: 700;
	font-size: 8px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.rd-navbar-info-icon {
	position:relative;
	top:1px;
	color: #333;
	margin:0 3px;
}

.rd-navbar-info-icon:hover {
	color:#ff00bf;
}

.sns {
	float:left;
	background:#fff;
	border-radius:0 0 6px 6px;
	margin-top:-4px;
	padding:0 6px 5px 9px;
	-webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
          box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

.management {
	float:right;
	background:#ff00bf;
	border-radius:0 0 6px 6px;
	margin-top:-4px;
	margin-right:4px;
	padding:0 9px 5px 9px;
	-webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
          box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

.management a{
	position:relative;
	top:-2px;
	line-height:8px;
	font-size:13px;
	font-weight:700;
	color:#fff;
	cursor:pointer;
}

.management a:hover {
	color:#ffae00;
}


.lang {
	float:right;
	background:#fff;
	border-radius:0 0 6px 6px;
	margin-top:-4px;
	padding:0 9px 5px 9px;
	-webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
          box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

.lang div a{
	position:relative;
	top:-2px;
	line-height:8px;
	font-size:13px;
	font-weight:700;
	color:#333;
	cursor:pointer;
}

.lang div a:hover {
	color:#ff00bf;
}

.lang div img {
	position:relative;
	top:6px;
	height:20px;
	margin-right:3px;
}



/** @section Breadcrumbs */
.breadcrumbs-custom {
	background:#f6f6f6;
}


.breadcrumbs-custom-path {
	margin:0;
	float:right;
	padding:5px 0 10px 0;
	
}
.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #333;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .4em;
	text-transform: uppercase;
}

.breadcrumbs-custom-path li::after {
	content: "|";
	position: absolute;
	top: 14%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: #666;
	transform: translate3d(0, -50%, 0);
	transform: rotate(15deg);
}
.breadcrumbs-custom-path li:last-child {
	margin-right:0;
	padding-right: 0;
}
.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active a{
	color: #ff00bf;
}

.breadcrumbs-custom-path li.active {

	font-weight: 600;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

/* cnt-fa bgcolor */
.bg-mint {background:#91c2c6}
.bg-navy {background:#3a4050}
.bg-coral {background:#f28f89} 
.bg-ivory {background:#eee9e0}
.bg-black {background:#333; color:#fff}


/* .cnt-fa */
.cnt-fa .fa,
.cnt-fa h4 {display:inline-block}
.cnt-fa {margin-bottom:10px}
.cnt-fa .fa {padding:7px 15px; color:#fff; margin-right:15px; border-radius: 2px}

.about_title {
	display:inline-block;
	position:relative;
	bottom:-5px;
	font-family: 'THEJung130'!important;
}

.about_title strong {
	font-family: 'THEJung150';
}

.about_title_ko {
	display:inline-block;
	position:relative;
	bottom:-5px;
	font-family: 'THEJung130';
	font-size:25px;
}

.about_title_ko strong {
	font-family: 'THEJung150';
}

.about_title_en {
	display:inline-block;
	position:relative;
	bottom:-5px;
	font-family: 'THEJung130';
	font-size:23px;
}

.about_title_en strong {
	font-family: 'THEJung150';
}

.about_txt {
	font-size:13px;
	word-break: keep-all;

	font-family:'Noto Sans DemiLight',Dotum,'굴림',Gulim,Helvetica,sans-serif !important
}

.about_txt2 {
	padding-bottom:10px;
}

.about_txt2 strong {
	font-size:21px;
}

.about_txt strong {
	display:block;
}

.about_txt p.top_txt {
	margin:0 0 5px 0;
}

.about_txt p {
	margin:0;
	line-height:24px;
}


@media (max-width: 767px) {
	.about_title {
		display:inline;
		font-size:5.1vw;
	}
}




@media (min-width: 576px) {
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
	
}

@media (max-width: 991px) {
	
	.section-fullheight {
		padding:20px;
	}
	.widget-title2 {
	  font-size: 18px;
	  line-height: 24px;
	  margin: 24px 0 12px 0;
	}
	.widget_nav_menu {
		font-size: 13px;
	}
	
	.breadcrumbs-custom-path {
		margin-top:0px;
	}

	.breadcrumbs-custom-path li.active {
		top: 0px;
	}
	.breadcrumbs-custom-path {
		margin-left: 10px;
		margin-right: 10px;
	}
	.breadcrumbs-custom-path > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.breadcrumbs-custom-path li {
		letter-spacing: .2em;
	}
	
	.position_en {
		margin-top:0px;
	}
	
	.speaker-neat__copy {
		margin:15px 0 35px 0;
	}
	
	.padding0 {
		padding:0;
	}
	
	.sub-bg {
		height:180px!important;
	}
	.position_title small.title_c1 {
		font-size:15px;
	}
	
	.mobile-top-m {
		border-top:2px dashed #eee;
		padding-top:40px;
	}
	
	.must,
	.must table {font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important; font-size:15px !important}
	.must h3,
	.must h4 {font-weight:700}
	.must h3{ font-size:20px}
	.must h4 {font-size:16px;color:#333;}
}

@media (min-width: 1200px) {

	.breadcrumbs-custom-path {
		margin-left: -35px;
		margin-right: -35px;
	}
	.breadcrumbs-custom-path > * {
		padding-left: 35px;
		padding-right: 35px;
	}
	.breadcrumbs-custom-path li {
		letter-spacing: .4em;
	}
	
}

@media (min-width: 1600px) {

	.breadcrumbs-custom-path {
		margin-left: -78px;
		margin-right: -78px;
	}
	.breadcrumbs-custom-path > * {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.btn-group-1 {
	margin-bottom: -15px;
	margin-left: -30px;
}

.btn-group-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.btn-group-1 > * {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

.btn-group-1 > * {
	margin-top: 0 !important;
}

.text-large {
	font-family: 'Do Hyeon', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
	font-size: 58px;
	line-height: 0.9;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.text-large {
		font-size: 170px;
		line-height: 1;
	}
}

.sp {
	letter-spacing: .1em;
	font-weight:300;
	text-transform: uppercase;
}

.section-fullheight {
	display: flex;
}

.section-fullheight .section-fullheight-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 25vh;
	width: 100%;
}

.section-fullheight .section-fullheight-inner > * {
	width: 100%;
	flex-shrink: 0;
}

.section-fullheight-inner {
	justify-content: space-around;
	text-align: center;
}



.fc-icon .fa-facebook, .fc-icon .fa-facebook-square { color: #3b5998; background: linear-gradient(90deg, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 38%); width:13px; height:12px; border-radius:3px; background-clip: content-box;}
.fc-icon .fa-twitter, .fc-icon .fa-twitter-square { color: #00aced; background: #fff; width:13px; height:12px; border-radius:3px; background-clip: content-box;}
.fc-icon .fa-youtube, .fc-icon .fa-youtube-play, .fc-icon .fa-youtube-square { color: #bb0000; background: linear-gradient(180deg, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 23%); width:13px; height:10px; border-radius:5px; background-clip: content-box;}
.fc-icon .fa-home {color:#ff9000;}

.fc-icon .fa.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  height:14px;
  
}

.mdi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.mdi-youtube-play {
	color: #bb0000;
}

.mdi-facebook {
	color: #3b5998;
}

.main-border-text1 {
	 text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; 
}

.main-border-text2 {
	 text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff; 
}

/* text-align:center */
.must .cnt-img,
.article1 h4 {text-align:center}

/* img-max */
.must .cnt-img .img-max {display:inline-block; max-width:100%; height:auto}
.must .cnt-img {background-color:#3b4c5e; margin-bottom:15px; border-radius:12px;}
.must .cnt-img .img-max1 {display:inline-block;width:100%; height:auto; opacity:1; border-radius:12px;}
.must .cnt-img .img-max1:hover {
	opacity:0.65;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


.cnt-caption h4 {padding:0; margin:20px 0 5px 0 ;}

.cnt-caption h4.cnt-caption-title {
	padding:0;
	margin:8px 0 12px 0;
	font-size:20px;
}

.cnt-caption p {text-align:center; font-size:13px;}

.cnt-caption_ko h4 {padding:0; margin:20px 0 5px 0 ;}
.cnt-caption_ko h4.cnt-caption-title {
	padding:0;
	margin:8px 0 12px 0;
	font-size:20px;
}

.cnt-caption_ko p {
	margin-top:-3px;
	text-align:center; 
	font-size:12.5px;
	font-family: 'Nanum Gothic';
	line-height:20px;
}

.cnt-caption_en h4.cnt-caption-title {
	padding:0;
	margin:8px 0 12px 0;
	font-size:18px;
	font-family: 'THEJung170';
	line-height:25px;
}

.cnt-caption_en p {
	margin-top:-7px;
	text-align:center;
	font-size:13px; font-family: 'Nanum Gothic';
	word-break: keep-all;
	line-height:20px;
}

.txt_point {
	color:#f27242;
}

.txt_point_d1 {
	color:#A86300;
}

.txt_point_d2 {
	color:#F17DA9;
}

.txt_point_d3 {
	color:#217BD6;
}

.txt_point_d4 {
	color:#894BE2;
}

.txt_point_d5 {
	color:#FFCE00;
}




div.eng_fa > .fa {
    font-size: 38px;
    width: 50px;
    height: 50px;
    padding-top: 6px;
	margin-left:30px;
}

h4.eng_txt {
	font-size:22px;
	margin-left:15px;
	font-family: 'Noto Sans Bold';
}

h4.eng_txt2 {
	font-size:22px;
	margin-left:15px;
	font-family: 'Noto Sans Bold';
	position:relative;
	bottom:4.3px;
}

h4.eng_txt3 {
	font-size:19px;
	line-height:22px;
	margin-left:15px;
	font-family: 'Noto Sans Bold';
}

p.eng_p {
	margin-left:15px;
	font-family: 'Noto Sans DemiLight';
	margin-right:15px;
}

.reg_txt {
	padding-left:7px;
	font-size:14px;
}



.xmm {
	border-top:1px dotted #ccc;
}
.xmm .agreement{margin:5px 20px 15px 0; border-radius:2px;background:#fff;margin-bottom:15px}

.xmm .agreement>.text{width:100%;max-height:200px;overflow:auto; padding-right:10px}
.xmm .agreement>.confirm{padding:10px 0 0 0;margin:10px 0 0 0;border-top:1px dotted #ccc}

.xmm .agreement .text {
	border:1px solid #ececec;
	padding:13px 15px;
}

.xmm .agreement .text p,
.xmm .agreement .text span {line-height:22px;}

.xmm .title{padding:5px 0 0px 5px;}
.xmm .title > h4 {display:inline-block; line-height:22px;}

.agree_right {
	margin:10px 20px 0 15px; 
	text-align:right;
	word-break:break-all;

}
.agree * {margin-top:2px;}
.agree * {display:inline-block;}
.agree label {
	display:none;
}


.xmm h1,
.xmm .h1 {
  font-size: 36px;
}
.xmm h2,
.xmm .h2 {
  font-size: 30px;
}
.xmm h3,
.xmm .h3 {
  font-size: 24px;
}
.xmm h4,
.xmm .h4 {
  font-size: 18px;
}
.xmm h5,
.xmm .h5 {
  font-size: 14px;
}
.xmm h6,
.xmm .h6 {
  font-size: 12px;
}



/* table */
table.table-bg1 {border-spacing:1px; border-collapse:separate}
table.table-bg1 tr th {background:#ddd}
table.table-bg1 tr td {background:#eee; border-top:0; padding:8px 10px}
table.table-bg1 tr td.td-h {background:#ddd}
table.table-bg2 {border-spacing:1px; border-collapse:separate}
table.table-bg2 tr th {background:#545863; color:#fff; border-top:0;}
table.table-bg2 tr td.td-t {text-align:left;}
table.table-bg2 tr td {background:#eee; border-top:0; padding:8px 10px;}
table.table-bg2 tr td.td-h {background:#545863; color:#fff}
table.table-nobg .th-h1 {border-bottom:2px solid #EF766E}
table.table-nobg .th-h2 {border-bottom:2px solid #878787}

table.table-nobg .th-t1 {width:8%;}
table.table-nobg .th-t2 {width:14%;}
table.table-nobg .th-t3 {width:48%;}
table.table-nobg .th-t4 {width:30%;}

table.table-nobg tr th {border-top:0}
table.table-nobg tr td input[type=text] , select{
	height:25px;
	font-size:14px;
	padding:3px;
}

.reg_txt {
	padding-left:7px;
	font-size:14px;
}

table.table-nobg tr td:first-child {
	word-break: keep-all;
	width:25%;
}
	
table.table-nobg tr td select, input[type=text]{
	width:100%;
}

table.table-nobg tr td input[type=radio]{
	display:inline-block;
}	


table.table-nobg tr td input[type=radio], input[type=checkbox] {
	position:relative;
	bottom:-2px;
	margin-right:3px;
}

table.table_input tr td ul {
	padding:0;
}

table.table_input tr td li {
	display:inline-block;
}

table.table-nobg tr td label{
	margin-right:10px;
	margin-left:5px;
}

table.table-nobg tr td textarea{
	width:100%;
}

table.table-nobg tr td p{
	margin:5px 0 2px 0;
	word-break: keep-all;
}

/* fnt-color */
.fnt-blue {color:#199fd1}
.fnt-grey {color:#aaa}
.fnt-pink1 {color:#E93877}
.fnt-pink2 {color:#E73639}
.fnt-pink3 {color:#EC6558}

@media (min-width: 992px) {
	.must,
	.must table {font-family:'나눔고딕','Nanum Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif !important; font-size:14px !important}
	.must h3,
	.must h4 {font-weight:500}
	.must h3 {font-size:25px}
	.must h4 {font-size:16px;color:#333;}

}
@media (max-width: 480px) {
	.col-xxs-12 {width:100%; padding-left:0; padding-right:0}
	.col-xxs-6 {width:50%; padding-left:15px; padding-right:15px}
}

.must {margin-bottom:40px}
.must.bg-white {background:#fff; color:#333}
.must.bg-dark {background:#3a4050; color:#ccc}

@media (max-width: 767px) {
	.xmm .agreement .text {
		font-size:12px;
	}
	.xmm .agreement{
		margin:-2px 1px 15px 0; 
	}
	.xmm .title > h4 {
		
	}
	.reg_txt {
		font-size:12px;
		word-break:break-all;
	}
	.agree_right {
		margin:0px 20px 0 15px; 
		font-size:12px;
		line-height:16px;
	}
	
	.article1 .cnts {margin-bottom:40px}
	.cnt-caption_ko h4 {padding:0; margin:20px 0 5px 0 ;}
	.cnt-caption_ko h4.cnt-caption-title {
		padding:0;
		margin:8px 0 12px 0;
		font-size:16.5px;
	}

	.cnt-caption_ko p {
		margin-top:-7px;
		text-align:center; 
		font-size:10px;
		font-family: 'Nanum Gothic';
		word-break:keep-all;
		line-height:16px;
	}
	.team3 .cnt-caption_ko {height:105px;}
	
	.cnt-caption_en h4.cnt-caption-title {
		padding:0;
		margin:5px 0 12px 0;
		font-size:16px;
		font-family: 'THEJung170';
		line-height:20px;
	}

	.cnt-caption_en p {
		position:relative;
		top:-14px;
		margin-top:-7px;
		text-align:center;
		font-size:11px; font-family: 'Nanum Gothic';
		word-break: keep-all;
		line-height:14px;
	}
	
	.cnt-caption_en p > b {
		display:block;
		line-height:16px;
		position:relative;
		top:12px;
	}
} 


