
/*sub_tab*/
.sub_tab a {
	text-decoration: none;
	padding: 15px;
	display: block;
	color: #999;
	text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
	border-bottom: 2px solid #ddd;
}
.sub_tab a.active {
    color: #1e1e1e;
	font-weight: 500;
	border-color: #f57c00;
}
@media (max-width:768px){
	.sub_tab a {
		padding: 8px 5px;
		font-size: 13px;
		height: 50px;
		word-break: keep-all;
	}
}

/*privacy*/
.privacy .dvd_sec > li:not(:last-child) {
	margin-bottom: 30px;
}
.privacy h5 {
	margin-bottom: 15px;
    font-weight: 600;
}
.privacy h6 {
    font-weight: 300;
}
/*od_list*/
.od_list {
	padding-left: 20px;
}
.od_list.ty_list {
	list-style: none;
	padding-left: 0px;
}
.od_list.ty_list > li {
	position: relative;
	padding-left: 20px;
}
.od_list.ty_list.sm > li {
	padding-left: 10px;
}
.od_list.ty_list > li > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.5em;
    line-height: 28px;
}
.od_list.ty_list.lg > li > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    line-height: 28px;
}
.od_list.deci {
	list-style: decimal-leading-zero;
}
.od_list.deci2 {
	list-style: decimal;
}
.od_list.hang {
	list-style: hangul;
}
.od_list li {
	position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    line-height: 1.7em;
    text-transform: none;
	word-break: keep-all;
	margin: 5px 0;
}
@media (max-width:768px){
	.od_list li {
		font-size: 12px;
	}
}
/*pr_table*/
.pr_table {
	border: 1px solid #ddd;
	margin-top: 15px;
}
.pr_table.t_fx {
	table-layout: fixed;
}
.pr_table.v_m tr th,
.pr_table.v_m tr td {
	vertical-align: middle;
}
.pr_table tr th,
.pr_table tr td {
    font-size: 14px;
    color: #222;
    font-weight: 300;
    line-height: 1.7em;
	padding: 15px;
	border: 1px solid #ddd !important;
}
.pr_table tr th {
	background-color: #f7f7f7;
    font-weight: 400;
}

/* company_logo */
#company_logo {
	display: inline-block;
}
#company_logo .b,
#company_logo .c,
#company_logo .d {
	stroke-width: 0.1px;
	stroke-linecap:round;
	stroke-linejoin:round;
	fill:#fff;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#company_logo .b {
	stroke: #f4a000;
}
#company_logo .c {
	stroke: #595757;
}
#company_logo .d {
	stroke: #595757;
}
.appear-animation-visible #company_logo .b {
	fill:#f4a000;
	transition-delay: 1.5s;
	stroke-dasharray: 420; 
	stroke-dashoffset: -420;
	animation: ch-anim 2.5s linear .0s forwards;
}
.appear-animation-visible #company_logo .c {
	fill:#595757;
	transition-delay: 1.5s;
	stroke-dasharray: 420; 
	stroke-dashoffset: -420;
	animation: ch-anim 2.5s linear .0s forwards;
}
.appear-animation-visible #company_logo .d {
	fill:#585757;
	transition-delay: 1.5s;
	stroke-dasharray: 420; 
	stroke-dashoffset: -420;
	animation: ch-anim 2.5s linear .0s forwards;
}
 
