@charset "utf-8";

/* 내용관리 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

#ctt {
    line-height: 1.7;
    color: gray;
    font-weight: 400;
    font-size: 1rem;
	margin-bottom: 20px;
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

#ctt p {
	word-break: normal;
}
#ctt a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#ctt .section-title {
    color: #000;
    margin: 1.5rem 0;
    font-family: "Nanum Square", "Nanum Gothic", "dotum", "Poppins", sans-serif;
}
#ctt .sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: #4285f4;
    margin-bottom: 10px;
}
#ctt .text-black {
    color: #000!important;
}

#ctt .unit-1 {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

#ctt .unit-4 {
    padding: 50px 15px 15px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    text-align: center;
}
#ctt .unit-4:hover {
    background: #4285f4;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
    box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
    top: -7px;
}
#ctt .unit-4 *:last-child {
    margin-bottom: 0;
}
#ctt .unit-4 iframe, #ctt .unit-4 img {
	width: 100%;
	border-radius: 5px;
}
#ctt .unit-4 h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 1rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#ctt .unit-4:hover h3 {
    color: #fff;
}
#ctt .unit-4 p {
    font-weight: 300;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#ctt .unit-4:hover p {
    font-weight: 300;
    color: rgba(255,255,255,.7);
}
#ctt .unit-4:hover p a {
    color: #fff;
}
#ctt .unit-4 strong {
    font-weight: 600;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
#ctt .unit-4:hover strong {
    color: #fff!important;
}
#ctt .unit-4 .unit-4-icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -40px;
}
#ctt .unit-4 .unit-4-icon .icon-wrap {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #4285f4;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
    box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
}
#ctt .unit-4:hover .icon-wrap {
    background-color: #fff;
}
#ctt .unit-4 .unit-4-icon .icon-wrap i {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    color: #fff!important;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#ctt .unit-4:hover .icon-wrap i {
    color: #4285f4 !important;
}

#ctt .author-box {
    -webkit-box-shadow: 0 5px 15px -2px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px -2px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #eee;
    border-left: 10px solid #4285f4;
	background: #fff;
}
#ctt .author-box blockquote {
    font-style: italic;
}
#ctt .author-box *:last-child {
    margin-bottom: 0;
}
#ctt .author-box .icon-wrap {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #4285f4;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
    box-shadow: 0 4px 20px -5px rgba(66,133,244,.4);
}
#ctt .author-box .icon-wrap i {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    color: #fff!important;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#ctt .ul-check li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
}
#ctt .ul-check li:before {
    left: 0;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
}
#ctt .ul-check.success li:before {
    color: #8bc34a;
}

#ctt .person {
    position: relative;
}
#ctt .person h2 {
    font-size: 18px;
}
#ctt .person .bio-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
#ctt .person figure {
    position: relative;
    margin-bottom: 0;
}
#ctt .person .bio-img .social {
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #4285f4;
}
#ctt .person:hover .social {
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
#ctt .person .bio-img .social a {
    display: inline-block;
    padding: 5px;
    color: #fff;
}

#ctt .lt_history .list p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
}
#ctt .lt_history .list p:before {
    left: 0;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    color: #8bc34a;
}

#ctt .grid-wrap p {
	margin: 0;
}
#ctt .grid-wrap .grid-item {
	margin: 10px 0;
}

@media (max-width: 1200px) {
	#ctt .unit-4 iframe {
		max-height: 300px;
	}
}

@media (max-width: 600px) {

}
