@charset "utf-8";
/* CSS Document */

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}


.cont_inner {
    padding: 0 0 10rem;
}

.idea_list {
    max-width: 1024px;
    margin: 1rem auto 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.idea_list li {
    width: 33.3333333%;
    padding: 2.2% 2%;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
.idea_list li p {
    overflow: hidden;
}


.idea_list li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	 width: 100%;
}

.idea_list li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.page_btn #np-prev,
.page_btn #np-next,
.page_btn .current {
	min-width:173px;
	min-height:1em;
	display:inline-block;
	margin: 0 0.5rem;
}
.page_btn a {
    border: #e2e4e5 1px solid;
    padding: 1.1rem 3rem 1rem;
    font-size: 15px;
    position: relative;
    color: #488ab2;
    background-color: #eff1f2;
    font-weight: 600;
		box-sizing:border-box;
}


.page_btn {
    text-align: center;
    margin: 10rem 0;
}

.page_btn .current {
    background-color: #488ab2;
    color: #fff;
}

.page_btn a .arrow {
    width: 20px;
    height: 20px;
    background-color: #2489e2;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    text-align: center;
    line-height: 01;
    margin-left: 0.5rem;
    background-image: url(/src/img/common/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.page_btn a#np-prev .arrow {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 1rem;
}

.page_btn a#np-next .arrow {
    right: 1rem;
}
#pagenation {
				margin: 40px 0 0;
				text-align: center;
				}
				#pagenation a {
					background: #b7bdc2;
					color: #fff;
					display: inline-block;
					font-size: 1rem;
					font-weight: 700;
					height: 40px;
					line-height: 2.6;
					position: relative;
					vertical-align: middle;
					width: 40px;
					height: 40px;
					margin:2px;
					border-radius: 50%;
					}
					#pagenation a:hover,
					#pagenation a.current {background: #488ab2;color: #fff;}
					#pagenation a#np-prev:after, 
					#pagenation a#np-next:after {
						content: '';
						position: absolute;
						top: 40%;
						left: 40%;
						width: 8px;
						height: 8px;
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
						transition: all 0.3s;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
					}

					#pagenation a#np-prev:after {
						-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
					}
					#pagenation a#np-prev,
					#pagenation a#np-next {
						position: relative;
						background-size: 16px;
						}
					
					.page_btn .current {
						background-color: #488ab2;
						color: #fff;
					}

					.page_btn a#np-prev:after, 
					.page_btn a#np-next:after {
						content: '';
						position: absolute;
						top: 45%;
						width: 6px;
						height: 6px;
						border-top: 2px solid #488ab2;
						border-right: 2px solid #488ab2;
						transition: all 0.3s;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
						z-index: 10;
					}

					.page_btn a#np-prev:after {
						left: 15px;
						-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
					}

					.page_btn a#np-next:after {
						right: 15px;
					}
				
					#pagenation a#np-next:before {
						border-left: 1px dotted #1e52c7;
						left: -10px;

						}

					#pagenation .pagename p {
						font-size: 13px;
						text-align: center;
						}
					#pagenation .pagenumber {margin-top: 10px;}




.idea_detail_content {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 90px;
    box-sizing: border-box;
}
.idea_box {
    margin-top: 3rem;
}

.idea_img {
    text-align: center;
    max-width: 49em;
    margin: 0 auto;
}
.idea_txt {
    margin-top: 10px;
    padding: 15px 0;
    border-top: 1px solid #d5dde0;
    border-bottom: 1px solid #d5dde0;
    line-height: 1.8;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {

}


@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents .inner h2 {
    font-size: 1.4rem;
}

.intro h1 {
    font-size: 2rem;
	padding: 8rem 0 10rem 0;
}


}


@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}
.garally_box {
    margin-top: 0.5rem;
}
.idea_list {margin-top: 0;}

.idea_list li {
    width: 50%;
}

.cont_inner {
    padding: 0 1rem 5rem;
}


.page_btn {
    margin: 2rem 0;
}
.page_btn #np-prev, .page_btn #np-next, .page_btn .current {
    padding: 1rem;
    margin: 0 0.1rem;
    font-size: 13px;
    width: 30%;
    display: inline-block;
    min-width: initial;
}

.page_btn a#np-prev .arrow {
    left: 0;
}

.page_btn a#np-next .arrow {
    right: 0.5rem;
}
#pagenation a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#pagenation a#np-prev:after, 
#pagenation a#np-next:after {
    width: 6px;
    height: 6px;
    top: 37%;
}


.idea_box {
    margin-top: 0rem;
}

.idea_detail_content {
    margin-top: 40px;
    max-width: 95%;
}
}
@media only screen and (max-width: 600px) { 

}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents .inner h2 {
    font-size: 1.1rem;
    padding: 0 0.5rem;
}

.page_btn a#np-prev:after, 
.page_btn a#np-next:after {
    content: none;
}

.page_btn #np-prev, .page_btn #np-next, .page_btn .current {
    padding: 0.7rem 0.6rem;
}



}
@media only screen and (max-width: 399px) { .works_slider_nav li {max-height: 15vw;} }