@charset "UTF-8";
/*****************************************************
	corage module style
	Area
*/

/*가능부위*/
.corage-area-sec dl {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 130%;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.corage-area-sec .ia-tit {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    height: 0;
    padding-bottom: 31%;
    margin-left: -35%;
    background-color: #8d0809;
    color: #fff;
    z-index: 10;
}
.corage-area-sec .ia-tit .ds-tit {
	position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-top: 15px;
}
.corage-area-sec dt.ia-tit h5 {
    letter-spacing: -0.1em;
    line-height: 1.2;
}
.corage-area-sec dt.ia-tit span {
	font-weight: 100;
    color: #fff;
    font-size: 11px;
}
.corage-area-sec .cg-area-tab {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
}
.corage-area-sec .cg-area-tab ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    word-break: keep-all;
}
.corage-area-sec .cg-area-tab li {
    position: relative;
    float: left;
    width: 50%;
    height: 33.3333%;
    padding: 15px;
    padding-left: 40px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}
.corage-area-sec .cg-area-tab li span {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #920029;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
	color: #fff;
}
.corage-area-sec .cg-area-tab li.active {
	background-color: #f1f1f1;
}
.corage-area-sec .cg-area-tab li.active span {
	background-color: #000000;
}
.corage-area-sec .ds-cont2 {
	position: absolute;
    top: 23.7%;
    left: 0;
    bottom: 0;
    width: 100%;
}
.corage-area-sec .ds-cont2 ul {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.corage-area-sec .ds-cont2 li {
	opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%) scale(0.5);
	-ms-transform: translateX(-50%) scale(0.5);
	transform: translateX(-50%) scale(0.5);
    z-index: 10;
	transition: 0.2s;
}
.corage-area-sec .ds-cont2 li.active {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	-ms-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	transform: translateX(-50%) scale(1) rotate(0.0001deg);
}
.corage-area-sec .ds-cont2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.corage-area-sec .ds-cont2 li.i1 { top: -2%; left: 53%; width: 42%; height: 20.84%; }
.corage-area-sec .ds-cont2 li.i2 { top: 21%; left: 32%; width: 12%; height: 13.21%; }
.corage-area-sec .ds-cont2 li.i3 { top: 30%; left: 33%; width: 20%; height: 14.96%; }
.corage-area-sec .ds-cont2 li.i4 { top: 40%; left: 40%; width: 12%; height: 16.55%; }