@keyframes ch-anim {
   0% {stroke-dashoffset : -320px;}
   70% {stroke-dashoffset : 0px;}
}
/* company1 */
#company1 {
	position: relative;
}
#company1 #cm1_bg {
    position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/cm1_bg.png) center top repeat;
}
#company1 #cm1_bg2 {
    position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/cm1_bg2.png) center top repeat;
}
@media (max-width:992px) {
	#company1 #cm1_bg,
	#company1 #cm1_bg2 {
		background-size: 100%;
	}
	#company1 #cm1_bg {
		opacity: .3;
	}
}
/* logosec */
.logosec svg {
	display: inline-block;
	width: 100%;
	max-width: 540px;
}
.logosec h1 {
	display: inline-block;
	text-align: left;
	font-size: 70px;
	color: #999;
	line-height: 1.2em;
	max-width: 550px;
    letter-spacing: -0.04em;
	position: relative;
	z-index: 3;
}
.logosec h1 span {
	color: #666;
}
@media (max-width:992px) {
	.logosec svg {
		max-width: 390px;
	}
	.logosec h1 {
		font-size: 50px;
	}
}
@media (max-width:500px) {
	.logosec svg {
		max-width: 230px;
	}
	.logosec h1 {
		font-size: 30px;
	}
}


/* animate */
.briter {
    -webkit-animation: 3s briter 2s linear infinite;
    -moz-animation: 3s briter 2s linear infinite;
    -ms-animation: 3s briter 2s linear infinite;
    -o-animation: 3s briter 2s linear infinite;
    animation: 3s briter 2s linear infinite;
}
@keyframes briter {
	0% {
        opacity: 1;
	}
	35% {
        opacity: .3;
	}
	70% {
        opacity: 1;
	}  
}


/*company1*/
#company1 .sec3,
#company1 .sec2 {
	position: relative;
	z-index: 3;
}
#company1 .thumb-gallery {
	position: relative;
}
#company1 .sec2 .thumb-gallery:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	height: 80%;
	width: 100%;
	content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 100%;
    background-color: rgb(243 233 213 / 50%);
}
#company1 .owl-carousel {
	position: relative;
	z-index: 4;
}
#company1 .owl-carousel .img-thumbnail,
#company1 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#company1 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
    position: absolute;
    top: calc(50% - 20px);
    background: url(../img/arrItem.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0px;
	padding: 0;
    color: transparent;
    border-radius: 50%;
    background-color: #fff;
	opacity: 1;
}
#company1 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: -80px;
}
#company1 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: -80px;
    transform: rotate(180deg);
}
#company1 .owl-carousel .owl-nav .owl-prev:before,
#company1 .owl-carousel .owl-nav .owl-next:before {
    content: "";
}
#company1 .owl-carousel .owl-nav [class*="owl-"]:focus,
#company1 .owl-carousel .owl-nav [class*="owl-"]:visited,
#company1 .owl-carousel .owl-nav [class*="owl-"]:active,
#company1 .owl-carousel .owl-nav [class*="owl-"]:hover,
#company1 .owl-carousel .owl-nav [class*="owl-"] {
	padding-top: 0;
}
@media (min-width:991px){	
	#company1 .owl-carousel .owl-nav {
		opacity: 1;
		top: calc(50% - 20px);
		margin: 0;
	}
	#company1 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
