@charset "utf-8";

/*
 DESIGN MULTIPURPOSE XE LAYOUT
 https://pdbig.com/
 
 Contributing author : Daniel
--------User Custom CSS---------------------------------*/

/* 메인 메뉴
------------------------------------*/
#kso-header .navbar .navbar-nav > li > a {font-size:14px;} /* 메뉴 폰트 사이즈 */

/* 레이어팝업
------------------------------------*/
#kso-promotion .caption-subtitle {font-family: 'RixGothicM', 'Noto Sans KR', '나눔고딕', NanumGothic, ng !important;} /* 제목 */

/* 슬라이드
------------------------------------*/
#kso-promotion .caption-title {font-family: Montserrat, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;} /* 제목 */
#kso-promotion .caption-cont {font-size:16px;line-height: 1.3;} /* 요약 폰트 사이즈 */

/* 패럴랙스(슬라이드)
------------------------------------*/
#parallax-promotion .parallaxCover {color:#fff; background: rgba(0, 0, 0, .3);} /* 폰트컬러 & 커버 컬러 */
#parallax-promotion .parallax-caption h3 {font-size:50px;} /* 타이틀 폰트 사이즈 */
#parallax-promotion .parallax-caption p {} /* 요약 */

/* 섹션 5 패럴랙스
------------------------------------*/
.element-wrap h3 {} /* 제목 */
.element-wrap p {margin-bottom: 20px;} /* 요약 */

/* 섹션 여백
------------------------------------*/
.section1 {padding-top: 30px; padding-bottom: 10px;} /* 섹션 1 (아이콘박스) */
.section2 {padding-top: 40px; padding-bottom: 20px;} /* 섹션 2 (최근게시물) */
.section3 {padding-top: 60px; padding-bottom: 60px;} /* 섹션 3 (쇼케이스) */
.section4 {padding-top: 60px; padding-bottom: 60px;} /* 섹션 4 추가영역 첫 번째 */
.section6 {padding-top: 60px; padding-bottom: 40px;} /* 섹션 6 추가영역 두 번째 */
.section7 {padding-top: 20px; padding-bottom: 0px;}   /* 섹션 7 (하단배너) */

/* Footer (하단)
------------------------------------*/
#kso-footer {background-color:#f2f2f2;} /* 푸터 4컬럼 배경 컬러 */
#kso-copyright {background-color:#000;} /* 카피라이트 배경 컬러 */

.image-box2 {
	display: inline-block;
    position: relative;
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#rey-about .icon-wrap_2 a, #rey-about .icon-wrap_2 a:hover i {
    color: #f06060;
}
#rey-about .rey-about-1 {
    padding-top: 0px;
    padding-bottom: 60px;
}



/* Button 4 */
.btn-ani {
	display: inline-block;position: relative;
	padding: 10px 60px;margin-bottom: 30px;		
	text-transform: uppercase;
	outline: none;background: none;border: none;cursor: pointer;		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-ani:hover {color: #fff !important;}
.btn-ani:before{
	font-family: 'icomoon';	
	font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;	
	position: relative;speak: none;-webkit-font-smoothing: antialiased;
}
.btn-ani:after {
	content: '';position: absolute;z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-request {border-radius: 50px;background-color:#1abc9c;box-shadow: rgb(0 0 0 / 30%) 2px 6px 16px;font-size: 0.915rem;color: #f8f8f8;overflow: hidden}
.btn-request:active {border-color: #17954c;color: #17954c}
.btn-request:hover {color:#fff}
.btn-request:before {
	position: absolute;height: 100%;font-size: 125%;line-height: 2.4;color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-request:active:before {color: #17954c}
.icon-arrow-right:before {content: "\e00d"}
.btn-4:before {
    position: absolute;height: 100%;font-size: 125%;line-height: 3.5;color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-4c:before {left: 60%;opacity: 0;top: 0}
.btn-4c:hover:before {left: 75%;opacity: 1}

#btn-bottom {display: table; margin: 30px auto; padding: 12px 20px; letter-spacing: 0.5px; color: #fff; border-radius: 5px;}
#btn-bottom2 {display: table; margin: 30px auto; padding: 12px 25px; letter-spacing: 0.5px; color: #fff; border-radius: 5px;}
#btn-bottom3 {display: table; margin: 30px auto; padding: 12px 57px; letter-spacing: 0.5px; color: #fff; border-radius: 5px;}

.icon-wrap a {
	display: inline-block;position: relative;	
	color: #fff;
	box-shadow: 0 0 0 4px #1abc9c;
	cursor: pointer;z-index: 1;
}
.icon-wrap a:after {	
	content: '';position: absolute;top: -2px;left: -2px;	
	padding: 2px;width: 100%;height: 100%;
	pointer-events: none;z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.icon-wrap a,.icon-wrap a i {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.icon-wrap a:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.icon-wrap a i {color:#fff}
.icon-wrap a:after {background-color: #1abc9c}
.icon-wrap a,
.icon-wrap a:hover i {color: #1abc9c}

.pointColor {
    color: #1abc9c;
}

.section-header, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, #rey-tab .icon-tabElement li.active>a, #rey-tab .icon-tabElement li:hover a, .aside a.list-group-item.on, .aside a.list-group-item:hover, .company-info i, #rey-about .icon-wrap a, #rey-about .icon-wrap a:hover i, #rey-teaser .col-text:hover h4 a, #rey-teaser .col-text:hover i {
    color: #1abc9c;
}

.infomail {color: #666;}

.company-info li {
    position: relative;
    margin-bottom: 5px;
}

.list-inline {
	display: inline-block;
    width: 100%;
    padding-left: 0;
	margin-top: 20px;
    margin-left: 0px;
	margin-bottom: 30px;
    list-style: none;
}