/* 인트로 */

@font-face {
 font-family: 'DaumSemiBold';
 font-weight: 400;
 src: url(Daum_SemiBold.eot);
 src: url(Daum_SemiBold.eot?#iefix) format('embedded-opentype'),
	  url(Daum_SemiBold.woff) format('woff'),
      url(Daum_SemiBold.ttf) format('truetype');
}

body {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

#intro_wrap {
    max-width: 1366px;
    width: 92%;
    margin: 0 auto;
	position: relative;
}

.intro_title {
	color: #00878d;
	text-align: center;
	font-size: 50px;
	padding: 60px 0 0;
	margin: 0;
	font-family: 'DaumSemiBold';
}

.intro_logo {
    /*right: 0;
	top: 68px;*/
	margin: 0;
	text-align: right;
	position: relative;
}

.intro_con {
    position: relative;
    overflow: hidden;
}

.intro_con li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    height: 530px;
    cursor: pointer;
    background-position: 35% 0%;
    box-sizing: border-box;
}

.intro_con li:nth-child(1) {
    background-image: url(/assets/img/main/top_visual0.jpg)
}

.intro_con li:nth-child(2) {
    background-image: url(/assets/img/main/top_visual1.jpg);
}

.intro_con li:nth-child(3) {
    background-image: url(/assets/img/main/top_visual2.jpg);
}

.intro_con li:nth-child(4) {
    background-image: url(/assets/img/main/top_visual3.jpg);
}

.intro_con li:nth-child(5) {
    background-image: url(/assets/img/main/top_visual4.jpg);
}

.intro_con li:hover {
    background-position: 35% 100%
}

.intro_con li h3 {
    display: table;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 100%;
}

.intro_con li h3 span {
    display: table-cell;
    margin: 15px 0 2px;
    color: #fff;
    font-size: 22px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-family: 'NanumSquare';
}

.intro_con li:nth-child(1) h3 {
    background: rgba(0, 68, 139, 0.6);
}

.intro_con li:nth-child(2) h3 {
    background: rgba(27, 153, 0, 0.6);
}

.intro_con li:nth-child(3) h3 {
    background: rgba(226, 109, 0, 0.6);
}

.intro_con li:nth-child(4) h3 {
    background: rgba(176, 18, 0, 0.6);
}

.intro_con li:nth-child(5) h3 {
    background: rgba(0, 68, 255, 0.6);
}

.intro_footer {
    margin: 20px 0 0 0
}

.intro_footer li {
    text-align: center;
    font-size: 14px;
    font-family: 'NanumSquare';
    vertical-align: top
}

.intro_footer_link a {
    position: relative;
    display: inline-block;
    line-height: 120%;
    padding: 0 10px 10px 10px;
}

.intro_footer_link a:first-child:after {
    content: '|';
    position: absolute;
    top: -3px;
    right: -2px
}

.intro_footer_copy {
    margin-top: 10px
}

.intro_footer_tell span {
    padding: 0 10px;
    line-height: 12px
}

@media (max-width: 1235px) {
    .intro_con li h3 {
        display: table;
        width: 160px;
        height: 160px;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        border-radius: 100%;
    }
}

@media (max-width: 1030px) {
    .intro_con li {
        width: 50%;
        height: 250px;
        background-size: 200%;
        background-position: 35% 18%;
        border: 1px solid #fff
    }
    .intro_con li:nth-child(3) {
        width: 100%;
        background-size: 100%;
    }
    .intro_con li:nth-child(3):hover {
        background-position: 0 100%
    }

	.intro_title {
		font-size: 40px;
		padding: 40px 0 20px;
	}

	.intro_logo img { width:150px; }
}

@media (max-width: 756px) {
    .intro_con li {
        height: 200px;
        background-size: 250%;
    }
    .intro_con li h3 {
        width: 130px;
        height: 130px;
    }

	
}

@media (max-width: 482px) {
    .intro_con li {
        height: 160px;
        background-size: 300%;
        background-position: 25% 25%;
    }
    .intro_con li h3 {
        width: 115px;
        height: 115px;
    }
    .intro_con li h3 span {
        font-size: 19px;
    }
    .intro_con li:hover {
        background-position: 35% 100%
    }

	.intro_title {
		font-size: 22px;
		padding: 20px 0 10px;
	}

	.intro_logo img { width:100px; }
}

@media (max-width: 360px) {
	.intro_title {
		font-size: 19px;
	}
}