@media (max-width:768px){	
	#company1 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 38%;
		display: none !important;
	}
	#company1 .owl-carousel .owl-nav [class*="owl-"]:focus,
	#company1 .owl-carousel .owl-nav [class*="owl-"]:visited,
	#company1 .owl-carousel .owl-nav [class*="owl-"]:active,
	#company1 .owl-carousel .owl-nav [class*="owl-"]:hover,
	#company1 .owl-carousel .owl-nav [class*="owl-"] {
		padding-top: 5px;
		width: 40px;
		height: 40px;
	}
}
/* sec3 */
#company1 .sec1 {
	position: relative;
}
#company1 .sec1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 300px;
	background: linear-gradient(to top, #fff, transparent);
	z-index: 2;
}
/* sec4 */
#company1 .sec4 {
	background-color: #fff;
	position: relative;
	z-index: 3;
}
#company1 .sec4 .c_wrp h1 {
	font-size: 100px;
	line-height: 1em;
}
#company1 .sec4 .c_wrp ul li {
	margin-top: 15px;
}
#company1 .sec4 .c_wrp ul li h4 {
	position: relative;
	padding-left: 100px;
	font-weight: 200;
	word-break: keep-all;
}
#company1 .sec4 .c_wrp ul li h4 strong {
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:1400px){
	#company1 .sec4 .c_wrp h1 {
		font-size: 70px;
	}
}
@media (max-width:768px){
	#company1 .sec4 .c_wrp h1 {
		font-size: 50px;
	}
	#company1 .sec4 .c_wrp ul li h4 {
		padding-left: 65px;
	}
}
/* ppWrp */
.ppWrp .item {
	position: relative;
}
.ppWrp .item .front img,
.ppWrp .item .img img {
	border-radius: 50%;
}
.ppWrp .item .txt h3,
.ppWrp .item .txt h5 {
	line-height: 1.2em;
	color: #f5a100;
}
@media (min-width:992px){
	.ppWrp .item .back,
	.ppWrp .item .front {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.ppWrp .item .front {
		transform-style: preserve-3d;
		backface-visibility: hidden;
		z-index: 1;
		transition: all 0.5s ease-out 0s;
		transform: rotateY(0deg);
	}
	.ppWrp .item .back {
		transform-style: preserve-3d;
		backface-visibility: hidden;
		position: absolute;
	}
	.ppWrp .item .back { 
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        transform: rotateY(-180deg);
    }
	.ppWrp .item:hover .front {
        transform: rotateY(180deg);	
    }
    .ppWrp .item:hover .back {
        transform: rotateY(0deg);	
    }
	.ppWrp .item .txt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border: 3px solid #f5a100;
		border-radius: 50%;
	}
}
@media (max-width:992px){
	.ppWrp li {
		height: 340px;
		text-align: center;
	}
	.ppWrp .item {
		cursor: pointer;
		display: inline-block;
		width: 250px;
	}
	.ppWrp .item .img {
		display: none;
	}
	.ppWrp .item .txt {
		margin-top: 5px;
	}
	.ppWrp .item .txt h3 {
		color: #333;
	}
	.ppWrp .item .txt h5 {
		color: #999;
	}
	.ppWrp .item .back{
		overflow: hidden;
	}
}
@media (max-width:768px){
	.ppWrp li {
		height: 260px;
	}
	.ppWrp .item {
		width: 190px;
	}
}
@media (max-width:500px){
	.ppWrp li {
		height: 220px;
	}
	.ppWrp .item {
		width: 160px;
	}
}
/* hisWrp */
.hisWrp {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.hisWrp .hItem {
	position: relative;
	padding-left: 100px;
}
.hisWrp .hItem > h3 {
	position: absolute;
	left: 0px;
	top: 0;
}
.hisWrp .hItem ul li {
	margin: 10px 0;
}
.hisWrp .hItem ul li h5 {
	position: relative;
	padding-left: 15px;
}
.hisWrp .hItem ul li h5:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	border: 2px solid #f5a100;
	width: 8px;
	height: 8px;
	border-radius: 30px;
}
@media (max-width:768px){
	.hisWrp .hItem {
		padding-left: 60px;
	}
	.hisWrp .hItem ul li h5:after {
		top: 7px
	}
}
/* hstList */
.hstList > li {
	margin-top: 30px;
}

/* company2 */
#company2 ul li {
	margin: 15px 0;
}
#company2 .lItem {
	border: 1px solid #ddd;
	border-radius: 10px;
}
@media (max-width:768px){
	#company2 ul li {
		margin: 5px 0;
	}
}

