.box, .box1, .box2 {
	color:#b2cce1;
	font-weight:700;
}

.box{
	width:170px; 
	text-align:right; 
	padding-right:20px;
}
.box1{
	line-height:20px; 
	background:#b2cce1; 
	width:3px; height:41px; 
	margin-top:11px;
}
.box2{
	width:60%; 
	padding-left:20px;
}

.col-xs-8{
	border:2px solid #b2cce1;
	text-align:left;
	padding-left:40px;
	margin-left:-5px;
}

.col-xs-4{
	text-align:right;
	padding-right:50px;
	margin-left:-5px;
}

a {
	text-decoration:none;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Navigation
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ 
nav { 
    margin-bottom: 30px;
    text-align: center;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    display: inline-block
}
nav a {
    display: block;
    padding: 0 15px;
    border: solid 2px #b2cce1;
    color: #b2cce1;
    font-size: 18px;
    margin-bottom: 3px;
}
nav a:hover,
nav a.active {
    border: solid 2px #315a7d;
    color: #315a7d;
}*/
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Image Grid
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.col {
    float: left;
}
.col-row {
    margin-bottom: 60px;
}
.col-row:last-child {
    margin-bottom: 0;
}
.two-col {
    padding-left: 60px;
}
.two-col .col {
    width: 540px;
}
.col-1-2 {
    margin-left: -60px;
    margin-right: 60px;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Figures
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
figure {
    margin: 0;
    position: relative;
}
figure img {
    display: block;
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}
figure figcaption {
    display: block;
    position: absolute;
    z-index: 5;
}
figure h3 {
	text-align:center;
    color: white;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}
 figure span {
    color: #b2cce1;
    display: block;
    line-height: 1.2;
}
figure a.close-caption {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #315a7d;
}
figure a.close-caption.hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Effect 1
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
#effect-1 a.close-caption {
    bottom: 10px;
    right: 10px;
}
/* 파란색배경 */
#effect-1 figure {
    background-color: steelblue;
}

#effect-1 figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
}
#effect-1 figure img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.no-touch #effect-1 figure:hover img,
#effect-1 figure.hover img {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media all and (max-width: 1200px) { 
    .col {
        float: none;
    }
    .two-col {
        padding-left: 0;
    }
    .two-col .col {
        margin-bottom: 60px;
    }
    .two-col .col:last-child {
        margin-bottom: 0;
    }
    .col-1-2 {
        margin: 0 auto;
    }
    .col-2-2 {
        margin: 0 auto;
    }
}
@media all and (max-width: 660px) { 
    .col-row {
        margin-bottom: 30px;
    }
    .two-col .col {
        max-width: 540px;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 615px) { 
    figure h3 {
        font-size: 18px;
		margin-top:-10px;
    }
    figure span {
        font-size: 12px;
    }
	p{
		font-size:13px;
		margin-bottom:10px;
	}
	.box{
	width:170px; 
	text-align:left;
	padding-left:8px;
	}
	.box1{
	line-height:20px; 
	background:#b2cce1; 
	width:3px; height:39px; 
	margin-top:10px;
	margin-left:-90px;
	}
	.box2{
	width:70%; 
	text-align:left;
	padding-left:20px;
	margin-left:-100px;
	}
}
@media all and (max-width: 480px) { 
    #effect-2 figure figcaption h3 {
        margin-top: 100px;
    }
}
@media all and (max-width: 360px) { 
    #effect-2 figure figcaption h3 {
        margin-top: 80px;
    }
}