/* mapMacrker */
.mapMacrker {
	display: inline-block;
	position: relative;
}
.mapMacrker .marker {
	position: absolute;
	width: 80px;
	text-align: center;
}
.mapMacrker .marker.marker1 {
	right: 326px;
    top: 225px;
}
.mapMacrker .marker.marker2 {
	left: 607px;
    top: 247px;
}
.mapMacrker .marker.marker3 {
	left: 544px;
    top: 276px;
}
.mapMacrker .marker.marker4 {
	left: 446px;
    top: 310px;
}
.mapMacrker .marker.marker5 {
	left: 425px;
    top: 375px;
}
.mapMacrker .marker.marker6 {
	left: 459px;
    top: 382px;
}
.mapMacrker .marker.marker7 {
	left: 488px;
    top: 438px;
}
.mapMacrker .marker.marker8 {
    left: 67px;
	top: 204px;
}
.mapMacrker .marker.marker9 {
	left: 39px;
    top: 226px;
}
.mapMacrker.appear-animation-visible .marker.marker1  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 1s;
}
.mapMacrker.appear-animation-visible .marker.marker2  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 1.5s;
}
.mapMacrker.appear-animation-visible .marker.marker3  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 0.9s;
}
.mapMacrker.appear-animation-visible .marker.marker4  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 0.6s;
}
.mapMacrker.appear-animation-visible .marker.marker5  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 1.2s;
}
.mapMacrker.appear-animation-visible .marker.marker6  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 1.5s;
}
.mapMacrker.appear-animation-visible .marker.marker7  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 0.9s;
}
.mapMacrker.appear-animation-visible .marker.marker8  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 0.6s;
}
.mapMacrker.appear-animation-visible .marker.marker9  {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
			animation-delay: 1.2s;
}
.mapMacrker .marker h6 {
	font-weight: 700;
	color: #686868;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.mapMacrker .marker span {
	display: inline-block;
	width: 26px;
	height: 35px;
	background: url(../img/markerImg.png) center center no-repeat;
}
@media (max-width:1520px){
	.mapMacrker {
		width: 900px;
		margin: 0 auto;
	}
	.mapMacrker .marker {
		position: absolute;
		width: 80px;
		text-align: center;
	}
	.mapMacrker .marker.marker1 {
		right: 167px;
		top: 122px;
	}
	.mapMacrker .marker.marker2 {
		left: 342px;
		top: 135px;
	}
	.mapMacrker .marker.marker3 {
		left: 306px;
		top: 150px;
	}
	.mapMacrker .marker.marker4 {
		left: 248px;
		top: 159px;
	}
	.mapMacrker .marker.marker5 {
		left: 236px;
		top: 207px;
	}
	.mapMacrker .marker.marker6 {
		left: 258px;
		top: 216px;
	z-index: 3;}
	.mapMacrker .marker.marker7 {
		left: 274px;
		top: 249px;
	}
	.mapMacrker .marker.marker8 {
		left: 20px;
		top: 107px;
	}
	.mapMacrker .marker.marker9 {
		left: 2px;
		top: 118px;
	}
}
@media (max-width:992px){
	.mapMacrker {
		width: 900px;
		margin: 0 auto;
	}
	.mapMacrker .marker {
		position: absolute;
		width: 80px;
		text-align: center;
	}
	.mapMacrker .marker.marker1 {
		right: 167px;
		top: 122px;
	}
	.mapMacrker .marker.marker2 {
		left: 342px;
		top: 135px;
	}
	.mapMacrker .marker.marker3 {
		left: 306px;
		top: 150px;
	}
	.mapMacrker .marker.marker4 {
		left: 248px;
		top: 159px;
	}
	.mapMacrker .marker.marker5 {
		left: 236px;
		top: 207px;
	}
	.mapMacrker .marker.marker6 {
		left: 258px;
		top: 216px;
	z-index: 3;}
	.mapMacrker .marker.marker7 {
		left: 274px;
		top: 249px;
	}
	.mapMacrker .marker.marker8 {
		left: 20px;
		top: 107px;
	}
	.mapMacrker .marker.marker9 {
		left: 2px;
		top: 118px;
	}
	.mapMacrker .marker h6 {
		line-height: 8px;
		font-size: 12px;
		font-weight: 500;
	}
}
@media (max-width:992px){
	.mapMacrker {
		width: 700px;
		margin: 0 auto;
	}
	.mapMacrker .marker {
		position: absolute;
		width: 15px;
	}
	.mapMacrker .marker span {
		width: 15px;
		height: 20px;
		background-size: 100% !important;
	}
	.mapMacrker .marker.marker1 {
		right: 159px;
		top: 111px;
	}
	.mapMacrker .marker.marker2 {
		left: 287px;
		top: 118px;
	}
	.mapMacrker .marker.marker3 {
		left: 262px;
		top: 124px;
	}
	.mapMacrker .marker.marker4 {
		left: 209px;
		top: 142px;
	}
	.mapMacrker .marker.marker5 {
		left: 205px;
		top: 168px;
	}
	.mapMacrker .marker.marker6 {
		left: 220px;
		top: 174px;
	z-index: 3;}
	.mapMacrker .marker.marker7 {
		left: 237px;
		top: 196px;
	}
	.mapMacrker .marker.marker8 {
		left: 37px;
		top: 94px;
	}
	.mapMacrker .marker.marker9 {
		left: 27px;
		top: 100px;
	}
	.mapMacrker .marker h6 {
		display: none;
	}
}
@media (max-width:768px){
	.mapMacrker {
		width: 500px;
		margin: 0 auto;
	}
	.mapMacrker .marker {
		width: 10px;
	}
	.mapMacrker .marker span {
		width: 10px;
		height: 13px;
		background-size: 100% !important;
	}
	.mapMacrker .marker.marker1 {
		right: 111px;
		top: 67px;
	}
	.mapMacrker .marker.marker2 {
		left: 207px;
		top: 78px;
	}
	.mapMacrker .marker.marker3 {
		left: 189px;
		top: 85px;
	}
	.mapMacrker .marker.marker4 {
		left: 159px;
		top: 95px;
	}
	.mapMacrker .marker.marker5 {
		left: 148px;
		top: 117px;
	}
	.mapMacrker .marker.marker6 {
		left: 158px;
		top: 122px;
	z-index: 3;}
	.mapMacrker .marker.marker7 {
		left: 170px;
		top: 137px;
	}
	.mapMacrker .marker.marker8 {
		left: 26px;
		top: 65px;
	}
	.mapMacrker .marker.marker9 {
		left: 20px;
		top: 69px;
	}
	.mapMacrker .marker h6 {
		display: none;
	}
}
@media (max-width:500px){
	.mapMacrker {
		width: 330px;
		margin: 0 auto;
	}
	.mapMacrker .marker {
		width: 10px;
	}
	.mapMacrker .marker span {
		width: 10px;
		height: 13px;
		background-size: 100% !important;
	}
	.mapMacrker .marker.marker1 {
		right: 75px;
		top: 44px;
	}
	.mapMacrker .marker.marker2 {
		left: 134px;
		top: 48px;
	}
	.mapMacrker .marker.marker3 {
		left: 122px;
		top: 51px;
	}
	.mapMacrker .marker.marker4 {
		left: 106px;
		top: 60px;
	}
	.mapMacrker .marker.marker5 {
		left: 97px;
		top: 71px;
	}
	.mapMacrker .marker.marker6 {
		left: 104px;
		top: 76px;
	z-index: 3;}
	.mapMacrker .marker.marker7 {
		left: 110px;
		top: 87px;
	}
	.mapMacrker .marker.marker8 {
		left: 17px;
		top: 38px;
	}
	.mapMacrker .marker.marker9 {
		left: 12px;
		top: 43px;
	}
}


/* ----------------------------------------------
 * Generated by Animista on 2021-11-10 17:56:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }


/* work_tabs */
.work_tabs {
	display: flex;
	justify-content: center;
}
.work_tabs li,
.work_tabs li a {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}
.work_tabs li a {
	padding: 0;
	min-width: 180px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-weight: 600;
	background-color: #eee;
	color: #aaa;
	border-radius: 80px;
	border: 2px solid transparent;
}
.work_tabs li a.active {
	background-color: #fff;
	color: #f5a100;
	border-color: #f5a100;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

@media (max-width:768px){
	.work_tabs {
		flex-wrap: wrap;
	}
	.work_tabs li,
	.work_tabs li a {
		margin: 1px;
	}
	.work_tabs li a {
		padding: 2px 20px 0;
		min-width: auto;
		line-height: 30px;
		font-size: 15px;
	}
	.work_tabs li a.active {
		background-color: #fff;
		color: #f5a100;
		border-color: #f5a100;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
	}
}



/* workList */
.workList li {
	margin:  15px 0;
}
.workList a {
    display: block;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.workList a img {
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
.workList .txtWrp {
    position: relative;
    text-align: center;
}
.workList .txtWrp .img {
    overflow: hidden;
    position: relative;
    text-align: center;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.workList .slick-slide.slick-current .img {
    box-shadow: 15px 15px 15px rgba(0,0,0,0.25);
}
.workList a img {
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
.workList .txtWrp:hover .img img {
    transform: scale(1.1);
}
.workList .txtWrp .txt {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 0 10%;
    word-break: keep-all;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.workList .txtWrp:hover .txt {
    opacity: 1;
}
.workList .txtWrp .txt > span {
    position: absolute;
    background-color: #f57c00;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.workList .txtWrp .txt .top_l {
    width: 100%;
    height: 8px;
    top: 0;
    right: 100%;
}
.workList .txtWrp:hover .txt .top_l {
    right: 0;
}
.workList .txtWrp .txt .bottom_l {
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 100%;
}
.workList .txtWrp:hover .txt .bottom_l {
    left: 0;
}
.workList .txtWrp .txt .left_l {
    width: 8px;
    height: 100%;
    top: 100%;
    left: 0;
}
.workList .txtWrp:hover .txt .left_l {
    top: 0;
}
.workList .txtWrp .txt .right_l {
    width: 8px;
    height: 100%;
    bottom: 100%;
    right: 0;
}
.workList .txtWrp:hover .txt .right_l {
    bottom: 0;
}
.workList .txtWrp .txt .more {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}
@media (max-width:992px){
    .workList .txtWrp .txt {
        opacity: 0 !important;
    }
    .workList .txtWrp .txt .top_l,
    .workList .txtWrp .txt .bottom_l {
        height: 4px;
    }
    .workList .txtWrp .txt .right_l,
    .workList .txtWrp .txt .left_l {
        width: 4px;
    }
    .workList .slick-slide.slick-center.slick-current .txt .top_l {
        right: 0;
    }
    .workList .slick-slide.slick-center.slick-current .txt .bottom_l {
        left: 0;
    }
    .workList .slick-slide.slick-center.slick-current .txt .left_l {
        top: 0;
    }
    .workList .slick-slide.slick-center.slick-current .txt .right_l {
        bottom: 0;
    }
}

/* pagination_wrp */
.pagination_wrp {
    margin: 10px 0;
}
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last,
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
	background-color: #eee;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last {
    background: url(../img/arr_des_t.png) center center no-repeat;
}
.pagination_wrp .pagination.ligter li a.first,
.pagination_wrp .pagination.ligter li a.last,
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    background-color: #fafbfd;
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li a.last {
    margin-left: 5px;
}
.pagination_wrp .pagination li a.first {
    transform: rotate(180deg);
    margin-right: 5px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.first,
    .pagination_wrp .pagination li a.last {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_t_big.png) center center no-repeat;
        background-size: 8px !important;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 8px !important;
    }
}


/* vdoList */
.vdoList li .vItem {
	height: 380px;
}
.vdoList li .vItem h5 {
	line-height: 1.4em;
}

@media (max-width: 768px) {

	.vdoList li .vItem {
		height: 300px;
	}
}


/* event Board */
#evenList .image-wrp {
	display: block;
	position: relative;
	overflow: hidden;
}
#evenList .image-wrp .isDone {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#evenList .image-wrp.isDoneProm .isDone {
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	z-index: 3;
}
#evenList .image-wrp.isDoneProm .isDone strong {
	display: inline-block;
    line-height: 140px;
    width: 140px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -2px;
}
#evenList .image-wrp:not(.isDoneProm) img {
	
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#evenList a:hover .image-wrp:not(.isDoneProm) img {
    transform: scale(1.15);
}
#evenList .image-wrp.isDoneProm img {
	filter: grayscale(100%);
}
#evenList .item-wrp .portfolio_subject_name h1 {
    line-height: 1em;
    margin-top: 15px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#evenList .item_meta > li {
    margin: 0px 0 30px;
}
#evenList .item_meta > li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#evenList .item_meta > li .end {
	background: #eee;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    color: #666;
}
#evenList .item_meta > li .ing {
    background: #ff9d0b;
    padding: 5px 8px;
    line-height: 1em;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 768px){
	#evenList > li {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px){
	.isDoneProm .isDone strong {
		line-height: 100px;
		width: 100px;
		font-size: 24px;
	}
}
/* recruit_01 */
#recruit_01 .sec1 {
	background: url(../img/req_bg.jpg) center center no-repeat;
}
@media (min-width:992px){
	#recruit_01 .sec1 {
		background-attachment: fixed;
	}
}
@media (max-width:992px){
	#recruit_01 .sec1 {
		background-size: cover;
	}
}

/* bock */
.bock > li {
	margin: 20px 0;
}
.bock > li .item {
	border: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
	padding: 40px 0;
}
.bock > li .item h5 {
	margin-top: 15px;
}
@media (max-width:768px){
	.bock > li {
		margin: 5px 0;
	}
	.bock > li .item {
		border-radius: 10px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
		padding: 20px 0;
	}
	.bock > li .item img {
		width: 50px;
	}
	.bock > li .item h5 {
		margin-top: 5px;
	}
}

/* request_01 */
#request_01 .sec2 > ul > li {
	display: flex;
	align-items: center;
	background-color: #111;
}
#request_01 .sec2 > ul > li:nth-child(2) {
	background-color: #fffaf6;
}
#request_01 .sec2 > ul > li > div {
	width: 50%;
}
@media (max-width:768px){
	#request_01 .sec2 > ul > li {
		flex-wrap: wrap;
	}
	#request_01 .sec2 > ul > li > div {
		width: 100%;
	}
	/*#request_01 .sec2 .tbox {
		order: 1;
		padding: 50px 15px;
	}
	#request_01 .sec2 .ibox {
		order: 2;
	}*/
}

/* viewToon */
#work_view .sec1 {
	overflow: hidden;
}
.viewToonWrp {
	position: relative;
}
.viewToon {
	display: flex;
	border: 5px solid #ddd;
    padding: 60px;
}
.viewToon > li {
	width: 50%;
}
.viewToon .ibox {
	text-align: center;
}
.viewToon .webPost {
	display: inline-block;
	position: relative;
	max-width: 520px;
}
.viewToon .webPost .shadow {
	max-width: 1000px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 20%);
    height: calc(100% + 15%);
}
.viewToon .webPost span {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.viewToon .tbox {
	position: relative;
	z-index: 3;
	padding-top: 20px;
}
.viewToon .tbox .tags {
	margin-top: 10px;
}
.viewToon .tbox .tags span {
	display: inline-block;
	line-height: 1em;
	padding: 7px 15px;
	border: 1px solid #ccc;
	border-radius: 80px;
	font-weight: 500;
	color: #888;
	margin: 3px 0;
}
.viewToon .tbox .conB {
	margin-top: 40px;
}
.viewToon .tbox .conB .abt {    
	padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px
}
.viewToon .tbox .conB .abt,
.viewToon .tbox .conB p {
	margin-top: 8px;
}
.viewToon .tbox .conB .abt li:first-child p {
	margin-top: 0;
}
.viewToon .tbox .conB .abt li p {
	position: relative;
	padding-left: 90px;
}
.viewToon .tbox .conB .abt li p strong {
	position: absolute;
	left: 0;
}
@media (min-width:992px){
	.viewToon .tbox {
		padding-left: 30px;
	}
	.viewToon .ibox {
		padding-right: 30px;
	}
	.viewToonWrp .vAr {
		position: absolute;
		top: calc(50% - 15px);
		height: 30px;
		width: 61px;
		background: url(../img/preAr.png) center center no-repeat;
		text-decoration: none;
		color: transparent;
	}
	.viewToonWrp .preAr {
		left: -120px;
	}
	.viewToonWrp .nxtAr {
		right: -120px;
		transform: rotate(180deg);
	}
}
@media (max-width:992px){
	.viewToon {
		flex-wrap: wrap;
		padding: 20px;
		border-width: 3px;
	}
	.viewToon > li {
		width: 100%;
	}
	.viewToon .webPost {
		max-width: 80%;
	}
	.viewToon .webPost .shadow {
		opacity: .5;
	}
	.viewToon .tbox {
		padding: 40px 0 20px;
	}
	.viewToon .tbox .conB {
		margin-top: 20px;
	}
	.viewToon .tbox .conB .abt li p {
		padding-left: 70px;
	}
	.viewToon .tbox .conB .abt p {
		margin-top: 3px;
	}
	.viewToon .tbox .tags span {
		padding: 5px 10px;
	}
	.viewToonWrp .vArWrp {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	.viewToonWrp .vArWrp .vAr {
		display: inline-block;
		border: 1px solid #b0b6c3;
		color: #626875;
		line-height: 1em;
		padding: 8px 12px;
		text-decoration: none;
	}
	.viewToonWrp .btnWrp .btnItem {
		min-width: 130px;
	}
}


/* boardBtn */
.boardBtn input,
.boardBtn a,
.boardBtn button {
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    padding: 0px 13px;
    border: 1px solid #666;
    color: #999;
    min-width: 100px;
    cursor: pointer;
    text-align: center;
}
.boardBtn.boardBtn_sm input,
.boardBtn.boardBtn_sm a,
.boardBtn.boardBtn_sm button {
    min-width: auto;
}
.boardBtn.w100 input,
.boardBtn.w100 a,
.boardBtn.w100 button {
    width: 100px;
}
.boardBtn.boardBtn_xs input,
.boardBtn.boardBtn_xs a,
.boardBtn.boardBtn_xs button {
    min-width: auto;
    line-height: 25px;
    font-size: 13px;
}
.boardBtn .chkStu3,
.boardBtn .writeBtn {
    border-color: #3977e1;
    background-color: #3977e1;
    color: #fff;
}
.boardBtn .delBtn {
    color: #fff;
    border-color: #474747;
    background-color: #474747;
}
.boardBtn .toListBtn {
    color: #626875;
    border-color: #b0b6c3;
    background-color: transparent;
}
.boardBtn .chkStu1 {
    border-color: #15a965;
    background-color: #15a965;
    color: #fff;
}
.boardBtn .chkStu2 {
    border-color: #dd4b39 ;
    background-color: #dd4b39 ;
    color: #fff;
}
.boardBtn .toListBtn span {
    display: inline-block;
    width: 17px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 3px;
    background: url(../img/revert_icon.png) center center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.boardBtn .toListBtn span.checkLog {
    background: url(../img/icon_checkLog.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_downAll {
    background: url(../img/icon_downAll.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_list {
    background: url(../img/icon_list.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_renew {
    background: url(../img/icon_renew.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_photo {
    background: url(../img/icon_photo.png) center center no-repeat;
}

@media (max-width:768px){
    .boardBtn input,
    .boardBtn a,
    .boardBtn button {
        font-size: 13px;
        line-height: 32px;
        min-width: 80px;
    }
    .boardBtn .toListBtn span.checkLog {
        background: url(../img/icon_checkLog_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_downAll {
        background: url(../img/icon_downAll_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_list {
        background: url(../img/icon_list_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_renew {
        background: url(../img/icon_renew_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_photo {
        background: url(../img/icon_photo_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
}
